/**
Theme Name: TC-CMS
Theme URI: https://tccms.com/
Author: Trần Cường
Author URI: https://tccms.com/about/
Description: Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled.!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tccms
Domain Path: /languages
*/

#hh1-wrap{
    height: 35px;
    align-items: center;
    justify-content: space-between;
}
#hh1-wrap .col{
    padding-bottom: 0;
}
#hh1-wrap a{
    font-size: 14px;
    line-height: 20px;
}
#hh1-wrap a i{
    font-size: 16px;
    padding-right: 3px;
}
#hh2-wrap{
    display: flex;
    padding: 15px 0;
    align-items: center;
}
#rLogo{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0c4776;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}
.rLogo-ten{
    font-size: 32px;
    font-weight: 700;
}
.secWrp{
    padding: 50px 0;
}
.secHead{
    font-size: 32px;
    font-family: 'HelvetIns';
    color: #0c4776;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
}
.secBg .secHead{
    color: #fff;
}
.sec1Box{
    display: block;
    position: relative;
    height: 100%;
    padding: 30px;
    padding-bottom: 65px;
    background: linear-gradient(60deg,#1d9dca,#1d9dca);
}
.sec1Box:hover{
    background: linear-gradient(60deg,#008020,#9cca70,#008020,#0a9448);
    background-size: 300% 300%;
    background-position: 0 50%;
    animation: moveGradient 2s alternate infinite;
}
.sec1Box:before {
    display: block;
    content: "";
    background-color: #0c4776;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    pointer-events: none;
}
.sec1Box:after {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 13px;
    left: 13px;
    right: 13px;
    bottom: 13px;
    pointer-events: none;
}
.sec1Box-img,.sec1Box-tit,.sec1Box-rm{
    position: relative;
    z-index: 1;
}
.sec1Box-img{
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    display: block;
}
.sec1Box-img img{
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec1Box-tit{
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #0c4776;
    border-top: solid 1px #0c4776;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.sec1Box-rm{
    margin: auto;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0c4776;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}
.sec1Box:hover .sec1Box-rm{
    background: #1d9dca;
}
#sec2{
    background: url(img/bg-dichvunoibat.png) no-repeat center,linear-gradient(90deg,#2a2462 0%,#1a135c 0%,#0c4776 100%);
    background-attachment: fixed;
    background-size: cover;
}
.sec2Box{
    background: #fff;
    padding: 15px 10px 60px;
    height: 100%;
    position: relative;
}
.sec2Box-title{
    font-weight: 700;
    text-align: center;
    color: #0c4776;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
}
.sec2Box-title:after{
    content:'';
    display: block;
    width: 100px;
    height: 2px; 
    background: #0c4776;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
}
.sec2Box-posts{
    padding: 10px 0;
}
.sec2Box-posts a{
    display: block;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.sec2Box-posts a:hover{
    color: #1d9dca;
}
.sec2Box-posts a:before{
    content:'';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #0c4776;
    position: absolute;
    top: 11px;
    left: 0;
}
.sec2Box-rm{
    display: block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #0c4776;
    border-radius: 3px;
    color: #0c4776;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 55px);
}
.sec2Box-rm:hover{
    background: #0c4776;
    color: #fff;
}
#sec3{
    background: #f5f5f5;
}
.sec3Box{
    display: block;
    position: relative;
    padding-bottom: 30px;
}
.sec3Box-text{
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(90deg,#2a2462 0%,#1a135c 0%,#0c4776 100%);
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    padding: 0 20px;
}
#sec4{
    background: url(img/bg-footer.png) no-repeat center,linear-gradient(90deg,#2a2462 0%,#1a135c 0%,#0c4776 100%);
    background-attachment: fixed;
    background-size: cover;
}
.sec4Box{
    background: #fff;
    height: 100%;
    position: relative;
    padding-bottom: 35px;
}
.sec4Box-img{
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    display: block;
}
.sec4Box-img img{
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec4Box-inf{
    padding: 10px;
}
.sec4Box-tit{
    text-transform: uppercase;
    color: #0c4776;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sec4Box-des{
    padding-top: 5px;
    font-size: 15px;
}
.sec4Box-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    width: calc(100% - 20px);
    font-size: 15px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #0c4776;
    color: #0c4776;
    font-weight: 500;
}
.sec5Itm{
    padding: 0 15px;
    cursor: pointer;
}
.sec5Itm a, .sec5Itm span{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec5Itm img{
    max-height: 100%;
    filter: grayscale(1);
}
.sec5Itm:hover img{
    filter: grayscale(0);
}

#footer{
    background: url(img/bg-footer1.png) no-repeat center,linear-gradient(90deg,#2a2462 0%,#1a135c 0%,#0c4776 100%);
    background-size: 100% 100%;
    font-size: 15px;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-size: cover;
}
.ftHead{
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'HelvetIns';
    border-bottom: 1px solid #1d9dca;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.ftTlt{
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.ftCntn label{
    margin-bottom: 3px;
    font-weight: 700;
}
.ftCntn p{
    margin-top: 0;
}

/* ABOUT PAGE */
#aboutHead{
    background-color: #ebebeb;
}
#aboutHead.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#aboutHead-lst{
    display: flex;
    justify-content: space-evenly;
}
#aboutHead-lst a{
    display: block;
    font-size: 18px;
    font-family: 'HelvetIns';
    padding: 20px 5px;
    color: #0c4776;
}
.about-tit{
    font-size: 18px;
    font-weight: 500;
}
#videoWrp{
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}
#videoWrp .icon{
    font-size: 65px;
    color: #ff1b1b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#videoWrp iframe, #videoWrp object, #videoWrp embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#about-sec2{
    background-color: #0c4776;
    color: #fff!important;
}
#aboutSec2-wrp{
    position: relative;
    z-index: 1;
}
#aboutSec2-txt{
    max-width: 900px;
    padding-bottom: 120px;
}
#aboutSec2-lst li{
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
.aboutSec2-ic{
    width: 66px;
    margin-right: 22px;
    border: solid 3px #1d9dca;
    border-radius: 50%;
    height: 66px;
}
.aboutSec2-ic img{
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
#aboutSec2-lst span {
    flex-basis: 0;
    flex-grow: 1;
    font-size: 28px;
}
#aboutSec2-lst span b {
    font-size: 38px;
    line-height: 38px;
}
#aboutSec2-map {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 0;
    width: 450px;
    height: 780px;
}
#aboutSec2-map .location {
    position: absolute;
    z-index: 1;
}
#aboutSec2-map #location-hanoi {
    top: 11.66%;
    left: 38.17%;
}
#aboutSec2-map #location-danang {
    top: 51.04%;
    left: 82.28%;
}
#aboutSec2-map #location-tphcm {
    top: 80.37%;
    left: 53.44%;
}
#aboutSec2-map .location:before, #aboutSec2-map .location:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(43,155,71,.5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    animation: location-circle-big 1.2s infinite ease-in-out;
}
#aboutSec2-map .location:after {
    width: 19px;
    height: 19px;
    background-color: #1d9dca;
    animation: location-circle 1.2s infinite ease-in-out;
}
#aboutSec2-map .location .text {
    text-align: center;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 26px;
    white-space: nowrap;
}
#aboutSec2-map .location .text b {
    font-size: 26px;
    display: block;
}
#aboutSec2-map .location-hanoi .text {
    top: -50px;
    left: -105px;
    transform: none;
}

