@charset "UTF-8";
/*Định nghĩa màu cho website*/
/*Định nghĩa font-family cho website*/
@import url(../plugin/fonts/roboto/roboto.css);
/*Định nghĩa font-size cho website*/
h1 {
	font-size: 24px;
	line-height: 1.5; }

h2 {
	font-size: 22px;
	line-height: 1.5; }

h3 {
	font-size: 20px;
	line-height: 1.5; }

h4 {
	font-size: 18px;
	line-height: 1.5; }

h5 {
	font-size: 16px;
	line-height: 1.5; }

h6 {
	font-size: 14px;
	line-height: 1.5; }

p {
	line-height: 1.5; }

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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block; }

body {
	font-family: "Roboto Slab";
	line-height: 1; }

ol, ul {
	list-style: none; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

.place-order{
	padding: 10px 30px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	background-color: #2fa0c8;
	outline: none;
}
.place-order:hover{
	color: #2fa0c8;
	border: 1px solid #2fa0c8;
	background-color: #fff;
	outline: none;
	transition: 1s ease;
}
a:hover {
	text-decoration: none; }

.clear-padding {
	padding: 0; }

.clear-padding-left {
	padding-left: 0; }

.clear-padding-right {
	padding-right: 0; }
	@media screen and (max-width: 991px){
		.clear-padding-right {
	padding-right: 15px; }
	}

.padding-5px {
	padding: 5px; }

/*header*/
/*TOP HEADER*/
.top-header {
	border-bottom: 1px solid #dcdcdc;
	background: #ececec; }
	@media screen and (max-width: 991px) {
		.top-header .top-header-left {
			display: none; } }
	.top-header .top-header-left ul li {
		display: inline-block;
		padding: 15px 10px;
		line-height: 26px;
		position: relative;
		font-size: 13px; }
		@media screen and (max-width: 1199px) and (min-width: 992px) {
			.top-header .top-header-left ul li {
				padding: 15px 5px; } }
		.top-header .top-header-left ul li:first-child {
			margin: 0;
			padding-left: 0; }
		.top-header .top-header-left ul li .icons {
			float: left;
			color: #2fa0c8;
			font-size: 18px; }
		.top-header .top-header-left ul li p {
			float: left;
			padding-left: 20px; }
			.top-header-right{
				text-align: right;
			}
	.top-header .top-header-right ul li {
		display: inline-block;
		padding: 15px 10px;
		line-height: 26px;
		position: relative;
		font-size: 13px; }
		@media all and (max-width: 1199px) and (min-width: 992px) {
			.top-header .top-header-right ul li {
				padding: 15px 8px; } }
		.top-header .top-header-right ul li a {
			display: block;
			color: #333;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.top-header .top-header-right ul li a:hover {
				color: #2fa0c8; }
		.top-header .top-header-right ul li i {
			color: #2fa0c8;
			font-size: 18px;
			padding-right: 5px; }

/*Footer*/
.footer-main-content {
	padding: 30px 0;
	background-color: #272942;
	border-top: 1px solid #ddd; }
	.footer-main-content h3 {
		position: relative;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		line-height: 22px;
		text-transform: uppercase;
		margin-bottom: 20px;
		padding-bottom: 10px;
		 }
		.footer-main-content h3:after{
			    content: '';
			    position: absolute;
			    width: 150px;
			    height: 2px;
			    background: #d02f27;
			    bottom: 0;
			    left: 0;
		}

.copyright-area {
	background: #2fa0c8;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px; }
	.copyright-area p {
		color: #fff;
		text-align: center; }

/*FOOTER 2*/
.footer-2 ul li {
	color: #fff;
	display: flow-root;
	margin-bottom: 20px; }
	.footer-2 ul li .icons {
		width: 40px;
		height: 40px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border: 1px solid #2fa0c8;
		color: #2fa0c8;
		float: left; }
	.footer-2 ul li p {
		padding-left: 60px;
		font-size: 14px;
		line-height: 1.5; }

/*FOOTER 3*/
.footer-3 ul li {
	border-left: 1px solid #2fa0c8;
	margin-bottom: 10px; }
	.footer-3 ul li a {
		display: block;
		font-size: 14px;
		color: #fff;
		line-height: 26px;
		padding-left: 10px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s; }
		.footer-3 ul li a:hover {
			color: #2fa0c8; }

/*FOOTER 4*/
.footer-4 ul li {
	width: 50%;
	float: left; }

/*FOOTER 5*/
.footer-5 ul li {
	margin-bottom: 5px; }
	.footer-5 ul li a {
		display: block;
		font-size: 14px;
		color: #fff;
		line-height: 22px;
		padding-left: 10px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s; }
		.footer-5 ul li a:hover {
			color: #2fa0c8; }
			.footer-5 ul li a i{
				padding-right: 10px;
			}
			.footer-5 ul li img{
				width: auto;
				    margin-left: 10px;
    margin-top: 15px;
			}

/*FOOTER 5*/

/*FOOTER 6*/
.footer-6 ul li {
	margin-bottom: 10px; }
	.footer-6 ul li p{
		display: block;
		font-size: 14px;
		color: #fff;
		line-height: 22px;
		padding-left: 10px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s; 
		padding-left: 50px;
	}
		.footer-6 ul li a:hover {
			color: #2fa0c8; }
			.footer-6 ul li p span{
				color: #d02f27;
				font-weight: bold;
			}
			.footer-6 ul li .icons{
				width: 30px;
				float: left;
			}

/*SOCIAL*/
.header_social {
	text-align: right; }
	@media screen and (max-width: 992px) {
		.header_social {
			display: none; } }
	.header_social ul li {
		display: inline-block; }
		.header_social ul li a {
			width: 40px;
			height: 40px;
			border: 1px solid #2fa0c8;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			color: #2fa0c8;
			border-radius: 50%;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.header_social ul li a:hover {
				color: #fff;
				background: #2fa0c8; }

.gb-footer-social li {
	display: inline-block; }
	.gb-footer-social li a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		border: 1px solid #ff5112;
		color: #ff5112;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s; }
		.gb-footer-social li a:hover {
			background: #ff5112;
			color: #fff; }

/*MENU*/
/*MENU DESKTOP*/
.gb-menu-category .main-menu {
	position: relative; }

.gb-menu-category .cssmenu,
.gb-menu-category .cssmenu ul,
.gb-menu-category .cssmenu ul li,
.gb-menu-category .cssmenu ul li a,
.gb-menu-category .cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.gb-menu-category .cssmenu {
	margin-top: 30px;
	border: 1px solid #dcdcdc; }
	.gb-menu-category .cssmenu ul {
		position: relative; }
		.gb-menu-category .cssmenu ul li {
			border-bottom: 1px solid #dcdcdc; }
			.gb-menu-category .cssmenu ul li:last-child {
				border-bottom: none; }
			.gb-menu-category .cssmenu ul li a {
				position: relative; }
		.gb-menu-category .cssmenu ul ul {
			width: 880px;
			height: 100%;
			padding: 20px; }
			.gb-menu-category .cssmenu ul ul li {
				border-bottom: none; }

.gb-menu-category .cssmenu:after,
.gb-menu-category .cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

.gb-menu-category .cssmenu #menu-button {
	display: none; }

.gb-menu-category .cssmenu {
	width: auto;
	line-height: 1; }
	@media screen and (max-width: 991px) {
		.gb-menu-category .cssmenu {
			display: none; } }

.gb-menu-category .cssmenu.align-center > ul {
	font-size: 0;
	text-align: center; }

.gb-menu-category .cssmenu.align-center > ul > li {
	display: inline-block;
	float: none; }

.gb-menu-category .cssmenu.align-center ul ul {
	text-align: left; }

.gb-menu-category .cssmenu.align-right > ul > li {
	float: right; }

.gb-menu-category .cssmenu.align-right ul ul {
	text-align: right; }

.gb-menu-category .cssmenu > ul > li > a {
	
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #333;
	padding: 12.34px 20px;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease; }
	@media screen and (min-width: 992px) and (max-width: 1199px) {
		.gb-menu-category .cssmenu > ul > li > a {
			font-size: 11px; } }

.gb-menu-category .cssmenu > ul > li:hover > a,
.gb-menu-category .cssmenu > ul > li.active > a {
	color: #2fa0c8; }

.gb-menu-category .cssmenu > ul > li.has-sub > a {
	padding-right: 25px; }
	.gb-menu-category .cssmenu > ul > li.has-sub > a:hover:before {
		content: '';
		display: block; }

.gb-menu-category .cssmenu > ul > li.has-sub > a::after {
	position: absolute;
	top: 15px;
	right: 10px;
	content: "\f105";
	font-family: FontAwesome; }

.gb-menu-category .cssmenu > ul > li.has-sub:hover > a::after {
	border-color: #3f97da; }

.gb-menu-category .cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 2;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	margin-left: 100%;
	top: -1; }

.gb-menu-category .cssmenu li:hover > ul {
	left: auto;
	position: absolute;
	top: 0; }
	.gb-menu-category .cssmenu li:hover > ul li ul {
		position: relative;
		left: inherit;
		margin-left: inherit;
		width: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		padding: 0 0 0 20px; }
		.gb-menu-category .cssmenu li:hover > ul li ul li {
			border: none; }
			.gb-menu-category .cssmenu li:hover > ul li ul li a {
				display: block;
				padding: 0;
				border: none; }
				.gb-menu-category .cssmenu li:hover > ul li ul li a:hover {
					background: transparent;
					color: #ff5112; }

.gb-menu-category .cssmenu.align-right li:hover > ul {
	right: 0; }

.gb-menu-category .cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.gb-menu-category .cssmenu ul ul ul li a {
	color: #666666; }

.gb-menu-category .cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%; }

.gb-menu-category .cssmenu ul ul li {
	-webkit-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease; }

.gb-menu-category .cssmenu ul ul li a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #666666;
	min-width: 240px;
	background: transparent;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease; }

.gb-menu-category .cssmenu ul ul li:first-child a {
	border-top: none; }

.gb-menu-category .cssmenu ul ul li:hover > a,
.gb-menu-category .cssmenu ul ul li a:hover {
	color: #ff5111;
	background: #fff; }

.gb-menu-category .cssmenu ul ul li.has-sub > a::after {
	position: absolute;
	top: 20px;
	right: 20px;
	content: "\f105";
	font-family: FontAwesome; }

.gb-menu-category .cssmenu.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd; }

.gb-menu-category .cssmenu ul ul li.has-sub:hover > a::after {
	border-color: #fff; }

.menucategory-top {
	position: relative;
	padding: 17px 0; }
	.menucategory-top .txtmenucategory-top {
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 600; }

.gb-menu-category {
	position: absolute;
	width: 100%; }

/*.menu-category {*/
/*	background: #2fa0c8; }*/
	@media screen and (min-width: 992px) {
		.menu-category {
			display: block; } }
	@media screen and (max-width: 991px) {
		.menu-category {
			display: none; } }

.menu-right ul li {
	display: inline-block; }
	.menu-right ul li a {
		display: block;
		padding: 17px 10px;
		color: #fff;
		font-size: 15px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s; }
		@media screen and (max-width: 1199px) and (min-width: 992px) {
			.menu-right ul li a {
				font-size: 12px; } }
		.menu-right ul li a:hover {
			background: rgba(255, 255, 255, 0.2); }

.gb-header-between {
	padding: 10px 0; }

/*Menu mobiles*/
.mobile-nav .navbar-toggle {
	z-index: 999999;
	top: 21px; }

.mobile-nav #cssmenu,
.mobile-nav #cssmenu ul,
.mobile-nav #cssmenu ul li,
.mobile-nav #cssmenu ul li a,
.mobile-nav #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.mobile-nav #cssmenu > ul > li > a {
	
	font-size: 14px;
	line-height: 1.43;
	text-align: left;
	color: #ffffff;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease; }

.mobile-nav #cssmenu ul ul li a {
	display: block;
	
	font-size: 14px;
	text-align: left;
	color: #222222;
	padding: 17px 20px;
	min-width: 240px;
	background: transparent;
	border-top: 1px solid #e0e0e0;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease; }

@media screen and (max-width: 991px) {
	.mobile-nav #cssmenu {
		width: 100%;
		background: #22292d;
		display: none;
		position: absolute;
		min-height: 100%;
		z-index: 2000000; }
	.mobile-nav .uni-icons-close {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		border: solid 1px #333333;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 35px; }
		.mobile-nav .uni-icons-close i {
			font-family: FontAwesome;
			font-size: 15px;
			line-height: 2.93;
			text-align: center;
			color: #aeaeae; }
	.mobile-nav #cssmenu ul {
		width: 100%;
		display: none;
		padding: 0 30px;
		background: transparent; }
	.mobile-nav #cssmenu ul ul {
		background: transparent;
		padding-right: 0; }
	.mobile-nav #cssmenu.align-center > ul,
	.mobile-nav #cssmenu.align-right ul ul {
		text-align: left; }
	.mobile-nav #cssmenu ul li,
	.mobile-nav #cssmenu ul ul li,
	.mobile-nav #cssmenu ul li:hover > ul > li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, 0.15); }
	.mobile-nav #cssmenu ul ul li,
	.mobile-nav #cssmenu ul li:hover > ul > li {
		border-top: 1px solid transparent; }
	.mobile-nav #cssmenu li:hover > ul {
		border-top: 1px solid rgba(120, 120, 120, 0.15); }
	.mobile-nav #cssmenu ul li a,
	.mobile-nav #cssmenu ul ul li a {
		width: 100%;
		padding: 11px 0;
		text-transform: inherit; }
	.mobile-nav #cssmenu > ul > li,
	.mobile-nav #cssmenu.align-center > ul > li,
	.mobile-nav #cssmenu.align-right > ul > li {
		float: none;
		display: block; }
	.mobile-nav #cssmenu ul ul li:last-child a {
		border-bottom: none; }
	.mobile-nav #cssmenu ul ul li a {
		display: block;
		line-height: 24px;
		font-size: 14px;
		color: #aeaeae;
		background: none;
		border: none;
		border-bottom: 1px solid rgba(120, 120, 120, 0.15); }
	.mobile-nav #cssmenu ul ul li:hover > a,
	.mobile-nav #cssmenu ul ul li a:hover {
		color: #2fa0c8; background-color: #22292d; }
	.mobile-nav .home-icon {
		background: transparent; }
	.mobile-nav #cssmenu > ul > li:hover > a,
	.mobile-nav #cssmenu > ul > li.active > a {
		color: #2fa0c8 !important; background-color: #22292d; }
	.mobile-nav #cssmenu ul ul ul li a {
		padding-left: 0;
		border-top: none; }
	.mobile-nav #cssmenu ul ul,
	.mobile-nav #cssmenu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
		border-top: 1px solid rgba(120, 120, 120, 0.15); }
	.mobile-nav #cssmenu > ul > li.has-sub > a::after,
	.mobile-nav #cssmenu ul ul li.has-sub > a::after {
		display: none; }
	.mobile-nav #menu-line {
		display: none; }
	.mobile-nav #cssmenu #menu-button {
		display: block;
		padding: 20px;
		color: #000000;
		cursor: pointer; }
	.mobile-nav #cssmenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		height: 42px;
		width: 42px;
		cursor: pointer;
		border-left: 1px solid rgba(120, 120, 120, 0.15); }
	.mobile-nav #cssmenu .submenu-button::after {
		content: '\f107';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: block;
		font-family: FontAwesome;
		color: #fff;
		z-index: 99; }
	.mobile-nav #cssmenu .submenu-button.active::before {
		content: '\f106';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: block;
		font-family: FontAwesome;
		color: #2fa0c8;
		z-index: 99; }
	.mobile-nav #cssmenu ul li ul li .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 20px;
		display: block;
		width: 1px;
		height: 11px;
		background: #fff;
		z-index: 99; }
	.mobile-nav #cssmenu ul li ul li .submenu-button::before {
		content: '';
		position: absolute;
		left: 15px;
		top: 21px;
		display: block;
		width: 11px;
		height: 1px;
		background: #fff;
		z-index: 99; }
	.mobile-nav #cssmenu ul li ul li .submenu-button.active::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 21px;
		display: block;
		width: 11px;
		height: 1px;
		background: #2fa0c8;
		z-index: 99; }
	.mobile-nav #cssmenu .submenu-button.submenu-opened:after {
		display: none; }
	.mobile-nav .navbar-toggle .icon-bar {
		display: inline-block; }
	.mobile-nav .menu-mobile-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border: 1px solid #2fa0c8;
		position: absolute;
		top: 25px;
		right: 15px;
		z-index: 99;cursor: pointer; }
	.gb-banner-km img{
	    display: none;
	}	
    
}

