/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.slbannerhh .banvdimg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .banvdimg .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1.1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1.1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1.1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1.1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1.1);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
@-webkit-keyframes mask-play {
    from {
      -webkit-mask-position: 0% 0;
              mask-position: 0% 0;
    }
    to {
      -webkit-mask-position: 100% 0;
              mask-position: 100% 0;
    }
}
@keyframes mask-play {
    from {
      -webkit-mask-position: 0% 0;
              mask-position: 0% 0;
    }
    to {
      -webkit-mask-position: 100% 0;
              mask-position: 100% 0;
    }
} 
.slbannerhh .slick-slide:nth-child(odd).nochange .banvdimg{
    -webkit-mask: url("/assets/modules/main/images/nature-sprite-2.png");
    mask: url("/assets/modules/main/images/nature-sprite-2.png");
    -webkit-mask-size: 7100% 100%;
    mask-size: 7100% 100%;
    -webkit-animation: mask-play 1.4s steps(70) forwards;
    animation: mask-play 1.4s steps(70) forwards;
}
.slbannerhh .slick-slide:nth-child(even).nochange .banvdimg{
    -webkit-mask: url("/assets/modules/main/images/nature-sprite.png");
    mask: url("/assets/modules/main/images/nature-sprite.png");
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    -webkit-animation: mask-play 1.4s steps(22) forwards;
    animation: mask-play 1.4s steps(22) forwards;
}
.slbannerhh .slick-dots{
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    bottom: 20px;
    padding: 0 25px;
    width: 100%;
    left: 0;
    justify-content: flex-end;
}
.slbannerhh .slick-dots li{
    margin-right: 25px;
}
.slbannerhh .slick-dots li:last-child{
    margin-right: 0;
}
.slbannerhh .slick-dots li button{
    border: none;
    background-color: transparent;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    opacity: 0.2;
    padding: 0;
}
.slbannerhh .slick-dots li button::before{
    content: '0';
}
.slbannerhh .slick-dots li.slick-active button{
    opacity: 1;
}
/* <=== bannerhome ===> */

/* <=== abouthome ===> */
.abouthome{
    position: relative;
    overflow: hidden;
    padding: 20px 20px;
}
.abouthome::before{
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 400px;
    bottom: 0;
    background-image: url("/assets/modules/main/images/ablogo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    pointer-events: none;
    opacity: 10%;
}
.abouthome > *{
    position: relative;
    z-index: 1;
}
.hpabouthh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.hpabouthh .hhgrip .mcol{
    width: calc(50% - 15px);
}
.hpabouthh .hhgrip .hcol{
    width: calc(50% + 15px);
}
.tpabouthh .hhwrap{
    max-width: 590px;
    margin-left: auto;
}
.tpabouthh .decss{
    padding: 0 60px 0 20px;
}
.tpabouthh .dscapts{
    margin-bottom: 5px;
    color: #15247b;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.tpabouthh .dstitle{
    margin-bottom: 10px;
}
.tpabouthh .dstitle, .tpabouthh .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.tpabouthh .dsconts{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
}
.tpabouthh .dsviews a{
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    padding: 10px 35px;
    background-color: #15247b;
    color: #fff;
    border-radius: 5px;
}
.tpabouthh .dsviews a:hover{
    background-color: #221f1f;
}
.tpabouthh .thumb img{
    width: 100%;
}
/* <=== abouthome ===> */

/* <=== servicehome ===> */
.servicehome{
    padding: 60px 0 95px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.servicehome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #15247b;
    opacity: 0.9;
    z-index: -1;
    pointer-events: none;
}
.hpservicehh .hhtitle{
    margin-bottom: 30px;
}
.hpservicehh .ttgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
    justify-content: space-between;
}
.hpservicehh .ttgrip > div{
    padding: 0 10px;
    margin-bottom: 15px;
}
.hpservicehh .hhtitle .tname{
    text-transform: uppercase;
    position: relative;
    padding-left: 60px;
}
.hpservicehh .hhtitle .tname, .hpservicehh .hhtitle .tname a{
    color: #fff;
}
.hpservicehh .hhtitle .tname::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 60px;
    background-image: url("/assets/modules/main/images/stitle.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hpservicehh .hhtitle .tname, .hpservicehh .hhtitle .tname h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.hpservicehh .hhtitle .tname .char{
    display: inline-block;
}
.hpservicehh .hhtitle .tlink ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0 -10px -10px;
}
.hpservicehh .hhtitle .tlink li{
    padding: 0 10px;
    margin-bottom: 10px;
}
.hpservicehh .hhtitle .tlink li a{
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    padding: 10px 32px;
    border-radius: 5px;
}
.hpservicehh .hhtitle .tlink li.lvm a{
    background-color: #4ae1f5;
    color: #fff;
}
.hpservicehh .hhtitle .tlink li.lvm a:hover{
    background-color: #fff;
    color: #4ae1f5;
}
.hpservicehh .hhtitle .tlink li.lvh a{
    background-color: #231f20;
    color: #fff;
}
.hpservicehh .hhtitle .tlink li.lvh a:hover{
    background-color: #fff;
    color: #231f20;
}
.slservicehh .slick-list{
    padding: 10px 0 20px;
}
.itservicehh{
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
}
.itservicehh .decss{
    padding: 20px 30px 40px;
    position: relative;
}
.itservicehh .decss::before{
    content: '';
    position: absolute;
    top: -29px;
    height: 30px;
    background-color: #fff;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    left: 0;
    clip-path: polygon(100% 30px, 100% 100%, 0% 100%, 0% 0%);
}
.itservicehh .dsicons{
    position: absolute;
    top: -50px;
    right: 30px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #15247b;
    color: #fff;
    z-index: 1;
}
.itservicehh .dsicons::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #15247b;
    border-radius: 50%;
    transition: all 0.2s linear;
    z-index: -1;
}
.itservicehh:hover .dsicons::before{
    -webkit-animation: pulse-border 2000ms linear infinite;
    animation: pulse-border 2000ms linear infinite;
}
@keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.itservicehh .dsicons img{
    max-width: 70%;
    max-height: 60%;
}
.itservicehh .dstitle{
    margin-bottom: 10px;
}
.itservicehh .dstitle, .itservicehh .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itservicehh .dsconts{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itservicehh .dsrmore a{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #15247b;
    display: inline-block;
    position: relative;
}
.itservicehh .dsrmore a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 3px;
    background-color: #15247b;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itservicehh .dsrmore a:hover{
    padding-left: 40px;
}
.itservicehh .dsrmore a:hover::before{
    width: 30px;
}
/* <=== servicehome ===> */

