@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');

/*--- 01. Reset ---*/
*{
	font-size:14px;
	line-height:1.5;
	font-family: 'Open Sans', sans-serif;
}
body, html {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
button,a,a:hover, a:active, a:focus, a:visited{
	text-decoration:none;
	outline:none;
}
a {
    color: #333333;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
img{
	display:inline-block;
	max-width:100%;
}
li{
	list-style:none;
}
ul{
	padding-left:0px;
	margin-bottom:0px;
}
.static-position{
	position:static;
}

.color-red{
	color:#d11717;
}
.color-green{
	color:#0fa940;
}
.seo-optimate{height: 0; overflow: hidden; visibility: hidden;}
h1,h2,h3,h4,h5,h6{
	padding:15px 0px;
	margin:0px;
	font-weight:500;
	line-height:1.3;
	text-transform:uppercase;
}
h1{
	font-size:50px;
}
h2{
	font-size:40px;
}
h3{
	font-size:22px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:16px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	font-size:inherit;
	color:inherit;
	font-weight:inherit;
	line-height:inherit;
	text-transform:inherit;
}
#vnt-container {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.wrapper{
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
/*Header Style*/
.wrapper2 {
    padding: 0 25px;
    margin: 0 auto;
}
div#vnt-header .wrapHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
    position: relative;
}
div#vnt-header .left, div#vnt-header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    max-width: 210px;
    margin-right: 35px;
}
.menuTop > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menuTop > ul > li {
    margin-right: 20px;
}
.menuTop > ul > li > a {
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    text-align: center;
    display: block;
}
.menuTop > ul > li:hover > a{color:#2C4921;}
.menuTop > ul > li > a::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom: solid 3px #2C4921;
}
.menuTop > ul > li > a::after {
    content: "";
    position: absolute;
    top: 100%;
    height: 32px;
    left: 0;
    right: 0;
}
.menuMega {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: solid 1px #d3d3d3;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    z-index: 10;
}
.menuMega .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.menuMega .grid > [class^="col"] {
    padding: 20px 25px;
}
.menuMega .grid > .col1 {
    width: 17.88%;
    border-right: solid 1px #d3d3d3;
}
.menuMega .grid > .col2 {
    width: 40.12%;
    border-right: solid 1px #d3d3d3;
}
.menuMega .grid > .col3 {
    width: 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menuMega .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.menuMega .des {
    font-size: 13px;
    line-height: 21px;
    color: #666666;
}
.menuMega .gridMenu {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menuMega .gridMenu > .col {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.menuMega .tMenu {
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    text-transform: uppercase;
}
.menuMega ul li {
    margin-bottom: 5px;
}
.menuMega ul li a {
    display: block;
    font-size: 13px;
    line-height: 21px;
    color: #666666;
}
.menuMega .bannerMega {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menuMega .bannerMega .wb {
    padding: 0 15px;
    width: 50%;
}
.effectImg {
    display: block;
    position: relative;
    overflow: hidden;
}
.effectImg::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 50%;
    left: 50%;
    border-top: solid 1px rgba(255,255,255,0.5);
    border-bottom: solid 1px rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.effectImg::after {
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    top: 50%;
    bottom: 50%;
    border-right: solid 1px rgba(255,255,255,0.5);
    border-left: solid 1px rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.effectImg:hover::before, .effectImg.active::before {
    right: 10px;
    left: 10px;
}
.menuMega .bannerMega .effectImg::before, .menuMega .bannerMega .effectImg::after {
    border: none;
}
.effectImg img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuMega .bannerMega img {
    width: 100%;
}
.menuMega ul li a:hover{
    color:#2C4921;
}
.menuTop > ul > li.current > a::before, .menuTop > ul > li:hover > a::before {
    right: 0;
}
.menuTop > ul > li:hover > .menuMega {
    opacity: 1;
    visibility: initial;
}
.carousel-control i.fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	-webkit-box-shadow:0 0 0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

#vnt-product {
    padding: 35px 0 40px;
}
#vnt-product .title {
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 20px;    
    background-size: 120px!important;
}
#vnt-product .title h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 0;
    padding-top: 0;
}
#slideProduct > .slick-arrow, #slideRelated > .slick-arrow {
    width: 15px;
    height: 25px;
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #999999;
}
#slideProduct > .slick-prev {
    left: -25px;
}
#slideProduct > .slick-next {
    right: -25px;
}

