﻿body {
    font-family: "OpenSans", Sans-serif;
    font-weight: normal;
    --primary-color:#37425A;
    --hover-color:#33732d;
    --e-global-color-secondary: #000000;
    --e-global-color-astglobalcolor2: #3e3f44;
    --e-global-color-astglobalcolor3: #494B51;
}
.clear-fix:after{
    content:'.';
    visibility:hidden;
    height:0;
    clear:both;
    display:block;

}
.linear-background{
    background-color: transparent;
    background-image: linear-gradient(107deg, var(--e-global-color-secondary) 0%, var(--hover-color) 100%);
}
.transis{
    transition:400ms ease-out;animation-duration: 1.25s;
}.ladi-transition {
    transition: all 150ms linear 0s;
}
.transis-news{
    opacity:0;
}
.fadeInUp {
    animation-name: fadeInUp;
}
.transis-news.fadeInUp {
    opacity:1;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(0.9)
    }
}
.pulse{
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}
.bg-black{
    background-color: var(--e-global-color-secondary);
}
.bg-red{
    background-color: var(--hover-color);
}
.btn-success{
    background-color: var(--hover-color);
    border-color: var(--hover-color);
}
.news-detail img {
    max-width: 100%;
    height: auto !important;
}
a:hover{text-decoration:none;}
.topheader{
    background:var(--primary-color);
    color:#fff;padding:8px 0;
}
.topheader a{
    color:#fff;
    font-size:1.6em;
}
.topheader span.care-span{
    margin:0 5px;
}
.td-menu{
    width:100%;
}
.col-fff{
    color:#fff!important
}
.container.small-container{
    max-width:1180px;
}
.btn-menu {
    color: #fff;
    border: none;
    padding: 0;
    font-size: 2em;
    background-color: var(--primary-color);
    outline: none;
    height: 38px;
    width: 38px;
    text-align: center;
}
.no-ul{
    margin:0;padding:0;list-style:none;
}
.flex-center {
    display: flex;
    align-items: center;
    height: 100%;
}
    .flex-center .flex-center-div {
        flex: 1;
    }
