@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/roboto-regular.eot');
    src: url('../fonts/roboto-regular.eot') format('embedded-opentype'),
         url('../fonts/roboto-regular.woff') format('woff'),
         url('../fonts/roboto-regular.ttf') format('truetype'),
         url('../fonts/roboto-regular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/roboto-light.eot');
    src: url('../fonts/roboto-light.eot') format('embedded-opentype'),
         url('../fonts/roboto-light.woff') format('woff'),
         url('../fonts/roboto-light.ttf') format('truetype'),
         url('../fonts/roboto-light.svg#RobotoLight') format('svg');
}


@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/roboto-bold.eot');
    src: url('../fonts/roboto-bold.eot') format('embedded-opentype'),
         url('../fonts/roboto-bold.woff') format('woff'),
         url('../fonts/roboto-bold.ttf') format('truetype'),
         url('../fonts/roboto-bold.svg#RobotoBold') format('svg');
}

a:focus{
	text-decoration: none !important;
}
/*::-webkit-input-placeholder {
   color:#444444 !important;
}

:-moz-placeholder { 
  color:#444444 !important;
}

::-moz-placeholder { 
  color:#444444 !important; 
}

:-ms-input-placeholder {  
   color:#444444 !important;  
}*/

a:hover{ text-decoration:none !important;}

th{
	font-family: 'RobotoBold';
}

body{
	font-family: "Arial"; 
	color:#323232; 
	background: #e4e4e4;
}

