/*
Theme Name: Thiết kế web 2
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-fluid {
        padding: 0 20px;
        max-width: 1600px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
body {
    color: #333333;
    line-height: 1.6;
    font-size: 14px;
    background: #ffffff;
    font-family: "Roboto", sans-serif;
}
figure {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
a:hover {
    text-decoration: none;
    color: #ee5c3a;
}
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 #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: #2b579a!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;
}
.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 {
    display: inline-block;
    vertical-align: top;
    background: #d7a444;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 15px;
    top: -10px;
    padding: 0px 3px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}
.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;
}
.header-top {
    background: #d7a444;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 0;
}

.header-top a {
    font-weight: 700;
    color: #ffffff;
}

nav#primary-menu {
    flex: 1;
    position: relative;
}

nav#primary-menu ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

div#logo img {
    height: 70px;
}

#primary-menu .menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-left: 6px;
}

#primary-menu .sub-menu li a:hover {
    opacity: 1;
}
section.home-content {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title .sub-title {
    font-size: 17px;
    color: #a2a2a2;
    text-transform: none;
    margin-bottom: 7px;
}

.section-title h2 {
    font-size: 34px;
    font-weight: 600;
    color: #454545;
    margin: 0;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.section-title h2:before {
    content: "";
    width: 150px;
    height: 1px;
    background: #d7a444;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section-title h2:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    bottom: -5px;
    background-color: #d7a444;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.feature-block__inner {
    text-align: center;
    padding: 3px;
}
.image-use-effect4 img {
    -webkit-transition: .6s linear;
    transition: .6s linear;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}
.image-use-effect4:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.feature-block__title h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}
.feature-block__content p {
    font-size: 13px;
    line-height: 24px;
}
.section-home-info {
    background-image: url(https://file.hstatic.net/200000670859/file/a9121522-9319-4de4-87db-6bd2debbcaf3_7646b70d841b480696549a71592353dc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.section-home-info .info-block__inner {
    position: relative;
    margin-bottom: 40px;
}
.section-home-info .info-block__inner {
    border: 2px solid #f4e566;
    padding: 7px 8px;
    border-radius: 30px;
    background: #fff;
}
.text-end {
    text-align: right !important;
}
.section-home-info .info-block-left .info-block__text {
    position: relative;
}
.section-home-info .info-block.info-block-left .info-block__text {
    padding-right: 75px;
}
.section-home-info .info-block-left .info-block__text:before {
    content: '';
    height: 100%;
    width: 2px;
    display: block;
    background: #f4e566;
    position: absolute;
    right: 62px;
    top: 0px;
}
.section-home-info .info-block__text h4 {
    font-size: 16px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 7px;
    color: #ffffff;
    text-transform: uppercase;
}
.section-home-info .info-block__text p {
    line-height: 24px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
}
.section-home-info .info-block-left .info-block__text h4, .section-home-info .info-block-left .info-block__text p {
    color: #1E1F71 !important;
}
.section-home-info .info-block__img {
    width: 60px;
    height: 60px;
    border: 1px solid #ea4d2a;
    line-height: 59px;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: 0;
    background: #ffffff;
}
.section-home-info .info-block-left .info-block__img {
    right: 5px !important;
    /* border: 2px solid #f4e566; */
    border: 0;
    transform: translateY(-50%);
    top: 50%;
}
.section-home-info .info-block.info-block-left .info-block__img {
    right: 0;
}
.section-home-info .info-block__img img {
    /* padding: 15px; */
    max-width: 60px;
    max-height: 60px;
}
.text-start {
    text-align: left !important;
}
.section-home-info .info-block-right .info-block__text {
    position: relative;
}
.section-home-info .info-block.info-block-right .info-block__text {
    padding-left: 75px;
}
.section-home-info .info-block-right .info-block__text:before {
    content: '';
    height: 100%;
    width: 2px;
    display: block;
    background: #f4e566;
    position: absolute;
    left: 62px;
    top: 0px;
}
.section-home-info .info-block-right .info-block__text h4, .section-home-info .info-block-right .info-block__text p {
    color: #1E1F71 !important;
}
.section-home-info .info-block-right .info-block__img {
    left: 5px !important;
    /* border: 1px solid #f4e566; */
    border: 0;
    transform: translateY(-50%);
    top: 50%;
}
.section-home-info .info-block.info-block-right .info-block__img {
    left: 0;
}
.section-home-banner {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .section-home-info .info-block__inner {
      margin-bottom: 30px; 
  }
  .section-home-info .info-block-center .image {
      padding-bottom: 30px; 
  } 
}

.section-home-banner .banner-block {
  display: flex;
  align-items: center; 
}
.section-home-banner .banner-block__info {
    text-align: center;
    flex: 0 0 50%;
    max-width: 50%; 
}
.section-home-banner .banner-block__info h3 {
  font-size: 34px;
  font-weight: 500;
  margin-top: 0;
  line-height: 40px;
  margin-bottom: 28px; 
}
.section-home-banner .banner-block__info .text {
  max-height: 120px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; 
}
.section-home-banner .banner-block__info .text::-webkit-scrollbar {
    width: 4px;
    height: 3px; 
}
.section-home-banner .banner-block__info .text::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px; 
}
.section-home-banner .banner-block__info .text::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); 
}
.section-home-banner .banner-block__info .text::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; 
}
.section-home-banner .banner-block__info .price {
  font-size: 36px;
  font-weight: 600;
  color: #ea4d2a; 
}
.section-home-banner .banner-block.banner-right {
    justify-content: flex-end; 
}
.section-home-banner .banner-block.banner-right .banner-block__info {
  padding-right: 30px;
  padding-left: 15px; 
}
.section-home-banner .banner-block.banner-left .banner-block__info {
    padding-left: 30px;
    padding-right: 15px; 
}

