.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;
	bottom: 40px;
	z-index: 11;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	color: transparent;
	background-color: transparent;
	border: none;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 25px;
}
.bannerHome .slick-arrow::before{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    color: #fff;
}
.bannerHome .slick-next{
	right: 70px;
}
.bannerHome .slick-prev{
	right: 120px;
}
.bannerHome .slick-next::before{
	content: '\f105';
}
.bannerHome .slick-prev::before{
	content: '\f104';
}
 .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:10px;
	height:10px;
	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 */
/* boxMagin */
.paddHome{
    padding: 20px 0;
}
.boxMagin{
    margin-bottom: 20px;
}
.boxMagin:last-child{
    margin-bottom: 0;
}
.itemslHome .thumb {
    margin-bottom: 5px;
}
.decsAllSty h3{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
.decsAllSty h3 a{
    color: #134c78;
}
.gripdateChat{
    font-size: 12px;
    line-height: 20px;
    color: #bbbbbb;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.gripdateChat > div{
    margin-right: 10px;
}
.gripdateChat .fa-clock-o, .gripdateChat .fa-comments-o, .gripdateChat .fa-eye{
    display: inline-block;
    padding-left: 17px;
    position: relative;
}
.gripdateChat .fa-clock-o::before, .gripdateChat .fa-comments-o::before, .gripdateChat .fa-eye::before{
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.itemslHome .decsAllSty h3{
    height: 88px;
    overflow: hidden;
}
.sliderHome.styBtn .slick-arrow{
    top: 25%;
}
/* itemVideo */
.itemVideo .thumb{
    margin-bottom: 10px;
}
.videoHomeSl .slick-arrow{
    transform: inherit;
    top: -42px;
    border-radius: 0;
}
.videoHomeSl.styBtn .slick-next{
    right: 0px;
}
.videoHomeSl.styBtn .slick-prev{
    right: 31px;
    left: inherit;
}
.itemVideo .thumb a{
    position: relative;
}
.itemVideo .thumb a::before{
    content:"\f16a";
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: FontAwesome; 
    z-index: 1;
    color: #fff;
    font-size: 30px;
}

/* lstItemGG */

.colLineBd{
    padding: 15px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.colLineBd:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.colLineBd:first-child{
    padding-top: 0;
}
.itemGGAll{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.itemGGAll .colGG{
    padding: 0 5px;
    width: 50%;
}
.lstItemGGRes .colLineBd:last-child{
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}
@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;
    }
    /*  */
}
@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;
    }
}