* {
    font-family: 'Montserrat';
    color: #00172F;
}
a {
    text-decoration: underline;
    color: #01366E;
}
header .img-logo {
    width: 63%;
}

.summary ul li p a{
    color: #01366E;
}

.summary ul li p{
    margin-bottom: 6px;
    line-height: 145%;
}
.pt100{
    padding-top: 100px;
}
.pb100{
    padding-bottom: 100px;
}
.mb50{
    margin-bottom: 50px;
}
.summary{
    width: 86%;
    margin-left: 12%;
}
.hero_image {
    margin-top: 9vh;
    background-size:cover!important;
    height:600px;
    color:white;
}
.hero_image h1 {
    font-size: 64px;
    font-weight: 700;
    color:white;
}
.hero_image p {
    font-size: 20px;
    font-weight: 500;
    color:white;
}
h2{
    color: #00172F;
    font-size: 40px;
    font-weight: 700;
}
h3 {
    color: #00172F;;
    font-size: 24px;
    font-weight: 700;
}
h4 {
    color: #00172F;;
    font-size: 20px;
    font-weight: 600;
    line-height: 145%;
    text-align: left; 
}
p {
    color: #00172F;
    font-size: 16px;
    font-weight: 400;
}
.btn_yellow {
    background: #FCC200;
    padding: 8px 9px 8px 12px;
    color: #01366E;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.btn_blue {
    background: #9AC8F8;
    color: #01366E;
    padding: 12px 21px 12px 24px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.discover .box-content{
    background: #F5F5F5;
    padding: 24px;
}
.discover .box-content p{
    font-size: 14px;
}
.banner_visit{
    height:600px;
    color:white;
}
.banner_visit h2 {
    font-size: 56px;
    color:white;
}
.useful_info .box-content{
    background: #F5F5F5;
    height:100%;
}
.useful_info .box-content p{
    padding: 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
footer {
    background: #F1F8FF;
    padding-top:70px;
}
footer .box_cols{
    padding-bottom:50px;
}
footer h6 {
    margin-bottom:1.6rem;
}
footer li a, footer a{
    font-family: 'Montserrat';
    color: #00172F;
    font-size: 14px;
    font-weight: 500;
    text-decoration:none;
    padding-top: 0;
}
footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom:0;
}
footer li {
    margin-bottom:20px;
}
footer li:last-child {
    margin-bottom:0px;
}
footer hr {
    border: 1px solid #9AC8F8;
}
footer .box_end {
    padding:31px 0 30px;
}
footer .box_end p {
    color: #00172F;
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
}
.banner_1,.banner_ph  {
    position: relative;
    padding-top: 50px; 
    background-size: cover;
    padding-bottom: 1.5rem;
    margin: 1rem 0;
    border-radius: 8px;
}
.banner_1 .box_img, .banner_ph .box_img {
    position: absolute;
    top: 0;
	margin: 0;
	z-index: 1;
    border-radius: 8px;
}
.banner_ph .box_img {
    height: 160px;
}
.banner_ph p {
    margin: 0.3rem 0 0.8rem;
}
.banner_1 p, .banner_ph p {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}
.banner_1 .box_content, .banner_ph .box_content {
    padding-left: 2rem;
    z-index: 2;
}
.btn_white {
    color: #266CB3;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    background: #FFF;
    padding: 8px 24px; 
    text-decoration: none;
}
.btn_ph {
    color: #D04643;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    background: #FFF;
    padding: 8px 24px; 
    text-decoration: none;
}

@media (min-width: 992px){
    .container{
        width: 85%;
    }
}
@media (max-width:768px){
    .banner_1, .banner_ph {
        display: none;
    }
    h2 {
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
    .hero_image h1 {
        font-size: 56px;
    }
    .hero_image p {
        font-size: 18px;
    }
    .summary {
        width: inherit;
        margin-left: 0;
    }
    .banner_visit h2 {
        font-size: 40px;
    }
    .banner_visit {
        background-position: center!important;
    }
}
