body {
	margin: 0;
}
td,th {
	line-height:18px;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
}

@font-face {font-family: customFont; src: url("../fonts/UTM Alter Gothic.ttf") /* TTF file for CSS3 browsers */}

.clear {clear: both; font-size: 0px; line-height: 0px; height:0;}
p {margin:0px;padding:5px 0px;}
ol,ul {	list-style: none;}

a { text-decoration:none; color:#f00202}
a:hover {  color:#ed1c24; text-decoration: none; }

img {
    border: 0 none;
    height: auto !important;
    max-width: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif ;
}
html.openmenu{
	overflow: hidden;
}
.clearfix:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix{
	display: inline;
	position: relative;
	}
/*\*/
.clearfix	{
	display: block;
}

.fl {float:left;}
.fr {float:right;}
.hidden {display:none;}
/* -------------------------------------------------------------------
 format text
------------------------------------------------------------------- */

.font_err {	color:#FF0000;}
.font_err a:active , .font_err a:link , .font_err a:visited {  text-decoration: none ; color:#FF0000}
.font_err a:hover {  color:#FF0000; text-decoration: underline; }


/* -------------------------------------------------------------------
 format input
------------------------------------------------------------------- */


.btn-default { background:#7d0014; color:#ffffff ; border-color: #7d0014;  font-weight:normal; height:36px; font-size:15px; 	 text-transform:uppercase;  }
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #ffffff;
	background-color: #7d0014;
	border-color: #7d0014;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #df2a31;
	border-color: #ffffff;
}


.btn-cancel { background:#373435; color:#ffffff ; border-color: #373435;  font-weight:normal; height:36px; font-size:14px;   text-transform:uppercase;  }
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active,
.open > .dropdown-toggle.btn-cancel {
	color: #ffffff;
	background-color: #373435;
	border-color: #373435;
}

.textfiled {

}
.textarea{
}
.select{	 

}

.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
	color:#a1a1a1;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.left-addon textarea { padding-left:  30px;}  

/*LAYOUT*/
body {
	font-size: 14px;
	line-height: 22px;
	color: #fffffff;
}
#vnt-wrapper {

}
#vnt-header{
	margin-bottom: 20px;
}
#vnt-content{
	padding: 0px 15px;
}
#vnt-header .header {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 5px 20px;
}
#vnt-header .header-l { 
	 width: 30%;
}
#vnt-header .header-l .logo { 
	 
}
#vnt-header .header-l .logo a { 
	display: block;
	width: 100%;
	height: 100%; 
}
#vnt-header .header-l .logo img { 
	max-width: none;
}
#vnt-header .header-r {  
	width: 70%;
	position: relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#vnt-header .header-r .box-search,
#vnt-header .header-r .box-lang{
	
}
#vnt-header .header-r .box-lang img{
	min-width: 45px;
}
#vnt-header .header-r .box-lang{
	position: relative;
	padding: 0px 10px;
}
#vnt-header .header-r .box-lang::before{
	position: absolute;
	content: '';
	height: 35px;
	border: 1px solid #ccccca;
	top: 50%;
	left: 0px;
	opacity: .5;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.vnt-menu-mb{
	background: #00755a;
	padding: 5px 15px;
}
#vnt-footer .vnt-menu-mb{
	border-bottom: 1px solid #ffffff;
}
#vnt-header .icon_cart {
	float: left;
	height: 70px;
	padding: 8px 20px;
	border-left: 1px solid #e5e5e5;
	/*border-right: 1px solid #665617;*/
	color: #222222;
	cursor: pointer;
}
#vnt-header .icon_cart i {
	display: block;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
}
#vnt-header .icon_cart p{
	color: #ffffff;
}
.vnt-menu-mb .icon_menu {
	float: right;
	height: 50px;
	padding: 15px 12px;
	text-align: center;
	color: #ffffff;
	font-size: 0px;
	line-height: 50px;
	position: relative;
	font-family: 'Open Sans', sans-serif;

}
.vnt-menu-mb .icon_menu i {
	display: block;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	width: 100%;
}
.vnt-menu-mb .icon_menu::before {
	content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 0px;
    height: 35px;
    border: 1px solid #01604a;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vnt-menu-mb .f-tt{
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 550;
	text-transform: uppercase;
}

