/*
Theme Name: Name
Theme URI: http://khowebsites.com/
Author: ITC Việt
Author URI: http://itcviet.com/
Description: Theme Name is a WordPress shopping theme designed for WooCommerce. The theme is ideal for supermarkets, shopping malls or convenience stores with loads of product categories.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: text_domain
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Theme Name are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
/* @import url('../fonts/stylesheet.css'); */
/* Css */
@import url('libs/owl-carousel/assets/owl.carousel.min.css');
/* @import url('../libs/elegant-font/css/style.css'); */
/* @import url('../css/animate.css'); */

/*==========================================================
	2. GENERAL
==========================================================*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	font-size: 14px;
	color: #757575;
	font-family: 'relative-book';
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
img{
	border:none;
	max-width:100%;
	height: auto;
}
a{
	color:#373737;
}

a,
button,
input {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
/* input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
	border: 1px solid #d5d5d5;
	padding: 8px 15px;
	font-size: 14px;
	color: #757575;
	font-style: italic;
	border-radius: 0;
} */
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
	/* border-color: #c9a96e; */
	outline: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-color: #FCD998;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
body{
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
#wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	/* padding-top: 61px; */
	left: 64px;
	right: 64px;
	/* padding-bottom: 64px; */
	z-index: 1;
}
.body-black{
    background: #1a1a1a;
}
.body-black .main-left,
.body-black .logo-black{
    display: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.body-black .site-brand .note,
.body-black .logo-white,
.body-black .site-brand .desc-brand{
    display: block;
    color: #fff;
}
.site-brand {
	position: absolute;
	/* top: calc(73% + 6px); */
	bottom: 309px;
	right: 0;
	z-index: 1000;
}

.body-black .site-brand {
    top: auto;
    bottom: 0;
    width: 444px;
    height: 556px;
	transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
}

.body-black .site-brand .desc-brand{
    top: auto;
	left: 0;
    bottom: 134px;
    padding: 0;
	transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    /*font-size: 26px;*/
    font-size: 18px;
    line-height: 21px;
}
.site-brand .desc-brand{
    color: #fff;
    /*font-size: 26px;*/
    font-size: 18px;
    line-height: 31px;
    width: 473px;
    max-width: 100%;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: 174px;
}
.body-black .site-brand .note{
    bottom: 64px;
    font-size: 18px;
    line-height: 5px;
    right: 0;
}
.site-brand .note{
    position: absolute;
    bottom: 30px;
    right: 20px;
    color: #fff;
    font-size: 26px;
}
.navigation ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.navigation li {
	font-size: 18px;
	line-height: 21px;
	color: #b1b3b5;
}
.img-mobile,
.img-hover{
    display: none;
}
.navigation.change-pause ul li img.img-normal{
    display: none;
}
.navigation.change-pause ul li img.img-hover{
    display: inline-block;
}
.navigation li a {
	color: #b1b3b5;
	text-decoration: none;
	display: inline-block;
	position: relative;
    text-transform: none;
}
.navigation li a:before {
	content: "";
	height: 2px;
	position: absolute;
	top: 52%;
	left: 50%;
	width: 0;
	background: #000;
	display: block;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.navigation li a:hover:before {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	width: 110%;
}
/* .navigation li a:hover,
.navigation li a.active {
	color: #000;
}
.navigation li a:hover:before,
.navigation li a.active:before {
	width: 110%;
	opacity: 1;
	visibility: visible;
	transition: .3s;
} */
.nav-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
  right: 0;
	transition: .5s;
}
.nav-bottom ul {
	margin: 0;
}
.main-left {
	width: 16.9%;
	padding-right: 40px;
	position: absolute;
	top: 65px;
	left: 0;
	bottom: 64px;
}
.main-right {
	width: 83.1%;
	float: right;
}
.info-ct,
.left-bottom {
	color: #231f20;
	font-size: 18px;
	line-height: 21px;
	position: absolute;
	bottom: 150px;
	left: 0;
	right: 0;
}
.left-bottom .note {
	text-align: left;
	padding-left: 70px;
    display: none;
}
.main-slider .item {
	background-position: left top;
	background-repeat: no-repeat;
	    background-size: auto 100%;
}
.main-slider .item.bg-right {
	background-position: right top;
}
.main-slider.white .item {
	background: none !important;
}
.desc-slider.white {
	display: none;
}
.desc-slider .owl-carousel .owl-item img {
	display: inline;
	    width: 37px;
}
.desc-slider {
	margin-bottom: 60px;
}
.desc-slider .item span {
    background-color: #fff;
}
/*-------------------------*/
.info-ct{
    padding-right: 40px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    padding-bottom: 0;
    z-index: 1;
}
.info-ct ul li,
.info-ct ul li a{
    word-break: break-all;
    color: #000;
}
.info-ct ul li a:hover{
    text-decoration: underline;
}
.nav-bottom > ul > li{
    color: #000;
}
.nav-bottom > ul > li > img{
    margin-bottom: 12px;
}
.main-nav li:first-child,
.nav-bottom > ul > li:last-child{
	/* line-height: 5px; */
}
.main-nav li:first-child {
    padding-left: 2px;
    /* padding-bottom: 7px; */
}
/* .nav-bottom > ul > li > a:before{
    width: 110%;
    opacity: 0;
    visibility: hidden;
} */
.info-ct ul li a:before{
    display: none;
}
@media screen and (min-width: 1025px){
	.nav-bottom > ul > li.is-active > a:before{
	    width: 110%;
	    opacity: 1;
	    visibility: visible;
	}
}
.nav-bottom > ul > li.is-active a{
    display: inline-block;
    color: #000;
    text-transform: none;
		z-index: 2;
}
.nav-bottom > ul > li.is-active .info-ct{
    padding-bottom: 140px;
    opacity: 1;
    visibility: visible;
}
.mobile-menu,
.site-brand .desc-brand,
.site-brand .note,
.logo-white{
    display: none;
}
.mobile-menu{
    position: fixed;
    top: 30px;
    /*right: 20px;*/
    right: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}
.close-menu-mobile{
    position: absolute;
    top: 30px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    color: #000;
    display: none;
    cursor: pointer;
    z-index: 99;
}

/*3/42017 ngoc dung*/
.black-body .mobile-logo-desc-brand {
    display: block!important;
}
ul.sub-nav li {
    display: none;
}
ul.sub-nav li:first-child {
    display: block;
    padding-left: 2px;
}
.line-vertical {
    padding-left: 1px;
}
i.icons {
    background-image: url(../images/sprite-icons.png);
    background-repeat: no-repeat;
    display: block;
}
i.icons.ico-pause {
    background-position: 0 0;
    width: 14px;
    height: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
i.icons.ico-pause-arrow {
    background-position: 0 -35px;
    width: 30px;
    height: 15px;
    margin-left: 2px;
}
ul.sub-nav li.paused i.icons.ico-pause {
    background-position: 0 -16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.icon-play-pause{
	margin-top: 10px;
}
