/* ==================box 1 ================= */
.abouthome{
	padding: 80px 0 110px;
	position: relative;
	background-image: url('../images/cicle.png');
	background-position: center center;
	background-size: 390px;
	background-repeat: no-repeat;
    margin-bottom: 130px;
}
.abouthome .imgAb{
	position: absolute;
}
.abouthome .imgHoa{
	width: 360px;
	height: 340px;
	top: 40px;
	right: 0;
	text-align: right;
	pointer-events: none;
	z-index: -1;
}
.abouthome .imgHoa::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	-webkit-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear;
}
.abouthome.showImg .imgHoa::before, .abouthome.showImg .imgHoa::before{
	width: 0%;
	-webkit-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear;
}
.abouthome .imgChua{
	left: 0;
	height: 470px;
	width: 330px;
	bottom: 0;
	pointer-events: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	z-index: -1;
}
.abouthome .imgChua::before{
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	-webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
	transition-delay: 0.3s;
}
.abouthome .griphome{
	max-width: 680px;
	margin: 0 auto;
}
.abouthome.showImg .imgChua::before{
	height: 0%;
	-webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.abouthome .thumbVideo{
	position: relative;
	-webkit-transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -o-transition: all 2s  ease-in;
    transition: all 2s  ease-in;
	transform: scale(0.9);
	transition-delay: 0.5s;
}
.abouthome.showImg .thumbVideo{
	transform: scale(1);
	-webkit-transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -o-transition: all 2s  ease-in;
    transition: all 2s  ease-in;
}
.abouthome .thumbVideo a{
	display: block;
	position: relative;
	/* max-width: 600px; */
	padding-top: 100%;
	width: 100%;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.abouthome .thumbVideo a::before{
	content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    background-image: url(../images/bgcicle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    z-index: 1;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    opacity: 1;
}
.abouthome .thumbVideo a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.abouthome .thumbVideo a:hover img{
	transform: scale(1.1);
}
.abouthome .thumbVideo a .playvideo{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: block;
	z-index: 11;
	background-color: #fff;
}
.abouthome .thumbVideo a .playvideo::before{
	content: '\f04b';
    position: absolute;
    left: 53%;
    top: 52%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    color: var(--primary-color);
    font-size: 20px;
	line-height: 30px;
	z-index: 1;
}
.abouthome .thumbVideo a .playvideo::after{
    content: '';
    background-color: rgba(255, 255, 255, 0.9);
    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 .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
}
.abouthome .thumbVideo a:hover .playvideo::after{
	transform: rotate(0deg) scale(1.4) skew(1deg);
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.abouthome .thumbVideo img{
	width: 100%;
}
.abouthome .colitem .decsAbout{
	text-align: center;
	position: relative;
	z-index: 1;
}
.abouthome .colitem .titleabout{
	margin-bottom: 10px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
}
.abouthome.showImg .colitem .titleabout{
	transform: translateY(0);
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 1;
	visibility: visible;
}
.abouthome .colitem .titleabout .captions{
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.abouthome .colitem .titleabout .title{
	color: #000000;

	transform: translateY(30px);
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 0;
	visibility: hidden;
}
.abouthome.showImg .colitem .titleabout .title{
	transform: initial;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 1;
	visibility: visible;
	transition-delay: 0.2s;
}

.abouthome .colitem .titleabout .title h2{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Minion';
	text-transform: uppercase;
	color: #000000;
}
.abouthome .colitem .contentabout{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.abouthome .colitem .contentabout p{
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
}
.abouthome.showImg .colitem .contentabout p{
	transform: initial;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 1;
	visibility: visible;
}
.abouthome.showImg .colitem .contentabout p:nth-child(1){
	transition-delay: 0.4s;
}
.abouthome.showImg .colitem .contentabout p:nth-child(2){
	transition-delay: 0.6s;
}
.abouthome.showImg .colitem .contentabout p:nth-child(3){
	transition-delay: 0.8s;
}
.abouthome.showImg .colitem .contentabout p:nth-child(4){
	transition-delay: 0.10s;
}
.abouthome .colitem .viewall {
	margin-bottom: 40px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
}
.abouthome.showImg .colitem .viewall{
	transform: initial;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	transition-delay: 0.8s;
	opacity: 1;
	visibility: visible;
}
.abouthome .colitem .showDate .name{
	position: relative;
	padding-left: 20px;
	color: var(--primary-color);
	line-height: 13px;
	line-height: 20px;
	margin-bottom: 5px;
}
.abouthome .colitem .showDate .name::before{
	content: '\f017';
	position: absolute;
	font-family: FontAwesome;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.abouthome .colitem .showDate .dateJs{
	color: #555555;
	font-size: 35px;
	line-height: 53px;
	font-weight: 600;
}
/* ==================box 1 ================= */

/* ==================box 2 ================= */
.vhvideoab{
	background-color: #f6f6f6;
}
.vhvideoab .grvideo{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.vhvideoab .grvideo > div{
	padding: 0 30px;
}
.vhvideoab .grvideo .cold{
	width: 40%;
}
.vhvideoab .grvideo .colt{
	width: 60%;
}
.vhvideoab .decs{
	padding: 50px 0;
}
.vhvideoab .dstitle{
	margin-bottom: 10px;
}
.vhvideoab .dstitle h1, .vhvideoab .dstitle h2{
	font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
	font-family: 'Minion';
}
.vhvideoab .dstend{
	font-size: 16px;
	line-height: 24px;
}
.vhvideoab .thumb{
	position: relative;
	top: -70px;
}
.vhvideoab .thumb a{
	display: block;
	position: relative;
}
.vhvideoab .thumb a img{
	width: 100%;
}
.vhvideoab .thumb a .playvd{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 100%;
}
.vhvideoab .thumb a .playvd::after{
	content: '';
	position: absolute;
	left: 55%;
	top: 52%;
	transform: translate(-50%, -50%);
	background-image: url('../images/ivideo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 18px;
	height: 22px;
}
/* ==================box 2 ================= */

/* ==================box 3 ================= */
.vhourab{
	padding: 35px 0 35px;
}
.vhourab .capour{
	max-width: 890px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}
.itemourall{
	position: relative;
	cursor: pointer;
	margin-bottom: 30px;
}
.itemourall .thumb{
	padding-top: 66.67%;
	position: relative;
	overflow: hidden;
}
.itemourall .thumb::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	height: 50%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	z-index: 1;
}
.itemourall .thumb img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
	-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;
}
.itemourall:hover .thumb img{
	transform: scale(1.05);
}
.itemourall .decs{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 2;
}
.itemourall .decs h3{
	color: #fff;
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
	font-family: 'Minion';
}

/* ==================box 3 ================= */

/* ==================box 4 ================= */
.vhpartab{
	padding: 40px 0 60px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.vhpartab::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	z-index: -1;
	pointer-events: none;
}
.pncaption{
	text-align: center;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	font-weight: 300;
}

/* ==================box 4 ================= */

/* ==================box 5 ================= */
.vhteamab{
	padding: 50px 0 60px;
}
.vhteamab .capteam{
	max-width: 890px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}
.vhitemteam .thumb{
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	margin-bottom: 10px;
	position: relative;
}
.vhitemteam .thumb::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--primary-color);
	border-radius: 100%;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.vhitemteam .thumb img{
	display: none;
}
/* ==================box 5 ================= */
@media all and (max-width: 1200px){
    /* ==================box 1 ================= */
	.abouthome .colitem .titleabout .title{
		font-size: 40px;
		line-height: 60px;
	}
    /* ==================box 1 ================= */
	
	/* ==================box 2 ================= */
	.vhvideoab .grvideo{
		margin: 0 -15px;
	}
	.vhvideoab .grvideo > div{
		padding: 0 15px;
	}
	.vhvideoab .grvideo .cold{
		width: 45%;
	}
	.vhvideoab .grvideo .colt{
		width: 55%;
	}
	.vhvideoab .dstitle h1, .vhvideoab .dstitle h2{
		font-size: 30px;
		line-height: 40px;
	}
	.vhvideoab .dstend{
		font-size: 15px;
    	line-height: 23px;
	}
	/* ==================box 2 ================= */

	/* ==================box 3 ================= */
	/* ==================box 3 ================= */

	/* ==================box 4 ================= */
	/* ==================box 4 ================= */

	/* ==================box 5 ================= */
	/* ==================box 5 ================= */
}
@media all and (max-width: 991px){
	.itemourall{
		margin-bottom: 20px;
	}
    /* ==================box 1 ================= */
    .abouthome .imgAb{
		display: none;
	}
    .abouthome{
		padding: 40px 0 80px;
        margin-bottom: 0;
        background-size: 320px;
	}
	.abouthome .colitem .titleabout .title h2{
		font-size: 30px;
		line-height: 40px;
	}
	.abouthome .colitem .contentabout{
		font-size: 14px;
		line-height: 22px;
	}
	.abouthome .thumbVideo a .playvideo{
		width: 60px;
		height: 60px;
	}
    .abouthome .colitem .titleabout{
		opacity: 1;
		visibility: initial;
	}
	.abouthome .showEffect .txtanimation span{
		opacity: 1;
		visibility: initial;
	}
	.abouthome .colitem .contentabout p, .abouthome .colitem .viewDetail{
		opacity: 1;
		visibility: initial;
		transform: initial;
	}
	.abouthome .colitem .titleabout .title, .abouthome .colitem .titleabout, .abouthome .colitem .titleabout .title{
		opacity: 1;
		visibility: initial;
		transform: initial;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
	}
	.abouthome .thumbVideo{
		transform: scale(1);
		-webkit-transition: all 2s ease-in;
		-moz-transition: all 2s ease-in;
		-o-transition: all 2s ease-in;
		transition: all 2s ease-in;
	}

    /* ==================box 1 ================= */


	/* ==================box 2 ================= */
	.vhvideoab .wrapping{
		padding: 0;
	}
	.vhvideoab .decs{
		padding: 20px 10px 30px;
	}
	.vhvideoab .grvideo{
		flex-direction: column-reverse;
	}
	.vhvideoab .grvideo .cold, .vhvideoab .grvideo .colt{
		width: 100%;
	}
	.vhvideoab .dstitle h1, .vhvideoab .dstitle h2{
		font-size: 25px;
    	line-height: 30px;
	}
	.vhvideoab .dstend{
		font-size: 14px;
		line-height: 22px;
	}
	.vhvideoab .thumb{
		top: initial;
	}
	.vhvideoab .thumb a .playvd{
		width: 65px;
		height: 65px;
	}
	/* ==================box 2 ================= */

	/* ==================box 3 ================= */

	/* ==================box 3 ================= */

	/* ==================box 4 ================= */
	.vhpartab{
		padding: 20px 0 30px;
	}
	.pncaption{
		font-size: 15px;
		line-height: 23px;
	}
	/* ==================box 4 ================= */

	/* ==================box 5 ================= */
	.vhteamab{
		padding: 20px 0 35px;
	}
	.vhteamab .capteam{
		font-size: 14px;
		line-height: 22px;
	}
	.vhitemteam .thumb{
		width: 170px;
		height: 170px;
		margin-bottom: 5px;
	}
	.vhitemteam .thumb::before{
		bottom: -5px;
	}
	/* ==================box 5 ================= */
}
@media all and (max-width: 767px){
    /* ==================box 1 ================= */
    .abouthome{
		padding: 35px 0 45px;
        background-size: 360px;
	}
    /* ==================box 1 ================= */

	/* ==================box 2 ================= */
	.vhvideoab .decs{
		text-align: center;
	}
	/* ==================box 2 ================= */

	/* ==================box 3 ================= */

	/* ==================box 3 ================= */

	/* ==================box 4 ================= */
	.slpartab .slick-list{
		margin: 0 -7px;
	}
	.slpartab .slpartab{
		padding: 0 7px;
	}
	/* ==================box 4 ================= */

	/* ==================box 5 ================= */

	/* ==================box 5 ================= */
}
@media all and (max-width: 400px){
    /* ==================box 1 ================= */
    .abouthome{
        background-size: 320px;
	}
    /* ==================box 1 ================= */
}
@media all and (max-width: 370px){
	/* ==================box 5 ================= */
	.vhitemteam .thumb{
		width: 140px;
		height: 140px;
	}
	/* ==================box 5 ================= */
}