/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
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.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.wpcf7 br {
    display: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
body {
	color: #333;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.618;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

figure {
    max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
}
button,input {
	outline: none !important;
	box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
	background-color: unset;
	border-color: unset;
	border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
	html {
	    margin-top: 0 !important;
	}
}
h2.screen-reader-text {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.showbar .icon-bar {
    display: block;
    width: 33px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #111;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 7px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #fff;
    color: #0003AB;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#mobile-menu .sub-menu img {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    background: #fff;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
.alert-warning {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px){
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #333333;
    border-bottom: 2px solid #111;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea,.wpcf7-number {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    height: auto;
}
.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
div.quantity {
    display: flex;
}
.qty_button {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #111;
  outline: 0;
}
.qty.text {
  padding: 5px 10px;
  border: 1px solid #111;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity__remove {
  border-right: 0;
  margin-right: -5px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quantity__add {
  border-left: 0;
  margin-left: -5px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single_add_to_cart_button {
    border-radius: 0 !important;
    display: inline-block !important;
    background-color: #111!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 500 !important;
}
.woocommerce-pagination ul {
    list-style: none;
    border-radius: 0.25rem;
    border: 0 !important;
}
.woocommerce-pagination ul li {
    border-right: 0 !important;
}
.woocommerce-pagination ul li a {
    color: #111 !important;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 3px !important;
    transition: unset !important;
}
.woocommerce-pagination ul li .page-numbers {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}
.woocommerce-pagination ul li .page-numbers.current {
    background: #109cd9 !important;
    border-color: #109cd9 !important;
    color: #fff !important;
}
#filter-close {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.filter-btn {
    background-color: #29324e;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

form.woocommerce-ordering select {
    border-radius: 0;
    padding: 5px;
}
.main-filter section#woof_widget-2 {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 80%;
    min-width: 280px;
    max-width: 370px;
    padding: 0;
    z-index: 9999;
    left: -100%;
    right: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: #fff;
    margin: 0;
    padding: 16px 24px;
    overflow: auto;
}
section#woof_widget-2.active {
    left: 0;
}
a.woof_show_auto_form.woof_btn_default {
    display: none !important;
}
section#woof_widget-2 h4 {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

section#woof_widget-2 .price_label span {
    font-weight: 700;
    font-size: 14px;
    color: #2b2b2b;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #018786;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    top: -6px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #018786;
}

section#woof_widget-2 .woof_price_filter:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.woof label {
    margin: 0;
    padding: 0;
    padding-top: 3px;
}

section#woof_widget-2 .woof_childs_list_li {
    margin-top: 10px;
}

section#woof_widget-2 .woof_childs_list_li li:not(:last-child) {
    margin-bottom: 10px;
}
.clearfix {
    clear: both;
}
.main-filter {
    display: none;
}
ul.woof_list li {
    margin-bottom: 10px !important;
}
.woof_container {
    margin-bottom: 15px;
}
.select_box_label  .select_option {
    padding: 4px 10px;
}
.product-gallery {
    position: relative;
}
.list-product-thumb img {
    height: 70px;
    object-fit: cover;
    width: 100%;
}
.list-product-thumb .slick-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
}
.list-product-thumb .slick-next {
  right: 0;
  left: unset;
}
.list-product-thumb .slick-nav i {
    color: #2fa881;
    font-size: 37px;
}
.list-product-thumb .slick-list {
    margin: 0 -5px;
}
.list-product-thumb .slick-slide {
    margin: 0 5px;
}
.header-hotline {
    flex: 1;
    font-size: 13px;
    color: #434343;
    line-height: 1;
    font-family: 'Quicksand', sans-serif;
}

div#logo {
    flex: 1;
}

.header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.header-search form {
    display: none;
    background: #fff;
    border: 1px solid #c3c3c3;
    box-shadow: 1px 1px 1px 1px #e7e7e7;
    min-width: 320px;
    max-width: 100%;
    padding: 25px 30px;
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    z-index: 999;
}

.header-search .btn-search img:nth-child(2) {
    display: none;
}

div#logo img {
    width: 250px;
    display: block;
    margin: 0 auto;
}

.header-top {
    padding: 43px 0;
}

.header-hotline img {
    margin-right: 10px;
}

.shop-cart-widget a {
    background: url(images/cart.png) no-repeat left center;
    padding-left: 30px;
    font-size: 14px;
    color: #434343;
    font-family: 'Quicksand', sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-cart {
    margin-right: 30px;
}

.btn-search {
    cursor: pointer;
}
#primary-menu .menu > li.current-menu-item > a,#primary-menu .menu > li > a:hover {
    background: url(images/line.png) no-repeat top 36px left;
    color: #000;
}

.header-main {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

nav#primary-menu li.image {
    float: right !important;
    width: 225px;
    clear: none;
    margin: 0 15px;
}

