.titleHome {
    margin-bottom: 25px;
    text-align: center;
}
.titleHome h2{
    font-family: 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 47px;
}
.titleLine{
    position: relative;
    padding-bottom: 10px;
}
.titleLine::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #da2028;
    width: 50px;
}
/*  */
.bannerHome .slick-arrow{
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	z-index: 11;
	width: 35px;
	height: 55px;
	border-radius: 100%;
	color: transparent;
	background-color: transparent;
	border: none;
    /* background-color: rgba(0, 0, 0, 0.5); */
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;   
    background-color: transparent;

}
.bannerHome .slick-next{
	right: 20px;
    background-image: url('../images/inext.png');
}
.bannerHome .slick-prev{
	left: 20px;
    background-image: url('../images/iprev.png');
}

 .slick-dots{
	position: absolute;
    bottom: 45px;
    right: 15px;
    left: 15px;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.slick-dots li button{
	width:15px;
	height:15px;
	background: transparent;
	font-size: 0;
	padding:0;
	border:2px solid #fff;
	position: relative;
    border-radius: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.slick-dots li.slick-active button{
	opacity: 1;
	background-color: #fff;
}
.bannerHome .item .img{
	position: relative;
	overflow: hidden;
    display: block;
    z-index: 1;
}

.bannerHome .item .img a{
    display: block;
    position: relative;
    z-index: 1;
}

.bannerHome .item .img video{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.bannerHome .caption{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 20%;
	z-index: 111;
	padding: 0 ;
	color: #fff;
}
.bannerHome .caption .captionCt{
	-webkit-transition: all 0.5s linear 0.5s;
    -o-transition: all 0.5s linear 0.5s;
    transition: all 0.5s linear 0.5s;
	position: relative;
}
.bannerHome .caption .t1{
	font-size: 30px;
	line-height: 45px;
    margin-bottom: 5px;
    font-weight: 400;
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transition: all 0.5s linear 0.5s;
    -o-transition: all 0.5s linear 0.5s;
    transition: all 0.5s linear 0.5s;
}
.bannerHome .slick-current .caption .t1{
    opacity: 1;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
	transform: initial 
}

.bannerHome .caption .t2{
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 20px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transition: all 0.5s linear 0.5s;
    -o-transition: all 0.5s linear 0.5s;
    transition: all 0.5s linear 0.5s;
}
.bannerHome .slick-current .caption .t2 {
	opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
	transform: initial
}
.bannerHome .caption .viewSlider{
    opacity: 0;
    transform: translateY(50px);
    -webkit-transition: all 0.5s linear 0.5s;
    -o-transition: all 0.5s linear 0.5s;
    transition: all 0.5s linear 0.5s;
}
.bannerHome .slick-current .caption .viewSlider{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
	transform: initial
}
.bannerHome .caption .viewSlider a{
    font-size: 15px;
    line-height: 23px;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 20px;
}
.bannerHome .caption .viewSlider a:hover{
    background-color: #fff;
    color: #da2028;
}

/*  */
.sliderSerHome.styBtn .slick-arrow{
    top: calc(50% - 50px);
}



/* boxServiceHl */

/* lstInfoHome  */
    .lstInfoHome{
        max-width: 970px;
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: -20px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .lstInfoHome .itemInfo{
        width: calc(100% / 5);
    }
    .lstInfoHome .itemInfo a{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        padding: 15px 10px 15px;
        color: #fff;
        height: 110px;
        text-align: center;
    }
    .lstInfoHome .itemInfo a:hover{
        transform: translateY(-5px);
    }
    .lstInfoHome .itemInfo a span{
        width: 100%;
        display: block;
    }
    .lstInfoHome .itemInfo a .icon{
        max-width: 40px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
/* lstInfoHome  */

/* productHome */
.productHome{
    margin-bottom: 40px;
}
.gripProductHome{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}
.gripProductHome > div{
    padding: 0 10px;
    width: calc(100% / 5);
}
.gripProductHome .itemPro a{
    display: block;
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Oswald';
    font-weight: 500;
}
.gripProductHome .itemPro a .icon{
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 100%;
    position: relative;
}
.gripProductHome .itemPro a .icon::before{
    content: '';
    background-color: rgba(218, 32, 40, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
}
.gripProductHome .itemPro a:hover .icon::before{
    transform: rotate(0deg) scale(1.5) skew(1deg);
    opacity: 0;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.gripProductHome .itemPro a span{
    display: block;
}

/* productHome */

/* soluHome */
.soluHome{
    margin-bottom: 70px;
}
.soluHome .gripSolu{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.soluHome .gripSolu > div{
    padding: 0 20px;
}
.soluHome .gripSolu .colL{
    width: 41.666666%;
}
.soluHome .gripSolu .colR{
    width: 58.33333%;
}
.soluHome .gripSolu .txtSolu{
    color: #1f4286;
    font-size: 20px;
    line-height: 30px;
}
.soluHome .gripSolu .txtSolu strong{
    font-size: 30px;
    line-height: 45px;
}
/* soluHome */

/* formHome */
.formHome{
    margin-bottom: 40px;
}
.formHome .gripFormH{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.formHome .gripFormH > div{
    padding: 0 5px;
}
.formHome .gripFormH .colL{
    width: 43%;
}
.formHome .gripFormH .colR{
    width: 57%;
}
/* formHome */

/* alerHome */
.alerHome{
    margin-bottom: 40px;
}
.alerHome .alerInfo .lstAlert{
    margin-bottom: 10px;
}
.alerHome .alerInfo .lstAlert li{
    margin-bottom: 15px;
    display: block;
}
.alerHome .alerInfo .lstAlert li a{
    display: block;
    padding-left: 25px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
}
.alerHome .alerInfo .lstAlert li a::before{
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: normal;
    font-size: 16px;
    color: #da2028;
}
.viewAlert a{
    color: #da2028;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
/* alerHome */

/* gripUUAction */
.gripUUAction{
    display: flex;
    flex-wrap: wrap; 
    margin: 0 -30px;
    margin-bottom: 70px;
}
.gripUUAction > div{
    padding: 0 30px;
    position: relative;
    width: 50%;
    
}
.gripUUAction > div::before{
    content: '';

    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 82px;
    bottom: 0;
}
.gripUUAction > div:last-child::before{
    border-right: none
}

.gripAllUA{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 10px;
}
.gripAllUA > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 20px;
}
.itemUUAc .thumb{
    margin-bottom: 10px;
}
.itemUUAc .thumb65 a:hover img{
    transform: translate(-50%, -50%) scale(1.05);
}
.itemUUAc .decs h3{
    line-height: 22px;
    font-size: 14px;
    height: 44px;
    margin-bottom: 5px;
    overflow: hidden;
}
.itemUUAc .decs .date{
    color: #999999;
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
}
/* gripUUAction */


/* testiHome */
.testiHome{
    margin-bottom: 45px;
}
.slTestiHome .slick-list{
    margin: 0 -15px;
}
.slTestiHome .slick-slide{
    padding: 0 15px;
}
.slTestiHome .itemTesti{
    position: relative;
    border: 1px solid #1f4286;
    border-radius: 10px;
}
.slTestiHome .itemTesti .titleTes{
    padding: 12px 15px;
    background-color: #1f4286;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.slTestiHome .itemTesti .titleTes .img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
}
.slTestiHome .itemTesti .titleTes .img img{
    filter: grayscale(100%);
}
.slTestiHome .itemTesti .titleTes .txt{
    width: calc(100% - 70px);
    padding-left: 5px;
}
.slTestiHome .itemTesti .titleTes .name{
    font-size: 16px;
    line-height: 24px;

    margin-bottom: 5px;
    color: #fff;
}
.slTestiHome .itemTesti .titleTes .info{
    color: #94b5f4;
}
.slTestiHome .itemTesti .contentTes{
    padding: 15px 15px 30px;
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;
    height: 252px;
}
.slTestiHome .itemTesti{
   margin-bottom: 20px;
}
.slTestiHome .itemTesti .quoteTes{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    bottom: -15px;
}
.slTestiHome .slick-dots{
    margin-bottom: -60px;
}
.slTestiHome .slick-dots li button{
    background-color: #cccccc;
    border: 2px solid #cccccc;
}
.slTestiHome .slick-dots li.slick-active button{
    background-color: #da2028;
    border: 2px solid #da2028;
}
/* testiHome */


/* partnerHome */
.partnerHome{
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.partnerHome .wrapper{
    padding-right: 0;
}
.sliPartHome .itemSl {
    margin-right: 50px;
    padding: 5px 0;
}
.sliPartHome .itemSl a{
    display: block;
}
.sliPartHome .itemSl a:hover{
    transform: translateY(-3px);
}
/* partnerHome */


/* infoFrmHome */
.infoFrmHome{
    border: 2px solid #da2028;
    border-radius: 30px;
    overflow: hidden;
}
.infoFrmHome .rangeForm{
    padding: 30px;
}
.infoFrmHome .priceFilter{
    margin-bottom: 30px;
}
.infoFrmHome .priceFilter .range{
    padding: 0 10px;
}
.infoFrmHome .priceFilter:last-child{
    margin-bottom: 0;
}
.infoFrmHome .priceFilter .gripInfoFii{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
    margin-bottom: 15px;
}
.infoFrmHome .priceFilter .gripInfoFii > div{
    padding: 0 10px;
}

.infoFrmHome .priceFilter .qualiFii{
    font-size: 23px;
    line-height: 34px;   
}
.infoFrmHome .priceFilter .qualiFii .numberFii{
    font-weight: bold;
    color: #da2028;
}
.infoFrmHome .priceFilter .btnMinus a, .infoFrmHome .priceFilter .btnPlus a{
    display: block;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
.infoFrmHome .gripCheckRng{
    padding: 20px 30px;
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.infoFrmHome .gripCheckRng .col{
    padding: 0 5px;
    width: 50%;
}
.infoFrmHome .ulCheck .itemCheck{
    margin-bottom: 10px;
}
.infoFrmHome .ulCheck .itemCheck{
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    display: block;
}
.infoFrmHome .ulCheck .itemCheck::before{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 6px;
    border: solid 1px #999999;
    border-radius: 100%;
}
.infoFrmHome .ulCheck .itemCheck::after{
    content: "";
    width: 11px;
    height: 11px;
    background-color: #1f4286;
    position: absolute;
    left: 2px;
    top: 8px;
    display: none;
    border-radius: 100%;
}
.infoFrmHome .ulCheck .itemCheck.active::after{
    display: block;
}
.infoFrmHome .ulCheck .itemCheck label{
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.infoFrmHome .ulCheck .itemCheck input{
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 10px;
    opacity: 0;
    z-index: -9999999;
    display: none;
}

.infoFrmHome .amoutMoney .txt{
    font-size: 20px;
    line-height: 30px;
}
.infoFrmHome .amoutMoney .num{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}
/* infoFrmHome */


/* custom range */
.ui-slider .ui-slider-handle{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    top: -10px;
    border: 2px solid #d3d3d3;
    background-color: #fff;
    margin-left: -10px;
}
.designRange {
    border: none;
}
.ui-widget-content{
    background-color: #da2028!important;
    border-radius: 10px;
}


/* rangeMonth */
@media all and (max-width: 1200px){
    .infoFrmHome .amoutMoney .txt{
        font-size: 18px;
        line-height: 27px;
    }
    .infoFrmHome .amoutMoney .num{
        font-size: 50px;
        line-height: 50px;
        text-align: center;
    }
}
@media all and (max-width: 991px){
    .titleHome h2{
        font-size: 25px;
        line-height: 37px;
    }
    /*  */
    .bannerHome .slick-dots{
        bottom: 10px;
    }
    /*  */
    .bannerHome .slick-arrow{
        width: 35px;
        height: 35px;
        bottom: 10px;
    }
    .bannerHome .slick-next{
        right: 10px;
    }
    .bannerHome .slick-prev{
        right: 50px;
    }
    .bannerHome .caption .t1{
		font-size: 20px;
		line-height: 30px;
	}
	.bannerHome .caption .t2{
		font-size: 30px;
        line-height: 45px;
    }
    /*  */
    /* lstInfoHome  */
    .lstInfoHome{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .lstInfoHome .itemInfo a{
        height: 130px;
        justify-content: space-evenly;
    }
    .lstInfoHome .itemInfo a .icon{
        margin-bottom: 5px;
    }
    /* lstInfoHome  */
    /*  */
    /* productHome */
    .gripProductHome{
        margin: 0 -5px;
    }
    .gripProductHome > div{
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .gripProductHome .itemPro a{
        font-size: 20px;
        line-height: 30px;
    }
    /* productHome */
    .soluHome .gripSolu .colL{

    }
    /*  */
    /* soluHome */
    .soluHome .gripSolu .colL{
        width: 50%;
    }
    .soluHome .gripSolu .colR{
        width: 50%;
    }
    .soluHome .gripSolu .txtSolu{
        font-size: 15px;
        line-height: 23px;
    }
    .soluHome .gripSolu .txtSolu strong{
        font-size: 20px;
        line-height: 30px;
    }
    /* soluHome */
    /* gripUUAction */
    .gripUUAction{
        margin: 0 -15px;
        margin-bottom: 30px;
    }
    .gripUUAction > div{
        padding: 0 15px;
    }
    .gripUUAction > div::before{
        top: 72px;
    }
    /* gripUUAction */
    .gripAllUA{
        margin: 0 -10px;
    }
    .gripAllUA > div{
        padding: 0 10px;
    }
    /*  */
    .infoFrmHome .rangeForm{
        padding: 15px;
    }
    .infoFrmHome .priceFilter .qualiFii{
        font-size: 14px;
        line-height: 22px;
    }
    .infoFrmHome .priceFilter .btnMinus a, .infoFrmHome .priceFilter .btnPlus a{
        width: 20px;
        height: 20px;
        line-height: 15px;
    }
    /*  */
    .ui-slider .ui-slider-handle{
        width: 20px;
        height: 20px;
        top: -3px;
    }
    .infoFrmHome .gripCheckRng .col{
        width: 100%;
        margin-bottom: 15px;
    }
    .infoFrmHome .gripCheckRng .col:last-child{
        margin-bottom: 0px;
    }
    .infoFrmHome .gripCheckRng .amoutMoney{
        text-align: center;
    }
    .infoFrmHome .amoutMoney .txt{
        font-size: 15px;
        line-height: 23px;
    }

    .infoFrmHome .gripCheckRng{
        padding: 20px ;
    }
    .infoFrmHome .ulCheck{
        display: flex;
        flex-wrap: wrap;
    }
    .infoFrmHome .ulCheck .itemCheck{
        width: 50%;
        margin-bottom: 5px;
    }
}
@media all and (max-width: 767px){
    .bannerHome .caption .viewSlider{
        display: none;
    }
	.bannerHome .caption{
        bottom: 0;
        padding: 20px 0px;
        padding-right: 100px;
	}
	.bannerHome .caption .t1{
		font-size: 14px;
		line-height: 22px;
	}
	.bannerHome .caption .t2{
		font-size: 15px;
        line-height: 23px;
        margin-bottom: 0;
    }

   /* lstInfoHome  */
    .lstInfoHome .itemInfo{
        width: 100%;
    }
    .lstInfoHome .itemInfo a{
        height: auto;
        justify-content: flex-start;
        text-align: left;
        padding: 10px;
    }
    .lstInfoHome .itemInfo a .icon{
        width: 40px;
    }
    .lstInfoHome .itemInfo a .txt{
        width: calc(100% - 40px);
        padding-left: 15px;
    }
 /* boxServiceHl */

    /*  */
    /* productHome */
    
    .gripProductHome > div{
        width: 50%;
    }
    /* productHome */

    /* soluHome */
    .soluHome .gripSolu .colL{
        width: 100%;
        margin-bottom: 20px;
    }
    .soluHome .gripSolu .colR{
        width: 100%;
    }
    /* soluHome */
    /* formHome */
    .formHome{
        margin-bottom: 30px;
    }
    .formHome .gripFormH .colL{
        width: 100%;
        display: none;
    }
    .formHome .gripFormH .colR{
        width: 100%;
    }
    /* formHome */

    /* alerHome */
    .alerHome .alerInfo .lstAlert li a{
        font-size: 14px;
        line-height: 22px;
    }
    .alerHome .alerInfo .viewAlert{
        text-align: center;
    }
    /* alerHome */
    /* gripUUAction */
    .gripUUAction > div{
        width: 100%;
        margin-bottom: 30px;
    }
    .gripUUAction > div::before{
        display: none;
    }
    .gripUUAction > div:last-child{
        margin-bottom: 0px;
    }
    /* gripUUAction */
    .infoFrmHome .ulCheck .itemCheck label{
        font-size: 12px;
        line-height: 20px;
    }
    .infoFrmHome .ulCheck .itemCheck input{
        margin-right: 5px;
    }
}