/*
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: 14px;
	line-height: 1.4;
	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: 33px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #0154d9;
}
.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 #ff9900;
}
.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: #ff9900!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 {
    padding: 25px 0;
}

div#logo {
    flex: 1;
}

div#logo img {
    height: 65px;
}

.ht-hotline a {
    font-size: 15px;
    text-transform: uppercase;
    color: #0154d9;
    border-bottom: 1px dotted #0154d9;
    padding-bottom: 10px;
    display: inline-block;
}

.ht-text {
    font-size: 12px;
    padding-top: 7px;
    color: #0154d9;
}

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

nav#primary-menu {
    flex: 1;
}

.header-search input {
    color: #737373;
    font-size: 12px;
    background: #ebebeb;
    border-radius: 0;
    width: 300px;
    border: 1px solid #ebebeb;
    padding: 12px;
    height: 37px;
    padding-right: 50px;
}

.header-search button {
    background: transparent !important;
    color: #737373;
    border: 0;
}

nav#primary-menu li.menu-item-has-children>a:after {
    content: "";
    display: inline-block;
    border-top: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px dashed transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

nav#primary-menu li.menu-item-has-children>a {
    padding-right: 30px;
}

#primary-menu .sub-menu li.menu-item-has-children> a:after {
    border-top: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px solid;
}

nav#primary-menu a:hover,nav#primary-menu li.current-menu-item>a  {
    color: #004d99;
}
section.home-product {
    padding-top: 50px;
}

section.home-product .heading {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

section.home-product .heading h2 {
    margin: 0;
}

section.home-product .heading h2 a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px dotted #333333;
    padding-bottom: 20px;
    text-transform: uppercase;
}

section.home-product .heading .icon {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 999;
    padding: 0 15px;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-sale {
    padding: 2px 5px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background: #004d99;
    border-width: thin;
    border-style: solid;
    border-color: #004d99;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.product-img a {
    display: block;
}

.product-img img {
    height: 260px;
    object-fit: cover;
    width: 100%;
    transition: all .5s;
}

.product-img.hover-img img:nth-child(2) {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
}

.product-item:hover .product-img.hover-img img:nth-child(2) {
    left: 0;
}

.product-item:hover .product-img.hover-img img:nth-child(1) {
    transform: scale(0);
}

.product-text {
    padding: 10px;
    text-align: center;
}

.product-text h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
}

.product-price ins {
    padding-right: 8px;
    color: #004d99;
    font-size: 14px;
}

.product-price del {
    color: #898989;
    font-size: 13px;
}
.banner-home-1 {
    background: url(images/banner-top.jpg);
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px;
    margin-top: 50px;
}
a.readmore {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 36px;
    line-height: 38px;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 500;
    background: #f00;
    color: #fff;
}
a.readmore:hover {
    background: #004d99;
}
span.ad_banner_1 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    display: block;
}

span.ad_banner_desc {
        font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}
footer#footer {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    color: #9e9e9e;
    background-color: #212121;
    font-size: 13px;
    margin-top: 30px;
}

footer#footer .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
}

.inner.about_us li {
    line-height: 30px;
    margin-bottom: 10px;
}

.inner.about_us li i {
    font-size: 18px;
    margin-right: 7px;
}

.footer-block-menu a {
    line-height: 20px;
    padding: 5px 0;
    display: block;
}

.footer-block-menu a:hover {
    color: #fff;
}

.footer-block-form {
    position: relative;
}

.footer-block-form spinner {
    display: block;
}

.footer-block-form .wpcf7-text {
    background: transparent;
    border: 0;
    padding: 10px 10px 10px 5px;
    border-bottom: 1px solid #e0e0e0;
    height: 36px;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
}

.footer-block-form .wpcf7-submit {
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    background: #f00;
    border: 0;
}

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

ul.footer-social li:nth-child(2) {
    margin: 0 10px;
}

ul.footer-social a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    border-radius: 50%;
}
.brc {
    background: #ebebeb;
    margin-bottom: 30px;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 30px;
    color: #737373;
}

.brc a {
    color: #0154d9;
}
.page-lh .title {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.page-lh-left .wpcf7-text,.page-lh-left .wpcf7-textarea {
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 15px;
}

.page-lh-left .wpcf7-textarea {
    height: 120px;
}

.page-lh-left .wpcf7-spinner {
    display: block;
}

.page-lh-left .wpcf7-submit {
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #333333;
    font-size: 11px;
    border: 1px solid #333333;
    font-weight: 500;
}

.page-lh-left .wpcf7-submit:hover {
    background: #0154d9;
    color: #fff;
}

.page-lh-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-lh-right ul br {
    display: none;
}

.page-lh-right ul  li:nth-child(2) {
    margin: 10px 0;
}
.blog-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin-bottom: 10px;
}

.blog-item h3 {
    margin: 0;
}

.blog-item h3 a {
    font-size: 16px;
    color: #0154d9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-date {
    margin: 10px 0;
    font-size: 13px;
    font-style: italic;
    color: #666;
}

.blogreadmore {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #333333;
    font-size: 11px;
    border: 1px solid #333333;
    display: inline-block;
    padding: 7px 20px;
    font-weight: 700;
}

.blogreadmore:hover {
    background: #0154d9;
    color: #fff;
}
.product-gallery {
    position: relative;
}
.list-product-thumb img {
    height: 180px;
    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;
}


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

.product-gallery .slick-track img {
    display: block;
    margin: 0 auto;
}
.summary-single h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
}

.summary-single .product-price ins {
    font-size: 24px;
}

.summary-single .product-price del {
    font-size: 18px;
}

.product-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.product-button a {
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid transparent;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: block;
    line-height: unset;
    padding: 10px 10px;
    min-width: 200px;
}

.product-button a:nth-child(1) {
    background: #004d99;
    margin-right: 20px;
}

.product-button a:nth-child(2) {
    background: #fdbc0e;
}

@media(max-width: 991px) {
    .header-top {
        padding: 10px 0;
    }

    .header-search input {
        width: 220px;
    }

    .showbar {
        flex: 1;
    }

    .header-main {
        padding: 10px 0;
    }

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

    .product-img img {
        height: 180px;
    }

    .banner-home-1 {
        margin-top: 20px;
    }
}

@media(max-width: 767px) {
    
}

@media(max-width: 576px) {
    .blog-item img {
        height: auto;
    }
}