/*  */
#vnt-header .hotline{ 
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: inherit;
    margin: 10px 0px;
}
#vnt-header .box-child{
	    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
}
#vnt-header .hotline i.fa.fa-phone-square{
	font-size: 16px;
	margin-right: 10px;
}
#vnt-header .hotline span{
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

/*   */

.header-menu .divmm {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	visibility: hidden;
	text-align: left;
	z-index: 99999;
}
.header-menu .divmm .mmContent {
	width: 99%;
	height: 100%;
	max-width: 560px;
	padding-left: 55px;
	margin: 0 0 0 auto;
	position: relative;
	top: 0px;
	right: 0;
	z-index: 101;
	-webkit-transform: translate(100%, 0%);
	-moz-transform: translate(100%, 0%);
	-o-transform: translate(100%, 0%);
	-ms-transform: translate(100%, 0%);
	transform: translate(100%, 0%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	pointer-events: none;
}

.header-menu .divmm .mmContent .mmTitle{
	height: 65px;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #1c1c1c;
	background: #ffd739;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	z-index: 102;
}

.header-search {
	padding: 10px 15px;
	background: #333333;
	/*border-bottom: 1px solid #e5e5e5;*/
}
.header-search .form-control {
	background: none;
	border: none;
	box-shadow:none;
	color: #333333;
	font-size: 16px;
	font-style: italic;
}
.header-search .btn {
	background: none;
	border: none;
	color: #333333;
	font-size: 20px;
}


.header-menu .divmm .mmContent .mmMenu {
	position: relative;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	background-color: #333333;
	border-bottom: 3px solid #333333;
	color: #fff;
	pointer-events: auto;
}
.header-menu .divmm .mmContent .mmMenu ul {
	width: 100%;
}
.header-menu .divmm .mmContent .mmMenu > ul{
}
.header-menu .divmm .mmContent .mmMenu ul li {
	display: block;
	border-bottom: 1px solid #505050;
	position: relative;
}
.header-menu .divmm .mmContent .mmMenu ul li:first-child{
	border-top: 1px solid #505050;
}
.header-menu .divmm .mmContent .mmMenu ul li a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	/*font-weight: bold;*/
	/*background-color: #333333 !important;*/
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	position: relative;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.header-menu .divmm .mmContent .mmMenu ul li a:hover{
	color:#ffffff;
	text-decoration: none ;
	background: rgb(255, 0, 0);
}
.header-menu .divmm .mmContent .mmMenu > ul > li > .m-sub > a:after,
.header-menu .divmm .mmContent .mmMenu > ul > li > a:after {
	position: absolute;
	font-family: "fontawesome";
	top: 10px;
	left: 10px;
	font-size: 6px;
	line-height: 24px;
	color: #5e5e5e;
}
.header-menu .divmm .mmContent .mmMenu ul li ul {

	background: #242424;
}
.header-menu .divmm .mmContent .mmMenu ul li ul li:first-child{
	    /*border-top: 1px solid #ccc;*/
}
.header-menu .divmm .mmContent .mmMenu ul li ul li{

	border-bottom: 1px solid #505050;
}

.header-menu .divmm .mmContent .mmMenu ul li ul li a {
	font-size: 16px;
	font-weight: lighter;
	text-transform: none;
	position: relative;
}

.header-menu .divmm .mmContent .mmMenu ul li ul li a:hover{
	color:#ffd739;
	background-color: transparent;
	font-weight: normal;
}

.header-menu .divmm .mmContent .mmMenu ul li .m-sub{
	position: relative;
}
.header-menu .divmm .mmContent .mmMenu ul ul li ul li{
	/*padding-left: 15px;*/
}
.header-menu .divmm .mmContent .mmMenu ul ul li ul li a{
	padding-left: 30px;
	/*background: url('../images/li.png') left center no-repeat;*/
	font-size: 16px;
    line-height: 30px;
    color: #ffffff !important;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
}
.header-menu .divmm .mmContent .mmMenu ul li .button-submenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #000000;
	padding-top: 10px;
	cursor: pointer;
	border-left: 1px solid #505050;
}
.header-menu .divmm .mmContent .mmMenu ul li .button-submenu:after{
	position: absolute;
	top: 50%;
	left: 50%;
	font-family:"fontawesome";
	content: '\f105';
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.header-menu .divmm .mmContent .mmMenu ul li .button-submenu.show:after {
	content: '\f107';
}

.header-menu .divmm .mmContent .mmMenu .box-member{
	height: 60px; overflow: hidden; z-index: 2001; border-bottom: 1px solid #e5e5e5;
}
.header-menu .divmm .mmContent .mmMenu .box-member > div{
	/*height: 100%; border-right: 1px solid #e5e5e5; padding-top: 18px;*/
}
#box_click_login{
	
}
#box_click_login div.col-xs-6{
	padding-top: 18px;
	height: 60px;
}
#box_click_login div.col-xs-6:first-child{
	border-right: 1px solid #e5e5e5;
}
.header-menu .divmm .mmContent .mmMenu .box-member div img{
	float: left; margin-right: 15px;
}
.header-menu .divmm .mmContent .mmMenu .box-member div a{
	display: block; height: 100%; text-transform: uppercase; color: #333333; font-weight: bold; font-size: 13px;
}


