*{
    margin: 0 auto;
    font-size: 14px;
    color: #333;
}
.clear-fix{
    clear: both;
}
.position-relativ{
    position: relative;
}
.position-absolut{
    position: absolute;
}
.title{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 3vw;
    font-weight: 700;
   
}
.title::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    bottom: 0px;
    left: 0px;

}
.title::before{
    position: absolute;
    content: "";
    width: 80px;
    height: 5px;
    background:  #F9B500;
    bottom: 0;
    left: 0;
    z-index: 1;
    
}
.article-title{
    padding-top: 20px;
}
.article-title a{
    font-size: 3vw;
    font-weight: 700;
}
.info-bar{
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0px;
   
}
.info-bar li{
    display: inline-block;
    margin-right: 10px;
    line-height: 25px;

}
.text-muted{
    color: #888;
}
.text-yellow{
    color: #F9B500 !important;
}
a{
    text-decoration: none;
    transition: all .2s;
}
b{
    transition: all .2s;
    font-weight: 700;
}
a:hover{
    color: #F9B500;
}
a:hover > b {
    color: #F9B500;
}
.app{
    width: 1200px;
}
@media (max-width:1199.98px){
    .app{
        width: 992px;
    }
}
@media (max-width:991.98px){
    .app{
        width: 768px;
    }
}
@media (max-width:767.98px){
    .app{
        width: 576px;
    }
}
@media (max-width:575.98px){
    .app{
        width: calc(100%_30px);
        padding: 0 15px;
    }
}
.header-logo{
    float: left;
    margin: 30px 0;
}
.h-m{
    float: right;
}
.header-menu{
    display: inline;
   
}
.header-menu-link{
    padding: 0 15px;
    line-height: 80px;
    font-weight: 700;
    color: #333 !important;

}
.menu-burger{
    float: right;
    display: none;
    border: none;
    line-height: 80px;
    background-color: white;
}
.show{
    display: inline-block !important;
}
@media (max-width:991.98px){
    .header-logo{
        height: 15px;
        margin: 32px 0;
    }
    .header-menu-link{
        padding: 0 5px;
    }
}
@media (max-width:767.98px){
    .menu-burger{
        display: inline-block;
    }
    .h-m{
        display: none;
        width: 100%;
    }
    .header-menu{
        display: block;
        border-bottom: 1px solid #cecece;
    }

}
.intro-row{
    width: 100%;
}
.intro-h-600{
    height: 600px;
}
.h-100{
    height: 100%;
}
.intro-h-2-3{
    height: calc(200%/3);
    
}
.intro-h-1-3{
    height: calc(100%/3);
}
.h-50:first-of-type {
    margin-bottom: 10px;

}
.h-50{
    height: calc(50% - 5px);
}
.col-2-3{
    float: left;
    margin-right: 10px;
    width: calc(calc(200%/3) - 10px);    
}
.col-1-3{
    float: right;
    width: calc(100%/3);
}
.intro-1-3-item{
    width: 100%;
}
.intro-1-3-col-item{
    float: left;
    width: calc(100%/3);
}
.intro-1-3-col-item:nth-of-type(2){
    margin-right: 10px;
    margin-left: 10px;
    width: calc(calc(100%/3) - 20px);

}


.bg-1{
    background: url(images/slider-1-1200x900.jpg) no-repeat center;
    background-size: cover;}
.bg-2{
    background: url(images/slider-2-450x600.jpg) no-repeat center;
    background-size: cover;}
.bg-3{
    background: url(images/slider-3-450x600.jpg) no-repeat center;
    background-size: cover;}
.bg-4{
    background: url(images/slider-4-450x600.jpg) no-repeat center;
    background-size: cover;}
.bg-5{
    background: url(images/slider-5-450x600.jpg) no-repeat center;
    background-size: cover;}
.bg-6{
    background: url(images/slider-6-450x600.jpg) no-repeat center;
    background-size: cover;}

