#vnt-slide-home{
}
#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .item .img{
	height:-webkit-calc(100vh - 90px);
	height:-moz-calc(100vh - 90px);
	height:-o-calc(100vh - 90px);
	height:calc(100vh - 90px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	-webkit-animation: zoomImg 40s linear;
	-o-animation: zoomImg 40s linear;
	animation: zoomImg 40s linear;
}
#vnt-slide-home .slick-slide.slick-current .img img{
	
}
@keyframes zoomImg {
    0%{
    	-webkit-transform:scale(1) rotate(0deg);
    	-ms-transform:scale(1) rotate(0deg);
    	-o-transform:scale(1) rotate(0deg);
    	transform:scale(1) rotate(0deg);
    }
    50%{
    	-webkit-transform:scale(1.3) rotate(0deg);
    	-ms-transform:scale(1.3) rotate(0deg);
    	-o-transform:scale(1.3) rotate(0deg);
    	transform:scale(1.3) rotate(0deg);
    }
    100%{
    	-webkit-transform:scale(1.5) rotate(0deg);
    	-ms-transform:scale(1.5) rotate(0deg);
    	-o-transform:scale(1.5) rotate(0deg);
    	transform:scale(1.5) rotate(0deg);
    }
}
@-webkit-keyframes zoomImg {
    0%{
    	-webkit-transform:scale(1) rotate(0deg);
    	-ms-transform:scale(1) rotate(0deg);
    	-o-transform:scale(1) rotate(0deg);
    	transform:scale(1) rotate(0deg);
    }
    50%{
    	-webkit-transform:scale(1.3) rotate(0deg);
    	-ms-transform:scale(1.3) rotate(0deg);
    	-o-transform:scale(1.3) rotate(0deg);
    	transform:scale(1.3) rotate(0deg);
    }
    100%{
    	-webkit-transform:scale(1.5) rotate(0deg);
    	-ms-transform:scale(1.5) rotate(0deg);
    	-o-transform:scale(1.5) rotate(0deg);
    	transform:scale(1.5) rotate(0deg);
    }
}
@-moz-keyframes zoomImg {
    0%{
    	-webkit-transform:scale(1) rotate(0deg);
    	-ms-transform:scale(1) rotate(0deg);
    	-o-transform:scale(1) rotate(0deg);
    	transform:scale(1) rotate(0deg);
    }
    50%{
    	-webkit-transform:scale(1.3) rotate(0deg);
    	-ms-transform:scale(1.3) rotate(0deg);
    	-o-transform:scale(1.3) rotate(0deg);
    	transform:scale(1.3) rotate(0deg);
    }
    100%{
    	-webkit-transform:scale(1.5) rotate(0deg);
    	-ms-transform:scale(1.5) rotate(0deg);
    	-o-transform:scale(1.5) rotate(0deg);
    	transform:scale(1.5) rotate(0deg);
    }
}
@-o-keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1) rotate(0deg);
    	-ms-transform: scale(1) rotate(0deg);
    	-o-transform: scale(1) rotate(0deg);
    	transform: scale(1) rotate(0deg);
    }
    50%{
    	-webkit-transform: scale(1.3) rotate(0deg);
    	-ms-transform: scale(1.3) rotate(0deg);
    	-o-transform: scale(1.3) rotate(0deg);
    	transform: scale(1.3) rotate(0deg);
    }
    100%{
    	-webkit-transform: scale(1.5) rotate(0deg);
    	-ms-transform: scale(1.5) rotate(0deg);
    	-o-transform: scale(1.5) rotate(0deg);
    	transform: scale(1.5) rotate(0deg);
    }
}
#vnt-slide-home .item .img:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0.3;
}
#vnt-slide-home .caption{
	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%);
}
#vnt-slide-home .caption .wrap{
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;*/
	margin-bottom:5px;
	text-align: center;
}
#vnt-slide-home .caption .t1{
	font-size: 60px;
	line-height: 80px;
	font-weight: bold;
	color:#ffffff;
	text-transform: uppercase;
	/* background: #41322b; */
	margin-right: 25px;
	letter-spacing: 1px;
	font-family: 'UTM Times';
	padding: 5px 10px 14px 10px;
}
#vnt-slide-home .caption .t2{
	font-size: 40px;
	line-height: 55px;
	color:#ffffff;
	font-family: 'UTM Times';
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 12px;
}
#vnt-slide-home .caption .t3{
	font-size: 28px;
	line-height: 35px;
	color:#ffffff;
	text-transform: uppercase;
	letter-spacing: 3.2px;
}
#vnt-slide-home .caption .t4{
	text-align: center;
	color:#ffffff;
	font-size: 16px;
	line-height: 24px;
}
#vnt-slide-home .caption .t4 a{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration: underline;
	color:#ffffff;
}
#vnt-slide-home .caption .t4 a span{
	font-weight: bold;
	text-transform: uppercase;
}
#vnt-slide-home .item.slick-current .caption{
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .slick-arrow{
	width:100px;
	height:100px;
	background: rgba(255,255,255,0.2);
	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: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
	color:#ffffff;
	border-radius: 100%;
}
#vnt-slide-home .slick-prev{
	left:-30px;
	background-image: url(../images/i-prev.svg);
	background-position: center right 35px;
}
#vnt-slide-home .slick-next{
	right:-30px;
	background-image: url(../images/i-next.svg);
	background-position: center left 35px;
}
#vnt-slide-home .slick-arrow:hover {
    background-color: rgba(253, 137, 52, 0.4);
}
#vnt-slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
#vnt-slide-home .slick-dots li{
	display: inline-block;
	margin: 0 15px;
}
#vnt-slide-home .slick-dots li button{
	width:6px;
	height:6px;
	background: #ffffff;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #FECF4E;
}
#vnt-slide-home .slick-dots li button:before{
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	border-radius: 100%;
	border:solid 1px #FECF4E;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