.header-menu .divmm .mmContent .close-mmenu {
	position: absolute;
	top: 46px;
	left: 300px;
	width: 60px;
	height: 60px;
	background: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.8s ease 0.2s;
	-moz-transition: all 0.8s ease 0.2s;
	-o-transition: all 0.8s ease 0.2s;
	transition: all 0.8s ease 0.2s;
	opacity: 0;
	pointer-events: auto;
}
.header-menu .divmm .mmContent .close-mmenu:after{
	position: absolute;
	top: 35%;
	left: 50%;
	font-size: 30px;
	line-height: 40px;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	color: #000;
	font-family: "fontawesome";
	content: "\f00d";
}
.header-menu .divmm.show {
	visibility: visible;
}
.header-menu .divmm.show .mmContent {
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}
.header-menu .divmm.show .mmContent .close-mmenu {
	left: -6px;
	top: 0;
	opacity: 1;
}
.header-menu .divmm.show .mmContent .close-mmenu span{
	color: #333;
	position: absolute;
	bottom: 5px;
	left: 50%;
	    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-menu .divmm .divmmbg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.header-menu .divmm.show .divmmbg {
	opacity: 1;
	visibility: visible;
}
#vnt-container {
}
#vnt-footer{
	margin: 15px 0px 0px 0px;
	background: #00755a;
	color: #ffffff;
}
#vnt-footer .ft-content{
	padding: 15px 15px;
}
#vnt-footer .web-address {
	margin-bottom: 15px;
}
#vnt-footer .web-address .contact-title {
	font-size: 30px;
	font-family: "customFont";
	line-height: 35px;
	color: #ffd738;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
}
#vnt-footer .web-address table td {
	padding: 2px 0px;
	color: #cccccc;
}
#vnt-footer .web-address table td a {color: #cccccc;}

#vnt-footer .web-address .contact-title::before {
	position: absolute;
	content: "";
	left:0;
	bottom: -10px;
	width: 100px;
	height: 1px;
	border-bottom: 1px solid #333333;
}
#vnt-footer .footer-tool {
	/*padding: 15px 0px;*/
}
#vnt-footer .hotline {  }
#vnt-footer .view-maps {  }
#vnt-footer .footer-btn { 
    padding: 2px 15px; 
    position: relative;
    background: #ffffff; 
    margin-bottom: 10px;
}

#vnt-footer .footer-btn::after {
	position: absolute;
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 30px;
	right: 15px;
	top: 10px;
	width: 20px;
	height: 20px;
	color: #333333;
}

