#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .img:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	pointer-events: none;
	z-index: 1;
}
#vnt-slide-home .captionWrap{
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: calc((100vw - 1200px)/2);
	pointer-events: none;
	z-index: 2;
	text-align: center;
}
#vnt-slide-home .caption .t1{
	font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
    pointer-events: auto;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
    -webkit-transition: all 0.3s linear 0.5s;
    -o-transition: all 0.3s linear 0.5s;
    transition: all 0.3s linear 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    /* font-family: 'Cormorant Garamond', serif; */
	text-align: center;
}
#vnt-slide-home .caption .t2{
	font-size: 16px;
	line-height: 25px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	color:#000;
	pointer-events: auto;
	-webkit-transition: all 0.3s linear 0.6s;
	-o-transition: all 0.3s linear 0.6s;
	transition: all 0.3s linear 0.6s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	text-align: center;
}
#vnt-slide-home .slick-slide.slick-current .t1,
#vnt-slide-home .slick-slide.slick-current .t2{
	opacity: 1;
	visibility: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
#vnt-slide-home .slick-arrow{
	width:35px;
	height:35px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px;
	border:none;
	position: absolute;
	bottom: 20px;
	left: 50%;
	font-size: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-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);
}
#vnt-slide-home .slick-prev{
	margin-left: -50px;
	background-image: url(../images/main/i-prev-c.png);
}
#vnt-slide-home .slick-next{
	margin-left: 50px;
	background-image: url(../images/main/i-next-c.png);
}
#vnt-slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	display: none !important;
}
#vnt-slide-home .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#vnt-slide-home .slick-dots li button{
	width:10px;
	height:10px;
	background: transparent;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:solid 2px #ffffff;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #0eaaec;
	border-color: #0eaaec;
}
#vnt-slide-home .slick-counter {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
#vnt-slide-home .slick-counter:before {
    content: "";
    position: absolute;
    width: 60px;
    border-bottom: solid 1px #ffffff;
    top: 50%;
    left: 30px;
}
/*=============================================================*/
@import url('https://fonts.googleapis.com/css?family=Lora&amp;subset=latin-ext,vietnamese');
.aboutHome{
	padding: 75px 0 50px;
}
.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 .tt1{
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.aboutHome .tt2{
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	color:#23258c;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.aboutHome .des{
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 25px;
}
.aboutHome .des a{
	color:#23258c;
}
.aboutHome .slo{
	font-family: 'Cormorant Garamond', serif;
	font-size: 35px;
	line-height: 45px;
	text-transform: uppercase;
}
.aboutHome .tIcon{
	margin-bottom: 30px;
}
.aboutHome .itemNum{
	padding-left: 60px;
	position: relative;
	margin-bottom: 20px;
}
.aboutHome .itemNum .icon{
	position: absolute;
	border:solid 1px #23258c;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	left: 0;
}
.aboutHome .itemNum .t1{
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
	text-transform: uppercase;
	color:#666666;
}
.aboutHome .itemNum .t2{
	font-size: 18px;
	line-height: 26px;
	color:#888888;
}
/*==========================================================*/
.titleHome{
	padding-left: 65px;
	/* border-left: solid 5px #23258c; */
	margin-bottom: 30px;
	position: relative;
}
.titleHome .t1{
	border-bottom: 2px solid #f6a927;
    padding-bottom: 5px;
}
.titleHome:before{
	content: " ";
    width: 55px;
    height: 55px;
    position: absolute;
    background: url(/images/foot.png) no-repeat;
    z-index: 99;
    top: 0;
    left: 0;
    background-size: contain;
}
.titleHome .t1 h2{
	font-size: 28px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.titleHome .des{
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	color:#666666;
}
.linkAll a {
    display: inline-block;
    width: 210px;
    background: #eeeeee;
    border-radius: 23px;
    padding: 11px 15px;
    text-align: center;
    text-transform: uppercase;
}
.linkAll a span{
	padding-right: 35px;
	background: url(../images/main/i-arrow.png) no-repeat center right 10px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.linkAll a:hover span{
	background-position: center right;
}
/*==========================================================*/
.productHome{
	padding: 35px 0 30px;
}
/*======================*/
.catProduct {
    padding: 25px 0 60px;
    background: url(/vnt_upload/bg_sp_home.jpg);
	/* background: rgb(35,37,140);
	background: linear-gradient(129deg, rgba(35,37,140,1) 0%, rgba(49,49,142,1) 35%, rgba(0,198,255,1) 100%); */
}
#slideCatProduct .slick-list{
	margin: 0 -15px;
	padding-top: 35px;
}
#slideCatProduct .slick-slide{
	padding: 0 150px;
}
.itemCat{
	background: #ffffff;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    padding: 10px 20px;
    /* padding-top: 25px; */
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    border: 1px dashed transparent;
	border-radius: 5px;
}
.itemCat:hover{
/*	-webkit-box-shadow: 10px 14px 37px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 14px 37px -14px rgba(0,0,0,0.75);
    box-shadow: 10px 14px 37px -14px rgba(0,0,0,0.75);*/
    font-weight: bold;
    background: #f6a927;
    color: #fff;
    border: 1px dashed #ccc;
}
.itemCat:hover .t2 {
	color: #fff;
}
.itemCat .t1{
	white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.itemCat .t2{
	color:#0a89cc;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.itemCat .icon{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #ffffff;
	border:solid 1px #cccccc;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	top: -35px;
    right: 20px;
}
.itemCat:hover .icon,
.itemCat.active .icon{
	border-color: #23258c;
}
.itemCat .icon img{
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	-webkit-transition: all 0.3s linear;
  	-o-transition: all 0.3s linear;
  	transition: all 0.3s linear;
}
.itemCat:hover .icon img,
.itemCat.active .icon img{
	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
}
/*=====================*/
#result-product{
	padding-top: 40px;
}
#slideProduct .slick-slide{
	padding: 0 15px;
}
#slideProduct .slick-list{
	margin: 0 -15px;
	padding: 5px 0px;
}
#slideProduct .product{
	margin-bottom: 0;
}
#slideProduct .slick-arrow{
	width:20px;
	height:60px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	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;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
}
#slideProduct .slick-prev{
	left: -50px;
	background-image: url(../images/main/i-prev.png);
}
#slideProduct .slick-next{
	right: -50px;
	background-image: url(../images/main/i-next.png);
}
#slideProduct .slick-arrow:hover{
	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
}
/*============================================================*/
.newsHome{
	padding: 30px 0 40px;
}
.newsHome .wrap{
	position: relative;
}
.menuNews{
	position: absolute;
	top: 25px;
	right: 15px;
}
.menuNews ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.menuNews ul li{
	margin-left:5px;
}
.menuNews ul li a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 20px;
	border: solid 1px #dddddd;
	color: #666666;
	text-transform: uppercase;
}
.menuNews ul li.current a,
.menuNews ul li:hover a{
	background: #23258c;
	color:#ffffff;
}
.menuNews .mc-menu{
	background: #23258c;
	color:#ffffff;
	font-size: 15px;
	line-height: 23px;
	padding: 8px 15px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.menuNews .mc-menu:before{
	content: "\f0d7";
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*==============================================*/
.newsS{
	margin-bottom: 30px;
}
.newsS .img{
	margin-bottom: 10px;
	position: relative;
}
.newsS .date{
	color:#888888;
	margin-bottom: 10px;
}
.newsS .date span{
	padding-left: 20px;
	position: relative;
}
.newsS .date span:before{
	content: "\f133";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#23258c;
}
.newsS .img a{
	display: block;
	padding-top: 64%;
	position: relative;
	overflow: hidden;
}
.newsS .img a 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;
}
.newsS .img a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.newsS .tend {
	margin-bottom: 5px;
}
.newsS .tend a{
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	display: block;
	height: 60px;
	font-weight: bold;
	overflow: hidden;
}
.newsS .tend a:hover{
	color:#12a651;
}
.newsS .des{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color:#666666;
	height: 48px;
	overflow: hidden;
	margin-bottom: 5px;
}
.newsS .des *{
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 300 !important;
	color:#666666 !important;
	padding: 0 !important;
}
/*=====================*/
.newsHome .news:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.news{
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.news:after{
	content: "";
	display: block;
	clear: both;
}
.news .img{
	margin-bottom: 10px;
	position: relative;
	width: 230px;
	float: left;
	margin-right: 15px;
}
.news .date{
	color:#888888;
	margin-bottom: 10px;
}
.news .date span{
	padding-left: 20px;
	position: relative;
}
.news .date span:before{
	content: "\f133";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#23258c;
}
.news .img a{
	display: block;
	padding-top: 66.4%;
	position: relative;
	overflow: hidden;
}
.news .img a 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;
}
.news .img a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news .caption{
	overflow: hidden;
}
.news .tend {
	margin-bottom: 5px;
}
.news .tend a{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	font-weight: bold;
	display: block;
	max-height: 72px;
	overflow: hidden;
	text-transform: uppercase;
}
.news .tend a:hover{
	color:#12a651;
}
.wrapNews{
	margin-bottom: 25px;
}
/*=============================================================*/
.knowHome{
	padding: 30px 0 40px;
}
.knowHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
}
.knowHome .grid .col1{
	width: 470px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
}
.knowHome .grid .col2{
	width:-webkit-calc(100% - 470px);
	width:-moz-calc(100% - 470px);
	width:-o-calc(100% - 470px);
	width:calc(100% - 470px);
}
.knowHome .dess{
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	color:#666666;
	height: 168px;
	margin-bottom: 25px;
	max-width: 400px;
}
.knowHome .listNav{
	width: 100%;
}
.knowHome .listNav ul li{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 14px 15px;
	border-top: solid 1px rgba(0,0,0,0.15);
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
}
.knowHome .listNav ul li.active{
	background: #0a89cc;
	color:#ffffff;
}
.knowHome .listNav ul li.active a{
	color: #fff;
}
.knowHome .listNav ul li:last-child{
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.knowHome .listNav ul li .img{
	width: 40px;
	height: 40px;
	position: relative;
	display: block;
	margin-right: 15px;
}
.knowHome .listNav ul li .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%);
}
.knowHome .listNav ul li .img img.ig{
	opacity: 1;
}
.knowHome .listNav ul li .img img.ih{
	opacity: 0;
}
.knowHome .listNav ul li.active .img img.ig{
	opacity: 0;
}
.knowHome .listNav ul li.active .img img.ih{
	opacity: 1;
}
.knowHome .listNav ul li a.link{
	position: absolute;	
	top: 0;	
	bottom: 0;	
	left: 0;	
	right: 0;	
	z-index: 1;	
}
#slideKnow .item .img{
	height: 490px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#slideKnow .item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 40px;
    background: rgba(0, 138, 223, 0.8);
    color: #ffffff;
    width: 100%;
    max-width: 425px;
}
#slideKnow .item .t1{
	font-size: 25px;
	line-height: 33px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#slideKnow .item .des{
	font-weight: 300;
	color:#ffffff;
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 10px;
}
#slideKnow .item .des *{
	font-weight: 300 !important;
	color:#ffffff !important;
	padding: 0 !important;
	font-size: 14px !important;
	line-height: 22px !important;
}
#slideKnow .item .links a{
	color:#ffffff;
}
#slideKnow .item .links a span{
	padding-left: 15px;
	position: relative;
}
#slideKnow .item .links a span:before{
	content: "\f105";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#slideKnow .slick-arrow{
	width:20px;
	height:30px;
	background-color: transparent;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	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);
}
#slideKnow .slick-prev{
	left:10px;
	background-image: url(../images/main/i-prev.png);
}
#slideKnow .slick-next{
	right:10px;
	background-image: url(../images/main/i-next.png);
}
/*==================================================================*/
.mediaHome{
	padding: 30px 0 40px;
}
.video{
	margin-bottom: 30px;
}
.video.new_home .img{
	padding-top: 330px;
}
.video.new_home .img img{
	max-height: 320px;
	
}
.video .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.video .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.video .tend a{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	display: block;
	height: 62px;
	overflow: hidden;
	font-weight: normal;
}
.video .icon{
	width: 75px;
	height: 75px;
	display: block;
	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%);
}
.video .icon:before{
	content: "";
    display: inline-block;
    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: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    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;
    border:solid 1px rgba(255,255,255,0.75);
    pointer-events: none;
}
@-webkit-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;
    }
}
@-moz-keyframes spread-effect {
    0% { opacity: 0; }
    20% { 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;
    }
}
@-ms-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;
    }
}
@-o-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;
    }
}
@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;
    }
}
/*==================================*/
.gallery{
	margin-bottom: 30px;
}
.gallery .img{
	padding-top: 62.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.gallery .img:before{
	content: "";
	width: 40px;
	height: 40px;
	background: url(../images/main/i-gallery.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	pointer-events: none;
}
.gallery .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;
}
.gallery .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.gallery .tend a{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-weight: normal;
}
/*===========================================================*/
.partnerHome{
	padding: 15px 0 40px;
}
#slidePartner .slick-list{
	margin-right: -1px;
}
#slidePartner .item{
	border-right: solid 1px rgba(0,0,0,0.15);
}
#slidePartner .item a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}
#slidePartner .item a img{
	max-width: 85%;
	max-height: 85px;
}
#slidePartner .slick-arrow{
	width:20px;
	height:60px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	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;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
}
#slidePartner .slick-prev{
	left: -50px;
	background-image: url(../images/main/i-prev.png);
}
#slidePartner .slick-next{
	right: -50px;
	background-image: url(../images/main/i-next.png);
}
#slidePartner .slick-arrow:hover{
	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
