@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300&display=swap');


body{
    font-family: 'Roboto', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    scroll-behavior: smooth;
}
p
,a
,h1
,h2
,h3
,h4
,h5
,h6{
    margin: 0;
}
ul{
    padding: 0;
    list-style: none;
}
img{
    max-width: 100%;
}
.inner{
    max-width: 11700px;
    margin: 0 auto;
    padding: 0 7%;
}









/* ----------HEADER--------- */

.header-top{
    padding: 10px 0;
}
.title-home{
    font-size: 28px;
    color: #1e65b1;
    font-weight: 400;
    text-transform: uppercase;
}
/**
 * .logo-home{
 *     display: block;
 *     max-width: 50px;
 *     width: 100%;
 *     margin-right: 25px;
 * }
 * .logo-home img{
 *     width: 100%;
 * }
 */
.group-head-top{
    display: flex;
    align-items: center;
}
.header-bottom{
    background: #024e97;
    transition: ease-in-out all .3s;
}
.header-bottom.fixed{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.cnv-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    height: 50px;
}
.cnv-menu li{
    height: 100%;
}
.cnv-menu li a{
    text-decoration: none;
    color: #fff;
    height: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
}
.cnv-menu li a:hover{
    opacity: .5;
}
.group-search{
    position: relative;
}
.group-search input{
    height: 20px;
    border-radius: 25px;
    border: unset;
    outline:none;
    max-width: 75px;
    width: 100%;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 22px;
}
#btn-search-top{
    position: absolute;
    top: 1px;
    right: 8px;
}
#btn-search-top i{
    color:#1e65b1;
    font-size: 12px;
}
.paren-sub a{
    position: relative;
}