#vnt-footer .hotline  {

}
#vnt-footer .view-maps  {

}

#vnt-footer .hotline .footer-btn::after {
	content: '\f095';
}
#vnt-footer .view-maps .footer-btn::after {
	content: '\f041';
}
#vnt-footer .view-destop .footer-btn::after {
	content: '\f108';
}
#vnt-footer .footer-btn a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	padding-right: 20px;
	font-weight: bold;
}
#vnt-footer .copyright {
     
}
#vnt-footer .copyright a,
#vnt-footer .copyright strong {
	
}
#vnt-footer .copyright a.thietkeweb,
.total_num_stats a {
	color: #ffffff !important;
}
#vnt-footer .ft-address tr td{
	line-height: 22px;
	opacity: .8;
}
#vnt-footer .ft-address tr:first-child td{
	opacity: 1;
}
#vnt-footer .made-mb{
	padding: 10px 0px;
    margin-top: 20px;
    border-top: 1px dotted #fff;
}
#vnt-footer .made-mb a{
	color: #fff;
}
#vnt-footer .social-network li{
	float: left;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 15px;
    position: relative;
}
#vnt-footer .social-network li .fa{
	font-size: 25px;
	color: #333333;
	position: absolute; 
    left: 50%; 
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);

}
#vnt-footer .social-network .social-title{
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
}
.go_top{
	position: fixed;
    right: 5px;
    bottom: 60px;
    width: 45px;
    height: 45px;
    padding: 0px;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    background: #7ebbac;
    color: #000000;
    z-index: 99;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 100%;
}
a.go_top::before{
	content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #02745a;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-animation: bouncez 1.2s 500ms infinite;
    -o-animation: bouncez 1.2s 500ms infinite;
    animation: bouncez 1.2s 500ms infinite;
}
.go_top .fa.fa-angle-up{
	font-size: 44px;
	color: #000;
}
/*CSS BOX */
.mod-banner {
	margin-bottom: 15px;
}


