﻿@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}

#wrapper {
    position: relative;
    max-width: 53.125rem;
    margin: 1rem auto;
    border: solid .062rem #000;
    background: #fff;
    overflow: hidden;
    padding: 2rem 3rem;
    text-align: left;
}

a {
    color: #000;
    text-decoration: none;
}

p {
    padding-bottom: 1.562rem;
    line-height: 1.7
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin: 0rem 0rem 3.125rem 0rem;
    padding: 0rem 0rem 0rem;
    font-size: 2.6em;
    line-height: 1.2em;
    color: #024CA3;
}

h1 span {
    font-size: 0.5em;
}

h2 {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0rem 0rem 1.562rem 0rem;
}

h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0rem 0rem 1rem 0rem;
    color: #007BA9;
}

ul {
    padding: 0rem 0rem 2.5rem 0;
    list-style: none;
    line-height: 1.6
}

ul li {
    padding-left: 1.25rem;
}

ul li:before {
    content: "\25A0";
    display: inline-block;
    color: #024CA3;
    font-size: 0.7em;
    line-height: 1;
    position: relative;
    float: left;
    top: .375rem;
    margin-left: -1.125rem;
}

header {
    padding: 0rem 0rem 1rem;
    display: flex;
    justify-content: center;
}

header img {
    width: 100%;
}

article {
    padding: 0rem 0rem 0rem;
}

article > a:last-of-type {
    color: #024CA3;
}

article p:nth-of-type(1) {
    margin-bottom: .625rem;
}

article > a:first-of-type:hover {
    color: #fff;
    background: #ed1c29;
}

article > a:first-of-type {
    background: #024ca3;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: .937rem 1.25rem;
}

article > p:last-of-type {
    margin: 2.187rem 0 0;
}

article > p:nth-of-type(3) {
    margin: 0 0 .625rem;
}

footer {
    display: flex;
    margin: 1.25rem 0 0;
}

footer a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .312rem;
}

footer a:nth-of-type(1) {
    background: url(../images/print.jpg) no-repeat top center;
    background-size: cover;
}

footer a:nth-of-type(2) {
    margin-left: .937rem;
    background: url(../images/facebook.jpg) no-repeat top center;
    background-size: cover;
}

footer a:nth-of-type(2):hover {
    background: url(../images/bnh.jpg) no-repeat top center;
    background-size: cover;
}

footer a:nth-of-type(3) {
    margin-left: .937rem;
    background: url(../images/tw.jpg) no-repeat top center;
    background-size: cover;
}

footer a:nth-of-type(3):hover {
    background: url(../images/twh.jpg) no-repeat top center;
    background-size: cover;
}

footer a:nth-of-type(4) {
    margin-left: .937rem;
    background: url(../images/whapp.jpg) no-repeat top center;
    background-size: cover;
}

footer a:nth-of-type(5) {
    margin-left: .937rem;
    background: url(../images/mail.jpg) no-repeat top center;
    background-size: cover;
}

footer a:nth-of-type(5):hover {
    background: url(../images/mailh.jpg) no-repeat top center;
    background-size: cover;
}

footer a:nth-of-type(6) {
    margin-left: .937rem;
    background: url(../images/in.jpg) no-repeat top center;
    background-size: cover;
}

footer a:nth-of-type(6):hover {
    background: url(../images/inh.jpg) no-repeat top center;
    background-size: cover;
}

footer a:nth-of-type(7) {
    margin-left: .937rem;
    background: url(../images/k.jpg) no-repeat top center;
    background-size: cover;
}

footer a:nth-of-type(7):hover {
    background: url(../images/kh.jpg) no-repeat top center;
    background-size: cover;
}

@media only screen and (max-width:53.062rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p {
        text-align: left;
    }

    i br,
    br {
        display: none;
    }

    ul {
        padding-bottom: 1rem;
    }

    h1 {
        font-size: 1.375rem;
    }

    article p:last-of-type br {
        display: block;
    }

    p,
    h2,
    ul,
    h1 {
        margin: 0 0 .625rem;
        padding: .312rem 0;
    }
}
