body {
  color: #232323;
  background: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
a {
  color: #232323;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
a:hover {
  color: #d82027;
  text-decoration: none;
}
/*--------------------
 *  Navbar
 */
.social-navbar {
	height: 107px;
	background: #fff;
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-collapse{
}
.social-navbar.navbar .navbar-nav {
	float: left;
	margin: 30px 0 0 180px;
}
.social-navbar.navbar .navbar-nav > li{
	padding:0;
}
.social-navbar.navbar .navbar-nav > li.dotmenu{
	padding: 0;
	width:1px;
	height: 20px;
	background: #cfcfcf;
	margin-top: 6px;
}
.social-navbar.navbar .navbar-nav > li.dropdown{
}
.social-navbar.navbar .navbar-nav > li > a {
	color: #272727;
	font-size:15px;
	line-height: 45px;
	height:45px;
	text-transform:uppercase;
	padding:0 15px;
	position:relative;
	display:block;
	background: none;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
.navbar-collapse{
	padding:0;
}
.navbar-collapse{
	padding:0;
}
.social-navbar.navbar .navbar-nav > li > a:hover,.social-navbar.navbar .navbar-nav > li > a.active,.social-navbar.navbar .navbar-nav .open > a,.social-navbar.navbar .navbar-nav .open > a:hover{
	color:#d82027;
	background:none;
}
.social-navbar .dropdown-menu > li > a{
	text-transform:uppercase;
	padding: 8px 20px;
}
.social-navbar .navbar-collapse .navbar-nav > li:hover ul.dropdown-menu {
	display: block;
}
/* Revolution Slider */
.revolution-slider {
	background: none;
	margin-top: 0;
}
.revolution-slider .bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.owl-prev{
	width:18px;
	height:18px;
	background:url(/images/prev.png) no-repeat center;
	left: 0;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
	top:0 !important;
}
.owl-next{
	width:18px;
	height:18px;
	background:url(/images/next.png) no-repeat center;
	right:0;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
	top:0 !important;
}
.owl-controls{
	top:42%;
	position:absolute;
	left:15px;
	right:15px;
}
/* Isotope */
/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/* Disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
	margin: 0 -1px;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.gallery a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
/* Image Hover Zoom */
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img {
	width: 100%;
	position: relative;
	padding: 0;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	box-shadow: 0px 0px 0px 0px #000; /*Firefox opacity flickr bug fix */
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
	opacity: 0.7;
}
/*--------------------*/
.lined-heading {
	position: relative;
	display: block;
	text-transform:uppercase;
	margin: 60px 0 30px 0;
	text-align: left;
}
h2.lined-heading span {
}
h2.lined-heading:before{
	position: absolute;
	bottom: 4px;
	z-index: 1;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background: #e4e4e4;
}
h2.lined-heading span{
	position: relative;
	z-index: 1;
	padding: 0 30px 0 0;
	display: inline-block;
	font-size: 25px;
	color:#232323;
	font-weight: 500;
	background: #fff;
	font-family: 'Oswald', sans-serif;
}
.copyright{
	background: #545454;
	color:#e7e7e7;
	font-size:13px;
	line-height:20px;
	padding:12px 0;
}
.goon{
	text-align:right;
	line-height: 20px;
}
.goon a{
	color:#e7e7e7;
}
.khung_cms{
	margin-bottom:20px;
	box-shadow: 0px 0px 2px #bfbfbf;
	background:#fff;
}
.img_cms img {
	width:100%;
	height:100%;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.img_cms img:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.khung_bot_cms{
	padding:10px;
}
.khung_cms:hover{
	box-shadow: 1px 1px 3px #a5a5a5;
}
.ten_cms{
	font-size:16px;
	display:block;
	text-transform:uppercase;
	height:40px;
	line-height:40px;
	overflow:hidden;
	margin-bottom:5px;
	background: url(/images/menu_dot.png) bottom repeat-x;
}
.ten_cms a,.xemthem_cms a{
	display:block;
}
.ten_cms a:hover,.xemthem_cms a:hover{
	text-decoration:none;
}
.chuthich_cms{
	text-align:justify;
	color:#333;
	margin-bottom:10px;
	background: url(/images/menu_dot.png) bottom repeat-x;
	padding:5px 0;
}
.chuthich_cms p{
	height:103px;
	overflow:hidden;
}
.xemthem_cms{
	text-align: right;
}
.book_cms{
	font-size:12px;
	background: url(/images/icon_book.png) no-repeat left 2px;
	padding-left: 15px;
	font-family: font1;
}
.book_cms a{
	color: #009937;
}
.book_cms a:hover{
	color: #333333;
}
.ten_tin{
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
	text-transform: uppercase;
}
.b a{
	margin-bottom:5px;
	color:#000;
	display: block;
}
.b a:hover,.b a.active{
	font-weight:bold;
	text-decoration:none;
}
#map {
	width: 100%;
	height: 500px;
	overflow: visible !important;
	border: 1px solid;
}
.mt50{
	margin-top:50px;
	margin-bottom:20px;
}
#frmContact .btn-primary{
	background:#E18B28;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 1px #CA7B1F;
	font-size:14px;
}
#frmContact .btn-primary:hover{
	background:#CA7B1F;
}
.required{
	color:#f00;
}
article{
	display: block;
}
article .video-format {
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
article .video-format iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}
.btn-lienhe{
	background: #0086c9;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #0170a7;
	font-size: 14px;
}
.btn-lienhe:hover {
	background: #0170a7;
	color: #fff;
}
.bg_btn_themes {
    background: #00a2db;
    background-image: -webkit-linear-gradient(top, #00a2db, #01548a);
    background-image: -moz-linear-gradient(top, #00a2db, #01548a);
    background-image: -ms-linear-gradient(top, #00a2db, #01548a);
    background-image: -o-linear-gradient(top, #00a2db, #01548a);
    background-image: linear-gradient(to bottom, #00a2db, #01548a);
}
.bg_btn_themes:hover {
    background: #01548a;
    background-image: -webkit-linear-gradient(top, #01548a, #00a2db);
    background-image: -moz-linear-gradient(top, #01548a, #00a2db);
    background-image: -ms-linear-gradient(top, #01548a, #00a2db);
    background-image: -o-linear-gradient(top, #01548a, #00a2db);
    background-image: linear-gradient(to bottom, #01548a, #00a2db);
}
.appear {
    opacity: 0;
    transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
}
.animated {
    opacity: 1;
}
.khung_cms_home{
	width:100%;
	margin-bottom:20px;
	font-size: 14px;
}
.img_cms_home{
	float: left;
	margin-right: 15px;
}
.img_cms_home img{
	width: 100%;
	width: 137px;
	height: 101px;
}
.ten_cms_home{
	text-align:justify;
	display:block;
	margin-bottom: 5px;
	height: 40px;
	overflow: hidden;
	margin: 15px 0 5px;
	text-transform: uppercase;
	line-height: 20px;
}
.chu_thich_cms_home{
	text-align:justify;
	height: 55px;
	overflow: hidden;
}
.mt150 {
}
/**********************/
.logo {
	position: absolute;
	left: 15px;
	top: 3px;
}
.lang {
	position: absolute;
	right: 15px;
	top: 36px;
	z-index: 99;
}
.btn-show_content{
	height: 30px;
    line-height: 20px;
	background: url(/images/icon_lang.png) no-repeat right 8px top 12px;
	color: #9ea1a6;
	width:85px;
	border:solid 1px #c8c8c8;
	text-align:left;
	text-indent:4px;
	text-transform: uppercase;
}
.well{
	border-radius: 0;
	width:85px;
	line-height:25px;
	background: #fff;
	padding:0;
	text-indent:10px;
	font-size:16px;
	border:solid 1px #c8c8c8;
}
.well a{
	color: #9ea1a6;
	display: block;
	text-transform: uppercase;
}
.btn-show_content img, .well a img {
	margin: -4px 5px 0 0;
}
.section_quang_cao {
	padding: 10px 0;
	display: table;
	width: 100%;
}
.quang_cao_home {
	float: left;
	width: 33.33%;
}
.quang_cao_home img {
	width: 100%;
}
.title_sp_moi {
	text-transform:uppercase;
	margin: 60px 0 40px 0;
	text-align: center;
	font-size: 33px;
	color:#232323;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
.nav-tabs-custom {
	text-align: center;
  	border-bottom: solid 1px #e4e4e4;
  	margin: 10px 0 60px;
}
.nav-tabs-custom li {
    margin: 0; 
    float: none;
    display: inline-block;
    padding: 0 10px;
}
.nav-tabs-custom li a {
	font-size: 16px;
	color: #5b5b5b;
	background: none;
	padding: 0 10px 10px;
	text-transform: uppercase;
	border: 0; 
	font-weight: 500;
	border-bottom: solid 1px transparent;
}
.nav-tabs-custom li a:hover, .nav-tabs-custom li a:focus {
	color: #d82027;
	background: none;
	border: 0; 
	border-bottom: solid 1px #d82027;
}
.nav-tabs-custom li.active a {
	color: #d82027;
	background: none;
	border: 0; 
	border-bottom: solid 1px #d82027;
}
.nav-tabs-custom li.active a:hover, .nav-tabs-custom li.active a:focus {
	color: #d82027;
	background: none;
	border: 0; 
	border-bottom: solid 1px #d82027;
}
.main {
}
.product {
	display: table;
	width: 100%;
	max-width: 255px;
	height: 325px;
	margin: 0 auto 30px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.info_product {
	margin-top: 10px;
	padding-bottom: 10px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.ten_product {
	font-size: 14px;
	border-bottom: solid 1px #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.gia_product {
}
.star {
	display: block;
	float: left;
	width: 12px;
	height: 11px;
	background: url('/images/star_active.png') no-repeat;
	margin: 2px 3px 0 0;
}
.star-empty {
	background: url('/images/star.png') no-repeat;
}
.product:hover {
	box-shadow: 0 0 5px #999;
}
.product:hover .info_product {
	padding: 0 10px 10px;
}
.section_gioi_thieu {
	padding: 60px 0;
	background: url('/images/bg_gt.jpg') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	color: #e4e4e4;
	font-size: 16px;
}
.logo_gioi_thieu {
	margin-top: 35px;
}
.title_gioi_thieu {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 35px;
	color: #d82027;
	font-family: 'Oswald', sans-serif;
}
.gioi_thieu_home {
	text-align: justify;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 25px;
}
.title_nhantin {
	text-transform: uppercase;
	font-size: 18px;
	color: #d82027;
	margin-top: 8px;
}
.feedback .form-control {
	background: none;
	border: 0;
	border-radius: 0;
	color: #e4e4e4; 
	float: left;
	padding-left: 0;
	width: 60%;
	margin-right: 10px;
	font-weight: 300;
	font-size: 16px;
}
.feedback .btn_feedback {
	float: left;
	background: #cf282c;
	border: 0;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase; 
	padding: 8px 25px;
}
.section_type_product {
	background: url('/images/bg2.jpg') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	height: 245px;
}
.container_type_product {
	display: table;
	width: 100%;
	background: #fff;
	margin-top: 115px;
	box-shadow: 0 0 10px #999;
}
.type_product {
	height: 200px;
	border-right: solid 1px #e0e0e0;
	float: left;
	width: 16.66666667%;
	text-align: center;
}
.type_product a {
	display: block;
	padding-top: 50px;
}
.img_type_product {
	width: 90px;
	height: 65px;
	margin: 0 auto 35px auto;
	background-position: center top;
	background-repeat: no-repeat;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.ten_type_product {
	text-transform: uppercase;
}
.type_product a:hover .img_type_product {
	background-position: center bottom;
}
.section_tin_tuc {
	padding: 40px 0 30px;
}
.section_lien_he_home {
  background: #f1f1f1; 
  color: #666666;
}
.section_lien_he_home .title_lien_he_home {
	color: #232323;
	text-transform: uppercase;
	font-size: 16px;
	margin: 40px 0 20px; 
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.section_lien_he_home .lien_he_home {
	line-height: 25px; 
}
.nav-bottom li a {
	padding: 0 0 10px 0;
	color: #666666;
}
.nav-bottom li a:hover {
	color: #d82027;
}
.support {
	position: fixed;
	left: 50px;
	bottom: 150px;
	z-index: 9;
	cursor: pointer;
}
.menu_left {
	position: fixed;
	left: 50px;
	bottom: 200px;
	z-index: 9;
	cursor: pointer;
}
.khung_menu_left {
	position: fixed;
	left: 50px;
	top: 200px;
	z-index: 999;
	background: #fff;
	padding: 10px 20px;
	width: 200px;
	display: none;
}
.title_menu_left {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	margin: 15px 0;
}
.nav-left li a {
	padding: 0 0 10px 0;
}
.nav-left li a:hover {
	background: none;
}
.icon_close {
	float: right;
	cursor: pointer;
}
.form_tk {
	position: absolute;
	right: 250px;
	top: 41px;
}
.form_tk .input_tk {
    background: #fff;
    padding: 0 5px;
    line-height: 22px;
    width: calc(100% - 25px);
    border: 0; 
}
.form_tk .submit_tk {
    width: 25px;
    height: 22px;
    background-color: transparent;
    background-image: url("/images/bt_tk.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 0; 
    float: left;
}
.nav-top {
	position: absolute;
	right: 160px;
	top: 43px;
}
.nav-top li {
	float: left;
}
.nav-top li a {
	padding: 0 5px;
	color: #777777;
}
.nav-top li a:hover {
	color: #d82027;
	background: none;
}
.name_product_detail {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.gia_product_detail {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #d82027;
}
.btn-addtocart {
	text-transform: uppercase;
	background: #ffb627;
	color: #d82027;
	border: 0;
	font-weight: 500;
	margin-bottom: 20px;
}
.btn-addtocart:hover {
	background: #d82027;
	color: #ffb627;
}
#jssor_1 {
	width: 100% !important;
}
.mau_product_detail {
	font-size: 16px;
}
.khung_mau {
	margin: 15px 0;
}
.khung_mau a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	border: solid 2px transparent;
}
.khung_mau a.active {
	border: solid 2px #333;
}
.cart {
	position: absolute;
	right: 110px;
	top: 33px;
}
.cart img {
	margin-top: 10px;
}
.cart #gio_hang {
	background: #d82027;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-left: -3px;
}
.loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 50px auto;
	width: 24px;
	display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-nav>li {
	    float: none;
	}
}
@media (max-width: 1200px){
	.social-navbar.navbar .navbar-nav > li > a{
		padding: 0 5px;
		font-size: 14px;
	}
	.form_tk {
        right: 66px;
        top: 75px;
    }
}
@media (max-width: 992px){
    
	.product {
	    height: 285px;
	}
	.title_nhantin {
		margin-bottom: 20px;
	}
	#owl-nam .owl-item, #owl-nu .owl-item {
		padding: 0 8px;
	}
	.social-navbar .navbar-toggle{
		border-color: #ef3023;
	    background: #e84539;
	    margin: 70px 0px 0 0 !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #ef3023;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.social-navbar.navbar .navbar-nav > li.dropdown{
		background: none;
	}
	.navbar-collapse.in,.navbar-collapse.collapsing{
		border:0;
		margin:0;
	}
	.social-navbar .navbar-collapse.in,.social-navbar .navbar-collapse.collapsing{
		margin:0 !important;
		position: absolute;
		z-index: 99;
		right: 15px;
		left: 15px;
	}
	.social-navbar .navbar-collapse.in .navbar-nav,.social-navbar .navbar-collapse.collapsing .navbar-nav{
		margin:0;
		background:#F0F0F0;
		padding:0;
		width: 100%;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li,.social-navbar .navbar-collapse.collapsing .navbar-nav > li{
		padding:0;
		border:solid 1px #B7B7B7;
		border-top:0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li a,.social-navbar .navbar-collapse.collapsing .navbar-nav > li a{
		padding:0;
		display:block;
		line-height:35px;
		text-indent:15px;
		height:35px;
		font-size:15px;
		color: #333;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.in .navbar-nav > li > a.active ,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a.active {
		border-bottom:0;
		background:#e84539;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a ,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a {
		border-bottom:0;
		background:#e84539;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a:hover {
		border-bottom:0;
		background:#e84539;
		color:#fff;
		border-radius: 0;
	}
	.dropdown-menu li a {
		padding-right: 20px !important;
	}
	.copyright{
		text-align:center;
		line-height: 18px;
	}
	.goon{
		text-align:center;
		margin-top:5px;
	}
}
@media (max-width: 767px){
	.social-navbar .navbar-toggle{
	    margin-right: 15px !important;
	}
	h2.lined-heading span,.title_home,.section_lien_he_home .title_lien_he_home{
		font-size: 20px;
		line-height: 25px;
	}
	.copyright{
		text-align:center;
	}
	.noidung_tin img{
		max-width:100% !important;
		height:auto !important;
		margin: 0 0 15px 0 !important;
	}
	.tinynav {
	    display: block;
	    width: 100%;
	    padding: 10px;
        background: #008f47;
    	color: #fff;
	}
	.nav-top {
		display: none;
	}
	.lang {
		top: 15px;
	}
	.form_tk {
		right: inherit;
		left: 15px;
		top: 84px;
	}
	.logo {
		width: 115px;
	}
	.menu_left,.support {
		left: 15px;
	}
	.title_sp_moi {
		margin: 30px 0 20px 0;
		font-size: 25px;
	}
	.nav-tabs-custom li {
		padding: 0 5px;
	}
	.nav-tabs-custom li a {
		font-size: 13px;
		padding: 0 5px 10px;
	}
	.cart{
	    top: 10px;
	}
	.type_product {
	    width: 50%;
	}
	.section_type_product {
	    background: none;
	    display: table;
	}
	.container_type_product {
	    margin-top: 0;
	}
}