#aboutWrp #sec5{
    padding-top: 100px;
}

#breadcrumbs{
    padding: 30px 0;
}
#crumbs a,#crumbs span{
    font-size: 18px;
    color: #8e8e8e;
}
#crumbs span{
    padding: 0 30px;
}
#pstpTitle{
    font-size: 35px;
    line-height: 1.3;
    color: #0c4776;
    font-weight: 700;
    text-transform: uppercase;
}
#pstDate {
    font-size: 19px;
    color: #0c4776;
}
#pstCntn{
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.8;
}
#pstCntn h2 {
    color: #323743;
    font-size: 25px;
    font-weight: 700;
    position: relative;
}
#pstCntn h2 b,#pstCntn h2 strong{
    color: #00a513
}
#pstCntn h2:after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #00a513;
}
#pstCntn h3{
    font-size: 21px;
    font-weight: 700;
}
#pstCntn h4{
    font-weight: 700;
}
#pstCntn ul{
    margin-left: 25px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#pstCntn li{
    list-style-type: disc;
    padding: 3px 0;
}
#sbPost{
    margin-bottom: 50px;
}
.sbHead{
    font-size: 26px;
}
.sbPost{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sbPost-thumb{
    width: 40%;
    aspect-ratio: 4 / 3;
    position: relative;
    display: block;
}
.sbPost-thumb img{
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sbPost-tit{
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 15px;
    font-weight: 700;
    color: #0c4776;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#sbFrm{
    background: #1d9dca;
    padding: 15px;
    color: #fff;
}
#sbFrm .sbHead{
    color: #fff;
}
#sbFrm .sb-input{
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 0 10px;
    border: none;
}
#sbFrm textarea.sb-input{
    height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#sbFrm .sb-submit{
    display: block;
    width: 120px;
    height: 35px;
    background-color: #0c4776;
    border-color: rgba(0,0,0,.2);
    border-radius: 3px;
    margin: auto;
    color: #fff;
}
.sbHotline{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
#daotaoWrp{
    background: url(img/bg-footer.png) no-repeat center,linear-gradient(90deg,#2a2462 0%,#1a135c 0%,#0c4776 100%);
    background-attachment: fixed;
    background-size: cover;
}
#BangDowload{
    width: 100%;
}
#BangDowload tr{
    display: flex;
}
.sothutu{
    width: 50px;
}
.taive, .xem{
    width: 70px;
}
.ngaytao{
    width: 100px;
}
.Tendichvu{
    flex: 1;
}
.headBangDowload{
    background: #0c4776;
    color: #fff;
    font-weight: 700;
}
#BangDowload th, #BangDowload td{
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
#BangDowload th{
    padding: 10px;
}
#BangDowload td{
    border-bottom: solid 1px #ddd;
    padding: 10px 5px;
}
#BangDowload tr:hover{
    color: #007bff
}
#BangDowload td.Tendichvu,#BangDowload td.ngaytao{
    justify-content: flex-start;
    white-space: normal;
}
#downloadBtn{
    margin: 15px 0;
}
#downloadBtn a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    background: #0c4776;
    color: #fff;
    border-radius: 999px;
    font-size: 23px;
}
#downloadBtn a i{
    margin-left: 15px;
}
#tailieuSim-lst{
    margin-top: 15px;
    margin-left: 30px;
    
}
#tailieuSim-lst li{
    list-style: disc;
    padding-top: 5px;
    padding-bottom: 5px;
}
#tailieuSim-lst li:hover{
    color: #007bff;
}

