/***************************************
	Theme Name: K Theme
	Theme URI: http://hoangminhkhue.info/k-theme
	Description: The Ultimate WordPress News Theme you have been waiting for!
	Author: Khuê Hoàng
	Author URI: http://hoangminhkhue.info/
	Version: 1.0.0
	License: GPL
***************************************/
body {
    color: #333;
}
body.admin-bar .page {
	padding-top: 32px;
}
a:hover {
	text-decoration:none
}
#wpis-gallery {
	margin-top: 15px;
}
/* 5 Columns */
.home .col-xs-15,
.home .col-sm-15,
.home .col-md-15,
.home .col-lg-15 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.home .col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.main-menu {
	background-color: #c1022c;
	min-height: 40px;
	padding: 0;
	position: relative;
	margin-top: 5px;
}
.main-menu .vertical-menu {
	width: 100%;
	position: relative;
}
.main-menu .vertical-menu-title {
	color: #fff;
	line-height: 42px;
	cursor: pointer;
	padding: 0 10px;
}
.main-menu .vertical-menu-menu {
	top: 100%;
	display: none;
    background-color: #fff;
    z-index: 9;
    border-top: 0;
    position: absolute;
    right: 0;
    left: 0;
}
.vertical-menu-menu ul {
	padding: 0;
	max-height: 305px;
	border-left:1px solid #eee;
	background-color: #fff;
	overflow: hidden;
	margin: 0;
	list-style: none;
}
.vertical-menu-menu ul.full {
	max-height: 100%;
	overflow: visible;
}
.vertical-menu-menu ul li a {
	display: block;
    padding: 6px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.vertical-menu-menu ul li a:hover {
	color: #f36;
	background-color: #eee;
}
.vertical-menu-menu>ul>li>ul.sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	z-index: 3;
	background-color: #fff;
	border: 1px solid #eee;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vertical-menu-menu>ul>li:hover>ul.sub-menu,
.vertical-menu:hover .vertical-menu-menu,
body.home .vertical-menu .vertical-menu-menu {
	display: block;
}
.vertical-menu-menu>ul>li>ul.sub-menu>li {
	width: 33.3333%;
	float: left;
}
.vertical-menu-menu>ul>li>ul.sub-menu>li.menu-item-has-children {
	font-weight: 600;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.vertical-menu-menu>ul>li>ul.sub-menu li>ul.sub-menu {
	width: 100%!important;
	font-weight: normal;
	border:0;
}
.search-navbar {
    padding: 1px 0
}
.search button {
    width: 36px; height: 36px;
    color: #fff;
    background: #ED1C2A
}
.search input.form-control {
    width: 520px;
}
.search input:focus {
    box-shadow: none;
}
.search label {
    font-size: 13px;
    color: #fff;
}
.main-slider {
	max-height: 368px;
	overflow: hidden;
}
/*
 * Woocommerce
 */
.btn-basket {
    display: block;
    height: 39px;
    width: 39px;
    text-align: center;
    color: #4e4e4e;
    background: url(assets/images/ico-basket.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 0!important
}
.btn-basket .round-basket {
    color: #fff;
    font-size: 1.2em;
    border: 2px solid #ededed;
    border-radius: 50%;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10%;
    right: 5%;
    font-family: Tahoma;
    background: #ff9000;
}
.btn-basket .round-basket {
	font-size: 14px;
	line-height: 18px;
}
.woocommerce span.onsale {
	position: absolute;
	border-radius: 0;
	top: 0;
    left: 0;
    right: auto;
    bottom: auto;
	background: url(assets/images/discount.png) no-repeat;
    background-size: auto 100%;
	font-size: 12px;
	text-align: center;
	width: 50px;
    height: 50px;
    line-height: 45px;
	font-weight: normal;
    z-index: 2!important
}
.woocommerce-item a.ajax_add_to_cart,
.woocommerce-item a.added_to_cart {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	color: #fff;
	background-color: #353A96;
	font-size: 12px;
    padding: 9px 12px;
    display: block;
    text-align: center;
    line-height: 1;
    font-weight: 100;
    border-radius: 0;
    width: 70%;
    margin: 5px auto;
    text-transform: uppercase;
    transition: .5s all;
}
.woocommerce a.button.loading {
	padding-right: 2.4em
}
.woocommerce-item a.ajax_add_to_cart:hover,
.woocommerce-item a.added_to_cart:hover {
	background-color: #DE665E;
	color: #fff;
}
.woocommerce-item a.loading.ajax_add_to_cart:hover,
.woocommerce-item a.loading.added_to_cart:hover {
	background: #FFF703;
	color: #000;
	cursor: progress;
}
.woocommerce-item a.add_to_cart_button.added {
	display: none
}
.woocommerce .price {
    display: block;
    text-align: center;
}
.woocommerce .price del {
	height: 20px;
    overflow: hidden;
    font-size: 12px;
    line-height: 25px;
    text-decoration: line-through;
    margin-bottom: 4px;
}
.woocommerce .price ins {
	text-decoration: none;
    height: 25px;
    overflow: hidden;
    color: #ED1C2A;
    font-family: Impact;
    font-size: 18px;
    line-height: 25px;
}
.woocommerce .price ins span.size {
    color: #ED1C2A;
    font-family: Arial, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    margin-left: 4px;
}
.woocommerce.single-product .summary .price {
	text-align: left;
	overflow: auto;
    padding: 0;
    font-size: 28px;
	font-weight: normal;
	color: #e32e2e;
	font-size: 22px;
}
.single-product div.product form.cart .button {
        margin: 0 0 0 15px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 34px;
    display: inline-block;
    padding: 0 10px;
    background: #bb191a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #bb191a;
}
.single-product div.product form.cart {
	padding: 15px 0;
	margin-bottom: 10px;
	border-top: 0;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
	color: #0e7dc4;
    font-size: 11px;
}
.woocommerce .woocommerce-breadcrumb a:first-child:before {
	content: "\f015";
	font-family: FontAwesome;
	font-size: 20px;
	margin-right: 5px;
}
.woocommerce .woocommerce-breadcrumb span {
	color: #d9d9d9;
	padding: 0 5px;
}
.woocommerce .woocommerce-tabs ul.tabs {
	margin: 0!important;
	border-bottom: 3px solid #c1022c!important;
	padding-left: 0!important;
}
.woocommerce .woocommerce-tabs ul.tabs li {
    background: #c1022c!important;
    border-radius: 0!important;
    color: #fff!important;
    border: 0!important;
}
.woocommerce .woocommerce-tabs ul.tabs li a.text {
	color: #fff;
}
.woocommerce .woocommerce-tabs ul.tabs li::before,
.woocommerce .woocommerce-tabs ul.tabs li::after {
	display: none
}
.woocommerce .woocommerce-tabs .panel {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 0;
    margin-bottom: 30px;
    z-index: 2;
    overflow: auto;
    width: auto;
    clear: both;
}
/*
 * Woocommerce
 */
.heading,
header.woocommerce-products-header {
    line-height: 40px;
    font-size: 16px;
    margin: 0 0 10px;
    border-bottom: 2px solid #273896;
    background-color: #f2f2f2;
}
.block-news .heading {
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
}
.single-product div.product .product_title {
	text-transform: unset;
    color: #c1022c;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 0;
    border-bottom: #ccc 1px solid;
}
.heading .title,
header h1.page-title {
	font-weight: 400;
	background-color: #c1022c;
	padding: 0 15px;
    color: #fff;
	display: inline-block;
}
header h1.page-title {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
}
.block-content .figure {
	transition: .3s all;
	position: relative;
	padding: 10px;
	border: 1px solid #E5E7F6;
}
.block-content .thumb {
	width: 100%;
	overflow: hidden;
	border:1px solid #ddd;
	border-bottom: 0
}
.block-content .figure-caption {
	margin-top: 8px;
	color: #c1022c;
	max-height: 45px;
    overflow: hidden;
    transition: .3s all;
}
.block-content .figure:hover .figure-caption {
	max-height: 65px;
}
.block-content .figure img {
	width: 100%;
	height: auto;
	    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.block-content .figure:hover img {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.block-content .figure:hover {
	border-color: #c1022c;
}
.block-content .text-title {
	color: #333;
	font-size: 20px;
}
.news-block .widgettitle,
.sidebar .widgettitle {
    height: 36px;
    padding: 0 0 0 25px;
    background: #c1022c;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    text-transform: uppercase;
}
#toggle-top, .toggle-cart.btn-basket {
	display: none;
}
#breadcrumb .breadcrumb {
	background-color: transparent;
	padding: 0;
    border: 1px solid #808FE2;
    border-radius: 0;
    padding: 10px 15px;
	margin: 10px 0 5px;
}
#breadcrumb a,
#breadcrumb .current {
	color: #333;
	font-size: 14px;
	margin: 0 3px;
	text-decoration: none;
}
#breadcrumb .current {
	line-height: 25px;
}
.sidebar ul {
	list-style: none
}
.sidebar ul li.widget {
    margin-bottom: 30px;
}
.sidebar ul li.widget:last-child {
    margin-bottom: 0;
}
.sidebar ul li.widget .widgettitle  {
    padding: 0;
    font-size: 14px;
    background: #DDDDDD;
    color: #333;
    margin-bottom: 0;
    text-align: center;
    border-bottom: #c1022c 2px solid;
    text-transform: uppercase;
}
.sidebar ul li.widget .widgettitle span {
    background-color: #0e7dc4;
    position: relative;
    padding: 10px;
}
.sidebar ul li.widget .widgettitle span::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 35px solid #005F9C;
}
/***** STYLE 1 CHECKBOX PRICE FILTER WOO DEVVN *****/
.sidebar ul li ul {
    background: white;
    padding: 10px !important;
    border: 1px solid #ccc!important;
}
.sidebar ul li ul li a {
    font-size: 14px;
    padding-left: 30px !important;
    color: #333;
}
.sidebar ul li ul li a:hover,
.sidebar ul li ul li.active a {
    text-decoration: none;
    color: #b70000 !important;
}
.devvn_woocommerce_price_filter ul li a::before,
.woocommerce-widget-layered-nav ul li a::before {
    content: '';
    font-size: 15px;
    color: #222;
    position: absolute;
    left: 25px;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    border: 1px solid #999;
}
.devvn_woocommerce_price_filter ul li a:hover::before,
.devvn_woocommerce_price_filter ul li.active a::before,
.woocommerce-widget-layered-nav ul li a:hover::before,
.woocommerce-widget-layered-nav ul li.active a::before {
    content: '\f00c';
    color: #e03232;
    font-size: 13px;
    position: absolute;
    left: 25px;
    border-color: #999;
    line-height: 20px;
    text-align: center;
    font-family: FontAwesome;
}
.sidebar ul li.widget div {
	width: 100%;
    margin-bottom: 5px;
}
.sidebar ul li.widget_nav_menu ul.menu > li {
	position: relative;
    padding: 0 0 1px;
}
.sidebar ul li.widget_nav_menu ul li a {
	padding-left: 10px!important;
    display: block;
	width: 100%;
}
.sidebar ul li.widget_nav_menu ul li a:before {
	content: "";
	width: 5px;
	height: 5px;
	margin-right: 10px;
	vertical-align: middle;
    background-color: #FE0;
    display: inline-block;
}
.sidebar ul li.widget_nav_menu ul.sub-menu > li > a {
	padding-left: 20px;
}
.sidebar ul li.widget_nav_menu .holder {
	position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: #960f00;
}
.sidebar ul li.widget_nav_menu ul li .holder:before {
	content: "\f107";
	font-family: 'FontAwesome';
	font-weight: bold;
}
.sidebar ul li.widget_nav_menu .sub-menu {
	padding: 0;
}
.footer {
	margin-top: 15px;
    padding: 10px;
    background: #292B31;
    color: #fff;
    clear: both;
}
.footer section {
	width: 33.3333%;
	float: left;
	padding: 10px 15px;
}
.footer .textwidget {
	color: #8f9296;
}
.footer section a {
	color: #8f9296;
	text-decoration: none
}
.footer section a:hover {
	text-decoration: underline;
}
.footer .title {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    font-size: 16px;
}
.footer section p {
    margin: 0;
    font-size: 14px;
}
.footer section ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.footer section ul li {
    margin: 7px 0;
    line-height: 17px;
}
.footer section ul li a {
    font-size: 13px;
    color: #8f9296;
    text-decoration: none
}
.footer .icon div {
	margin-bottom: 15px;
	line-height: 38px;
}
.footer .icon i {
	width: 38px;
	height: 38px;
	text-align: center;
	background-color: #33383b;
	line-height: 38px;
	color: #fff;
	border-radius: 50%;
	margin-right:15px;
}
.social-bar a {
    color: #8c8c8c;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.social-bar.colors a.facebook,
.social-bar.colors a.twitter,
.social-bar.colors a.gplus,
.social-bar.colors a.youtube {
	background-color: #33383b;
	border-radius: 50%;
	transition: all .4s;
}
.social-bar a:hover, .social-bar.line a span, .social-bar.dark a, .social-bar.colors a, .social-bar.colors a:hover {
    color: #fff;
    border-radius: 0;
}
.social-bar a.facebook:hover {
    background: #6078aa;
}
.social-bar a.twitter:hover {
    background: #00abf0;
}
.social-bar a.gplus:hover {
    background: #d95232;
}
.social-bar a.youtube:hover {
    background: #db2828;
}
#hotphone {
    position: fixed;
    background: #ea281b;
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding: 6px 20px;
    bottom: 3px;
    left: 3px;
    font-weight: 600;
    z-index: 9999;
    border-radius: 6px;
}
#hotphone a {
	color: #fff;
	text-decoration: none
}
.fb-like-box, .fb-like-box span, iframe, .fb-like-box ._2p3a {
	width: 100%!important;
}
.contactInfo .media .media-left {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #ffffff;
    padding-right: 0;
    margin-right: 25px;
    font-size: 35px;
    float: left;
}
.contactInfo > h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 100;
}
.contactInfo .media {
    margin-bottom: 20px;
}
.contactInfo .media .media-body h4 {
    line-height: 22px;
    font-size: 17px;
    font-weight: 400;
}
.page-item .page-link {
	color: #6c757d
}
.page-item.active .page-link,
.page-item:hover .page-link {
	background: #128D4A;
	color: #fff;
	border-color: #128D4A;
}
.page-item.active .page-link {
	pointer-events: none;
    cursor: auto;
}
.relatedcat h3 {
    font-size: 20px;
    line-height: 26px;
}
.relatedcat ol {
	counter-reset: li;
    list-style: none;
    font-size: 13px;
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    margin-left: -5px;
    margin-top: 0;
    margin-bottom: 0;
}
.relatedcat ol li {
    margin-left: 30px;
}
.relatedcat ol a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #ddd;
    color: #333!important;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.relatedcat ol a:hover {
    background: #eee;
}
.relatedcat ol a:hover:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.relatedcat ol a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #FDD761;
    height: 32px;
    width: 32px;
    line-height: 23px;
    border: .3em solid #fff;
    text-align: center;
    font-weight: 700;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