/* ----------MAIN----------- */
.btn-box{
    border-radius: 5px;
    border: none;
    background: #1e65b1;
    transition: ease-in-out .3s all;
    max-width: 160px;
    height: 45px;
    border-bottom: solid 3px #f44336;
}
.btn-box a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}
.btn-box a span{
    margin-left: 10px;
}
.btn-box:hover{
    opacity: .5;
}
.title-box{
    text-align: center;
    position: relative;
    margin-bottom: 65px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1e65b1;
    font-size: 30px;
    line-height: 43px;
}
.title-box::before{
    position: absolute;
    content: "";
    width: 65px;
    height: 3px;
    background:#e4422e;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 15px);
    z-index: 10;
}
.title-box::after{
    position: absolute;
    content: "";
    max-width: 250px;
    width: 100%;
    height: 2px;
    background:#dadada;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 15px);
    z-index: 8;
}
.slider-home .slick-prev{
    left: 0;
    z-index: 99;
    background: rgb(22,104,166,0.9);
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-home .slick-prev:before{
    content: "";
    width: 19px;
    height: 23px;
    background: url('../images/prevs.png');
    background-size: 19px 23px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99999;
}
.slider-home .slick-next{
    right: 0;
    z-index: 99;
    background: rgb(22,104,166,0.9);
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-home .slick-next:before{
    content: "";
    width: 19px;
    height: 23px;
    background: url('../images/nexts.png');
    background-size: 19px 23px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99999;
}
.slider-home{
    position: relative;
    overflow: hidden;

}
.slider-home .slick-dotted.slick-slider{
    margin-bottom: -4px;
}
.slider-home ul{
    bottom: 15px;
}
.group-silder{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.content-h-about{
    margin-bottom: 20px;
}
.h-about{
    position: relative;
    margin-top: -1px;
    overflow: hidden;
}
.h-about .title-box::after{
    content: none;
}
.h-about .title-box::before{
    height: 2px;
    left: 35px;
    bottom: 0px;
}
.h-about .title-box{
    color: #222222;
    font-weight: 600;
    text-align: left;
    margin-bottom: 35px;
}
.h-about .title-box span{
    display: block;
    font-size: 14px;
    color: #1e65b1;
    font-weight: 400;
    margin-bottom: 15px;
}
.des-slider img{
    width: 100%;
}
.des-slider{
    position: relative;
}
.des-title-slider{
    display: block;
    font-size: 40px;
    max-width: 485px;
    position: absolute;
    padding: 7px 75px 8px 10px;
    top: 50%;
    left: 30%;
    transform: translate(-30%, -50%);
    background: rgba(20, 91, 151, 0.9);
    border-bottom: 4px solid rgb(244, 67, 54);
    color: rgb(255, 255, 255);
    font-weight: 600;
}
.des-title-slider span{
    font-weight: 300;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 6px;
}
.group-content-course .slick-dots{
    bottom: -45px;
}
.group-content-course{
    display: flex!important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.group-content-course .slick-dots li{
    width: 10px;
    height: 10px;
    background: #e0e0e0;
}
.group-content-course .slick-dots li.slick-active{
    background: #f44336;
}
.group-content-course .slick-dots li.slick-active button:before{
    color: #f44336;
}
.group-content-course .slick-dots li button:before{
    content: "";
}
.item-course{
    margin-right: 25px;
}
.drep{
    color: #666666;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.box-content-maxim{
    display: flex!important;
    justify-content: space-between;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding: 19px 19px 0 19px;
}
.item-maxim{
    transition: ease-in-out .3s all;
    width: calc((100% - 60px) / 3);
    margin-bottom: 45px;
    box-shadow: 0px 0px 1px 2px #d8d8d8;
    text-align: center;
    cursor: pointer;
    padding: 20px;
}
.item-maxim:hover{
    transform: scale(1.1);
    background: #1e65b1;
    color: #fff;
}
.item-maxim:hover .maxim-thum-v2{
    display: block!important;
}
.item-maxim:hover .maxim-thum-v1{
    display: none;
}
.maxim-thum-v2{
    display: none!important;
}
.item-maxim:hover .title-maxim{
    color: #fff;
}
.h-maxim{
    padding: 70px 0 80px;
    overflow: hidden;
}
.thum-maxim{
    text-align: center;
    margin-bottom: 25px;
}
.thum-maxim img{
    margin: 0 auto;
}
.title-maxim{
    font-size: 24px;
    color: #1d1d23;
    margin-bottom: 25px;
    transition: ease-in-out .3s all;
    font-weight: 600;
    text-transform: uppercase;
}
.drep-course.v2{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.drep-course{
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 26px;
    min-height: 76px;
    max-height: 78px;
}
.thum-work img{
    width: 100%;
    object-fit: cover;
}
.h-work{
    background: #f7f7f7;
    padding: 40px 0;
    overflow: hidden;
}
.h-work .col-lg-3{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.h-work .col-lg-6{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.thum-work{
    display: block;
    width: 100%;
}
.group-work{
    position: relative;
    overflow: hidden;
    max-height: 290px;
}
.group-work iframe{
    width: 100%;
}
.title-work{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 21;
    background: rgb(26,37,44,0.8);
    width: 100%;
    padding: 10px 5px 20px 10px;
    text-transform: uppercase;
}
.title-work a{
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: block;
    width: 100%;
    color: #fff;
}
.title-work a:hover{
    opacity: .5;
}
.thum-blog{
    display: block;
}
.blog-sm{
    display: flex;
    width: 100%;
    margin-bottom: 18px;
}
.blog-sm .thum-blog{
    max-width: 180px;
    display: block;
    width: 100%;
    margin-right: 20px;
    height: 130px;
}
.blog-sm .thum-blog:hover{
    opacity: .5;
}
.blog-sm .thum-blog img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title-blog{
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 18px;
}
.title-blog a{
    width: 100%;
    font-size: 18px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    color: #333;
}
.title-blog a:hover{
    opacity: .5;
}
.date-blog{
    font-size: 12px;
    color: #999999;
    font-size: 400;
    margin-bottom: 8px;
}
.drep-blog{
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 8px;
    line-height: 24px;
}
.thum-course{
    margin-bottom: 22px;
    max-height: 230px;
    height: 100%;
    overflow: hidden;
}
.group-content-course .slick-slide img{
    object-fit: cover;
    height: 100%;
}
.h-course{
    background: #f7f7f7;
    padding: 50px 0 60px;
    overflow: hidden;
}
.h-course .title-box{
    margin-bottom: 60px;
}
.title-course{
    margin-bottom: 10px;
}
.title-course a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.title-course a:hover{
    color: #024e97;
}
.h-software{
    padding: 50px 0 70px;
    overflow: hidden;
}
.red-more-course a{
    text-decoration: none;
    text-transform: uppercase;
    color: #111111;
    font-size: 12px;
    color: #333333;
    display: block;
}
.red-more-course a:hover{
    color: #e4422e;
}
.field-cas .slick-prev:before, .slick-next:before{
    font-family:'Font Awesome 5 Free';
}
.field-cas .slick-prev:before{
   content: "";
   width: 33px;
   height: 25px;
   background: url('../images/prevw.png');
   background-size: 33px 25px;
   background-repeat: no-repeat;
   position: absolute;
}
.field-cas .slick-next:before{
    content: "";
    width: 33px;
    height: 25px;
    background: url('../images/nextw.png');
    background-size: 33px 25px;
    background-repeat: no-repeat;
    position: absolute;
}
.field-cas .slick-next{
    top: auto;
    bottom: -25px;
    right: 47%;
    z-index: 99;
}
.field-cas .slick-prev{
    top: auto;
    bottom: -25px;
    left: 44%;
    z-index: 99;
}
.h-software .slick-slide img{
    border: solid 1px #dfdfdf ;
    width: 167px;
    height: 83px;
}
.group-about{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
   /* margin: 0 auto;*/
    justify-content: center;
    max-width: 100%;
    background-color: #e8e8e8;
}
.thum-abouts{
    width: 50%;
    overflow: hidden;
}
.content-about{
    width: 50%;
    background: #e8e8e8;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 210px;
}
.thum-abs{
    max-height: 450px;
    width: 100%;
}
.thum-abs img{
    width: 100%;
    height: 100%;
}
.blog-bg .title-blog a{
    font-size: 18px;
    color: #1e65b1;
}
.blog-bg .thum-blog{
    margin-bottom: 20px;
}
.btn-menu-cnv{
    display: none;
}
.paren-sub a{
    position: relative;
}
.paren-sub > a::after{
    position: absolute;
    content: '';
    width: 30px;
    /*height: 16px;*/
    height: 100%;
    background-size: 16px 16px;
    z-index: 20;
    background:url('../images/up-menu.png');
    background-repeat: no-repeat;
    /*right: -20px;*/
    right: -32px;
    top: 37%;
    transition: ease-in-out .3s all;
}
.paren-sub-2 > a::after{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    z-index: 20;
    background:url('../images/up-menu.png');
    background-repeat: no-repeat;
    right: 1px;
    top: 10px;
    transition: ease-in-out .3s all;
    transform: rotate(-89deg);
}
.sub-menu-cnv{
    display: none;
    background: rgba(9, 98, 173, 0.94);
    padding-left: 15px;
    padding-top: 15px;
}
.sub-menu-cnv li{
    height: 34px;
    line-height: 20px;
}
.sub-menu-cnv li a{
    font-size: 13px;
}
.drep-works{
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
    line-height: 26px;
}
.sub-menu-cnv-2 {
    display: none;
    background: red;
    padding-left: 15px;
    padding-top: 15px;
}





























/* ----------FOOTER----------- */

footer{
    overflow: hidden;
}
.to-top{
    position: fixed;
    bottom: 85px;
    right: 50px;
    opacity: 0;
    background: #ec2e28;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: #ffffff 1px 1px 2px 0px;
    z-index: 999;
}

.to-top a{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out .5s all;
    position: relative;
}
.to-top a:hover{
    background: #ffffff;
    color: #024e97;
    border-radius: 50%;
    font-weight: bold;
}
.to-top.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.group-icon-ft{
    display: flex;
}
.group-icon-ft a:hover{
    opacity: 0.5;
}
.group-icon-ft a{
    border: solid 1px #fff;
    max-width: 45px;
    height: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.group-icon-ft p a{

display: block;
}
.fb-fans{
    max-height: 195px;
    height: 100%;
}
.fb-fans iframe{
    width: 100%;
    height: 100%;
}
.group-icon-ft p a:hover{
    opacity: .5;
}
.footer-top{
    background: #1e65b1;
    padding: 40px 0 25px 0;
}
.title-ft{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.map-ft iframe{
    width: 100%;
    /* height: auto; */
}
.footer-middle{
    background: #333333;
    color: #ffffff;
    padding: 14px 0;
}
.footer-middle p{
    font-size: 14px;
}
.footer-middle p a{
    text-decoration: none;
    color: #1e65b1;
}
.footer-middle p a:hover{
    opacity: .5;
}
.content-ft p{
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.company-ft{
    font-size: 15px!important;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500!important;
}
.h-blog{
    padding-bottom: 70px;
    overflow: hidden;
}
.group-search-ft{
    display: flex;
    width: 100%;
    align-items: center;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.group-search-ft input{
    max-width: 280px;
    width: 100%;
    border: navajowhite;
    height: 100%;
    padding-left: 20px;
    outline: none;
}
.group-search-ft button{
    max-width: 66px;
    width: 100%;
    background: #ea4335;
    border: none;
    height: 100%;
    color: #ffffff;
    outline: none;
}
.group-search-ft button:hover{
    opacity: .5;
}
.group-search-ft button a{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}
.testi-cas p{
    margin-top: 20px;
    position: relative;
    color: #908f8f;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 13px;
    padding: 0 20px;
    font-weight: 300;
}
.testi-cas .name {
    color: #333;
    text-align: center;
    margin-bottom: 33px;
    font-weight: 400;
}
.testi-cas .img {
    width: 146px;
    height: 146px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}
.testi-cas .img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testi-cas p:before, .testi-cas p:after {
    font-family: FontAwesome;
    color: #e3534d;
    font-size: 25px;
    line-height: 1;
    position: absolute;
}
.testi-cas p:before {
    content: "\f10d";
    margin-top: -13px;
    margin-left: -25px;
}
.testi-cas p:after {
    content: "\f10e";
    margin-top: 11px;
    margin-left: 5px;
}
.h-slide-work{
    padding:50px 0;
    overflow: hidden;
}
.h-slide-work .title-box{
    margin-bottom: 55px;
}
.h-slide-work .slick-dots li button:before{
    font-size: 45px;
}
.h-slide-work .slick-dots li.slick-active button:before{
    color: #024e97;
}
.group-contact-ft{
    position: fixed;
    right: 20px;
    bottom: 130px;
    z-index: 998;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.group-contact-ft a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: ease-in-out .3s all;
}
.group-contact-ft a:hover{
    transform: scale(1.2)
}
.cal-fts{
    background:#f38134;
    position: relative;
}
.map-fts{
    background:#ea4335;
}
.zalo-fts{

}
.mes-fts{

}
.mes-fts img{
    width: 100%;
}
.zalo-fts span{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.cal-fts img{
    max-width: 15px;
}
.map-fts img{
    max-width: 25px;
}

.cal-fts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: solid 1px rgba(245, 130, 54, 0.6);
    -webkit-animation-name: zoomin;
    -moz-animation-name: zoomin;
    -ms-animation-name: zoomin;
    -o-animation-name: zoomin;
    animation-name: zoomin;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.cal-fts::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: rgba(247, 153, 56, 0.6);
    z-index: -1;
    -webkit-animation-name: zoomout;
    -moz-animation-name: zoomout;
    -ms-animation-name: zoomout;
    -o-animation-name: zoomout;
    animation-name: zoomout;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
}
/**
 * .m-nav-open{
 *     display: none;
 * }
 */

.main-nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
}

.main-nav > ul > li > a.active {
    color: #d3c15f;
}
.main-nav > ul > li > a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    /*padding: 20px 0;*/
    font-weight: 400;
}
.smooth {
    transition: all 0.2s ease-in-out;
}
.main-nav li > ul {
    position: absolute;
    min-width: 220px;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    margin-top: 10px;
    pointer-events: none;
    opacity: 0;
    padding-top: 5px;
    z-index: 99;
}
.paren-sub:hover > ul {
    margin-top: 0;
    pointer-events: all;
    opacity: 1;
    background: rgba(20, 91, 151, 0.9);
}
.main-nav li ul a {
    /* background: rgba(2, 78, 151, 0.85); */
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    padding: 10px 15px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    font-weight: 500;
    min-height: 79px;
}
.main-nav li ul li:hover > a {
    /*background: #d3c15f;*/
    color: #d3c15f;
}
.main-nav li ul ul {
    left: 100%;
    top: 0;
    padding-top: 0;
    padding-left: 5px;
}
.acd-drop.active:after{
    content: "-";
}
.acd-drop:after {
    content: "+";
}
.group-menu-home{
    display: flex;
    align-items: center;
}
.main-nav > ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-nav{
    width: calc(100% - 80px);
    margin-right: 35px;
}
.group-search {
    position: relative;
    max-width: 80px;
}
.main{
    margin-top: -2px;
}


.field-cas {
  margin-top: -10px;
  padding-bottom: 70px; }
  .slick-arrow {
    cursor: pointer;
    z-index: 1;
    text-align: center;
    position: absolute;
}
  /* .field-cas .slick-arrow {
    font-size: 30px;
    color: #ced2d3;
    bottom: 0; } */
    .field-cas .slick-arrow.prev {
      right: 50%;
      margin-right: 5px; }
    .field-cas .slick-arrow.next {
      left: 50%;
      margin-left: 5px; }
    .field-cas .slick-arrow:hover {
      color: #024e97; }


.field {
    background: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 2px 10px 4px #d8d8d8;
    box-shadow: 0px 2px 10px 4px #d8d8d8;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    transition: ease-in-out .3s all;
}

.field-cas .slick-list .slick-slide {
    padding: 0 7px;
}

.field-cas .slick-list {
    margin: 0 -15px;
}
.group-content-course .slick-list .slick-slide {
    padding: 0 7px;
}
.group-content-course .slick-list {
    margin: 0 -15px;
}
.field .img {
    position: relative;
    display: block;
    transition: ease-in-out .3s all;
}
.field .img > img {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin : auto;
    margin-bottom: 25px;
}
.field .ct {
    padding: 26px 29px 30px 29px;
}
.field .title {
    display: block;
    min-height: 40px;
    color: #1d1d23;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    transition: ease-in-out .3s all;
    font-weight: 600;
    text-transform: uppercase;
}
.field p {
    font-size: 14px;
    line-height: 24px;
    color: #2f2d2d;
    height: 48px;
    overflow: hidden;
    text-align: center;
}
  @media all and (max-width: 767px) {
    .field-cas {
      padding-bottom: 40px; }
      .field-cas .slick-list {
        margin: 0 -5px; }
        .field-cas .slick-list .slick-slide {
          margin: 0 5px; } }
.arrow_left:before {
    content: "\23";
}
.field:hover{
    transform: scale(1.1);
    background: #024e97;
}
.field:hover img{
    filter: brightness(10);
}
.field:hover .ct .title a{
    color: #fff;
}
.field:hover .ct p{
    color: #fff;
}
.cnv-social-icons{
    display: flex;
}
.cnv-social-icons li{
    margin-right: 7px;
    width: 30px;
    height: 30px;
    border: solid 1px #666666;

}
.cnv-social-icons li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cnv-social-icons li a:hover{
    opacity: .5;
}
.main-nav > ul > li.active > a{
    color: #ffd802;
}
.cnv-img-4x3 {
    position: relative;
    padding-top: 56.5%;
    display: block!important;
    overflow: hidden;
  }

  .cnv-img-4x3 img
  {
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}

.text-center{
    text-align: center;
}
.pagination > li.active > span {
  background-color:#00aff0 !important;

  border-color:#00aff0!important;
}

.pagination > li > a, .pagination > li > span {
  color: #666;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.mmap p
{
    width: 100%;
}

.main-nav ul > li > ul > li > a.active , .main-nav ul > li > ul > li > ul > li > a.active , .main-nav ul > li > ul > li.active > a {
    color:#ffd802;
}


.sidebar_customer .sb-post .title{
    height: auto;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}

@media screen and (max-width: 991px){
   .m-nav .nav-ct > ul a.active   , .m-nav .nav-ct > ul li.active > a{
    color:#d3c15f;
   }
}

.m-nav .nav-ct > ul a {
    color: #fff;
    text-transform: uppercase;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button {
    border: none;
    padding: 0;
}
button, a {
    outline: none;
}

button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.bx-wrapper {
    margin-top:80px !important;
}