/*
Theme Name: Bien Giang
Theme URI: http://www.biengiang.com/blog
Author: Tung Phuong
Author URI: http://www.tungphuong.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: biengiang
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

biengiang is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;	
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	/* float: left; */
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/**@media screen and (min-width: 37.5em) {**/
@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*Responsive*/
* {
	box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.nodisplay {
	display: none;
}
.clear {
	clear: both;
}

/*Chung*/

@font-face {
  font-family: 'UTMAlterGothic';
  src: url('fonts/UTMAlterGothic.eot?#iefix') format('embedded-opentype'),  url('fonts/UTMAlterGothic.woff') format('woff'), url('fonts/UTMAlterGothic.ttf')  format('truetype'), url('fonts/UTMAlterGothic.svg#UTMAlterGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
a,
a:visited {
	color: #969696;
  text-decoration: none;
  line-height: 16px;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
a:hover {
	color: rgb(237, 86, 91);
  color: #BE0404;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
}
/*HEADER*/
.hot-line p,
.gio-hang {
  margin-top: 5px;
  font-family: UTMAlterGothic, sans-serif;
  font-size: 24px;
}
.gio-hang {
  text-align: right;
}
.hot-line p {
    background: url("images/icon-phone.png") left center;
    padding: 10px 0 10px 40px;
    background-repeat: no-repeat;
    margin-top: 5px;
    background-size: 30px;
    margin-bottom: 0;
}

.hot-line p span {
  color: #EC575B;
}
#logo {
  margin: 15px 0;
  text-align: center;
}
#logo img.img-responsive {
  margin: 0 auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
p.site-description {
  display: none;
}

ul.list-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.list-social li {
  display: inline-block;
  padding: 0 5px;
}

.dropdown {
  position: relative;
}

ul.list-social li a {
  color: #767676;
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-youtube:before {
  content: "\f167";
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #333;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.fa-shopping-cart:before {
  content: "\f07a";
}
span#cart-total {
  background-color: #EB595C;
  color: #FFF;
  text-align: center;
  width: 19px;
  font-size: 10px;
  width: 15px;
  display: block;
  border-radius: 0;
  position: absolute;
  top: -7px;
  right: 0;
}
.gio-hang .fa {
  font-size: 22px;
}
div#cart {
  display: inline-block;
  width: 53px;
  background-color: transparent;
  margin: -4px 0 0 -30px;
  padding: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
/*TOP MENU*/
.top-menu {
  /* background-image: url(images/main-menu-bg.png); */
  margin-bottom: 20px;
  position: relative;
}
.main-navigation li {
  /* padding: 0 20px; */
}

.main-navigation li:first-child {
  /* padding-left: 0; */
}

.main-navigation li a {
  color: #666666;
  /* padding: 27px 0px; */
  background-color: transparent;
  font-family: UTMAlterGothic, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-top: 1px solid transparent;
  border-bottom: 3px solid transparent;
  padding: 5px 0px;
}

.main-navigation li a:hover,
.main-navigation li.current_page_item a {
  /* background-color: rgba(0, 0, 0, 0.1); */
  color: #EC575D;
  border-top: 1px solid #EC575D;
  border-bottom: 3px solid #EC575D;
}

/*SEARCH*/

.top-search .search-form {
	position: absolute;
	right: 0px;
	top: 14px;
}

.top-search .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.top-search .search-field:focus {
	background-color: #fff;
	border: 1px solid #CCC;
	cursor: text;
	outline: 0;
	width: 230px;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/*LOOP*/

.post-thumbnail {
    float: left;
    width: 40%;
    padding-right: 15px;
}

.post-info {
    float: left;
    width: 60%;
}

.post-thumbnail img {
    width: 100%;
}
h2.entry-title {
    font-family: UTMAlterGothic, sans-serif;
    font-size: 24px;
    margin: 0 0 15px;
}

h2.entry-title a {
    color: #666666;
}
/*Widget*/
.widget-area aside {
    border: 1px solid #EDEDED;
    padding: 0 15px 15px;
    margin-bottom: 15px;
}

.widget-area aside ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.widget-area aside.widget_search {
    padding: 0;
    border: none;
}

.widget-area aside.widget_search input.search-field {
    width: 100%;
    border-radius: 0;
    border-color: #EDEDED;
    padding: 10px;
    box-sizing: border-box;
}

.widget-area aside.widget_search form.search-form {
    position: relative;
    width: 100%;
}

h2.widget-title {
    margin: 0 -15px 15px;
    background: url("images/icon-highlights.png");
    line-height: 40px;
    background-repeat: no-repeat;
    background-color: #c72828;
    color: #ffffff;
    background-position: 12px;
    margin-bottom: 0;
    border: 0px;
    padding-left: 35px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 0 35px;
}
/*Footer*/
footer {
  margin-top: 30px;
  padding-top: 45px;
  background-color: #151515;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
.footer-top .col-sm-3 {
  padding-bottom: 30px;
}

.address {
  text-align: center;
  background-image: url(images/dia-diem.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 60px;
  margin-top: 10px;
}
footer p {
  margin: 0 0 10px;
}
footer h5 {
  font-family: UTMAlterGothic, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 35px;
  margin: 0;
  font-weight: normal;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-top .col-sm-3 li {
  margin-bottom: 10px;
}
footer a {
  color: #ccc;
}
.footer-bottom {
  background-color: #090909;
  padding: 30px 0 20px;
}
.box-left {
  line-height: 28px;
  text-align: center;
}
.box-right {
  text-align: center;
}
.box-right img {
  padding-left: 2px;
}

/**/
.loop-post .post-title {
  margin: 0 0 8px;
}
.loop-post .post-title a h2 {
  color: #666666;
  margin: 0 0 10px;
  font-size: 18px;
}
.loop-post .post-title a:hover h2 {
	color: #EC575D;
}
.loop-post .post-info-thumbnail {
  width: 46%;
  display: inline-block;
  float: left;
  padding: 0 0 0 0;
  margin-bottom: 5px;
  position: relative;
  top: 0;
}

.loop-post .post-info-thumbnail .thumbnail .thumb-image {
  position: relative;
  display: block;
  overflow: hidden;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

.loop-post .post-info-thumbnail .thumbnail .thumbnail-shadow {
  position: absolute;
  z-index: 2;
  left: 50%;
  right: 50%;
  bottom: 50%;
  top: 50%;
  background: url(images/bg-blog.png) repeat;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

.loop-post .post-info-thumbnail:hover .thumbnail .thumbnail-shadow {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.loop-post .post-info-content {
  width: 54%;
  display: inline-block;
  float: left;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
article.loop-post {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 0;
  margin: 30px 0 0 0;
}
article.loop-post:first-child {
  margin: 0;
}
.loop-post {
	color: #969696;
}
.loop-post .time {
  position: relative;
  padding: 0;
  margin: 0 32px 3px 0;
  line-height: 14px;
}
.loop-post .post-info-meta {
  margin-bottom: 20px;
  overflow: hidden;
}

.loop-post .post-info-meta {
  padding: 25px 100px 0 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  position: relative;
}

.loop-post .post-info-meta .author {
  margin: 0 20px 20px 0;
  display: inline-block;
  float: left;
  line-height: 14px;
  font-size: 11px;
  padding-left: 20px;
  position: relative;
}
.loop-post .post-info-meta .author a {
	color: #EC575B;
}
.loop-post .post-info-meta .author:before {
  top: -2px;
  left: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  content: "\f040";
  font-family: 'FontAwesome';
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  font-weight: 300;
  z-index: 1;
}
.loop-post .post-info-meta .comments-count {
  display: inline-block;
  padding: 0;
  position: relative;
  font-size: 11px;
  padding-left: 10px;
  line-height: 14px;
  float: left;
  padding-left: 20px;
  margin: 0 0 15px 0;
}
.loop-post .post-info-meta .comments-count:before {
  top: -2px;
  left: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  content: "\f0e5";
  font-family: 'FontAwesome';
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
}
.loop-post .post-info-meta span.number {
  color: #c30005;
}

.loop-post a.read-more {
	color: #FFF;
	  background-color: #c8c8c8;
  display: inline-block;
  position: absolute;
  padding: 9px 15px;
  right: 0;
  bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
.loop-post a.read-more:hover {
  color: #ffffff;
  background-color: #c30005;
}
div#primary {
  float: left;
}
footer.entry-footer {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
.top-menu .container {
	position: relative;
}
.ykien h3 {
    position: relative;
}
.ykien h3 {
    text-align: center;
    font-family: UTMAlterGothic, sans-serif;
    font-size: 30px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: normal;
}
span.xem-them a {
    color: #EC575D;
}
.tin-tuc h3 {
    position: relative;
}
.bottom-content h3 {
    text-align: center;
    font-family: UTMAlterGothic, sans-serif;
    font-size: 36px;
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: normal;
}
.tin-tuc span.xem-them {
    bottom: 30px;
}
span.xem-them {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.home-banner-1 img,
.news-item img {
    width: 100%;
}

.news-item {
    position: relative;
}
.news-item .thumbnail {
    border: none;
    padding: 0;
    margin: 0;
    max-height: 260px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}
.news-item .thumbnail img {
    width: 100%;
    border-radius: 0;
}
p.date {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid #FFF;
    padding: 4px;
    font-family: UTMAlterGothic, sans-serif;
    font-size: 16px;
}
span.date-w {
    background-color: #FFF;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 3px;
}
span.year {
    font-size: 22px;
}
.news-item h4 {
    color: #484848;
    font-weight: bold;
    margin: 15px 0;
    clear: both;
}
a.doc-them {
    position: absolute;
    top: 25%;
    left: 50%;
    display: block;
    border: 1px solid #FFF;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #FFF;
    margin-left: -44px;
    display: none;
}
.news-item:hover a.doc-them {
    display: block;
}
.news-item:hover a.doc-them:hover {
	color: #000;
	background: #FFF;
}
.news-letter {
    background-color: #EC575D;
    padding: 15px 30px;
}
span.icon {
    width: 8.5%;
}
.news-letter span {
    display: block;
    float: left;
    text-align: left;
}

span.icon img {
    width: 100%;
}
span.label {
    width: 34.26%;
    padding-left: 25px;
    font-family: UTMAlterGothic, sans-serif;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 25px;
    color: #FFF;
}
.news-letter span span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}
span.input {
    width: 56.74%;
    padding-top: 15px;
}
.news-letter input[type="text"] {
    background-color: #D7464B;
    border: none;
    padding: 20px 25px;
    width: 100%;
    color: #FFF;
    background-image: url(images/news-input.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
.bottom-content {
    clear: both;
}

.container.ykien {
    clear: both;
}

.container.ykien:after {
    content: '';
    display: block;
    clear: both;
}
.comment-item {
    text-align: center;
    background-color: #F5F5F5;
    padding: 10px;
    margin-bottom: 30px;
}
.news-item-2 {
    border: 1px solid #CCC;
    padding: 5% 10%;
}
.news-item-3 {
    background-image: url(images/quote-o.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 45px;
}
.news-item-4 {
    background-image: url(images/quote-c.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
    margin-bottom: 20px;
    min-height: 160px;
}
.comment-item h4 {
    font-family: UTMAlterGothic, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
}
p.nghe_nghiep {
    font-family: UTMAlterGothic, sans-serif;
    font-size: 18px;
}
.comment-item img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #CCC;
    margin: 30px 0 20px;
}
.news-item-4 p {
    margin: 0 0 10px;
}
.home-banner {
    clear: both;
    margin-bottom: 30px;
    text-align: center;
}
.home-banner img {
	display: block;
}
.home-box-content ul.products {
    margin: 0 -15px;
}

.home-box-content ul.products li.product {
    margin: 0;
    width: 25%;
    padding: 0 15px;
}
.home-box h2 {
    margin: 0;
    padding: 3px 0 7px 0;
    background-image: url(images/home-box-bg.png);
    margin-bottom: 30px;
    margin-top: 30px;
    border: none;
    font-weight: normal;
}
.home-box h2 span {
	font-family: UTMAlterGothic, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 30px;
	border-radius: 0;
	background-color: #EC575D;
	color: #FFF;
	margin: 1px 30px 0 0;
	padding: 3px 30px;
}
.home-box {
    margin-bottom: 30px;
    clear: both;
}
.woocommerce div.product form.cart .button {
    width: auto;
    display: inline-block;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #EC575D;
    color: #FFF;
    padding: 5px 25px 5px;
    margin: 0;
    border: 1px solid #EC575D;
    font-family: UTMAlterGothic, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}

ul.tabs.wc-tabs:after,
ul.tabs.wc-tabs *:after,
ul.tabs.wc-tabs:before,
ul.tabs.wc-tabs *:before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 7px 25px 7px 25px;
    float: left;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #292929;
    margin-right: 2px;
    margin-bottom: -1px;
    display: block;
    border: none;
    border-radius: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	padding-bottom: 7px;
    background: #c72828;
    color: #ffffff;
    border: none;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	.top-search {
	    position: absolute;
	    top: -21px;
	    right: 8px;
	}
}
@media (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

.gio-hang {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.hot-line {
    max-width: 190px;
    margin: 0 auto;
}

.top-menu {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.top-menu {
	    background-image: url(images/main-menu-bg.png);
	    margin: 0 0 20px;
	}
	.main-navigation li:first-child {
	    padding-left: 0;
	}
	.main-navigation li a {
	    padding: 27px 0px;
	}
	.main-navigation li {
	    padding: 0 20px;
	    float: left;
	}
	.hot-line {
	    max-width: none;
	    margin: 0 auto;
	}
	.hot-line p {
		margin-top: 45px;
	}
	.gio-hang {
	    max-width: none;
	    margin-top: 55px;
	}
	.top-menu {
		min-height: 75px;
	}
}
@media (min-width: 992px) {
	.box-left {
		text-align: left;
	}
	.box-right {
		text-align: right;
	}
}
.top-menu:after {
    content: '';
    clear: both;
    display: block;
}