@media (max-width: 991px) {
    .section-home-banner .banner-block.banner-left {
        flex-direction: column; 
    }
    .section-home-banner .banner-block.banner-left .banner-block__info {
      padding: 0;
      margin-top: 15px;
      flex: 0 0 100%;
      max-width: 100%; 
  }
  .section-home-banner .banner-block.banner-right {
    flex-direction: column-reverse; 
}
.section-home-banner .banner-block.banner-right .banner-block__info {
  padding: 0;
  margin-top: 15px;
  flex: 0 0 100%;
  max-width: 100%; 
}
.section-home-banner .banner-block__info h3 {
    font-size: 26px;
    margin-bottom: 15px; 
}
.section-home-banner .banner-block__info .price {
    font-size: 24px; 
}
.section-home-banner .banner-block + .banner-block {
    margin-top: 40px; 
} 
}
.image-use-effect1 {
    position: relative;
    overflow: hidden;
    display: block; 
}
.image-use-effect1:before, .image-use-effect1:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s; 
}
.image-use-effect1:before {
  top: 0;
  left: 0;
  z-index: 1; 
}
.image-use-effect1:after {
  bottom: 0;
  right: 0;
  z-index: 2; 
}
.image-use-effect1 img {
  display: block;
  margin: 0;
  height: auto;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; 
}
.image-use-effect1:hover:before, .image-use-effect1:hover:after {
  width: 100%;
  height: 100%; 
}
.image-use-effect1:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); 
}
.button {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  background-color: #d7a444;
  color: #ffffff;
  padding: 12px 28px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: hidden !important;
}

