/* <=== bannerhome ===> */
.slbannerhh .slick-arrow {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}
.slbannerhh .slick-arrow::before{
    font-size: 45px;
    line-height: 45px;
}
.slbannerhh .slick-prev{
    left: 50px;
}
.slbannerhh .slick-next{
    right: 50px;
}
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    padding-top: 43.056%;
    position: relative;
    overflow: hidden;
    min-height: 164px;
}
.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;
}
/* <=== bannerhome ===> */

/* <=== ttinfohome ===> */
.ttinfohome{
    padding: 30px 0 10px;
    background-color: #f8f8f8;
}
.hpttinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpttinfohh .hhgrip > div{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 20px;
}
.itttinfohh .vvgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -7px;
}
.itttinfohh .vvgrip > div{
    padding: 0 7px;
}
.itttinfohh .vvgrip .xcol{
    width: 104px;
}
.itttinfohh .vvgrip .ycol{
    width: calc(100% - 104px);
}
.itttinfohh .thumb{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #7c8f40;
    animation: pulse_toa 2s infinite;
}
@keyframes pulse_toa {
    0% {
        box-shadow: 0 0 0 0 #7c8f40;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.itttinfohh .thumb img{
    max-width: 65%;
    max-height: 65%;
}
.itttinfohh .dtitle{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itttinfohh .dconts{
    color: #555555;
    font-size: 14px;
    line-height: 23px;
}
/* <=== ttinfohome ===> */

/* <=== produchome ===> */
.produchome{
    padding: 40px 0 50px;
}
.tpproducha{
    margin-bottom: 40px;
    padding: 30px 20px 42px;
    background-color: #f7931e;
    border-radius: 10px;
}
.tpproducha .hatitle{
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.tpproducha .hatitle, .tpproducha .hatitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpproducha .hatitle, .tpproducha .hatitle a{
    color: #fff;
}
.tpproducha .haconts{
    margin-bottom: 30px;
}
.slproducha .slick-list{
    margin: 0 -5px;
}
.slproducha .slick-slide{
    padding: 0 5px;
}
.slproducha .slick-prev{
    left: -30px;
}
.slproducha .slick-next{
    right: -30px;
}
.tpproduchb{
    margin-bottom: 40px;
}
.slproduchb .slick-list{
    margin: 0 -15px;
}
.slproduchb .slick-slide{
    padding: 0 15px;
}
.itproduchb a{
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.itproduchb a::before{
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.itproduchb a::after{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.itproduchb a:hover::before{
    left: 15px;
    right: 15px;
}
.itproduchb a:hover::after{
    top: 20px;
    bottom: 20px;
}
.itproduchb a img{
    width: 100%;
}
.tpproduchc .hcitem{
    margin-bottom: 40px;
}
.tpproduchc .hcitem:last-child{
    margin-bottom: 0;
}
.itproduchc .hctitle{
    border-radius: 5px;
    padding: 10px 20px 5px;
    background: rgb(124,143,64);
    background: linear-gradient(87deg, rgba(124,143,64,1) 0%, rgba(247,147,30,1) 100%);
    overflow: hidden;
}
.itproduchc .hctitle, .itproduchc .hctitle a{
    color: #fff;
}
.itproduchc .hctitle .ttgrip{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -6px;
}
.itproduchc .hctitle .ttgrip > div{
    padding: 0 6px;
}
.itproduchc .hctitle .lkgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -15px;
}
.itproduchc .hctitle .lkgrip > div{
    padding: 0 15px;
    margin-bottom: 5px;
}
.itproduchc .hctitle .lkmenu ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itproduchc .hctitle .lkmenu li{
    padding: 0 15px;
}
.itproduchc .hctitle .lkmenu li{
    font-size: 14px;
    display: inline-block;
}
.itproduchc .hctitle .lkalls a{
    display: inline-block;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
    line-height: 18px;
} 
.itproduchc .hctitle .lkalls a span{
    display: inline-block;
    position: relative;
    padding-right: 16px;
}
.itproduchc .hctitle .lkalls a span::before{
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: 700;
}
.itproduchc .hctitle .tname{
    text-transform: uppercase;
    margin-bottom: 5px;
}
.itproduchc .hctitle .tname, .itproduchc .hctitle .tname h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itproduchc .hcconts{

}
.slproduchc .slick-list{
    margin: 0 -15px;
}
.slproduchc .slick-slide{
    padding: 0 15px;
}
.slproduchc .slick-slide > div:first-child{
    margin-top: 20px;
}
.slproduchc .slick-slide > div{
    margin-bottom: 30px;
}
.slproduchc{
    position: relative;
    /* border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 2px solid #dddddd; */
    border-radius: 0 0 5px 5px;
}
.slproduchc::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    
    z-index: 1;
}
.slproduchc .slick-slide{
    /* border-right: 1px solid #dddddd; */
}
.slproduchc .slick-slide > div{
    /* border-bottom: 1px solid #dddddd; */
}
.slproduchc .slick-slide > div:last-child{
    border-bottom: none
}
/* <=== produchome ===> */

/* <=== ttnewshome ===> */
.ttnewshome{
    padding: 35px 0 50px;
    background-color: #f8f8f8;
}
.hpttnewshh .hhtitle{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.hpttnewshh .hhtitle, .hpttnewshh .hhtitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.hpttnewshh .hhconts{
    margin-bottom: 40px;
}
.tpttnewshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpttnewshh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
}
.itttnewsha{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.itttnewsha .thumb a{
    display: block;
    padding-top: 67.3%;
    position: relative;
    overflow: hidden;
}
.itttnewsha .thumb a img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 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;
}
.itttnewsha:hover .thumb a img{
    transform: scale(1.05);
}
.itttnewsha .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(124,143,64,0.8);
    padding: 15px 25px 20px;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itttnewsha:hover .decss{
    background-color: rgba(124,143,64,01);
}
.itttnewsha .decss, .itttnewsha .decss a{
    color: #fff;
}
.itttnewsha .dsdates{
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
}
.itttnewsha .dsdates span{
    display: inline-block;
    padding-left: 24px;
    position: relative;
}
.itttnewsha .dsdates span::before{
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
}
.itttnewsha .dstitle, .itttnewsha .dstitle h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}
.itttnewsha .dstitle a{
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tpttnewshb .hbitem{
    margin-bottom: 30px;
}
.tpttnewshb .hbitem:last-child{
    margin-bottom: 0;
}
.itttnewshb{
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.06);
    border-radius: 10px;
    overflow: hidden;
}
.itttnewshb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.itttnewshb .vvgrip > div{
    padding: 0 10px;
}
.itttnewshb .vvgrip .xcol{
    width: 31.54%;
}
.itttnewshb .vvgrip .ycol{
    width: calc(100% - 31.54%);
}
.itttnewshb .thumb a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.itttnewshb .thumb a img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 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;
}
.itttnewshb .thumb a:hover img{
    transform: scale(1.05);
}
.itttnewshb .decss{
    padding: 5px 0;
}
.itttnewshb .dsdates{
    font-size: 13px;
    line-height: 20px;
    color: #888888;
    margin-bottom: 10px;
}
.itttnewshb .dsdates span{
    display: inline-block;
    padding-left: 24px;
    position: relative;
}
.itttnewshb .dsdates span::before{
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    color: #f7931e;
}
.itttnewshb .dstitle, .itttnewshb .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.itttnewshb .dstitle a{
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* <=== ttnewshome ===> */

@media all and (max-width: 1200px){
    /* <=== ttinfohome ===> */
    .hpttinfohh .hhgrip > div{
        width: 50%;
    }
    /* <=== ttinfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .slick-arrow::before{
        font-size: 35px;
        line-height: 35px;
    }
    .slbannerhh .slick-prev{
        left: 10px;
    }
    .slbannerhh .slick-next{
        right: 10px;
    }
    /* <=== bannerhome ===> */

    /* <=== produchome ===> */
    .produchome{
        padding: 0 0 32px;
    }
    .tpproducha{
        border-radius: 0;
        margin: 0 -20px;
        margin-bottom: 20px;
    }
    .tpproducha .hatitle{
        margin-bottom: 15px;
    }
    .tpproducha .hatitle, .tpproducha .hatitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpproducha .haconts{
        margin-bottom: 25px;
    }
    .slproducha .slick-prev{
        left: -15px;
    }
    .slproducha .slick-next{
        right: -15px;
    }
    .tpproduchb{
        margin-bottom: 20px;
    }
    .itproduchc .hctitle{
        padding: 10px 12px 5px 12px;
    }
    .itproduchc .hctitle .tname, .itproduchc .hctitle .tname h2{
        font-size: 18px;
    }
    .itproduchc .hctitle .lkalls a{
        font-size: 13px;
    }
    .tpproduchc .hcitem{
        margin-bottom: 30px;
    }
    .tpttnewshh .hhgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpttnewshh .hhgrip > div:last-child{
        margin-bottom: 0;
    }
    /* <=== ttnewshome ===> */
    .ttnewshome{
        padding: 20px 0 35px;
    }
    .hpttnewshh .hhtitle{
        margin-bottom: 20px;
    }
    .hpttnewshh .hhtitle, .hpttnewshh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .itttnewsha .decss{
        padding: 15px;
    }
    .itttnewsha .dstitle, .itttnewsha .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itttnewsha .dstitle a{
        max-height: 48px;
    }
    .tpttnewshb .hbitem{
        margin-bottom: 20px;
    }
    .itttnewshb .vvgrip{
        margin: 0 -7px;
    }
    .itttnewshb .vvgrip > div{
        padding: 0 7px;
    }

    .itttnewshb .dsdates{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .itttnewshb .dstitle, .itttnewshb .dstitle h3{
        font-size: 14px;
        line-height: 21px;
    }
    .itttnewshb .dstitle a{
        max-height: 63px;
        -webkit-line-clamp: 3;
    }
    .hpttnewshh .hhconts{
        margin-bottom: 25px;
    }
    /* <=== ttnewshome ===> */
    .slproduchc .slick-list{
        margin: 0 -10px;
    }
    .slproduchc .slick-slide{
        padding: 0 10px;
    }
    .slproduchc .slick-slide > div:first-child{
        margin-top: 15px;
    }
    .slproduchc .slick-slide > div{
        margin-bottom: 20px;
    }
}
@media all and (max-width: 767px){

    /* <=== ttinfohome ===> */
    .ttinfohome{
        padding: 15px 0 5px;
    }
    .itttinfohh .vvgrip .xcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .itttinfohh .vvgrip .ycol{
        width: 100%;
    }
    .itttinfohh .thumb{
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    .itttinfohh .decss{
        text-align: center;
    }
    .itttinfohh .dtitle{
        font-size: 14px;
        line-height: 22px;
    }
    .itttinfohh .dconts{
        font-size: 13px;
        line-height: 19px;
    }
    /* <=== ttinfohome ===> */

    /* <=== ttnewshome ===> */
    .itttnewshb .vvgrip .xcol{
        width: 46.33%;
    }
    .itttnewshb .vvgrip .ycol{
        width: calc(100% - 46.33%);
    }
    /* <=== ttnewshome ===> */
}




.itproduchc   .slproduchc.vbtnslick .slick-prev {
    left: -35px;
}
.itproduchc  .slproduchc.vbtnslick .slick-next {
    right: -35px;
}