#vnt-slide-home .caption .t1{
	font-size: 50px;
	line-height: 60px;
}
#vnt-slide-home .caption .t2{
	font-size: 20px;
	line-height: 30px;
}
.aboutHome{
	padding: 30px 0 40px;
}
.aboutHome .tt1,
.aboutHome .tt2{
	font-size: 25px;
	line-height: 33px;
}
.aboutHome .des{
	font-size: 14px;
	line-height: 22px;
}
.aboutHome .itemNum .t2{
	font-size: 16px;
	line-height: 24px;
}
.aboutHome .slo{
	font-size: 24px;
	line-height: 32px;
}
.productHome,
.newsHome,
.knowHome,
.mediaHome{
	padding: 25px 0 20px;
}
.titleHome .t1 h2{
	font-size: 30px;
	line-height: 40px;
}
.titleHome .des{
	font-size: 18px;
	line-height: 26px;
}
#slideCatProduct .slick-list{
	margin: 0 -10px;
}
#slideCatProduct .slick-slide{
	padding: 0 15px;
}
.itemCat{
	font-size: 16px;
	line-height: 24px;
}
#slideProduct .slick-slide{
	padding: 0 10px;
}
#slideProduct .slick-list{
	margin: 0 -10px;
}
.catProduct {
    padding: 15px 0 45px;
}
#result-product{
	padding-top: 25px;
}
.menuNews{
	position: initial;
	margin-bottom: 20px;
}
.menuNews{
	position: relative;
	margin-bottom: 20px;
	right:initial;
	top:initial;
}
.menuNews.active ul{
	display: block;
}
.menuNews ul{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #f5f5f5;
	z-index: 2;
	display: none;
}
.menuNews ul li{
	margin: 0;
}
.menuNews ul li a{
	display: block;
	padding-bottom: 0;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 15px;
	font-weight: normal;
}
.menuNews ul li.current a,
.menuNews ul li:hover a{
	background: #f5f5f5;
	color: #23258c;
}
.knowHome .grid{
	display: block;
}
.knowHome .grid .col1{
	margin-bottom: 20px;
}
.knowHome .grid .col1,
.knowHome .grid .col2{
	width: 100%;
}
.knowHome .dess{
	max-width: 100%;
	height:initial;
}
.video .tend a{
	font-size: 20px;
	line-height: 30px;
	height: 60px;
}
.knowHome .listNav ul li{
	padding: 7px 15px;
}
}