.zalof{
    position:fixed;
    right:33px;
    top:calc(100% - 160px);
    display:block;transition:400ms ease-out;
}
.zalof:hover{
    top:calc(100% - 165px);
}
.mota-zalo {
    top: calc(100% - 155px);
    right: 90px;
    position: fixed;
    color: #fff;
    background: rgba(14,149,230,.8);
    white-space: nowrap;
    z-index: 99;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.3em;
} 
@font-face {
    font-family: 'OpenSans';
    src: url('/Content/Open_Sans/static/OpenSans/OpenSans-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    display: wrap;
}
@font-face {
    font-family: 'OpenSans';
    font-weight:500;
    src: url('/Content/Open_Sans/static/OpenSans/OpenSans-Medium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    display: wrap;
}
@font-face {
    font-family: 'OpenSans';
    font-weight: bold;
    src: url('/Content/Open_Sans/static/OpenSans/OpenSans-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    display: wrap;
}
@font-face {
    font-family: 'OpenSans';
    font-style: italic;
    src: url('/Content/Open_Sans/static/OpenSans/OpenSans-Italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    display: wrap;
}
a.bt-xert{
    padding: 14px 26px;
    font-size: 1.8em;
    font-weight: 500;
    color: var(--hover-color);
    background-color: #fff;
    border-radius: 10px;display:inline-block;font-weight:bold;
}
a.bt-xert{
    border:2px solid var(--hover-color);
    color:var(--hover-color);
}
a.bt-xert:hover{
    background-color:var(--hover-color);color:#fff;
}
h2.slid-rev-2,h3.slid-rev-2 {
    color: #FFFFFF;
    font-weight: 600;
    margin:10px 0;display:block;font-size:30px;line-height:1.5;margin-bottom:20px;
}
    #lang-mf li a img{
        opacity:.7
    }
#lang-mf li a.act img {
    opacity: 1;
}
.listmenu li {
    display: inline-block;
    position: relative;
    padding: 23px 15px;
}.listmenu li a {
    color: #161616;
    font-size: 1.5em;font-weight:bold;font-family:OpenSans;
}
 .listmenu li a:hover{
     text-decoration:none;
     color:var(--hover-color)!important;
 }
 header:hover .listmenu li a, header.chi-m .listmenu li a {
    color: #333;
}
 .listmenu{
     display:flex;
     align-content:center;
     justify-content:flex-end;
 }
.listmenu li ul.lis_child {
    position: absolute;
    top: 65px;
    left: 0;
    width: 230px;
    background: #fff;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-radius: 5px 5px 5px 5px;
    z-index: 99199;
    display: none;
    box-shadow: 0px 50px 80px 0px rgba(255, 255, 255, 0.4);
}
  .listmenu li:hover ul.lis_child{display:block;}
 .listmenu li ul.lis_child li {
    display: block;
    position: relative;
    border-bottom: 1px dashed #ddd;
        padding:12px 30px
}
    .listmenu li ul.lis_child li a {
        text-transform: capitalize;
        color: #333;
        font-weight: initial;
        line-height: 1.6em;
    }.shdo{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: -9;
    opacity: 0;
    transition: 400ms ease-out;
}
    .shdo.w_s {
        z-index: 122;
        opacity: 1;
    }
    #menu-mobile.w{
     transform: translate(0,0);
}
.headerd {
    position: relative;
    border-bottom: 1px solid #507601;
    height: 40px;
}
    .headerd div {
        background: #e9fcfb;
        color: #333;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        padding: 9px 15px;
        white-space: nowrap;
    }
#btn-close-menu-child, #btn-close-menu-child1 {
    color: #fff;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 2.6em;
}
@media (min-width: 991px){
    #btn-close-menu-child, #btn-close-menu-child1 {
        left: 30%;
        right: initial;
    }
}
.list-menu-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    text-align: center;
    border-top: 1px solid #eee;
    transform: translate(0,0);
    transition: 400ms ease-out;
}.list-menu-mobile li {
    padding: 6px 0;
}.list-menu-mobile li a, .list-menu-mobile li button {
    color: rgba(0,0,0,.7);
    padding: 8px 4px;
    padding-bottom: 0;
    display: block;
    font-size: 13px;
    border: none;
    background: none;
}.list-menu-mobile li a i, .list-menu-mobile li button i {
    display: block;
    font-size: 1.5em;
    margin-bottom: 5px;
    color: #19CDC4;
}
 #menu-mobile {
    position: fixed;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99199;
    width: 90%;
    transition: 500ms ease-out;
    top: 0;
    bottom: 0;
    transform: translate(-100%,0);
}
@media (min-width: 991px){
    #menu-mobile {
        width: 27%;
    }
}
 #menu-mobile.w{
     transform: translate(0,0);
}
.headerd {
    position: relative;
    border-bottom: 1px solid #507601;
    height: 40px;
}
    .headerd div {
        background: var(--primary-color);
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        padding: 9px 15px;
        white-space: nowrap;
    }.menu-mobile-s li {
    position: relative;
}
    .menu-mobile-s li a {
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    color: #333;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    font-size: .9rem;
}.menu-mobile-s li i {
    position: absolute;
    right: 0;
    font-size: 1.4em;
    top: 2px;
    padding: 14px;
    border-left: 1px solid #ddd;
    display: block;
    cursor: pointer;
    color: #4A90E2;
}.menuchildmible li a.pad-c {
    white-space: initial;
    background-color: #fff;
    font-weight: initial;
}
 .menuchildmible li a.pad-c:before{
     content:'';
     display:inline-block;
     width:5px;
     height:5px;
     margin-right:5px;
     background-color:var(--hover-color);
     position:relative;
     top:-2px;
 }
 .menuchildmible li a.pad-c.pad-c-backg {
    background-repeat: no-repeat;
    background-position: left 15px top 10px;
    background-size: 15px;
}.langicon {
    margin-top: 5px;
    width: 25px;
    opacity: .6;
    margin-right: 5px;
    display: inline-block;
}.langicon.langicon-act {
    opacity: 1;
}
 .btn-uptop {
    position: fixed;
    right: 20px;
    bottom: 145px;
    border-radius: 999px;
    background: var(--hover-color);
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
    text-decoration: none;
    outline: none;border:none;
    display: none;
    padding: 0;
}
.chat-support {
    position: fixed;
    right: 19px;
    bottom: 75px;
    z-index: 99;
}
.about-us-title {
    color: var(--hover-color);
    font-size: 14px;
    font-weight: bold;
}
.about-us-big-title {
    color: var(--hover-color);
    font-size: 3.5em;
    font-weight: bold;
    margin-top:15px;
    line-height: 40px;
}
.about-us-big-title.small-about-us-big-title{
    font-size:3em;margin-top:0;
}
.about-us-big-title.tiny-about-us-big-title{
    margin-top:0;font-size:2em;
}
.about-us-big-title.about-us-big-title-big{
    font-size: 42px;
}
.news-detail{
    font-size:1.6em;
    color:#000;line-height:1.6;
}
.news-detail.small-news-detail{
    font-size:1.4em;
}
.news-detail a,.news-detail button[type='button']{
    color:var(--primary-color);font-size:19px;
}
    .news-detail a:hover {
        color: var(--hover-color);
    }
    .news-detail h2,.news-detail h3{font-weight:bold;font-size:25px;margin-bottom:1em;display:block}
    .news-detail h3{font-size:20px;}