@media (min-width: 1200px) {
	.container {
	    max-width: 1230px;
	}
    .home .col-lg-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px) {
    .home .col-md-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media screen and (max-width: 800px) {
	body.admin-bar .page {padding-top: 46px}
    .search input.form-control {
        width: 300px;
    }
	.woocommerce .price del, .woocommerce .price ins {
		font-size: 11px;
		font-weight: normal;
	}
	.woocommerce-item a.add_to_cart_button, .woocommerce-item a.added_to_cart {
		font-weight: normal;
		font-size: 12px;
	}
}
@media (min-width: 768px) {
    .home .col-sm-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 767px) {
    header.header {
        background: #AE0723;
        position: relative;
        height: 90px;
    }
	.sub-menu.mm-listview {
		width:auto!important;
	}
	#toggle-top {
	    display: block;
	    height: 45px;
	    width: 45px;
	    line-height: 30px;
	    position: absolute;
	    text-align: center;
	    top: 0;
	    bottom: 0;
	    line-height: 45px;
	    font-size: 25px;
	    margin: auto;
	    right: 15px;
	    z-index: 1000;
	    color: #333;
	    outline: 0;
	}
	.toggle-cart.btn-basket {
		position: absolute;
		top: 0;
		display: block;
	    bottom: 0;
	    margin: auto;
	    right: 75px;
	}
	.logo img {
		width: 70%!important;
	}
	.footer section {
		width: 100%;
		float: none;
	}
	#zalo {
		position: fixed;
		bottom: 3px;
		right: 3px;
		z-index: 9999;
		width: 40px;
		height: 40px;
	}
	#zalo .zalo-icon {
		background-image: url(data:image/png;base64,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);
		color: #fff;
		text-decoration: none;
		background-size: 100%;
		width: 100%;
		height: 100%;
		display: block;
	}
}
/****************CHECKOUT***************/
.woocommerce form .form-row label,
#billing_address_2_field>label,
.woocommerce form .form-row .woocommerce-input-wrapper {
	width: 100%
}
.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    width: 100% !important;
    padding: 8px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.select2-container .select2-selection--single {
    padding: 10px;
    height: 100%;
    border-radius: 2px;
    border: solid 2px #e4e4e4;
}
@media screen and (min-width: 980px) {
	.woocommerce .col2-set, .woocommerce-page .col2-set {
	 	width: 50%;
	 	float: left;
	}
	.woocommerce-checkout-review-order{
	 	width: 50%;
	 	float: right;
	}
}