html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
    background-color: #fff;
}

header{
    height: 120px;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header .logo{
    width: 8%;
    padding-top: 15px;
}

header .logo img{
    width: 100%;
}

.logo-dec{
    width: 17%;
    font-family: Gotham-Medium;
    font-size: 10px;
    padding-top: 30px;
}

.phone{
    width: 15%;
    font-family: Gotham-Bold; 
    font-size: 14px;
    padding-top: 30px;
    cursor: pointer;
}

.phone span{
    font-family: Gotham-Light; 
    font-size: 11px;
    font-weight: 700;
}

.instagram{
    width: 10%;
    font-family: Gotham-Bold; 
    font-size: 14px;
    padding-top: 30px;
    background: url(img/instagram.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left top 45px;
    padding-left: 25px;
}

.instagram span{
    font-family: Gotham-Light; 
    font-size: 11px;
    font-weight: 700;
}

.facebook{
    width: 10%;
    font-family: Gotham-Bold; 
    font-size: 14px;
    padding-top: 30px;
    background: url(img/facebook.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left top 45px;
    padding-left: 25px;
}

.facebook span{
    font-family: Gotham-Light; 
    font-size: 11px;
    font-weight: 700;
}

.lang{
    width: 10%;
    font-family: Gotham-Light; 
    font-size: 14px;
    font-weight: 700; 
    text-align: center; 
    padding-top: 30px; 
    cursor: pointer; 
}

.lang span{
    font-family: Gotham-Light; 
    font-size: 11px;
    font-weight: 700;    
}

.menu{
    background: #00a2d2;
    padding: 2px 0 2px 0;
}

.menu-header{
    width: 100%;
    margin-top: 20px;
}

.menu-header a{
    text-decoration: none;
    color: #fff;
}

.menu-header ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
    padding-left: 0rem; 
}

.menu-header ul > li{
    list-style: none;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.banner{
    width: 100%;
    height: 500px;
}

.banner .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.banner-image-1{
    position: absolute;
    top: 75px;
    left: -130px;
}

.banner-image-2{
    position: absolute;
    bottom: -60px;
    right: -100px;
}

.banner .left{
    width: 50%;
}

.banner-title{
    font-family: Gotham-Bold; 
    font-size: 30px;
    padding-top: 80px;
    line-height: 40px;
    position: relative;
    z-index: 9999;
}

.banner-sm-title{
    font-family: Gotham-Light;
    font-size: 20px;
    padding-top: 50px;
}

.banner .right{
    width: 45%;

}

.banner-right-image{
    width: 90%;
    height: 350px;
    border-radius: 6px;
    margin-top: 70px;
    text-align: center;
    position: relative;
    z-index: 9999;
}

.banner-button-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 80%;
}

.banner-button{
    width: 200px;
    padding: 12px 10px;
    background: #dc3545;
    color: #fff;
    font-family: Gotham-Light;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;    
}

.banner-button-2{
    width: 200px;
    padding: 10px 10px;
    border: solid 1px #000;
    color: #000;
    font-family: Gotham-Light;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;  
    font-weight: 700;  
}

.news{
    padding: 50px 0 50px 0;
}

.news .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news h3{
    font-size: 24px;
    font-family: Gotham-Bold;
    padding-bottom: 30px;
    width: 70%;
}

.news-left-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 65%;    
}

.sidebar{
    width: 30%;
}

.news-item{
    width: 47%;
    height: 350px;
    background: #f1f1f1;
    margin-top: 20px;
    box-shadow: 4px 4px 15px 10px rgba(51, 60, 68, 0.05);    
}

.news-item a{
    text-decoration: none;
    color: #000;
}

.news-item .top{
    width: 100%;
    height: 200px;
    border-radius: 4px;
}

.news-item .center{

}

.news-item .bottom{
    padding-top: 20px;
}

.news-item h2{
    font-family: Gotham-Bold; 
    font-size: 15px;
    text-align: center; 
    margin: 0 auto;   
    width: 90%;
}

.news-button {
    width: 150px;
    padding: 5px 3px;
    background: #dc3545;
    color: #fff;
    font-family: Gotham-Light;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
}

.news-data{
    text-align: center;
    margin: 0 auto;
    font-family: Gotham-Light;
    font-size: 14px; 
    padding-top: 20px;   
}

.sidebar-wrap{
    width: 90%;
    border-radius: 4px;
    background: #f1f1f1;
    margin-top: 20px;
    padding-top: 20px;
}

.sidebar-item{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.sidebar-image{
    width: 100%;
    height: 150px;
    border-radius: 4px;
}

.sidebar-title{
    font-family: Gotham-Bold; 
    font-size: 12px;
    text-align: center; 
    margin: 0 auto;   
    width: 90%;    
    padding-top: 10px;
}

.sidebar-button{
    text-align: center;
    margin: 0 auto;
    font-family: Gotham-Light;
    font-size: 12px;
    font-weight: 700; 
    padding-top: 10px; 
    cursor: pointer;    
}

.read-more-wrap{
    width: 100%;
}

.read-more-button{
    width: 200px;
    padding: 5px 3px;
    background: #41464b;
    color: #fff;
    font-family: Gotham-Light;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto; 
    cursor: pointer;   
}

.articles{
    padding: 50px 0 50px 0;
}

.articles .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.articles-wrap{
    width: 70%;
    margin-top: 10px;
}

.articles-item{
    width: 90%;
    background: #f1f1f1;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px 10px 10px 20px;
    font-family: Gotham-Medium; 
    font-size: 15px;
}

.articles-item span{
    font-family: Gotham-Light;
    font-size: 14px;    
}

.news-page{
    width: 100%;
}

.news-page-image{
    width: 450px;
    height: 350px;
    border-radius: 4px;
}

.news-page-title{
    font-size: 18px;
    font-family: Gotham-Medium; 
    padding-top: 30px;
    padding-bottom: 30px;
}

.site_top_map{
    font-family: Gotham-Light;
    font-size: 15px;
    padding-bottom: 30px;
    width: 100%;
}

.sidebar-button a{
    text-decoration: none;
    color: #000;
}

.news-page-text a{
    text-decoration: none;
    color: #000;
    padding-top: 20px !important;
}