@media all and (max-width: 768px){
#vnt-slide-home .captionWrap{
	    bottom: 50% !important;
	right: 0 !important;
	left:0 !important;
}
#vnt-slide-home .caption .t1{
	color:#fff !important;
	}
	#vnt-slide-home .caption .t2{
	color:#fff !important;
	}
#slideCatProduct .slick-list{
	margin: 0 -5px;
}
#slideCatProduct .slick-slide{
	padding: 0 5px;
}
#slideProduct .slick-slide{
	padding: 0 0px;
}
#slideProduct .slick-list{
	margin: 0 -0px;
}
.news .img{
	width: 160px;
}
.news .tend a{
	font-size: 14px;
	line-height: 22px;
	max-height: 66px;
}
}

@media all and (max-width: 767px){
#vnt-slide-home .caption .t1{
	font-size: 30px;
	line-height: 40px;
}
#vnt-slide-home .caption .t2{
	font-size: 16px;
	line-height: 24px;
}
div#vnt-slide-home .img{
	height: 450px;
	position: relative;
}
div#vnt-slide-home .img img{
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width:initial;
	max-width: initial;
}
.aboutHome .grid{
	display: block;
}
.aboutHome .grid .col{
	width: 100%;
}
.aboutHome .slo{
	margin-bottom: 25px;
}
.aboutHome .row .col-xs-6{
	width: 100%;
	margin-bottom: 10px;
}
}