.news-detail .VCSortableInPreviewMode{padding:10px;    border: 1px solid #999;}
#about-us .news-detail{
    font-size:1.6em;line-height:1.7;
}
    .tb-av{
        display:block;
        position:relative;z-index:999;
    }
        .tb-av .tb-av-content {
            position: absolute;
            right: 0;
            left: 35px;
            bottom: 0;
            padding: 30px 20px 25px;
            background-color: #fff;
            z-index: 3;
            border-bottom: 5px solid var(--hover-color);
        }
        .tb-av .tb-av-content .title{
            font-size:1.7em;
            color: #2c2c2c;margin:0;font-weight:bold;
        }
            .tb-av .tb-av-content .tb-av-content-icon {
                position: absolute;
                right: 0px;
                bottom: 0;
                height: 65px;
                width: 65px;
                font-size: 17px;
                color: #fff;
         
                display: flex;
                align-items: center;
                justify-content: center;
            }
                .tb-av .tb-av-content .tb-av-content-icon i {
                    transform: rotate(45deg);
                }      
        .tb-av img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 100%!important;
            height: 100%!important;
            object-fit: cover;
        }
        .tb-av:before {
            display: block;
            content: '';
            padding-top: 100%;
        }
        .tb-av.tb-av-sp-60:before {
            padding-top:70%;
        }
        .tb-av.tb-av-sp-50:before {
            padding-top:50%;
        }
        .tb-av.tb-av-sp-120:before {
            padding-top:140%;
        }
        @media (min-width:768px) and (max-width:990px){
            .tb-av.tb-av-sp-50:before {
                padding-top:100%;
            }
        }
        @media (min-width:991px){
            .tb-av.tb-av-sp-50:before {
                padding-top:70%;
            }
        }
.bt-sl {
    height: 55px;
    width: 55px;
    font-size: 24px;
    border-color: var(--hover-color);
    border: 1px solid var(--hover-color);
    margin-left: 20px;
    border-radius: 50%;
    color: var(--hover-color);
    background:#fff;outline:none;
}
.bt-sl:hover,.bt-sl:focus{
    background:var(--hover-color);color:#fff;
}
footer{
    background-color:var(--hover-color);
}
.topfooter{
    background-color:var(--primary-color);
}
.topfooter .tit-ft{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin-bottom:15px;
}
.topfooter .news-detail{
    color:rgba(255,255,255,.9);
}
.topfooter form input[type='email'],.topfooter form button{
    width:100%;display:block;
    height: 45px;
    border-radius: 0px;
    border: none !IMPORTANT;
    padding: 10px;font-size:1.6em;
}
.topfooter form input[type='email']{
    margin-bottom:8px;
}
.topfooter form button{
    background:var(--hover-color);font-weight:bold;color:#fff;
}
.img-white{
    filter: brightness(0) invert(1);
}
.list-ft li a,.list-ft li span{
    color:#fff;
    font-size:16px;display:block;font-weight:bold;
    margin-bottom:10px;color:rgba(255,255,255,1);
}
.list-ft li i.fas{
    color:#fff;
}
    .list-ft li a:hover {
        color:yellow;text-decoration:none
    }