#vnt-slide-home .slick-dots li.slick-active button:before{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	opacity: 1;
}
/*=============================================================*/
.productHome{
	padding: 55px 0 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.productHome .wrapper{
	position: relative;
	z-index: 1;
}
/*============================================*/
.slideProductDesign  .slick-list{
	margin: 0 -10px;
	/*padding-top: 10px;
	padding-bottom: 20px;*/
}
.slideProductDesign  .slick-slide{
	padding: 0 10px;
}
.slideProductDesign .product{
	margin-bottom: 20px;
}
.slideProductDesign .slick-arrow{
	width:45px;
	height:45px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border:none;
	position: absolute;
	top: 46%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: filter 0.3s linear;
	-o-transition: filter 0.3s linear;
	transition: filter 0.3s linear;
	color:#ffffff;
	border-radius: 100%;
	filter: grayscale(100%);
}
.slideProductDesign .slick-prev{
	left:-80px;
	background-image: url(../images/i-prev.png);
}
.slideProductDesign .slick-next{
	right:-80px;
	background-image: url(../images/i-next.png);
}
.slideProductDesign .slick-arrow:hover {
    filter: grayscale(0%);
}
.slideProductDesign .product .tools{
	display: none;
}
.slideProductDesign .product:before{
	display: none;
}
.slideProductDesign .product.v2{
	padding:5px;
}
.slideProductDesign .product.v2 .price{
	margin-bottom: 20px;
}
.slideProductDesign .product.v2 .tools {
    display: block;
    opacity: 1;
    visibility: initial;
    position: initial;
    padding-bottom: 19px;
}
/*===========================================*/
.slideProductGroup .item{
	width: 238px;
}
.slideProductGroup .item.v2{
	width: 476px;
}
/*===========================================*/
.slideProductGroupMobile .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -5px;
	flex-wrap: wrap;
}
.slideProductGroupMobile .grid .col{
	width: 50%;
	padding: 0 5px;
}
.slideProductGroupMobile .item .product.v2{
	padding:5px;
}
.slideProductGroupMobile .item .product.v2 .price{
	margin-bottom: 20px;
}
.slideProductGroupMobile .item .product.v2 .tools {
    display: block;
    opacity: 1;
    visibility: initial;
    position: initial;
    padding-bottom: 19px;
}
/*.gridMa{
	margin:0 -1px;
}
.gridMa:after{
	content: "";
	display: block;
	clear: both;
}
.gridMa .colC{
	width: 25%;
}
.gridMa .col{
	width: 25%;
	padding: 0 1px;
	margin-bottom: 2px;
}
.gridMa .col.v2{
	width: 50%;
	padding: 0 1px;
	margin-bottom: 2px;
}
.product{
	overflow: hidden;
	position: relative;
}
.product .img{
	padding-top: 66.3%;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.product.v1 .img{
	padding-top: 66.5%;
}
.product.v2 .img{
	padding-top: 133.333333%;
}
.product.v3 .img{
	padding-top: 33.333333%;
}
.product .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.product .tend {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: rgba(0,0,0,0.75);
	padding: 13px 20px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.product:hover .tend{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.product .tend h3{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color:#ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.product .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.Desproduct{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	background: #41322b;
}
.Desproduct .caption{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.Desproduct .txt{
	color:#ffffff;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
}
.Desproduct .link a {
    color: #ffffff;
    font-family: 'UTM Times';
    font-size: 18px;
    line-height: 25px;
    color: #f58634;
}
.Desproduct .link{
	text-align:right;
	width: 100%;
}
.Desproduct .link a:hover{
	background: #ffffff;
	color:#bd9352;
}*/
/*=============================================================*/
.aboutHome{
	padding-top: 45px;
	margin-bottom: 65px;
}
.aboutHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -15px;
}
.aboutHome .grid .col{
	width: 50%;
	padding: 0 15px;
}
.aboutHome .t1{
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	background: #0053a0;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 570px;
	position: relative;
	padding: 5px 0;
	margin-bottom: 30px;
}
.aboutHome .t1:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 1000px;
	background: #0053a0;
}
.aboutHome .des{
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	margin-bottom: 40px;
}
.aboutHome .des span{
	color:#FECF4E;
}
.aboutHome .wrapNum{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.aboutHome .wrapNum .item{
	background: #e5eef5;
	padding: 20px;
	margin-right: 35px;
	width: 207px;
}
.aboutHome .wrapNum .item .num{
	font-family: 'UTM Times';
	font-size: 50px;
	line-height: 60px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	position: relative;
}
.aboutHome .wrapNum .item .num:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	border-bottom: solid 2px #FECF4E;
}
.aboutHome .wrapNum .item .txt{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	font-style: italic;
}
/*==========================================================*/
.wrapSlideNews{
	padding-bottom: 30px;
	position: relative;
	background:#e5eef5;
}

