.vntfooter{
    margin-top: 0;
}
.vfixedtab{
    padding: 5px 0;
    background-color: var(--colorff);
}
.vfixedtab.fixed{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.vntheader{
    position: absolute;
}
/* <=== vabtitle ===> */
.vabtitle{
    text-align: center;
    margin-bottom: 30px;
    color: var(--colorwm);
}
.vabtitle, .vabtitle h1, .vabtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
/* <=== vabtitle ===> */


/* <=== vhaboutspg ===> */
.vhaboutspg .abpadd{
    padding: 30px 0 0 0;
}
.hpaboutsmm{
    padding: 30px 0 70px;
}
.tpaboutsmm .mmtitle{
    text-align: center;
    margin-bottom: 25px;
    color: var(--colorwm);
}
.tpaboutsmm .mmtitle, .tpaboutsmm .mmtitle h2{
    font-size: 45px;
    line-height: 65px;
    font-weight: bold;
}
.tpaboutsmm .mmlinks{
    margin-bottom: 45px;
}
.tpaboutsmm .mmlinks ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
    gap: 10px 0;
}
.tpaboutsmm .mmlinks li{
    padding: 0 5px;
}
.tpaboutsmm .mmlinks li a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    padding: 9px 20px;
    border-radius: 5px;
    background-color: var(--colorf5);
}
.tpaboutsmm .mmlinks li.active a, .tpaboutsmm .mmlinks li.current a, .tpaboutsmm .mmlinks li:hover a{
    background-color: var(--colorwm);
    color: var(--colorff);
}
.tpaboutsmm .ctdecss{
    max-width: 1090px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: justify;
    text-align-last: center;
    font-size: 18px;
    line-height: 36px;
}
.tpaboutsmm .ctthumb{
    text-align: center;
}
.hpaboutshh{
    position: relative;
    overflow: hidden;
    padding: 65px 0 75px;
}
.hpaboutshh .hhbacks{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
.hpaboutshh .hhbacks::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--color00);
    opacity: 0.2;
}
.tpaboutshh, .tpaboutshh a{
    color: var(--colorff);
}
.tpaboutshh .vvlogo{
    max-width: 465px;
    margin: 0 auto;
    margin-bottom: 55px;
}
.tpaboutshh .vvinfo{
    margin-bottom: 40px;
    position: relative;
}
.tpaboutshh .vvinfo::before{
    content: '';
    position: absolute;
    top: 75px;
    height: 3px;
    background-color: var(--colorff);
    width: 66.666%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
}
.tpaboutshh .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tpaboutshh .ifgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
}
.itaboutshh{
    position: relative;
}
.itaboutshh .dicon{
    width: 150px;
    height: 150px;
    background-color: var(--colorff);
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.itaboutshh .dicon img{
    max-width: 75%;
    max-height: 75%;
}
.itaboutshh .dtext{
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}
.itaboutshh .dtext span{
    display: block;
}
.tpaboutshh .vvnote{
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}
.hpaboutsbb{
    background-color: var(--colorwn);
    padding: 50px 0 180px;
    margin-bottom: -100px;
}
.tpaboutsbb .bbtitle{
    text-align: center;
    margin-bottom: 15px;
    color: var(--colorwm);
}
.tpaboutsbb .bbtitle, .tpaboutsbb .bbtitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.tpaboutsbb .bbconts{
    max-width: 1070px;
    margin: 0 auto;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 36px;
}
.tpaboutsbb .iflogos{
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}
.tpaboutsbb .iflogos::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    width: 2px;
    height: 70px;
    background-color: var(--colorwh);
}
.tpaboutsbb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsbb .vvgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    position: relative;
}
.tpaboutsbb .vvgrip > div::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--colorwh);
}
.tpaboutsbb .vvgrip > div:last-child:before{
    display: none;
}
.itaboutsbb{
    padding-top: 80px;
    position: relative;
}
.itaboutsbb::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 47px;
    width: 2px;
    background-color: var(--colorwh);
}
.itaboutsbb::after{
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border: 4px solid var(--colorwn);
    background-color: var(--colorwm);
    border-radius: 100%;
    z-index: 1;
}
.itaboutsbb .iicon{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 15px;
}
.itaboutsbb .iicon img{
    max-width: 100%;
    max-height: 100%;
}
.itaboutsbb .itext{
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}
.hpaboutstt{
    padding: 30px 0 80px;
}
.tpaboutstt .tttitle{
    text-align: center;
    margin-bottom: 25px;
    color: var(--colorwm);
}
.tpaboutstt .tttitle, .tpaboutstt .tttitle h2{
    font-size: 45px;
    line-height: 65px;
    font-weight: bold;
}
.tpaboutstt .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tpaboutstt .ctgrip > div{
    padding: 0 15px;
    width: 25%;
}
.itaboutstt .thumb{
    margin-bottom: 25px;
}
.itaboutstt .thumb a{
    border-radius: 20px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid transparent;
    padding-top: calc(100% - 2px);
}
.itaboutstt .thumb a img{
    max-width: 80%;
    max-height: 80%;
}
.itaboutstt .decss{
    text-align: center;
}
.itaboutstt .dstitle, .itaboutstt .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itaboutstt:hover .thumb a{
    border-color: var(--colorwm);
}
.itaboutstt:hover .dstitle a{
    color: var(--colorwm);
}
.hpaboutsnn{
    padding: 50px 0 75px;
    position: relative;
    background-image: url('../images/nnback.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
.tpaboutsnn .nntitle{
    text-align: center;
    margin-bottom: 35px;
    color: var(--colorwm);
}
.tpaboutsnn .nntitlel, .tpaboutsnn .nntitle h1, .tpaboutsnn .nntitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.tpaboutsnn .ctthumb{
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 45px;
    border: 10px solid var(--colorff);
    border-radius: 100%;
    position: relative;
}
.tpaboutsnn .ctthumb .timgs{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}
.tpaboutsnn .ctthumb .timgs img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
.tpaboutsnn .ctthumb .tlogo{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tpaboutsnn .ctthumb .tlogo .limg{
    max-width: 80%;
}
.tpaboutsnn .ctinfos{
    position: relative;
    z-index: 1;
}
.tpaboutsnn .ctinfos::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 120px);
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 400px;
    background-image: url('../images/nnline.png');
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}
.tpaboutsnn .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -43px;
    gap: 25px 0;
}
.tpaboutsnn .ifgrip > div{
    padding: 0 43px;
    width: calc(100% / 3);
}
.itaboutsnn .vicon{
    width: 228px;
    height: 228px;
    padding: 40px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 1;
}
.itaboutsnn .vicon::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    z-index: -1;
    pointer-events: none;
}
.itaboutsnn .vicon::after{
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    bottom: 24px;
    right: 24px;
    border-radius: 100%;
    z-index: -1;
    pointer-events: none;
}
.itaboutsnn .vicon img{
    max-width: 75%;
    max-height: 75%;
}
.itaboutsnn.vitem1{
    margin-top: -150px;
}
.itaboutsnn.vitem3{
    margin-top: -150px;
}
.itaboutsnn.vitem1 .vicon::before{
    border-color: #0aa34d;
}
.itaboutsnn.vitem2 .vicon::before{
    border-color: #ed141f;
}
.itaboutsnn.vitem3 .vicon::before{
    border-color: #e1c921;
}
.itaboutsnn.vitem1 .vicon::after{
    background-color: #0aa34d;
}
.itaboutsnn.vitem2 .vicon::after{
    background-color: #ed141f;
}
.itaboutsnn.vitem3 .vicon::after{
    background-color: #e1c921;
}
.itaboutsnn.vitem2 .vicon{
    margin: 0 auto;
    margin-bottom: 25px;
}
.itaboutsnn.vitem1 .vicon{
    margin-left: auto;
    margin-bottom: 25px;
}
.itaboutsnn.vitem3 .vicon{
    margin-bottom: 25px;
}
.itaboutsnn .dname{
    margin-bottom: 12px;
    text-align: center;
    color: var(--colorwm);
    text-transform: uppercase;
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
}
.itaboutsnn .dtend{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    text-align-last: center;
    color: var(--colorwy);
}
.hpaboutsss{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0 190px;
}
.tpaboutsss .sstitle{
    text-align: center;
    margin-bottom: 75px;
    color: var(--colorwh);
}
.tpaboutsss .sstitle, .tpaboutsss .sstitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.tpaboutsss .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tpaboutsss .ctgrip > div{
    padding: 0 15px;
    width: 50%;
}
.itaboutsss{
    position: relative;
    z-index: 1;
    margin: 0 -20px;
}
.itaboutsss .ssthumb{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.itaboutsss .ssthumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/main/aanens.png");
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.itaboutsss .ssthumb .timg{
    position: relative;
    overflow: hidden;
    -webkit-mask-image: url("../images/main/aaback.png");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    z-index: 1;
    max-width: 90%;
    margin: 0 auto;
    height: 100%;
}
.itaboutsss .ssthumb .timg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color00);
    opacity: 0.75;
}
.itaboutsss .ssthumb .timg img{
    width: 100%;
}
.itaboutsss .ssdecss{

    z-index: 2;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 30px 30px 80px;
    min-height: 580px;
}
.itaboutsss .dswrap{
    max-width: 420px;
    margin: 0 auto;
}
.itaboutsss .dtitle{
    margin-bottom: 10px;
    color: var(--colorwh);
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 5px 19px;
}
.itaboutsss .dconts{
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    text-align-last: center;
    font-weight: 500;
    color: var(--colorff);
}
.itaboutsss .dconts p{
    padding: 5px 0;
} 
.ddinfohome{
    padding: 50px 0 60px;
}
.hpddinfohh .hhtitle{
    margin-bottom: 10px;
    color: var(--colorwm);
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.hpddinfohh .hhcapts{
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 28px;
}
.slddinfohh{
    width: calc(100% - 1px);
}
.slddinfohh .slick-slide{
    position: relative;
    margin-left: -1px;
}
.slddinfohh .slick-slide::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    bottom: 35px;
    background-color: var(--colorf4);
}
.itddinfohh{
    position: relative;
}
.itddinfohh .quant{
    z-index: 1;
    margin-bottom: 10px;
}
.itddinfohh .quant ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 28px;
}
.itddinfohh .quant li{
    border: 1px solid var(--colordd);
    font-size: 15px;
    line-height: 20px;
    padding: 3px 10px;
    border-radius: 25px;
}
.itddinfohh .thumb{
    margin-bottom: 20px;
}
.itddinfohh .decss{
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
}
.itddinfohh .dstitle{
    margin-bottom: 5px;
}
.itddinfohh .dstitle, .itddinfohh .dstitle h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.itddinfohh .dstitle a{
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itddinfohh:hover .dstitle a{
    color: var(--colorwm);
}
.itddinfohh .dsviews a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
}
.hpaboutsdd{
    background-color: var(--colorwn);
    position: relative;
    padding: 50px 0 150px;
}
.tpaboutsdd .ddtitle{
    text-align: center;
    margin-bottom: 35px;
    color: var(--colorwm);
}
.tpaboutsdd .ddtitle, .tpaboutsdd .ddtitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.itaboutsdd .thumb{
    margin-bottom: 25px;
}
.itaboutsdd .thumb a{
    background-color: var(--colorff);
    border-radius: 20px;
    border: 1px solid var(--colordd);
    padding-top: calc(100% - 2px);
}
.itaboutsdd:hover .thumb a{
    border-color: var(--colorwm);
}
.itaboutsdd .decss{
    text-align: center;
}
.itaboutsdd .dstitle, .itaboutsdd .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itaboutsdd:hover .dstitle a{
    color: var(--colorwm);
}
.itaboutsdd a img{
    max-width: 80%;
    max-height: 80%;
}
.hpaboutsee{
    padding: 45px 0 60px;
}
.tpaboutsee .eetitle{
    text-align: center;
    margin-bottom: 40px;
    color: var(--colorwm);
}
.tpaboutsee .eetitle, .tpaboutsee .eetitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.tpaboutsea{
    margin-bottom: 60px;
}
.itaboutsea{
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--colorf5);
}
.itaboutsea .thumb a{
    border-radius: 20px;
}
.itaboutsea .thumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-image: url('../images/eaplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    border-radius: 100%;
    animation: pulse_toa 2s infinite;
}
.itaboutsea .decss{
    padding: 15px 30px 20px;
    text-align: center;
}
.itaboutsea .dstitle{
    text-transform: uppercase;
}
.itaboutsea .dstitle, .itaboutsea .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.itaboutsea .dstitle a{
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itaboutseb{
    position: relative;
    border-radius: 20px;
    background-color: var(--colorf5);
    overflow: hidden;
}
.itaboutseb .thumb a{
    border-radius: 20px;
}
.itaboutseb .thumb a::before{
    content: '';
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 30px;
    height: 24px;
    z-index: 1;
    background-image: url('../images/ebimg.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.itaboutseb .decss{
    padding: 12px 25px 15px;
    text-align: center;
}
.itaboutseb .dstitle{
    text-transform: uppercase;
}
.itaboutseb .dstitle, .itaboutseb .dstitle h3{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}
.itaboutseb .dstitle a{
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* <=== vhaboutspg ===> */

/* <===== vnt-gallery =====> */
#vnt-gallery{
    width: 100%;
    max-width: 100%;
    height:100%;
    /* overflow: hidden; */
    background: transparent;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0;
    vertical-align: unset;
}
#vnt-gallery .fancybox-close-small{
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    color: #fff;
    background-color: #df1119;
    opacity: 1;
    width: 40px;
    height: 40px;
}
#vnt-gallery .fancybox-button svg{
    width: 80%;

}
#slgallerynav{
    height:-webkit-calc(100vh - 90px);
    height:-moz-calc(100vh - 90px);
    height:-o-calc(100vh - 90px);
    height: calc(100vh - 90px);
    position: relative;
}
#slgallerynav .item{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#slgallerynav .item.active{
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
#slgallerynav .img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px;
}
#slgallerynav .caption{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    color: #333333;;
    text-align: center;
    padding: 9px 15px;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
}
#slgallerynav .slide-arrow{
    width: 50px;
    height: 50px;
    background: transparent;
    font-size: 0;
    padding: 0;
    border:none;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color:#6d6d6d;
}
#slgallerynav .slide-prev{
    left: 20px;
}
#slgallerynav .slide-next{
    right: 20px;
}
#slgallerynav .slide-arrow:before{
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 25px;
    line-height: 35px;
}
#slgallerynav .slide-prev:before{
    content: "\e90a";
}
#slgallerynav .slide-next:before{
    content: "\e909";
}
.tpjuscenfor{
    display: flex;
    justify-content: center;
}
#slgalleryfor {
    height: 90px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #f6f6f6;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}