.bottom-footer{
    padding:15px;text-align:center;
    background:#f5f5f5;
    color:#333;font-size:1.4em;font-weight:bold;font-size:1.4em;
}
.tb-news-ct{
    padding:20px;border:1px solid #eee;
}
.tb-news-ct.tb-news-ct-library{
    padding:20px 0;border:none;
}
.tb-news-title h4{
    color:#000;
    font-size:19px;
    display:block;line-height:1.6;
    margin-bottom:15px;
    position:relative;font-weight:bold;
}
.tb-news-ct-library .tb-news-title h4{
    padding-bottom:0;margin-bottom:0;
}
.tb-news-ct-library .tb-news-title h4:before{
    display:none;
}
.new-reg:hover h4:before{
    width:100px;
}
.tb-news-title:hover h4{
    color:var(--hover-color);text-decoration:none;
}
#partners{
    background:url("/assets/frontend/images/banner-1.jpg?v=1") center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position:relative;
}
#partners:before{
    content:'';
    position:absolute;
    top:0;left:0;bottom:0;right:0;
    background:rgba(0,0,0,.4);z-index:2;
}
#partners .container{
    z-index:9;
    position:relative;
}
.tb-parners{
    background:#fff;
    display:block;
    border:1px solid #ddd;
}
.tb-av.tb-av-sp-60.tb-parners:before{
    padding-top:50%;
}
.tb-av.tb-av-sp-60.tb-parners img{
    width:auto!important;height:auto!important;max-height:100%;
}
.sub-tis{
    background:url("/assets/frontend/images/subbanner.jpg?v=1");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.sub-tis:before{
    background-color: transparent;
    background-image: linear-gradient(126deg, var(--hover-color) 37%, #FFFFFF00 31%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content:'';
    position:absolute;
    top:0;width:100%;height:100%;z-index:9;
}
    .sub-tis .sub-bread {
        padding: 40px 0;
        background: rgba(0,0,0,.4);
        position:relative;
        z-index:10;
    }
    .sub-tis .sub-bread ul li{
        display:inline-block;
    }
    .sub-tis .sub-bread h1.titl{
        color:#fff;font-weight:bold;text-transform:capitalize;margin-bottom:10px;
    }
    .sub-tis .sub-bread ul li.space_caret{
        margin:0 10px;color:var(--hover-color);
    }
    .sub-tis .sub-bread ul li a,.sub-tis .sub-bread ul li span{
        color:#fff;font-size:1.6em;
    }
    .news-detail ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.news-detail ul li {
    margin-bottom: 5px;
}.news-detail ul li:before {
    font-weight: 900;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: var(--primary-color);
    margin-right: 5px;
}
 #steps .news-detail ul li{margin-bottom:3px;}
#steps .news-detail ul li:before{display:none;}
#trietlykinhdoanh {
    background-image: url("/assets/frontend/images/min-b.jpg?v=1");
    background-attachment: fixed;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-fa{
    background-color:#fafafa
}
.bg-ssh{
    background: rgba(0,0,0,.3);
    position:relative;
}
.bg-ssh h2.about-us-big-title,.bg-ssh div.about-us-big-title{
    color:var(--hover-color);
}
.about-s {
    position: relative;
    min-height: 200px;
}.about-s:before {
    content: "";
    width: 2px;
    height: 62%;
    background: var(--hover-color);
    position: absolute;
    left: 31px;
    top: 20px;
    z-index: -1;
}.about-s-info {
    display: table;
}.about-s-info .about-s-info-td {
    display: table-cell;
}.about-s-info .about-s-info-td figure {
    background: var(--hover-color);
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    display: inline-block;
    min-width: 65px !important;
    max-width: 65px;
    text-align: center;
    margin-right: 15px;
}.about-s-info .about-s-info-td figure img {
    filter: brightness(0) invert(1);
}.about-s-info .about-s-info-td .abu-1 {
    color: #1A1A1A;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}
#trietlykinhdoanh .about-s-info .about-s-info-td figure{
    width:44px;height:44px;
    min-width:44px!important;
    max-width:44px;line-height:54px
}
.yeaa{
        -webkit-text-stroke: 1px #fff;
        font-size:5.8em;
}
.news-detail table{
    width: 100%;
    padding: 0;margin-bottom: 5px;
}
.news-detail table tr th, .news-detail table tr td {
    border: 2px solid var(--primary-color);
    padding: 8px;
    text-align: center;
}
.news-detail table tr th {
    color: #fff;
    background: var(--primary-color);
    border-bottom: none;
}
.t-100-img{
    height:100%;
}
.t-100-img img{
    width:100%!important;
    height:100%!important;
    object-fit:cover;
}
@media (min-width: 768px){
    .col-md-5.col-md-ss-5 {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }
     .col-md-7.col-md-ss-7 {
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%;
    }
}
.cur-ss{
    display:table;
    margin-bottom:10px;
}
.cur-ss .cus-ss-td{
    display:table-cell;
}
.cur-ss .cus-ss-td strong{
    display:block;
    font-size:1.1em;
    color:var(--primary-color);margin-bottom:5px;
}
    .cur-ss .cus-ss-td:first-child:before {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display:block;
        background:var(--hover-color);
        color:#fff;
        width:30px;
        height:30px;
        margin-right:10px;text-align:center;
        border-radius:50%;line-height:30px;
    }
    .cur-ss-bord{
        border:1px dashed var(--primary-color);
        padding:10px;
        background:#eee
    }
    .h-100{
        height:100%;
    }
    .hover-ima img{
        transition:400ms ease-out;cursor:pointer;
    }
     .hover-ima:hover img{
         transform:scale(1.05);
     }
     #baocao, #baocao a{
         color:#fff;
     }
        #baocao .new-ss-title {
            font-size: 3.5em;
            font-weight: 700;
            line-height: 1;
            display:block;
        }
        #baocao .news-ss-sum {
            font-size: 17px;
            line-height: 1.4;
            font-weight: bold;
        }
        #baocao .new-ssxt {
            border: 2px solid #fff;
            color: #fff;
            background: transparent;
            display: inline-block;font-size:1.5em;
            border-radius:25px;
            padding: 12px 24px;
        }
        .ifram-v{
            position:fixed;
            top:0;left:0;right:0;bottom:0;
            background:#fff;
            z-index:9999;
        }
        .bt-back{
            background:#000;border:none;
            color:#fff;
            font-size:1.6em;
            position:absolute;
            top:10px;
            left:10px;
            z-index:10000;
            width:40px;
            height:40px;
        } .bt-back:hover{
              background-color:var(--hover-color);
          }
