#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .captionWrap{
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	pointer-events: none;
}
#vnt-slide-home .caption{
	background: rgba(255,255,255,0.8);
	padding: 20px 25px;
	max-width: 400px;
	-webkit-transition: all 0.5s linear 0.5s;
	-o-transition: all 0.5s linear 0.5s;
	transition: all 0.5s linear 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: auto;
}
#vnt-slide-home .caption .t1{
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;

	color:#2655ad;
	margin-bottom: 10px;
}
#vnt-slide-home .caption .t2{
	color:#555555;
}
#vnt-slide-home .item.slick-current .caption{
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .slick-arrow{
	width:60px;
	height:60px;
	background: rgba(255, 255, 255, 0.75);
	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: #a60d12;
}
#vnt-slide-home .slick-prev{
	left:0px;
}
#vnt-slide-home .slick-next{
	right:0px;
}
#vnt-slide-home .slick-arrow:before{
	font-family: FontAwesome;
	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%);
	font-size: 40px;
	line-height: 50px;
}
#vnt-slide-home .slick-prev:before{
	content: "\f104";
}
#vnt-slide-home .slick-next:before{
	content: "\f105";
}
#vnt-slide-home .slick-arrow:hover{
	background: #a60d12;
	color: #FFEB3B;
}
#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 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;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #ffffff;
}
/*========================================================*/
.adshome{
	padding-bottom: 59px;
	position: relative;
}
.adshome .adsWrap{
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 75px;
}
.adshome .adsMain{
	padding-top: 30%;
	position: relative;
}
.adshome .adsMain .imgMain{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.adshome .adsMain .imgMain img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.adshome .adsMain:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/bg.png) no-repeat center center;
	background-size: cover;
	z-index: 1;
}
.itemAds{
	z-index: 1;
	position: absolute;
}
.itemAds.v1{
	bottom: 38%;
	left: 15%;
}
.itemAds.v2{
	bottom: 20%;
	left: 26%;
}
.itemAds.v3{
	bottom: 14%;
	right: 26%;
}
.itemAds.v4{
	bottom: 30%;
	right: 15%;
}
.itemAds .img{
	width: 155px;
	height: 155px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 10px;
	margin: 0 auto;
}
.itemAds.v1 .img{
	background-image: url(../images/bg1.png);
}
.itemAds.v2 .img{
	background-image: url(../images/bg2.png);
}
.itemAds.v3 .img{
	background-image: url(../images/bg3.png);
}
.itemAds.v4 .img{
	background-image: url(../images/bg4.png);
}
.itemAds .img .wrap{
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
	border-radius: 100%;
	overflow: hidden;
}
.itemAds .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: initial;
}
.itemAds .caption{
	text-align: center;
}
.itemAds .year{
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	color:#a60d12;
}
.itemAds .des{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	max-width: 150px;
	margin: 0 auto;
}
.logoAds{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.logoAds:before{
	content: "";
	width: 40px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: solid 2px #b2b2b2;
}
.logoAds img{
	max-width: 250px;
}
.adst1{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.adst2{
	font-size: 20px;
	line-height: 30px;
	color:#a60d12;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
/*==================================================*/
.boxHome .title{
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}
.boxHome .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	border-bottom: solid 2px #a60d12;
}
.boxHome .title h2{
	font-size: 38px;
	line-height: 48px;
	font-weight: 300;
	text-transform: uppercase;
}
.boxHome .title .des{
	font-weight: bold;
	font-size: 38px;
	line-height: 48px;
	text-transform: uppercase;
}
.boxHome .title .des span{
	color:#a60d12;
}
/*==================================================*/
.aboutHome{
	padding: 40px 0 50px;
	background: #fbfbfb;
}
.slideNav{
	max-width: 768px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.slideNav .slick-list{
	padding-bottom: 5px !important;
}
.slideNav .item.slick-current .itemNav{
	border-color:#a60d12;
	box-shadow: none;
}
.itemNav{
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
	cursor: pointer;
	margin: 0 auto;
	border:solid 3px transparent;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.itemNav 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: 65%;
	max-height: 65%;
}
.slideFor .slick-arrow{
	width: 35px;
	height: 70px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	border:none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
}
.slideFor .slick-prev{
	left: -65px;
	background-image: url(../images/i-prev.png);
}
.slideFor .slick-next{
	right: -65px;
	background-image: url(../images/i-next.png);
}
.product .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.product .grid .col{
	width: 50%;
	padding: 0 15px;
}
.product .img{
	text-align: center;
}
.product .img img{
	margin: 0 auto;
}
.product .svn{
	margin-bottom: 20px;
}
.product .svn img{
	mix-blend-mode: multiply;
}
.product .tend{
	margin-bottom: 15px;
}
.product .tend a{
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	max-height: 60px;
	overflow: hidden;
}
.product .des{
	color:#666666;
	max-height: 110px;
	overflow: hidden;
	margin-bottom: 25px;
}
.product .link a {
    display: inline-block;
    font-weight: bold;
    color: #a60d12;
    border: solid 1px #a60d12;
    padding: 8px 27px;
    text-transform: uppercase;
}
.product .link a span{
	padding-right: 15px;
	position: relative;
}
.product .link a span:before{
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product .link a:hover{
	background: #a60d12;
	color:#ffffff;
}
/*======================================================*/
.trsHome{
	padding: 35px 0 75px;
}
.linkTrs{
	margin-bottom: 20px;
}
.linkTrs ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.linkTrs ul li a{
	padding-left: 25px;
	position: relative;
	font-size: 15px;
	line-height: 22px;
}
.linkTrs ul li a:before{
	content: "\f105";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 0
	font-size: 16px;
	line-height: 22px;
	color:#8b8b8b;
}
.btnTrs a {
    display: inline-block;
    font-weight: bold;
    color: #a60d12;
    border: solid 1px #a60d12;
    padding: 8px 27px;
    text-transform: uppercase;
}
.btnTrs a span{
	padding-right: 15px;
	position: relative;
}
.btnTrs a span:before{
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btnTrs a:hover{
	background: #a60d12;
	color:#ffffff;
}
.linkFts ul li{
	margin-bottom: 10px;
}
.linkFts a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background: #a60d12;
    padding: 13px 20px;
}
.linkFts a span{
	padding-left: 45px;
	position: relative;
}
.linkFts a span:before{
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}
.linkFts a:hover{
	background: #ce8a14;
}
/*========================================================*/
.advHome{
	height: 450px;
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.advHome .logoBan{
	max-width: 355px;
	margin-bottom: 20px;
}
.advHome .txt{
	font-size: 36px;
	line-height: 44px;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;
	text-align: center;
	margin-bottom: 25px;
}
.advHome .link a {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    border: solid 1px #ffffff;
    padding: 8px 27px;
    text-transform: uppercase;
}
.advHome .link a span{
	padding-right: 15px;
	position: relative;
}
.advHome .link a span:before{
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
.advHome .link a:hover{
	background: #ffffff;
	color:#333333;
}
/*======================================================*/
.newsHome{
	padding: 40px 0 65px;
}
.menuNews{
	margin-bottom: 35px;
	position: relative;
}
.menuNews ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuNews ul li{
	padding: 0 20px;
	border-right: solid 1px rgba(0,0,0,0.15);
}
.menuNews ul li:last-child{
	border-right: none;
}
.menuNews ul li a{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}
.menuNews .mc-menu-news{
	font-weight: bold;
	text-transform: uppercase;
	border:solid 1px #e0e0e0;
	cursor: pointer;
	position: relative;
	padding: 8px 20px;
}
.menuNews .mc-menu-news:before{
	content: "\f0d7";
	font-family: fontAwesome;
	position: absolute;
	right:20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news{
	margin-bottom: 30px;
}
.news:after{
	content: "";
	display: block;
	clear: both;
}
.news .img{
	width: 270px;
	float: left;
	margin-right: 20px;
}
.news .img .wrap{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.news .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;
}
.news .img: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 .date{
	font-size: 13px;
	line-height: 21px;
	color:#a60d12;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.news .date span{
	padding-left: 25px;
	position: relative;
}
.news .date span:before{
	content: "\f017";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news .date:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: solid 2px #a60d12;
}
.news .tend{
	margin-bottom: 10px;
}
.news .tend a{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	max-height: 48px;
	display: block;
	text-transform: uppercase;
	overflow: hidden;
}
.news .des{
	color:#666666;
	max-height: 66px;
	overflow: hidden;
}
.linkAll a {
    display: inline-block;
    font-weight: bold;
    color: #a60d12;
    border: solid 1px #a60d12;
    padding: 8px 27px;
    text-transform: uppercase;
}
.linkAll a span{
	padding-right: 15px;
	position: relative;
}
.linkAll a span:before{
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.linkAll a:hover{
	background: #a60d12;
	color:#ffffff;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1366px){
.itemAds.v1 {
    bottom: 42%;
    left: 6%;
}
.itemAds.v2 {
    bottom: 19%;
    left: 20%;
}
.itemAds.v3 {
    bottom: 13%;
    right: 21%;
}
.itemAds.v4 {
    bottom: 38%;
    right: 6%;
}
}

@media all and (max-width: 1200px){
.itemAds.v1 {
    bottom: 35%;
    left: 1%;
}
.itemAds.v2 {
    bottom: 22%;
    left: 17%;
}
.itemAds.v3 {
    bottom: 16%;
    right: 17%;
}
.itemAds.v4 {
    bottom: 29%;
    right: 1%;
}
}

@media all and (max-width: 1024px){
.itemAds.v1 {
    bottom: 40%;
    left: 4%;
}
.itemAds.v2 {
    bottom: 22%;
    left: 20%;
}
.itemAds.v3 {
    bottom: 18%;
    right: 20%;
}
.itemAds.v4 {
    bottom: 32%;
    right: 4%;
}
.itemAds .year{
	font-size: 28px;
	line-height: 36px;
}
}

@media all and (max-width: 991px){
.adshome{
	padding-bottom: 0;
}
.adst2{
	margin-bottom: 15px;
}
.itemAds{
	position: initial;
	margin-bottom: 30px;
}
.gridAds{
	max-width: 380px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.gridAds .col{
	width: 50%;
	padding: 0 10px;
}
.itemAds .img{
	width: 150px;
	height: 150px;
}
.boxHome .title h2,
.boxHome .title .des{
	font-size: 20px;
	line-height: 28px;
}
.btnTrs{
	margin-bottom: 30px;
}
.trsHome{
	padding: 25px 0 45px;
}
.menuNews.active ul{
	display: block;
}
.menuNews ul{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border:solid 1px #ebebeb;
	border-top: none;
	display: none;
	z-index: 1;
	background: #ffffff;
}
.menuNews ul li{
	border:none;
	padding:0;
}
.menuNews ul li a {
    font-weight: normal;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 20px;
}
.adshome .adsWrap{
	margin-bottom: 30px;
}
}

@media all and (max-width: 768px){
.itemAds .img{
	width: 140px;
	height: 140px;
}
.product .grid .col{
	width: 100%;
}
.product .img{
	margin-bottom: 30px;
}
.product .tend a{
	font-size: 18px;
	line-height: 26px;
}
.aboutHome{
	padding: 30px 0 35px;
}
.advHome .logoBan{
	max-width: 225px;
}
.advHome .txt{
	font-size: 24px;
	line-height: 32px;
}
.news .tend a{
	font-size: 14px;
	line-height: 22px;
	max-height: 66px;
}
.news .des{
	display: none;
}
.news .img{
	width: 160px;
	margin-right: 15px;
}
.newsHome{
	padding: 30px 0 45px;
}
.product .svn{
	text-align: center;
}
.product .svn img{
	display: initial;
}
}



@media all and (max-width: 768px){

}