@font-face {
    font-family: proxima;
    src: url('../fonts/VL-ProximaNovaT-Thin.eot');
    src: url('../fonts/VL-ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/VL-ProximaNovaT-Thin.woff2') format('woff2'),
        url('../fonts/VL-ProximaNovaT-Thin.woff') format('woff'),
        url('../fonts/VL-ProximaNovaT-Thin.ttf') format('truetype'),
        url('../fonts/VL-ProximaNovaT-Thin.svg#VL-ProximaNovaT-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: proximabold;
    src: url('../fonts/VL-ProximaNova-Bold.eot');
    src: url('../fonts/VL-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/VL-ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/VL-ProximaNova-Bold.woff') format('woff'),
        url('../fonts/VL-ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/VL-ProximaNova-Bold.svg#VL-ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 16px;margin:0;font-family: proxima; right: 0px;position: relative;background: #f4f4f4;font-weight: 700;}
body p{font-size:16px;margin:0;font-family: proxima;font-weight: 700;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-family: proximabold;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.call {
    display: flex;
    align-items: center;
}
.call-text{
    font-size: 26px;
    color: #555;
}
.call i{
    color: #fbb748;
    font-size: 18px;
    display: block;
    margin: 0 10px;
    position: relative;
    top: -2px;
}
.number-phone{
    font-size: 26px;
    font-weight: 700;
    color: #d83b28;
    font-family: proximabold;
}
.header-top {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.main-wraper{
    max-width: 1700px;
    background: #fff;
    margin: 0 auto;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a{
    padding: 20px 0;
    font-size: 16px;
    border-top: 1px solid #eee;
    color: #888;
    display: inline-block;
}
.header-bottom {
    margin-top: -1px;
    position: relative;
    z-index: 9999;
}
.ul-main-menu > li > a:hover{
    border-top: 1px solid #d83b28;
    color: #d83b28;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 240px;
    padding: 0 15px;
    left: -15px;
    z-index: 9999;
    list-style-type: none;
    margin: 0;
}
.ul-sub-menu > li > a{
    border-top: 1px solid #eee;
    padding: 15px 0;
    display: block;
    font-size: 16px;
    color: #888;
    white-space: nowrap;
}
.ul-sub-menu > li > a:hover{
    border-top: 1px solid #d83b28;
    color: #d83b28;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.items-banner{
    position: relative;
}
.content-banner {
    position: absolute;
    z-index: 99;
    left: 50px;
    bottom: 50px;
    width: 340px;
}
.content-banner .tit-bn-big{
    color: #fff;
    font-size: 32px;
    display: block;
}
.content-banner .tit-bn-small {
    font-size: 16px;
    color: #d83b28;
    display: block;
    font-family: proximabold;
    margin-bottom: 20px;
}
.main-banner{
    position: relative;
}
.items-banner img{
    height: 550px;
    object-fit: cover;
    object-position: top;
}
.logo {
    position: relative;
    z-index: 99;
}
.prev-bn{
    position: absolute;
    color: #fff;
    cursor: pointer;
    top: calc(50% - 30px);
    left: 45px;
    z-index: 3000;
}
.next-bn{
    position: absolute;
    color: #fff;
    cursor: pointer;
    top: calc(50% - 30px);
    right: 45px;
    z-index: 3000;
}
.tit-30{
    font-size: 30px;
    color: #555;
}
.tit-wes{
    font-size: 22px;
    color: #d83b28;
    margin-bottom: 10px;
}
.ul-wes{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-wes > li > a{
    display: inline-block;
    font-size: 18px;
    color: #888;
    padding: 5px 0;
}
.ul-wes > li > a > i{
    margin-right: 5px;
    color: #fbb748;
}
.tit-blser{
    margin: 0;
    padding: 15px;
    color: #fff;
    background: #fbb748;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.img-ser{
    display: block;
}
.des-ser{
    margin: 20px 0;
}
.readmore{
    padding: 10px 30px;
    border: 1px solid #d83b28;
    color: #d83b28;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.readmore:hover{
    background: #d83b28;
    color: #fff;
}
.block-ser-home{
    margin-bottom: 30px;
}
.main-featured{
    background: url(../img/back-fea.jpg);
}
.tit-26{
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}
.tit-26 a{
    color: #444;
}
.des-testi{
    color: #d83b28;
    font-size: 26px;
    margin-bottom: 20px;
}
.tit-testi{
    margin: 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-align: center;
}
.block-testimonials{
    margin: 0 auto;
    width: 60%;
    text-align: center;
}
.authur{
    font-size: 20px;
}
.block-testimonials{
    position: relative;
}
.block-testimonials:before{
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/quote.svg) center center no-repeat;
    background-size: contain;
    top: 10px;
    left: -50px;
    z-index: 9;
    position: absolute;
}
.block-testimonials:after{
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/quote.svg) center center no-repeat;
    background-size: contain;
    bottom: -10px;
    right: -50px;
    z-index: 9;
    position: absolute;
    transform: rotate(180deg);
}
.footer-top{
    background: url(../img/back-ft-top.jpg) center center no-repeat;
    background-size: cover;
}
.tit-ct{
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
}
.ul-ct{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.ul-ct > li {
    margin: 0 0 10px 20px;
    padding: 0 0 0 5px;
    list-style-image: url(../img/dot.png);
    color: #fff;
}
.group-ct{
    margin-bottom: 20px;
}
.group-ct input{
    padding: 6px 12px;
    width: 100%;
}
.group-ct textarea{
    padding: 6px 12px;
    width: 100%;
}
.sm-ct{
    width: 140px;
    background: none;
    padding: 10px 30px;
    border: 1px solid #fbb748;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.sm-ct:hover{
    background: #fbb748;
}
.ul-ft{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.ul-ft > li {
    margin: 0 0 10px 20px;
    padding: 0 0 0 5px;
    list-style-image: url(../img/dot.png);
    font-size: 14px;
}
.flex-around{
    display: flex;
    justify-content: space-around;
}
.titbn-page{
    background: url(../img/back-ft-top.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.tit-page-h2{
    margin: 0;
    font-weight: 700;
    color: #fff;
}
.title-page{
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    color: #d83b28;
}
.link-abs{
    text-align: center;
}
.a-link{
    display: inline-block;
    margin: 0 5px;
    padding: 15px 25px;
    background: #d83b28;
    color: #fff !important;
}
.img-asi-right{
    margin-bottom: 20px;
}
.main-grey{
    background: #eee;
    padding: 40px 0;
}
.tit-28{
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
}
.img-team img{
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.a-grab{
    display: block;
    margin-bottom: 30px;
}
.img-top-page{
    margin-bottom: 20px;
}
.greybox{
    background: #f4f4f4;
    padding: 20px 35px;
}
.block-aside-r{
    margin-bottom: 20px;
}
.tit-22{
    color: #d83b28;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.avatar{
    margin-bottom: 20px;
}
.boss{
    margin-bottom: 30px;
}
.clblue{
    color: #d83b28;
}
.tit-18{
    color: #d83b28;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.ul-ser {
    padding-left: 20px;
}
.ul-ser > li {
    margin-bottom: 10px;
}
.block-ser{
    margin-bottom: 30px;
}
.btn-smit{
    display: inline-block;
    padding: 10px 15px;
    background: #d83b28;
    color: #fff !important;
    border: none;
    font-weight: 700;
}
.form-aside {
    border: 5px solid #fbb748;
    padding: 30px 10px;
    box-shadow: 0px 4px 20px -4px rgba(50,50,50,0.6);
    border-radius: 4px;
}
.block-faq .panel-default>.panel-heading{
    padding: 0;
}
.block-faq .a-accord{
    display: block;
    padding: 15px;
    font-size: 18px;
    color: #666;
}
.block-faq .a-accord i{
    margin-right: 10px;
}
.items-slwes img{
    height: 170px;
    object-position: top;
    object-fit: cover;
}
.block-sl-wes .lSAction > a{
    color: #fff;
    opacity: 1;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mgtd15{
    margin: 15px 0;
}
.block-sl-wes{
    margin-bottom: 30px;
}
.logo-partner{
    width: 20%;
    padding: 0 15px;
    float: left;
    margin-bottom: 30px;
    min-height: 165px;
}
.sm-employ{
    border: 0;
    background: #ccc;
    color: #333;
    padding: 10px 20px;
    cursor: pointer;
}
.sm-employ:hover{
    background: #aaa;
}
.tit-news{
    font-size: 30px;
    color: #555;
    font-weight: 700;
    margin: 0;
}
.tit-news a{
    color: #444;
}
.authur-post{
    color: #999;
}
.block-news{
    margin-bottom: 60px;
}
.list-tag-news a{
    padding: 10px 15px;
    float: left;
    margin-right: 5px;
    border: 1px solid #ddd;
    font-size: 14px !important;
    margin-bottom: 5px;
    color: #444;
}
.list-tag-news a:hover{
    background: #d83b28;
    color: #fff;
}
.sp-sn {
    cursor: pointer;
    display: inline-block;
    color: #d83b28;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #fbb748 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.logo img{
    width: 250px;
}
.f-search .stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: rgba(204, 204, 204, 0.27058823529411763);
    border-radius: 50px 0 0 50px;
}
.f-search .stylish-input-group .input-group-addon {
    background: white !important;
    border-radius: 0 50px 50px 0;   
    border-color: rgba(204, 204, 204, 0.27058823529411763);
}
.f-search .stylish-input-group button {
    border: 0;
    background: transparent;
}
.language {
    margin-bottom: 10px;
    text-align: right;
}
.language a:first-child {
    margin: 0;
}
.language a {
    display: inline-block;
    margin-left: 10px;
}





@media (max-width: 1400px){
    .ul-main-menu{
        padding: 0 70px;
    }
    .header-top .container{
        padding: 0 50px;
    }
}
@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu{
        padding: 0;
    }
    .header-top .container{
        padding: 0 15px;
    }
    .main-banner:before{
        content: unset;
    }
    .items-banner:before{
        left: -160px;
    }
    .flex-around {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .list-logo {
        width: 40%;
        padding: 0 15px;
    }
    .iso {
        width: 30%;
        padding: 0 15px;
    }
    .list-ft {
        width: 30%;
        padding: 0 15px;
    }
    .social-ft {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .header-bottom {
        padding: 15px 0;
    }
    .call-mb {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .call-text{
        font-size: 26px;
        color: #555;
    }
    .call-mb i{
        color: #fbb748;
        font-size: 18px;
        display: block;
        margin: 0 10px;
        position: relative;
        top: -2px;
    }
    .menu-mobile{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-mobile > li.panel{
        border: none !important;
        margin: 0;
    }
    .menu-mobile > li > a {
        display: block;
        text-align: center;
        padding: 15px 0;
        color: #888;
        font-size: 16px;
        border-top: 1px solid #eee;
    }
    .menu-mobile > li .phelp {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
        color: #888;
        font-size: 16px;
        border-top: 1px solid #eee;
        position: relative;
    }
    .menu-mobile > li .phelp a{
        border: none;
        color: #888;
    }
    .menu-mobile > li .phelp a.a-icon {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        height: 100%;
        width: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #eee;
    }
    .sub-menu-mb{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .sub-menu-mb > li > a {
        display: block;
        text-align: center;
        padding: 15px 0;
        color: #888;
        font-size: 16px;
        border-top: 1px solid #eee;
        background: #f4f4f4;
    }
    .items-banner:before,
    .items-banner:after{
        content: unset;
    }
    .content-banner {
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 25px 15px;
        background: rgba(216, 59, 40, 0.5);
    }
    .content-banner .tit-bn-big{
        font-size: 26px;
    }
    .prev-bn i,
    .next-bn i{
        font-size: 3em;
    }
    .prev-bn,
    .next-bn{
        top: calc(50% - 24px);
    }
    .items-banner img{
        height: 400px;  
    }
    .logo-partner{
        width: 25%;
    }
    .f-search {
        width: 100%;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .items-banner img{
        height: 310px;  
    }
    .prev-bn i,
    .next-bn i{
        font-size: 2em;
    }
    .prev-bn,
    .next-bn{
        top: calc(50% - 16px);
    }
    .prev-bn{
        left: 10px;
    }
    .next-bn{
        right: 10px;
    }
    .content-banner .tit-bn-small{
        margin-bottom: 0;
    }
    .content-banner{
        padding: 15px;
    }
    .block-testimonials{
        width: 100%;
    }
    .block-testimonials:before,
    .block-testimonials:after{
        content: unset;
    }
    .des-testi{
        font-size: 20px;
    }
    .tit-30{
        font-size: 26px;
    }
    .list-logo{
        width: 50%;
        margin-bottom: 20px;
    }
    .iso{
        width: 50%;
        margin-bottom: 20px;
    }
    .list-ft{
        width: 50%;
    }
    .social-ft{
        width: 50%;
    }
    .logo-partner{
        width: 33.333333%;
        min-height: unset;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .logo img{
        width: 200px;
    }
    .authur{
        font-size: 18px;
    }
    .list-logo{
        width: 100%;
        text-align: center;
    }
    .iso{
        width: 100%;
        text-align: center;
    }
    .list-ft{
        width: 100%;
        text-align: center;
    }
    .social-ft{
        width: 100%;
        text-align: center;
    }
    .flex-around{
        display: block;
    }
    .ul-ft > li{
        list-style-image: unset;
        list-style-type: none;
    }
    .title-page{
        font-size: 22px;
    }
    .clear40{
        height: 20px;
    }
    .gg-map iframe{
        height: 350px;
    }
    .tit-page-h2{
        text-align: center;
    }
}