.mainHead{
	height: 58px;
}
.logo{
	position: relative;
}
.hexagon-container {
    width: 130px; /* Chiều rộng hình lục giác */
    height: 130px; /* Chiều cao hình lục giác */
    position: absolute; /* Cần thiết để định vị pseudo-elements */
    left: 2px;
    z-index: 3;
	bottom: -107px;
}
.logo .img{
	position: absolute;
    top: 15px;
    width: 107px;
    z-index: 9;
    left: 15px;
}
.hexagon1, .hexagon2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.hexagon1::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); /* Định dạng hình lục giác */
    background-color: #fff; /* Màu trắng cho hình lục giác 1 */
}
  
.hexagon2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/logo.jpg');
    background-position: 50% 25%;
    background-size: cover;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); /* Định dạng hình lục giác */
    background-color: #d1e5f7; /* Màu đỏ cho hình lục giác 2 */
}
.logoFoot{
	position: relative;
}
.logoFoot .img{
	background: transparent !important;
	position: absolute;
    width: 140px;
    z-index: 9;
	left: 120px;
    top: 5px;
}
.logoFoot .img img{
	width: 140px;
}
.logoFoot .hexagon-container {
    bottom: -119px;
    left: 110px;
	width: 160px;
    height: 160px; 
}
.foot_white{
	width: 30px;
	height: 30px;
	position: absolute;
	background: url("/images/foot_dog_white.svg") no-repeat center;
	background-size: contain;
	opacity: 0.6;
}