#pctHead{
    margin: 50px 0 30px;
    color: #0c4776;
    font-size: 25px;
    text-transform: uppercase;
    font-family: HelvetIns;
    display: block;
    font-weight: 400;
}
#pctBtn-tel{
    background: -moz-linear-gradient(left,#92c76c 0%,#319e49 100%);
    background: -webkit-linear-gradient(left,#92c76c 0%,#319e49 100%);
    background: linear-gradient(to right,#92c76c 0%,#319e49 100%);
    color: #fff;
    font-size: 21px;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 30px;
}
#pctBtn-tel i {
    font-size: 20px;
    margin-right: 5px;
    transform: scale(1.3);
}
.pct-input{
    width: 100%;
    background: #fff;
    border: 1px solid #ced4da;
    padding: 0 10px;
    height: 40px;
    border-radius: 5px;
}
.pct-textarea{
    width: 100%;
    background: #fff;
    border: 1px solid #ced4da;
    padding: 5px 10px;
    height: 90px;
    border-radius: 5px;
}
.pct-submit{
    background: -moz-linear-gradient(left,#92c76c 0%,#319e49 100%);
    background: -webkit-linear-gradient(left,#92c76c 0%,#319e49 100%);
    background: linear-gradient(to right,#92c76c 0%,#319e49 100%);
    color: #fff;
    font-size: 21px;
    display: inline-block;
    padding: 5px 30px;
    margin-right: auto;
}
#pctInf label{
    color: rgb(0, 51, 102);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#tckhWrp .secHead{
    margin-bottom: 15px;
}
#tckhFrm{
    text-align: center;
    padding: 20px 0;
}
#tckhFrm input{
    display: block;
    width: 300px;
    height: 40px;
    border: 1px solid #ced4da;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto 10px
    
}
#tckhFrm button{
    width: 120px;
    height: 40px;
    background: #0062cc;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
#ttchungnhan{
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}
#ttchungnhan-head{
    text-align: center;
    margin-bottom: 30px;
}
#ttchungnhan-head h2{
    color: #124b9f;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}