.form-dang-ky {
    border:1px solid rgba(14, 98, 242, 0.2);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
    position:relative;
    overflow:hidden;
    min-height:300px;
}
.form-dang-ky svg{
    width:344px;
    position:absolute;
        top: -137.277px;
    left: -77.525px;display:block;height:337px;
}
div[id*=divngay_thang_values_] div{
    display:inline-block;margin-right:5px;
    text-align:center;
    font-size:1.5em;font-weight:bold;
}
div[id*=divngay_thang_values_] div:last-child{margin-right:0;}
div[id*=divngay_thang_values_] b{
    border-radius: 2px;
    font-weight: 500;
    margin-right:5px;
    font-size: 18px;font-weight:bold;
    color: #fff;
    background-color: #ee1113;
    text-align: center;
    width: 45px;
    height: 41px;
    line-height: 41px;
    display:block;border-radius:5px;
    margin-bottom:2px;
}
.gia-dd {
    border-width: 2px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-style: dashed;
    border-color: rgb(154, 8, 3);
    background-color: rgba(255, 255, 255, 0);
    padding:10px;padding-top:30px;max-width:200px;margin:auto;
}
    .gia-dd .ladi-oldpirce-to {
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .gia-dd .ladi-oldpirce {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.2;
        color: rgb(255, 255, 255);
        text-decoration-line: line-through;
        border-width: 1px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-color: rgb(255, 255, 255);
        background-color: var(--hover-color);
        transform: skewX(-15deg);
        padding: 8px 16px;
        display: inline-block;
    }
    .gia-dd .ladi-paragraph {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
        color: rgb(0, 0, 0);
        text-align: center;
        
    }
    .listquestion{
        border: 1px solid rgba(0,0,0,.02);
    background-color: #f1f1f1;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    }
     .listquestion .bt-question{
         width:100%;
         font-size:16px;
         font-weight:bold;
         width:100%;
         border:none;
         text-align:left;background:none;
         border-bottom:1px solid #ddd;outline:none;
         position:relative;
     }
        .listquestion .bt-question:before,
        .listquestion .bt-question:after {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
        }
        .listquestion .bt-question:before {
            content: "\2b";margin-right:5px;
        }
    .listquestion .bt-question:hover,.listquestion .bt-question[aria-expanded='true']{
          background-color:var(--hover-color);color:#fff;
      }
        .listquestion .bt-question[aria-expanded='true']:before {
            content: "\f068";
        }
 @media (min-width:768px) {
    .listquestion .bt-question:after {
        content: "\f054";
        position: absolute;
        top: 15px;
        right: 10px;
    }
    .listquestion .bt-question[aria-expanded='true']:after {
        content: "\f078";
    }
}
  #khachhangnoive .about-us-big-title{
      line-height:1.8;
  }
 #khachhangnoive .news-detail{
     font-size:1.7em;font-weight:500;
     line-height:1.7;text-align:justify;
 }
