/* ======================== box 1 ========================== */
.vhsliderhome .item{
    height: calc(100vh - 110px);
    display: block;
    position: relative;
    overflow: hidden;
}
.vhsliderhome .item .bg, .vhsliderhome .item .banvideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vhsliderhome .item .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;
}
.vhsliderhome .item .bg img{
    display: none;
}

.vhsliderhome .item .video{
	overflow: hidden;
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: relative;
}
.vhsliderhome .item .caption{
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    text-align: center;
}
.vhsliderhome .item .caption .t1{
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 600;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-shadow: 0px 3px 3px rgb(0 0 0 / 80%);
    margin-bottom: 5px;
    color: #fff;
}
.vhsliderhome .slick-current .caption .t1{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.2s;
}
.vhsliderhome .item .caption .t2{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 80%);
    font-weight: 600;
}
.vhsliderhome .slick-current .caption .t2{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.4s;
}
/* ======================== box 2 ========================== */
.abouthome{

}
.abouthome .blaboutaa{
    padding: 35px 0;
}
.thecontab{
    max-width: 990px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.thecontab .thedecs{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
}
.theinfoab {
    max-width: 940px;
    margin: 0 auto;
}
.theinfoab .iteminfo .icon{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.theinfoab .iteminfo .icon img{
    max-width: 60%;
    max-height: 60%;
}
.theinfoab .iteminfo .txt{
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
.blaboutbb{
    padding: 60px 0 40px;
    background-color: #f6f6f6;
}

.gripinfohome{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: center;
}
.gripinfohome .colll{
	width: 25%;
	padding: 0 10px;
}
.iteminfohh .icon{
	width: 110px;
	height:110px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0b7fc3;
    border-radius: 100%;
    margin-bottom: 10px;
}
.iteminfohh .icon img{
	max-width: 60%;
	max-height: 60%;
}
.iteminfohh .decs{
    text-align: center;
}
.iteminfohh .name{
	color: #666666;
    font-size: 15px;
    line-height: 23px;
}
.iteminfohh .numbercount{
    font-weight: bold;
	font-size: 35px;
	line-height: 50px;
    color: #f6821f;
    margin-bottom: 5px;
}
/* ======================== box 2 ========================== */
/* ======================== box 3 ========================== */
.producthome{
    padding: 45px 0 60px;
}
.slproducthome {
    margin-bottom: 40px;
}
/* ======================== box 3 ========================== */

/* ======================== box 4 ========================== */
/* ===============itemsolution=============== */
.slsolution {
    margin-bottom: 30px;
}
.itemsolution{
    margin-top: 40px;
    border: 1px solid rgba(255, 254, 254, 0.4);
    position: relative;
    padding: 0 15px 30px 15px;
}
.itemsolution .icon{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #0b7fc3;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    margin-top: -40px;
}
.itemsolution .icon a{
    display: block;
}
.itemsolution .icon a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
}
.itemsolution .title{
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
.itemsolution .title::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #f6821f;
}
.itemsolution .title h3{
    max-width: 190px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.itemsolution .title h3 a{
    color: #fff;
}
.itemsolution .tend{
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    max-height: 63px;
    overflow: hidden;
}
.itemsolution .viewall a{
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
.itemsolution .viewall a:hover{
    background-color: #fff;
    color: #333;
}
/* ===============itemsolution=============== */
/* ======================== box 4 ========================== */


/* ======================== .solutionhome ========================== */
.solutionhome{
    padding: 40px 0 60px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    color: #fff;
}
.solutionhome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
}
/* ======================== .solutionhome ========================== */



/* ======================== box 5 ========================== */

.partnerhome{
    padding: 35px 0 40px;
}
.slpartner .slick-dots li{
    margin: 0 5px;
}
.slpartner .slick-dots li button{
    border-color: rgba(0, 0, 0, 0.5);
}
.slpartner .slick-dots li.slick-active button{
    background-color: #f6821f;
    border-color: #f6821f;
}
/* ==============itempartner======================== */
.itempartner{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itempartner:hover{
    border: 1px solid rgba(11, 127, 195, 0.9);
}
.itempartner .decs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 127, 195, 0.9);
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 10px;
}
.itempartner .decs .title{

}
.itempartner .decs h3{
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
}
.itempartner:hover .decs{
    opacity: 1;
    visibility: initial;
}
/* ==============itempartner======================== */
/* ======================== box 5 ========================== */
@media all and (max-width: 1200px){
    /* ======================== box 1 ========================== */
    .vhsliderhome .item{
        height: calc(100vh - 92px);
    }
    /* ======================== box 1 ========================== */
    /* ======================== box 2 ========================== */
    .iteminfohh .numbercount{
        font-size: 30px;
        line-height: 45px;
    }
    /* ======================== box 2 ========================== */
    .slproducthome {
        margin-bottom: 80px;
    }
    /* ======================== box 3 ========================== */
    /* ======================== box 4 ========================== */
    /* ======================== box 4 ========================== */
}
@media all and (max-width: 991px){
/* ======================== box 1 ========================== */

    .vhsliderhome .item{
        height: auto;
    }
    .vhsliderhome .item .bg, .vhsliderhome .item .banvideo{
        position: relative;
        height: auto;
    }
    .vhsliderhome .item .bg img{
        display: block;
    }
    /* ======================== box 2 ========================== */
    .abouthome .blaboutaa{
        padding: 20px 0 30px;
    }
    .thecontab .thedecs{
        font-size: 13px;
        line-height: 21px;
    }
    .theinfoab .iteminfo .icon{
        max-width: 110px;
        max-height: 110px;
    }
    .theinfoab .iteminfo .txt{
        font-size: 15px;
        line-height: 23px;
    }
    .gripinfohome .colll{
		margin-bottom: 25px;
    }
    .iteminfohh .name{
		font-size: 14px;
		line-height: 22px;
	}
    .blaboutbb{
        padding: 30px 0 20px;
    }
    /* ======================== box 2 ========================== */
    /* ======================== box 3 ========================== */
    .producthome{
        padding: 25px 0 35px;
    }
    /* ======================== box 3 ========================== */
    /* ======================== box 4 ========================== */
    /* ===============itemsolution=============== */
    .itemsolution .title h3{
        max-width: 100%;
    }
    /* ===============itemsolution=============== */
    /* ======================== box 4 ========================== */
    /* ==============itempartner======================== */
    .itempartner .decs{
        display: none;
    }
    /* ==============itempartner======================== */
}
@media all and (max-width: 767px){
    /* ======================== box 2 ========================== */
    .theinfoab .iteminfo .txt{
        font-size: 13px;
        line-height: 21px;
    }
    .gripinfohome .colll{
		width: 50%;
    }
    /* ======================== box 2 ========================== */
    /* ======================== box 4 ========================== */
    /* ======================== box 4 ========================== */
}