#slideProduct > .slick-arrow::before, #slideRelated > .slick-arrow::before{
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 40px;
    line-height: 48px;
}
#slideProduct > .slick-prev::before, #slideRelated > .slick-prev::before{
    content: "\f104";
}
#slideProduct > .slick-next::before, #slideRelated > .slick-next::before{
    content: "\f105";
}
#slideProduct .slick-list, #slideRelated .slick-list{
    margin: 0 -15px;
    padding: 6px 0;
}
#slideProduct .item, #slideRelated .item{
    padding: 0 15px;
}

#slideRelated > .slick-prev {
    right: 45px;
    top: -35px;
}
#slideRelated > .slick-next {
    right: 15px;
    top: -35px;
}

.product {
    padding: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    margin-bottom: 30px;

}
.product .img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;

}
.product .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: 95%;
    max-width: 95%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product .tend {
    margin-bottom: 5px;
}
.product .tend h3 {
    font-weight: 700;
    text-transform: inherit;
}
.product .tend a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    height: 66px;
    overflow: hidden;

}
.product:hover{
	border:#d2d2d2;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.22);
}
.product .price{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product .price .red {
    font-weight: bold;
    margin-right: 3px;
}
.product .price .nor{
	color:#666666;
	text-decoration: line-through;
	margin-left: 3px;
}
.product .ribbon{
	width: 50px;
	height: 50px;		
	font-weight: bold;
	position: absolute;
    background-color: #fb6161;
    color: #fff;
	top: 10px;
	left: 10px;
    z-index: 10;
    border-radius: 50%;
}
.product .ribbon span{
	white-space: nowrap;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
}

#vnt-trade{
	padding: 30px 0;
	background: #f2f2f2;
}
#vnt-trade .title{
	text-align: center;
	margin-bottom: 20px;
}
#vnt-trade .title h2{
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	text-transform: uppercase;
}
.trade .img{
	padding-top: 68.666666%;
	position: relative;
	overflow: hidden;
}
.trade .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.trade .img:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.trade .img a{
	display: block;
}
.trade .img a:before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 50%;
    left: 50%;
    border-top: solid 1px rgba(255,255,255,0.5);
    border-bottom: solid 1px rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.trade .img a:hover:before{
    right:10px;
    left:10px;
}
.trade .img a:after{
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    top: 50%;
    bottom: 50%;
    border-right: solid 1px rgba(255,255,255,0.5);
    border-left: solid 1px rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.trade .img a:hover:after{
    top:10px;
    bottom:10px;
}
.trade .caption{
	padding: 25px 30px;
	background: #ffffff;
	border:solid 1px#b5b5b5;
	border-top: none;
	position: relative;
}
.trade .caption:before{
	content: "";
	position: absolute;
	bottom: -1px;
	height: 1px;
	left: 0;
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),color-stop(20%, rgba(255,255,255,1)),color-stop(50%, rgba(255,255,255,1)),color-stop(80%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
	pointer-events: none;
}

.trade .tend{
	padding-bottom: 15px;
	margin-bottom: 10px;
	background: url(../images/bg_title_trade.jpg) no-repeat center bottom;
	background-size: 100px;
}
.trade .tend h3{padding: 0; text-transform: none}
.trade .tend a{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	display: block;
}

#slideTrade .slick-list{
	margin: 0 -15px;
	padding-bottom: 15px;
}
#slideTrade .item{
	padding:0 15px;
}
#slideTrade{
	padding-bottom: 40px;
}
#slideTrade .slick-dots{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#slideTrade .slick-dots li{
	margin: 0 5px;
}
#slideTrade .slick-dots li button{
	pointer-events: auto;
	width: 15px;
	height: 15px;
	background: #b9b9b9;
	border-radius: 100%;
	border:solid 1px #706c6c;
	padding:0;
	font-size: 0;
}
#slideTrade .slick-dots li.slick-active button{
	background: #2C4921;
}

