/* <=== bannerhome ===> */
.bannerhome .slick-arrow{
    color: #fff;
}
.bannerhome .slick-prev{
    left: 30px;
}
.bannerhome .slick-next{
    right: 30px;
}
.bannerhome .item{
    position: relative;
}
.bannerhome .item .img{
    /* padding-top: 46.047%; */
    height: calc(100vh - 131px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburns 10000ms linear 0s infinite alternate;
    animation: immortalkenburns 10000ms linear 0s infinite alternate;
}
.bannerhome .item .img a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1.1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1.1);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1.1);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1.1);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1.1);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.bannerhome .item .img img{
    display: none!important;
}
.bannerhome .item video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.bannerhome .slick-dots{
    bottom: 20px;
}
/* <=== bannerhome ===> */

/* <=== abouthome ===> */
.abouthome{
    padding: 50px 0 30px;
}
.tpabouthhm {
    margin-bottom: 45px;
}
.tpabouthhm .mgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.tpabouthhm .mgrip > div{
    padding: 0 35px;
    width: 50%;
}
.tpabouthhm .dscapts{
    margin-bottom: 10px;
    color: #dcb35b;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
} 
.tpabouthhm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #c4161c;
}
.tpabouthhm .dstitle, .tpabouthhm .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.tpabouthhm .dstends{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
}
.tpabouthhm .mthumb img, .tpabouthhm .mthumb iframe{
    width: 100%!important;
    height: 100%!important;
}
.tpabouthhm .mthumb iframe{
    min-height: 300px;
}
.tpabouthhh .hgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
}
.tpabouthhh .hgrip > div{
    padding: 0 20px;
    width: 20%;
    margin-bottom: 20px;
}
.itabouthhh{
    text-align: center;
}
.itabouthhh .hicon{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 1px solid #dcb35b;
    border-radius: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itabouthhh .hicon img{
    max-width: 80%;
    max-height: 80%;
}
.itabouthhh .htext{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
}
/* <=== abouthome ===> */

/* <=== producthome ===> */
.producthome{

}
.tpproducthhm{
    padding: 30px 0 45px;
    border-top: 1px solid #e1d9d9;
    border-bottom: 1px solid #e1d9d9;
}
.tpproducthhm .mgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpproducthhm .mgrip > div{
    padding: 0 10px;
    width: 20%;
}
.itformstyall select{
    width: 100%; 
    border: 1px solid #dcb35b;
    border-radius: 3px;
    background-color: transparent;
    height: 45px;
    color: #fff;
}
.itformstyall button{
    width: 100%;
    height: 45px;
    border: none;
    background-color: #c4161c;
    color: #fff;
    border-radius: 3px;
}
.itformstyall button:hover{
    background-color: #dcb35b;
}
.tpproducthhh{
    padding: 25px 0 50px;
}
.tpproducthhh .hgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproducthhh .hgrip > div{
    padding: 0 15px;
    margin-bottom: 40px;
    width: 25%;
}
/* <=== producthome ===> */

/* <=== newshome ===> */
.newshome{
    padding: 25px 0 55px;
    background-color: #c4161c;
}
.hpnewshh .lstitem{
    margin-bottom: 20px;
}
/* .hpnewshh .nngrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.hpnewshh .nngrip > div{
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
} */
.itnewshh{
    position: relative;
    border: 1px solid #dcb35b;
}
.itnewshh .ndecss{
    padding: 20px 25px;
}
.itnewshh .dsdate{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 60px;
    text-align: center;
    background-color: #ffffff;
    pointer-events: none;
}
.itnewshh .dsdate .ddays{
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    padding: 7px 5px;
    background-color: #dcb35b;
    color: #fff;
}
.itnewshh .dsdate .dmyea{
    color: #888888;
    font-size: 13px;
    line-height: 20px;
    padding: 5px;
}
.itnewshh .dstitle{
    margin-bottom: 10px;
}
.itnewshh .dstitle, .itnewshh .dstitle a{
    color: #dcb35b;
}
.itnewshh .dstitle, .itnewshh .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.itnewshh .dstitle a{
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itnewshh .dstends{
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
}
/* <=== newshome ===> */

@media all and (max-width: 1200px){
    /* <=== abouthome ===> */
    .tpabouthhm .mgrip{
        margin: 0 -15px;
    }
    .tpabouthhm .mgrip > div{
        padding: 0 15px;
    }
    .tpabouthhh .hgrip{
        margin: 0 -10px;
    }
    .tpabouthhh .hgrip > div{
        padding: 0 10px;
    }
    /* <=== abouthome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .bannerhome .slick-dots{
        bottom: 10px;
    }
    .bannerhome .item .img{
        height: 0;
        padding-top: 46.098%;
    }
    /* <=== bannerhome ===> */

    /* <=== abouthome ===> */
    .abouthome{
        padding: 30px 0 10px;
    }   
    .tpabouthhm{
        margin-bottom: 30px;
    }
    .tpabouthhm .mgrip{
        flex-direction: column-reverse;
    }
    .tpabouthhm .mgrip > div{
        width: 100%;
    }
    .tpabouthhm .mgrip .rcol{
        margin-bottom: 20px;
    }
    .tpabouthhm .mdecss{
        text-align: center;
    }
    .tpabouthhm .dscapts{
        font-size: 16px;
        line-height: 24px;
    }
    .tpabouthhm .dstitle, .tpabouthhm .dstitle h2{
        font-size: 26px;
        line-height: 34px;
    }
    .tpabouthhm .dstends{
        font-size: 14px;
        line-height: 22px;
    }
    .tpabouthhh .hgrip > div{
        width: 33.333%;
    }
    /* <=== abouthome ===> */
    
    /* <=== producthome ===> */
    .tpproducthhm{
        padding: 20px 0;
    }
    .tpproducthhm .mgrip{
        margin: 0 -5px;
    }
    .tpproducthhm .mgrip > div{
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }
    .tpproducthhm .mgrip > div:last-child{
        width: 100%;
    }
    .tpproducthhh .hgrip{
        margin: 0 -10px;
    }
    .tpproducthhh .hgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
        width: 50%;
    }
    .tpproducthhh{
        padding: 20px 0 40px;
    }
    /* <=== producthome ===> */

    /* <=== newshome ===> */
    .newshome{
        padding: 20px 0 40px;
    }
    /* .hpnewshh .nngrip > div{
        width: 50%;
    } */
    /* <=== newshome ===> */
}
@media all and (max-width: 767px){
    /* <=== abouthome ===> */
    .tpabouthhh .hgrip > div{
        width: 50%;
    }
    .itabouthhh .htext{
        letter-spacing: initial;
    }
    /* <=== abouthome ===> */

    /* <=== producthome ===> */
    .tpproducthhm .mgrip > div{
        width: 100%;
    }
    .tpproducthhh .lstitem{
        margin-bottom: 10px;
    }
    .tpproducthhh .hgrip > div{
        width: 100%;
    }
    /* <=== producthome ===> */

    /* <=== newshome ===> */
    /* .hpnewshh .nngrip{
        margin: 0 -5px;
    }
    .hpnewshh .nngrip > div{
        padding: 0 5px;
        margin-bottom: 20px;
    } */
    .itnewshh .ndecss{
        padding: 10px;
    }
    .itnewshh .dsdate{
        width: 52px;
    }
    .itnewshh .dsdate .ddays{
        font-size: 18px;
        line-height: 20px;
        padding: 5px 5px;
    }
    .itnewshh .dsdate .dmyea{
        font-size: 12px;
        padding: 5px 0;
    }
    .itnewshh .dstitle, .itnewshh .dstitle h3{
        font-size: 13px;
        line-height: 22px;
    }
    .itnewshh .dstitle a{
        height: 66px;
        -webkit-line-clamp: 3;
    }
    .itnewshh .dstends{
        font-size: 13px;
        line-height: 21px;
        height: 42px;
        -webkit-line-clamp: 2;
    }
    /* <=== newshome ===> */
}