.container-fluid{ background:#FFF;}

.box-info{
	padding: 10px;
}

.about-home{
	font-size: 16px;
	font-family: "Arial";
	color: #000;
}

.about-home .table{
	margin-bottom: 0;
}

.about-home .table td{
	border: 0;
}

.about-home h3{
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

header .container-fluid{
	position: relative;
}

header .login-register{ padding-top: 15px;text-align:right; float:right; color:#00364f; font-size:16px;}
	
header .login-register a{ color:#00364f; font-size:16px; cursor:pointer; }
header .phone{
	float: right;
	margin: 15px 5px 0 0;
	font-family: 'RobotoRegular';
	font-size: 25px;
	color: #ff0000;
}

header #phone #icon{
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	background: #ff0000;
	text-align: center;
	
}

header #phone #icon i{
	color: #fff;
}

@media (min-width: 1180px) {
.container-fluid{ 
	padding: 0px 5px; 
	width:1176px }
}
@media (min-width: 1180px) {
	header{ margin-top:37px;}

	header .shop-phone{ height:100px; float:right}

	
	
	
}
	
@media(max-width: 990px){
	header .login-register{
		width: auto;
		padding-top: 0;
		margin-right: 20px;
	}
	
	.numPhone{
		display: none;
	}
}

@media(max-width: 440px){
	header .login-register{
		width: 100%;
		margin: 0;
	}
}

@media(min-width: 990px){
	header .container-fluid{
		padding-top: 15px;
	}
	
	header .shop-phone i{ background:#fff;border: 0px solid #42BA7C; color:#42BA7C; width:37px; height:37px; border-radius:50%; line-height:37px; text-align:center;font-size:26px;
	}
	
	header .shop-phone{padding-top:25px;}
	header .shop-phone a{ position:relative; color:#444444; font-size:17px; font-family:RobotoRegular; text-transform:uppercase; margin-right:27px; margin-top:25px;}
	
	header .shop-phone.shop_top{
		float: left;
		padding-top: 0px;
		margin-right: 20px;
		height: auto;
	}
}

header  a:hover{color:#d82227; cursor:pointer;}
.login-register button{ border:none; background:none; font-family:RobotoBold;}
header .login-register .dropdown { float:left;}

header i span{ position:absolute;top:-6px; right:-12px; background:#FFF; border:solid 1px #FFCA08; border-radius:50%; width:20px; height:20px; font-size:12px; font-family:RobotoBold; color:#ef5c1e; line-height:20px; text-align:center;}

/* .banner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	
} */

.banner{
	padding: 15px 0;
	vertical-align: bottom;
}

.banner .hotline ul{
	margin: 0;
}

.banner .hotline li{
	list-style: none;
	margin-top : 10px;
	
}

.banner .hotline li img{
	background: #00a859;
	border-radius: 50%;
}

.banner .hotline li:first-child{
	margin-top: 62px;
}

.banner .hotline li{
	color: #00a859;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.banner .hotline li#phone{
	font-size: 25px;
	color: #ff0000;
	font-weight: normal;
}

.banner .hotline li span{
	vertical-align: middle;
}

@media(max-width: 990px){
	.banner{
		padding: 0;
	}
	
	.banner .hotline li:first-child {
		margin-top: 36px;
	}
}

/* menu main */
.nav.navbar-nav > li{
	border-right: 1px solid #fff;
}
.nav.navbar-nav > li:last-child{
	border-right: 0;
}
/* end menu main */

@media(min-width: 990px){
	header .shop-phone{
		display: none;
	}
	
	header .shop-phone.shop_top{
		display: block;
	}
	
	.numPhone{
		margin-bottom: 10px;
	}
	
	.searchTop{
		float: right;
		width: 250px;
		margin-top: 2px;
		margin-right: 0;
		
		/* margin-bottom: 15px; */
	}
}

@media(max-width: 990px){
	.searchTop{
		display: none
	}
}

@media(min-width: 1050px){
	.nav_bg{ 
		background: #00a859; 
		height: 38px;
	}
}

@media (max-width: 1026px) and (min-width: 0px) {

header i span{
top: -2px !important;
right: 19px;
}

}

@media (max-width: 440px) {
	header .shop-phone{ width:100%; text-align:center; margin-bottom:10px;}
	header .shop-phone a { font-size:14px; margin-right:10px;}
	.login-register{ text-align:center;}
}



@media(max-width: 620px){
	header .container-fluid{
		min-height: 140px;
	}
}


@media(max-width: 520px){
	header .container-fluid{
		min-height: 130px;
	}
	
	.banner .logo,
	.banner .hotline{
		width: 100%;
		text-align: center;
	}
	
	.box-info{
		padding: 10px 0;
	}
}


	

	
	
	header .login-register{
		text-align: center;
		padding-top: 0px;
	}
	
	header .phone{
		margin-top: 0;
		float: none;
		margin: auto;
		text-align: center;
	}
	
	header .container-fluid{
		min-height: 120px;
	}
}

@media(max-width: 380px){
	header .container-fluid{
		min-height: 120px;
	}
}


header .shop-phone{ float:right;}
header a{ font-size:12px; color:#000}


@media (max-width: 1026px) {
header {padding:10px  0px !important; background:#FFF; border-bottom:solid 1px #ddd;}
}

@media (min-width: 480px) {
header a{ font-size:15px; margin:5px;}
header i{ color:#000000; font-size: 33px;}
}


@media (max-width: 480px) {
	.navbar-brand > img { 
		max-width:100% !important;
		height: 80px;
	}

}










/* css nav start*/

.header {
	z-index: 99;
	position: relative;

}

.header .navbar {
	margin: 0;
	min-height: inherit;
}

.header .navbar-default {
	border: none;
	background: none;
	box-shadow:none;
}

.header .navbar-collapse {
	position: relative;
	/*max-height: inherit;*/
}

/*Brand*/
.header .navbar-brand { 
	height:auto;
	line-height:85px;
	padding:0px !important;
	margin-left:15px;

}
.header .navbar-brand{ 
	/* margin-top:15px; */
	margin-bottom:15px;
}




/*Navbar Brand*/
@media (min-width: 990px) {
	.header .navbar-brand { 

	}
	.header .navbar-default .navbar-nav > li > a {color: #FFF !important;}
}

.header .navbar-default .navbar-nav > li > a{
	color: #000;
	font-size: 18px;
	font-family:RobotoRegular;
}.header .navbar-default .navbar-nav > li > a{	font-size: 18px;	margin: 0;	padding: 0;}

.header .navbar-default .navbar-nav > .active > a {
	color: #fdc108;
	box-shadow:none;
}
.navbar-default .navbar-toggle {
	/* background: #47AE79 !important; */
	border-radius:0px;
	padding:6px 10px;
	border:0px;
	margin-top: 10px;
}

.searchDesk{
	padding-top: 104px;
}

.searchDesk span img{
	width: 32px;
	max-width: inherit;
}

.searchDesk span i{
	font-size: 24px;
	color: #fff;
}

.searchDesk .form-control{
	height: 55px;
	border: 1px solid #00a859;
}

.searchDesk .input-group-addon{
	border-color: #00a859;
	background: #00a859;
}
/*Navbar Nav*/
@media (min-width: 992px) {
	.header .navbar-nav {
		float: left;
		
	}	
}

@media(max-width: 440px){
	.header .navbar-brand{
		margin-top: -121px;
	}
	
	.header .navbar-brand img{
		height: auto;
	}
	
	.numPhone{
		display: block !important;
	}
	
	
	
	.numPhone{
		position: absolute;
		top: -10px;
		left: 0;
		font-size: 10px;
		
	}
	
	.numPhone .phone{
		text-align: left !important;
		font-size: 18px;
		color: #00a859;
	}
	
	header .container-fluid{
		min-height: 90px;
	}
}

/*Dropdown*/
.header .navbar-right .dropdown-menu {
	right: inherit;
}

/*Navbar Toggle*/
.navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background: #00a859;

}

.navbar-toggle:hover {
	background: #00a859 !important;
}

.navbar-default .navbar-toggle {
	border-color: red !important;
}

.navbar-default .navbar-toggle .fa {
	color: #fff;
	font-size: 19px;
}

/*Responsive Navbar*/
@media (max-width: 1050px) {
	/*Dropdown Menu Slide Down Effect*/
	.navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: transparent;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #000 !important;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	/*Responsive code for max-width: 1000px*/
    .header .navbar-header {
        float: none;
    }
    
    .header .navbar-toggle {
        display: block;
    }
    
    .header .navbar-collapse.collapse {
        display: none !important;
    }
    
    .header .navbar-collapse.collapse.in {
        display: block !important;
  		overflow-y: auto !important;
    }
    
    .header .navbar-nav {
        margin: 7px 0;
        float: none !important;
    }

    .header .navbar-nav > li {
        float: none;
    }
    
    .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /*Design for max-width: 1200px*/
    .header .navbar-collapse,
	.header .navbar-collapse .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.header .navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding: 9px 10px;
	}

	.header .navbar-default .navbar-nav > li a {
		/*margin-bottom: 1px;*/
		border-bottom: solid 1px #eee;
	}	

	.header .navbar-default .navbar-nav > li > a:focus {
		background: none;
	}

	.header .navbar-default .navbar-nav > li > a:hover {
		color: #00a859;
	}

	.header .navbar-default .navbar-nav > .active > a,
	.header .navbar-default .navbar-nav > .active > a:hover,
	.header .navbar-default .navbar-nav > .active > a:focus {
		color: #000 !important;
		background: #FFF;
		border-bottom: solid 3px #00a859;
	}

	.header .dropdown-submenu li a { 
		font-size: 12px;
	}
}


@media (min-width: 1050px) {
	.header .navbar-header{ margin-top: -95px; position:relative; z-index:10;}
}

@media (min-width: 990px) {
	
	
	/*Navbar Collapse*/
	.header .navbar-collapse {
		padding: 0;
	}

	/*Navbar*/
	.header .navbar-nav {
		float:left;
		position: relative;
		width: 100%;
	}

	.header .navbar-default .navbar-nav > li > a {
		padding: 8px 20px 7px 20px;
		font-size:16px; 
		line-height: inherit;
	}

	.header .navbar-default .navbar-nav > li > a,
	.header .navbar-default .navbar-nav > li > a:focus {	
	}

	.header .navbar-default .navbar-nav > li > a:hover,
	.header .navbar-default .navbar-nav > .active > a {
		color:#FFF !important;
		/* border-bottom:solid 3px #fdc108; */
		background: #08d374 !important;
		
	}
	
	.header .navbar-default .navbar-nav > li > a,
	.header .navbar-default .navbar-nav > li > a:hover,
	.header .navbar-default .navbar-nav > li > a:focus,	
	.header .navbar-default .navbar-nav > .active > a, 
	.header .navbar-default .navbar-nav > .active > a:hover, 
	.header .navbar-default .navbar-nav > .active > a:focus {
		background: none;
	}

	.header .navbar-default .navbar-nav > .open > a,
	.header .navbar-default .navbar-nav > .open > a:hover,
	.header .navbar-default .navbar-nav > .open > a:focus {
		color: #fdc108;
	}

	/*Dropdown Menu*/
	.header .dropdown-menu { 
		padding: 0;
		border: none;
		min-width: 200px;
		border-radius: 0; 
		z-index: 9999 !important;
		margin-top: -2px !important; 
		border-top: solid 2px #00a859f2; 
		border-bottom: solid 2px #00a859f2; 
	}

	.header .dropdown-menu li a { 
		color: #000; 
		font-size: 16px; 
		font-weight: 400; 
		padding: 6px 15px; 
		border-bottom: solid 1px #eee;
		
	}

	.header .dropdown-menu .active > a,
	.header .dropdown-menu li > a:hover {
		color: #fff !important;
		filter: none !important;
		background: #00a859f2 !important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.header .dropdown-menu li > a:focus {
		background: none;
		filter: none !important;
	}

	.header .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}	

	.header .open > .dropdown-menu,
	.header-v1 .open > .dropdown-menu {
		display: none;
	}

	/*Search*/
	.header .navbar .search-open {
		width: 330px;
	}
	
	
}

@media (min-width: 1050px){
	/* custom nav */
	.header .navbar-default .navbar-nav > li > a {
		padding: 8px 20px;
		font-size:16px; 
		/* text-transform:uppercase; */ 
	}
	
	.header .navbar-default .navbar-nav > li > a:hover,
	.header .navbar-default .navbar-nav > .active > a {
		color:#000 !important;
	}
	/* end custom nav */
}



/*Search Box*/
.header .navbar .nav > li > .search {
	color: #aaa;
	cursor: pointer;
	min-width: 35px;
	font-size: 15px;
	text-align: center;
	background: #f7f7f7;
	padding: 11px 0 12px;
	display: inline-block;
	border-bottom: solid 2px #aaa;
}

.header .navbar .nav > li > .search:hover {
	color: #fdc108;
	background: #f7f7f7;
	border-bottom-color: #fdc108;
}

.header .navbar .search-open {
	right: 0; 
	top: 38px; 
	display: none;
	padding: 14px; 
	position: absolute;
	background: #fcfcfc; 
	border-top: solid 2px #eee;
	box-shadow: 0 1px 3px #ddd; 
}

.header .navbar .search-open form {
	margin: 0;	
}

@media (min-width: 767px) and (max-width: 1000px) {
	.header .navbar > .container .navbar-brand, 
	.header .navbar > .container-fluid .navbar-brand {
		margin-left: -10px;
	}

	.header .navbar-toggle {
		margin-right: 0;
	}

	.header .navbar .search-open {
		width: 93%;
	}
}


@media(max-width: 1100px){
	.header .navbar-default .navbar-nav > li > a{
		padding: 12px 15px 13px 15px;
	}
}

@media (max-width: 999px) {
	.header .navbar .nav > li > .search {
		color: #999;
		width: 35px;
		height: 34px;
		line-height: 12px;
		text-align: left;
		text-align: center;
		margin: 5px 10px 0;
		background: #eee;
		border-bottom: none;
	}

	.header .navbar .nav > li > .search:hover {
		color: #fff !important;
		background: #00a859;
	}

	.header .navbar .search-open {
		top: 5px;
		padding: 0;
		left: 48px;
		border-top: none;
		box-shadow: none;
		background: none; 
		margin-right: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1000px) {
	.header .header .navbar-nav {
		margin: 7px 0 !important;
	}
}

@media(max-width: 1100px){
	.searchDesk,
	.actionUser{
		display: none;
	}
}

/*Header v1
------------------------------------*/
.header-v1 {
	border-bottom: none; 
}

/*Brand*/
.header-v1 .navbar-brand {
	top: 2px;
	padding: 0 10px 10px;
}

/*Search Box*/
.header-v1 .navbar .search-open {
	background: #f8f8f8; 
}

@media (max-width: 767px) {
	.header-v1 .navbar .search-open {
		bottom: -6px; 
	}	
}

.header-v1 .navbar .nav > li > .search {
	padding: 11px;
	border: none;
	min-width: 37px;
}

.header-v1 .navbar .nav > li > .search:hover {
	color: #fff;
	background: #fdc108;
}

/*Toggle*/
.header-v1 .navbar-toggle {
	margin-top: 3px;
}

/*Responsive Header v1*/
@media (min-width: 767px) and (max-width: 992px) {
	/*Brand*/
	.header-v1 .navbar-brand {
		margin-bottom: 15px;
	}
}

@media (min-width: 767px) {
	/*Navbar*/
	.header-v1 .navbar-default .navbar-nav > li {
		margin-left: 1px;
	}

	.header-v1 .navbar-default .navbar-nav > li > a {
		padding: 9px 30px 6px 20px;		
	}

	.header-v1 .navbar-default .navbar-nav > .active > a,
	.header-v1 .navbar-default .navbar-nav > li > a:hover,
	.header-v1 .navbar-default .navbar-nav > li > a:focus {
		color: #fff !important;
		background: #fdc108 !important;
	}

	.header-v1 .navbar-default .navbar-nav > .open > a,
	.header-v1 .navbar-default .navbar-nav > .open > a:hover,
	.header-v1 .navbar-default .navbar-nav > .open > a:focus {
		color: #fff;
		background: #fdc108;		
	}

	/*Dropdown Menu*/
	.header-v1 .dropdown-menu { 
		background: #fafafa;
	}
}

/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header {
	height: 78px;
}

.header-fixed .header.header-fixed-shrink {
	top: 0;
	left: 0;
	width: 100%;
	height: 95px;
	z-index: 9999;
	position: fixed;
	margin-top: -35px;
	border-bottom-color: #f5f5f5;
	background: rgba(255,255,255, 0.9); 
	-webkit-transition: height 0.6s;
	-moz-transition: height 0.6s;
	transition: height 0.6s;
}

/*Brand*/
.header-fixed .header.header-fixed-shrink .navbar-brand { 
	top: 10px;
	z-index: 1;
	position: relative;
	padding: 0 10px 10px;
}

.header-fixed .header.header-fixed-shrink .navbar-brand img {
	width: 90%;
}

.header-fixed .header.header-fixed-shrink .search,
.header-fixed .header.header-fixed-shrink .active a {
	border-bottom: none !important;
}

.header-fixed .header.header-fixed-shrink .dropdown > a:after {
	top: 19px;
}

/*Toggle*/
.header-fixed .navbar-toggle {
	margin-top: 5px;
}

/*Search Bar*/
.header-fixed .header.header-fixed-shrink .search {
	margin-top: 12px;
	padding: 8px !important;
	color: #585f69 !important;
	background: none !important;
}

.header-fixed .header.header-fixed-shrink .search-open {
	border-top: none;
	background: rgba(255,255,255, 0.9);	
}

/*Responsive Fixed Header*/
@media (max-width: 992px) {
	/*Header*/
	.header-fixed .header {
		height: 118px;
	}

	.header-fixed .header.header-fixed-shrink {
		height: 135px;
	}
}

@media (max-width: 767px) {
	/*Header*/
	.header-fixed .header,
	.header-fixed .header.header-fixed-shrink {
		height: 88px;
	}

	/*Navbar*/
	.header-fixed .header .navbar-nav {
		background: #fff;
		padding: 6px 0;
		margin-top: 0px;
		border: solid 1px #eee;
	}
	
	.header-fixed .header .navbar-default .navbar-collapse, 
	.header-fixed .header .navbar-default .navbar-form {
		border: none;
	}

	/*Toggle*/
	.header-fixed .navbar-toggle {
		margin-top: 9px;
	}

	/*Search*/
	.header-fixed .header.header-fixed-shrink .navbar .nav > li > .search {
		top: 5px;
		position: relative;
	}	
}

@media (min-width: 767px) {
	/*Navbar*/
	.header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
		padding: 19px 30px 18px 20px;
		border-bottom: solid 1px transparent !important;
	}

	/*Search Bar*/
	.header-fixed .header.header-fixed-shrink .search-open {
		top: 56px;
	}	
}

/*Dropdown Submenu for BS3
------------------------------------*/
.dropdown-submenu { 
   position: relative; 
}

.dropdown > a:after,
.dropdown-submenu > a:after {
    top: 8px;

    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 1000px) {
  .dropdown-submenu > a:after {
      content: " ";
  }
}

.dropdown > a:after {
    top: 13px;
    right: 5px;
    content: "\f107";
}

.dropdown-submenu > .dropdown-menu { 
   top: 0; 
   left: 100%; 
   margin-top: -5px; 
   margin-left: 0px; 
}

/*Submenu comes from LEFT side*/
.dropdown-submenu > .dropdown-menu.submenu-left {
	left: -100%;
}

.dropdown-submenu:hover > .dropdown-menu {  
   display: block;
}

@media (max-width: 1000px) {
  .dropdown-submenu > .dropdown-menu {  
     display: block;
     margin-left: 15px;
  }
}

.dropdown-submenu.pull-left {
   float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
   left: -100%;
   margin-left: 10px;
}

.dropdown-menu li [class^="fa-"],
.dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.dropdown-menu li [class^="fa-"].fa-lg,
.dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}

/*Menu Icons*/
.menu-icon {
   margin-right: 10px;
   font-weight: 200;
}

/*Dropdown Show*/
.dropdown-show {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 4px #eee;
}
/* css nav end*/

@media (min-width: 1180px) {
	nav .search{ 
		*display: none;
		float:right; position:relative; width:280px; padding-left:40px;
	}
	.search button{ position:absolute;
	left:-40px; top:0px}
	.search input{ background:none; border:none; box-shadow:none !important; color:#FFF;}
	.search ::-webkit-input-placeholder {
	   color:#FFF !important;
	}

	nav .search .input-group{ margin-top:7px;}
	.search :-moz-placeholder { /* Firefox 18- */
	  color:#FFF !important;
	}

	.search ::-moz-placeholder {  /* Firefox 19+ */
	  color:#FFF !important; 
	}

	.search :-ms-input-placeholder {  
	   color:#FFF !important;  
	}
}

@media (min-width: 1050px) {
	nav .search{ 
		display: none;
	}
}

.search button{height:35px; width:35px; border:solid 3px #fdc007; border-radius:50%; background:#FFF;
}
nav .input-group-addon{ background:none; border:none; padding:0px 0px 0px 10px;}



#slide_adv { overflow:hidden;}

#slide_adv .item img{ 
	width: 100%;
}

@media (min-width: 1180px) {
#slide_adv .container-fluid{ padding-top:16px !important;}
#slide_adv .col-sm-3{ padding-left:8px; padding-right:0px;}
#slide_adv .col-sm-9{ padding:0px;}

#slide_adv .col-sm-3 div{ height:165px;}
#slide_adv .col-sm-3 div img{ height:100%}
#slide_adv .col-sm-3 div:last-child{ margin-top:7px;}
}

@media (max-width: 1026px) and (min-width: 768px) {
#slide_adv .col-sm-9{ padding-right:0px;}
}

#carousel-example-generic{ margin-bottom:5px;}
.carousel-indicators{ bottom:0px !important;}
.carousel-indicators li.active{ background:#00AFFF !important; border: solid 1px #FFF !important}

#slide_adv .col-sm-9 img{width:100%;}
#slide_adv .col-sm-3 img{width:100%; margin-bottom:10px;} 


@media (max-width: 768px) {
#slide_adv .col-sm-3 div:first-child{width:49%; float:left} 
#slide_adv .col-sm-3 div:last-child{width:49%; float:left; margin-left:2%} 
}

/* ---------------------- */
.titleMain{
	float: left;
	width: 100%;
	font-family: "Arial";
	font-size: 16px;
	color: #fff;
	/* background: #00364f; */
	
	
	text-transform: uppercase;
	font-weight: bold;
}

.titleMain h1{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 50px 7px 50px;
	background: url('../images/icon_title.png') 10px center no-repeat #00a859;
	display: inline-block;
}

.advCate img{
	max-width: 100%;
}

@media(max-width: 440px){
	.titleMain h1{
		background: none;
		color: #00a859;
	}
	
	.link_other{
		float: right;
	}
}
/* ---------------------- */

/*css nav left mobile*/
.nav-left-mobile  h4{
	background: #00a859;
	font-family: RobotoBold;
	color: #FFF;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	box-shadow: 1px 1px 5px #989898;
	margin: 0px;
}

.nav-left-mobile  h4 i{
	margin-right: 10px;
}

.box_border > li{
	position: relative;
}

@media (min-width: 790px) {
.nav-left-mobile{ display:none}
}

.nav-left-mobile  h4 a{ color:#FFF; text-decoration:none !important;}
.nav-left-mobile  .panel-body{ padding:0px !important;}
.nav-left-mobile  .panel-body .box_border{ border:0px !important}


#pro-best .container-fluid{ padding-top:20px !important;}

@media(max-width:768px) {
/* .box_border{ border:0px !important;} */
.box_border > li > h2 a{padding:8px 5px 8px 20px; }

}

.nav-left .box_border > li.active,
.nav-left .box_border > li > a:hover{
	color:#FFF;
	background: url(../images/li.png) no-repeat 10px center #046CAD;
}

.news-home{
	/* margin-top: 25px; */
	border: 1px solid #ddd;
}

.news-home .item{
	padding: 5px;
}

@media (max-width: 790px) {
.col-sm-3.nav-left{ display:none;}
}

@media (max-width: 480px) {
.col-sm-3.nav-left{ display:block;}
}

@media (max-width: 1026px) and (min-width: 769px) {
	.col-sm-3.nav-left{width: 22%;padding-right:10px;}
	.news-home{padding-right:10px;}
	.box_border > li > h2 a{padding:8px 5px 8px 8px; }
	.sub_left{ padding-left:27px;}
	.col-sm-9.setwidth{ padding-left:0px; padding-right:7px; width:78%;}
}
@media (min-width: 1026px) {
	.col-sm-3.nav-left{ padding-left:0px; padding-right:0px; width:22%;}

	.news-home{ padding-left:0px;margin-bottom: 20px; border: 1px solid #ddd;}
	.box_border > li > h2 a{padding:8px 5px 8px 9px; }
	.col-sm-9.setwidth{ padding:0px; width:78%;padding-right:10px;}
}

@media (min-width: 0px) {
	.nav-left div.title{ 
		/* background:#00364F;  */
		background: #00a859;
		font-family:"Arial"; 
		color:#FFF; 
		line-height: 35px; 
		font-size: 17px;
		text-align:center;
		margin:0px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.box_border{ 
		padding:0px; 
		margin:0px; 
		list-style:none; 
		border-left:solid 1px #dddddd;
		border-right:solid 1px #dddddd;
		border-bottom:solid 1px #dddddd; 
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.box_border li:nth-child(1) a{ border-top:none !important;}
	
	.box_border li:last-child a{
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	.box_border > li > a{
		border-top:solid 1px #08d374; display:block; color:#000; font-family:"Arial";
		background: url(../images/li.png) no-repeat 10px center;
	}		
	
	.box_border > li > a{		font-size: inherit; padding: 6px 12px 6px 25px; /* border-bottom: 1px solid #CDEBFD; */}
	.box_border > li > a > i{  width:14px; height:14px; line-height:12px; text-indent:4px; margin-right:3px;}	
	
	.sub_left{
		position: absolute;
		left: 100%;
		top: 0;
		width: 100%;
		z-index: 999;
		list-style: none; 
		color:#fff; 
		padding-left: 0;
		background: #047FCC;
	}
	
	.sub_left li{
		padding-left: 10px;
	}
	
	.sub_left li a:before{
		content:'';
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #fff;
		float: left;
		margin-right: 8px;
		margin-top: 7px;
	}
	
	.sub_left li:hover{
		background: #046CAD;
	}

	.sub_left > li > a{display:block; padding: 7px 0px;color:#fff; font-family:RobotoRegular;}

	.tab-content .col-md-12{ padding:0px;}



}

@media (max-width: 480px){
	.menu_left_des,
	.thongketruycap{
		display: none;
	}
	
	.sub_left{
		position: relative;
		top: inherit;
		left: inherit;
		float: left;
		display: block !important;
		background: none;
	}
	
	.sub_left > li > a{
		color: #000;
	}
	
	.sub_left li a:before{
		background: #000;
	}
	
	.sub_left li:hover a{
		color: #fff;
	}
	
	.sub_left li:hover a:before{
		background: #fff;
	}
}

.nav-left .sub_left{
	display: none;
}

.box_border > li:hover .sub_left{
	display: block;
}

.title_tab{ list-style:none; padding:0px; margin-left:10px; margin-bottom:15px;}
.title_tab li{ display:inline-block; font-size:15px; font-family:RobotoBold;margin-right:20px;}
@media(max-width:515px) {
.title_tab li{ width:100%; margin:0px 0px 10px 0px !important;}
.title_tab li a{ width:100%; text-align:left; display:block;}
}
.title_tab li a{color:#454545; text-transform:uppercase; border-bottom:solid 2px #FFF; padding-bottom:5px;}
.title_tab li.active a{ border-bottom:solid 2px #fdc007;  text-decoration:none !important}
@media(max-width:480px) {
.title_tab li{ margin-bottom:15px;}
}


.tab-content .owl-item{ padding:8px;}
#pro-best .owl-prev i,#pro-best .owl-next i{ font-size:30px; color:#8a8a8a}

@media(max-width:767px) {

#pro-best .owl-prev{ position:absolute; top:48%; left:-15px;}
#pro-best .owl-next{ position:absolute; top:48%; right:-15px;}

}

@media(min-width:768px) {
#pro-best .owl-prev{ position:absolute; top:-35px; right:40px;}
#pro-best .owl-next{ position:absolute; top:-35px; right:8px;}
}

@media(max-width:768px) and (min-width:490px) {
.col-mobile{ width:50% !important; float:left;}

}




@media( min-width:1180px) {
#adv_mid .col-sm-12{ padding:0px;}
}

@media( min-width:1180px) {

	#pro_news .news-home{ width:21%; padding:0px;}
	.title_pro .link_other{ float:right; margin-right:15px;}

	

}
@media( max-width:1026px) and (min-width:769px){

#pro_news .news-home{padding-left:0px;}
.title_pro .link_other{ float:right; margin-right:15px;}

}




.title_pro{ margin:15px 0; clear:both;}
/* h3.title_pro span{  font-size:15px; font-family:RobotoBold; color:#454545; text-transform:uppercase; border-bottom:solid 2px #42BA7C; padding-bottom:2px; } */


.title_pro .link_other a{ font-family:RobotoRegular; color:#2155a6; font-size:12px; margin-left:10px; font-weight: normal; text-transform: initial;}
.title_pro .link_other a:hover{color:#d82227;}

.news-home .col-md-3{ padding:0px;}
.news-home .col-md-3 .thumbnail{ border-radius:0px;}
/* .news-home .col-md-3 img{ width:100%;} */
.news-home .col-md-9{ padding-right:0px;padding-left:8px;}
.news-home .col-md-9 a{color:#000; font-size:16px;}
.news-home .col-md-9 a:hover{color:#348CFE}
.news-home .line-news{ border-bottom: solid 1px #DDD;overflow: hidden;
width: 100%;
padding-top: 8px;
margin-bottom: 8px;}
.viewall-news a { font-family:Arial; color:#444444; font-weight:bold; font-size:12px;}

.adv-right{ margin-top:15px;}
.adv-right img{ width:100%;}

@media(min-width:1026px) {
#partners .pdlr0{ padding:0px;}	
}
#partners h3{ border-bottom: solid 2px #00AFFF; font-size:15px; color:#454545; font-family:RobotoBold; text-transform:uppercase; padding-bottom:3px; margin-bottom:0px;}

#partners .container-fluid{
	padding-bottom: 15px;
}

.border-partner{ 
	background: #EFEFEF;
}

#partners .owl-prev{ position:absolute; left: -10px; top:35%; height:35px; width:24px; color:#888888; line-height:35px; }
#partners .owl-next{ position:absolute; right: -10px; top:35%;height:35px; width:24px; color:#888888; line-height:35px; }
#partners .item{ padding: 5px;}

#partners .item a{
	display: block;
	color: #009f3c;
}

#partners  img{ height:108px; width: 100%;}


#adv_bottom  img{ width:100%; margin-bottom:10px;}
#adv_bottom .row{ padding-top:18px !important;}


@media(min-width:1027px) {
#adv_bottom  .bot1{ padding-left:0px; padding-right:8px; padding-bottom:10px}
#adv_bottom  .bot3{ padding-right:0px; padding-left:8px; padding-bottom:10px}
#adv_bottom  .bot2{ padding-left:8px; padding-right:8px; padding-bottom:10px}
#adv_bottom  img{ height:198px;}
}

@media(max-width:1026px) and (min-width:769px) {
#adv_bottom  .bot1{padding-right:8px; padding-bottom:10px}
#adv_bottom  .bot3{padding-left:8px; padding-bottom:10px}
#adv_bottom  .bot2{ padding-left:8px; padding-right:8px; padding-bottom:10px}

}




@media(min-width:769px) {
	footer{ 
		margin-bottom:37px;}
}

	footer .container-fluid{ padding:35px 0px 20px !important; background:  #00a859; position: relative; color: #fff;}
	

	footer .bg_footer{  overflow:hidden;}
	@media(min-width:1026px){
	footer .plra15{ margin-left:-15px; margin-right:-15px;}
}


.bg_footer ul{ list-style:none; width:32%; float:left;}
@media(max-width:769px){
.bg_footer ul{ list-style:none; width:100%; float:left; border-bottom:solid 1px #898d96; padding-bottom:10px;}

}


/* .bg_footer i{ font-size:11px; position:absolute; left:0px; top:10px;} */
.bg_footer a{ color:#FFF; font-size:14px; font-weight:normal; text-transform:initial !important;}
.bg_footer a:hover{ color:#f3c618 !important;}


.bg_footer ul li{position:relative;color:#FFF;text-transform:uppercase; font-weight:bold; padding:5px 0px 5px 10px; display:block;}

.bg_footer ul li:first-child{
	padding-left: 0;
}

.bg_footer ul li img{ margin-right:5px; margin-bottom:8px;}
.bg_footer .pl0 { padding-left:0px !important;}

footer .bg_nav_end{ background:#0168A5 !important; padding:10px 0px; overflow:hidden; color: #fff;}
@media(min-width:770px){
.bg_nav_end ul{ list-style:none; padding:0px; margin:0px;}
.bg_nav_end ul li{ display:inline-block;}
}
@media(max-width:769px){
.bg_nav_end ul{ padding:0px;}
.bg_nav_end ul li{ display:block;}
}
.bg_nav_end ul li a{ color:#FFF; font-size:16px; font-family:RobotoRegular; padding:0px 20px; line-height:40px;}
.bg_nav_end ul li a:hover{color:#f3c618 !important;}

@media(max-width:769px) {
.bg_nav_end .col-sm-5{ text-align:left !important; border-top:solid 1px #898d96; padding-top:10px;}
}
.bg_nav_end .col-sm-5{ text-align:right; color:#FFF;}
.bg_nav_end .col-sm-5 a{ color:#FFF}
.bg_nav_end .col-sm-5 a:hover{color:#f3c618 !important;}

.social_list li img{
	width: 40px;
}

.social_list a{
	display: inline-block;
	margin-right: 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #fff;
	color: #00a859;
	border-radius: 50%;
	font-size: 18px;
}

.info_pro h4{	margin: 0;	padding: 0;	font-size: 18px;
	min-height: 40px;
	line-height: 1.4;
	text-transform: uppercase;
}

.info_pro .mota{
	font-size: 16px;
	padding: 0 25px;
}

.info_pro h4>a{
	color: #009f3c;
	font-family: 'RobotoBold';
}


.info_pro div>a{
	color: #ff0000;
	font-size: 16px;
}

.supportOnlne{
	border: 1px solid #ccc;
	margin-bottom: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 22px;
}

.supportOnlne h3{
	margin: 0 5px 15px;
}

.supportOnlne ul#support{
	padding-left: 15px;
	list-style: none;
}

.supportOnlne ul#support h4{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #00a859;
}

.supportOnlne ul#support li a{
	margin-right: 15px;
}

.supportOnlne .hotline{
	border-top: 1px solid #D9F1FF;
}

.supportOnlne .hotline p{
	padding: 10px;
	color: #F0FF08;
	font-size: 18px;
	font-family: 'RobotoBold';
	text-align: center;
	margin-bottom: 0;
}

.qcLeft img{
	width: 100%;
	margin-bottom: 15px;
}

.textFooter{
	color: #fff;
}

.textFooter h1{
	margin: 0 0 20px 0;
	line-height: 0.5;
}

.bodyCate{
	padding-bottom: 15px;
}

.bodyCate img{
	max-width: 100%;
}

.carousel-control.right,
.carousel-control.left{
	background: none;
	
}

.slide .carousel-control.right i,
.slide .carousel-control.left i{
	position: absolute;
	top: 40%;
	font-size: 70px;
	display: none;
}

.slide .carousel-control.right i{
	right: 20px;
}
.slide .carousel-control.left i{
	left: 20%;
}

.slide:hover .carousel-control.right i,
.slide:hover .carousel-control.left i{
	display: block;
}


#thongke{
	padding: 15px 0;
	font-size: 16px;
}

#thongke li{
	list-style: none;
	padding: 5px 20px;
}

@media(min-width: 768px){
	.textFooter{
		padding-left: 50px;
	}
}

/* phone */
.bds-phone {
    background-color: transparent;
    cursor: pointer;
    height: 200px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 200000 !important;
}


.bds-phone.bds-static {
    opacity: 0.6;
}

.bds-phone.bds-static:hover{
	opacity: 1;
}

.bds-phone.bds-hover {
    opacity: 1;
}
.bds-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running bds-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 160px;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 160px;
}
.bds-phone.bds-active .bds-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running bds-circle-anim !important;
}
.bds-phone.bds-static .bds-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running bds-circle-anim !important;
}
.bds-phone.bds-hover .bds-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}
.bds-phone.bds-green.bds-hover .bds-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}
.bds-phone.bds-green .bds-ph-circle {
    border-color: rgba(117, 238, 35, 1);
    opacity: 0.5;
}
.bds-phone.bds-gray.bds-hover .bds-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: 0.5;
}
.bds-phone.bds-gray .bds-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}
.bds-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running bds-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    opacity: 0.1;
    position: absolute;
    top: 50px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}
.bds-phone.bds-active .bds-ph-circle-fill {
    animation: 1.7s ease-in-out 0s normal none infinite running bds-circle-fill-anim !important;
}
.bds-phone.bds-static .bds-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running bds-circle-fill-anim !important;
    opacity: 0 !important;
}
.bds-phone.bds-hover .bds-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.bds-phone.bds-green.bds-hover .bds-ph-circle-fill {
    background-color: rgba(117, 238, 35, 0.5);
    opacity: 0.75 !important;
}
.bds-phone.bds-green .bds-ph-circle-fill {
    background-color: rgba(117, 238, 35, 0.5);
    opacity: 0.75 !important;
}
.bds-phone.bds-gray.bds-hover .bds-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}
.bds-phone.bds-gray .bds-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.bds-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running bds-circle-img-anim;
    background-color: rgba(30, 30, 30, 0.1);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 70px;
    opacity: 0.7;
    position: absolute;
    top: 70px;
    transform-origin: 50% 50% 0;
    width: 60px;
}
.bds-phone.bds-active .bds-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running bds-circle-img-anim !important;
}
.bds-phone.bds-static .bds-ph-img-circle {
    animation: 0s ease-in-out 0s normal none infinite running bds-circle-img-anim !important;
}
.bds-phone.bds-hover .bds-ph-img-circle {
    background-color: rgba(117, 238, 35, 1);
}
.bds-phone.bds-green.bds-hover .bds-ph-img-circle {
    background-color: rgba(117, 235, 80, 1);
}
.bds-phone.bds-green .bds-ph-img-circle {
    background-color: rgba(117, 238, 35, 1);
}
.bds-phone.bds-gray.bds-hover .bds-ph-img-circle {
    background-color: rgba(204, 204, 204, 1);
}
.bds-phone.bds-gray .bds-ph-img-circle {
    background-color: rgba(117, 235, 80, 1);
}
.bds-phone {
    background-color: transparent;
    cursor: pointer;
    height: 200px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 200000 !important;
}
.bds-phone.bds-show {
    visibility: visible;
}

@keyframes bds-circle-anim {
0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes bds-circle-anim {
0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes bds-circle-fill-anim {
0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
    opacity: 0.2;
}
100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
@keyframes bds-circle-fill-anim {
0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
@keyframes bds-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes bds-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}

#myModal .modal-body {
    background: url('../images/bds_contact.png') 90% 10%;
    background-repeat:no-repeat;
	padding: 50px;
}

#myModal .modal-body h5 {line-height:40px;font-size:18px; font-weight:400}
#myModal .modal-body h5 span {line-height:25px!important; color:#4cae4c; margin: 0 0 0 10px; font-size:20px}
#myModal .modal-body h6 {font-size:17px;color:red; margin-bottom:15px; padding:0 0 0 0px;}
#myModal .modal-body h4 {line-height:18px;font-size:18px; font-weight:400; margin: 3px 0}
#myModal .modal-body .btn-success {height:35px; margin-bottom:10px}
#myModal .modal-body .contact {margin: 20px 0;}
#myModal .modal-body .form-inline{
	margin: 20px 0 10px 0;
}

/* end phone */

/* popup */
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.popup .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}

.popup .popupBody{
	position: relative;
	z-index: 9;
	background: #fff;
	width: 500px;
	height: 400px;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-200px;
}

.popup .popupBody img{
	max-width: 100%;
	height: auto;
}

.popup .close{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: url(../images/close.png) no-repeat center center #FFF;
	background-size: auto 20px;
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}

.popup .close:hover{
	background: url(../images/close.png) no-repeat center center #fff;
	background-size: auto 20px;
}
/* endpopup */

.box-info .tabs{
	margin: 0;
	padding: 0;
	/* margin-top: -43px; */
	list-style: none;
}

.box-info .tabs li{
	float: left;
	cursor: pointer;
	padding: 11px 15px;
	color: #fff;
	background: #444444;
	font-size: 12px;
	text-transform: uppercase;
}

.box-info .tabs li:hover,
.box-info .tabs li.active{
	background: #00a859;
}

.tabs_content{
	display: none;
	padding: 0 10px 10px;
}

.tabs_content.active{
	display: block;
}

.dk_thamquan{
	background: #F5F2BB;
	padding: 20px;
	margin-bottom: 20px;
}

.dk_thamquan form{
	background: #fff;
}