/* <=== newshome ===> */
.newshome{
    padding: 60px 0 40px;
}
.hpnewshh .nntitle{
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    padding-left: 60px;
}
.hpnewshh .nntitle .char{
    display: inline-block;
}
.hpnewshh .nntitle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 39px;
    background-image: url("/assets/modules/main/images/ntitle.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hpnewshh .nntitle, .hpnewshh .nntitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.tpnewshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpnewshh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpnewshb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpnewshb .hbgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.itnewsha .thumb{
    margin-bottom: 20px;
}
.itnewsha .thumb a{
    border-radius: 10px;
}
.itnewsha .dstitle{
    margin-bottom: 10px;
}
.itnewsha .dstitle, .itnewsha .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
}
.itnewsha .dsconts{
    font-size: 15px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.itnewshb .thumb{
    margin-bottom: 12px;
}
.itnewshb .thumb a{
    border-radius: 10px;
}
.itnewshb .dstitle, .itnewshb .dstitle h3{
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}
.itnewshb .dstitle a{
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* <=== newshome ===> */

/* <=== librahome ===> */
.librahome{
    padding: 50px 0 80px;
    background-color: #f6f6f6;
}
.hplibrahh .lbtitle{
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    padding-left: 60px;
}
.hplibrahh .lbtitle .char{
    display: inline-block;
}
.hplibrahh .lbtitle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 39px;
    background-image: url("/assets/modules/main/images/ntitle.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hplibrahh .lbtitle, .hplibrahh .lbtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.itlibrahh{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.itlibrahh .thumb a{
    display: block;
    padding-top: 133.245%;
    position: relative;
}
.itlibrahh .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itlibrahh:hover .thumb a img{
    transform: scale(1.05);
}
.itlibrahh .decss{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
    pointer-events: none;
}
.itlibrahh .dstitle{
    padding: 12px 19px;
    border-radius: 5px;
    background-color: #fff;
}
.itlibrahh .dstitle, .itlibrahh .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.itlibrahh .dstitle a{
    display: block;
    padding-right: 45px;
    position: relative;
    overflow: hidden;
    color: #333;
}
.itlibrahh .dstitle a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 20px;
    background-image: url("/assets/modules/main/images/inext.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition-delay: 0.2s;
}
.itlibrahh .dstitle a::after{
    content: '';
    position: absolute;
    right: -40px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 24px;
    height: 20px;
    background-image: url("/assets/modules/main/images/inext.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition-delay: 0s;
}
.itlibrahh:hover .dstitle a::before{
    right: -40px;
    opacity: 0;
    transition-delay: 0s;
}
.itlibrahh:hover .dstitle a::after{
    opacity: 1;
    right: 0;
    transition-delay: 0.2s;
}
/* <=== librahome ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* Cho phép scroll dọc trên mobile khi chạm vào slick */
    .gdmainban .slick-slider,
    .gdmainban .slick-list,
    .slbannerhh,
    .slservicehh.slick-initialized .slick-list {
        touch-action: pan-y;
        -ms-touch-action: pan-y;
    }
    /* Ẩn mũi tên prev/next trên mobile (home, dịch vụ, tin tức, ...) */
    .gdmainban .slick-arrow,
    .slservicehh .slick-arrow,
    .hpservicehh .slick-arrow,
    .slorthermm .slick-arrow,
    .vhbtnslick .slick-arrow,
    .vhbtnslickam .slick-arrow {
        display: none !important;
    }
    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 52.106%;
        min-height: 198px;
    }
    .slbannerhh .slick-dots{
        bottom: 10px;
        padding: 0 20px;
        justify-content: center;
    }
    /* <=== bannerhome ===> */

    /* <=== abouthome ===> */
    .abouthome{
        padding: 0px 0;
    }
    .abouthome::before{
        background-position: bottom center;
        bottom: 30px;
        background-size: 50%;
    }
    .hpabouthh .hhgrip{
        flex-direction: column-reverse;
    }
    .hpabouthh .hhgrip .mcol{
        width: 100%;
    }
    .hpabouthh .hhgrip .hcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .hpabouthh{
        padding: 20px 20px;
    }
    .tpabouthh .decss{
        padding: 0;
    }
    .tpabouthh .dstitle, .tpabouthh .dstitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpabouthh .dsconts{
        font-size: 15px;
        line-height: 25px;
    }
    .tpabouthh .hhwrap{
        max-width: 100%;
    }
    /* <=== abouthome ===> */

    /* <=== servicehome ===> */
    .servicehome{
        padding: 50px 0 70px;
    }
    .hpservicehh .hhtitle{
        margin-bottom: 10px;
    }
    .hpservicehh .hhtitle .tname{
        padding-left: 40px;
    }
    .hpservicehh .hhtitle .tname::before{
        width: 45px;
        height: 40px;
    }
    .hpservicehh .hhtitle .tname, .hpservicehh .hhtitle .tname h2{
        font-size: 30px;
        line-height: 40px;
    }
    .slservicehh .slick-list{
        padding: 0;
    }
    .slservicehh .slick-track{
        padding: 10px 0 20px;
    }
    .itservicehh .decss{
        padding: 15px 20px 35px;
    }
    .itservicehh .dstitle{
        margin-bottom: 5px;
    }
    .itservicehh .dstitle, .itservicehh .dstitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .itservicehh .dsconts{
        margin-bottom: 10px;
        max-height: 100px;
        -webkit-line-clamp: 4;
    }
    .itservicehh .dsicons{
        right: 20px;
        width: 60px;
        height: 60px;
        top: -30px;
    }
    /* <=== servicehome ===> */

    /* <=== newshome ===> */
    .newshome{
        padding: 50px 0 35px;
    }
    .hpnewshh .nntitle{
        padding-left: 40px;
        margin-bottom: 25px;
    }
    .hpnewshh .nntitle::before{
        width: 30px;
        height: 26px;
    }
    .hpnewshh .nntitle, .hpnewshh .nntitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpnewshh .hhgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpnewshh .hhgrip > div:last-child{
        margin-bottom: 0;
    }
    .itnewsha .dstitle, .itnewsha .dstitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .tpnewshb .hbgrip{
        margin: 0 -10px;
    }
    .tpnewshb .hbgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .itnewshb .dstitle, .itnewshb .dstitle h3{
        font-size: 15px;
    }
    /* <=== newshome ===> */

    /* <=== librahome ===> */
    .librahome{
        padding: 45px 0 60px;
    }
    .hplibrahh .lbtitle{
        padding-left: 40px;
        margin-bottom: 25px;
    }
    .hplibrahh .lbtitle::before{
        width: 30px;
        height: 26px;
    }
    .hplibrahh .lbtitle, .hplibrahh .lbtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .itlibrahh .dstitle, .itlibrahh .dstitle h3{
        font-size: 16px;
    }
    /* <=== librahome ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */

    /* <=== abouthome ===> */
    .abouthome::before{
        background-size: 100%;
    }
    /* <=== abouthome ===> */
}