.button:before {
  content: '';
  display: block;
  background-color: #ee5c3a;
  position: absolute;
  left: -10%;
  top: -10%;
  bottom: -10%;
  width: 0;
  z-index: -1;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); 
}
.button:hover {
    color: #fff;
}
.button:hover:before, .button:focus:before {
    width: 120%;
}
.section-home-collection {
    padding: 60px 0;
}
.product-loop:not(.product-loop-slide) {
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}
.product-loop .product-inner {
    background: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
.product-loop .product-inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.product-loop .proloop-image {
    position: relative;
    overflow: hidden;
}
.product-loop .product-inner:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.product-loop .proloop-image .proloop-image__inner {
    position: relative;
    display: flex
    ;
    display: -ms-flex;
    display: -webkit-flex;
}
.product-loop .proloop-image .lazy-img {
    position: relative;
    width: 100%;
    height: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding-bottom: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.product-loop .product-inner:hover .proloop-image__inner .lazy-img.first-image {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(calc(-100% - 5px));
    -ms-transform: translate(calc(-100% - 5px));
    -webkit-transform: translate(calc(-100% - 5px));
}
.product-loop .proloop-image .lazy-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    object-fit: contain;
    transform: translate(-50%, -50%);
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    max-height: 100%;
}
.product-loop .proloop-image .proloop-image__inner .lazy-img.second-image {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.product-loop .product-inner:hover .proloop-image__inner .lazy-img.second-image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
}
.product-loop .proloop-image .pro-sale, .product-loop .proloop-image .pro-soldout {
    position: absolute;
    top: 10px;
    z-index: 3;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 5px;
}
.product-loop .proloop-image .pro-sale {
    left: 10px;
    background: #d7a444;
    letter-spacing: 0.5px;
    min-width: 52px;
    border-radius: 11px;
    text-align: center;
    font-weight: 600;
    padding: 5px 10px;
    line-height: 1;
}
.product-loop .proloop-image .proloop-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.product-loop .proloop-quickview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 995;
    opacity: 0;
    text-align: center;
}
.product-loop .product-inner:hover .proloop-quickview {
    opacity: 1;
}
.product-loop .proloop-quickview .icon-quickview {
    width: var(--width-action);
    height: var(--height-action);
    line-height: var(--height-action);
    padding: 7px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: #333;
    color: #fff;
    cursor: pointer;
}
.product-loop .proloop-quickview .icon-quickview svg {
    width: 18px;
    fill: #fff;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.tooltip-cs .tooltip-hover {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}
.tooltip-cs .tooltip-hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0;
    height: 0;
    border: solid;
    border-width: 8px 8px 0 8px;
    border-color: transparent;
    border-top-color: #000;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
.product-loop .proloop-detail {
    position: relative;
    padding: 12px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-align: center;
}
.product-loop .product-inner .proloop-detail {
    background: #fff;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
}
.product-loop .proloop-detail .proloop-title {
    display: block;
    font-size: 14px;
    margin: 0 0 4px;
    font-weight: 500;
}
.product-loop .proloop-detail .proloop-title a, .list-notify .article-item__detail .art-title, .section-home-banner .banner-block__info h3, .section-home-blogs .article-item__detail .art-title a, .article-loop .article-detail .post-title a, .article-loop .article-detail .entry-content, .list-blogs .item-article__detail .link, .combo-info .combo-item--title {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.product-loop .addtocart-mb {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
}
.product-loop .icon-addtocart {
    display: inline-block;
    padding: 5px;
    background: #333333;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}
.product-loop .icon-addtocart svg {
    width: 13px;
    height: 100%;
    display: block;
    margin: 0 auto;
    fill: #fff;
}
.product-row-price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff2c26;
    font-weight: 700;
    font-size: 16px;
}

.product-row-price del {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    font-style: italic;
}
.product-loop .proloop-actions {
    padding: 0 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.product-loop .product-inner:hover .proloop-detail .proloop-actions {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
}
.product-loop .proloop-actions__inner {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 40px;
    --height-action: 40px;
    --width-action: 40px;
}
.product-loop .proloop-actions__cart {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}
.product-loop .proloop-actions__inner .actions-primary {
    width: 100%;
}
.product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart {
    background: #fff;
    color: #333333;
    border: 0;
    border-radius: 4px;
    position: relative;
    padding: 0 6px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease, color 300ms ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart svg {
    vertical-align: -3px;
    fill: currentColor;
}

.product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart:hover {
    color: #fff;
}
.button.btnlight {
    background: #fff;
    color: #000000;
    border: 1px solid #000000;
}
.button.btn-see-more {
    min-width: 400px;
    display: block;
    margin: 0 auto;
}
.button.btnlight:hover, .button.btnlight:focus {
    color: #fff;
    border-color: #fff;
}
.section-home-introduce {
  background: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 42px; 
}
.section-home-introduce .info-block__inner {
    position: relative;
    margin-bottom: 20px; 
}
.section-home-introduce .info-block__img {
    width: 70px;
    height: 70px;
    line-height: 69px;
    position: absolute;
    top: 0;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.section-home-introduce .info-block__text {
    padding-left: 100px; 
}
.section-home-introduce .info-block__text h4 {
  font-size: 16px;
  font-weight: bolder;
  margin-top: 0;
  margin-bottom: 7px;
  color: #454545; 
}
.section-home-introduce .info-block__text p {
  line-height: 20px; 
}
@media (min-width: 992px) {
    .section-home-introduce .col-content {
      align-self: center; 
  } 
}
@media (max-width: 991px) {
    .section-home-introduce .col-image .image {
      margin-bottom: 20px; 
  } 
}
.flexsocial2 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  justify-content: space-between;
  border-top: 1px solid #000000;
  padding-top: 15px; 
}

.flexsocial2 > div {
  width: auto; 
}
.image-use-effect3 {
    position: relative;
    display: block;
    overflow: hidden; 
}
.image-use-effect3:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  cursor: pointer; 
}
.image-use-effect3:hover:before {
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s; 
}
@keyframes shine {
  100% {
    left: 125%; 
} 
}
.home-client__star {
    color: #fbb614;
    font-size: 11px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.home-client__desc {
    font-size: 14px;
    color: #7d879c;
    line-height: 24px;
    position: relative;
    font-weight: 500;
}
.home-client__content {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}
.home-client__avatar {
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.home-client__avatar > img {
    width: 60px;
    height: 60px;
}
.home-client__info {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.home-client__title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}
.home-client__job {
    font-size: 14px;
    color: #999;
}
.home-client__slider .slick-list {
    margin: 0 -15px;
}
.home-client__slider .slick-slide {
    padding: 0 15px;
}
section.section-home-client {
    padding-bottom: 80px;
}
.section-home-blogs {
    padding-bottom: 80px;
}
.blog-slide .slick-list {
    margin: 0 -15px;
}
.blog-slide .slick-slide {
    padding: 0 15px;
}
.blog-slide  .slick-nav {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
  opacity: 0;
}
.blog-slide  .slick-next {
  right: 30px;
  left: unset;
}
.blog-slide  .slick-nav i {
    color: #fff;
    background: #d7a444;
    border: 1px solid #d7a444;
    border-radius: 2px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all .3s;
}
.blog-slide  .slick-nav i:hover {
  background: #fff;
  color: #d7a444;
}
.blog-slide:hover .slick-nav{
  left: 10px;
  opacity: 1;
}
.blog-slide:hover .slick-next{
  right: 10px;
  left: unset;
  opacity: 1;
}
.blog-item img {
    height: 250px;
    object-fit: cover;
    -webkit-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.blog-item img:hover {
    -webkit-transform: rotate(-3deg) scale(1.1);
    -ms-transform: rotate(-3deg) scale(1.1);
    transform: rotate(-3deg) scale(1.1);
}

.blog-item>a {
    display: block;
    overflow: hidden;
}
.blog-text {
    padding: 10px 17px;
    background: #fff;
    display: flex;
    display: -ms-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.blog-text h3 {
    font-size: 16px;
    margin-bottom: 5px;
    min-height: 38px;
    transition: transform .3s ease;
}

.blog-text h3 a {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.blog-text p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #a8aeba;
}
.blog-meta {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    font-size: 13px;
    color: #a8aeba;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: auto;
}

.blog-meta a {
    color: #a8aeba;
}
section.home-form .wpcf7-text {
    display: inline-block;
    vertical-align: top;
    padding: 10px 130px 10px 15px;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    height: 54px;
    border-radius: 4px;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    box-shadow: inset 1px 1px 0 0 #ffffff;
}

section.home-form form {
    position: relative;
}

section.home-form .wpcf7-submit {
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    background-color: #d7a444;
    color: #ffffff;
    padding: 12px 28px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
}
footer#footer {
    padding: 50px 0;
    margin-top: 30px;
}

footer#footer .title {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

footer#footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.footer-block-menu a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666666;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}

.footer-block-menu a {
    color: #666666;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}
.brc {
    margin-bottom: 30px;
        font-size: 13px;
    padding: 7px 0;
}
.page-id-26 .wpcf7 input[type=text],.page-id-26  .wpcf7 input[type=email],.page-id-26  .wpcf7 input[type=tel] {
    width: 285px;
    height: 24px;
    border: #cacaca 1px solid;
}
.page-id-26 .wpcf7 textarea {
    width: 285px;
    height: 120px;
    margin-bottom: 7px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.page-id-26 .wpcf7 input[type=submit],.page-id-26  .wpcf7 input[type=reset] {
    padding: 3px 10px;
    cursor: pointer;
}
.page-id-26 .wpcf7 input[type=submit] {
    margin-top: 25px;
    margin-bottom: 20px;
    border: none;
    background:  #009900;
    color: #FFFFFF;
    margin-top: 0px;
}
.clearfix {
    clear: both;
}
select.orderby {
    padding: 5px 0;
    border-radius: 0;
}
.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;
}
.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;
}
.summary-single h1.product_title {
    font-size: 24px;
}

.summary-single p.price {
    color: #f00 !important;
    font-weight: 700;
    font-size: 24px !important;
}

.summary-single p.price del {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    font-style: italic;
}
.woocommerce-product-details__short-description ul {
    padding: 0;
}
.product_meta .posted_in {
    margin-bottom: 10px;
    display: inline-block;
}
.product-share {
    display: flex
;
    align-items: center;
    padding: 0 15px;
    margin: 20px 0 35px;
}
.product-share a {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  color: #fff;
  cursor: pointer; 
}
.product-share a:hover {
    color: #fff; 
}
.product-share a svg {
    width: 30px;
    height: 30px;
    vertical-align: initial; 
}
.pro-share {
    display: none; 
}
.pro-share svg {
  fill: #402da1; 
}
.pro-share span {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #402da1; 
}
a#btn-voucher {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    background-color: #333333;
    border-color: #333333;
    color: #fff;
}

span.pro-title {
    min-width: 120px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}

.subinfo-list {
    display: flex;
}

.subinfo-list .item {
    flex: 0 0 auto;
    width: 33.333333%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.item--img {
    flex: 0 0 auto;
    width: 30px;
}

.item--text {
    flex: 1 1 auto;
    padding: 0 10px;
}

@media(max-width: 991px) {
    div#logo {
    flex: 1;
}

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

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

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

.section-home-info {
    padding: 30px 0;
}

.section-home-banner {
    padding: 30px 0;
}

.section-home-collection {
    padding: 30px 0;
}

.section-home-introduce {
    padding: 30px 0;
}

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

.section-home-blogs {
    padding-bottom: 30px;
}
}
@media(max-width: 767px) {
    
}
@media(max-width: 576px) {
    
}
div#countperday_widget-3 .widget-title {
    display: none;
}
.single-meta ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.single-meta li {
    margin-right: 14px;
}

.single-meta i {
    margin-right: 5px;
    color: #111;
}

.single-meta a {
    color: #2b579a;
    font-weight: 700;
}
.widget.widget-form h3.widget-title {
    background: #442813;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.widget.widget-form .wpcf7-text {
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.widget.widget-form form h3 {
    font-size: 16px;
}

.widget.widget-form .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.widget.widget-form .wpcf7-radio>span {
    margin: 0;
    width: 48%;
    font-size: 14px;
}

.widget.widget-form .wpcf7-submit {
    background: #d7a444;
    border: 0;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}
@media(max-width: 991px) {
    #button-contact-vr {
        display: none;
    }
}
body .ft-chaton a, body .ft-chatbox-skin1 a, body .ft-chatbox-skin2 a, body .ft-chatbox-skin3 a, body .ft-chatbox-skin4 a, body .ft-chatbox-skin5 a , body .ft-navi, body .ft-navi a, body .ft-navi-chaton a{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    text-decoration: none;
}
.ft-cpho svg{background:#4CAF50}
.ft-csms svg{background:#e56100}
.ft-cmes svg{background:#0082FF}
.ft-ctel svg{background:#29A9EB}
.ft-czal svg{background:#0068FF}
.ft-cwha svg{background:#29A71A}
.ft-cvib svg{background:#6f3faa}
.ft-csky svg{background:#00a9f0}
.ft-ctik svg{background:#222222}
.ft-cmai svg{background:#2196F3}
.ft-cmap svg{background:#8a56cd}
.ft-ccus svg{background:#555555}
.ft-chaton a:hover, .ft-chatbox-skin1:hover{
    text-decoration: none;
}
#chat-mojs {
    transition: transform 0.3s ease;
}
.chathi {
    transform: translateX(-350%);
}
.ft-chatbox{
    position: fixed;
    z-index: 10150;
    left: 10px;
    bottom: 10px;
}
.ft-chatbox button{
    border:none;
    box-sizing: border-box;
    margin:0px;
}
.ft-chatbox #chatona {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    animation: logo 0.9s infinite;
    transform: translate3d(0, 0, 0) scale(0.9);
    box-shadow: 0 0 0 0px #4caf50;
    padding: 0px;
    box-sizing: border-box;
    line-height: 0;
    background: #4caf50;
}
.ft-chatbox #chatona svg{
    width:33px !important;
    height:33px !important;
    box-sizing: border-box;
    transition: transform 0.7s ease-in-out;
}
.svg-enter {
  transform: translateX(100%);
}

.ft-chatbox #chatona svg path{
    fill:#fff !important;
}
.ft-chatbox #chatona .khacus{
    width:45px !important;
    height:45px !important;
}
.ft-chatbox #chatona .original-icon {
    display: none; 
}
@keyframes logo {
  100% { box-shadow:0 0 0 20px rgba(0,210,255,0); }
}
.ft-chaton {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px 5px;
    position:relative;
    margin-bottom:25px;
    -webkit-animation: duoilen 2s ease forwards;
    animation: duoilen 2s ease forwards;
    min-width: 230px;
}
.ft-chaton-full {
    position: fixed;
    background: rgb(0 0 0 / 41%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@keyframes duoilen{
  from {
    opacity:0.3;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes duoilen{
  from {
    opacity:0.3;
  }
  to {
    opacity:1;
  }
}
.ft-chaton-scroll{
    max-height: 300px;
    overflow: auto;
    padding:0px 10px;
}
.ft-chaton-scroll a i {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft-chaton::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-top: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.ft-chaton a {
    display: flex;
    align-items: center;
    color: #444;
    padding: 5px;
}
.ft-chaton a:hover{
    opacity:0.8;
    background: #eee;
    box-sizing: content-box;
    border-radius: 7px;
}
.ft-chaton a:not(:last-child){
    margin-bottom:5px;
}
.ft-chaton svg{
    width:40px;
    margin-right:15px;
    border-radius:100%;
}
.ft-chaton .ft-cco-cus svg{width:40px !important;box-sizing: border-box;}
/* thanh scrool */
.ft-chaton *, .ft-navi-chaton * {
    scrollbar-color: #eee #ffffff00;
    scrollbar-width: thin !important;
}
.ft-chaton ::-webkit-scrollbar, .ft-navi-chaton ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: none;
}
.ft-chaton ::-webkit-scrollbar-thumb, .ft-navi-chaton ::-webkit-scrollbar-thumb{
    background-color: #eee;
    border-radius: 2px;
}
.ft-chaton ::-webkit-scrollbar-track, .ft-navi-chaton ::-webkit-scrollbar-track{
    background-color: none;
}
/* skin 1 */
.ft-chatbox-skin1{
    position: fixed;
    z-index: 10150;
    left: 10px;
    bottom: 10px;
    width:45px;
}
.ft-chatbox-skin1 a{
    display:block;
    position: relative;
}
.ft-chatbox-skin1 a:not(:last-child){
    margin-bottom:15px;
}
.ft-chatbox-skin1 a span{
    display:none;
}
.ft-chatbox-skin1 a:hover span {
    padding: 0px 16px;
    display: block;
    z-index: 100;
    left: 35px;
    margin: 7px 0px 70px 20px;
    height: 33px;
    position: absolute;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    top: 0px;
    opacity: 0.9;
    background: #11111194;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-chatbox-skin1 svg{
    width:45px;
    margin:auto;
    border-radius:100%;
}
/* skin 2 */
.ft-chatbox-skin2{
    position: fixed;
    z-index: 10150;
    left: 0px;
    bottom: 10px;
    width:45px;
}
.ft-chatbox-skin2 a{
    display:block;
    position: relative;
    line-height: 0;
    margin-bottom:2px;
}
.ft-chatbox-skin2 a span{
    display:none;
}
.ft-chatbox-skin2 a:hover span {
    z-index: 100;
    left: 45px;
    padding: 0px 20px;
    height: 45px;
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 0px;
    opacity: 0.9;
    background: #333;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-chatbox-skin2 svg{
    width:45px;
    margin:auto;
}
/* skin 3 */
.ft-chatbox-skin3{
    position: fixed;
    z-index: 10150;
    left: 10px;
    bottom: 10px;
    width:45px;
}
.ft-chatbox-skin3 a{
    display:block;
    position: relative;
}
.ft-chatbox-skin3 a:not(:last-child){
    margin-bottom:15px;
}
.ft-chatbox-skin3 a span{
    display:none;
}
.ft-chatbox-skin3 a:hover span {
    padding: 0px 16px;
    display: block;
    z-index: 100;
    left: 35px;
    margin: 7px 0px 70px 20px;
    height: 33px;
    position: absolute;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    top: 0px;
    opacity: 0.9;
    background: #11111194;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-chatbox-skin3 svg{
    width:45px;
    margin:auto;
    border-radius: 0px 20px 0px 20px;
}
.ft-chatbox-skin1 i:hover, .ft-chatbox-skin3 i:hover{
    animation: logo3 1000ms infinite;
}
.ft-chatbox-skin1 i, .ft-chatbox-skin3 i{
    display: block;
    line-height:0;
    animation: logoskin1 0.8s infinite;
    transform: translate3d(0, 0, 0) scale(0.9);
}
.ft-chatbox-skin1 .ft-cpho i, .ft-chatbox-skin3 .ft-cpho i{box-shadow: 0 0 0 0px #4CAF50}
.ft-chatbox-skin1 .ft-csms i, .ft-chatbox-skin3 .ft-csms i{box-shadow: 0 0 0 0px #e56100}
.ft-chatbox-skin1 .ft-cmes i, .ft-chatbox-skin3 .ft-cmes i{box-shadow: 0 0 0 0px #0082FF}
.ft-chatbox-skin1 .ft-ctel i, .ft-chatbox-skin3 .ft-ctel i{box-shadow: 0 0 0 0px #29A9EB}
.ft-chatbox-skin1 .ft-czal i, .ft-chatbox-skin3 .ft-czal i{box-shadow: 0 0 0 0px #0068FF}
.ft-chatbox-skin1 .ft-cwha i, .ft-chatbox-skin3 .ft-cwha i{box-shadow: 0 0 0 0px #29A71A}
.ft-chatbox-skin1 .ft-cvib i, .ft-chatbox-skin3 .ft-cvib i{box-shadow: 0 0 0 0px #6f3faa}
.ft-chatbox-skin1 .ft-csky i, .ft-chatbox-skin3 .ft-csky i{box-shadow: 0 0 0 0px #00a9f0}
.ft-chatbox-skin1 .ft-ctik i, .ft-chatbox-skin3 .ft-ctik i{box-shadow: 0 0 0 0px #222222}
.ft-chatbox-skin1 .ft-cmai i, .ft-chatbox-skin3 .ft-cmai i{box-shadow: 0 0 0 0px #2196F3}
.ft-chatbox-skin1 .ft-cmap i, .ft-chatbox-skin3 .ft-cmap i{box-shadow: 0 0 0 0px #8a56cd}
.ft-chatbox-skin1 .ft-ccus i, .ft-chatbox-skin3 .ft-ccus i{box-shadow: 0 0 0 0px #555555}
@keyframes logoskin1 {
  100% {transform: translate3d(0, 0, 0) scale(1);}
  100% {box-shadow: 0 0 0 10px rgba(0,210,255,0);}
}
/* skin 4 */
.ft-chatbox-skin4{
    position: fixed;
    z-index: 10150;
    left: 10px;
    bottom: 10px;
    width:45px;
}
.ft-chatbox-skin4 a{
    display:block;
    position: relative;
}
.ft-chatbox-skin4 a:not(:last-child){
    margin-bottom:7px;
}
.ft-chatbox-skin4 a span{
    display:none;
}
.ft-chatbox-skin4 a:hover span {
    padding: 0px 16px;
    display: block;
    z-index: 100;
    left: 35px;
    margin: 7px 0px 70px 20px;
    height: 33px;
    position: absolute;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    top: 0px;
    opacity: 0.9;
    background: #11111194;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-chatbox-skin4 svg{
    width:45px;
    margin:auto;
    border-radius: 10px;
    background:none !important;
    box-sizing: border-box;
}
.ft-chatbox-skin4 svg:hover{
    animation: logo3 1000ms infinite;
}
@keyframes logo3 {
    0% {transform:rotate(0deg) scale(1) skew(1deg);}
    10% {transform:rotate(-25deg) scale(1) skew(1deg);}
    20% {transform:rotate(25deg) scale(1) skew(1deg);}
    30% {transform:rotate(-25deg) scale(1) skew(1deg);}
    40% {transform:rotate(25deg) scale(1) skew(1deg);}
    50% {transform:rotate(0deg) scale(1) skew(1deg);}
    100% {transform:rotate(0deg) scale(1) skew(1deg);}
}
.ft-chatbox-skin4 .ft-cpho svg path, .ft-chatbox-skin5 .ft-cpho svg path{fill:#4CAF50 !important}
.ft-chatbox-skin4 .ft-csms svg path, .ft-chatbox-skin5 .ft-csms svg path{fill:#e56100 !important}
.ft-chatbox-skin4 .ft-cmes svg path, .ft-chatbox-skin5 .ft-cmes svg path{fill:#0082FF !important}
.ft-chatbox-skin4 .ft-ctel svg path, .ft-chatbox-skin5 .ft-ctel svg path{fill:#29A9EB !important}
.ft-chatbox-skin4 .ft-czal svg path, .ft-chatbox-skin5 .ft-czal svg path{fill:#0068FF !important}
.ft-chatbox-skin4 .ft-cwha svg path, .ft-chatbox-skin5 .ft-cwha svg path{fill:#29A71A !important}
.ft-chatbox-skin4 .ft-cvib svg path, .ft-chatbox-skin5 .ft-cvib svg path{fill:#6f3faa !important}
.ft-chatbox-skin4 .ft-csky svg path, .ft-chatbox-skin5 .ft-csky svg path{fill:#00a9f0 !important}
.ft-chatbox-skin4 .ft-ctik svg path, .ft-chatbox-skin5 .ft-ctik svg path{fill:#222222 !important}
.ft-chatbox-skin4 .ft-cmai svg path, .ft-chatbox-skin5 .ft-cmai svg path{fill:#2196F3 !important}
.ft-chatbox-skin4 .ft-cmap svg path, .ft-chatbox-skin5 .ft-cmap svg path{fill:#8a56cd !important}
.ft-chatbox-skin4 .ft-ccus svg path, .ft-chatbox-skin5 .ft-ccus svg path{fill:#555555 !important}

.ft-chatbox-skin4 .ft-cpho svg{border:2px solid #4CAF50}
.ft-chatbox-skin4 .ft-csms svg{border:2px solid #e56100}
.ft-chatbox-skin4 .ft-cmes svg{border:2px solid #0082FF}
.ft-chatbox-skin4 .ft-ctel svg{border:2px solid #29A9EB}
.ft-chatbox-skin4 .ft-czal svg{border:2px solid #0068FF}
.ft-chatbox-skin4 .ft-cwha svg{border:2px solid #29A71A}
.ft-chatbox-skin4 .ft-cvib svg{border:2px solid #6f3faa}
.ft-chatbox-skin4 .ft-csky svg{border:2px solid #00a9f0}
.ft-chatbox-skin4 .ft-ctik svg{border:2px solid #222222}
.ft-chatbox-skin4 .ft-cmai svg{border:2px solid #2196F3}
.ft-chatbox-skin4 .ft-cmap svg{border:2px solid #8a56cd}
.ft-chatbox-skin4 .ft-ccus svg{border:2px solid #555555}

.ft-cco-cus svg {
    width: 100% !important;
    height: 100% !important;
    padding: 10px !important;
    box-sizing: border-box;
}
.ft-cco-cus svg path{
    fill: #fff;
}
.ft-chatbox-skin4 i {
    display: block;
}
/* skin 5 */
.ft-chatbox-skin5{
    position: fixed;
    z-index: 10150;
    left: 10px;
    bottom: 10px;
    width:65px;
    text-align: center;
    background: #fffffff5;
    border-radius: 10px;
    padding: 10px 5px 17px 5px;
    box-sizing: content-box;
    box-shadow: 0px 0px 5px #0003;
}
.ft-chatbox-skin5 a{
    display:block;
    position: relative;
    color:#333;
}
.ft-chatbox-skin5 a:not(:last-child){
    margin-bottom:0px;
}
.ft-chatbox-skin5 a span {
    font-size: 11px;
    display: block;
    text-align: center;
    margin-top:-7px;
}
.ft-chatbox-skin5 svg,.ft-chatbox-skin5 .ft-cco-cus svg{
    width:55px !important;
    margin:auto;
    background:none;
}
.ft-chatbox-skin5 svg:hover{
    animation: logo3 1000ms infinite;
}
/* NAVI */
:root{
    --navicolor: #333;
    --bordcolor: #ff4444;
    --backcolor:#fff;
    --backchatcolor:#ffffffd6;
    --textchatcolor:#333;
    --bordcolorspan:#333;
}
.ft-boxnavi{
    display:none;
    background: var(--backcolor);
    box-shadow: 0px -1px 7px #00000030;
    z-index: 10150;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    height: 65px;
    line-height: 1.2;
    position: fixed;
}

#navi-mojs {
    transition: transform 0.3s ease;
}
.navihi {
    transform: translateY(200%);
}
.ft-navi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap:5px;
    color:var(--navicolor);
}
.ft-navi a{
    color:var(--navicolor) !important;
}
.ft-navi svg path{
    fill:var(--navicolor) !important;
}
.ft-navi-chaton a{
    color:var(--textchatcolor);
}  
.ft-navi a:hover, .ft-navi-chaton a:hover{
    opacity:0.9;
}
.ft-navi-cen-but a {color:var(--bordcolor);cursor: pointer;}
.ft-navi-cen-but a .ft-navi-cen-span{color:#fff;}
.ft-navi-cen-but svg path{
    fill:#fff !important;
}
.ft-navi div {
    text-align: center;
    position: relative;
}
.ft-navi div span{
    font-size:11px;
    display:block;
    font-weight:bold;
}
.ft-navi .ft-navi-span{
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}
.ft-navi .ft-navi-cen-span {
    background: var(--bordcolorspan);
    padding: 2px 8px;
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}
.ft-navi-cen-but {
    position: absolute !important;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0);
    width:100%;
}
.ft-navi svg {
    width: 100%;
    height: 100%;
    max-width:25px;
}
.ft-navi-cen svg {
    background: var(--bordcolor);
    border: 1px solid #0000002b;
    padding: 10px;
    border-radius: 100%;
    max-width:35px;
    box-sizing: content-box;
}
.ft-navi-cen-but i {
    display: inline-block;
    border-radius: 100%;
    padding: 0px;
    line-height: 0;
    animation: logo4 1000ms infinite;
}
@keyframes logo4 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  
  0% { box-shadow: 0 0 0 0px var(--bordcolor);}
  100% { box-shadow: 0 0 0 10px rgba(0,210,255,0);}
}
.ft-navi-chaton {
    background: var(--backchatcolor);
    box-shadow: 0px -1px 7px #00000030;
    padding: 20px 10px;
    z-index: 10150;
    box-sizing: border-box;
    position: fixed;
}
.ft-navi-chaton svg{
    width: 40px;
    margin-right: 15px;
    border-radius: 100%;
}
.ft-navi-chaton .ft-cco-cus svg{width:40px !important;box-sizing: border-box;}
.ft-navi-chaton a {
    display: flex;
    align-items: center;
    padding: 5px;
    font-weight:bold;
    font-size:16px;
}
/* navi skin 1 */
.navi-skin1{
    bottom:0;
    left:0;
    right:0;
}
.navi-chat-skin1{
    left:0;
    right:0;
    bottom: 64px;
}
/* navi skin 2 */
.navi-skin2{
    bottom:0;
    left:0;
    right:0;
}
.navi-chat-skin2{
    left:0;
    right:0;
    bottom: 64px;
}
.ft-navi-cen1 {
    border-top: 4px solid var(--bordcolor);
    padding-top: 10px;
    margin-top: -10px;
}
/* navi skin 3 */
.navi-skin3{
    bottom:10px;
    left:10px;
    right:10px;
    border-radius:10px;
}
.navi-chat-skin3{
    left:10px;
    right:10px;
    bottom:85px;
    border-radius:10px;
}
/* navi skin 4 */
.ft-navi-cen-momo svg {
    background: var(--bordcolor);
    border: 1px solid #0000002b;
    padding: 10px;
    border-radius: 100%;
    max-width:25px;
    box-sizing: content-box;
}
.ft-navi-cen-momo a {color:#fff !important}
.ft-navi-cen-but.ft-navi-cen-but-momo{bottom:-20px;}
.ft-menu-border{
    bottom: 99%;
    width: 7em;
    height: 1.4em;
    position: absolute;
    clip-path: url(#menu);
    will-change: transform;
    background-color:var(--backcolor); 
    left: 50%;
    transform: translateX(-50%);
    z-index:-1; 
}
.ft-svg-container {
    width: 0;
    height: 0;
}
/* navi skin 5 */
.navi-skin5 {
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    box-shadow: none;
    padding: 13px 10px 10px 10px;
}
.navi-skin5 .ft-navi-cen-but.ft-navi-cen-but-momo{
    bottom:-20px;
}
.navi-skin5 .ft-navi-cen-span{
    margin-top:10px;
}
.ft-menu-lom svg{
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    width:100%;
}
.ft-menu-lom svg path{
    fill:var(--backcolor); 
}
.navi-chat-skin5 {
    padding: 20px 10px 65px 10px;
    left:0;
    right:0;
    bottom: 23px;
}
/* mobile */
@media (max-width: 700px){
    .chaton-mobile{display:none}
    .ft-boxnavi{display:block;}
}


.page-1445-s1 .heading h2 {
    font-size: 28px;
    color: #3f291b;
}

.page-1445-s1 .heading {
    text-align: center;
}

.page-1445-left h3 {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 7px;
    text-align: center;
}

.page-1445-btn {
    text-align: center;
}

.page-1445-btn a {
    display: inline-block;
    background: #d7a444;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 40px;
    color: #fff;
}

.page-1445-btn i {
    margin-right: 5px;
}

.page-1445-btn P {
    margin-bottom: 30px;
    margin-top: 10px;
}

.page-1445-form {
    background: #EDEDED;
    border-radius: 5px;
    border: solid 1px #CECECE;
    text-align: center;
    padding: 25px 10px;
}

.page-1445-form .wpcf7-text, .page-1445-form .wpcf7-date, .page-1445-form .wpcf7-textarea,.page-1445-form .wpcf7-select {
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}

.page-1445-form .wpcf7-date {
    border: 1px solid #ccc;
    padding: 5px;
}

.page-1445-form .wpcf7-textarea {
    height: 120px;
}

.page-1445-form .wpcf7-submit {
    background: #d7a444;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 6px;
}

.page-1445-s1 p.note {
    margin-top: 20px;
    text-align: center;
}
nav#primary-menu ul.menu>li:nth-child(3) {
    position: unset;
}

nav#primary-menu ul.menu>li:nth-child(3)>ul.sub-menu ul.sub-menu {
    opacity: 1;
    visibility: visible;
    position: unset;
    margin-top: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}



#primary-menu .menu > li:nth-child(3) > .sub-menu {
    display: flex;
    background: #fff;
    flex-wrap: wrap;
    width: 100%;
    background: #3c2415;
}

#primary-menu .menu > li:nth-child(3) > .sub-menu >li {width: calc(100% / 5);border-right: 1px solid hsla(0,0%,100%,.2);margin-bottom: 20px;}

#primary-menu .menu > li:nth-child(3) > .sub-menu>li>a {
    color: #d7a444;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 1;
    margin-bottom: 7px;
}

nav#primary-menu ul.menu>li:nth-child(3)>ul.sub-menu ul.sub-menu a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    opacity: 1;
    padding: 3px 22px;
}

nav#primary-menu ul.menu>li:nth-child(3)>ul.sub-menu ul.sub-menu a:hover {
    color: #d7a444;
}