#ttchungnhan-head p{
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    font-size: 18px;
}
.ttkh{
    border: 1px solid #f2f2f2;
}
.ttkh li{
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.ttkh li:nth-child(odd){
    background: rgba(0,0,0,.02);
}
#img-chungnhan{
    margin: 50px 0;
}
.chungnhanItm{
    padding: 0 20px;
}
.canphai{
    float: right;
}
.cantrai{
    float: left;
}
.pstDes-btn{
    display: flex;
    justify-content: space-between;
}
.pstDes-btn a{
    width: calc(50% - 15px);
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pstDes-btn a i{
    margin-right: 5px;
}
.pstDes-baogia{
    border: 1px solid #333;
}
.pstDes-baogia:hover{
    background: #323743;
    color: #fff;
}
.pstDes-hotline{
    background: #ff4067;
    color: #fff;
    box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
}
.pstDes-hotline:hover,.pstDes-mess:hover{
    color: #fff;
}
.pstDes-mess{
    background-color: #323743;
    color: #ffffff;
    box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);
}
.chungnhanCntn blockquote{
    margin-left: 0;
    margin-right: 0;
    background: #f4f4f4;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.sc-chungnhan{
    width: 100%;
}
.sc-chungnhan .pstDes-btn{
    justify-content: space-evenly;
}
.sc-chungnhan .pstDes-btn a{
    width: calc(33.333% - 20px);
}