#primary-menu .menu > li > .sub-menu>li {
    float: left;
}

#primary-menu .sub-menu li a:hover {
    color: #111;
}
section.home-product {
    padding: 40px 0;
}

section.home-product h2 {
    font-size: 35px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
    text-transform: uppercase;
}

section.home-product ul.nav {
    margin-bottom: 40px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.home-product ul.nav a {
    display: inline-block;
    font-size: 20px;
    color: #434343;
    margin: 0 15px;
    text-transform: uppercase;
}

section.home-product ul.nav a.active {
    text-decoration: underline;
}
.product-slick .slick-list {
    margin: 0 -15px;
}
.product-slick .slick-slide {
    padding: 0 15px;
}
.product-slick ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.product-slick ul.slick-dots li {
    width: 6px;
    background-color: #111;
    height: 6px;
    border-radius: 10px;
    margin: 0 3px;
    display: block;
    cursor: pointer;
    transition: all .3s;
}
.product-slick ul.slick-dots li:hover,
.product-slick  ul.slick-dots li.slick-active {
    width: 36px;
}
.product-slick ul.slick-dots li button {
    display: none;
}

.product-item img {
    height: 450px;
    object-fit: cover;
    width: 100%;
    transition: all .6s;
}

.product-info {
    margin-top: 15px;
    text-align: center;
}

.product-info a {
    font-size: 18px;
    color: #434343;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.product-info .type {
    margin: 0;
    font-size: 12px;
}

.product-row-price {
    font-size: 20px;
}

.product-row-price:before {
    display: table;
    margin: 20px auto 10px;
    content: " ";
    width: 33px;
    height: 2px;
    background: #434343;
}
a.product-image {
    display: block;
    overflow: hidden;
}

a.product-image:hover img {
    transform: scale(1.1)
}
.home-banner {
    cursor: pointer;
}
div#popmake-519 {
    padding: 0;
    border: 0;
}
section.home-content {
    padding: 40px 0;
}

.item.cat-small {
    position: relative;
}

.item.cat-small>a {
    display: block;
    overflow: hidden;
}

.item.cat-small img {
    transition: all .6s;
    height: 400px;
    object-fit: cover;
}

.item.cat-small:hover img {
    transform: scale(1.1);
}

.item.cat-small h3 {
    background: #434343;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    margin: 0;
    line-height: 1.6;
}

.item.cat-small h3 a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.item.cat-big a {
    display: block;
    height: 100%;
}

.item.cat-big img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.item.cat-big {
    height: 100%;
}
.item.cat-big a {
    display: block;
    overflow: hidden;
}
.item.cat-big img {
    transition: all .6s;
}
.item.cat-big:hover img {
    transform: scale(1.1);
}
.gallery-slick .slick-list {
    margin: 0 -15px;
}
.gallery-slick .slick-slide {
    padding: 0 15px;
}
section.home-gallery {
    overflow: hidden;
    text-align: center;
}

section.home-gallery h2 {
    font-size: 35px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.4;
    text-transform: uppercase;
}

section.home-gallery p {
    color: #333;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.618;
    margin: 0;
    padding: 0;
    text-decoration: none;
    margin-bottom: 50px;
}

section.home-gallery img {
    transition: all .6s;
}

section.home-gallery img:hover {
    transform: scale(1.1);
}

section.home-gallery a {
    display: block;
    overflow: hidden;
}
.home-product .heading {
    text-align: center;
}
.home-product .heading h2 {
    font-size: 35px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.home-product .heading p {
    color: #333;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.618;
    margin: 0;
    padding: 0;
    text-decoration: none;
    margin-bottom: 50px;
}
.product-item.product-item-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-item.product-item-2 >.product-image {
    width: 164px;
    height: 205px;
}

.product-item.product-item-2 >.product-image img {
    width: 100%;
    height: 100%;
}

.product-item.product-item-2 .product-info {
    flex: 1;
    padding-left: 15px;
    text-align: left;
}

.product-item.product-item-2 .product-row-price:before {
    margin: 20px 0;
}
.product-item.product-item-2 .product-row-price {
    font-size: 15px;
    font-weight: 700;
}
.home-blogs .heading h2 {
    font-size: 35px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.home-blogs .heading p {
    color: #333;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.618;
    margin: 0;
    padding: 0;
    text-decoration: none;
    margin-bottom: 50px;
    text-align: center;
}

.blog-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all .3s;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.blog-item a {
    display: block;
    overflow: hidden;
}

.blog-item h3 {
    margin: 0;
}

.blog-item h3 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #333;
}
footer#footer {
    padding: 50px 0;
    margin-top: 30px;
    background: #272727;
    color: #fff;
}