#vnt-video{
	padding: 55px 0 60px;	
}
#vnt-video .grid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#vnt-video .grid .col1{
	width:-o-calc(100% - 400px);
	width:calc(100% - 400px);
}
#vnt-video .grid .col2{
	width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #ffffff;
	padding: 30px;
}
#vnt-video .title{
	padding-bottom: 45px;
	margin-bottom: 20px;
	text-align: center;
}
#vnt-video .title h2{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
    padding: 0;
}
#vnt-video .title p.des1{margin-bottom: 5px; color: #008000; font-size: 20px; line-height: 24px;}
#vnt-video .titDes{
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
	color:#2C4921;
	text-align: center;
	margin-bottom: 15px;
}
#vnt-video .des{
	margin-bottom: 20px;
	text-align: center;
}
#vnt-video .linkView{
	text-align: center;
}
#vnt-video .linkView a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    background: #e5e5e5;
    text-transform: uppercase;
    padding: 8px 21px;
}
#vnt-video .linkView a:hover{
	background: #2C4921;
	color:#ffffff;
}

#vnt-banner .grid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#vnt-banner .grid .col{
	width: 50%;
}
#vnt-banner img{
	width: 100%;
}

#vnt-news{
	padding: 40px 0 20px;
}
#vnt-news .title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
#vnt-news .title h2{
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: normal;
    padding: 0;
}
#vnt-news .menuNews{
	position: relative;
}
#vnt-news .menuNews ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#vnt-news .menuNews ul li{
	padding-right: 20px;
	margin-right: 15px;
	border-right: solid 1px #999999;
}
#vnt-news .menuNews ul li:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
#vnt-news .menuNews ul li a{
	display: block;
	font-size: 14px;
	line-height: 14px;
}
#vnt-news .menuNews ul li:last-child a{
	padding-right: 15px;
	position: relative;
	font-weight: bold;
	color:#2C4921;
}
#vnt-news .menuNews ul li:last-child a:before{
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
#vnt-news .menuNews .mc-menu-news{
	border:solid 1px #afafaf;
	padding:8px 15px;
	position: relative;
	cursor: pointer;
}
#vnt-news .menuNews .mc-menu-news:before{
	content: "\f0d7";
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news .img{
	margin-bottom: 15px;
}
.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;
	transition: all 0.3s linear;
}
.news .img:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.news .caption{
	overflow: hidden;
}
.news .caption h3{
	padding-top: 0;
    padding-bottom: 0;
    font-size: 100%;
    line-height: 26px;
    font-weight: 600;
}
.news .wrapCap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.news .date {
    width: 65px;
    height: 50px;
    background: #2C4921;
    color: #ffffff;
    text-align: center;
    padding-top: 4px;
    margin-right: 10px;
}
.news .date .day{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.news .date .myear{
	font-size: 11px;
	line-height: 21px;
}
.news .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	font-weight: normal;
}
.news .des{
	color:#666666;
	max-height: 66px;
	overflow: hidden;
	text-align: justify;
}