.banner-slide .slick-dots
{
	position: absolute;
	bottom: 5px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.banner-slide .slick-dots li
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.banner-slide .slick-dots li button
{
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.banner-slide .slick-dots li button:hover,
.banner-slide .slick-dots li button:focus
{
	outline: none;
}
.banner-slide .slick-dots li button:hover:before,
.banner-slide .slick-dots li button:focus:before
{
	opacity: 1;
}
.banner-slide .slick-dots li button:before
{
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '\f111';
	text-align: center;
	opacity: .50;
	color: #ffffff;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.banner-slide .slick-dots li.slick-active button:before
{
	opacity: 1;
	color: #000000;
}


.banner-slide .slick-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 10;
}
.banner-slide .slick-prev{
	left: 0px;
	width: 30px;
	height: 30px;
}

.banner-slide .slick-next{
	right: 0px;
	width: 30px;
	height: 30px;
}

.banner-slide .slick-prev:before,
.banner-slide .slick-next:before
{
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 30px;
	font-weight: bold;
	opacity: .75;
	color: #ffffff;
}
.banner-slide .slick-prev:before
{
	content: '\f104';
	left: -5px;
}
.banner-slide .slick-next:before
{
	content: '\f105';
	right: -5px;
}




.box {padding-bottom:10px;}
.box-title {  }
.box-title .fTitle {  

	color:#f48220;
	font-size:30px;
	line-height:35px;
	font-weight:700;
	text-transform:uppercase;
	text-shadow: 1px 1px #ffffff;

}
.box-content { padding:0px 0px;} 

.mid-title {
	/*padding: 0px 15px;*/
	margin-top: 15px;
	overflow: hidden;
	/*margin-bottom: 15px;*/
	/*background: url("../images/hr_title.gif") bottom center no-repeat;*/
}
 .mid-title .fTitle {
	color:#ffffff;
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: "Times New Roman";

 }
 .mid-title .fTitle h1 {
	 font-size:25px;
	 line-height:30px;
	 font-family: "Times New Roman";
	 color: #000000;
}
.mid-content {
	position:relative;
}
.desc ol{
	margin-left:10px;
	padding-left:10px;
	list-style:decimal ;
}
.desc ul{
	list-style:disc;
	margin-left:10px;
	padding-left:10px;
}


.box-tags { }
.box-tags .tags-list {
	background:url(../images/img_tag.png) 5px 10px   no-repeat;
	
	padding-left:30px;
	min-height:30px;
	color:#666666;
	font-size: 14px;
}
.box-tags span {display:inline-block; padding:3px 10px;   border:1px solid #cacaca ; margin-right:10px;   line-height:20px;}
.box-tags a  { color:#666666; text-decoration:none; }




.block-scroll  {
  position: relative; 
  margin-bottom: 20px;
}

.block-scroll .scroll-title {
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 10px;  
  color: #f08122;
}
.block-scroll .scroll-title h2 {
  line-height: 35px;
}



.block-scroll .slick-prev,
.block-scroll .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: -40px;

    display: block;
    width: 22px;
    height: 22px; 
    padding: 0;

    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #f36f21;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
}
.block-scroll .slick-prev:hover,
.block-scroll .slick-prev:focus,
.block-scroll .slick-next:hover,
.block-scroll .slick-next:focus
{
     
}
.block-scroll .slick-prev:hover:before,
.block-scroll .slick-prev:focus:before,
.block-scroll .slick-next:hover:before,
.block-scroll .slick-next:focus:before
{
    opacity: 1;
}
.block-scroll .slick-prev.slick-disabled:before,
.block-scroll .slick-next.slick-disabled:before
{
    opacity: .25;
}

.block-scroll .slick-prev:before,
.block-scroll .slick-next:before
{
    font-family:"FontAwesome" ;
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;
 
}

.block-scroll .slick-prev
{
   right: 27px;
}
.block-scroll .slick-next
{
    right: 0px;
}
 
.block-scroll .slick-prev:before
{
    content: '\f104';
} 
 
.block-scroll  .slick-next:before
{
    content: '\f105';
} 


.block-project-focus {}

.scroll-item {
 
}
.scroll-item .item {
  margin-bottom: 5px;
}






.mod-banner { position:relative; margin-bottom: 20px;}



.banner-slide .slick-dots
{
	position: absolute;
	bottom: 5px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.banner-slide .slick-dots li
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.banner-slide .slick-dots li button
{
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.banner-slide .slick-dots li button:hover,
.banner-slide .slick-dots li button:focus
{
	outline: none;
}
.banner-slide .slick-dots li button:hover:before,
.banner-slide .slick-dots li button:focus:before
{
	opacity: 1;
}
.banner-slide .slick-dots li button:before
{
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '\f111';
	text-align: center;
	opacity: .50;
	color: #ffffff;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.banner-slide .slick-dots li.slick-active button:before
{
	opacity: 1;
	color: #000000;
}


.banner-slide .slick-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 10;
}
.banner-slide .slick-prev{
	left: 0px;
	width: 30px;
	height: 30px;
}

.banner-slide .slick-next{
	right: 0px;
	width: 30px;
	height: 30px;
}

.banner-slide .slick-prev:before,
.banner-slide .slick-next:before
{
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 30px;
	font-weight: bold;
	opacity: .75;
	color: #fffffff;
}
.banner-slide .slick-prev:before
{
	content: '\f104';
	left: -5px;
}
.banner-slide .slick-next:before
{
	content: '\f105';
	right: -5px;
}



.box_category { margin-bottom:15px;  }
.box_category  .select-control {
	height: 35px;
  padding: 5px 12px;
  font-size: 14px;
	text-transform:uppercase;
  line-height: 25px;
  color: #c4c4c4;
  background-color: #1c1b1b;
  background-image: none;
  border: 1px solid #4a4949;
	cursor:pointer;
} 
.box_category  .select-control .caret {
	position:absolute;
	right:10px;
	top:16px;	
	color: #c4c4c4;
	border-top-width :7px;
	border-right-width :7px;
	border-left-width :7px;
}


.box_category ul.dropdown-menu {
	width:100%;	
	font-size:12px;
    
  min-width: 160px;
  padding:0; 
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0px; 
 

}
.box_category ul.dropdown-menu li { border-bottom: 1px solid #ccc;}
.box_category ul.dropdown-menu li:last-child { border-bottom:none;} 
.box_category ul.dropdown-menu li a {
  display: block;
  padding: 5px 10px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.box_category ul.dropdown-menu li  a:hover,
.box_category ul.dropdown-menu li  a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.box_category ul.dropdown-menu li.active > a,
.box_category ul.dropdown-menu li.active > a:hover,
.box_category ul.dropdown-menu li.active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}


.box_category ul.dropdown-menu li ul {
	list-style:none;	
	border-top: 1px solid #ccc;
}



 .tools {
	 padding: 10px 0px;
	 position: relative; 
	 background: #373435;
	 border: none !important;
	 color: #fffffff !important;
 }
.tools a { color: #fffffff !important;}


.btn-register-faqs { background: url(../images/btn_register_faqs.png) no-repeat; width:310px; height:51px; margin:15px auto 0px;}
.btn-register-faqs a { display:block;   font-size:25px; line-height:25px; color:#ffffff; font-family:"fontBotton" ; text-decoration:none;}
.btn-register-faqs a span { display:block; line-height:25px; padding-top:10px; padding-left:90px;}




/*mmenu*/
.menumobile {
	position:absolute;
  height: 30px;
	top:-45px;
	right:0px;
	width:30px;
	z-index:50;
}
.menumobile a {
  float: left;
	color:#fff; 
	display:block; 
	background:#497522;
	padding:3px 5px;
	margin-top:8px;
	margin-bottom:3px;

}	
.menumobile a i {
	padding:0; margin:0;
	font-size:21px;
}

#mmenu { display:none;}	 
#mmenu h3 { font-size:16px; color:#fff; padding:5px 0px; text-transform:uppercase;  padding:10px 10px 10px 20px}
#mmenu.mm-opened {display:block;}


#menu .mmenu-btn {
	background: #333 ;
	color: #fffffff;
	border-right: 1px solid #2b2b2b;
	border-bottom:  1px solid #2b2b2b;
	font-size: 12px;
	height: 40px;
}
#menu .mmenu-btn a { color: #fffffff; text-decoration: none;  }
#menu .mmenu-btn i { color: #fffffff ; font-size: 20px;}


/********************* CSS for box_redirect ****************************/
#box_redirect{ border:1px solid #505050  ; width:99%; margin:0px auto;  background:#fff; }
#box_redirect p { line-height:18px;}
#box_redirect .top { background:#F78600;border-bottom:1px solid #5C5C5C; color:#fffffff;font-size:11px;font-weight:bold;text-transform:uppercase; height:22px;padding:2px; text-align:left; }
#box_redirect .fontMess {color:#65D700;font-size:12px; font-weight:bold;text-align:center;padding:20px 10px;}
#box_redirect .mess { background:#383838; color:#fffffff;text-align:center}
#box_redirect .bottom { background:#FFF3DD; color:#000;text-align:center;padding:5px; font-size:12px;}



/*=================BEGIN: PAGINATION==================*/
.pagination{
	width: 100%;
	/*margin-top: 30px !important;*/
	background: transparent;
	text-align: center;
}

.pagination ul{
	padding-bottom: 2px;
}
.pagination ul li{
	display: inline-block;
	margin:0px 10px 0px 0px;
	text-align: center;
	margin-bottom: 5px;
}
.pagination ul li span,
.pagination ul li a{
	display: table-cell;
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	color:#fff;
	border: 1px solid #333333;
	background-color: #333333;
}
.pagination ul li a:hover,
.pagination ul li span{
	color: #ffffff;
	/* background-color:#cf010d;
	border: 1px solid #cf010d; */
	border-radius: 5px;
}
.pagination a, .pagination a:visited{
	/*color: #fff;*/
	border-radius: 5px;
}
.pagination ul li a i {
	line-height: 40px;
} 

.vnt-pagination{
	border-top:1px solid #3b3838;
	padding-top:20px;
	text-align:center;
}
.vnt-pagination .pagetotal {
	font-size:16px;
	font-weight:normal;
	display: none;
}
.vnt-pagination a, .vnt-pagination a:visited{
	padding: 0px;
	display:inline-block ;
	text-decoration: none;
	background:#171515;
	color: #fffffff;
	border:1px solid #171515;
	font-weight:normal;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:16px;
}

.vnt-pagination a:hover, .vnt-pagination a:active{
	text-decoration:none;
	background:#171515;
	color: #fffffff;
	width:35px;
	height:35px;
	line-height:35px;
	border:1px solid #171515;
}

.vnt-pagination .pagecur{
	font-weight:normal;
	display:inline-block ;
	border:1px solid #880015;
	background:#880015;
	color: #fffffff;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:16px;
}

.vnt-pagination .btnPage{
	color:#fffffff;
	text-align:center;
	font-weight:bold;
}
.vnt-pagination a:visited.btnPage  {
	color:#fffffff;
	font-weight:bold;
}


/*=================END: PAGINATION======================*/

/*===============BEGIN MENU TAB============*/
.menu-tab{
    /*margin-bottom: 30px;*/
    margin-top: 20px;
    position: relative;
}
.menu-tab ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 1;
}
.menu-tab ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    background: #ffffff;
    display: block;
    padding: 6px 15px;
    height: 35px;
    border-bottom:solid 1px #dddddd;
}
.menu-tab ul li:hover a{
    background: #e00c01;
    color:#ffffff;
}
.mc-menutab {
    background: #ffffff;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
    color: #666666;
    font-family: 'MS Methic';
    /*font-weight: bold;*/
    border: 1px solid #e5e5e5;
}
.mc-menutab:before{
    content:"\f0dd";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 38px;
    color:#666666;
    position: absolute;
    right:15px;
    top:40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*===============END MENU TAB==============*/


.menu-footer ul li{
	/*border: 1px solid #000;*/
	margin: 10px 0px;
}
.menu-footer ul li a{
	display: block;
	border: 1px solid #000;
	padding: 10px 10px;
	text-transform: uppercase;
	color: #1e0d0b;
	font-size: 16px;
	/*font-weight: 600;*/
}

.box_maillist .maillist-title{
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
.maillist-text{
	color: #333333;
}
#btnSend{
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #1e0d0b;
	text-transform: uppercase;
  color: #fff;
  height: 45px;
  font-size: 18px; 
}
#f_email{
	height: 45px;	
}
#formSearch{
	/*border: 1px solid #000;*/
	/*height: 50px;*/
}
#formSearch,
#formSearch .input-group,
#formSearch #keyword{
	/*height: 50px;*/
	background-color: #1f1f1f;
	border: 1px solid #1f1f1f;
}
.search_fixed #formSearch,
.search_fixed #formSearch .input-group,
.search_fixed #formSearch #keyword{
	/*height: 50px;*/
	background-color: #fff;
	border: 0px solid #fff;
	box-shadow: unset;
}
.header-menu .divmm .mmContent .mmMenu .search_fixed #formSearch,
.header-menu .divmm .mmContent .mmMenu .search_fixed #formSearch .input-group,
.header-menu .divmm .mmContent .mmMenu .search_fixed #formSearch #keyword{
	/*height: 50px;*/
	background-color: #1f1f1f;
	border: 1px solid #1f1f1f;
}
#formSearch .input-group .form-control{
	border-radius: 0px;
}
.header-menu .divmm .mmContent .mmMenu #formSearch .icon-seach{
	height: 34px;
	border-radius: 0px;
	background-color: #1f1f1f;
}
.search_fixed #formSearch .icon-seach{
	height: 34px;
	border-radius: 0px;
	background-color: #ffffff;
	border: 0;
}
.search_fixed #formSearch .icon-seach:focus{
	box-shadow: unset;
}
.search_fixed #formSearch .icon-seach .fa{
	color: #999999;
}
.header-menu .divmm .mmContent .mmMenu .search_fixed #formSearch .icon-seach .fa{
	color: #fff;
}
#formSearch .icon-seach .fa{
	color: #fff;
}
.login-success{
	height: 100%;
}
.login-success span{
	display: block;
	height: 100%;
	padding: 0px 15px; 
}
.mid-title .titleL { 
  color:#555454 !important;
  font-size:32px !important; 
  text-transform:uppercase; 
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif !important;
}
.box-product-focus-1 #owl-demo .owl-item .item .info-pro h3 a {
    font-family: Arial !important;
}
.footer_contact{
	background-color: #585858;
	padding: 20px 0px;
}
.contact_footer{
	margin-bottom: 15px;
}
.contact_footer .fleft h2{
	font-weight: bold;
  color: #fff;
  border-left: 3px solid #f03;
  line-height: 1em;
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: "UTM Avo" sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
}
.contact_footer p > img{
	margin-right: 15px;
	float:left;
}
.contact_footer p > a{
	float:left;
	margin-top: 20px;
}
.contact_footer p:after{
    display: block;
    content: '';
    clear: both;
}
.footer .fleft li,
.footer .fleft a {
    color: #fff;
    line-height: 2em;
    list-style: inside;
    list-style-type: disc;
    font-size: 1em;
}
.box-search{

}
.box-search.active .form_search{
	display: block;
}
.form_search{
	display: none;
	position: absolute;
    top: 100%;
    right: 62px;
}
.form_search .search_fixed{
	border: 1px solid #999999
}
.box-search .btn-search{
	border: 0px;
	background: #ffffff;
	font-size: 30px;
}
.box-search .btn-search:focus{
	border: 0;
	box-shadow: unset;
}
.box-search .btn-search i{
	color: #999999;
}
.support .title{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /*-webkit-justify-content: center;
    justify-content: center;*/
}
.box-support{
	padding: 10px 0px;
}
.box-support .row{
    margin-right: 0px;
    margin-left: 0px;
}
.box-support .row .col-xs-4{
	padding-left: 0px;
}
.box-support .support a{
	margin-right: 15px;
}