footer#footer .title {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #717171;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-block-menu a {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-block-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-block-info li {
    padding-left: 30px;
    margin-bottom: 15px;
}

.footer-block-info li:nth-child(1) {
    background: url(images/location.png) no-repeat top 3px left;
}

.footer-block-info li:nth-child(2) {
    background: url(images/phone.png) no-repeat top 3px left;
    padding-left: 30px;
}

.footer-block-info li:nth-child(3) {
    background: url(images/site.png) no-repeat top 3px left;
}
.stick-header #primary-menu .menu > li > a {
    padding: 15px 12px 15px 20px;
}

.stick-header #primary-menu .menu > li.current-menu-item > a {
    background: url(images/line.png) no-repeat top 24px left;
}
.header-search form>div {
    position: relative;
}

.header-search form input {
    border: 0;
    border-bottom: 1px solid #434343;
    border-radius: 0;
    padding: 0 10px 15px;
    height: auto;
    font-size: 15px;
    line-height: 1;
    padding-left: 50px;
}

.header-search form button {
    background: transparent !important;
    border: 0 !important;
    padding: 0 15px 11px 0;
    right: unset !important;
    left: 0 !important;
}

.btn-search.active img:nth-child(1) {
    display: none;
}

.btn-search.active img:nth-child(2) {
    display: block;
}
.right-contact .wpcf7-text,.right-contact .wpcf7-textarea {
    border-radius: 0;
    font-weight: 500;
    margin-bottom: 15px;
}

.right-contact .wpcf7-textarea {
    height: 120px;
}

.right-contact .wpcf7-submit {
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 25px;
    background: #111;
    border: 0;
}
.clearfix {
    clear: both;
}

.main-woo .product-item img {
    height: 320px;
    object-fit: cover;
}
button.button.woof_reset_search_form {
    background: #111;
    color: #fff;
}
.summary-single h1.product_title {
    font-size: 24px;
}
.woocommerce-product-details__short-description ul {
    padding: 0;
}

.product_meta .posted_in {
    margin-bottom: 10px;
    display: inline-block;
}
.single-woo {
    margin-top: 15px;
}
.product_meta {
    display: none;
}
.woocommerce div.product form.cart .variations {
    margin: 0;
}

.summary-single .price {
    color: #111 !important;
    font-size: 24px !important;
}
.select_box_label  .select_option {
    padding: 4px 10px;
}
.select_option_label .yith_wccl_value {
    border: 0;
}
.btn-chonsize {
    color: #87a8a4;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 15px;
    cursor: pointer;
}
@media(max-width: 991px) {
    .stick-header #primary-menu .menu > li.current-menu-item > a {
    background: url(images/line.png) no-repeat top 24px left;
}
.header-main {
    display: none;
}

.header-hotline {
    display: none;
}

.header-right {
    width: 100%;
    flex: unset;
    justify-content: flex-start;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    margin-top: 10px;
}

div#logo {
    width: 100%;
    flex: unset;
}

.header-top {
    padding: 15px 0;
}

.showbar {
    flex: 1;
}

div#logo img {
    width: 150px;
}

.header-cart {
    margin: 0 10px;
}

section.home-product {
    padding: 20px 0;
}

section.home-product h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

section.home-product ul.nav a {
    font-size: 15px;
}

.product-item img,.main-woo .product-item img {
    height: 210px;
}

.product-info a {
    font-size: 15px;
}

.product-row-price {
    font-size: 15px;
}

.product-row-price:before {
    margin: 5px auto 5px;
}

.list-product-thumb img {
    height: 150px;
}

section.home-content {
    padding: 20px 0;
}

.item.cat-small img {
    height: auto;
}

section.home-gallery .heading {
    padding: 0 15px;
}

section.home-gallery h2 {
    font-size: 24px;
}

section.home-gallery p {
    margin-bottom: 20px;
}

.home-product .heading h2 {
    font-size: 24px;
}

.home-product .heading p {
    margin-bottom: 15px;
}

.product-item.product-item-2 >.product-image {
    width: 100%;
    height: 100%;
}

.product-item.product-item-2 >.product-image img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.product-item.product-item-2 .product-info {
    flex: unset;
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
}

.product-item.product-item-2 .product-row-price:before {
    margin: 5px 0;
}

.home-blogs .heading h2 {
    font-size: 24px;
}

.home-blogs .heading p {
    margin-bottom: 15px;
}

.blog-item img {
    height: auto;
}
#mobile-menu .sub-menu li.image {
    display: none;
}
.page-heading {
    font-size: 24px;
    margin: 15px 0;
}
.main-filter {
    display: block;
}
}
@media(max-width: 767px) {
    
}
@media(max-width: 576px) {
    
}
a.btn-messenger {
    padding: 12px 20px;
    background-color: #0084FF;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}