.vnt-ads-bot {
    padding: 25px 0;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    display: flow-root;
}
.vnt-ads-bot .gridAB {
    margin: 0 -5px;
}
.vnt-ads-bot .gridAB .col {
    width: 25%;
    float: left;
    padding: 0 5px;
}
.ads {
    height: 120px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ads img {
    max-width: 55px;
    max-height: 35px;
    margin-right: 15px;
}
.ads .txt {
    max-width: 160px;
}

.vnt-foot {
    padding: 12px 0px;
/*    border-bottom: solid 1px rgba(0,0,0,0.2);*/
}
.vnt-foot .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.workTime {
    color: #666666;
    padding-left: 30px;
    position: relative;
}
.workTime::before {
    content: "\f017";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 32px;
}
.formRecive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.formRecive .txt {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 45px;
}
.formRecive form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.formRecive form input {
    width: 230px;
    height: 40px;
    background: #f3f3f3;
    color: #666666;
    padding-left: 10px;
    border: none;
}
.formRecive form button {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: solid 1px #c5c5c5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vnt-foot-main {
    padding: 20px 0;
    background-color: #f7f7f7;
    color: #5e6271;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(44, 49, 59, 0.15);
    box-shadow: 0px 1px 1px 0px rgba(44, 49, 59, 0.15);
}




.footer-copyright {
    padding: 15px 0;
}
.d-inline-block {
    display: inline-block !important;
    float: right;
}
.footer-social li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
}
.footer-social li:last-child{margin-right: 0}
.footer-social li a {
    text-align: center;
    color: #fff;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #5e6271;
    -webkit-transition: .3s all;
    transition: .3s all;
    overflow: hidden;
    line-height: 35px;
}
.footer-social li:hover a{background: #fb6161}
.footer-social i {
    color: #fff;
    margin-right: 0;
}
.copyright{padding-top: 10px; color: #aaa}
ul.widget-info {
    margin-top: 10px;
}
ul.widget-info li {
    line-height: 30px;
}
ul.widget-info i {
    margin-right: 10px;
}
.ft-title{font-weight: 900;text-transform: uppercase; font-size: 16px;margin-bottom: 20px}
ul.ft-menu li {
    margin-bottom: 7px;
}
ul.ft-menu li a {
    font-size: 13px;
    line-height: 21px;
    color: #666666;
    display: block;
    -webkit-transition: .3s all;
    transition: .3s all;
}
ul.ft-menu li:hover a{
    color: #ea3a3c;
    padding-left: 3px;
}

/*==================GO TOP=========================*/
a.go_top {
    width: 60px;
    height: 60px;
    position: fixed;
    background: #FFFFFF;
    bottom: 90px;
    right: 15px;
    border-radius: 100%;
    z-index: 11;
    border: solid 1px #929292;
}
a.go_top:after{
    content: "top";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    left: 50%;
    bottom: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
a.go_top:before {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    color:#878787;
    top: 33%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-animation: bouncezz 1.2s 500ms infinite;
    animation: bouncezz 1.2s 500ms infinite;
}
@keyframes bouncezz {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
    40% {-webkit-transform: translate(-50%,-80%);transform: translate(-50%,-80%);}
    60% {-webkit-transform: translate(-50%,-60%);transform: translate(-50%,-60%);}
}
@-webkit-keyframes bouncezz {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%,-50%);}
    40% {-webkit-transform: translate(-50%,-80%);}
    60% {-webkit-transform: translate(-50%,-60%);}
}

/*==================BEGIN BREADCRUMB===============*/
.vnt-main-top{
    margin-bottom: 50px;
}
.breadcrumb {
    background: #ffffff;
    padding: 12px 0;
    border-bottom: solid 1px rgba(0,0,0,0.15);
    display: flow-root;
    margin-bottom: 0;
}
.breadcrumb ul {
    text-align: right;
    float: right;
    width: initial
}
.breadcrumb ul li {
    padding: 0;
    margin: 0 15px;
    float: left;
    position: relative;
    color: #666666;
    font-size: 13px;
    line-height: 22px;
}
.breadcrumb ul li:first-child {
    margin-left: 0
}
.breadcrumb ul li a {
    font-size: inherit;
    line-height: inherit;
    color:inherit;
}
.breadcrumb ul li a:hover {
    color: #810007
}
.breadcrumb ul li:after {
    content: "/";
    position: absolute;
    right: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 23px;
}
.breadcrumb ul li:last-child:after {
    content: initial
}
.breadcrumb ul li:last-child {
    margin-right: 0
}
#vnt-space-background img {
    width: 100%;
}
/*==================END BREADCRUMB=================*/

/*==================BEGIN BOX MID==================*/
.box_mid{
    margin-bottom: 45px;
}
.box_mid .mid-title{
    margin-bottom: 45px;
    padding-bottom: 40px;    
}
.box_mid .mid-title .titleL{
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #333333;
}
.box_mid .mid-title .titleL h1,
.box_mid .mid-title .titleL h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    padding: 0;
}
/*==================END BOX MID====================*/
/*input:not([type="radio"]) {
    background: #eceff8;
    border: 1px solid #eee;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}*/
