/* <=== vtitleab ===> */
.vtitleab{
    text-align: center;
    text-transform: uppercase;
}
.vtitleab.vwhite, .vtitleab.vwhite a{
    color: var(--colorff);
}
.vtitleab, .vtitleab h1, .vtitleab h2, .vtitleab h3{
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
/* <=== vtitleab ===> */

/* <=== hpaboutsaa ===> */
.hpaboutsaa .aapadd{
    padding: 50px 0 80px;
}
.tpaboutsaa .aatitle{
    margin-bottom: 30px;
}
.tpaboutsaa .aaconts{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
}
.tpaboutsaa .aaconts > div{
    width: 100%;
}
.tpaboutsam .amgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    gap: 10px 0;
}
.tpaboutsam .amgrip > div{
    padding: 0 5px;
    width: 50%;
}
.tpaboutsam .thumb{
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.tpaboutsam .thumb img{
    width: 100%;
    opacity: 0;
}
.tpaboutsam .decss{
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 30px 50px;
    background-color: var(--colorwh);
}
.tpaboutsam .decss, .tpaboutsam .decss a{
    color: var(--colorff);
}
.tpaboutsam .dsconts{
    width: 100%;
    font-size: 17px;
    line-height: 30px;
}
.tpaboutsam .dsconts p{
    padding: 3px 0;
}
.tpaboutsab{
    position: relative;
}
.tpaboutsab .abplus{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 80px;
    height: 80px;
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 10px;
    background-color: var(--colorwh);
    color: var(--colorff);
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    animation: pulse_toac 2s infinite;
}
@keyframes pulse_toac {
    0% {
        box-shadow: 0 0 0 0 var(--colorwh);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.tpaboutsab .abgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsab .abgrip > div{
    padding: 0 15px;
    width: 50%;
}
.itaboutsab .vvgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itaboutsab .vvgrip .lcol{
    width: 180px;
}
.itaboutsab .vvgrip .rcol{
    width: calc(100% - 180px);
}
.itaboutsab .thumb{
    width: calc(100% + 90px);
}
.itaboutsab .thumb .timg{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    background-color: var(--colorff);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.itaboutsab .thumb .timg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
}
.itaboutsab .decss{
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    background-color: var(--colorf7);
    min-height: 200px;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 17px;
    line-height: 30px;
}
.itaboutsab .decss .dname{
    font-weight: 800;
}
.tpaboutsab .abgrip > div:nth-child(1) .itaboutsab .vvgrip .lcol{
    order: 2;
}
.tpaboutsab .abgrip > div:nth-child(1) .itaboutsab .thumb{
    margin-left: -90px;
}
.tpaboutsab .abgrip > div:nth-child(1) .itaboutsab .decss{
    padding-right: 120px;
}
.tpaboutsab .abgrip > div:nth-child(2) .itaboutsab .decss{
    padding-left: 120px;
}
.tpaboutsah{
    text-align: center;
    font-size: 17px;
    line-height: 30px;
}
.tpaboutsah p{
    padding: 3px 0;
}
.tpaboutsah .ahwrap{
    max-width: 1080px;
    margin: 0 auto;
}
/* <=== hpaboutsaa ===> */

/* <=== hpaboutsbb ===> */
.hpaboutsbb{
    padding: 45px 0 85px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.hpaboutsbb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-color: rgba(11, 10, 36, 0.7);
}
.tpaboutsbb .bbtitle{
    margin-bottom: 30px;
}
.tpaboutsbm{
    padding: 30px 50px;
    position: relative;
    font-size: 17px;
    line-height: 30px;
}
.tpaboutsbm::before{
    content: '“';
    position: absolute;
    left: 45px;
    top: -35px;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    color: var(--colorff);
    pointer-events: none;
}
.tpaboutsbm, .tpaboutsbm a{
    color: var(--colorff);
}
.tpaboutsbm .vlines{
    position: absolute;
    pointer-events: none;
}
.tpaboutsbm .vlines.vmm{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.tpaboutsbm .vlines.vmm::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 39px;
    height: 1px;
    background-color: var(--colorff);
}
.tpaboutsbm .vlines.vmm::after{
    content: '';
    position: absolute;
    right: 0;
    height: 1px;
    background-color: var(--colorff);
    left: 98px;
    top: 0;
}
.tpaboutsbm .vlines.vhh{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: var(--colorff);
}
.tpaboutsbm .vlines.vbb{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: var(--colorff);
}
.tpaboutsbm .vlines.vtt{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: var(--colorff);
}
/* <=== hpaboutsbb ===> */

/* <=== hpaboutscc ===> */
.hpaboutscc{
    padding: 75px 0 100px;
}
.tpaboutscc .cctitle{
    margin-bottom: 40px;
}
.tpaboutscc .ctgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -35px;
}
.tpaboutscc .ctgrip > div{
    padding: 0 35px;
}
.tpaboutsch{
    padding-top: 25px;
}
.tpaboutsch .chimgs{
    margin-bottom: 15px;
}
.tpaboutsch .chdate{
    font-size: 25px;
    line-height: 30px;
    padding: 10px;
    text-align: center;
    font-weight: 800;
    background-color: var(--colorwb);
    color: var(--colorff);
    border-radius: 5px;
    margin-bottom: 15px;
}
.tpaboutscb{
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10px;
}
.tpaboutscb .cbarrow{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--colorff);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 10px;
}
.tpaboutscb .cbarrow::before{
    content: '\e90b';
    font-family: 'icomoon' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;
}
.tpaboutscb .cbscrol{
    max-width: 25px;
    margin: 0 auto;
}
.tpaboutsch .chdecs{
    font-size: 14px;
    line-height: 25px;
}

.tpaboutscm > .cmitem{
    display:flex !important;
    flex-wrap:nowrap !important;
    width:max-content !important;     /* quan trọng */
    gap: 0 110px;
    margin-bottom: 15px;
    position: relative;
}
.tpaboutscm > .cmitem:last-child{
    margin-bottom: 0;
}
.tpaboutscm > .cmitem:first-child::before{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: calc(100% + 110px);
    height: 15px;
    background-image: url('../images/ccline.png');
    background-position: top left;
    background-repeat: repeat;
    pointer-events: none;
}
.itaboutscm{
    flex:0 0 auto;
    width: 220px;
    min-width: 220px;
    border-left: 1px solid var(--color66);
}
.itaboutscm .vvgrip{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
    gap: 35px 0;
} 
.itaboutscm .vvgrip > div{
    width: 100%;
}
.tpaboutscm > .cmitem:last-child {
    padding-left: 110px;
}
.tpaboutscm > .cmitem:first-child .itaboutscm:nth-child(even) .icol:first-child{
    order: 2;
}
.tpaboutscm > .cmitem:first-child .itaboutscm{
    padding-bottom: 30px;
}
.tpaboutscm > .cmitem:last-child .itaboutscm{
    padding-top: 45px;
}
.tpaboutscm > .cmitem:last-child .itaboutscm:nth-child(odd) .icol:first-child{
    order: 2;
}
.itaboutscm .decss{
    padding: 10px 20px;
}
.itaboutscm .dyear{
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: var(--colorwb);
}
.itaboutscm .dtext{
    font-size: 15px;
    line-height: 22px;
}
.itaboutscm .thumb{
    display: block;
    border-radius: 0 10px 10px 0;
    padding-top: 65.56%;
    overflow: hidden;
    position: relative;
}
.itaboutscm .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* <=== hpaboutscc ===> */

/* <=== hpaboutsdd ===> */
.hpaboutsdd{
    padding: 65px 0 105px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.hpaboutsdd::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.1);
}
.tpaboutsdd .ddtitle{
    margin-bottom: 35px;
}
.tpaboutsdd .ddwrap{
    max-width: 740px;
    margin-left: auto;
}
.itaboutsdd{
    margin-bottom: 10px;
    position: relative;
    padding: 25px 25px 35px 0;
    z-index: 1;
}
.itaboutsdd::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    pointer-events: none;
}
.itaboutsdd .ddgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itaboutsdd .ddgrip > div{
    padding: 0 15px;
}
.itaboutsdd .ddgrip .lcol{
    width: 120px;
    padding-top: 10px;
}
.itaboutsdd .ddgrip .rcol{
    width: calc(100% - 120px);
}
.itaboutsdd .vicon{
    width: 90px;
    height: 90px;
    background-color: var(--colorwh);
    color: var(--colorff);
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itaboutsdd .vicon img{
    max-width: 50%;
    max-height: 50%;
}
.itaboutsdd:last-child{
    margin-bottom: 0;
}
.itaboutsdd .dtitle{
    margin-bottom: 8px;
    color: var(--colorwh);
    text-transform: uppercase;
}
.itaboutsdd .dtitle, .itaboutsdd .dtitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}
.itaboutsdd .dconts{
    font-size: 17px;
    line-height: 30px;
}
.itaboutsdd .dconts p{
    padding: 0;
}
/* <=== hpaboutsdd ===> */