.newsHome .linkAll a {
    display: inline-block;
    background: #fdbe11 !important;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    width: 200px;
    padding: 12px 10px;
}
.newsHome .linkAll a:hover{
	background: #0053a0;
}
#slideNews{
	margin-bottom: 35px;
}
#slideNews .slick-list{
	margin: 0 -15px;
	padding-top: 10px;
}
#slideNews .item{
	padding: 0 10px;
}
#slideNews .news{
	margin-bottom: 0;
}
#slideNews .slick-arrow{
	width:45px;
	height:45px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border:none;
	position: absolute;
	top: 35%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: filter 0.3s linear;
	-o-transition: filter 0.3s linear;
	transition: filter 0.3s linear;
	color:#ffffff;
	border-radius: 100%;
	filter: grayscale(100%);
}
#slideNews .slick-prev{
	left:-80px;
	background-image: url(../images/i-prev.png);
}
#slideNews .slick-next{
	right:-80px;
	background-image: url(../images/i-next.png);
}
#slideNews .slick-arrow:hover {
    filter: grayscale(0%);
}
/*==========================================================*/
.adsHome{
	padding: 30px 0;
}
.adsHome .item{
	background: #0053a1;
	padding: 30px;
	padding-left: 115px;
	position: relative;
}
.adsHome .item .img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: solid 1px rgba(255,255,255,0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    left: 20px;
}
.adsHome .item .img img{
	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%);
	max-width: 40px;
	max-height: 40px;

}
.adsHome .item:hover .img img{
	/*filter: brightness(500%);*/
}
.adsHome .item .t1{
	font-size: 20px;
	line-height: 30px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.adsHome .item .t2{
	font-size: 18px;
	line-height: 26px;
	color:#ffffff;
	font-style: italic;
	position: relative;
}
.adsHome .item .t2:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	border-left: solid 2px #fdbe11;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
.Desproduct .txt{
	font-size: 14px;
	line-height: 22px;
}
}

@media all and (max-width: 1100px){
.Desproduct .txt{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
.Desproduct .link a{
	font-size: 14px;
	line-height: 22px;
}
}

@media all and (max-width: 1025px){
.aboutHome .t1{
	font-size: 30px;
	line-height: 40px;
}
.aboutHome .wrapNum .item .num{
	font-size: 38px;
	line-height: 46px;
}
.slideProductDesign .slick-arrow{
	top:initial;
	bottom: -40px;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.slideProductDesign .slick-prev{
	left:0px;
}
.slideProductDesign .slick-next{
	right:0px;
}
}

@media all and (max-width: 991px){
#vnt-slide-home .item .img{
	height: 500px;
}
#vnt-slide-home .caption .wrap{
	display: block;
}
#vnt-slide-home .caption .t1{
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 60px;
	line-height: 70px;
}
#vnt-slide-home .caption .t2,
#vnt-slide-home .caption .t3{
	text-align: center;
}
.Desproduct .txt {
    font-size: 10px;
    line-height: 20px;
}
.product .tend h3{
	font-size: 14px;
	line-height: 22px;
}
.aboutHome .wrapNum .item{
	margin-right: 15px;
}
.aboutHome .wrapNum .item .num{
	font-size: 28px;
	line-height: 36px;
}
.aboutHome .wrapNum .item .txt{
	font-size: 14px;
	line-height: 22px;
}
.aboutHome .des{
	font-size: 14px;
	line-height: 22px;
}
.adsHome .item{
	margin-bottom: 15px;
}
#slideProduct .slick-list{
	margin: 0 -5px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#slideProduct .slick-slide{
	padding: 0 5px;
}
}

@media all and (max-width: 768px){
.gridMa .col.v2,
.gridMa .col{
	width: 50%;
}
.Desproduct{
	display: none;
}
}

@media all and (max-width: 767px){
.aboutHome .grid{
	display: block;
}
.aboutHome .grid .col{
	width: 100%;
}
.aboutHome .wrapNum{
	margin-bottom: 30px;
}
.aboutHome .t1{
	max-width: initial;
}
}

@media all and (max-width: 400px){
.gridMa .col.v2,
.gridMa .col{
	width: 100%;
}
}


/*Thai Son*/

.product .img{
	margin-bottom: 10px;
	padding: 5px;
	background: #ebebeb;
}

.template2 .product {
	background: #ffffff;
	padding: 5px;
}
.template2 .product .img {
	padding: 0;
}