*{
    margin: 0;
	padding: 0; 
    box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: white;
    -webkit-font-smoothing: antialiased;
}
/* ======================= */
.w-container{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}
.w-container-full{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}
/* ======================= */
.header-fixed{
    height: 74px !important;
    opacity: 0;
    transition: 0.3s;
    background-color: #3D5AA7;
    position: fixed !important;
    z-index: 999 !important;
}
.head-op{
    opacity: 1;
}
.w-header-fixed{
    height: 74px !important;
}
.w-header-fixed > div > a > .brand{
    width: 160px;
    height: 32px;
}
/* ======================= */
header,.header-fixed{
    width: 100%;
    height: auto;
    top: 0;
    position: absolute;
    z-index: 9999;
}
.w-header,.w-header-fixed{
    height: 140px;
    padding: 0 10px;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand{
    width: 220px;
    height: 44px;
}
.nav > div > a{
    font-size: 13px;
    font-weight: 700;
    color: white;
    padding: 8px 12px;
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
}
.bar-menu{
    display: none;
    padding: 10px;
    text-decoration: none;
}
.bar-menu > i{
    font-size: 24px;
    color: white;
    cursor: pointer;
}
.bar-menu-fixed{
    display: none;
    padding: 10px;
    text-decoration: none;
}
.bar-menu-fixed > i{
    font-size: 24px;
    color: white;
    cursor: pointer;
}
.bar-close{
    display: block;
    padding: 10px;
    text-decoration: none;
}
.bar-close > i{
    font-size: 24px;
    color: white;
    cursor: pointer;
}
.nav > div > a:hover{
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.20);
}
.active{
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.20);
}
/* ======================= */
.slidershow{
    height: 650px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-color: #3D5AA7;
    /* background-image: url(../images/slidershow/img1.jpg); */
    position: relative;
}
.slidershow > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
}
.item:before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(61, 90, 167, 0.80);
    position: absolute;
    z-index: 1;
}
.banner-page:before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(61, 90, 167, 0.80);
    position: absolute;
    z-index: 1;
}
.caption{
    width: 50%;
    height: 650px;
    color: white;
    padding: 100px 10px 0;
    position: relative;
    z-index: 2;
    /* flex */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.caption > h2{
    font-size: 23px;
    font-weight: 800;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.caption > p{
    font-size: 16px;
    font-weight: lighter;
}
.control{
    margin-top: 30px;
    /* flex */
    display: flex;
    flex-direction: row;
}
.control > span{
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.50);
}
.c-active{
    background-color: white !important;
}
/* ======================= */
.section{
    padding: 100px 0;
    background-color: white;
}
.section-padding{
    padding: 120px 0 240px;
}
.section-gray{
    background-color: #f3f5f7;
}
.section-box{
    /* flex */
    display: flex;
    flex-wrap: nowrap;
}
.section-box > div{
    padding: 0 10px;
    /* flex */
    flex: 1;
}
.card{
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-radius: 2px;
    background-color: white;
}
.card-img{
    height: 224px;
    overflow: hidden;
    position: relative;
}
.card-img > img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.8s;
    position: absolute;
}
.card-img > img:hover{
    transform: scale(1.1);
}
.card-cont{
    padding: 30px 25px;
    background-color: white;
}
.card-cont > div{
    font-size: 14px;
    font-weight: 800;
    color: #9AA0AC;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.card-cont > p{
    font-size: 13px;
    font-weight: lighter;
    color: #9AA0AC;
    margin-bottom: 16px;
}
.button{
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: white;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 2px;
    background-color: #3D5AA7;
}
.button:hover{
    opacity: 0.8;
}
/* ======================= */
.section-title{
    width: 70%;
    font-size: 20px;
    font-weight: 800;
    color: #9AA0AC;
    margin: 50px auto 0;
    text-align: center;
    text-transform: uppercase;
}
.section-double{
    /* flex */
    display: flex;
    flex-wrap: nowrap;
}
.section-double > .images{
    padding: 100px 20px 0 300px;
    /* flex */
    flex: 1;
}
.section-double > .content{
    padding: 100px 300px 0 20px;
    /* flex */
    flex: 1;
}
.section-list{
    margin: 40px 0;
}
.section-list > span{
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #9AA0AC;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.section-list > p{
    font-size: 15px;
    font-weight: lighter;
    color: #9AA0AC;
}
.double-img{
    /* flex */
    display: flex;
    flex-flow: nowrap;
}
.double-img > .large{
    height: 420px;
    overflow: hidden;
    margin: 0 10px;
    border-radius: 2px;
    position: relative;
    /* flex */
    flex: 1;
}
.large > img{
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transition: 0.8s;
    position: absolute;
}
.large > img:hover{
    transform: scale(1.1);
}
.double-img > .medium{
    padding: 0 10px;
    /* flex */
    display: flex;
    flex-direction: column;
    flex: 1;
}
.medium > div{
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    /* flex */
    flex: 1;
}
.m-one{
    margin: 0px 0 10px;
}
.m-two{
    margin: 10px 0 0;
}
.medium > div > img{
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transition: 0.8s;
    position: absolute; 
}
.medium > div > img:hover{
    transform: scale(1.1);
}
/* ======================= */
.section-blue{
    background-color: #3D5AA7;
}
.section-double-footer{
    height: 580px;
    /* flex */
    display: flex;
    flex-flow: nowrap;
}
.section-double-footer > .content{
    padding: 190px 100px 100px 300px;
    /* flex */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    flex: 1;
}
.section-double-footer > .content > span{
    display: block;
    width: 60%;
    font-size: 20px;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.section-double-footer > .content > p{
    font-size: 15px;
    font-weight: lighter;
    color: white;
    margin-bottom: 16px;
}
.section-double-footer > .content > .button{
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: white;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.30);
}
.section-double-footer > .content > .button:hover{
    background-color: rgba(255, 255, 255, 0.50);
}
.section-double-footer > .images{
    padding: 100px;
    position: relative;
    /* flex */
    flex: 1;
}
.section-double-footer > .images > img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}
/* ======================= */
footer{
    padding: 100px 0 30px;
    background-color: #444; 
}
.w-footer{
    height: 270px;
    font-size: 13px;
    font-weight: lighter;
    color: white;
    /* flex */
    display: flex;
}
.w-footer > div{
    padding: 0 10px;
    /* flex */
    flex: 1;
}
.brand-footer{
    width: 165px;
    height: 33px;
    margin-bottom: 16px;
}
.footer-button{
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: white;
    margin-top: 20px;
    padding: 6px 9px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.30);
}
.footer-button:hover{
    background-color: rgba(255, 255, 255, 0.50)
}
.f-title{
    font-size: 14px;
    font-weight: 800;
    color: white;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.f-list{
    /* flex */
    display: flex;
    flex-direction: column;
}
.f-list > a{
    font-size: 13px;
    font-weight: lighter;
    color: white;
    cursor: default;
    margin: 3px 0;
    text-decoration: none;
    /* flex */
    display: flex;
    align-items: center;
}
.f-list > a > span{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 50px;
    background-color: white;
}
.f-double{
    /* flex */
    display: flex;
}
.f-double > div{
    /* flex */
    flex: 1;
}
.f-box{
    margin-bottom: 20px;
}
.f-box > b{
    display: block;
    margin-bottom: 6px;
}
.col-f{
    flex: 1 0 10% !important;
}
/* ======================= */
.f-copyright{
    width: 100%;
    font-size: 13px;
    font-weight: lighter;
    color: white;
    padding: 14px 10px;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* ======================= */
.before{
    width: 100%;
    height: 100px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.before > img{
    width: 100%;
    height: 100px;
    object-fit: fill;
    position: absolute;
}
.before-cont{
    width: 100%;
    height: 100px;
    top: 100px;
    position: relative;
}
.before-cont > img{
    width: 100%;
    height: 100%;
    height: 100px;
    object-fit: fill;
    position: absolute;
    z-index: 1;
}
/* ======================= */
.banner-page{
    height: 380px !important;
}
.caption-page{
    height: 330px !important;
}
.breadcrumd{
    font-size: 12px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    /* flex */
    display: flex;
}
.breadcrumd > a{
    color: white;
    padding: 4px 12px;
    text-decoration: none;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.20);
}
.breadcrumd > span{
    padding: 4px 12px;   
    /* flex */
    display: flex;
    align-items: center;
}
.breadcrumd > span > i{
    font-size: 16px;
    margin-right: 10px;
}
.content-page{
    padding: 100px 20px 0 300px !important;
}
.images-page{
    padding: 100px 300px 0 20px !important;
}
.p-margin > p{
    margin: 5px 0;
    /* flex */
    display: flex;
    align-items: center;
}
.p-margin > p > span{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 50px;
    background-color: #9AA0AC;
}
.large-mision{
    height: 520px;
}
.images-mvision{
    padding: 40px 20px 0 300px !important;
}
.content-mvision{
    padding: 40px 300px 0 20px !important;
}
/* ======================= */
.page-double{
    /* flex */
    display: flex;
}
.page-double > div{
    padding: 0 10px;
    /* flex */
    flex: 1;
}
/* ======================= */
.form-group{
    margin-bottom: 8px;
}
input,textarea{
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    color: #9AA0AC;
    padding: 14px 12px;
    resize: none;
    border: 2px solid #9aa0ac2e;
    border-radius: 4px;
}
input,textarea:focus{
    outline: none;
}
textarea{
    height: 150px;
}
.submit{
    width: 20%;
    font-size: 12px;
    font-weight: 800;
    color: white;
    cursor: pointer;
    padding: 15px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 2px;
    border: none;
    background-color: #3D5AA7;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9AA0AC;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9AA0AC;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9AA0AC;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9AA0AC;
}
.mb-contact{
    text-align: left;
    margin-left: 10px;
    margin-bottom: 80px;
}
.address-contact{
    margin: 0 0 0 30px;
}
.address-contact > span{
    margin-bottom: 8px;
}
.map{
    margin: 80px 0 -40px;
    padding: 0 10px;
}
.map > img{
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: relative;
}
/* ======================= */
.tab{
    font-size: 12px;
    font-weight: 800;
    color: white;
    cursor: pointer;
    margin-bottom: 14px;
    text-transform: uppercase;
    padding: 10px 12px;
    transition: 0.3s;
    border-radius: 2px;
    background-color: #9aa0ac47;
}
.tab:hover{
    background-color: #9aa0ac;
}
.tabs-active{
    border-left: 5px solid #858b98;
    background-color: #9aa0ac;
}
.tabs-width{
    width: 300px;
    flex: none !important;
}
.tabs-width > a{
    text-decoration: none;
}
.tabs-width-content{
    width: 100%;
    margin: 0 0 0 30px;
}
/* ======================= */
.blur-menu{
    width: 270px;
    height: 100%;
    left: -270px;
    transition: 0.3s;
    background-color: rgb(62, 90, 167);
    position: fixed;
    z-index: 999999;
}
.blur-menu-hidden{
    left: 0;
}
.body-left-mobile{
    left: 0px;
    transition: 0.3s;
    position: relative;
}
.body-left-hidden{
    left: 270px !important;
}
.blur-body{
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.4s;
    background-color: #000000a3;
    position: fixed;
    z-index: -99999;
}
.blur-body-opcity{
    opacity: 1;
    z-index: 99999;
}
.nav-menu{
    margin-top: 20px;
    /* flex */
    display: flex;
    flex-direction: column;
}
.nav-menu > a{
    font-size: 13px;
    font-weight: 700;
    color: white;
    padding: 8px 12px;
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
}
/* ======================= */
.section-works{
    /* flex */
    flex-direction: column;
}
.card-works{
    margin: 30px 0;
    /* flex */
    display: flex;
    flex-direction: row;
}
.card-img-works{
    max-width: 340px;
    min-width: 340px;
    height: 220px;
}
.card-works > .card-cont{
    text-align: left;
    padding: 0 25px;
    position: relative;
    /* flex */    
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;
}
.card-works > .card-cont > .button{
    bottom: 0;
    position: absolute;
}
.before-gray-margin{    
    margin-top: -100px;
}