/* slider */
.slider .owl-buttons{
    display: none;
}
.slider .owl-controls {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.owl-theme .owl-controls .owl-page span{
    width: 15px !important;
    height: 15px !important;
    background-color: transparent !important;
    opacity: 1 !important; 
    border: 2px solid #000;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #000000 !important;
}
.mid-title .fTitle {
    text-align: left;
}
.mid-title .fTitle h2 {
     
}
.mid-title .fTitle h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.mid-title .fTitle:before, .mid-title .fTitle:after {
    /*width: 15%;*/
}
.mid-title .fTitle:before, .mid-title .fTitle:after {
    content: '';
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    /*top: 50%;*/
}
.mid-title .fTitle:after {
    right: 15px;
}
.mid-title .fTitle:before{
	left: 15px;
}
.mid-title .fTitle:before, .mid-title .fTitle:after {
    content: '';
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    /*top: 50%;*/
}

/*@media screen and (min-width: 550px) {
	.mid-title .title h2:before, .mid-title .title h2:after {
    width: 15%;
	} 
}*/

@media screen and (max-width: 441px) {
	 
}


@media screen and (max-width: 360px) {
	 
 
}
@media screen and (max-width: 320px) {
	.menu-footer a { font-size: 12px;}

	#vnt-footer .footer-btn::after {
		font-size: 20px;
		left: 10px;
		width: 10px;
	}
	#vnt-footer .footer-btn {
		padding-left: 30px;
	}
	#vnt-footer .footer-btn a {
		font-size: 18px;
	}

	.btn-register-faqs {
		width: 100%;
	}
}