@media screen and (max-width: 1199.98px){
    #mainmenu > li > a{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;    
    }
    #aboutSec2-txt{
        max-width: 600px;
        padding-bottom: 40px;
    }
    #aboutSec2-lst span{
        font-size: 20px;
    }
    #aboutSec2-lst span b{
        font-size: 30px;
        line-height: 30px;
    }
    #aboutSec2-map{
        width: 370px;
        height: 655px;
    }
    #BangDowload .xem{
        display: none;
    }
}
@media screen and (max-width: 1023.98px){
    #hh1{
        background: #0c4776;
        color: #fff;
    }
    #hh1 a{
        padding-bottom: 0;
    }
    #logo{
        width: 50px;
    }
    #menuM-btn{
        text-align: center;
        line-height: 40px;
        width: 40px;
        height: 40px;
        background: #0c4776;
        color: #fff;
        margin-left: auto;
        font-size: 24px;
    }
    .secHead{
        font-size: 26px;
    }
    #sec1Wrp{
        padding: 0 30px;
    }
    .sec1Box-img{
        max-width: 200px;
        margin: auto;
    }
    #sec1Wrp .slick_arrow-left{
        left: 0px;
    }
    #sec1Wrp .slick_arrow-right{
        right: 0px;
    }
    .sec3Box{
        margin-bottom: 30px;
    }
    .sec3Box-img{
        width: 100%;
        aspect-ratio: 16 / 9;
        position: relative;
    }
    .sec3Box-img img{
        object-fit: cover;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    #sec5Wrp{
        padding-left: 30px;
        padding-right: 30px;
    }
    #sec5Wrp .slick_arrow-left{
        left: 0px;
    }
    #sec5Wrp .slick_arrow-right{
        right: 0px;
    }
    .sec4Box-des{
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .sec4Box-meta{
        font-size: 14px;
    }
    #rLogo{
        padding: 0 20px;
        font-size: 16px;
    }
    .rLogo-ten{
        font-size: 18px;
    }
    #menuM{
		display: block;
		position: fixed;
		top: 0;
        bottom: 0;
		left: -100%;
		width: 85vw;
        min-width: 200px;
		max-width: 400px;
		background: #fff;
		z-index: 5;
        overflow-y:scroll;
		overflow-x:hidden;
		transition: all 400ms;
	}
	#menuM.in{
		left: 0;
	}
    #menuM-wrp{
        background: #f3f3f3;
        cursor: default;
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        overflow: hidden;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        overflow-y:scroll;
    }
    #menuM-head {
        height: 50px;
        padding: 0 40px;
        line-height: 50px;
        opacity: .4;
        text-align: center;
        font-size: 20px;
    }
    #menuM-lst{
        position: relative;
    }
    #menuM-lst > li > .sub-menu{
        display: none;
    }
    #menuM-lst:before,#menuM-lst > li > .sub-menu:before{
        content: '';
        display: block;
        z-index: 2;
        width: 100%;
        border-top: 1px solid rgb(68,68,68);
        opacity: .15;
    }
    #menuM-lst li{
        position: relative;
    }
    #menuM-lst > li:first-child{
        display: none;
    }
    .menuM-drp{
        display: block;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: .4;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .menuM-drp:before {
        content: '\f105';
        font-family: 'fontawesome';
        font-size: 20px;
    }
    .menuM-drp.in:before {
        content: '\f107';
    }
    #menuM-lst > li:after{
        content:'';
        display: block;
        border-top: 1px solid rgb(68,68,68);
        opacity: .15;
    }
    #menuM-lst > li > a{
        display: block;
        position: relative;
        z-index: 1;
        padding: 13px 20px;
        font-size: 17px;
        background: inherit;
        font-weight: 500;
    }
    #menuM-lst > li.hasChild > a{
        width: calc(100% - 50px);
    }
    #menuM-lst > li.hasChild > a:after{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border-right: 1px solid rgb(68,68,68);
        opacity: .15;
    }
    #menuM-lst > .sub-menu{
        display: none;
        margin-left: 20px;
        padding-bottom: 10px;
    }
    .sub-menu::before{
        margin-bottom: 10px;
    }
    #menuM-lst .sub-menu a{
        display: block;
        padding: 6px 15px;
    }
    #menuM-lst >li > .sub-menu > li > a{
        font-weight: 500;
    }
    #menuM-lst .sub-menu .sub-menu{
        margin-left: 20px;
    }
    #ovl-menuM{
        z-index: 2;
        background: rgba(0,0,0,.25);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: opacity .05s cubic-bezier(0.4,0.0,0.2,1);
        opacity: 1;
        display: none;
        z-index: 2;
    }
}
@media screen and (max-width: 991.98px){
    #aboutSec1-wrp{
        flex-direction: column;
    }
    #aboutSec2-map{
        position: relative;
        top: auto;
        right: auto;
        margin: auto;
    }
    #aboutSec2-txt{
        padding-bottom: 30px;
    }
    #aboutSec2-lst li{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 767.98px){
    #BangDowload .ngaytao{
        display: none;
    }
    #ttchungnhan-head p{
        flex-direction: column;
    }
    #chungnhan-top{
        flex-direction: column;
    }
    .pstDes-btn{
        flex-direction: column;
        align-items: center;
    }
    .pstDes-btn a,.sc-chungnhan .pstDes-btn a{
        width: 90%;
        max-width: 350px;
        margin: 10px 0;
    }


}
@media screen and (max-width: 575.98px){
    #rLogo{
        display: none;
    }
    #aboutHead-lst a{
        font-size: 15px;
    }
    .sec1Box{
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sec1Box-tit{
        text-transform: none;
        font-size: 16px;
    }
    .sec1Box-tit{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (min-width: 992px){
    #about-sec2{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media screen and (min-width: 1024px){
    #hh1{
        border-bottom: solid 1px #a1a1a1;
        color: #0c4776;
    }
    #sec5Wrp .slick_arrow-left{
        left: -50px;
    }
    #sec5Wrp .slick_arrow-right{
        right: -50px;
    }
    #hh3{
        background: linear-gradient(90deg,#2a2462 0%,#1a135c 0%,#0c4776 100%);
    }
    #mainmenu{
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }
    #mainmenu > li > a{
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
    }
    #mainmenu > li:hover > a{
        background: #fff;
        color: #2a2462;
    }
    #mainmenu > li:hover .sub-menu{
        display: flex;
    }
    #mainmenu > li > .sub-menu{
        width: 100%;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 20px 10px;
        box-shadow: 0 0 4px rgba(51, 51, 51, .2);
        z-index: 5;
    }
    .sub-menu a:hover{
        color: #1d9dca
    }
    #mainmenu > li > .sub-menu > li{
        flex: 0 0 25%;
        max-width: 25%;
        border-right: 1px solid #ebebeb;
        padding: 0 10px;
    }
    #mainmenu > li > .sub-menu > li > a{
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
    }
    #mainmenu .sub-menu .sub-menu{
        flex-direction: column;
    }
    #mainmenu .sub-menu .sub-menu a{
        display: block;
        padding: 5px 15px 5px 30px;
        color: #333;
        position: relative;
        font-weight: 400;
    }
    #mainmenu .sub-menu .sub-menu a:before{
        display: inline-block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 6px;
        border-color: transparent transparent transparent #1d9dca;
        position: absolute;
        top: 12px;
        left: 15px;
    }
}