input[type="number"] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none !important; 
    margin: 0 !important; 
}
textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
.contact_title h2 {
	font-size: 25px;
	font-weight: 400;
	text-transform: capitalize;
	color: #222222;
	margin-bottom: 15px;
}
.breadcrumbs_area.contact_bread.contact {
	margin-bottom: 40px;
}
.contact_message form input,.contact_textarea textarea {
	background: none;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.contact_textarea textarea {
	height: 120px;
	resize: none;
}
.contact_message form button {
	line-height: 42px;
	padding: 0 30px;
	background: #ea3a3c;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.contact_message form button:hover{
    background: #999;
}
.contact_title h4 {
	font-size: 25px;
	text-transform: capitalize;
	color: #222222;
	font-weight: 400;
	margin-bottom: 20px;
}
.contact_info ul li {
	padding: 10px 0;
	border-top: 1px solid #e4e4e4;
}
.contact_info ul li i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.contact_info ul li a {
	color: #ea3a3c;
}

.contact_info.mb-15 h3 {
	font-size: 25px;
	color: #222222;
}
.mb-40{margin-bottom: 40px}


.map iframe{width: 100% !important}

/*===============================================*/
.menuSubNews {
    padding: 29px 0px;
    border-top: solid 1px rgba(0,0,0,0.1);
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.menuSubNews ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menuSubNews ul li{
	padding: 0 20px;
}
.menuSubNews ul li ~ li{
	border-left: solid 1px #999999;
}
.menuSubNews ul li a{
	text-transform: uppercase;
	font-weight: bold;
	color:#888888;
	position: relative;
}
.menuSubNews ul li.current a,
.menuSubNews ul li a:hover{
	color:#2C4921;
}
.menuSubNews ul li.current a:before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    border-bottom: solid 2px #2C4921;
}
/*=============================================*/
/*=============================================*/
.boxNews{
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: solid 1px rgba(0,0,0,0.4);
}
.boxNews .title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}
.boxNews .title h2{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
    padding: 0;
}
.boxNews .title .linkAll a{
	display: inline-block;
	font-weight: bold;
}
.boxNews .title .linkAll a span{
	padding-right: 15px;
	position: relative;
}
.boxNews .title .linkAll a span:before{
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
/*==================================================*/

.slideNews .slick-list{
	margin: 0 -15px;
}
.slideNews .item{
	padding:0 15px;
}
.boxNews .news .date2 {
    font-size: 13px;
    line-height: 21px;
    color: #999999;
    margin-bottom: 5px;
}

.boxNews .news .img{
	padding-top: 66.666666%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.boxNews .news .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.boxNews .news .img:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.boxNews .news .date{
	font-size: 13px;
	line-height: 21px;
	color:#999999;
	margin-bottom: 5px;
}
.boxNews .news .tend h3{padding: 0}
.boxNews .news .tend a{
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	height:44px;
	overflow: hidden;
}

.slideNews > .slick-arrow {
    width: 15px;
    height: 25px;
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #999999;
}
.slideNews > .slick-prev {
    left: 0px;
}
.slideNews > .slick-next {
    right: 0px;
}
.slideNews > .slick-arrow::before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 40px;
    line-height: 48px;
}
.slideNews > .slick-prev::before {
    content: "\f104";
}
.slideNews > .slick-next::before {
    content: "\f105";
}
.no-border-bottom{border-bottom: 0}
.share{margin-top: 15px;}
.box-product{
    width: 100%;
    margin-bottom: 45px;
}
.blog-arrow{text-align: center}
.blog-arrow ul {
    display: block;
    margin: 27px auto 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.blog-arrow ul li {
    float: left;
}
.blog-arrow ul li a {
    border: 1px solid #dfdfdf;
    color: #666666;
    display: block;
    font-size: 14px;
    height: 45px;
    margin: 5px;
    margin-left: 5px;
    padding-top: 11px;
    text-align: center;
    width: 45px;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.blog-arrow ul li.active a, .blog-arrow ul li a:hover {
    border-color: #ea3a3c;
    background-color: #ea3a3c;
    color: #fff;
}
.product_d_right h2{font-size: 24px;padding: 0; font-weight: 600; line-height: 24px;margin-bottom: 15px;}
.detail-price{display: -webkit-box;display: -ms-flexbox;display: flex; margin-bottom: 15px;}
.detail-price span.new-price {
    font-weight: 600;
    font-size: 22px;
    color: #ea3a3c;
}

.detail-price span.old-price {
    color: #999999;
    text-decoration: line-through;
    font-size: 16px;
    margin-left: 15px;
}
.deatail-des{text-align: justify}
.detail-more p b {
    margin-right: 5px;
    display: block;
    width: 100px;
    float: left;
    font-weight: 700;
    color: #919191;
}
.detail-support p b{
    margin-right: 5px;
    display: block;
    width: 150px;
    float: left;
    font-weight: 700;
}
strong.color-red a{color: #ea3a3c; font-size: 18px; -webkit-animation: neon .08s ease-in-out infinite alternate; animation: neon .08s ease-in-out infinite alternate;}

.product-details-tab{margin-top: 40px; margin-bottom: 40px;}
.product-details-tab-inner {
    border: 1px solid #ddd;
}
.product-details-tab-button {
    border-bottom: 3px solid #ea3a3c;
}
.product-details-tab-button ul li a {
    display: block;
    padding: 10px 20px;
    float: left;
    text-transform: uppercase;
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.nav-tabs > li{margin-bottom: -3px;}
.nav-tabs > li.active > a{background: #ea3a3c!important; color: #fff!important; border: 0!important; border-radius: 0!important;}
.nav-tabs > li > a:hover {
    border-color: #ea3a3c;
    background: #ea3a3c;
    color: #fff;
    border-radius: 0;
}
#productInfo, #fanPage{padding: 30px 15px;}
.product-details-tab-button ul li a::before {
    content: "";
    width: 18px;
    height: 44px;
    border: 21px solid transparent;
    border-left-width: 21px;
    border-left-style: solid;
    border-left-color: transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 20px;
    border-left: 20px solid transparent;
    position: absolute;
    top: 0px;
    right: -40px;
    -webkit-transition: .5s;
    transition: .5s;
}
.product-details-tab-button ul li.active a::before {
    border-left: 20px solid #ea3a3c;
}
.products-related{border: 1px solid #ddd;}
.top_title {
    border-bottom: 3px solid #ea3a3c;
    margin-bottom: 10px;
}
.top_title h2{
    text-transform: uppercase;
    color: #fff;
    background: #ea3a3c;
    padding: 10px 20px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.top_title h2::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border: 20px solid transparent;
    border-left-width: 20px;
    border-left-style: solid;
    border-left-color: transparent;
    border-left: 20px solid #ea3a3c;
    top: 0;
    right: -40px;
}


blockquote{border-color: #ea3a3c}
blockquote p{font-size: 16px; font-weight: 600; font-style: italic;}
.blockquote-noinfo{margin-left: 15px;}
.mb-0{margin-bottom: 0}
#vnt-video{
    padding: 50px 0;
    background: #f2f2f2;
}





/*============================RESPONSIVE====================================*/
@media all and (max-width: 991px){
    .vnt-product .row > div {
        margin-bottom: 15px;
    }
    #slideProduct > .slick-prev {
        left: 0px;
    }
    #slideProduct > .slick-next {
        right: 0px;
    }
    #vnt-product .title{
        background-size: 95px;
    }
    #vnt-product .title h2{
        font-size: 20px;
        line-height: 28px;
    }
    #vnt-deal .grid .col1, 
    #vnt-deal .grid .col2{
        width: 100%;
    }
    #vnt-news .title{
        display: block;
    }
    #vnt-news .title h2{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .news{
        margin-bottom: 20px;
    }
    .news:after{
        content: "";
        display: block;
        clear: both;
    }
    .news .img{
        width: 160px;
        float:left;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .news .tend a{
        font-size: 14px;
        line-height: 22px;
    }
    .vnt-ads-bot .gridAB .col {
        width: 50%;
        margin-bottom: 10px;
    }
    .ads {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: inherit;
        padding: 15px;
        padding-left: 20px;
    }
    .ads img {
        width: 25px;
    }
    .ads .txt {
        max-width: initial;
    }
    .vnt-foot .wrapper {
        display: block;
    }
    .workTime {
        margin-bottom: 10px;
    }
    #vnt-video {
        padding: 30px 0 20px;
    }
    #vnt-video .grid .col1, #vnt-video .grid .col2 {
        width: 100%;
    }
    #vnt-video .grid .col2 {
        padding: 15px 20px;
    }
}
@media all and (max-width: 768px){
    #vnt-banner .grid .col{
        width: 100%;
    }
    #vnt-news{
        margin-bottom: -20px;
    }
    #vnt-news .menuNews ul{
        position: absolute;
        display: block;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 1;
        border:solid 1px #d5d5d5;
        border-top: none;
        padding: 5px 10px;
        display: none;
    }
    #vnt-news .menuNews.active ul{
        display: block;
    }
    #vnt-news .menuNews ul li{
        padding:8px 10px;
        margin: 0;
        border-right: none;
    }
    #vnt-news .menuNews ul li:last-child a{
        font-weight: normal;
    }
    .news .des{
        display: none;
    }
    .news .date{
        margin-bottom: 10px;
    }
    .news .wrapCap{
        display: block;
    }
    .d-inline-block {float: none; margin-top: 15px;}
}

