#vnt-content {margin-top: 10px;}
#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{
	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;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
	opacity: 0.7;
}
#vnt-slide-home .slick-prev{
	left:10px;
	background-image: url(../images/i-prev-bg.png);
}
#vnt-slide-home .slick-next{
	right:10px;
	background-image: url(../images/i-next-bg.png);
}
#vnt-slide-home .slick-arrow:hover{
	opacity: 1;
}
#vnt-slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	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;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #ee3024;
	border-color: #ee3024;
}
.box {margin-bottom:10px;}
.video {margin: 15px 0px;}
.video p{padding:0;
	border:none;
	margin:0;}
.video iframe{
	width: 100%;
}
.banner_main {margin-left:10px;
	border:1px solid #CCC;
	padding:4px;}
.banner_main1 {
	text-align:center;
	margin:15px 0;
	border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.banner_main1 img {border:1px solid #CCC;
	padding:4px;}
/*box news*/
.box_new {padding:10px;}
.boxNews .img_left {float:left;
	margin-right:20px;}
.box_new a {color:#333333;}

.box-news a{
	color: #0f1283;
}
.news{
	 margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}
.news .tend{
	margin: 10px 0px;
}
.news .tend a {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
}
.news .des {
    font-size: 15px;
    line-height: 23px;
}
.news .img img{
	width: 100%;
}
.item-news li{
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
	background-image: url('../images/icon-new.png');
	background-repeat: no-repeat;
	background-position-y: 5px;
}
.item-news a{
	font-weight: normal;
}

#otherNews_main li {border-top:1px solid #CCC;
	padding-top:9px;
	margin-top:8px;}
	
/*Box support*/
.news_support {background:url(../images/bg_support_main.gif) repeat-x;
	border:1px solid #CCC;
	padding:4px 10px;
	margin-bottom:15px;}
.lastNews .label {background:url(../images/arrow_news.gif) right no-repeat;
	padding-right:15px;
	margin-right:10px;
	font-weight:bold;
	text-transform:uppercase;}
.lastNews .text a {font-weight:bold;
	color:#004eb0;}
	
.news_support .fr .title_support {background:url(../images/arrow_right.gif) left no-repeat;
	padding-left:25px;
	padding-right:50px;
	font-weight:bold;}
	
/*****************************Box category**********************************/
.List_Product {padding:0 35px;
	position:relative}
.List_Product .slide .img  {border:1px solid #CCC;}
.List_Product h3  {padding-top:5px;}
.List_Product h3 a {color:#004eb0}
.List_Product  .price_old {color:#666666;
	text-decoration:line-through;}
.List_Product  .price_old b {font-weight:normal}
.List_Product .price {color:#cc0700;
	font-weight:bold;}

.List_Product .line_prev {background:url(../images/bg_prev.gif) no-repeat;
	width:21px;
	height:229px;
	position:absolute;
	left:3%;}
.List_Product .line_next {background:url(../images/bg_next.gif) no-repeat;
	width:20px;
	height:210px;
	position:absolute;
	right:3%;}

.List_Product .no-scroll {padding-left:30px;}
.List_Product .no-scroll .slide {float:left;
	width:163px;
	margin-right:22px;}
.List_Product .no-scroll .slide.last {margin-right:0;}
.boxListCategory {margin-bottom:0px;}
.boxListCategory .div-title .cat-title-r {
    position: relative;
}
.boxListCategory .div-title {
}
.boxListCategory .cat-title-l{
}
.boxListCategory .cat_sub{
	
}
.menuTab ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.menuTab ul li a {
    display: block;
    background: #f5f5f5;
    padding: 13px 15px;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}
.menuTab ul li a:hover, .menuTab ul li.current a {
    background: #231f20;
    color:#ffffff;
}
.menuTab .mc-menu{
    background:#0f1283;
    color: #ffffff;
    padding: 9px 10px;
    cursor: pointer;
    position: relative;
}
.menuTab .mc-menu:before{
    content: "\f0dd";
    font-family: fontawesome;
    position: absolute;
    right:10px;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}
.menuTab {
    position: relative;
}
.menuTab ul{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f6f6f6;
    display: none;
    z-index: 1;
}
.menuTab.active ul{
    display: block;
}
.menuTab ul li{
	border-bottom: 1px solid #cccccc;
}
.menuTab ul li:last-child{
	border-bottom: 0px solid #cccccc;
}
.menuTab ul li a{
    font-size: 14px;
    text-transform: none;
}
.menuTab ul li a:hover, .menuTab ul li.current a{
    background: #e5e5e5;
    color: #231f20;
}
.boxCatSub .row_title td {text-align:center;
	padding-bottom:10px;
	text-transform:uppercase}
.view_all {background:url(../images/bg_viewall.gif) no-repeat;
	height:34px;
	line-height:30px;
	display:block;
	padding:0 20px;
	color:#fff;}
.view_all:hover {color:#fff;}

.cat-title-r .cat_sub a {
	line-height: 25px;
}
.View2 {
	border-bottom: 1px dotted #CCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.View2.last {border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;}
.View2 .img {border:1px solid #CCC;
	margin-right:10px;}
.View2 h3 a{
	color:#004eb0;
	line-height: 22px;
}
.View2 .price_old {font-weight:normal;	
	color:#666666;
	text-decoration:line-through}
.View2 .price_old b {font-weight:normal}
.slideProduct .boxPrice .boxPriceL{
	font-size: 14px;
}
.boxPriceR{
	font-weight:bold;
	color:#cc0700;
}
#product-scroll {
    margin-left: 67px;
}
.boxListWatched{
	margin-top: 10px;
}
.slideProduct{
	margin: 0 -5px;
}
.slideProduct .item{
	padding: 0px 5px;
}
.slideProduct .item h3{
 	margin: 5px 0px;
}
.slideProduct .item a{ 
	color: #2b6bbe;
	font-size: 14px;
	line-height: 20px;
}
.slideProduct .item .img{
	border: 1px solid #CCC;
}
.slideProduct .slick-arrow {
    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;
    color: #ffffff;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
    opacity: 0.7;
}
.slideProduct .slick-prev {
    left: -10px;
    background-image: url('../images/i-prev-bg-pro.png');
}
.slideProduct .slick-next {
    right: -10px;
    background-image: url('../images/i-next-bg-pro.png');
}
.facebook_banner {margin: 15px 0px;}
.facebook_banner .banner_fb {
	
margin-bottom: 15px;
}
.facebook_banner .banner_fb img {
	width:100%;
	height:auto;
}
.facebook_banner .fanpage_fb iframe{
	width: 100% !important;
}
/*LOGO PARTNER*/
.logo_partner {
	margin:0 10px;
	margin-bottom:20px;
	background:url(../images/bg_partner.gif) repeat-x;
	height:102px;
	padding:0 10px;
	padding-top:10px;
}
/********* CUSTOMER *********/
#slideCustomer{
	margin:  15px 0px;
}
#slideCustomer p{
	padding: 0px;
}
#slideCustomer .item{
	padding: 0px 10px;
}
#slideCustomer .info-name h3{
	font-size: 15px;
    color: #ed1b24;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#slideCustomer .info-name p{
	font-size: 14px;
    color: #333333;
    font-weight: 550;
}
#slideCustomer .cus-img{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#slideCustomer .cus-img .img{
	width: 32%;
}
#slideCustomer .cus-img .img img{
	border-radius: 100%;
}
#slideCustomer .slick-arrow {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    position: absolute;
    top: 15%;
    font-size: 0;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    transform: translateY(-15%);
    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);
    opacity: 0.7;
}
#slideCustomer .slick-prev {
    left: -10px;
    background-image: url('../images/i-prev-bg-pro.png');
}
#slideCustomer .slick-next {
    right: -10px;
    background-image: url('../images/i-next-bg-pro.png');
}
#slideCustomer .cus-content{
	position: relative;
	border: 1px solid #cccccc;
	margin-top: 14px;
	padding: 10px 10px 10px 35px;
	background-image: url('../images/icon-w.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#slideCustomer .cus-content .arrow{
    background-image: url(../images/icon-up.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 13px;
    position: absolute;
    top: -13px;
    left: 25px;
}
/********* STAFF *********/
.box-staff{

}
.box-staff h2{
	line-height: 25px !important;
}
.list_staff{
	margin: 20px 0px;
}
.list_staff .item1{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.list_staff .item .list{
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
.list_staff .item .list:nth-child(2n+1):before{
	content: '';
	position: absolute;
	background-image: url('../images/icon-doc.png');
	background-repeat: no-repeat;
	top: 10%;
	right: 0px;
	width: 1px;
	height: 100%;
}
.list_staff .img_staff,
.list_staff .icon{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_staff .icon{
	margin: 5px 0px;
}
.list_staff .icon a{
	display: inline-block;
	padding: 0px 5px;
}
.list_staff .pos{
	font-size: 14px;
	font-weight: 550;
	color: #085399;
	text-transform: uppercase;
	height: 45px;
}
.list_staff .div_name .name{
	font-size: 14px;
	font-weight: 550;
	color: #ed1b24;
}
.list_staff .div_name .phone{
	font-size: 14px;
    font-weight: 550;
    color: #085399;
}
.list_staff .img_staff img{
	border-radius: 100%;
}
.list_staff .slick-arrow {
    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;
    color: #ffffff;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
    opacity: 0.7;
}
.list_staff .slick-prev {
    left: -10px;
    background-image: url('../images/i-prev-bg-pro.png');
}
.list_staff .slick-next {
    right: -10px;
    background-image: url('../images/i-next-bg-pro.png');
}