.left_cate{
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}
.left_cate .t1{
	border-bottom: 2px solid #f6a927;
    padding-bottom: 5px;
}
.left_cate:before{
	content: " ";
    width: 35px;
    height: 35px;
    position: absolute;
    background: url(/images/foot.png) no-repeat;
    z-index: 99;
    top: -5px;
    left: -10px;
    background-size: contain;
}
.left_cate .t1 h2{
	font-size: 16px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.left_cate .des{
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	color:#666666;
} 
#products_qc {
	height: 600px; /* Đặt chiều cao cho slider để chỉ hiển thị 3 slide */
	overflow: hidden; /* Ẩn phần tràn ra ngoài */
	position: relative;
}

#products_qc .slick-slide {
	/* height: 400px; */
}
.nav-link {
    cursor: pointer;
}

.arrow {
    transition: transform 0.3s;
	float: right;
}

.arrow.rotate {
    transform: rotate(180deg); /* Rotate the arrow */
}
#sidebar ul li ul{
	border: 0;
}
#sidebar ul li ul li:last-child{
	border: 0;
}
.box_agency table tr td{
	padding-bottom: 10px;
}
.box_agency .title{
	text-transform: uppercase;
	margin-bottom: 5px;
    display: block;
}
.box_agency .btn{
	background: #0a89cc;
    color: #ffffff;
    border: none;
    font-weight: bold;
    width: 110px;
    height: 35px;
    font-size: 12px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box_agency .btn:hover {
    background: #000000;
}
.mb-4{
	margin-bottom: 10px;
}
.box_agency .box_item{
	display: flex; 
	justify-content: center;
}
.box_agency .box_item .row{
	margin: 20px 5px;
	margin-top: 0;
}
.list_agency{
	height: 400px;
	overflow-y: auto;
}
.list_agency::-webkit-scrollbar {
	width: 10px;
}

.list_agency::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(143, 7, 7, 0.5);
}

.list_agency::-webkit-scrollbar-thumb {
	background-color: #0a89cc;
	outline: 0px solid slategrey;
}
.list_agency .item_agency{
	padding: 15px 20px;
    position: relative;
    background-color: #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.list_agency .item_agency p{
	color: #0a89cc;
	font-weight: bold;
	text-transform: uppercase;
}
.list_agency .item_agency:hover, .list_agency .item_agency.active{
	background-color: #0a89cc;
	color: #fff;
}
.list_agency .item_agency:hover p, .list_agency .item_agency.active p{
	color: #fff;
}
.col-40{
	width: 40% !important;
}
.col-20{
	width: 23% !important;
}
@media all and (max-width: 768px){
    .logoFoot .hexagon-container {
        bottom: 0px;
        left: 131px;
    }
    .logoFoot .img {
        top: -115px;
		left: 141px;
    }
	.box_agency .box_item{
		display: block;
	}
	.col-40{
		width: 100% !important;
	}
	.col-20{
		width: 100% !important;
	}
}