/* <=== hpaboutsee ===> */
.hpaboutsee{
    padding: 70px 0 100px;
    background-color: rgba(232, 232, 232, 0.5);
}
.tpaboutsee .eetitle{
    margin-bottom: 40px;
}
.tpaboutsee .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tpaboutsee .ctgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
}
.itaboutsee{
    height: 100%;
    padding: 40px 45px;
    background-color: var(--colorff);
    border-radius: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.itaboutsee .vicon{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: var(--colorwh);
    color: var(--colorff);
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itaboutsee:hover .vicon{
    animation: pulse_toah 2s infinite;
}
@keyframes pulse_toah {
    0% {
        box-shadow: 0 0 0 0 var(--colorwh);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.itaboutsee .vicon img{
    max-width: 60%;
    max-height: 60%;
}
.itaboutsee .vdecs{
    text-align: center;
}
.itaboutsee .dtitle{
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--colorwh);
}
.itaboutsee .dtitle, .itaboutsee .dtitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}
.itaboutsee .dconts{
    font-size: 17px;
    line-height: 30px;
}
/* <=== hpaboutsee ===> */

/* <=== hpaboutsff ===> */
.hpaboutsff{
    padding: 70px 0 85px;
}
.tpaboutsff .fftitle{
    margin-bottom: 25px;
}
.tpaboutsff .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    gap: 40px 0;
}
.tpaboutsff .ctgrip > div{
    padding: 0 20px;
    width: calc(100% / 3);
}
.itaboutsff{
    max-width: 360px;
    margin: 0 auto;
}
.itaboutsff .vicon{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 12px;
}
.itaboutsff .vdecs{
    text-align: center;
}
.itaboutsff .dtitle{
    margin-bottom: 5px;
}
.itaboutsff .dtitle.vupper{
    text-transform: uppercase;
}
.itaboutsff .dtitle, .itaboutsff .dtitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
}
.itaboutsff .dinfos{
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    color: var(--colorwh);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.itaboutsff .dinfos .plus{
    font-size: 20px;
    top: -8px;
    position: relative;
}
.itaboutsff .dtext{
    font-size: 16px;
    line-height: 25px;
}
/* <=== hpaboutsff ===> */

/* <=== hpaboutsgg ===> */
.tpaboutsgg{
    position: relative;
}
.tpaboutsgg .ggtitle{
    position: absolute;
    left: 0;
    width: 100%;
    top: 65px;
    z-index: 2;
}
.tpaboutsgg .ctthumb img{
    width: 100%;
}
/* <=== hpaboutsgg ===> */

/* <=== hpaboutshh ===> */
.hpaboutshh{
    padding: 55px 0 85px;
}
.tpaboutshh .hhtitle{
    margin-bottom: 40px;
}
.tpaboutshh .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tpaboutshh .ctgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
}
.itaboutshh{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}
.itaboutshh .thumb{
    display: block;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.itaboutshh .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutshh .decss{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 30px 35px;
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(3, 8, 112, 0.9);
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itaboutshh:hover .decss{
    opacity: 1;
    pointer-events: auto;
}
.itaboutshh .decss::-webkit-scrollbar{
    width: 6px;
    background-color: transparent;
}
.itaboutshh .decss::-webkit-scrollbar-thumb {
    background-color: var(--colorff);
    border-radius: 25px;
}
.itaboutshh .decss, .itaboutshh .decss a{
    color: var(--colorff);
}
/* <=== hpaboutshh ===> */

/* <=== hpaboutsii ===> */
.hpaboutsii{
    padding: 65px 0 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tpaboutsii .iiwrap{
    max-width: 850px;
    margin: 0 auto;
}
.tpaboutsii .iititle{
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}
.tpaboutsii .iititle, .tpaboutsii .iititle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}
.tpaboutsii .iiconts{
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
}
.tpaboutsii .fmponsi{
    position: relative;
}
.tpaboutsii .fmponsi input{
    width: 100%;
    padding: 0 110px 0 20px;
    height: 55px;
    border: none;
    background-color: var(--colorff);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.tpaboutsii .fmponsi button{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 100px;
    height: 45px;
    background-color: var(--colorwm);
    color: var(--colorff);
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    border-radius: 5px;
    border: none;
}
.tpaboutsii .fmponsi button:hover{
    background-color: var(--colorwh);
}
/* <=== hpaboutsii ===> */
@media all and (min-width: 992px){
    .tpaboutscm{
        width: 100%;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        /* Ẩn scrollbar */
        -ms-overflow-style:none;
        scrollbar-width:none;
        cursor:grab;
        user-select:none;
        -webkit-user-select:none;
        /* mobile */
        -webkit-overflow-scrolling:touch;
        touch-action: pan-x;
        position: relative;
        cursor: col-resize;
    }

    .tpaboutscm::-webkit-scrollbar{display:none;}
    .tpaboutscm.dragging{cursor:grabbing;}

    .tpaboutscc .ctgrip > .mcol{
        width: calc(100% - 260px);
        position: relative;
    }
    .tpaboutscc .ctgrip > .hcol{
        width: 260px;
    }
}
@media all and (max-width: 1200px){
    /* <=== hpaboutsaa ===> */
    .itaboutsab .vvgrip .lcol{
        width: 150px;
    }
    .itaboutsab .vvgrip .rcol{
        width: calc(100% - 150px);
    }
    .itaboutsab .thumb{
        width: calc(100% + 50px);
    }
    .tpaboutsab .abgrip > div:nth-child(1) .itaboutsab .thumb{
        margin-left: -50px;
    }
    .itaboutsab .decss{
        padding: 20px;
        font-size: 15px;
        line-height: 25px;
        min-height: 180px;
    }
    .tpaboutsab .abgrip > div:nth-child(1) .itaboutsab .decss{
        padding-right: 70px;
    }
    .tpaboutsab .abgrip > div:nth-child(2) .itaboutsab .decss{
        padding-left: 70px;
    }
    .tpaboutsab .abplus{
        width: 60px;
        height: 60px;
        font-size: 50px;
        margin-top: 10px;
    }
    /* <=== hpaboutsaa ===> */
}
@media all and (max-width: 991px){
    /* <=== vtitleab ===> */
    .vtitleab, .vtitleab h1, .vtitleab h2, .vtitleab h3{
        font-size: 28px;
        line-height: 38px;
    }
    /* <=== vtitleab ===> */

    /* <=== hpaboutsaa ===> */
    .hpaboutsaa .aapadd{
        padding: 25px 0 45px;
    }
    .tpaboutsaa .aatitle{
        margin-bottom: 20px;
    }
    .tpaboutsaa .aaconts{
        gap: 20px 0;
    }
    .tpaboutsam .amgrip > div{
        width: 100%;
    }
    .tpaboutsam .decss{
        padding: 20px;
    }
    .tpaboutsam .dsconts{
        font-size: 15px;
        line-height: 25px;
    }
    .tpaboutsah{
        font-size: 15px;
        line-height: 25px;
    }
    .itaboutsab .vvgrip .lcol{
        width: 100%;
    }
    .itaboutsab .vvgrip .rcol{
        width: 100%;
    }
    .itaboutsab .thumb{
        width: 100%;
    }
    .tpaboutsab .abgrip > div:nth-child(1) .itaboutsab .thumb{
        margin-left: 0;
    }
    .tpaboutsab .abgrip > div:nth-child(1) .itaboutsab .vvgrip .lcol{
        order: unset;
    }
    .itaboutsab .decss{
        padding: 150px 15px 20px;
        position: relative;
        margin-top: -135px;
    }
    .tpaboutsab .abgrip > div:nth-child(2) .itaboutsab .decss{
        padding-left: 15px;
    }
    .tpaboutsab .abgrip > div:nth-child(1) .itaboutsab .decss{
        padding-right: 15px;
    }
    /* <=== hpaboutsaa ===> */

    /* <=== hpaboutsbb ===> */
    .hpaboutsbb{
        background-attachment: unset;
        padding: 40px 0 70px;
    }
    .tpaboutsbm{
        font-size: 15px;
        line-height: 25px;
        padding: 30px 20px 25px;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutscc ===> */
    .hpaboutscc{
        padding: 45px 0 60px;
    }
    .tpaboutscc .cctitle{
        margin-bottom: 15px;
    }
    .tpaboutscc .ctgrip{
        width: calc(100% + 40px);
        overflow-x:auto !important;
        overflow-y:hidden !important;
        /* Ẩn scrollbar */
        -ms-overflow-style:none;
        scrollbar-width:none;
        cursor:grab;
        user-select:none;
        -webkit-user-select:none;
        /* mobile */
        -webkit-overflow-scrolling:touch;
        touch-action: pan-x;
        position: relative;
        cursor: col-resize;
        margin: 0 -20px;
    }
    .tpaboutscc .ctgrip > div{
        padding: 0 20px;
    }
    .tpaboutscc .ctgrip .hcol{
        width: 230px;
        min-width: 230px;
    } 
    .tpaboutscc .ctgrip::-webkit-scrollbar{display:none;}
    .itaboutscm .vvgrip{
        gap: 25px 0;
    }
    .tpaboutscb{
        right: unset;
        left: 15px;
        pointer-events: none;
    }
    .tpaboutscb .cbarrow{
        opacity: 0;
    }
    .tpaboutscm > .cmitem{
        gap: 0 30px;
    }
    /* <=== hpaboutscc ===> */

    /* <=== hpaboutsdd ===> */
    .hpaboutsdd{
        padding: 40px 0 70px;
        background-attachment: unset;
    }
    .tpaboutsdd .ddtitle{
        margin-bottom: 20px;
    }
    .itaboutsdd{
        padding: 20px 15px 25px 0;
    }
    .itaboutsdd .ddgrip{
        margin: 0 -10px;
    }
    .itaboutsdd .ddgrip > div{
        padding: 0 10px;
    }
    .itaboutsdd .ddgrip .lcol{
        width: 90px;
    }
    .itaboutsdd .ddgrip .rcol{
        width: calc(100% - 90px);
    }
    .itaboutsdd .vicon{
        width: 70px;
        height: 70px;
    }
    .itaboutsdd .dtitle{
        margin-bottom: 5px;
    }
    .itaboutsdd .dtitle, .itaboutsdd .dtitle h3{
        font-size: 22px;
        line-height: 32px;
    }
    .itaboutsdd .dconts{
        font-size: 15px;
        line-height: 25px;
    }
    .itaboutsdd::before{
        border-radius: 10px;
    }
    /* <=== hpaboutsdd ===> */

    /* <=== hpaboutsee ===> */
    .hpaboutsee{
        padding: 45px 0 65px;
    }
    .tpaboutsee .eetitle{
        margin-bottom: 20px;
    }
    .tpaboutsee .ctgrip{
        margin: 0 -10px;
        gap: 20px 0;
    }
    .tpaboutsee .ctgrip > div{
        width: 50%;
        padding: 0 10px;
    }
    .itaboutsee{
        padding: 30px 20px 35px;
    }
    .itaboutsee .dtitle, .itaboutsee .dtitle h3{
        font-size: 18px;
        line-height: 28px;
    }
    .itaboutsee .dconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hpaboutsee ===> */

    /* <=== hpaboutsff ===> */
    .hpaboutsff{
        padding: 45px 0 45px;
    }
    .tpaboutsff .ctgrip{
        margin: 0 -5px;
        gap: 25px 0;
    }
    .tpaboutsff .ctgrip > div{
        padding: 0 5px;
    }
    .itaboutsff .dtitle, .itaboutsff .dtitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itaboutsff .dinfos{
        font-size: 25px;
        line-height: 35px;
    }
    .itaboutsff .dtext{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== hpaboutsff ===> */

    /* <=== hpaboutsgg ===> */
    .tpaboutsgg .ggtitle{
        position: relative;
        top: 0;
        margin-bottom: 25px;
    }
    /* <=== hpaboutsgg ===> */

    /* <=== hpaboutshh ===> */
    .hpaboutshh{
        padding: 45px 0 60px;
    }
    .tpaboutshh .hhtitle{
        margin-bottom: 20px;
    }
    .tpaboutshh .ctgrip{
        margin: 0 -10px;
        gap: 20px 0;
    }
    .tpaboutshh .ctgrip > div{
        width: 50%;
        padding: 0 10px;
    }
    .itaboutshh .decss{
        font-size: 15px;
        line-height: 25px;
        padding: 20px;
    }
    .itaboutshh .decss::-webkit-scrollbar{
        width: 0;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsii ===> */
    .hpaboutsii{
        padding: 25px 0 45px;
    }
    .tpaboutsii .iititle, .tpaboutsii .iititle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .tpaboutsii .iiconts{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .tpaboutsii .fmponsi input{
        padding: 0 70px 0 20px;
    }
    .tpaboutsii .fmponsi button{
        width: 60px;
        font-size: 15px;
    }
    /* <=== hpaboutsii ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutsaa ===> */
    .tpaboutsab .abgrip{
        margin: 0 -10px;
    }
    .tpaboutsab .abgrip > div{
        padding: 0 10px;
    }
    .tpaboutsab .abplus{
        width: 50px;
        height: 50px;
        font-size: 43px;
        margin-top: 20px;
    }
     .itaboutsab .decss{
        padding: 100px 15px 20px;
        margin-top: -85px;
    }
    /* <=== hpaboutsaa ===> */

    /* <=== hpaboutsbb ===> */
    .tpaboutsbm .vlines.vmm::before{
        width: 18px;
    }
    .tpaboutsbm::before{
        left: 25px;
    }
    .tpaboutsbm .vlines.vmm::after{
        left: 80px;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutsee ===> */
    .tpaboutsee .ctgrip{
        gap: 10px 0;
    }
    .tpaboutsee .ctgrip > div{
        width: 100%;
    }
    /* <=== hpaboutsee ===> */

    /* <=== hpaboutsff ===> */
    .tpaboutsff .ctgrip > div{
        width: 50%;
    }
    /* <=== hpaboutsff ===> */

    /* <=== hpaboutshh ===> */
    .tpaboutshh .ctgrip > div{
        width: 100%;
    }
    /* <=== hpaboutshh ===> */
}