#khachhangnoive .khachhangss {
    height: 375px;
}
    #khachhangnoive .khachhangss img {
        width: 100%;height:100%;
        object-fit: cover;
        object-position: top left;
    }
@media(max-width:768px){
    .bg-rrr{
        background-color:var(--hover-color);
    }
}
            .meta-ft{
                color:#fff;
                font-size:3em;font-weight:bold;
            }
            .meta-ft.meta-ft-small{
                font-size:1.6em;margin-bottom:5px;text-align:justify;
            }
            .slashft{
                width:70%;
                height:1px;
                background:#fff;
                margin:20px 0;
                display:block;
            }
            .add-fll{
                font-size:1.6em;color:#fff;
            }
              
          #su-khac-biet{
              background-color:var(--e-global-color-astglobalcolor2);
          }
          #su-khac-biet h3{
              color:#fff;
              text-align:center;font-weight:bold;
              font-size:35px;
              margin-bottom:40px;
          }

          @media (min-width:991px){
            #su-khac-biet h3 {
             font-size:42px;
            }
          }
.sukhacbiet {
    padding: 32px 24px 32px 24px;
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    border-color: var(--e-global-color-astglobalcolor3);
}
.sukhacbiet i.fas {
    color: var(--hover-color);
    width: 1em;
    height: 1em;
    position: relative;
    display: inline-block;font-size:40px;
    margin-bottom:20px;
}
.sukhacbiet h4{
    margin-bottom: 20px;
    color: #fff;font-size:22px;font-weight:bold;
    display:block;text-transform:capitalize;
}
.sukhacbiet .news-detail{
    color: #f3f5f5;font-size:15px;
}
.hoat-dong-img{
    border:2px groove #ddd;
    position:relative;
}
.hoat-dong-img:hover{
    border-color:var(--hover-color);
}
.hoat-dong-img i{
    color: var(--hover-color);
    font-size: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(0, -50%);
}
.hoat-dong-img::after{
    padding-top:70%;
    display:block;
    content:'';
}
.hoat-dong-img img{
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    margin:auto;
    width:100%;
    height:100%;
    object-fit:cover;
}
.autoplay33s .slick-dots{
    position:initial;
}
.autoplay33s .slick-dots li button
{
    transform:rotate(0);
    border-radius:50%;
    background:rgba(0,0,0,.2);
}
.autoplay33s .slick-dots li.slick-active button{
    background:var(--hover-color);
}
        .bg-sqya{
            background:url("/Content/icon/body-bg7.png") center;
        }
        @media (min-width:991px){
            .border-cam-ket h3.brde-title {
                font-size:3.4em;
            }
            .border-cam-ket .brde-cnt {
                font-size:1.6em;
            }
        }
