/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    padding-top: 36.528%;
    position: relative;
    overflow: hidden;
}
.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;
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    z-index: 2;
}
.slbannerhh .csinner{
    max-width: 430px;
    padding: 15px 20px 20px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    transform: translateX(200px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .csinner{
    opacity: 1;
    transform: unset;
}
.slbannerhh .cstitle{
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .cstends{
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .cstitle{
    opacity: 1;
    transform: unset;
    transition-delay: 0.3s;
}
.slbannerhh .slick-current .cstends{
    opacity: 1;
    transform: unset;
    transition-delay: 0.6s;
}
.slbannerhh .cstitle{
    color: #0f78bc;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 5px;
}
.slbannerhh .cstends{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-style: italic;
}
/* <=== bannerhome ===> */

/* <=== ltmenuhome ===> */
.ltmenuhome{
    padding: 35px 0;
}
.itltmenuhh .thumb{
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 18px;
}
.itltmenuhh .thumb a{
    display: block;
    padding-top: calc(100% - 4px);
    border: 2px solid #37b44d;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-color: #f6f6f6;
}
.itltmenuhh .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 65%;
    max-height: 65%;
}
.itltmenuhh .decss{
    text-align: center;
}
.itltmenuhh .dsnames, .itltmenuhh .dsnames h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.itltmenuhh:hover .thumb a{
    border-color: #0f78bc;
}
.itltmenuhh:hover .dsnames a{
    color: #0f78bc;
}
/* <=== ltmenuhome ===> */

/* <=== vouchehome ===> */
.vouchehome{
    padding: 40px 0;
    background-color: #37b44d;
}
.slvouchehh .slick-arrow{
    background-color: #37b44d;
}
.slvouchehh .slick-arrow::before{
    color: #fff!important;
}
.slvouchehh .slick-disabled{
    opacity: 0;
    pointer-events: none;
}
.slvouchehh .slick-prev{
    left: -38px;
    margin-top: -5px;
}
.slvouchehh .slick-next{
    left: calc(370px * 3 + 54px);
    margin-top: -5px;
}
.slvouchehh .slick-list{
    overflow: unset;
}
.itvouchehh{
    width: 370px;
    min-height: 191px;
    display: flex;
    align-items: center;
    align-content: center;
    background-image: url('../images/vcback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.itvouchehh .hhgrip{
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}
.itvouchehh .hhgrip .mcol{
    width: 133px;
}
.itvouchehh .hhgrip .hcol{
    width: calc(100% - 133px);
}
.itvouchehh .hinfos{
    padding: 30px 18px 30px 28px;
    text-align: center;
}
.itvouchehh .ificon{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 40px;
    color: #de1f2e;
}
.itvouchehh .iftext{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.itvouchehh .hdecss{
    padding: 15px 35px 15px 23px;
}
.itvouchehh .dsnames{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #1a77c0;
}
.itvouchehh .dsprice{
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    color: #de1f2e;
    margin-bottom: 10px;
}
.itvouchehh .dslinks{
    margin-bottom: 10px;
}
.itvouchehh .dslinks a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #de1f2e;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
}
.itvouchehh .dslinks a:hover{
    background-color: #1a77c0;
}
.itvouchehh .dsnotes{
    font-size: 13px;
}
/* <=== vouchehome ===> */

/* <=== prodkmhome ===> */
.prodkmhome{
    padding: 30px 0 35px;
    background-color: #d3e2ed;
}
/* <=== prodkmhome ===> */

/* <=== prodnnhome ===> */
.prodnnhome{
    padding: 30px 0 35px;
    background-color: #f2f2f2;
}
/* <=== prodnnhome ===> */

/* <=== inforshome ===> */
.inforshome{
    padding: 50px 0 60px;
    background-color: #f5f5f5;
}
.hpinforshh .hhitem{
    margin-bottom: 50px;
}
.hpinforshh .hhitem:last-child{
    margin-bottom: 0;
}
/* <=== inforshome ===> */

/* <=== sliderhome ===> */
.itsliderhh img{
    width: 100%;
}
/* <=== sliderhome ===> */

/* <=== proddthome ===> */
.proddthome{
    background-color: #fff;
}
.hpproddthh .hhtitle{
    padding: 20px 25px 18px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.hpproddthh .hhtitle .tinfo{
    margin-bottom: 10px;
}
.hpproddthh .hhtitle .ifgrip{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.hpproddthh .hhtitle .ifgrip > div{
    padding: 0 10px;
}
.hpproddthh .hhtitle .tname{
    color: #0f78bc;
}
.hpproddthh .hhtitle .tname, .hpproddthh .hhtitle .tname h2, .hpproddthh .hhtitle .tname h3{
    font-size: 30px;
    line-height: 40px;
}
.hpproddthh .hhtitle .tlink a{
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #0f78bc;
    border-bottom: 1px solid #0f78bc;
    text-transform: uppercase;
    white-space: nowrap;
}
.hpproddthh .hhtitle .tlink a:hover{
    border-bottom-color: #37b44d;
    color: #37b44d;
}
.hpproddthh .hhtitle .tlink a span{
    display: inline-block;
    position: relative;
    padding-right: 14px;
}
.hpproddthh .hhtitle .tlink a span::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hpproddthh .hhtitle .tmenu ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-display: flex;
    flex-flow: row nowrap;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.hpproddthh .hhtitle .tmenu ul::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
} 
.hpproddthh .hhtitle .tmenu ul::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}
.hpproddthh .hhtitle .tmenu li{
    margin-right: 20px;
}
.hpproddthh .hhtitle .tmenu li:last-child{
    margin-right: 0;
}
.hpproddthh .hhtitle .tmenu li a{
    font-size: 14px;
    line-height: 22px;
    display: block;
}
.slproddthh .slick-list{
    margin-right: 1px;
}
.slproddthh .colsl{
    border-right: 1px solid #dddddd;
}
/* <=== proddthome ===> */

/* <=== partnehome ===> */
.partnehome{
    padding: 60px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.partnehome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f78bc;
    opacity: 0.75;
    z-index: -1;
    pointer-events: none;
}
.slpartnehh .slick-list{
    margin: 0 -9.5px;
}
.slpartnehh .slick-slide{
    padding: 0 9.5px;
}
.slpartnehh .slick-slide > div{
    margin-bottom: 30px;
}
.slpartnehh .slick-slide > div:last-child{
    margin-bottom: 0;
}
.slpartnehh .slick-arrow::before{
    color: #fff!important;
}
.itpartnehh a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.itpartnehh a img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    -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;
}
.itpartnehh a::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    border-top: solid 2px #de1f2e;
    border-bottom: solid 2px #de1f2e;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.itpartnehh a::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    border-left: solid 2px #de1f2e;
    border-right: solid 2px #de1f2e;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.itpartnehh:hover a::before{
    left: 0;
    right: 0;
}
.itpartnehh:hover a::after{
    top: 0;
    bottom: 0;
}
/* <=== partnehome ===> */

/* <=== ttnewshome ===> */
.ttnewshome{
    padding: 45px 0 60px;
}
.tpttnewshh .hhinfos{
    margin-bottom: 30px;
}
.tpttnewshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpttnewshh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpttnewshb .hbrow{
    margin-bottom: 20px;
}
.tpttnewshb .hbrow:last-child{
    margin-bottom: 0;
}
.itttnewshb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itttnewshb .hbgrip > div{
    padding: 0 10px;
}
.itttnewshb .hbgrip .lcol{
    width: 38.985%;
}
.itttnewshb .hbgrip .rcol{
    width: calc(100% - 38.985%);
}
.itttnewshb .decss{
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}
.itttnewshb .dsdates{
    margin-bottom: 10px;
}
.itttnewshb .dstitle, .itttnewshb .dstitle h3{
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
}
.itttnewsha .hainfo{
    position: relative;
    margin-bottom: 15px;
}
.itttnewsha .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(15, 120, 188, 0.85);
    padding: 15px 60px 15px 20px;
}
.itttnewsha .decss, .itttnewsha .decss a{
    color: #fff;
}
.itttnewsha .dsdates{
    position: absolute;
    bottom: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 20px;
    left: 0;
}
.itttnewsha .dstitle{
    text-transform: uppercase;
}
.itttnewsha .dstitle, .itttnewsha .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.itttnewsha .dstitle a{
    height: 50px;
    overflow: hidden;
    display: block;
}
.itttnewsha .hatend{
    padding-left: 20px;
    font-size: 14px;
    line-height: 23px;
    border-left: 2px solid #0f78bc;
}
.slttnewsha .slick-arrow{
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: none;
    font-size: 0;
    z-index: 2;
}
.slttnewsha .slick-arrow::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 20px;
    color: #555555;
}
.slttnewsha .slick-prev{
    margin-top: -31px;
}
.slttnewsha .slick-prev::before{
    content: '\f104';
}
.slttnewsha .slick-next::before{
    content: '\f105';
}
.tpttnewshh .viewall a{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    border: 1px solid #0f78bc;
    color: #0f78bc;
    background-color: transparent;
}
.tpttnewshh .viewall a:hover{
    background-color: #0f78bc;
    color: #fff;
}
/* <=== ttnewshome ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .bancapts{
        bottom: 40px;
        padding: 0 30px;
    }
    .slbannerhh .csinner{
        padding: 8px 10px 10px 12px;
        max-width: 190px;
        border-radius: 8px;
    }
    .slbannerhh .cstitle{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .slbannerhh .cstends{
        font-size: 12px;
        line-height: 20px;
    }
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .banvdimg{
        min-height: 139px;
    }
    .slbannerhh .csinner{
        transform: translateX(100px);
    }
    .slbannerhh .cstitle{
        transform: translateX(50px);
    }
    .slbannerhh .cstends{
        transform: translateX(50px);
    }
    .slbannerhh .slick-prev {
        left: 0;
    }
    .slbannerhh .slick-next {
        right: 0;
    }
    /* <=== bannerhome ===> */

    /* <=== ltmenuhome ===> */
    .ltmenuhome{
        padding: 22px 0;
    }
    .itltmenuhh .thumb{
        max-width: 70px;
        margin-bottom: 10px;
    }
    .itltmenuhh .thumb a{
        border-radius: 8px;
    }
    .itltmenuhh .dsnames, .itltmenuhh .dsnames h3{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== ltmenuhome ===> */

    /* <=== vouchehome ===> */
    .slvouchehh .slick-prev{
        left: -28px;
    }
    .slvouchehh .slick-next{
        left: calc(370px - 4px);
    }
    /* <=== vouchehome ===> */

    /* <=== prodkmhome ===> */
    .prodkmhome{
        padding: 20px 0;
    }
    /* <=== prodkmhome ===> */

    /* <=== prodnnhome ===> */
    .prodnnhome{
        padding: 20px 0;
    }
    /* <=== prodnnhome ===> */

    /* <=== inforshome ===> */
    .inforshome{
        padding: 20px 0 30px;
    }
    .hpinforshh .hhitem{
        margin-bottom: 20px;
    }
    /* <=== inforshome ===> */

    /* <=== proddthome ===> */
    .hpproddthh .hhtitle{
        padding: 12px 12px 12px 15px;
    }
    .hpproddthh .hhtitle .tmenu ul{
        margin-right: -20px;
    }
    .hpproddthh .hhtitle .tmenu ul::-webkit-scrollbar {
        height: 0;
    } 
    .hpproddthh .hhtitle .tmenu li{
        margin-right: 18px;
    }
    .hpproddthh .hhtitle .tmenu li:last-child{
        margin-right: 20px;
    }
    .hpproddthh .hhtitle .tname, .hpproddthh .hhtitle .tname h2, .hpproddthh .hhtitle .tname h3{
        font-size: 20px;
        line-height: 30px;
    }
    .hpproddthh .hhtitle .tmenu li a{
        font-size: 12px;
        line-height: 20px;
    }
    /* <=== proddthome ===> */

    /* <=== partnehome ===> */
    .partnehome{
        padding: 30px 0;
        background-attachment: unset;
    }
    /* <=== partnehome ===> */

    /* <=== ttnewshome ===> */
    .ttnewshome{
        padding: 30px 0 35px;
    }
    .tpttnewshh .hhgrip > div{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpttnewshh .hhgrip > div:last-child{
        margin-bottom: 0;
    }
    .itttnewsha .dstitle, .itttnewsha .dstitle h3{
        font-size: 13px;
        line-height: 23px;
    }
    .itttnewsha .dstitle a{
        height: 46px;
    }
    .itttnewsha .decss{
        padding: 10px 50px 10px 12px;
    }
    .slttnewsha .slick-arrow{
        right: 5px;
    }
    .slttnewsha .slick-prev{
        margin-top: -25px;
    }
    .slttnewsha .slick-next{
        margin-top: 7px;
    }
    .itttnewsha .hatend{
        font-size: 13px;
        line-height: 21px;
        max-height: 63px;
        overflow: hidden;
    }
    /* <=== ttnewshome ===> */
}
@media all and (max-width: 767px){
    /* <=== vouchehome ===> */
    .vouchehome{
        padding: 25px 0;
    }
    .slvouchehh .slick-next{
        left: calc(299px - 4px);
    }
    .itvouchehh{
        width: 299px;
        min-height: 155px;
    }
    .itvouchehh .hhgrip .mcol{
        width: 108px;
    }
    .itvouchehh .hhgrip .hcol{
        width: calc(100% - 108px);
    }
    .itvouchehh .hinfos{
        padding: 25px 15px 25px 25px;
    }
    .itvouchehh .ificon{
        width: 49px;
        height: 49px;
        font-size: 24px;
    }
    .itvouchehh .iftext{
        font-size: 15px;
        line-height: 23px;
    }
    .itvouchehh .hdecss{
        padding: 10px 15px 15px 18px;
    }
    .itvouchehh .dsnames{
        font-size: 16px;
        line-height: 24px;
    }
    .itvouchehh .dsprice{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .itvouchehh .dslinks a{
        max-width: 145px;
        font-size: 13px;
        line-height: 20px;
    }
    .itvouchehh .dsnotes{
        font-size: 12px;
    }
    /* <=== vouchehome ===> */

    /* <=== ttnewshome ===> */
    .itttnewshb .hbgrip{
        margin: 0 -8px;
    }
    .itttnewshb .hbgrip > div{
        padding: 0 8px;
    }
    .itttnewshb .hbgrip .lcol{
        width: 45.356%;
    }
    .itttnewshb .hbgrip .rcol{
        width: calc(100% - 45.356%);
    }
    .itttnewshb .decss{
        padding-top: 10px;
    }
    .itttnewshb .dsdates{
        margin-bottom: 8px;
    }
    .itttnewshb .dstitle, .itttnewshb .dstitle h3{
        font-size: 13px;
        line-height: 20px;    
    }
    .itttnewshb .dstitle a{
        max-height: 60px;
        overflow: hidden;
        display: block;
    }
    /* <=== ttnewshome ===> */
}