#slgalleryfor::-webkit-scrollbar {
    height: 10px;
    background-color: #F5F5F5;
} 
#slgalleryfor::-webkit-scrollbar-thumb {
    background-color: #000000;
}
#slgalleryfor .item{
    margin-right: 10px;
    width: 90px;
    flex-basis: 90px;
    flex-shrink: 0;
    position: relative;
}
#slgalleryfor .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
}
#slgalleryfor .item.active::before{
    opacity: 0;
}
#slgalleryfor .item.active .img:before{
    opacity: 1;
}
#slgalleryfor .img{
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#slgalleryfor .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vstygallery .fancybox-slide--html{
    padding: 0;
    overflow: hidden;
}
.vstygallery .fancybox-bg{
    background-color: #fff;
    opacity: 1;
}
/* <===== vnt-gallery =====> */

/* <===== hpaaabouts =====> */
.hpaaabouts{
    padding: 30px 0 0 0;
}
.tpamabouts{
    background-color: var(--colorwk);
}
.tpamabouts .amgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0;
}
.tpamabouts .amgrip .mcol{
    width: calc(100% - 58.75%);
}
.tpamabouts .amgrip .hcol{
    width: 58.75%;
}
.tpamabouts .decss{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 20px 0 70px 0;
}
.tpamabouts .dconts{
    max-width: 540px;
    margin-left: auto;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
}
.tpamabouts .thumb{
    position: relative;
}
.tpamabouts .thumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    background: #FCF6EF;
    background: linear-gradient(270deg, rgba(252, 246, 239, 0) 0%, rgba(252, 246, 239, 1) 70%, rgba(252, 246, 239, 1) 100%);
    z-index: 1;
    pointer-events: none;
}
.tpamabouts .thumb img{
    width: 100%;
}
.tpahabouts{
    position: relative;
    margin-top: -60px;
    z-index: 2;
}
.tpahabouts .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 20px 0;
} 
.tpahabouts .ifgrip > div{
    padding: 0 15px;
    width: 50%;
}
.itahabouts{
    height: 100%;
    background-color: var(--colorff);
    padding: 35px 40px 35px 40px;
    border-radius: 20px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 0 30px;
}
.itahabouts .vicon{
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itahabouts .vicon img{
    max-width: 70%;
    max-height: 70%;
}
.itahabouts .dtitle{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.itahabouts .dtitle::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}
.itahabouts .dtitle, .itahabouts .dtitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.itahabouts .dconts{
    font-size: 16px;
    line-height: 30px;
}
.itahabouts.volds .vicon{
    background-color: var(--colorwt);
}
.itahabouts.volds .dtitle, .itahabouts.volds .dtitle a{
    color: var(--colorwt);
}
.itahabouts.volds .dtitle::before{
    background-color: var(--colorwt);
}
.itahabouts.veven .vicon{
    background-color: var(--colorwm);
}
.itahabouts.veven .dtitle, .itahabouts.veven .dtitle a{
    color: var(--colorwm);
}
.itahabouts.veven .dtitle::before{
    background-color: var(--colorwm);
}
/* <===== hpaaabouts =====> */

/* <===== hpbbabouts =====> */
.hpbbabouts{
    padding: 55px 0 0 0;
}
.tpbbabouts .bbtitle{
    margin-bottom: 5px;
    color: var(--colorwm);
    text-align: center;
}
.tpbbabouts .bbtitle, .tpbbabouts .bbtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.tpbbabouts .bbcapts{
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.tpbbabouts .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    gap: 20px 0;
}
.tpbbabouts .ctgrip > div{
    padding: 0 5px;
}
.tpbbabouts .ctgrip .mcol{
    width: 40.77%;
}
.tpbbabouts .ctgrip .hcol{
    width: calc(100% - 40.77%);
}
.tpbmabouts{
    position: relative;
    padding: 40px 25px 40px;
    text-align: center;
    height: 100%;
    border-radius: 20px;
    background-color: var(--colorwk);
}
.tpbmabouts::before{
    content: '“';
    position: absolute;
    left: 80px;
    top: -20px;
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
    color: var(--colorwm);
    pointer-events: none;
}
.tpbmabouts .vtitle{
    margin-bottom: 10px;
    color: var(--colorwm);
}
.tpbmabouts .vtitle, .tpbmabouts .vtitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpbmabouts .vtitle span{
    display: block;
}
.tpbmabouts .vconts{
    font-size: 15px;
    line-height: 25px;
}
.tpbhabouts{
    padding: 30px 10px;
    border-radius: 20px;
    background-color: var(--colorwk);
    height: 100%;
}
.tpbhabouts .vvgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0 -10px;
}
.tpbhabouts .vvgrip > div{
    padding: 0 10px;
    width: calc(100% / 4);
    border-right: 1px solid var(--colorwv);
}
.tpbhabouts .vvgrip > div:last-child{
    border-right: none
}
.itbhabouts{
    text-align: center;
}
.itbhabouts .vicon{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
}
.itbhabouts .dtitle{
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.itbhabouts .dconts{
    font-size: 15px;
    line-height: 25px;
}
/* <===== hpbbabouts =====> */

/* <===== hpccabouts =====> */
.hpccabouts{
    padding: 60px 0 0 0;
}
.tpcmabouts{
    background-color: var(--colorwk);
}
.tpcmabouts .cmgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpcmabouts .cmgrip .mcol{
    width: calc(50% - 125px);
}
.tpcmabouts .cmgrip .hcol{
    width: calc(50% + 125px);
}
.tpcmabouts .decss{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 30px 0;
}
.tpcmabouts .dwraps{
    max-width: 550px;
    padding: 0 10px 0 20px;
    width: 100%;
    margin-left: auto;
}
.tpcmabouts .dlogos{
    margin-bottom: 25px;
}
.tpcmabouts .dtitle{
    margin-bottom: 15px;
    color: var(--colorwt);
}
.tpcmabouts .dtitle, .tpcmabouts .dtitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpcmabouts .dconts{
    font-size: 16px;
    line-height: 30px;
}
.tpcmabouts .thumb{
    position: relative;
    z-index: 1;
}
.tpcmabouts .thumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    background: #FCF6EF;
    background: linear-gradient(270deg, rgba(252, 246, 239, 0) 0%, rgba(252, 246, 239, 1) 70%, rgba(252, 246, 239, 1) 100%);
    z-index: 1;
    pointer-events: none;
}
.tpcmabouts .thumb img{
    width: 100%;
}
.tpchabouts{
    padding: 50px 0 40px;
    background-color: var(--colorwk);
}
.tpchabouts .chgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tpchabouts .chgrip > div{
    padding: 0 15px;
    width: calc(100% / 4);
    border-right: 1px solid var(--colorwj);
}
.tpchabouts .chgrip > div:last-child{
    border-right: none
}
.itchabouts{
    text-align: center;
}
.itchabouts .vicon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.itchabouts .vicon img{
    max-width: 100%;
    max-height: 100%;
}
.itchabouts .vdecs{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.tpcbabouts{
    padding-top: 55px;
}
.tpcbabouts .cbtitle{
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.tpcbabouts .cbtitle, .tpcbabouts .cbtitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpcbabouts .ctgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 -15px;
}
.tpcbabouts .ctgrip > div{
    padding: 0 15px;
    width: calc(100% / 4);
}
.itcbabouts{
    padding: 35px 25px 40px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.itcbabouts .vicon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.itcbabouts .vdecs{
    text-align: center;
}
.itcbabouts .dtitle{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.itcbabouts .dconts{
    font-size: 15px;
    line-height: 25px;
}
/* <===== hpccabouts =====> */

/* <===== hpddabouts =====> */
.hpddabouts{
    padding: 55px 0 0 0;
}
.hpddabouts .ddconts{
    padding: 40px 0 150px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tpddabouts .ctcapts{
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.slddabouts .slick-list{
    padding: 5px 0 10px;
    margin-top: -5px;
    margin-bottom: -10px;
}
.itddabouts{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--colorff);
}
.itddabouts .thumb{
    display: block;
    padding-top: 120%;
    position: relative;
    overflow: hidden;
}
.itddabouts .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itddabouts .decss{
    padding: 20px 15px 30px;
    text-align: center;
}
.itddabouts .dtitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.itddabouts .dtitle, .itddabouts .dtitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.itddabouts .dconts{
    font-size: 14px;
    line-height: 24px;
}
/* <===== hpddabouts =====> */
@media all and (min-width: 1025px){
    .tpaboutshh .vvinfo{
        --line-progress: 0;
        position: relative;
    }
    .tpaboutshh .vvinfo::before{
        content: '';
        position: absolute;
        top: 75px;
        left: calc(100% / 6);
        width: calc((100% / 3) * 2);
        height: 2px;
        background: var(--colorff);
        transform: translateY(-50%) scaleX(var(--line-progress));
        transform-origin: left center;
        will-change: transform;
        z-index: 0;
    }
    .tpaboutshh .ifgrip{
        position: relative;
        z-index: 1;
    }
    .itaboutshh .dicon{
        transform: scale(0.6);
        opacity: 0;
        will-change: transform, opacity;
    }
    .itaboutshh .dtext{
        opacity: 0;
        transform: translateY(40px);
        will-change: transform, opacity;
    }
    .tpaboutsnn .ctinfos{
        --line-clip: polygon(0 0, 0 0, 0 100%, 0 100%);
    }
    .tpaboutsnn .ctinfos::before{
        clip-path: var(--line-clip);
        -webkit-clip-path: var(--line-clip);
    }

    .tpaboutsnn .ctthumb{
        will-change: transform, opacity;
    }
    .itaboutsnn .vicon,
    .itaboutsnn .vdecs > div{
        will-change: transform, opacity;
    }
}
@media all and (max-width: 1200px){
    /* <=== vhaboutspg ===> */
    .itaboutsss .dtitle{
        font-size: 30px;
        line-height: 45px;
    }
    .itaboutsss .dconts{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== vhaboutspg ===> */
}
@media all and (max-width: 1199px){
    /* <=== vhaboutspg ===> */
    .tpaboutsss .ctgrip > div{
        width: 100%;
    }
    .itaboutsss{
        max-width: 700px;
        margin: 0 auto;
    }
    /* <=== vhaboutspg ===> */
}
@media all and (max-width: 991px){
    /* <=== vabtitle ===> */
    .vabtitle{
        margin-bottom: 20px;
    }
    .vabtitle, .vabtitle h1, .vabtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    /* <=== vabtitle ===> */

    /* <=== vhaboutspg ===> */
    .hpaboutsmm{
        padding: 20px 0 35px;
    }
    .tpaboutsmm .mmtitle{
        margin-bottom: 20px;
    }
    .tpaboutsmm .mmtitle, .tpaboutsmm .mmtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutsmm .mmlinks{
        margin-bottom: 25px;
    }
    .hpaboutshh{
        padding: 35px 0 55px;
    }
    .tpaboutshh .vvinfo::before{
        top: 60px;
    }
    .tpaboutshh .vvlogo{
        max-width: 220px;
        margin-bottom: 35px;
    }
    .itaboutshh .dicon{
        width: 120px;
        height: 120px;
    }
    .itaboutshh .dtext{
        font-size: 18px;
        line-height: 28px;
    }
    .tpaboutshh .vvnote{
        font-size: 22px;
        line-height: 36px;
    }
    .hpaboutsbb{
        margin-bottom: -50px;
        padding: 30px 0 60px;
    }
    .tpaboutsbb .bbtitle, .tpaboutsbb .bbtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutsbb .bbconts{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .hpaboutstt{
        padding: 20px 0 25px;
    }
    .tpaboutstt .tttitle, .tpaboutstt .tttitle h2{
        font-size: 25px;
        line-height: 40px;
    }
    .tpaboutstt .ctgrip{
        margin: 0 -10px;
        gap: 22px 0;
    }
    .tpaboutstt .ctgrip > div{
        width: calc(100% / 3);
        padding: 0 10px;
    }
    .itaboutstt .thumb{
        margin-bottom: 15px;
    }
    .itaboutstt .thumb a{
        border-radius: 15px;
    }
    .itaboutstt .dstitle, .itaboutstt .dstitle h3{
        font-size: 15px;
        line-height: 25px;
    }
    .hpaboutsnn{
        padding: 20px 0 35px;
    }
    .tpaboutsnn .nntitle{
        margin-bottom: 20px;
    }
    .tpaboutsnn .nntitlel, .tpaboutsnn .nntitle h1, .tpaboutsnn .nntitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutsnn .ifgrip > div{
        width: 100%;
    }
    .tpaboutsnn .ctinfos::before{
        display: none;
    }
    .itaboutsnn.vitem1, .itaboutsnn.vitem3{
        margin-top: 0;
    }
    .itaboutsnn.vitem1 .vicon, .itaboutsnn.vitem2 .vicon, .itaboutsnn.vitem3 .vicon{
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .hpaboutsss{
        padding: 25px 0 65px;
        background-attachment: unset;
        z-index: 1;
    }
    .hpaboutsss::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color00);
        opacity: .65;
        z-index: -1;
    }
    .tpaboutsss .sstitle{
        margin-bottom: 20px;
    }
    .tpaboutsss .sstitle, .tpaboutsss .sstitle h2{
        font-size: 25px;
        line-height: 40px;
    }
    .itaboutsss .ssthumb{
        display: none;
    }
    .itaboutsss .ssdecss{
        padding: 0;
        min-height: auto;
    }
    .itaboutsss .dtitle{
        justify-content: flex-start;
        font-size: 20px;
        line-height: 30px;
        gap: 5px 13px;
    }
    .itaboutsss .dconts{
        line-height: 24px;
        text-align-last: left;
    }
    .ddinfohome{
        padding: 20px 0 30px;
    }
    .hpddinfohh .hhtitle{
        text-align: center;
        margin-bottom: 5px;
    }
    .hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
        font-size: 25px;
        line-height: 40px;
    }
    .hpddinfohh .hhcapts{
        text-align: justify;
        text-align-last: center;
        font-size: 15px;
        line-height: 23px;
    }
    .itddinfohh .dstitle, .itddinfohh .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    .itddinfohh .dstitle a{
        height: 42px;
    }
    .itddinfohh .dsviews a{
        font-size: 13px;
        line-height: 21px;
    }
    .itddinfohh .quant li{
        font-size: 12px;
        line-height: 18px;
        padding: 2px 8px;
    }
    .hpaboutsdd{
        padding: 25px 0 50px;
    }
    .tpaboutsdd .ddtitle{
        margin: 0 -10px;
        margin-bottom: 20px;
    }
    .tpaboutsdd .ddtitle, .tpaboutsdd .ddtitle h2{
        font-size: 25px;
        line-height: 40px;
    }
    .itaboutsdd .thumb{
        margin-bottom: 10px;
    }
    .itaboutsdd .thumb a{
        border-radius: 10px;
    }
    .itaboutsdd .dstitle, .itaboutsdd .dstitle h3{
        font-size: 14px;
        line-height: 24px;
    }
    .hpaboutsee{
        padding: 20px 0 30px;
    }
    .tpaboutsee .eetitle{
        margin-bottom: 20px;
    }
    .tpaboutsee .eetitle, .tpaboutsee .eetitle h2{
        font-size: 25px;
        line-height: 40px;
    }
    .tpaboutsea{
        margin-bottom: 30px;
    }
    .itaboutsea, .itaboutsea .thumb a{
        border-radius: 10px;
    }
    .itaboutsea .thumb a::before{
        width: 60px;
        height: 60px;
    }
    .itaboutsea .decss{
        padding: 10px 20px;
    }
    .itaboutsea .dstitle, .itaboutsea .dstitle h3{
        font-size: 15px;
        line-height: 25px;
    }
    .itaboutsea .dstitle a{
        height: 50px;
    }
    .itaboutseb, .itaboutseb .thumb a{
        border-radius: 10px;
    }
    .itaboutseb .decss{
        padding: 5px 10px 10px;
    }
    .itaboutseb .dstitle, .itaboutseb .dstitle h3{
        font-size: 12px;
        line-height: 21px;
    }
    .itaboutseb .dstitle a{
        height: 63px;
        -webkit-line-clamp: 3;
    }
    .itaboutseb .thumb a::before{
        bottom: 14px;
        left: 14px;
        width: 28px;
        height: 20px;
    }
    /* <=== vhaboutspg ===> */

    /* <===== vnt-gallery =====> */
    #slgallerynav .slide-arrow{
        top: 42%;
        width: 40px;
        height: 40px;
        display: none!important;
    }
    #slgallerynav .slide-prev{
        left: 0;
    }
    #slgallerynav .slide-next{
        right: 0;
    }
    #slgallerynav .slide-arrow:before{
        font-size: 30px;
    }
    #slgallerynav{
        height: -webkit-calc(100vh - 70px);
        height: -moz-calc(100vh - 70px);
        height: -o-calc(100vh - 70px);
        height: calc(100% - 70px);
    }
    #slgalleryfor{
        justify-content: flex-start;
        padding: 0;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        height: 70px;
    }
    #slgalleryfor::-webkit-scrollbar {
        height: 0px;
    } 
    #slgalleryfor .item{
        width: 60px;
        flex-basis: 60px;
    }
    #slgalleryfor .img{
        padding-top: 40px;
    }
    /* <===== vnt-gallery =====> */

    /* <===== hpaaabouts =====> */
    .tpamabouts .amgrip{
        flex-direction: column-reverse;
    }
    .tpamabouts .amgrip .mcol{
        width: 100%;
    }
    .tpamabouts .amgrip .hcol{
        width: 100%;
    }
    .tpahabouts .ifgrip > div{
        width: 100%;
    }
    .tpamabouts .thumb::before{
        display: none;
    }
    .tpamabouts .decss{
        padding: 0 0 80px;
    }
    .tpamabouts .dconts{
        max-width: 100%;
    }
    .itahabouts .dtitle, .itahabouts .dtitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .tpbbabouts .ctgrip .mcol{
        width: 100%;
    }
    .tpbbabouts .ctgrip .hcol{
        width: 100%;
    }
    /* <===== hpaaabouts =====> */

    /* <===== hpbbabouts =====> */
    .hpbbabouts{
        padding: 40px 0 0 0;
    }
    .tpbbabouts .bbtitle, .tpbbabouts .bbtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpbbabouts .bbcapts{
        font-size: 15px;
        margin-bottom: 30px;
    }
    .tpbmabouts{
        padding: 45px 15px 25px;
    }
    .tpbmabouts .vtitle, .tpbmabouts .vtitle h3{
        font-size: 20px;
        line-height: 25px;
    }
    /* <===== hpbbabouts =====> */
    
    /* <===== hpccabouts =====> */
    .hpccabouts{
        padding: 45px 0 0 0;
    }
    .tpcmabouts .cmgrip{
        flex-direction: column-reverse;
    }
    .tpcmabouts .cmgrip .mcol{
        width: 100%;
    }
    .tpcmabouts .cmgrip .hcol{
        width: 100%;
    }
    .tpcmabouts .thumb::before{
        display: none;
    }
    .tpcmabouts .dlogos{
        display: none;
    }
    .tpcmabouts .dtitle{
        margin-bottom: 10px;
    }
    .tpcmabouts .dtitle, .tpcmabouts .dtitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .tpcmabouts .dconts{
        font-size: 15px;
    }
    .tpcmabouts .decss{
        padding: 20px 0 0 0;
    }
    .tpcbabouts{
        padding-top: 35px;
    }
    .tpcbabouts .ctgrip > div{
        width: 50%;
    }
    .tpcbabouts .cbtitle{
        margin-bottom: 20px;
    }
    .tpcbabouts .cbtitle, .tpcbabouts .cbtitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    /* <===== hpccabouts =====> */
    
    /* <===== hpddabouts =====> */
    .hpddabouts{
        padding: 30px 0 0 0;
    }
    .hpddabouts .ddconts{
        padding: 20px 0 105px;
        background-attachment: unset;
    }
    .tpddabouts .ctcapts{
        margin-bottom: 20px;
        font-size: 15px;
    }
    .slddabouts .slick-list{
        padding: 0;
    }
    .slddabouts .slick-track{
        padding: 5px 0 10px;
    }
    /* <===== hpddabouts =====> */
}
@media all and (max-width: 767px){
    /* <=== vhaboutspg ===> */
    .tpaboutsmm .mmlinks li{
        width: 50%;
    }
    .tpaboutsmm .mmlinks li a{
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        line-height: 20px;
        padding: 5px 15px;
        min-height: 50px;
    }
    .tpaboutsmm .ctdecss{
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 25px;
    }
    .tpaboutshh .ifgrip > div{
        width: 100%;
    }
    .tpaboutshh .vvinfo::before{
        height: 66.666%;
        width: 3px;
        left: 62px;
        top: 50%;
        transform: translateY(-50%);
    }
    .itaboutshh{
        display: flex;
        align-items: center;
        align-content: center;
        gap: 0 16px;
    }
    .itaboutshh .dicon{
        margin-bottom: 0;
    }
    .itaboutshh .dtext{
        width: calc(100% - 152px);
        text-align: left;
    }
    .tpaboutshh .vvinfo{
        margin-bottom: 25px;
    }
    .tpaboutsbb .bbtitle{
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 10px;
    }
    .tpaboutsbb .iflogos{
        max-width: 260px;
        margin-bottom: 40px;
        padding-right: 40px;
    }
    .tpaboutsbb .iflogos::before{
        display: none;
    }
    .tpaboutsbb .vvgrip > div{
        width: 100%;
        margin-bottom: 35px;
    }
    .tpaboutsbb .vvgrip > div:last-child{
        margin-bottom: 0;
    }
    .tpaboutsbb .vvgrip > div::before{
        display: none;
    }
    .itaboutsbb{
        display: flex;
        align-items: center;
        align-content: center;
        max-width: 260px;
        margin: 0 auto;
    }
    .itaboutsbb{
        padding-top: 0;
        padding-left: 60px;
    }
    .itaboutsbb::after{
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
    .itaboutsbb .iicon{
        width: 85px;
        height: 87px;
        margin-bottom: 0;
    }
    .itaboutsbb .itext{
        width: calc(100% - 85px);
        padding-left: 30px;
    }
    .itaboutsbb::before{
        left: 17px;
        bottom: 50%;
        transform: unset;
        height: calc(100% + 40px);
        top: unset;
    }
    .tpaboutsbb .vvgrip > div:first-child .itaboutsbb::before{
        height: 65px;
    }
    .tpaboutstt .ctgrip > div{
        width: 50%;
    }
    .hpaboutsnn{
        background-image: url("../images/nnbackm.jpg");
    }
    .tpaboutsnn .ctthumb{
        max-width: 300px;
        border-width: 5px;
    }
    .tpaboutsnn .ctthumb .tlogo .limg{
        max-width: 210px;
    }
    .tpaboutsnn .ctthumb{
        margin-bottom: 30px;
    }
    .itaboutsnn .vicon{
        width: 130px;
        height: 130px;
        padding: 20px;
    }
    .itaboutsnn .vicon::before{
        border-width: 2px;
    }
    .itaboutsnn .vicon::after{
        width: 110px;
        height: 110px;
        left: 10px;
        top: 10px;
    }
    .itaboutsnn .dname{
        margin-bottom: 5px;
        font-size: 25px;
        line-height: 35px;
    }
    .itaboutsnn .dtend{
        font-size: 14px;
        line-height: 24px;
    }
    /* <=== vhaboutspg ===> */

    /* <===== hpaaabouts =====> */
    .itahabouts{
        padding: 30px 20px 25px;
    }
    .itahabouts{
        flex-wrap: wrap;
    }
    .itahabouts .vicon{
        margin: 0 auto;
        margin-bottom: 12px;
    }
    .itahabouts .vdecs{
        width: 100%;
        text-align: center;
    }
    .itahabouts .dtitle::before{
        left: 50%;
        transform: translateX(-50%);
    }
    .itahabouts .dtitle, .itahabouts .dtitle h3{
        font-size: 22px;
        line-height: 32px;
    }
    .itahabouts .dconts{
        font-size: 15px;
    }
    /* <===== hpaaabouts =====> */

    /* <===== hpbbabouts =====> */
    .tpbhabouts .vvgrip > div{
        width: 50%;
    }
    .tpbhabouts .vvgrip > div:nth-child(2n + 2){
        border-right: none;
    }
    /* <===== hpbbabouts =====> */

    /* <===== hpccabouts =====> */
    .tpchabouts .chgrip > div{
        width: 50%;
    }
    .tpchabouts{
        padding: 40px 0;
    }
    .itchabouts .vdecs{
        font-size: 15px;
    }
    .tpchabouts .chgrip > div:nth-child(2n + 2){
        border-right: none;
    }
    .tpcbabouts .ctgrip{
        gap: 10px 0;
    }
    .tpcbabouts .ctgrip > div{
        width: 100%;
    }
    /* <===== hpccabouts =====> */
    
}