.vnt-about .about:last-child{
	margin-bottom: 0;
}
.about{
	margin-bottom: 80px;
}
.about .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -25px;
}
.about .grid .col1{
	width:-webkit-calc(100% - 420px);
	width:-moz-calc(100% - 420px);
	width:-o-calc(100% - 420px);
	width:calc(100% - 420px);
	padding: 0 25px;
}
.about .grid .col2{
	width: 420px;
	padding: 0 25px;
}
.about .slideAboutImg{
	padding: 0 50px;
}
.about .slideAboutImg img{
	width: 100%;
}
.about .slideAboutImg .slick-arrow{
	width:35px;
	height:35px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
.about .slideAboutImg .slick-prev{
	left:0px;
	background-image: url(../images/i-prev.png);
}
.about .slideAboutImg .slick-next{
	right:0px;
	background-image: url(../images/i-next.png);
}
.about .tend{
	max-width: 200px;
	margin-bottom: 15px;
}
.about .tend a{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Roboto Slab', serif;
	max-height: 52px;
	overflow: hidden;
	font-weight: 300;
}
.about .des{
	font-size: 11px;
	line-height: 15px;
	font-family: 'Roboto Slab', serif;
	text-align: justify;
}
/*====================================*/
.about.left .grid{
	flex-direction: row;
}
.about.right .grid{
	flex-direction: row-reverse;
}
/*=====================================*/
.wrap-content{
	max-width: 970px;
	margin: 0 auto;
}
.the-content{
	font-family: 'Roboto Slab', serif;
	font-size:12px;
	line-height: 20px;
	text-align: justify;
}
.the-content .dt1{
	font-family: 'TA Encorpada VN';
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
}
/*=====================================*/
.video{
	height: 584px;
	position: relative;
	margin-bottom: 50px;
}
.video:before{
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	pointer-events: none;
	background: url(../images/icon-video.png) no-repeat center;
}
.video:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    z-index: 2;
    pointer-events: none;
    box-shadow: 0 0 20px #fff;
}
@keyframes spread-effect {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% {
        -ms-transform:translate(-50%,-50%) scale(1.4);
        -webkit-transform:translate(-50%,-50%) scale(1.4);
        transform:translate(-50%,-50%) scale(1.4);
        opacity: 0;
    }
}
.video video{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
/*==================================================*/
.box_mid.mb{
	margin-bottom: 40px;
}
#slideShow .slick-list{
	margin: 0 -20px;
}
#slideShow .item{
	padding: 0 20px;
}
#slideShow .item .img{
	margin-bottom: 20px;
}
#slideShow .item .img a{
	display: block;
	padding-top: 150%;
	position: relative;
	overflow: hidden;
}
#slideShow .item .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#slideShow .item .img a:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
#slideShow .item .num{
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Roboto Slab', serif;
}
#slideShow{
	padding: 0 50px;
	padding-bottom: 40px;
}
#slideShow .slick-arrow{
	width:35px;
	height:35px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
#slideShow .slick-prev{
	left:0px;
	background-image: url(../images/i-prev.png);
}
#slideShow .slick-next{
	right:0px;
	background-image: url(../images/i-next.png);
}
#slideShow .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align: center;
}
#slideShow .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#slideShow .slick-dots li button{
	width:7px;
	height:10px;
	background: #959595;
	font-size: 0;
	padding:0;
	border:none;
}
#slideShow .slick-dots li.slick-active button{
	background: #000000;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*=============================================================*/
.vnt-about-gallery .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -20px;
	flex-wrap: wrap;
}
.vnt-about-gallery .grid .col{
	width: 33.333333%;
	padding: 0 20px;
	margin-bottom: 40px;
}
.vnt-about-gallery a{
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 133.333333%;
}
.vnt-about-gallery a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.vnt-about-gallery a:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){
.about .grid{
	margin: 0 -15px;
}
.about .grid .col1,
.about .grid .col2{
	padding: 0 15px;
}
#slideShow .slick-list{
	margin: 0 -10px;
}
#slideShow .item{
	padding: 0 10px;
}
.vnt-about-gallery .grid{
	margin: 0 -10px;
}
.vnt-about-gallery .grid .col{
	padding: 0 10px;
	margin-bottom: 20px;
}
}

@media all and (max-width: 991px){
.about .grid{
	margin: 0 -10px;
}
.about .grid .col1,
.about .grid .col2{
	padding: 0 10px;
}
.about{
	margin-bottom: 50px;
}
}

@media all and (max-width: 768px){
.about .slideAboutImg{
	padding: 0;
	padding-bottom: 40px;
}
.about .slideAboutImg{
	padding-bottom: 50px;
}
.about .slideAboutImg .slick-arrow{
	top:initial;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.about .slideAboutImg .slick-prev{
	margin-left:-30px;
	left: 50%;
}
.about .slideAboutImg .slick-next{
	margin-left:30px;
	left: 50%;
}
}

@media all and (max-width: 767px){
.about .grid{
	display: block;
}
.about .grid .col1, .about .grid .col2{
	width: 100%;
}
.about .tend{
	max-width: 100%;
}
.about .slideAboutImg{
	margin-bottom: 25px;
}
}

@media all and (max-width: 640px){
.vnt-about-gallery .grid .col{
	width: 50%;
}
}

@media all and (max-width: 480px){

}

@media all and (max-width: 380px){
.vnt-about-gallery .grid .col{
	width: 100%;
}
}