@media(max-width: 530px){
    .formRecive {
        display: block;
    }
    .formRecive .txt {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

@media all and (max-width: 480px){
    .vnt-ads-bot .gridAB .col {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 360px){
    .news .img{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/*Icon Call Start*/
.hotline-ef{bottom:15px;right: 15px;position:fixed;z-index:9999;}
.hovicon{display: inline-block; font-size: 24px; cursor: pointer; margin: 15px; width: 40px; height: 40px; border-radius: 50%; text-align: center; position: relative; text-decoration: none; z-index: 1; color: #1E77D1; line-height: 40px;}
.hovicon a{left:0;position:relative;-top:-8px; font-size: 24px;}
.hovicon:after{pointer-events:none;position:absolute;width:100%;height:100%;border-radius:50%;content:'';-webkit-box-sizing:content-box;box-sizing:content-box;}
.hovicon:before{speak:none;font-size:48px;line-height:90px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;display:block;-webkit-font-smoothing:antialiased;}
.hovicon.effect-8{background:rgba(255, 255, 255, 0.1);-webkit-transition:-webkit-transform ease-out 0.1s, background 0.2s;-webkit-transition:background 0.2s, -webkit-transform ease-out 0.1s;transition:background 0.2s, -webkit-transform ease-out 0.1s;transition:transform ease-out 0.1s, background 0.2s;transition:transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;}
.hovicon.effect-8:after{top:0;left:0;padding:0;z-index:-1;-webkit-box-shadow:0 0 0 2px rgba(255, 255, 255, 0.1);box-shadow:0 0 0 2px rgba(255, 255, 255, 0.1);opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9);}
.hovicon.effect-8{background:rgba(0, 0, 0, 0.1);-webkit-transform:scale(0.93);transform:scale(0.93);color:#fff;}
.hovicon.effect-8 i{color:red; transition: all .2s;-webkit-transition: all .2s; position: relative;}
.hovicon.effect-8:after{-webkit-animation:sonarEffect 1.3s infinite ease-out 75ms;animation:sonarEffect 1.3s infinite ease-out 75ms;}
.hovicon.effect-8:hover:after {background: darkorange;}
.hovicon.effect-8 i:hover, .hovicon span:hover:before{color: darkred;}
.hovicon span:hover{background: darkred;}
.hovicon i{position:relative;}
.hovicon > a > i{font-size:inherit !important;}
.hovicon span{background-color:rgba(255,0,0,1);border-radius:5px;display:inline-block;font-size:22px;left:70px;line-height:1;padding:7px;position:absolute;top:3px;white-space:nowrap;-visibility:hidden;-opacity:0;-pointer-events:none;color: white; transition: all .5s;-webkit-transition: all .5s; right: 50px; top: -3px; left: auto;}
/*.hovicon span::before{color:rgba(255, 0, 0, 1);content:"\f0d9";font-family:fontawesome;font-size:1.7em;left:-8px;position:absolute;top:1px; transition: inherit; -webkit-transition: inherit;}*/
.hovicon:hover span{-visibility:visible;-opacity:1}
.fancybox-overlay{z-index:99999}
@-webkit-keyframes sonarEffect{0%{opacity:0.3;}
40%{opacity:0.5;-webkit-box-shadow:0 0 0 2px rgba(255,0,0,0.1), 0 0 15px 15px rgba(255,0,0,1), 0 0 0 15px rgba(255, 255, 255, 0.5);box-shadow:0 0 0 2px rgba(255,0,0,0.1), 0 0 15px 15px rgba(255,0,0,1), 0 0 0 15px rgba(255, 255, 255, 0.5);}
100%{-webkit-box-shadow:0 0 0 2px rgba(255,0,0,0.1), 0 0 15px 15px rgba(255,0,0,1), 0 0 0 15px rgba(255, 255, 255, 0.5);box-shadow:0 0 0 2px rgba(255,0,0,0.1), 0 0 15px 15px rgba(255,0,0,1), 0 0 0 15px rgba(255, 255, 255, 0.5);-webkit-transform:scale(1.5);opacity:0;}
}
@keyframes sonarEffect{0%{opacity:0.3;}
40%{opacity:0.5;-webkit-box-shadow:0 0 0 2px rgba(255,0,0,0.1), 0 0 15px 15px rgba(255,0,0,1), 0 0 0 15px rgba(255, 255, 255, 0.5);box-shadow:0 0 0 2px rgba(255,0,0,0.1), 0 0 15px 15px rgba(255,0,0,1), 0 0 0 15px rgba(255, 255, 255, 0.5);}
100%{-webkit-box-shadow:0 0 0 2px rgba(255,0,0,0.1), 0 0 15px 15px rgba(255,0,0,1), 0 0 0 15px rgba(255, 255, 255, 0.5);box-shadow:0 0 0 2px rgba(255,0,0,0.1), 0 0 15px 15px rgba(255,0,0,1), 0 0 0 15px rgba(255, 255, 255, 0.5);-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0;}
}
/*Icon Call End*/
    
/*-- Animation Keyframes Neon --*/
@-webkit-keyframes neon {
  from {
    text-shadow: 0 0 1px rgba(232, 237, 63, 0.92), 0 0 30px rgba(232, 237, 63, 0.34), 0 0 12px rgba(225, 167, 9, 0.52), 0 0 21px rgba(255, 167, 9, 0.92), 0 0 34px rgba(255, 167, 9, 0.78), 0 0 54px rgba(255,167, 9, 0.92);
  }
  to {
    text-shadow: 0 0 1px rgba(232, 237, 63, 0.98), 0 0 30px rgba(232, 237, 63, 0.42), 0 0 12px rgba(255, 167, 9, 0.58), 0 0 22px rgba(255, 167, 9, 0.84), 0 0 38px rgba(255, 167, 9, 0.88), 0 0 60px white;
  }
}
@keyframes neon {
  from {
    text-shadow: 0 0 1px rgba(232, 237, 63, 0.92), 0 0 30px rgba(232, 237, 63, 0.34), 0 0 12px rgba(255,167, 9, 0.52), 0 0 21px rgba(255, 167, 9, 0.92), 0 0 34px rgba(255, 167, 9, 0.78), 0 0 54px rgba(255,167, 9, 0.92);
  }
  to {
    text-shadow: 0 0 1px rgba(232, 237, 63, 0.98), 0 0 30px rgba(232, 237, 63, 0.42), 0 0 12px rgba(255,167, 9, 0.58), 0 0 22px rgba(255, 167, 9, 0.84), 0 0 38px rgba(255, 167, 9, 0.88), 0 0 60px white;
  }
}
/*-- Animation Keyframes Neon End --*/
#slideProduct .item, #slideRelated .item {
    outline: none !important;
}