.intro-caption-item{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}
.caption-title{
    position: absolute;
    bottom: 50px;
    left: 20px;
}
.caption-title span{
   font-size: 25px;
   font-weight: 500;
   color: #fff;
}
.caption-title b{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
 }
 .caption-info-bar{
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0;
 }
 .caption-info-bar li{
   display: inline-block;
   margin-right: 20px;
   color: #fff;
 }
 .img-bg{
    position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.mr-10x{
    margin-right: 10px;
}
.ml-10px{
    margin-left: 10px
}
.mt-10x{
    margin-top: 10px;
}
.mb-10x{
    margin-bottom: 10px;
}
@media (max-width:767.98px){
    .col-2-3{
        width:100%;
        float: none;
        margin-right: 0px;
    }
    .col-1-3{
        width: 100%;
    }
    .intro-1-3-col-item{
        float: none;
        width: 100%;
    }
    .intro-1-3-col-item:nth-of-type(2){
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .intro-h-600{
        height: auto;
    }
    .intro-h-100{
        height: auto;
    }
    .intro-h-50{
        height: auto;
    }
    .intro-h-2-3{
        height: auto;
    }
    .intro-h-1-3{
        height: auto;
    }
    .h-md-300{
        height: 300px;
        margin-bottom: 10px;
    }

}
.container{
    width: 100%;
    margin-top: 50px;
}
.main{
    width: calc(calc(200%/3) - 25px);
    float: left;
    margin-right: 25px;
}
.main-news{
    margin-bottom: 20px;
}
.main-news-img{
    width: 100%;
    margin-bottom: 20px;
}
.main-news-w-50{
    float: left;
    width: calc(50% - 25px);
    margin-right: 25px;
}
.main-news-w-50:last-of-type{
    margin-right: 0px;
}
.sidebar{
    float: right;
    width: calc(calc(100%/3) - 25px);
    margin-left: 25px;
}
.sidebar-item{
    width: 100%;
   margin-bottom: 40px;

}
.sidebar-list{
    list-style: none;
    padding: 0;
}
.sidebar-list>li{
    padding: 15px 0px;
    background-color: #F9B500;
    border: 1px solid #fff;
    text-align: center;

}
.pop-item{
    width: 100%;
    margin-bottom: 18px;
}
.pop-img{
    float: left;
    width: 100px;
    height: 100px;
    
  
}
.info-pop{
    float: right;
    width: calc(100% - 120px);
    margin-left: 20px;
    font-size: 30px;

}
.info-pop h3 a b {
    font-size: 18px;
}

.subscribe p{
    font-size: 20px;
}
.subscribe-form{
    margin-top: 20px;

}
.subscribe-form-test{
    padding: 13px 60px 13px 13px;
    float: left;
    border: 1px solid #F9B500;
    width: calc(100% - 73px);
}
.subscribe-form-test:focus{
    outline-color: #F9B500;
}
.subscribe-form button{
    width: 65px;
    height: 42px;
    border: none;
    background-color: #F9B500;
    text-align: center;
    float: right;
    margin-top: -43px;
    margin-right: -1px;
}
.subscribe-form button:hover{
    background-color: black;
    color: white;
}
@media (max-width:991.98px) {
    .main {
        width: 100%;
        float: none;
    }
    .sidebar {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
}

@media (max-width:575.98px) {
    .main-news-w-50 {
        width: 100%;
        float: none;
    }
}
.footer{
    background-color: #191919;
}
.footer-logo{
   float: left;
   height: 25px;
   margin: 20px 0;
}
/* .bg-footer{
    background: url(images/map.png) no-repeat center !important;
    background-size: cover;
} */
.footer-row{
    width: 100%;
    background-color: rgba(25, 25, 25, .9);
}
.bg-map{
    background-image: url(images/map.png);
    background-repeat: no-repeat;
    background-position: center;
}

.footer-col{
    float: left;
    margin-right: 30px;
    width: calc(calc(100% / 3) - 30px);
    font-size: 20px;
    
}
.footer-p{
    color: #cecece;
    font-size: 16px
}
.footer-p a{
    color: #cecece;
    font-size: 16px;
}
.footer-p a:hover{
    color: #F9B500;
}
.footer-padding{
    padding: 20px 0;
}
.footer-title{
    color: #F9B500;
    padding: 20px 0;
}
.footer-link{
    margin-bottom: 20px;
}
.footer-line{
    background-color: rgba(170, 170, 170, .2);
    height: 1px;
    margin-bottom: 20px;
}
.footer-link a{
    color: #cecece;
    font-size: 14px;
}
.footer-link a:hover{
    color: #F9B500;
}
.footer-link p{
    color: #cecece;
    font-size: 14px;
    padding-top: 15px;
}
.ul-footer{
    float: left;
    width: 50%;
    padding: 0;
}
.ul-footer li{
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    padding-bottom: 30px;
}
.ul-footer li a{
    color: #cecece;
    margin-right: 10px;
  
}
.ul-footer li a:hover{
    color: #F9B500;
}
.footer-social{
    float: right;
    width: 50%;
    text-align: right;
   
}
.footer-social li{
    text-decoration: none;
    display: inline-block;
    padding: 0 0 20px 20px;
}
@media (max-width:575.98px){
    .footer-col{
        float: none;
        padding: 15px;
        width: calc(100% - 30px);
        margin-right: 0;
    }
    .ul-footer{
        float: none;
        width: 100%;
        text-align: center;
    }
    .ul-footer li{
        padding: 10px;
    }
    .footer-social{
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer-social li{
        padding: 10px;
    }
}