/*EMAIL*/
.gb-dk-nhantin {
	padding: 20px;
	background: #2fa0c8; }
	.gb-dk-nhantin h4 {
		
		font-size: 24px;
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		margin-top: 20px; }
	.gb-dk-nhantin img {
		margin: 0 auto; }
	.gb-dk-nhantin .gb-dk-nhantin-inputemail {
		margin-top: 10px; }
		.gb-dk-nhantin .gb-dk-nhantin-inputemail .form-control {
			height: 45px; }
	.gb-dk-nhantin .btn-tim {
		height: 45px;
		background: #2fa0c8;
		text-shadow: none;
		color: #fff;
		text-transform: uppercase;
		
		background: #3a3a3a; }
	.gb-dk-nhantin .gb-dk-nhantin-right {
		margin-top: 5px; }
		.gb-dk-nhantin .gb-dk-nhantin-right p {
			
			font-size: 14px;
			text-transform: uppercase;
			color: #fff;
			text-align: left;
			line-height: 26px; }

#vietnhanxet .modal-title {
	color: #2fa0c8; }

#vietnhanxet label {
	color: #333;
	font-weight: 600;
	margin-bottom: 15px; }

.gb-form-nhan-xet .btn {
	background: #2fa0c8;
	color: #fff;
	border-color: #2fa0c8;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; }
	.gb-form-nhan-xet .btn:hover {
		background: transparent;
		color: #2fa0c8; }

.gb-nhan-xet-baiviet-header {
	display: flow-root;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
	margin-bottom: 30px; }
	.gb-nhan-xet-baiviet-header h3 {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		color: #333;
		margin-top: 10px;
		text-transform: uppercase;
		float: left; }
		@media screen and (max-width: 767px) {
			.gb-nhan-xet-baiviet-header h3 {
				float: none; } }
	.gb-nhan-xet-baiviet-header .gb-form-nhan-xet {
		float: right; }
		@media screen and (max-width: 767px) {
			.gb-nhan-xet-baiviet-header .gb-form-nhan-xet {
				float: none;
				margin-top: 10px; } }

.gb-nhan-xet-baiviet {
	padding: 30px 0 40px 0;
	/** ====================
 * Lista de Comentarios
 =======================*/
	/**
	 * Lineas / Detalles
	 -----------------------*/
	/**
	 * Avatar
	 ---------------------------*/
	/**
	 * Caja del Comentario
	 ---------------------------*/
	/** =====================
	 * Responsive
	 ========================*/ }
	.gb-nhan-xet-baiviet .comments-container h1 a {
		font-size: 18px;
		font-weight: 700; }
	.gb-nhan-xet-baiviet .comments-list {
		margin-top: 30px;
		position: relative; }
	.gb-nhan-xet-baiviet .comments-list:before {
		content: '';
		width: 2px;
		height: 100%;
		background: #c7cacb;
		position: absolute;
		left: 32px;
		top: 0; }
	.gb-nhan-xet-baiviet .comments-list:after {
		content: '';
		position: absolute;
		background: #c7cacb;
		bottom: 0;
		left: 27px;
		width: 7px;
		height: 7px;
		border: 3px solid #dee1e3;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%; }
	.gb-nhan-xet-baiviet .reply-list:before, .gb-nhan-xet-baiviet .reply-list:after {
		display: none; }
	.gb-nhan-xet-baiviet .reply-list li:before {
		content: '';
		width: 60px;
		height: 2px;
		background: #c7cacb;
		position: absolute;
		top: 25px;
		left: -55px; }
	.gb-nhan-xet-baiviet .comments-list li {
		margin-bottom: 15px;
		display: block;
		position: relative; }
	.gb-nhan-xet-baiviet .comments-list li:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		width: 0; }
	.gb-nhan-xet-baiviet .reply-list {
		padding-left: 88px;
		clear: both;
		margin-top: 15px; }
	.gb-nhan-xet-baiviet .comments-list .comment-avatar {
		width: 65px;
		height: 65px;
		position: relative;
		z-index: 99;
		float: left;
		border: 3px solid #FFF;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		overflow: hidden; }
	.gb-nhan-xet-baiviet .comments-list .comment-avatar img {
		width: 100%;
		height: 100%; }
	.gb-nhan-xet-baiviet .reply-list .comment-avatar {
		width: 50px;
		height: 50px; }
	.gb-nhan-xet-baiviet .comment-main-level:after {
		content: '';
		width: 0;
		height: 0;
		display: block;
		clear: both; }
	.gb-nhan-xet-baiviet .comments-list .comment-box {
		width: 680px;
		float: right;
		position: relative;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
	.gb-nhan-xet-baiviet .comments-list .comment-box:before, .gb-nhan-xet-baiviet .comments-list .comment-box:after {
		content: '';
		height: 0;
		width: 0;
		position: absolute;
		display: block;
		border-width: 10px 12px 10px 0;
		border-style: solid;
		border-color: transparent #FCFCFC;
		top: 8px;
		left: -11px; }
	.gb-nhan-xet-baiviet .comments-list .comment-box:before {
		border-width: 11px 13px 11px 0;
		border-color: transparent rgba(0, 0, 0, 0.05);
		left: -12px; }
	.gb-nhan-xet-baiviet .reply-list .comment-box {
		width: 610px; }
	.gb-nhan-xet-baiviet .comment-box .comment-head {
		background: #FCFCFC;
		padding: 10px 12px;
		border-bottom: 1px solid #E5E5E5;
		overflow: hidden;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0; }
	.gb-nhan-xet-baiviet .comment-box .comment-head i {
		float: right;
		margin-left: 14px;
		position: relative;
		top: 2px;
		color: #A6A6A6;
		cursor: pointer;
		-webkit-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
		transition: color 0.3s ease; }
	.gb-nhan-xet-baiviet .comment-box .comment-head i:hover {
		color: #03658c; }
	.gb-nhan-xet-baiviet .comment-box .comment-name {
		color: #283035;
		font-size: 14px;
		font-weight: 700;
		float: left;
		margin-right: 10px; }
	.gb-nhan-xet-baiviet .comment-box .comment-name a {
		color: #283035; }
	.gb-nhan-xet-baiviet .comment-box .comment-head span {
		float: left;
		color: #999;
		font-size: 13px;
		position: relative;
		top: 1px; }
	.gb-nhan-xet-baiviet .comment-box .comment-content {
		background: #FFF;
		padding: 12px;
		font-size: 15px;
		color: #595959;
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px; }
	.gb-nhan-xet-baiviet .comment-box .comment-name.by-author, .gb-nhan-xet-baiviet .comment-box .comment-name.by-author a {
		color: #03658c; }
	.gb-nhan-xet-baiviet .comment-box .comment-name.by-author:after {
		content: 'autor';
		background: #03658c;
		color: #FFF;
		font-size: 12px;
		padding: 3px 5px;
		font-weight: 700;
		margin-left: 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px; }
	@media only screen and (max-width: 766px) {
		.gb-nhan-xet-baiviet .comments-container {
			width: 480px; }
		.gb-nhan-xet-baiviet .comments-list .comment-box {
			width: 390px; }
		.gb-nhan-xet-baiviet .reply-list .comment-box {
			width: 320px; } }

.gb-form-lienhe h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin-top: 10px;
	text-transform: uppercase;
	margin-bottom: 30px; }

.gb-form-lienhe form label {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px; }

.vk-btn-send {
	text-transform: uppercase;
	padding: 10px 30px;
	color: #fff;
	background-color: #2fa0c8;
	border: 1px solid #2fa0c8;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; }
	.vk-btn-send:hover {
		color: #2fa0c8;
		background-color: transparent; }

/*PARTNER*/
.title {
	
	text-transform: uppercase;
	color: #3f3939;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc; }

.box_partner {
	padding: 40px 0; }

/*SIDEBAR*/
.list_category li {
	border-bottom: 1px solid #dcdcdc; }
	.list_category li:last-child {
		border-bottom: none; }
	.list_category li a {
		display: block;
		
		font-size: 13px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: normal;
		text-align: left;
		color: #333;
		line-height: 36px;
		text-decoration: none;
		-webkit-transition: color .2s ease;
		-o-transition: color .2s ease;
		transition: color .2s ease; }
		.list_category li a:hover {
			color: #2fa0c8; }

.widget {
	margin-bottom: 30px;
	border: 1px solid #dcdcdc;
	padding: 20px; }
	.widget h3 {
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		color: #333;
		margin-bottom: 20px;
		text-transform: uppercase;
		position: relative;
		padding-bottom: 10px;
		border-bottom: 1px solid #e1e1e1; }
		.widget h3:before {
			position: absolute;
			content: '';
			width: 114px;
			bottom: -2px;
			left: 1px;
			height: 3px;
			background: #2fa0c8; }

.gb-timkiem-sidebar .vk-newlist-banner-test-search button {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; }

.gb-timkiem-sidebar .vk-newlist-banner-test-search button:hover {
	background: #2fa0c8;
	color: #fff; }

.gb-timkiem-sidebar form {
	border-radius: 0;
	overflow: hidden; }

.gb-timkiem-sidebar .vk-newlist-banner-test-search {
	width: 100%;
	height: 50px;
	background: #fff;
	border: solid 1px #2fa0c8;
	border-radius: 0; }
	.gb-timkiem-sidebar .vk-newlist-banner-test-search input {
		width: 80%;
		height: 50px;
		border: none;
		outline: none;
		color: #333;
		background: transparent;
		font-weight: 500;
		font-style: normal;
		font-size: 14px;
		text-indent: 15px; }
	.gb-timkiem-sidebar .vk-newlist-banner-test-search button {
		width: 20%;
		height: 48px;
		background: #2fa0c8;
		border: none;
		border-left: 1px solid #2fa0c8;
		outline: none;
		text-align: center;
		line-height: 44px;
		color: #fff;
		font-size: 14px;
		float: right;
		border-radius: 0px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s; }
		.gb-timkiem-sidebar .vk-newlist-banner-test-search button:hover {
			color: #2fa0c8;
			background: transparent; }

.gb-sidebar-baivietmoinhat ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #dcdcdc;
	/*margin-bottom: 20px;*/ }
	.gb-sidebar-baivietmoinhat ul li:last-child {
		margin-bottom: 0;
		border-bottom: none; }
		.gb-sidebar-baivietmoinhat ul li:last-child .item {
			padding-bottom: 0; }
	.gb-sidebar-baivietmoinhat ul li .item {
		padding:15px 0px; }
		.gb-sidebar-baivietmoinhat ul li .item .item-img {
			width: 50px;
			float: left; }
		.gb-sidebar-baivietmoinhat ul li .item .item-text {
			padding-left: 60px; }
			.gb-sidebar-baivietmoinhat ul li .item .item-text h2 a {
				display: block;
				
				font-size: 13px;
				font-weight: 600;
				font-style: normal;
				font-stretch: normal;
				letter-spacing: normal;
				text-align: left;
				color: #333;
				line-height: 15px;
				text-decoration: none;
				-webkit-transition: color .2s ease;
				-o-transition: color .2s ease;
				transition: color .2s ease; }
				.gb-sidebar-baivietmoinhat ul li .item .item-text h2 a:hover {
					color: #2fa0c8; }

/*PRODUCT*/
.gb-product-home {
	/*padding: 40px 0; */
}

.gb-product-top {
	border-bottom: 1px solid #dcdcdc;
	display: flow-root;
	padding-bottom: 10px; margin-top: 10px; }
	.gb-product-top h2 {
		position:  relative;
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		font-weight: bold;
		text-transform:  uppercase;
		float: left;
		padding: 0 20px;
		background: #2fa0c8;
		 }
		.gb-product-top h2:after{
		 	content: '';
		 	width: 45px;
		 	height: 45px;
		 	background: #d02f27; 
		 	position:  absolute;
		 	transform: skew(30deg);
		 	z-index: -1;
		 	right: -30px;

		 }
		 .gb-product-top h2:before{
		 	content: '';
		 	width: 45px;
		 	height: 45px;
		 	background: #2fa0c8; 
		 	position:  absolute;
		 	transform: skew(30deg);
		 	z-index: 1;
		 	right: -25px;
		 }
	.gb-product-top .btn-xemtatca {
		float: right; }
		.gb-product-top .btn-xemtatca a {
			display: block;
			border: 1px solid #2fa0c8;
			padding: 0 20px;
			
			font-size: 14px;
			line-height: 38px;
			font-weight: bold;
			background: #2fa0c8;
			color: #fff;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.gb-product-top .btn-xemtatca a:hover {
				color: #2fa0c8;
				background: transparent; }

.gb-product-show {
	margin-top: 30px; }
	.gb-product-show .panel-body {
		padding: 0; }
	.gb-product-show img {
		width: 100%;
		height: auto; }

.product-item {
	position: relative;
	border: 1px solid rgba(47, 160, 200, 0.3);
	margin-bottom: 30px; 
	height: 300px;
	overflow: hidden;
}
	.product-item .item-img {
		width: 100%;
		height: auto;
		overflow: hidden; }
		@media screen and (max-width: 1199px) and (min-width: 992px) {
			.product-item .item-img {
				height: 150px; } }
		@media screen and (max-width: 991px) {
			.product-item .item-img {
				height: auto; } }
		.product-item .item-img img {
			width: 100%;
			height: 211px;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.product-item .item-img img:hover {
				-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
				transform: scale(1.1); }
	.product-item .item-text {
		/*padding: 10px;*/
		    background: rgba(241, 241, 241, 0.2);
		 }
		.product-item .item-text h3 a {
			    background: url(../images/botton_sanpham.gif) no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    color: #fff;
    /* line-height: 48px; */
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* padding-bottom: 10px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 22px;

	
		}
			.product-item .item-text h3 a:hover {
				color: #ec3237; }

/*ITEM PRICE*/
.item-price {
	margin-top: 10px; min-height: 51px; }
	.item-price p {
		
		color: #333; }
	.item-price .news-price {
		font-size: 14px;
		font-weight: bold;
		color: #d02f27;
		 }
	.item-price .old-price {
		font-size: 13px;
		text-decoration: line-through;
}
	.item-price .sale-percent {
		background: #2fa0c8;
		color: #fff;
		display: inline-block;
		padding: 5px 10px; }

/*item-book-conhang*/
.item-book-conhang {
	margin: 15px 0; }
	.item-book-conhang .book i {
		color: #2fa0c8; }
	.item-book-conhang .conhang i {
		color: #2e6c97; }

/*vote*/
.item-vote ul li {
	display: inline-block; }

/*BOX SALE*/
.boxsale-product {
	position: absolute;
	background: #2fa0c8;
	text-transform: uppercase;
	font-size: 13px;
	display: table;
	padding: 4px 6px;
	top: -8px;
	right: 15px;
	z-index: 1;
	color: #fff; }
	.boxsale-product:before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-bottom: 7px solid #4c4b4c;
		border-left: 8px solid transparent;
		top: 0;
		right: 42px; }
	.boxsale-product:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 8px solid #2fa0c8;
		top: 21px;
		right: 0; }

.gb-product-show .owl-nav [class*=owl-] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: transparent !important;
	border: 1px solid #2fa0c8; }

.gb-product-show .owl-item {
	padding-top: 10px; }

.gb-product-show .owl-nav {
	position: absolute;
	top: -90px;
	right: 0;
	margin-top: 0 !important; }
	@media screen and (max-width: 991px) and (min-width: 768px) {
		.gb-product-show .owl-nav {
			top: -78px; } }
	.gb-product-show .owl-nav .owl-prev:before {
		content: '\f104';
		font-family: FontAwesome;
		color: #333;
		font-size: 20px; }
	.gb-product-show .owl-nav .owl-next:before {
		content: '\f105';
		font-family: FontAwesome;
		color: #333;
		font-size: 20px; }

@media screen and (max-width: 767px) {
		.footer-main-content h3{
				margin-bottom: 10px;
		}
	
	.gb-product-show .gb-product-show_slide-three-item .owl-nav {
		top: -468px !important; } }

.gb-sanpham-khuyen-mai {
	padding-bottom: 40px; }

.gb-hangthanhly {
	padding-bottom: 40px; }

.gb-sanpham-ban-chay .gb-product-top-banchay {
	text-align: center; }
	.gb-sanpham-ban-chay .gb-product-top-banchay h2 {
		border: 3px double #09C !important;
		float: none;
		min-width: 250px;
		text-align: center;
		display: inline-block;
		font-size: 18px;
    line-height: 38px; 
    color: #2fa0c8;
    font-weight: 600;
}

.gb-sanpham {
	padding-bottom: 40px; }

.gb-product-description {
	margin-top: 10px; }
	.gb-product-description .table {
		margin-bottom: 0; }
		.gb-product-description .table tr th {
			padding: 3px 8px;
			font-size: 13px;
			border: 1px solid #ddd; }
		.gb-product-description .table tr td {
			padding: 3px 8px;
			font-size: 13px;
			border: 1px solid #ddd; }

/*other*/
/*BANNER*/
.gb-banner {
	margin-top: 30px; }
	.gb-banner h4 {
		
		font-size: 24px;
		text-align: center;
		text-transform: uppercase;
		color: #fff; }
	.gb-banner p {
		
		font-size: 13px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		margin-top: 10px; }
	.gb-banner .gb-banner-1 {
		    background: url(../images/tet_mid.png) no-repeat center center;
    background-size: cover;
		/*background: #2fa0c8;*/
		padding: 40px 10px;
		position: relative; }
		.gb-banner .gb-banner-1:before {
			content: '';
			background: rgba(47, 160, 200, 0.53);
			border: 1px solid #fff;
			position: absolute;
			top: 10px;
			left: 10px;
			right: 10px;
			bottom: 10px; }
			.gb-banner .gb-banner-1 a{
				display:  block;
				position: relative;
				z-index: 999;
			}
	.gb-banner .gb-banner-2 {
		background: #2fa0c8;
		padding: 40px 10px;
		position: relative; }
		.gb-banner .gb-banner-2:before {
			content: '';
			border: 1px solid #fff;
			position: absolute;
			top: 10px;
			left: 10px;
			right: 10px;
			bottom: 10px; }

.gb-banner-km img {
	width: 100%;
	height: auto; }

.gb-banner-km .gb-banner-km-item a {
	display: block;
	width: 100%;
	overflow: hidden; }

.gb-banner-km .gb-banner-km-item img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; }
	.gb-banner-km .gb-banner-km-item img:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1); }

.gb-banner-km .gb-banner-km-item ul li {
	margin-bottom: 5px; }
	.gb-banner-km .gb-banner-km-item ul li:last-child {
		margin-bottom: 0; }

/*BREAKCRUM*/
.gb-breadcrum ul {
	background: transparent;
	padding: 20px 0; }
	.gb-breadcrum ul li {
		text-shadow: 0 1px 0 #FFF;
		padding: 0px 12px 1px 22px;
		position: relative;
		white-space: nowrap;
		border: 1px solid #dddbde;
		border-right: transparent;
		margin-bottom: 5px; }
		.gb-breadcrum ul li a {
			display: block;
			color: #2fa0c8; }
			.gb-breadcrum ul li a:after {
				content: '';
				display: block;
				position: absolute;
				top: 2px;
				right: -8px;
				width: 18px;
				height: 19px;
				z-index: 99;
				background: #fff;
				border-right: 1px solid #DDD;
				border-bottom: 1px solid #DDD;
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				transform: rotate(-45deg); }
		.gb-breadcrum ul li + li:before {
			content: '';
			display: block;
			position: absolute;
			top: 2px;
			left: -10px;
			width: 20px;
			height: 20px;
			background: #fff;
			border-right: 1px solid #DDD;
			border-bottom: 1px solid #DDD;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg); }

/*INTRODUCE*/
.gb-gioi-thieu {
	margin-bottom: 40px; }
	.gb-gioi-thieu p {
		font-size: 16px;
		line-height: 26px;
		color: #333; }

.gb-gioithieu-company {
	text-align: center;
	background: #f4f4f4;
	padding: 20px 0;
	margin-bottom: 40px; }
	.gb-gioithieu-company h3 {
		font-size: 18px;
		font-weight: bold;
		color: #333;
		text-transform: uppercase;
		margin-bottom: 10px; }
	.gb-gioithieu-company p {
		font-size: 16px;
		line-height: 26px;
		color: #333; }

.gb-introduce-footer p {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 24px; }

/*PAGINATION*/
.loop-pagination {
	text-align: center;
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
	.loop-pagination li {
		float: left;
		margin-left: -1px; }
		@media screen and (max-width: 991px) {
			.loop-pagination li {
				margin-left: 1px; } }
		.loop-pagination li:first-child {
			margin-left: 0; }
		.loop-pagination li a.page-numbers {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 50px;
			height: 50px;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			font-size: 16px;
			line-height: 1.06;
			text-align: center;
			color: #666666;
			border: 1px solid #e0e0e0;
			padding: 10px 15px;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			@media screen and (max-width: 767px) {
				.loop-pagination li a.page-numbers {
					width: 35px;
					height: 35px; } }
			.loop-pagination li a.page-numbers:hover {
				background: #2fa0c8;
				color: #fff;
				border-color: #2fa0c8; }
		.loop-pagination li a.current {
			background: #2fa0c8;
			color: #fff;
			border-color: #2fa0c8; }
		.loop-pagination li a.prev {
			border: 1px solid #E0E0E0;
			padding: 10px 18px; }
		.loop-pagination li a.next {
			border: 1px solid #E0E0E0;
			padding: 10px 18px; }

/*PAGE*/
.gb-huongdanmuahang-right h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #2fa0c8;
	margin-bottom: 20px;
	text-transform: uppercase; }

.gb-huongdanmuahang-right ul li {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 26px; }
	.gb-huongdanmuahang-right ul li span {
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		color: #333; }

.gb-huongdanmuahang-right h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin: 20px 0;
	text-transform: uppercase; }

.gb-huongdanmuahang-right h4 {
	margin: 15px 0; }
	.gb-huongdanmuahang-right h4 span {
		font-weight: bold;
		color: #333;
		font-size: 16px;
		text-decoration: underline; }

.gb-huongdanmuahang-right p {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 26px; }

.gb-cachthucthanhtoan {
	padding-bottom: 40px; }
	.gb-cachthucthanhtoan .gb-cachthucthanhtoan-right h1 {
		font-size: 24px;
		font-weight: bold;
		text-align: left;
		color: #333;
		margin-bottom: 20px;
		text-transform: uppercase; }
	.gb-cachthucthanhtoan .gb-cachthucthanhtoan-right ul li {
		display: block;
		color: #333;
		font-size: 16px;
		line-height: 26px; }
		.gb-cachthucthanhtoan .gb-cachthucthanhtoan-right ul li span {
			font-size: 16px;
			font-weight: bold;
			text-align: left;
			color: #333; }
	.gb-cachthucthanhtoan .gb-cachthucthanhtoan-right h2 {
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		color: #333;
		margin: 20px 0;
		text-transform: uppercase; }
	.gb-cachthucthanhtoan .gb-cachthucthanhtoan-right h4 {
		margin: 15px 0; }
		.gb-cachthucthanhtoan .gb-cachthucthanhtoan-right h4 span {
			font-weight: bold;
			color: #333;
			font-size: 16px;
			text-decoration: underline; }
	.gb-cachthucthanhtoan .gb-cachthucthanhtoan-right p {
		display: block;
		color: #333;
		font-size: 16px;
		line-height: 26px; }

.gb-chinhsach-vanchuyen {
	padding-bottom: 40px; }
	.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h1 {
		font-size: 24px;
		font-weight: bold;
		text-align: left;
		color: #333;
		margin-bottom: 20px;
		text-transform: uppercase; }
	.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body ul li {
		display: block;
		color: #333;
		font-size: 16px;
		line-height: 26px; }
		.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body ul li span {
			font-size: 16px;
			font-weight: bold;
			text-align: left;
			color: #333; }
	.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h2 {
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		color: #333;
		margin: 20px 0;
		text-transform: uppercase; }
	.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h4 {
		margin: 15px 0; }
		.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h4 span {
			font-weight: bold;
			color: #333;
			font-size: 16px;
			text-decoration: underline; }
	.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body p {
		display: block;
		color: #333;
		font-size: 16px;
		line-height: 26px; }
	.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body img {
		margin: 0 auto; }

/*CONTACT*/
.gb-lienhe {
	padding-bottom: 40px; }

.map iframe {
	width: 100%;
	height: 400px; }

/*ĐẠI ĐIỂM*/
.gb-cart-dia-diem {
	margin: 40px 0; }
	.gb-cart-dia-diem .gb-cart-dia-diem-item {
		margin-bottom: 20px; }
	.gb-cart-dia-diem h4 {
		margin-bottom: 10px; }
		.gb-cart-dia-diem h4 span {
			color: #2fa0c8;
			font-weight: 600; }
	.gb-cart-dia-diem p {
		font-size: 14px;
		line-height: 26px; }
		.gb-cart-dia-diem p span {
			color: #333;
			font-weight: 600;
			font-size: 14px; }
	.gb-cart-dia-diem ul {
		display: flow-root; }
		.gb-cart-dia-diem ul li {
			width: 50%;
			float: left;
			font-size: 14px;
			line-height: 26px; }
			.gb-cart-dia-diem ul li span {
				color: #333;
				font-weight: 600;
				font-size: 14px; }

/*FOOTER 1*/
.footer-1 ul li {
	color: #fff;
	display: flow-root;
	margin-bottom: 20px; }
	.footer-1 ul li .icons {
		width: 40px;
		height: 40px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border: 1px solid #fff;
		color: #fff;
		float: left; }
	.footer-1 ul li p {
		padding-left: 60px;
		font-size: 14px;
		line-height: 1.5; }
.footer-1 ul li p span{
    font-weight: bold;
    color: #d02f27;
}

/*CHARACTERISTIC*/
/*SLIDESHOW*/
/*.gb-slideshow {
	margin-top: 15px; }*/

/*cart*/
.gb-addtocart {
	text-align: center;
 }

.single_add_to_cart_button {
	display:  inline-block;
	background: transparent;
	padding: 5px 24px;
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #2fa0c8;
	border: 1px solid #2fa0c8;
	border-radius: 0;
	margin-left: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; }
	.single_add_to_cart_button:hover {
		color: #2fa0c8;
		background: transparent; }

/*SHOP CART*/
.uni-cart-body .entry-content {
	padding-bottom: 40px; }

.uni-cart-body thead {
	border-bottom: 2px solid #2fa0c8; }
	.uni-cart-body thead tr th {
		
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 2.14;
		text-align: left;
		color: #22292d;
		border-bottom: none; }
		@media screen and (max-width: 400px) {
			.uni-cart-body thead tr th {
				font-size: 10px; } }
	.uni-cart-body thead .product-remove {
		width: 5%; }
	.uni-cart-body thead .product-name {
		width: 45%; }

.uni-cart-body tbody tr td {
	vertical-align: middle;
	border-top: 1px solid #E0E0E0; }

.uni-cart-body tbody .product-remove {
	text-align: center; }
	.uni-cart-body tbody .product-remove i {
		color: #2fa0c8;
		font-size: 18px; }

.uni-cart-body tbody .product-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
	@media screen and (max-width: 991px) {
		.uni-cart-body tbody .product-name {
			display: block; } }
	.uni-cart-body tbody .product-name .product-thumbnail {
		margin-right: 20px;
		display: block;
		float: left;
		border-radius: 3px;
		background-color: #ffffff;
		border: solid 1px #e0e0e0;
		padding: 5px; }
		.uni-cart-body tbody .product-name .product-thumbnail a img {
			display: inline-block;
			width: 60px;
			height: 60px;
			overflow: hidden; }
	.uni-cart-body tbody .product-name a {
		display: block;
		
		font-size: 14px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: normal;
		text-align: left;
		color: #22292d;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s; }
		.uni-cart-body tbody .product-name a:hover {
			color: #2fa0c8; }

.uni-cart-body tbody .product-price {
	
	font-size: 14px;
	color: #333; }

.uni-cart-body tbody .product-subtotal {
	
	font-size: 14px;
	color: #333; }

.uni-cart-body tbody .product-quantity .quantity input {
	
	font-size: 14px;
	font-weight: 600;
	color: #22292d;
	width: 75px;
	height: 36px;
	border-radius: 3px;
	border: solid 1px #E0E0E0;
	padding: 0 10px; }

.uni-cart-body tfoot tr td {
	padding: 20px 0; }
	@media screen and (max-width: 991px) {
		.uni-cart-body tfoot tr td {
			padding: 30px 10px; } }

.uni-cart-body tfoot .actions .coupon {
	float: left; }
	@media screen and (max-width: 991px) {
		.uni-cart-body tfoot .actions .coupon {
			float: none; } }

.uni-cart-body tfoot .actions #coupon_code {
	
	font-size: 14px;
	text-align: left;
	width: 250px;
	height: 40px;
	padding: 0 14px;
	margin-right: 10px;
	border: solid 1px #e0e0e0;
	border-radius: 0; }
	@media screen and (max-width: 991px) {
		.uni-cart-body tfoot .actions #coupon_code {
			width: 100%;
			margin-bottom: 20px; } }

.uni-cart-body tfoot .button {
	
	font-size: 14px;
	font-weight: 600;
	line-height: 2.14;
	text-align: center;
	background: #2fa0c8;
	border: 1px solid #2fa0c8;
	color: #fff;
	border-radius: 0;
	padding: 4px 26px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
	float: right; }
	@media screen and (max-width: 991px) {
		.uni-cart-body tfoot .button {
			width: 100%;
			margin-bottom: 20px; } }
	.uni-cart-body tfoot .button:hover {
		border-color: #2fa0c8;
		background: transparent;
		color: #2fa0c8; }

.uni-cart-body .cart-collaterals {
	padding-top: 40px; }
	.uni-cart-body .cart-collaterals .cart_totals h2 {
		
		font-size: 18px;
		font-weight: 600;
		text-transform: uppercase;
		color: #404040;
		margin-bottom: 20px; }
	.uni-cart-body .cart-collaterals table {
		width: 100%;
		border-top: 2px solid #2fa0c8; }
		.uni-cart-body .cart-collaterals table th {
			
			font-size: 14px;
			font-weight: 600;
			line-height: 2.14;
			text-align: left;
			color: #22292d;
			width: 50%;
			padding: 10px 0;
			border-top: 1px solid #e0e0e0; }
		.uni-cart-body .cart-collaterals table tr {
			border-top: 1px solid #e0e0e0;
			color: #666; }
		.uni-cart-body .cart-collaterals table .order-total {
			border-bottom: 1px solid #e0e0e0;
			font-weight: bold; }
	.uni-cart-body .cart-collaterals .wc-proceed-to-checkout {
		padding-top: 20px; }
		.uni-cart-body .cart-collaterals .wc-proceed-to-checkout a.button {
			display: block;
			
			font-size: 14px;
			font-weight: 600;
			line-height: 2.14;
			text-align: center;
			color: #ffffff;
			background: #2fa0c8;
			border-radius: 0;
			border: 1px solid #2fa0c8;
			padding: 11px;
			text-transform: uppercase;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.uni-cart-body .cart-collaterals .wc-proceed-to-checkout a.button:hover {
				background: #fff;
				color: #2fa0c8; }

.uni-checkout-body {
	padding-bottom: 40px; }
	.uni-checkout-body .checkout-ship-address-checkbox {
		display: none; }
	.uni-checkout-body .checkbox-create-account-form {
		display: none; }
	.uni-checkout-body .woocommerce-form-login p {
		
		font-size: 14px;
		line-height: 1.57;
		text-align: left;
		color: #7b7b7b;
		padding-bottom: 20px; }
	.uni-checkout-body .vk-form-woo-login {
		display: none;
		background: #ffffff;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 30px 20px;
		border-radius: 3px;
		border: 1px solid #e0e0e0; }
	.uni-checkout-body .vk-checkout-ship-address select {
		width: 100%;
		height: 50px;
		background-color: #ffffff;
		border: 1px solid #e0e0e0;
		padding: 0 20px;
		
		font-size: 14px;
		line-height: 0;
		text-align: left;
		color: #aeaeae; }
	.uni-checkout-body .vk-checkout-ship-address textarea {
		width: 100%;
		height: 151px;
		background-color: #ffffff;
		border: 1px solid #f0f0f0;
		padding: 20px;
		
		font-size: 14px;
		text-align: left;
		color: #aeaeae; }
	.uni-checkout-body .vk-checkout-creat-account h3 {
		text-transform: none; }
		.uni-checkout-body .vk-checkout-creat-account h3 label {
			
			font-size: 14px;
			font-weight: normal;
			font-style: normal;
			font-stretch: normal;
			line-height: 1.57;
			letter-spacing: normal;
			text-align: left;
			text-transform: capitalize;
			color: #22292d; }
	.uni-checkout-body .vk-checkout-creat-account .vk-check-create-account-form .form-row {
		margin: 30px 0; }
	.uni-checkout-body #payment {
		padding-top: 60px; }
		.uni-checkout-body #payment h3 {
			
			font-size: 18px;
			font-weight: bold;
			text-align: left;
			color: #333333;
			margin-bottom: 0; }
		.uni-checkout-body #payment ul {
			margin: 0;
			padding: 15px 0; }
			.uni-checkout-body #payment ul li {
				list-style-type: none; }
				.uni-checkout-body #payment ul li label {
					
					font-size: 14px;
					line-height: 2.57;
					text-align: left;
					font-weight: normal;
					color: #22292d; }
				.uni-checkout-body #payment ul li .payment_box {
					padding-left: 20px; }
					.uni-checkout-body #payment ul li .payment_box p {
						
						font-size: 14px;
						line-height: 1.86;
						text-align: left;
						color: #7b7b7b; }
				.uni-checkout-body #payment ul li a {
					
					font-size: 14px;
					line-height: 2.57;
					text-align: left;
					color: #2fa0c8;
					margin-left: 20px; }
					.uni-checkout-body #payment ul li a:hover {
						color: #333333; }
		.uni-checkout-body #payment .place-order {
			margin-top: 30px; }
			.uni-checkout-body #payment .place-order input {
				width: 100%;
				height: 50px;
				background-color: #2fa0c8;
				border: 1px solid #2fa0c8;
				
				font-size: 14px;
				font-weight: bold;
				line-height: 2.77;
				text-align: center;
				color: #ffffff;
				-webkit-transition: all 0.5s;
				-o-transition: all 0.5s;
				transition: all 0.5s; }
				.uni-checkout-body #payment .place-order input:hover {
					background: #fff;
					color: #2fa0c8;
					-webkit-transition: all 0.5s;
					-o-transition: all 0.5s;
					transition: all 0.5s; }
	.uni-checkout-body .vk-checkout-order-left h3 {
		
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		color: #333333;
		text-transform: uppercase;
		margin-bottom: 25px; }
	.uni-checkout-body .vk-checkout-order-left table {
		width: 100%; }
		.uni-checkout-body .vk-checkout-order-left table thead tr th {
			
			font-size: 14px;
			font-weight: bold;
			line-height: 2.14;
			text-align: left;
			color: #404040;
			text-transform: uppercase; }
		.uni-checkout-body .vk-checkout-order-left table tbody tr td {
			
			font-size: 14px;
			line-height: 2.14;
			text-align: left;
			color: #666666; }
		.uni-checkout-body .vk-checkout-order-left table tfoot tr th {
			
			font-size: 14px;
			font-weight: 500;
			line-height: 2.14;
			text-align: left;
			color: #404040; }
		.uni-checkout-body .vk-checkout-order-left table tr td {
			border-bottom: 1px solid #e0e0e0;
			padding: 15px 0; }
		.uni-checkout-body .vk-checkout-order-left table tr th {
			border-bottom: 1px solid #e0e0e0;
			padding: 15px 0; }
	.uni-checkout-body .vk-checkout-order-left thead {
		border-bottom: 2px solid #2fa0c8; }
	.uni-checkout-body .vk-checkout-order-left .order-total {
		color: #404040; }
	.uni-checkout-body .vk-checkout-billing-left {
		padding-top: 60px;
		padding-bottom: 43px; }
		.uni-checkout-body .vk-checkout-billing-left h3 {
			
			font-size: 18px;
			font-weight: bold;
			text-align: left;
			color: #333333;
			margin-bottom: 20px;
			text-transform: uppercase; }
		.uni-checkout-body .vk-checkout-billing-left p {
			margin-bottom: 27px; }
			.uni-checkout-body .vk-checkout-billing-left p label {
				
				font-size: 14px;
				font-weight: normal;
				line-height: 1.57;
				text-align: left;
				color: #22292d;
				margin-bottom: 10px; }
			.uni-checkout-body .vk-checkout-billing-left p .required {
				
				font-size: 18px;
				font-weight: 900;
				line-height: 1.22;
				color: #2fa0c8; }
		.uni-checkout-body .vk-checkout-billing-left .woocommerce-billing-fields select {
			width: 100%;
			height: 50px;
			background-color: #ffffff;
			border: 1px solid #e0e0e0;
			padding: 0 20px;
			
			font-size: 14px;
			line-height: 0;
			text-align: left;
			color: #aeaeae;
			border-radius: 3px; }
	.uni-checkout-body .vk-check-coupon {
		display: none;
		background: #ffffff;
		padding: 20px;
		border: 1px solid #e0e0e0;
		margin-top: 10px; }
		.uni-checkout-body .vk-check-coupon h3 {
			
			font-size: 18px;
			font-weight: bold;
			text-align: left;
			color: #333;
			margin-bottom: 20px;
			text-transform: uppercase; }
		.uni-checkout-body .vk-check-coupon .gb-form-register {
			margin-top: 20px; }
		.uni-checkout-body .vk-check-coupon .required {
			
			font-size: 18px;
			font-weight: 900;
			line-height: 1.22;
			color: #2fa0c8; }
		.uni-checkout-body .vk-check-coupon p {
			
			font-size: 16px;
			line-height: 22px; }
		.uni-checkout-body .vk-check-coupon label {
			
			font-size: 16px;
			font-weight: bold;
			text-align: left;
			color: #333;
			margin-bottom: 20px; }
		.uni-checkout-body .vk-check-coupon .form-control {
			height: 45px; }
		.uni-checkout-body .vk-check-coupon .btn {
			width: 100%;
			height: 45px;
			background: #2fa0c8;
			color: #fff;
			font-weight: 600;
			border: 1px solid #2fa0c8;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.uni-checkout-body .vk-check-coupon .btn:hover {
				background: transparent;
				color: #2fa0c8; }
	.uni-checkout-body .entry-content-wrapper .woocommerce-info {
		margin-bottom: 10px;
		background: #fff;
		padding: 14px 20px;
		
		font-size: 14px;
		line-height: 2.14;
		text-align: left;
		color: #666;
		border: 1px solid #e0e0e0;
		border-top: 2px solid #2fa0c8;
		border-radius: 3px; }
		.uni-checkout-body .entry-content-wrapper .woocommerce-info i {
			font-family: FontAwesome;
			font-size: 18px;
			line-height: 1.67;
			color: #2fa0c8;
			margin-right: 20px; }
		.uni-checkout-body .entry-content-wrapper .woocommerce-info a {
			color: #2fa0c8;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.uni-checkout-body .entry-content-wrapper .woocommerce-info a:hover {
				color: #22292d; }
	.uni-checkout-body .entry-content-wrapper .form-row-first input {
		width: 100%;
		height: 40px;
		background-color: #ffffff;
		border: 1px solid  #e0e0e0;
		padding: 20px;
		
		font-size: 14px;
		line-height: 1.57;
		text-align: left;
		color: #e0e0e0;
		border-radius: 3px; }
	.uni-checkout-body .entry-content-wrapper .form-row-last input {
		width: 100%;
		height: 40px;
		background-color: #ffffff;
		border: 1px solid  #e0e0e0;
		padding: 20px;
		
		font-size: 14px;
		line-height: 1.57;
		text-align: left;
		color: #aeaeae;
		border-radius: 3px; }
	.uni-checkout-body .entry-content-wrapper .form-row-last textarea {
		width: 100%;
		height: 120px;
		border: 1px solid  #e0e0e0;
		border-radius: 3px; }
	.uni-checkout-body .entry-content-wrapper .vk-checkout-login {
		margin-top: 30px; }
		.uni-checkout-body .entry-content-wrapper .vk-checkout-login p {
			margin-bottom: 0px; }
		.uni-checkout-body .entry-content-wrapper .vk-checkout-login input.button {
			width: 120px;
			height: 40px;
			background-color: #2fa0c8;
			border-radius: 3px; }
		.uni-checkout-body .entry-content-wrapper .vk-checkout-login input[type="submit"] {
			border: 1px solid #2fa0c8;
			
			font-size: 14px;
			font-weight: bold;
			line-height: 1.69;
			text-align: center;
			color: #ffffff;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.uni-checkout-body .entry-content-wrapper .vk-checkout-login input[type="submit"]:hover {
				background: #fff;
				color: #2fa0c8;
				-webkit-transition: all 0.5s;
				-o-transition: all 0.5s;
				transition: all 0.5s; }
		.uni-checkout-body .entry-content-wrapper .vk-checkout-login .woocommerce-form__label-for-checkbox input[type=checkbox] {
			width: 16px;
			height: 16px;
			border-radius: 3px;
			background-color: #ffffff;
			border: solid 1px #aeaeae;
			margin-left: 20px; }
		.uni-checkout-body .entry-content-wrapper .vk-checkout-login .woocommerce-form__label-for-checkbox span {
			
			font-size: 14px;
			line-height: 1.57;
			text-align: left;
			color: #7b7b7b;
			font-weight: normal; }
		.uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password {
			margin: 0;
			padding-top: 15px; }
			.uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a {
				
				font-size: 14px;
				line-height: 1.57;
				text-align: right;
				color: #2fa0c8; }
				.uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a:hover {
					color: #333; }
				.uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a i {
					font-family: FontAwesome;
					font-size: 18px;
					margin-right: 5px; }

/*SINGLE PRODUCT*/
.uni-single-product #content {
	padding: 100px 0; }

.uni-single-product-body {
	padding-bottom: 40px; }

@media screen and (max-width: 991px) {
	.uni-single-product-right .right {
		margin-top: 30px; } }

.uni-single-product-right .right .entry-title {
	
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	text-transform: uppercase;
	color: #22292d; }

.uni-single-product-right .right .price {
	padding-bottom: 10px; }
	.uni-single-product-right .right .price .woocommerce-Price-amount {
		
		font-size: 24px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1;
		letter-spacing: normal;
		text-align: left;
		color: #333333; }

.uni-single-product-right .right .description p {
	
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #666666; }

.uni-single-product-right .product-slide ul li {
	display: inline-block; }

.uni-single-product-right .product-slide .img-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	width: 100%;
	height: 370px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 30px;
	border: 1px solid #E0E0E0; }
	.uni-single-product-right .product-slide .img-slide .filter2 {
		display: none; }
		.uni-single-product-right .product-slide .img-slide .filter2.active {
			display: block; }
	.uni-single-product-right .product-slide .img-slide img {
		width: 100%;
		height: auto; }

.uni-single-product-right .product-slide .row-fix .img-small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	height: 92px;
	padding: 10px;
	margin-right: 10px;
	border: solid 1px #E0E0E0; }
	.uni-single-product-right .product-slide .row-fix .img-small.active {
		border: solid 1px #2fa0c8; }
	.uni-single-product-right .product-slide .row-fix .img-small:hover {
		cursor: pointer; }
	.uni-single-product-right .product-slide .row-fix .img-small img {
		width: 100%;
		height: auto; }

.uni-single-product-right .comment-tabs {
	padding-top: 60px; }

.uni-single-product-right .uni-shortcode-tab-3 {
	margin-bottom: 60px; }

.uni-single-product-right .uni-shortcode-tabs-default .tabbable-line > .tab-content {
	background: transparent;
	padding-top: 40px; }
	.uni-single-product-right .uni-shortcode-tabs-default .tabbable-line > .tab-content h3 {
		
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 0.94;
		letter-spacing: normal;
		text-align: left;
		text-transform: uppercase;
		color: #22292d; }

.uni-single-product-right .uni-shortcode-tab-1 .tabbable-line > .nav-tabs > li.active > a span {
	text-transform: uppercase; }

.uni-single-product-right .panel {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none; }

.uni-single-product-right #description p {
	
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
	color: #808080; }

/*.related h2 {
	
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 30px; }
	.related h2 span {
		color: #2fa0c8; }*/

#review .comment-item {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 20px; }
	#review .comment-item:last-child {
		border-bottom: none;
		padding: 0;
		margin: 0; }
	#review .comment-item .comment_container .comment-left {
		background-color: #fff;
		width: 100px;
		height: 130px;
		float: left; }
		#review .comment-item .comment_container .comment-left .star-rating {
			text-align: center; }
			#review .comment-item .comment_container .comment-left .star-rating span {
				font-family: FontAwesome;
				font-size: 14px;
				line-height: 2.14;
				letter-spacing: 0.7px;
				color: #2fa0c8; }
	#review .comment-item .comment_container .comment-text {
		padding-left: 120px; }
		#review .comment-item .comment_container .comment-text .meta h3 {
			
			font-size: 14px;
			font-weight: bold;
			text-align: left;
			color: #333;
			padding-bottom: 10px; }
		#review .comment-item .comment_container .comment-text .meta span {
			
			font-size: 15px;
			font-weight: 600;
			text-align: left;
			color: #888888; }
		#review .comment-item .comment_container .comment-text .description {
			padding-top: 10px; }
			#review .comment-item .comment_container .comment-text .description p {
				
				font-size: 15px;
				font-weight: 300;
				text-align: left;
				color: #888888; }

.review-loadmore-button {
	
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	width: 100%;
	height: 44px;
	background: #2fa0c8;
	border: 1px solid #2fa0c8;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; }
	.review-loadmore-button:hover {
		background: #fff;
		color: #2fa0c8; }

.uni-single-product-add-your-review {
	padding-top: 60px; }
	.uni-single-product-add-your-review h3 {
		
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		color: #404040;
		padding-bottom: 30px; }
	.uni-single-product-add-your-review span i {
		color: #2fa0c8; }
	.uni-single-product-add-your-review input[type=text] {
		height: 44px;
		border-radius: 3px;
		border: solid 1px #d7d7d7;
		margin: 20px 0; }
	.uni-single-product-add-your-review textarea {
		height: 200px;
		border-radius: 3px;
		border: solid 1px #d7d7d7;
		margin-bottom: 20px; }
	.uni-single-product-add-your-review .btn {
		background: #2fa0c8;
		border: 1px solid #2fa0c8;
		border-radius: 3px;
		
		font-size: 14px;
		font-weight: bold;
		line-height: 2.31;
		text-align: center;
		color: #fff;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		width: 19%; }
		@media screen and (max-width: 991px) {
			.uni-single-product-add-your-review .btn {
				width: 100%; } }
		.uni-single-product-add-your-review .btn:hover {
			background: #fff;
			color: #2fa0c8; }

/*MO TẢ CHI TIẾT*/
.gb-mota-chitiet h1 {
	
	font-size: 24px;
	font-weight: 600; }

.gb-mota-chitiet h2 {
	
	font-size: 22px;
	font-weight: 600; }

.gb-mota-chitiet h3 {
	
	font-size: 20px;
	font-weight: 600; }

.gb-mota-chitiet h4 {
	
	font-size: 18px;
	font-weight: 600; }

.gb-mota-chitiet h5 {
	
	font-size: 16px;
	font-weight: 600; }

.gb-mota-chitiet h6 {
	
	font-size: 14px;
	font-weight: 600; }

.gb-mota-chitiet ul li {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 26px; }

.gb-mota-chitiet p {
	color: #333;
	font-size: 16px;
	line-height: 26px; }

.uni-box-vote {
	padding-top: 10px;
	padding-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.uni-box-vote span {
		
		font-size: 14px;
		color: #22292d;
		float: left; }
		.uni-box-vote span i {
			font-family: FontAwesome;
			font-size: 12px;
			letter-spacing: 1.2px;
			color: #2fa0c8; }

.gb-chi-tiet-add-to-cart .quantity {
	float: left; }
	.gb-chi-tiet-add-to-cart .quantity label {
		
		font-size: 11px;
		font-weight: bold;
		line-height: 2.18;
		text-align: left;
		color: #666666;
		text-transform: uppercase; }
	.gb-chi-tiet-add-to-cart .quantity input {
		width: 75px;
		height: 36px;
		border-radius: 0;
		border: solid 1px #aeaeae; }
	.gb-chi-tiet-add-to-cart .quantity .form-control {
		margin-bottom: 0; }
	.gb-chi-tiet-add-to-cart .quantity .form-group {
		margin-bottom: 0; }

.gb-chi-tiet-add-to-cart .cart {
	position: relative;
	padding-top: 20px; }

.gb-chi-tiet-add-to-cart .single_add_to_cart_button {
	position: absolute;
	bottom: 0;
	background: #2fa0c8;
	padding: 6px 24px;
	
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	border: 1px solid #2fa0c8;
	border-radius: 0;
	margin-left: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; }
	.gb-chi-tiet-add-to-cart .single_add_to_cart_button:hover {
		color: #2fa0c8;
		background: transparent; }

.gb-chi-tiet-add-to-cart .product_meta {
	padding-top: 25px; }
	.gb-chi-tiet-add-to-cart .product_meta span {
		
		font-size: 14px;
		font-weight: bold;
		color: #404040;
		text-transform: uppercase; }
		.gb-chi-tiet-add-to-cart .product_meta span a {
			
			font-size: 14px;
			font-weight: normal;
			text-align: left;
			color: #808080;
			text-transform: none; }
			.gb-chi-tiet-add-to-cart .product_meta span a:after {
				content: ","; }
			.gb-chi-tiet-add-to-cart .product_meta span a:last-child:after {
				content: ""; }

/*Hướng dẫn mua hàng, cách thức thanh toán, Chính sách vận chuyển*/
.gb-huong-dan-cachthuc {
	background: #f1f1f1;
	padding: 50px 0; }
	.gb-huong-dan-cachthuc .gb-huong-dan-cachthuc-item .item-img img {
		width: auto;
		margin: 0 auto; }
	.gb-huong-dan-cachthuc .gb-huong-dan-cachthuc-item .item-text h2 {
		margin: 10px 0; }
		.gb-huong-dan-cachthuc .gb-huong-dan-cachthuc-item .item-text h2 a {
			text-align: center;
			display: block;
			color: #333;
			font-weight: 600;
			font-size: 16px;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.gb-huong-dan-cachthuc .gb-huong-dan-cachthuc-item .item-text h2 a:hover {
				color: #2fa0c8; }
	.gb-huong-dan-cachthuc .gb-huong-dan-cachthuc-item .item-text p {
		font-size: 14px;
		line-height: 26px;
		text-align: center; }

.shopping-cart {
	position: relative;
	color: #333;
	font-size: 18px; }
	.shopping-cart i {
		cursor: pointer;
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.25;
		letter-spacing: normal;
		text-align: center;
		color: #333 !important; }
	.shopping-cart .number-item {
		font-size: 12px;
		color: #fff;
		position: absolute;
		width: 20px;
		height: 20px;
		background-color: #2fa0c8;
		top: -3px;
		right: -5px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 50%; }

/*EMAIL*/
.gb-dk-nhantin {
	padding: 20px;
	margin-bottom: 20px;
	background: #2fa0c8; }
	.gb-dk-nhantin h4 {
		
		font-size: 24px;
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		margin-top: 20px; }
	.gb-dk-nhantin img {
		margin: 0 auto; }
	.gb-dk-nhantin .gb-dk-nhantin-inputemail {
		margin-top: 10px; }
		.gb-dk-nhantin .gb-dk-nhantin-inputemail .form-control {
			height: 45px; }
	.gb-dk-nhantin .btn-tim {
		height: 45px;
		background: #2fa0c8;
		text-shadow: none;
		color: #fff;
		text-transform: uppercase;
		
		background: #3a3a3a; }
	.gb-dk-nhantin .gb-dk-nhantin-right {
		margin-top: 5px; }
		.gb-dk-nhantin .gb-dk-nhantin-right p {
			
			font-size: 14px;
			text-transform: uppercase;
			color: #fff;
			text-align: left;
			line-height: 26px; }

/*NEWS*/
.gb-tintuc {
	padding-bottom: 40px; }

	@media screen and (max-width: 767px){
		.gb-tintuc-item .item-text{
			padding-top: 20px;
		}
		.gb-tintuc-item .item-img{
			height: auto !important;
		}
	}

.gb-tintuc-item {
	margin-bottom: 30px; }
	.gb-tintuc-item .item-img {
		width: 100%;
		height: 165px;
		overflow: hidden; }
		.gb-tintuc-item .item-img img {
			width: 100%;
			height: auto;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.gb-tintuc-item .item-img img:hover {
				-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
				transform: scale(1.1); }
	.gb-tintuc-item .item-text h2 a {
		display: block;
		
		font-size: 16px;
		font-weight: bold;
		color: #333;
		line-height: 22px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s; }
		.gb-tintuc-item .item-text h2 a:hover {
			color: #2fa0c8; }
	.gb-tintuc-item .item-text p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		max-height: 5em;
		line-height: 21px;
		margin: 10px 0;
		font-size: 14px; }
	.gb-tintuc-item .item-text time {
		
		font-size: 16px;
		font-weight: bold; }
		.gb-tintuc-item .item-text time i {
			color: #2fa0c8; }

.gb-chitiet-tintuc-content h1 {
	
	font-size: 36px;
	margin: 20px 0; }

.gb-chitiet-tintuc-content h2 {
	
	font-size: 24px;
	margin: 20px 0; }

.gb-chitiet-tintuc-content h3 {
	
	font-size: 22px;
	margin: 20px 0; }

.gb-chitiet-tintuc-content h4 {
	
	font-size: 20px;
	margin: 20px 0; }

.gb-chitiet-tintuc-content h5 {
	
	font-size: 18px;
	margin: 20px 0; }

.gb-chitiet-tintuc-content h6 {
	
	font-size: 16px;
	margin: 20px 0; }

.gb-chitiet-tintuc-content p {
	
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 26px; }

.gb-chitiet-tintuc-content ul li {
	list-style-type: inherit;
	
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 26px; }

.gb-chitiet-tintuc-content .gb-author-time {
	margin: 15px 0; }
	.gb-chitiet-tintuc-content .gb-author-time li {
		display: inline-block;
		position: relative;
		
		font-weight: 600;
		color: #333;
		font-size: 16px;
		line-height: 26px;
		padding-right: 20px; }
		.gb-chitiet-tintuc-content .gb-author-time li i {
			color: #2fa0c8; }
		.gb-chitiet-tintuc-content .gb-author-time li:after {
			content: "-";
			position: absolute;
			right: 10px; }
		.gb-chitiet-tintuc-content .gb-author-time li:last-child:after {
			content: ""; }

/*SEARCH*/
.gb-header-between-search {
	padding: 0 0 9px 0;
 }
	.gb-header-between-search .form-control {
		height: 35px;
		font-size: 13px; }
	.gb-header-between-search .btn {
		height: 35px;
		width: 35px; }
	.gb-header-between-search .btn-tim {
		background: #d02f27;
		text-shadow: none;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		 }

.product-filter {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	margin-bottom: 30px; }
	.product-filter .woocommerce-result-count {
		float: left; }
		@media screen and (max-width: 767px) {
			.product-filter .woocommerce-result-count {
				float: none; } }
	.product-filter .woocommerce-ordering {
		float: right; }
		@media screen and (max-width: 767px) {
			.product-filter .woocommerce-ordering {
				float: none;
				margin-top: 20px; } }
	.product-filter p {
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 2.14;
		letter-spacing: normal;
		text-align: left;
		color: #aeaeae;
		padding-top: 15px; }
	.product-filter form {
		margin-bottom: 0; }
	.product-filter select {
		font-size: 14px;
		line-height: 2.14;
		text-align: left;
		color: #666;
		width: 205px;
		height: 40px;
		border-radius: 3px;
		border: solid 1px #e0e0e0;
		padding: 0 15px; }
		@media screen and (max-width: 767px) {
		.top-header-right {
			text-align: left; 
		}
		.chinh-sach-van-chuyen, .lien-he{
				display: none!important;
		}
		.thumb-logo{
				width: 100%!important;
				margin: 0 auto;
		}
		.gb-header-top-menu_tienanh h1{
		    font-size: 15px!important;
            padding: 0px 30px;
            margin-top: 25px;
            margin-right: 50px;
		}
		.gb-banner .gb-banner-1{
				margin-bottom: 10px!important;
		}
		.gb-product-top .btn-xemtatca a{
				padding: 0px 5px;
				font-size: ;
		}
			.product-filter select {
				width: 100%; } }
		.product-filter select option {
			font-size: 14px;
			line-height: 2.14;
			text-align: left;
			color: #808080; }

.gb-loctheogia {
	margin: 10px 0; }
	.gb-loctheogia label {
		display: block;
		
		font-size: 13px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: normal;
		text-align: left;
		color: #333;
		line-height: 26px;
		text-decoration: none; }
	.gb-loctheogia h4 {
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		color: #333;
		margin-bottom: 10px;
		text-transform: uppercase; }

.gb-loctheothuonghieu {
	margin: 10px 0; }
	.gb-loctheothuonghieu label {
		display: block;
		
		font-size: 13px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: normal;
		text-align: left;
		color: #333;
		line-height: 26px;
		text-decoration: none; }
	.gb-loctheothuonghieu h4 {
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		color: #333;
		margin-bottom: 10px;
		text-transform: uppercase; }

/*REGGISTER*/
.gb-register {
	padding: 40px 0; }
	.gb-register .gb-register-body h1 {
		color: #000;
		font-weight: bold;
		font-size: 27px;
		text-align: center;
		text-transform: uppercase; }
	.gb-register .gb-register-body p {
		color: #000;
		font-size: 15px;
		line-height: 25px;
		padding-bottom: 15px;
		text-align: center;
		margin: 20px 0; }
	.gb-register form label {
		color: #000;
		font-weight: 600;
		font-size: 16px;
		margin-bottom: 10px; }
	.gb-register form .form-control {
		height: 45px;
		border-radius: 0; }
	.gb-register form .btn {
		width: 100%;
		height: 45px;
		background: #f0ad4e;
		border: 2px solid #f0ad4e;
		border-radius: 0;
		color: #000;
		font-weight: 600;
		font-size: 18px;
		text-transform: uppercase;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s; }
		.gb-register form .btn:hover {
			color: #f0ad4e;
			background: transparent; }

.gb-login {
	padding: 40px 0; }
	.gb-login h1 {
		color: #000;
		font-weight: bold;
		font-size: 27px;
		text-align: center;
		text-transform: uppercase; }
	.gb-login .line-border {
		border-right: 1px solid #ddd; }
	.gb-login .btndangnhapfacebook {
		text-align: center; }
		.gb-login .btndangnhapfacebook a {
			display: inline-block;
			min-width: 300px;
			background: #3a5794;
			border: 2px solid #3a5794;
			text-align: center;
			padding: 20px;
			color: #fff;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.gb-login .btndangnhapfacebook a:hover {
				color: #3a5794;
				background: transparent; }
	.gb-login .gb-login-form {
		background: #f1f1f1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 30px;
		padding: 30px 20px; }
		.gb-login .gb-login-form h2 {
			color: #000;
			font-weight: bold;
			font-size: 16px;
			text-align: left;
			margin-bottom: 30px;
			text-transform: uppercase; }
		.gb-login .gb-login-form p {
			color: #000;
			font-size: 15px;
			line-height: 25px;
			padding-bottom: 15px;
			text-align: center;
			margin: 20px 0; }
		.gb-login .gb-login-form label {
			color: #000;
			font-weight: 600;
			font-size: 16px;
			margin-bottom: 10px; }
		.gb-login .gb-login-form .form-control {
			height: 45px;
			border-radius: 0; }
		.gb-login .gb-login-form .btn {
			width: 100%;
			height: 45px;
			background: #f0ad4e;
			border: 2px solid #f0ad4e;
			border-radius: 0;
			color: #000;
			font-weight: 600;
			font-size: 18px;
			text-transform: uppercase;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.gb-login .gb-login-form .btn:hover {
				color: #f0ad4e;
				background: transparent; }
		.gb-login .gb-login-form .gb-btn-quen-mat-khau {
			text-align: center;
			margin-top: 20px; }
			.gb-login .gb-login-form .gb-btn-quen-mat-khau a {
				display: block; }

.gb-lost-password {
	padding: 40px 0; }
	.gb-lost-password h1 {
		color: #000;
		font-weight: bold;
		font-size: 27px;
		text-align: left;
		text-transform: uppercase; }
	.gb-lost-password p {
		color: #000;
		font-size: 15px;
		line-height: 25px;
		padding-bottom: 15px;
		text-align: left;
		margin: 20px 0; }
	.gb-lost-password label {
		color: #000;
		font-size: 15px;
		line-height: 25px;
		padding-bottom: 15px;
		text-align: left; }
	.gb-lost-password .form-control {
		height: 45px;
		border-radius: 0; }
	.gb-lost-password .gb-lost-password-back a {
		display: inline-block;
		background: #f0ad4e;
		border: 2px solid #f0ad4e;
		color: #fff;
		min-width: 150px;
		text-align: center;
		padding: 10px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s; }
		.gb-lost-password .gb-lost-password-back a:hover {
			color: #f0ad4e;
			background: transparent; }
	.gb-lost-password .gb-lost-password-continue {
		text-align: right; }
		.gb-lost-password .gb-lost-password-continue .btn {
			display: inline-block;
			background: #f0ad4e;
			border: 2px solid #f0ad4e;
			color: #fff;
			min-width: 150px;
			text-align: center;
			padding: 8px;
			border-radius: 0;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s; }
			.gb-lost-password .gb-lost-password-continue .btn:hover {
				color: #f0ad4e;
				background: transparent; }
.thumb-logo{
	width: 90px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.thumb-logo img{
		width: 100%;
		height: auto;
}


/*MENU DESKTOP*/
.menu-category {
	/*padding: 0 15px;*/
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	/*-webkit-box-align: center;*/
	/*-ms-flex-align: center;*/
	/*align-items: center;*/
	/*-webkit-box-pack: center;*/
	/*-ms-flex-pack: center;*/
	/*justify-content: center;*/
	}
	.menu-category .main-menu {
		position: relative; }
	.menu-category .cssmenu,
	.menu-category .cssmenu ul,
	.menu-category .cssmenu ul li,
	.menu-category .cssmenu ul li a,
	.menu-category .cssmenu #menu-button {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
		line-height: 1;
		display: block;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
	.menu-category .cssmenu:after,
	.menu-category .cssmenu > ul:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0; }
	.menu-category .cssmenu #menu-button {
		display: none; }
	.menu-category .cssmenu {
		/*		display: flex;*/
		/*align-items: center;*/
		/*justify-content: center;*/
		width: auto;
		line-height: 1; }
		@media screen and (max-width: 991px) {
			.menu-category .cssmenu {
				display: none; } }
	.menu-category .cssmenu > ul > li {
		float: left; }
	.menu-category .cssmenu.align-center > ul {
		font-size: 0;
		text-align: center; }
	.menu-category .cssmenu.align-center > ul > li {
		display: inline-block;
		float: none; }
	.menu-category .cssmenu.align-center ul ul {
		text-align: left; }
	.menu-category .cssmenu.align-right > ul > li {
		float: right; }
	.menu-category .cssmenu.align-right ul ul {
		text-align: right; }
	.menu-category .cssmenu > ul > li > a {
		font-size: 13px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: normal;
		text-align: right;
		color: #000;
		padding: 16px 10px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: color .2s ease;
		-o-transition: color .2s ease;
		transition: color .2s ease; }
		@media screen and (min-width: 992px) and (max-width: 1199px) {
			.menu-category .cssmenu > ul > li > a {
				font-size: 11px;
				padding: 20px 10px; } }
	.menu-category .cssmenu > ul > li:hover > a,
	.menu-category .cssmenu > ul > li.active > a {
		color: #2fa0c8; }
	.menu-category .cssmenu > ul > li.has-sub > a {
		padding-right: 25px; }
		.menu-category .cssmenu > ul > li.has-sub > a:hover:before {
			content: '';
			display: block; }
	.menu-category .cssmenu > ul > li.has-sub > a::after {
		position: absolute;
		top: 25px;
		right: 10px;
		width: 4px;
		height: 4px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		content: "";
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: border-color 0.2s ease;
		-o-transition: border-color 0.2s ease;
		transition: border-color 0.2s ease; }
		@media screen and (min-width: 992px) and (max-width: 1199px) {
			.menu-category .cssmenu > ul > li.has-sub > a::after {
				top: 25px; } }
	.menu-category .cssmenu > ul > li.has-sub:hover > a::after {
		border-color: #fff; }
	.menu-category .cssmenu ul ul {
		position: absolute;
		left: -9999px;
		z-index: 2;
		background: #ffffff;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
	.menu-category .cssmenu li:hover > ul {
		left: auto; }
	.menu-category .cssmenu.align-right li:hover > ul {
		right: 0; }
	.menu-category .cssmenu ul ul ul {
		margin-left: 100%;
		top: 0;
		background: #ffffff;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
	.menu-category .cssmenu ul ul ul li a {
		color: #333;
		border-top: 1px solid #dcdcdc; }
	.menu-category .cssmenu.align-right ul ul ul {
		margin-left: 0;
		margin-right: 100%; }
	.menu-category .cssmenu ul ul li {
		-webkit-transition: height .2s ease;
		-o-transition: height .2s ease;
		transition: height .2s ease; }
	.menu-category .cssmenu ul ul li a {
		display: block;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.71;
		letter-spacing: normal;
		text-align: left;
		color: #333;
		padding: 12px 20px;
		min-width: 240px;
		background: transparent;
		border-top: 1px solid #e0e0e0;
		text-decoration: none;
		-webkit-transition: color .2s ease;
		-o-transition: color .2s ease;
		transition: color .2s ease; }
	.menu-category .cssmenu ul ul li:first-child a {
		border-top: none; }
	.menu-category .cssmenu ul ul li:hover > a,
	.menu-category .cssmenu ul ul li a:hover {
		color: #fff;
		background: #2fa0c8; }
	.menu-category .cssmenu ul ul li.has-sub > a::after {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 4px;
		height: 4px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		content: "";
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: border-color 0.2s ease;
		-o-transition: border-color 0.2s ease;
		transition: border-color 0.2s ease; }
	.menu-category .cssmenu.align-right ul ul li.has-sub > a::after {
		right: auto;
		left: 10px;
		border-bottom: 0;
		border-right: 0;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff; }
	.menu-category .cssmenu ul ul li.has-sub:hover > a::after {
		border-color: #fff; }

		.gb-banner-sidebar{
			margin-bottom: 30px;
		}

		.gb-banner-beside-slide ul li{
			padding-top: 15px;
		}
.img-introduce{
	 width: 50%;
	height: 130px;
	position: relative;
	overflow: hidden;
	margin: 15px 0px;
	padding: 3px;
	border:1px solid #fff;
}
.img-introduce img{
	width: 100%;
	height: auto;
	display: block;
}
.content-page{
	margin-bottom: 40px;
}
.content-page p, div{
	text-align: justify;
	font-size: 14px;
	color: #666;
	line-height: 23px;
}
.content-page>h1, .content-page>h2, .content-page>h3{
	margin: 0px;
	padding: 10px 0px;
	color: #2fa0c8;
}
.gb-map iframe{
	height: 653px;
}
.gb-content{
	overflow: hidden;
}
.content-page h3{
	margin: 0px;
	padding: 10px 0px;
	color: #2fa0c8;
	font-size: 18px;
}
.content-page h4{
	margin: 0px;
	padding: 10px 0px;
	color: #2fa0c8;
	font-size: 16px;
}
.content-page h5{
	margin: 0px;
	padding: 10px 0px;
	color: #2fa0c8;
	font-size: 15px;
}
.content-page h6{
	margin: 0px;
	padding: 10px 0px;
	color: #2fa0c8;
	font-size: 14px;
}

.content-page ul{
	padding: inherit;
	margin: inherit;
	padding-left: 20px;
	margin-bottom: 0;
}

.content-page ul li{
	list-style-type: initial;
	padding: inherit;
	margin: inherit;
	padding-left: 0px;
}

.content-page ol{
	padding: inherit;
	margin: inherit;
	padding-left: 20px;
	margin-bottom: 0;
}

.content-page ol li{
	list-style-type: initial;
	padding: inherit;
	margin: inherit;
	padding-left: 0px;
}

img{
	width: 100%;
	height: auto;
}

.cover_box_partner .item{
	border: 1px solid #f1f1f1;
	background:#f1f1f1;
}

.gb-footer-camket .widget-footer-title{
	display: flow-root;
	position: relative;
	padding-bottom: 10px;
	    margin-bottom: 20px;
}
.gb-footer-camket .widget-footer-title:after{
	content: '';
	position: absolute;
	width: 150px;
	height: 2px;
	background: #d02f27;
	bottom: 0;
}
.gb-footer-camket .widget-footer-title .icons{
	color: #fff;
	float: left;
	font-size: 24px;
}
.gb-footer-camket .widget-footer-title p{
	padding-left: 50px;
	    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
}

.gb-footer-camket .widget-footer-title p span{
	color: #fff;
}
.gb-footer-camket ul li{
	display: flow-root;
	margin-bottom: 10px;
}
.gb-footer-camket ul li .icons{
	color: #fff;
	float: left;
	width: 20px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}
.gb-footer-camket ul li p{
	padding-left: 40px;
	color: #fff;
	font-size: 14px;
}

/*Bài viết mới nhất*/
@media screen and (max-width: 991px) {
  .uni-home-latest-post {
    margin-top: 50px; } }

    
    .uni-home-latest-post h3{
    	position: relative;
    	font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    text-transform:  uppercase;
    padding-bottom: 5px;
    }
    .uni-home-latest-post  h3:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    background: #d02f27;
    bottom: 0;
    left: 0;
}

.uni-home-latest-post .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flow-root;
  margin-top: 20px; 
  border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}
.uni-home-latest-post .item:nth-child(4){
	border-bottom: none;
}
  .uni-home-latest-post .item .item-img {
    float: left;
    width: 100px; }
    .uni-home-latest-post .item .item-img img {
      width: 100%;
      height: auto; }
  .uni-home-latest-post .item .item-caption {
    padding-left: 120px; }
    .uni-home-latest-post .item .item-caption h4 a {
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.29;
      letter-spacing: normal;
      text-align: left;
      color: #333333;

      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .uni-home-latest-post .item .item-caption h4 a:hover {
        color: #3f97da; }
        .uni-home-latest-post .item .item-caption p{
        	    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 2;
		    overflow: hidden;
		    max-height: 5em;
		    line-height: 21px;
		    font-size: 14px;
        }
    .uni-home-latest-post .item .item-caption .time {
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 2;
      letter-spacing: normal;
      text-align: left;
      color: #3f97da;
      text-transform: uppercase; }

.uni-home-latest-post .uni-divider {
  margin: 20px 0; }

  .gb-thanglong-sanphammoinhat  .sanphammoinhat-title{
  	position: relative;
    	font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    text-transform:  uppercase;
    margin-bottom: 20px;
    padding-bottom: 5px;
    }
    .gb-thanglong-sanphammoinhat .product-item{
    	height: auto !important;
    }
    .gb-thanglong-sanphammoinhat  .sanphammoinhat-title:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    background: #d02f27;
    bottom: 0;
    left: 0;
}

    .gb-thanglong-sanphammoinhat .product-item .item-img{
    	height: 195px !important;
    }
    .gb-thanglong-sanphammoinhat .gb-addtocart{
    	text-align:  left !important;
    }

    .gb-thanglong-sanphammoinhat .product-item .item-text h3 a{
    	text-align:  left;
    	background: none;
    color: #2fa0c8;
    font-size: 15px;
    }

    .gb-product-des{
	        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 5px;
    margin-top: 5px;
    }
    .gb-product-des p{
    	font-size: 13px;
    	line-height: 20px;
    }

    .gb-top-header-diachi h2{
    color: #ec3237;
    font-size: 21px;
    font-weight: normal;
    padding-top: 5px;
    text-align: center;
    font-weight: 600;
    }
    @media screen and (max-width: 767px){
    	.gb-top-header-diachi{
    		display: none;
    	}
    }
    @media screen and (max-width: 1199px) and (min-width: 992px){
    	.gb-top-header-diachi h2{
    		font-size: 16px;
    	}
    	.gb-top-header-diachi ul li {
    font-size: 11px !important;
}
    }
    .gb-top-header-diachi ul li{
    font-size: 14px;
    font-weight: 600;
    color: #ec3237;
    }
    .gb-top-header-diachi ul li span{
    	text-decoration: underline;
    	font-weight: 700;
    	padding-right: 10px;
    }

    .gb-top-header-hotline{
    	text-align:  center;
    	    padding: 10px 0;
    }
    .gb-top-header-diachi{
    	text-align: center !important;
    }
    @media screen and (max-width: 991px){
    	.gb-top-header-hotline{
    	display: none;
    }
    }

    .gb-top-header-hotline ul li{
        
        display:inline-block;
    	    color: #c50d0b;
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px;
    }
    .hotline-title{
    	font-size: 20px !important;
    	padding-bottom: 10px;
    }
    .gb-header-between-logo{
    	/*padding: 22px 0;*/
    }
    .gb-top-header{
    	/*background: url(../images/tet_mid.png) no-repeat center center;
    	background-size:  cover;*/
    	background: #fff; 
    	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    	/*padding: 10px 15px;*/
    }
    @media screen and (max-width: 991px){
    	.gb-top-header{
    	background: #fff;
    	padding: 0;
    }
    }
    .is-sticky{
    	position: relative;
    	z-index: 99999;
    }
    @media screen and (max-width: 991px){
    	.is-sticky{
    		visibility: hidden;
    	}
    }

    .gb-chitiet_sanpham-body {
  padding-bottom: 50px; }
  .gb-chitiet_sanpham-body .slider-for {
    border: 1px solid #dcdcdc;
    max-height: 310px;
    overflow: hidden;
     }
    @media screen and (min-width: 9992px) {
      .gb-chitiet_sanpham-body .slider-for {
        height: 250px; } }
    .gb-chitiet_sanpham-body .slider-for img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .gb-chitiet_sanpham-body .slide-item-nav {
    border: 1px solid #dcdcdc;
    margin: 0 5px;
    background: #f1f1f1; 
    min-height: 70px;
    padding: 2px;
    height: auto;
  }
  .gb-chitiet_sanpham-body .slider-nav {
    margin-top: 10px; }
  .gb-chitiet_sanpham-body .gb-thongso-mota .tab-content {
    padding: 20px 0; }
    .gb-chitiet_sanpham-body .gb-thongso-mota .tab-content p {
      color: #615e5e;
      font-size: 16px;
      line-height: 24px; }

      /*EDIT NGÀY 25/4/2018*/

      /*Menu mobiles*/
.widget-mobile-nav .navbar-toggle {
  z-index: 999999;
  top: 21px; }

.widget-mobile-nav #cssmenu1,
.widget-mobile-nav #cssmenu1 ul,
.widget-mobile-nav #cssmenu1 ul li,
.widget-mobile-nav #cssmenu1 ul li a,
.widget-mobile-nav #cssmenu1 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.widget-mobile-nav #cssmenu1 > ul > li > a {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #333;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

.widget-mobile-nav #cssmenu1 ul ul li a {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #222222;
  padding: 17px 20px;
  min-width: 240px;
  background: transparent;
  border-top: 1px solid #e0e0e0;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

@media screen and (min-width: 0px) {
  .widget-mobile-nav #cssmenu1 {
    display: block;
    position: relative;}
  .widget-mobile-nav .uni-icons-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: solid 1px #333333;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 35px; }
    .widget-mobile-nav .uni-icons-close i {
      font-family: FontAwesome;
      font-size: 15px;
      line-height: 2.93;
      text-align: center;
      color: #aeaeae; }
  .widget-mobile-nav #cssmenu1 ul {
    background: transparent;
    float: none !important; 
     }
  .widget-mobile-nav #cssmenu1 ul ul {
    background: transparent;
    padding-right: 0; }
  .widget-mobile-nav #cssmenu1.align-center > ul,
  .widget-mobile-nav #cssmenu1.align-right ul ul {
    text-align: left; }
  .widget-mobile-nav #cssmenu1 ul li,
  .widget-mobile-nav #cssmenu1 ul ul li,
  .widget-mobile-nav #cssmenu1 ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15); }
  .widget-mobile-nav #cssmenu1 ul ul li,
  .mobile-nav #cssmenu1 ul li:hover > ul > li {
    border-top: 1px solid transparent; }
  .widget-mobile-nav #cssmenu1 li:hover > ul {
    border-top: 1px solid rgba(120, 120, 120, 0.15); }
  .widget-mobile-nav #cssmenu1 ul li a,
  .widget-mobile-nav #cssmenu1 ul ul li a {
    width: 100%;
    padding: 11px 0;
    text-transform: inherit; }
  .widget-mobile-nav #cssmenu1 > ul > li,
  .widget-mobile-nav #cssmenu1.align-center > ul > li,
  .widget-mobile-nav #cssmenu1.align-right > ul > li {
    float: none;
    display: block; }
  .widget-mobile-nav #cssmenu1 ul ul li:last-child a {
    border-bottom: none; }
  .widget-mobile-nav #cssmenu1 ul ul li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(120, 120, 120, 0.15); }
  .widget-mobile-nav #cssmenu1 ul ul li:hover > a,
  .widget-mobile-nav #cssmenu1 ul ul li a:hover {
    color: #466699; }
  .widget-mobile-nav .home-icon {
    background: transparent; }
  .widget-mobile-nav #cssmenu1 > ul > li:hover > a,
  .mobile-nav #cssmenu > ul > li.active > a {
    color: #466699 !important; }
  .widget-mobile-nav #cssmenu1 ul ul ul li a {
    padding-left: 0;
    border-top: none; }
  .widget-mobile-nav #cssmenu1 ul ul,
  .widget-mobile-nav #cssmenu1 ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    display: none;
    margin: 0;
    border-top: 1px solid rgba(120, 120, 120, 0.15); }
  .widget-mobile-nav #cssmenu1 > ul > li.has-sub > a::after,
  .mobile-nav #cssmenu1 ul ul li.has-sub > a::after {
    display: none; }
  .widget-mobile-nav #menu-line {
    display: none; }
  .widget-mobile-nav #cssmenu1 #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer; }
  .widget-mobile-nav #cssmenu1 .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    height: 42px;
    width: 42px;
    cursor: pointer;
    border-left: 1px solid rgba(120, 120, 120, 0.15); }
  .widget-mobile-nav #cssmenu1 .submenu-button::after {
    content: '\f107';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-family: FontAwesome;
    color: #2fa0c8;
    z-index: 99; }
  .widget-mobile-nav #cssmenu1 .submenu-button.active::before {
    content: '\f106';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-family: FontAwesome;
    color: #466699;
    z-index: 99; }
  .widget-mobile-nav #cssmenu1 ul li ul li .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #2fa0c8;
    z-index: 99; }
  .widget-mobile-nav #cssmenu1 ul li ul li .submenu-button::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #2fa0c8;
    z-index: 99; }
  .widget-mobile-nav #cssmenu1 ul li ul li .submenu-button.active::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #466699;
    z-index: 99; }
  .widget-mobile-nav #cssmenu1 .submenu-button.submenu-opened:after {
    display: none; }
  .mobile-nav .navbar-toggle .icon-bar {
    display: inline-block; }
  .widget-mobile-nav .menu-mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #466699;
    position: absolute;
    top: 85px;
    right: 15px;
    z-index: 99; } }

   /*Testmonil*/
   .gb-custommer_organic {
  background: url("../images/bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 30px;
   }
  .gb-custommer_organic .gb-news-blog_organic-title {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px; }
  .gb-custommer_organic .gb-custommer_organic-content-text {
    background-color: transparent !important;
    background-image: url(../images/testimonial_bg.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    color: #777777 !important;
    padding: 0 15%;
    height: 242px; }
    @media screen and (max-width: 767px) {
      .gb-custommer_organic .gb-custommer_organic-content-text {
        height: auto; } }
  .gb-custommer_organic .gb-custommer_organic-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    .gb-custommer_organic .gb-custommer_organic-content p {
      font-size: 18px;
      line-height: 1.65em;
      margin-top: -7px;
      padding: 2% 6%; }
      @media screen and (max-width: 767px) {
        .gb-custommer_organic .gb-custommer_organic-content p {
          font-size: 14px; } }
  .gb-custommer_organic .gb-custommer_organic-content-img {
    padding: 0 15%;
    margin-top: 50px; }
  .gb-custommer_organic .slide-item {
    padding-bottom: 100px; }
    .gb-custommer_organic .slick-slide img{
    	width: 130px !important;
    	height: 130px !important;    }

/*CHARACTERISTIC*/
    	/*other*/
.gb-home-quyenloi {
  padding: 50px 0;
  margin-bottom: 30px;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size:  cover;
   }
  .gb-home-quyenloi .gb-home-quyenloi-item img {
    display: block;
    margin: 0 auto; }
  .gb-home-quyenloi .gb-home-quyenloi-item h3 {
    margin: 15px 0; }
    .gb-home-quyenloi .gb-home-quyenloi-item h3 a {
      display: block;
      text-align: center;
      font-size: 18px;
      color: #333;
      line-height: 22px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .gb-home-quyenloi .gb-home-quyenloi-item h3 a:hover {
        color: #3b9ad7; }
  .gb-home-quyenloi .gb-home-quyenloi-item p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #7a7a7a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
    .gb-home-quyenloi .gb-home-quyenloi-item  img{
    	width: auto;
    }
.gb-ico-title {
  margin-bottom: 15px; }
  .gb-ico-title h2 {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #3b9ad7;
    margin-bottom: 0px;
    font-weight: 600; }
  .gb-ico-title p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #7a7a7a; }

    .gb-slideshow .owl-theme .owl-nav.disabled+.owl-dots{
    	display: none;
    }

    /*ĐĂNG KY TUYW VẤN0*/
    .gb-home-dangkytuvan {
  padding: 10px 0;
      margin-bottom: 30px;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
   }
  .gb-home-dangkytuvan .gb-ico-title h2 {
    color: #7a7a7a; }
  .gb-home-dangkytuvan .gb-ico-title p {
    color: #7a7a7a; }
  .gb-home-dangkytuvan ul {
    text-align: center; }
    .gb-home-dangkytuvan ul li {
      display: inline-block;
      margin-right: 10px; }
      .gb-home-dangkytuvan ul li a {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        padding: 15px 20px;
        border: 2px solid #3b9ad7;
        color: #FFF;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; 
    background: #3b9ad7;}
        .gb-home-dangkytuvan ul li a:hover {
        	background: transparent;
        	color: #3b9ad7;
          border-color: #3b9ad7; }
          
          .gb-header-between-logo{
           clear:both;   
          }
          
          .gb-header-between-logo{
              width:100px;
              float: left;
          }
          
          .gb-header-top-menu_tienanh h1{
                  font-size: 29px;
                    color: #2fa0c8;
                    font-weight: 600;
          }
          .gb-header-top-menu_tienanh{
              width: calc(100% - 100px);
              float: left;
                  /*padding-top: 13px;*/
          }

