/*
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;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #111;
}
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: 24px;
    height: 2px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #fff;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 5px;
}
.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;
}
@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 #4486bf;
}
.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: 5px !important;
    display: inline-block !important;
    background-color: #4486bf!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;
}
.header-top {
    background: #6d6d6d;
    color: #fff;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}

.ht-right {
    font-size: 15px;
}

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

div#logo img {
    width: 50px;
}

.heade-search {
    flex: 1;
    margin-left: 100px;
}

.shopping-cart .shopping-cart-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -moz-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -o-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    opacity: 0;
    visibility: hidden;
    width: 320px;
}
.heading-cart a {
    color: #111;
    position: relative;
    display: block;
    padding-right: 10px;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget img {
    max-width: 80px;
}
span#cart-total {
    width: 20px;
    height: 20px;
    background: #ef4562;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: 0;
}
.overlay-cart {
    opacity: 0;
}
.cart-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
.cart-heading h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}
.cart-heading .close-side-cart {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    padding-right: 21px;
    cursor: pointer;
}
.cart-heading .close-side-cart:after,.cart-heading .close-side-cart:before {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    right: 0;
}
.cart-heading .close-side-cart:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-heading .close-side-cart:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper p {
    clear: both;
    margin: 0;
    white-space: nowrap;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__empty-message {
    padding-top: 15px;
    padding-bottom: 15px;
    
}
.return-to-shop .button {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
    background-color: #e0305e;
    color: #FFF;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
}
.overlay-cart.opened {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    opacity: 0.6;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.shopping-cart.opened .shopping-cart-menu-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.close-side-cart:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-side-cart:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content .uni-scroll {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100vh - 215px);
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.shopping-cart .shopping-cart-menu-wrapper ul li {
    position: relative;
    padding: 10px 20px 10px 10px;
    margin: 0;
    border-bottom: 1px solid #ebeef6;
    float: left;
    clear: both;
    width: 100%;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 1;
    display: inline-block;
    font-size: 1.5em;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item:hover {
    background-color: #ff0000;
    color: #FFF;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-wrap {
    float: left;
    width: calc(100% - 70px);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-menu-product-wrap a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.shopping-cart .shopping-cart-menu-wrapper .quantity {
    font-size: 13px;
    display: block;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body .woocommerce-Price-amount {
    font-weight: bold;
    color: #f00;
    font-size: 15px;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-footer {
    padding: 0 15px;
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total {
    margin: 10px 0 10px;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: bold;
    color: #ff0000;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a {
    color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    min-height: 0;
    line-height: 1.4;
    position: relative;
    display: block;
    text-align: center;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(230,126,34,.8);
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a.checkout {
    background-color: #222222;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media img {
    width: 100% !important;
}

.heade-search form {
    max-width: 430px;
}

.heade-search form input {
    border-radius: 0;
    font-size: 14px;
}

.heade-search form button {
    background: #4486bf !important;
    color: #fff;
    height: 35px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
}

a.cart-contents {
    padding: 0px 0 0px 40px;
    background-size: auto 100%;
    position: relative;
    display: block;
    line-height: 17px;
}
a.cart-contents:before {
    content: "\f291";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 10px;
    color: #6d6d6d;
}
a.cart-contents span {
    display: block;
    text-transform: uppercase;
}
a.cart-contents small {
    color: #999;
}

.header-bottom {
    background: #4486bf;
}

.list-danhmuc {
    position: relative;
}

.box-danhmuc {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
}

.title-danhmuc {
    height: 40px;
    padding: 0 10px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.title-danhmuc i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    height: 100%;
    width: 35px;
    text-align: center;
    line-height: 40px;
}

nav#primary-menu li.current-menu-item>a {
    color: #333;
    background: #eee;
}

.box-danhmuc>div {
    border: 1px solid #ddd;
    border-top: 0;
    position: relative;
    z-index: 9999;
}

.box-danhmuc a {
    display: block;
    padding: 10px;
}
.box-danhmuc  li ~ li > a {
    border-top: 1px solid #ddd;
}

.box-danhmuc ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 767px;
    list-style: none;
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    -moz-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
    border: 1px solid #ccc;
    border-left: 5px solid #e03232;
    display: flex;
    flex-wrap: wrap;
}
.box-danhmuc li:hover>ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -webkit-transition: all 0.4 0.5s ease-out 0s;
    -moz-transition: all 0.4 0.5s ease-out 0s;
    -o-transition: all 0.4 0.5s ease-out 0s;
    transition: all 0.4 0.5s ease-out 0s;
    visibility: visible;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.box-danhmuc li {
    position: unset;
}
div#home-slide {
    padding: 30px 0;
}

section.home-product {
    padding-bottom: 30px;
}

.section_cvp_title {
    border-bottom: 2px solid #4486bf;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.section_cvp_title h2 {
    margin: 0;
    padding: 0 10px;
    background: #4486bf;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
}

.section_cvp_title h2:after {
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 30px solid #4486bf;
    border-top: 30px solid transparent;
    content: "";
    top: 0;
    right: -30px;
}

a.section_cvp_link {
    color: #4486bf;
    padding: 0 10px;
}

a.section_cvp_link:hover {
    color: #6d6d6d;
}

.product-row {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    width: 25%;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.product-item:not(:last-child) {
    border-right: 0;
}

.tooltip_desc {
    display: none;
}
.product-image {
    overflow: hidden;
    position: relative;
}

a.btn-addcart {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin: 0;
    white-space: nowrap;
    background: #4486bf;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 3px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
}

.product-image:hover>.btn-addcart {
    visibility: visible;
    opacity: 1;
    bottom: 10px;
}

a.btn-addcart:hover {
    background: #6d6d6d;
    color: #fff;
}

.product-info h3 {
    margin: 0;
}

.product-info h3 a {
    display: block;
    padding: 7px 0;
    font-size: 14px;
    font-weight: 400;
}

.product-star {
    display: flex;
    align-items: center;
    color: #eec327;
    font-size: 11px;
}

.product-row-price {
    color: #4486bf;
    font-weight: 500;
    margin-top: 10px;
    font-size: 16px;
}
.product-row-price del {
     color: #111;
    opacity: .5;
    font-weight: 400;
}
span.box-sale {
    background-color: #0f8400;
    font-size: 13px;
    top: 0;
    left: 0;
    padding: 0 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: 400;
    height: 22px;
    position: absolute;
}
.big-post-item img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.big-post-item h3 {
    margin: 0;
}

.big-post-item h3 a {
    display: block;
    font-size: 18px;
}

.post-date {
    display: block;
    color: #919191;
    font-size: 12px;
    margin: 7px 0;
    font-style: italic;
}

.post-date:before {
    display: inline-block;
    font: normal normal normal 12px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
    margin: 0 5px 0 0;
    font-weight: 400;
}

.small-post-item:not(:last-child) {
    margin-bottom: 15px;
}

.small-post-item {
    display: flex;
    flex-wrap: wrap;
}

.small-post-img {
    width: 120px;
}

.small-post-text {
    flex: 1;
    padding-left: 15px;
}

section.home-blog .section_cvp_title {
    margin-bottom: 15px;
}


.small-post-text h3 {
    margin: 0;
}

.small-post-text h3 a {
    display: block;
    font-size: 14px;
}
footer#footer {
    background-color: #2D2D2D;
    color: #acacac;
    line-height: 22px;
    padding: 30px 0 0;
}

footer#footer .title {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px;
    line-height: 25px;
}

ul.list-socials {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

ul.list-socials li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 20px;
}

ul.list-socials a {
    color: #acacac;
}

.footer-block-menu li {
    padding: 3px 0 3px 15px;
    position: relative;
}

.footer-block-menu li a {
    color: #acacac;
    display: block;
}

.footer-block-menu li:before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 11px;
}

.footer-block-menu li a:hover {
    text-decoration: underline;
}

.box-danhmuc {
    display: none;
}
body.home .box-danhmuc {
    display: block;
}
.header-bottom.stick-header .box-danhmuc {
    display: none;
}
.list-post-item {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
    display: flex;
    flex-wrap: wrap;
}

.list-post-img {
    width: 300px;
}

.list-post-text {
    flex: 1;
    padding-left: 15px;
}

a.read_more {
    color: #fff;
    background: #6d6d6d;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
}

a.read_more:hover {
    background: #4486bf;
}

.widget.widget-search {
    margin: 30px 0;
}
.widget.widget-search form input {
    border-radius: 0;
    font-size: 14px;
}

.widget.widget-search form button {
    background: #4486bf !important;
    color: #fff;
    height: 35px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
}

.widget.widget-search {}

.widget.widget-news .title {
    background: #4486bf;
    height: 40px;
    padding: 0 10px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    position: relative;
}

.widget-list-news {
    padding: 2px 10px;
    border: 1px solid #dfdfdf;
}

.list-news-item:not(:last-child) {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}


.list-news-item {
    display: flex;
    padding-bottom: 10px;
}

.list-news-img {
    width: 55px;
}

.list-news-text {
    flex: 1;
    margin-left: 10px;
}

.list-news-text h3 {
    margin: 0;
}

.list-news-text h3 a {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.post-info {
    color: #989898;
    font-size: 13px;
    margin: 0 0 10px;
}

.post-info > span {
    white-space: nowrap;
    margin: 0 10px 0 0;
    display: inline-block;
}
.clearfix {
    clear: both;
}
.brc {
    font-size: 14px;
    margin-top: 15px;
}

form.woocommerce-ordering select {
    padding: 5px 0;
    border-radius: 0;
}
 #footer {
    margin-top: 30px;
}
.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: #4486bf;
    font-size: 37px;
}
.list-product-thumb .slick-list {
    margin: 0 -5px;
}
.list-product-thumb .slick-slide {
    margin: 0 5px;
}
.product_meta {
    display: flex;
    flex-direction: column;
}

.product-gallery .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .slick-track img {
    display: block;
    margin: 0 auto;
}
.product_meta {
    display: none;
}

.summary-single h1.product_title {
    font-size: 20px;
}

.summary-single .price {
    color: #4486bf !important;
    font-weight: 500;
    margin-top: 10px;
    font-size: 16px;
}

.summary-single .price del {
    color: #111;
    opacity: .5;
    font-weight: 400;
}

.chinh_sach_cua_shop {
    border: 1px solid #ccc;
    padding: 20px 10px 0 10px;
    margin-bottom: 10px;
}

.chinh_sach_cua_shop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.chinh_sach_cua_shop ul li {
    margin: 0 0 20px;
    display: flex;
}

.chinhsach_icon {
    width: 45px;
}

.chinhsach_content {
    flex: 1;
    padding-left: 15px;
}

.chinhsach_content strong {
    display: block;
    color: #f33;
    font-weight: 700;
    font-size: 16px;
}
.product-image img {
    height: 175px;
    object-fit: cover;
}
.box-danhmuc ul.sub-menu li {
    width: calc(100% / 3);
}

.box-danhmuc ul.sub-menu li a {
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
}
@media(max-width: 991px) {
    .ht-left {
    display: none;
}

div#logo {
    order: 1;
    flex: 1;
}

.heade-search {
    order: 3;
    margin: 15px 0 0;
    width: 100%;
    flex: unset;
}

.header-cart {
    order: 2;
}
.header-bar>span {
    color: #fff;
    line-height: 1;
    margin-left: 5px;
    font-size: 16px;
}
.box-danhmuc {
    display: none !important;
}
.header-bottom {
    padding: 10px 0;
}
#mobile-menu .sub-menu ul.sub-menu {
    padding-left: 15px;
}
.product-item {
    width: 50%;
}
.list-post-img {
    width: 100%;
}

.list-post-text {
    padding: 15px;
}
.page-heading {
    font-size: 21px;
}
}
@media(max-width: 767px) {
    
}
@media(max-width: 576px) {
    
}
.title-home {
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.title-home span {
    font-size: 20px;
    color: #ffffff;
    background: #00299b;
    text-align: center;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 26px;
}

.cate-home {
    position: relative;
    height: 100%;
    padding: 2px;
    background: #4190d3;
    border-radius: 0px;
    overflow: hidden;
}

.nhaphanphoi .cate-home {
    padding: 1px;
    background: #c9c9c9;
}

.cate-home .cate-home-text {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding-bottom: 7px;
    padding-top: 7px;
}

.cate-home:hover {
    background: #ef4723;
}
