* {
    margin: 0;
    padding: 0;
}
@font-face {
	font-family: "font";
	src: url(../fonts/NunitoSans-Regular.ttf)
}
@font-face {
    font-family: "aurora";
    src: url(../fonts/UTMAurora.ttf)
}
@font-face {
    font-family: "avo";
    src: url(../fonts/UTMAvo.ttf)
}
@font-face {
    font-family: "robotoLight";
    src: url(../fonts/Roboto-Light.ttf)
}
@font-face {
    font-family: "robotoThin";
    src: url(../fonts/Roboto-Thin.ttf)
}
@font-face {
    font-family: "robotoBold";
    src: url(../fonts/Roboto-Bold.ttf)
}

body {
    font-family: Tahoma;
	font-size:12px;
	color:#000;
    background-color: #fff;
	min-width: 320px;
}
img {max-width:100%}
.box_container{
    padding-right: 15px;
    padding-left: 15px;
	position:relative;
}
header{background:#fff}
.logo{width:100%;text-align:center;margin: 5px 0 10px 0;}
.logo img{height:90px;}
.box_info_company{text-align:center}
.name_company {width:100%;text-align:center;margin:0;font-family:aurora;font-size:30px;text-transform:uppercase;color:#ed1b24;margin-top:10px;line-height:30px}
.slogan {width:100%;text-align:center;color:#309630;font-size:19px;font-family:avo;margin-top:8px;}
.hotline {background:url(../img/bg_hotline.png) top left no-repeat;width:272px;height:100px;margin-top:0px;color:#4b8b22;font-size:14px;font-weight:bold;padding:43px 0 0 130px;line-height:18px;position:absolute;top:0;right:15px;}
.hotline span{float:left;text-shadow: 2px 2px 2px #fff;}
.box_main_menu{background:#ed1b24;font-family:robotoLight;}
.menu {width: 100%;position:relative;z-index:999}

.nav ul li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: inline-block;
	font-size: 18px;
    font-family: robotoLight;
	font-weight:normal;
	text-transform: uppercase;
}
.nav ul li {
    float: left;
    list-style: none;
    padding: 0px 22px;
    line-height: 43px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    text-transform: none;
}
.nav ul {
    padding: 0;
    margin: 0;
    margin-right: 25px;
}
.nav ul li a:hover {
	color:#fff;
}
.nav ul li ul {
    display: none;
    position: absolute;
    top: 43px;
    width: 250px;
    left: 0px;
    z-index: 99999;
}
.nav ul li ul li a {
    color: #fff;
	font-family:robotoLight;
	font-size:14px;
	text-transform:uppercase
}

.nav ul li ul li:hover {
    background: #309630;

}

.nav ul li ul li a:hover {
    color: #fff;
}

.nav ul li:hover ul {
    display: block;
}

.nav ul li:hover {
    transition: all 0.25s;
    background: #309630;
}
.nav ul li.active {
    transition: all 0.25s;
    background: #309630;
}
.nav ul li.active a{
	color:#fff;
}

.nav ul li ul li {
    padding: 0px 15px;
    width: 220px;
	margin-top:1px;
	background:#ed1b24;
}

.nav ul li ul li:first-child {
    padding: 0 15px;
}
.box_right_menu{position:absolute;top:0;right:0;}
.box_right_menu .open_search{
	float: left;
	width:20px;
	height:20px;
	background:url(../img/icon_search.png) top left no-repeat;
	margin:13px 20px 0 0;
	cursor:pointer;
}
.box_right_menu .phone{
	float: left;
	width:16px;
	height:21px;
	background:url(../img/icon_phone.png) top left no-repeat;
	margin:13px 20px 0 0;
	cursor:pointer;
	display: none;
}
.box_right_menu .email{
	float: left;
	width:26px;
	height:21px;
	background:url(../img/icon_email.png) top left no-repeat;
	margin:13px 20px 0 0;
	cursor:pointer;
	display: none;
}
.box_right_menu .language{float:right;margin-top: 12px;}

.language img {
    float: right;
    margin-left:4px;
	border: 1px solid #fff;
}
.search {
    float: left;
    margin: 4px 15px 0 0;
    position: relative;
	width:208px;
	height:30px;
	background:#fae4d0;
	border-radius:2px;
	display:none
}

.search input {
    border: none;
    height: 30px;
    width: 171px;
	background: transparent;
	padding-left:10px;
	font-size:12px;
}

.search button {
    border: none;
    background: transparent;
    padding: 3px 15px 3px 0;
    cursor: pointer;
    right: 0px;
}
.slide {
    width: 100%;
	height:320px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
	height:320px;
}
.list_cate_home{margin:0px;}
.list_cate_home .box_cate{background:#e1e1e1;border-radius:0px;box-sizing:border-box;margin-top: 10px;}
.list_cate_home .box_cate .box_cate_info{
	float:left;
	width:50%;
	padding-left:20px;
}
.list_cate_home .box_cate .cate_img{width:50%;float:left}
.list_cate_home .box_cate .cate_img img{width:100%;}
.list_cate_home .box_cate .cate_title{text-align:left;margin:5px 0;padding:25px 0 0 0px;}
.list_cate_home .box_cate .cate_title a{text-decoration:none;text-transform:uppercase;font-size:22px;color:#000;font-family:robotoBold}
.list_cate_home .box_cate .cate_description{text-align:left;margin:5px 0;padding:0 20px 0 0;font-size:12px;color:#000;font-family:robotoLight}
.list_cate_home .box_cate .cate_description p{margin:0;}
.list_cate_home .box_cate .cate_more{padding:10px 0}
.list_cate_home .box_cate .cate_more a{text-decoration:none;font-size:12px;color:#000;font-family:robotoLight;border:1px solid #000;padding:8px 15px;}

.list_cate_home .addstyle{background:#6bd16b;}
.list_cate_home .addstyle .cate_title a{color:#fff;}
.list_cate_home .addstyle .cate_description{color:#fff;}
.list_cate_home .addstyle .cate_more a{color:#fff;border:1px solid #fff;}
.title_primary {    
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: tahoma;
    margin-top: 20px;
    color: #222122;
}
.title_primary a{color: #222122;text-decoration:none;}
.hr{background: #e8e8e8 url(../img/bg_a_home.png) no-repeat bottom center;height:4px;margin-bottom:10px}
.box_article{}
.box_article .item_news{width:100%;position:relative;}
.box_article .item_news2{width:100%;position:relative;margin-bottom:29px}
.box_article .item_news img{width:100%}
.box_article .item_news2 img{width:100%}
.box_article .item_news .title_news a{color:#fff;font-weight:bold;font-size:14px;text-decoration:none}
.box_article .item_news .box_info_news{padding:10px 0;width:100%}
.box_article .item_news .box_info_news .title_news{margin-bottom:10px;line-height:18px;font-family:robotoBold;text-align:center}
.box_article .item_news .box_info_news .title_news a{color:#000;font-size:15px;text-decoration:none}
.box_article .item_news .box_info_news .excerpt{margin-bottom:5px;line-height:18px;color:#000;font-size:12px;font-family:robotoLight}
.box_article .item_news .box_info_news .excerpt p{margin:0}
.box_article .title_news2{line-height:18px;width:100%;position:absolute;background:url(../img/bg_tttt_small.png) bottom left repeat-x;padding:5px 10px;bottom:0}
.box_article .title_news2 a{color:#fff;font-weight:bold;font-size:10px;text-decoration:none}
.box_product_top{
	background:#f2f2f2;
	width:100%;
	padding-bottom:25px;
}
.product_name{
	width:100%;
	color:#000;
	font-family:robotoThin;
	font-size:23px;
	text-align: center;
    line-height: 26px;
    padding: 10px 0 0 0 ;
	text-transform: uppercase;
	font-weight: bold;
}
.product_name a{
	text-decoration:none;
	color:#000;
	font-family:robotoThin;
}
.box_product_top .item{
	background:#e1e0e0;
	padding:1px;
}
.box_product_top .item_img{
	background:#fff;
	height:150px;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-justify-content:center;
    justify-content: center;
	overflow: hidden;
}
.box_product_top .item_img img{max-width:90%;max-height: 140px}
.box_product_top .item_title{
	height:83px;
	padding:10px 20px;
	text-align:center;
	line-height:20px;
}
.box_product_top .item_title a{text-decoration:none;font-size:15px;font-family:robotoLight;color:#000}
.box_product_top .item_title a:hover{text-decoration:underline;}

.box_gps{
	background:#f2f2f2;
	width:100%;
	padding-bottom:25px;
}
.box_gps .item{
	text-align:center;
	margin-top: 10px;
}
.box_gps .item img{max-width:100%}
.box_gps .item_title{margin-bottom:10px;min-height:44px;padding: 0 12%;}
.box_gps .item_title a{text-decoration:none;font-size:15px;font-family:robotoBold;color:#000;text-transform:uppercase;line-height:22px;}
.box_gps .item_title a:hover{text-decoration:underline;}

.box_ct_top{
	width:100%;
	padding-bottom:25px;
}
.box_ct_top .item{
	text-align:center;
	width:90%;
	margin-top: 10px;
}
.box_ct_top .item_img{
	height:149px;
	overflow:hidden
}
.box_ct_top .item_img img{
	min-height:149px;
}
.box_ct_top .item_title{margin:10px 0 5px 0;padding: 0 2%;overflow:hidden}
.box_ct_top .item_title a{text-decoration:none;font-size:15px;font-family:robotoBold;color:#000;text-transform:none;line-height:18px;}
.box_ct_top .item_title a:hover{text-decoration:underline;}
.box_ct_top .item_des{font-size:12px;font-family:robotoLight;color:#000;text-align:left}

.list_article{
	background:#f6f6f6;
	padding-bottom:25px;
}



.box_news {
    margin-top: 20px;
    border: 1px solid #ddd
}

.box_news .title_news {
    margin-top: 10px;
    text-align: center;
    color: #3b5998;
    font-size: 18px;
    padding-right: 35px;
}

.box_news {
    padding-top: 10px;
}

.box_news .nd_news {
    margin-top: 10px;
    font-size: 12px;
    text-align: justify;
    padding-right: 35px;
}

.box_news .btn_news {
    margin-top: 10px;
    padding-right: 35px;
    text-align: center;
}

.box_news .btn_news a {
    text-decoration: none;
    border: none;
    padding: 8px 12px;
    text-align: center !important;
    /* margin: auto; */
    color: #fff;
    background: #a1241c;
    display: inline-block;
}

.box_news .title_news a {
    text-decoration: none;
    color: #3b5998
}

.nd_ykien {
    color: #fff;
    background: url(../img/bg.png) no-repeat top left;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 30px 50px 130px;
    text-align: justify;

}

.nd_ykien span {
    color: #3498db
}

.box_ykien {
    margin-top: 20px;
}

.logo_footer {
    margin-top: 20px;
}

.link_footer {
    margin-top: 20px
}

.link_footer ul li a {
    color: #fff;
    text-decoration: none;
}

.link_footer ul li {
    list-style: none;
    line-height: 30px;
	font-family:robotoLight;
	font-size:12px;
	list-style:none;
	border-bottom:1px solid #3f3f3f;
	width:42%;
	float: left;
    margin-right: 8%;
}

.mxh {    
    float: right;
	margin:10px 20px;
}

.mxh a {
    margin-left: 5px
}
.map{
	padding:20px 0 0 0;
}
footer {
    width: 100%;
    background: #252525;
    padding: 0px;
    color: #fff;
    margin-top: 0px;
	position:relative;
	float:left;
}
.box_info_company{
	text-align:left;
	color:#fff;
	font-size:12px;
	line-height:20px;
	padding:8px 0;
	font-family:robotoLight
}
.box_info_company .name_company_text{text-transform:uppercase;font-size:15px;margin:5px 0 10px 0;}
.box_info_company p{margin-bottom:-3px}
.bg_bottom{background:#212121;}
.copy_right{background:#212121;line-height:20px;padding-top:10px}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background:#e67815;
	min-height:32px;
	float:left;
}
ul.tabs li{
	background: none;
	color: #fff;
	display: inline-block;
	padding: 0px 35px;
	cursor: pointer;
	font-weight:bold;
	text-transform:uppercase;
	line-height:32px;
	border-right:1px solid #efae74;
}

ul.tabs li.current{
	background: #fbfbfb;
	color: #e67815;
}

.tab-content{
	display: none;
	padding: 0px;
	width:100%;
	margin:20px 0;
	float:left;
}

.tab-content.current{
	display: inherit;
}
ul.tabs_one{
	margin: 20px 0 0 0;
	padding: 0px;
	list-style: none;
	background:#f3f3f3;
	min-height:47px;
	float:left;
	width:100%;
}
ul.tabs_one li{
	background: none;
	color: #000;
	display: inline-block;
	padding: 0px 35px;
	cursor: pointer;
	text-transform:none;
	line-height:47px;
	font-size:20px;
	font-family:robotoLight;
}

ul.tabs_one li.current{
	background:#6bd16b;
	color: #fff;
}

.tabs_one-content{
	display: none;
	padding: 20px 0;
	width:100%;
	margin:0;
	padding-bottom:30px;
	float:left;
	box-sizing:border-box;
	line-height:18px;
	margin-bottom:30px;
}
.tabs_one-content table{
	border:1px solid #e8e8e8;
}
.tabs_one-content table td{
	padding:5px 10px;
	font-family:robotoLight;
	font-size:12px;
}
.tabs_one-content table tr td:first-child{
    font-family:robotoBold;
}
.tabs_one-content img{float:left;margin-right:20px;max-width:100%;margin-bottom:10px}
.tabs_one-content .img_cate img{max-width:100%}
.tabs_one-content .nd_intro{margin-bottom: 0px;font-size:13px;padding-top:10px}
.tabs_one-content.current{
	display: inherit;
}
.product_other{
	margin:20px 0;
}
.product_other .row{
	float:left;
}
.product_other_title{
	position:relative;
	border-bottom:1px solid #9f9f9f;
	color:#000;
	font-size:30px;
	font-family:robotoLight;
	margin:20px 0;
	float:left;
	width:100%;
}
.product_other_title span{
	position:absolute;
	bottom:-13px;
	float:left;
	background:#fff;
	padding-right:5px;
}
/* slide product*/
.row-detail{margin-top:20px}
.product-gallery{width:100%}
.lSSlideOuter > div > ul > li{
	width:100%;
	text-align:center
}
.lSSlideOuter > div > ul{
	margin-bottom:20px;
}
.lSAction>a{
	width: 44px !important;
    display: block;
    top: 50%;
    height: 44px !important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -22px !important;
    opacity:1 !important;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
}
.lSAction>.lSPrev{
	background: url(../img/prev.png);
}
.lSAction>.lSNext {
    background-position: 0px 0 !important;
	background: url(../img/next.png);
}
/*End */
.link {
    margin: 20px 0 30px 0;
	display:none;
}

.link a {
    color: #323232;
    text-decoration: none;
    font-size: 12px;
	font-weight:bold
}

.link a:hover {
    color: #a1241c
}
.fulltext{float:left;width:100%;margin-bottom:50px}
.title_cate h1{float:left;width:100%;margin:0;color:#000;font-size:32px;border-bottom:1px solid #9f9f9f;font-family:robotoLight;padding:25px 0 10px 0}

.link_title_cate{float:left;width:100%;border-bottom:1px solid #9f9f9f;font-family:robotoLight;padding:25px 0 0px 0;    line-height: 52px;}
.link_title_cate h1{float:left;margin:0;color:#000;}
.link_title_cate h1 a{text-decoration:none;color:#000;font-size:48px;font-family:robotoThin;margin:0}
.link_title_cate a{text-decoration:none;color:#000;font-size:18px;font-family:robotoLight;float:left;margin-top:10px}
.link_title_cate span{float:left;margin:10px 10px 0 10px;}

.box_content{
	float: left;
    width: 100%;
}
.box_content .img_cate{float:left;width:100%;margin-bottom:25px;text-align:center}
.box_content .img_cate img{max-width:100%;}

.box_list_news{margin-bottom: 30px;float:left;width:100%;}
.box_list_news .title_primary{text-align:left;padding-bottom:6px;margin-top:0}
.box_list_news .hr{background: #e8e8e8 url(../img/bg_a_home.png) no-repeat bottom left;}

.menu_child{padding:0;margin:0;list-style:none;background:#fcf1e7;margin-bottom:10px;}
.menu_child li{padding:10px;margin:0;list-style:none;line-height:18px;border-bottom:1px solid #fef9f4;font-size:14px;}
.menu_child li a{color:#313131;text-decoration:none;display:block;}
.menu_child li.active{background:#e67815}
.menu_child li.active a{color:#fff}

.customer{float:left;width:100%;margin-top:20px;}
.item_customer{float:left;width:25%;box-sizing:border-box;padding:0 10px;float:left}
.item_customer .item_customer_img{float:left;width:100%;height:123px;overflow:hidden;border:1px solid #f0f0f0;text-align:center;}
.item_customer .item_customer_img a{
	width:100%;
	height:100%;
	display:block;	
	display: -webkit-flex;
    display: flex;
}
.item_customer .item_customer_img img{width:70%;margin:auto;}
.item_customer .item_customer_title{float:left;width:100%;margin:6px 0;text-align:center}
.item_customer .item_customer_title a{font-size:14px;text-decoration:none;color:#000;font-family:robotoLight;line-height:20px}

.item_news{float:left;width:100%;margin-top:20px;}
.item_news .item_news_img{float:left;width:43%;overflow:hidden;}
.item_news .item_news_img img{float:left;width:95%;}
.item_news .box_info_news{float:right;width:55%}
.item_news .box_info_news .item_news_title{float:left;width:100%;margin-bottom:2px;}
.item_news .box_info_news .item_news_title a{font-size:15px;text-decoration:none;color:#000;font-family:robotoBold;line-height:16px}
.item_news .box_info_news .item_news_des{line-height:22px;font-family:robotoLight;font-size:12px;}

.item_news_more{float:left;width:100%;margin-top:20px;}
.item_news_more .item_news_img{float:left;width:100%;}
.item_news_more .item_news_img img{float:left;width:100%;}
.item_news_more .box_info_news{float:right;width:100%}
.item_news_more .box_info_news .item_news_title{float:left;width:100%;margin:5px 0;}
.item_news_more .box_info_news .item_news_title a{font-size:15px;text-decoration:none;color:#000;font-family:robotoBold;line-height:20px}
.item_news_more .box_info_news .item_news_des{line-height:22px;font-family:robotoLight;font-size:12px;}
.item_news_more .box_info_news .item_news_des p{margin:0;}

.nd_intro{margin-bottom:40px;font-size:14px;font-family:robotoLight;color:#000;float:left;width:100%;position: relative;
}
.nd_intro .nd_intro_img{float:left;margin:0 10px 20px 0}
.nd_intro .nd_intro_img img{max-width:100%}
.nd_intro .nd_intro_title{font-size:18px;text-decoration:none;font-weight:bold;color:#313131;line-height:18px;margin-bottom:10px}
.nd_intro .fulltext_detail{font-size:12px;color:#000;line-height:22px;margin-bottom:10px;font-family:robotoLight}
.nd_intro .fulltext_detail p{margin:0px}
.nd_intro .box_scoll{position:absolute;top:20px;width: 100%;}
.nd_intro .scrollbar-rail{max-height:350px}

/*Sản phẩm*/
.box_dmsp{margin:20px 0}
.box_dmsp .img_box_dmsp{
	width:100%;height:151px;
}
.box_dmsp .img_box_dmsp a{
	height:151px;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	-webkit-justify-content: center;
    justify-content: center;
}
.box_dmsp .img_box_dmsp img{max-height:100%}
.box_dmsp .title_dmsp{font-size:15px;text-transform:none;margin:8px 0;text-align:center}
.box_dmsp .title_dmsp a{text-transform:none;color: #000;display:block;font-family:robotoLight;text-decoration:none}
.box_dmsp .code_dmsp{font-family:robotoLight;font-size:12px;color:#7e7e7e;text-align:center;margin-top:8px;}
.article {
    margin-top: 20px;
    color: #353535
}


.paging {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px
}

.paging a {
    text-decoration: none;
    padding: 8px 12px;
    border: 0px solid #ccc;
    color: #222222;
	border-radius:16px;
	margin-right: 5px;
	background:#ebebeb;
	font-size:15px;
	font-family:robotoLight
}

.paging a:hover {
    background: #ed1b24;
    color: #fff
}
.bg_contact{
	background:#fff url(../img/bg_ct.png) top left no-repeat;
	float:left;
	width:100%;
	min-height:432px;
}
.form_contact {
    margin-top: 55px;
    line-height: 32px;
}
.form_contact input {
    width: 100%;
    height: 30px;
	border:1px solid #e1efe8;
	border-radius:3px;
	margin-bottom:8px;
	padding:0 10px;
	box-sizing:border-box;
	background:#fff;
	opacity:0.78;
	font-size:12px;
	color:#000;
	font-family:Arial;
}
.form_contact textarea {
    width: 100%;
    height: 90px;
	border:1px solid #e1efe8;
	border-radius:3px;
	padding:0 10px;
	box-sizing:border-box;
	background:#fff;
	opacity:0.78;
	font-size:12px;
	color:#000;
	font-family:Arial;
}

.form_contact button {
    background: #e67815;
    color: #fff;
    border: none;
    padding: 0px 43px;
    margin-top: 3px;
    border-radius: 2px;
    cursor: pointer;
	float:right;
	height:30px;
}

.intro_contact {
    margin-top: 75px;
    text-align: left;
	font-family:robotoLight;
	color:#000;
	font-size:14px;
}
.intro_contact p{margin-bottom:10px;}
.intro_contact p.name{margin-bottom:8px;}
.intro_contact img {
    margin: auto;
    display: block;
}

.intro_contact span {
}
.title_article{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #404040;
	margin-top:40px;
}
.map_contact {
    margin-top: 20px
}

.form_contact span {
    color: #f00
}
.loading {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    background: #e62117;
    font-size: 10px;
    z-index: 9999;
    border-radius: 0px 0px 5px 0px;
    opacity: 0.9;
}


.togger-menu {
    display: none;
}

.sub-menu {
    display: none;
}

.togger-menu-sub {
    display: none;
}

.img-news {
    height: 238px;
}

.content-video {
    width: 100%;
    display: inline-block;
    margin-right: 0;
}

.overlay {
    background: rgba(44, 138, 202, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 9998;
}
.title_pro{
	font-family:robotoLight;
	font-size:20px;
	color:#000;
	margin:30px 0 10px 0;
	line-height:20px;
}
.line_pro{
	font-family:robotoLight;
	font-size:12px;
	color:#000;
	margin:5px 0;
	line-height:20px;
}
.line_pro b{
	font-family:robotoBold;
	float:left;
	width:100px;
}
.loading_gif {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9999;
    width: 70px;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 80px;
    font-family: monospace;
    color: #a9a8a9;
    display: inline-block;
    zoom: 1;
    margin: 0px;
    padding: 8px;
    border-radius: 20px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 0.8;
}

.owl-buttons .owl-next {
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 22%;
	margin-top:-25px;
}

.owl-buttons .owl-prev {
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 22%;
	margin-top:-25px;
}
.box_product_top .owl-buttons .owl-next {
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 15%;
	margin-top:-25px;
}

.box_product_top .owl-buttons .owl-prev {
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 15%;
	margin-top:-25px;
}

.owl-pagination {
    display: none;
}#form-reg-course{text-align: center;margin: 0 auto;}

/*menu left*/

.menuvertical{
	width:100%;
	margin-top:20px;
}
.menuvertical ul{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	font-weight: bold;
}
.menuvertical ul li{
}
.menuvertical ul li a{
	color:#fff;
	font-size:15px;
	font-family:robotoLight;
	text-decoration:none;
	background:#6bd16b;
	padding:9px 5px;
	line-height:20px;
	display:block;
	font-weight: bold;
}
.menuvertical ul li ul li{
	padding-left:10px;
}
.menuvertical ul li ul li a{
	background:#fff;
	color:#000;
	font-size:12px;
	padding-left:10px;
}
.menuvertical ul li ul li ul li a{
	background:#fff;
	color:#000;
	font-size:12px;
	padding-left:20px;
}
.menuvertical ul li ul li a i{
	background:url(../img/bg_li_left.png) center left no-repeat;
	margin-right:5px;
	height:13px;
	width:13px;
	float:left;
	margin-top:2px;
}
.menuvertical ul li ul li a.active i{
	background:url(../img/bg_li_left_active.png) center left no-repeat;
	margin-right:5px;
	height:13px;
	width:13px;
	float:left;
	margin-top:2px;
}
/*scollbar*/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SCROLLBAR RAIL ***************/
 
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}
 
.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}
 
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}
 
.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}
 
.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}
 
.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #acacac;
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
 
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
 
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
 
/* scrollbar height/width & offset from container borders */
 
.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }
 
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 5px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 5px; }
 
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }
 
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }
 
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }

.owl-buttons{width:90% !important;}
.map iframe{width:100% !important;}