img.img-fluid.img-red {
    filter: hue-rotate(119deg);
    backface-visibility: hidden;
    margin-bottom:15px;
}
.loi-the-cnt {
    display: table;
    width: 100%;
}
    .loi-the-cnt .loi-the-cnt-td{
        display:table-cell;vertical-align:middle;
    }
        .loi-the-cnt .loi-the-cnt-td:first-child {
            width: 68px;
        }
        .loi-the-cnt .loi-the-cnt-td:last-child {
            width: calc(100% - 68px);
            padding-left:14px;
        }
        .loi-the-cnt .loi-the-cnt-td .loi-the-cnt-td-img {
            border-radius: 14px;
            overflow: hidden;
            border-width: 2px;
            border-color: rgba(0,0,0,0.1);border-style:solid;height:68px;
        }
        .loi-the-cnt .loi-the-cnt-td .loi-the-cnt-td-img img{
            margin:auto;
        }
        .loi-the-cnt .loi-the-cnt-td h4 {
            font-size: 16px;
            font-weight: bold;
        }
        .loi-the-cnt .news-detail{color:rgb(102, 102, 102)!important;font-size:14px;}
        #lien-he-trai-nghiem .about-us-big-title, #lien-he-trai-nghiem .news-detail{
            color:#fff;
        }
        #lien-he-trai-nghiem form{
           
            margin:auto;
        }
        @media (min-width:991px){
            #lien-he-trai-nghiem form {
                 max-width:55%;
            }
        }
        #lien-he-trai-nghiem form input,#lien-he-trai-nghiem form button{
            border-radius:100px;
            padding:14px 4%;height:auto;width:100%;
        }
        .el-tab-price{
            background:#fff;
            border-radius:10px;
            box-shadow: 0px 2px 18px 0px rgba(198,198,198,0.3);
            padding:10px;
        }
        .el-tab-price .et_pb_pricing_heading{
            padding:10px 0;text-align:center;
        }
            .el-tab-price .et_pb_pricing_heading h2 {
                font-weight: 600;
                text-transform: uppercase;
                font-size: 14px;
                color: #7a7d80;
                letter-spacing: 1px;
                line-height: 1.8em;margin-bottom:0;
            }
            .el-tab-price .et_pb_pricing_content_top {
                padding-top: 0px;
                padding-bottom: 10px;
            }
                .el-tab-price .et_pb_pricing_content_top .et_pb_et_price {
                    color: #999;
                    font-size: 16px;
                }
                    .el-tab-price .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
                        font-weight: 500;
                        font-size: 40px;
                        color: #8834fd;
                    }
                    .el-tab-price .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum.s{
                        color:#2c7dfa
                    }
                     .el-tab-price .et_pb_pricing_content{
                         padding-bottom:10px;font-size:1.4em;
                     }
                     .el-tab-price .et_pb_pricing_content li{text-align:center;margin-bottom:1.4em;color:rgba(0,0,0,.7)}
                     .el-tab-price .et_pb_button_wrapper {
                         padding-bottom:20px;
                     }
            .el-tab-price .et_pb_button_wrapper .et_pb_button {
                color: #ffffff;
                border:none;
                border-color: #8834fd;
                border-radius: 100px;
                letter-spacing: 1px;
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                background-color: #8834fd;
                display: inline-block;
                padding: 1em;
            }
@media (min-width:768px) {
    .col-md-1.col-md-1-split {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
            @media (min-width:991px){
                
                .el-tab-price .et_pb_pricing_content_top{
                    padding-top:10px;
                    padding-bottom:30px;
                }
                 .el-tab-price .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum{
                     font-size:46px
                 }
                 .el-tab-price .et_pb_pricing_content{
                     padding-bottom:20px;
                 }
            }
            #cau-hoi-thuong-gap h4{
                font-size:16px;font-weight:bold;
                margin-bottom:15px;line-height:1.7
            }
             .nav-pills{
                 font-size:1.4em;
             }
            .nav-pills .nav-link {
                 color:#333
             }
            .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
                background:var(--hover-color)
            }
            .nub-cc{
                display:table;width:100%;
            }
             .nub-cc .news-detail{font-size:1.5em;}
            .nub-cc .nub-cc-td{
                display:table-cell;vertical-align:middle;
            }
            .nub-cc .nub-cc-td:first-child{
                width:60px;
                padding-right:15px;
            }
            .nub-cc .nub-cc-td:last-child{
                width:calc(100% - 75px);
            }
            .num-c{
                width:60px;
                height:60px;font-weight:bold;
                margin:auto;
                font-size:2.2em;color:#fff;background-color:var(--hover-color);border-radius:50%;text-align:center;line-height:60px;transition:400ms ease-out;
            }
            .nub-cc:hover .num-c{
                transform:rotate(360deg);
            }
            .num-c-title{
                font-weight:bold;text-transform:uppercase;
                letter-spacing:1.4px;
                font-size:2em;margin-bottom:5px;
            }
            #steps .col-md-6:nth-child(2n+1) .num-c{
                background-color:#333;
            }