/*!
Theme Name: Hello Theme
Theme URI: http://underscores.me/
Author: Hello Theme
Author URI: https://wordpress.org/
Description: Đây làm theme của Wordpress
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hello-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
:root {
  --color-primary: #ED773D;
  --color-secondary: #2D2D2D;
  --color-text: #404040;
  --color-white: #ffffff;
  --border-color: #cccccc;
  --color-black:black;
  --coloer-2D2D37:#2D2D37;
}
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: none;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1.3;
  color: var(--color-text);
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Inter', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 15px;
}
h1 {
  font-size: 2em;
}
.entry-content h2,
.content-post h2 {
  font-size: 20px;
}
.entry-content h3,
.content-post h3 {
  font-size: 18px;
}
.entry-content h4,
.content-post h4 {
  font-size: 16px;
}
.entry-content h5,
.content-post h5 {
  font-size: 14px;
}
.entry-content h6,
.content-post h6 {
  font-size: 12px;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0em;
  background-color: #FDF5E8;
  color: var(--color-primary);
  border-color: #FDF5E8;
  padding: 12px 16px;
  border-radius: 8px;
}
blockquote > *{
  font-weight: 500;
}
address {
  margin: 0 0 1.5em;
}
pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  text-decoration: none;
}
mark,
ins ,
del{
  display: inline-block;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
button:not(.btn-close),
input[type="button"]:not(.btn-close),
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  outline: none;
}
button:not(.btn-close):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:not(.btn-close):active,
button:not(.btn-close):focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.post,
.page {
  margin: 0 0 0em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black);
}
.page-content > *,
.entry-content > *,
.entry-summary > *{
  margin-bottom: 20px;
}
.page-content a,
.entry-content a,
.entry-summary a{
  color: var(--color-primary);
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin-bottom: 10px;
  padding-left: 15px;
}
ul li,
ol li{
  margin-bottom: 10px;
}
ol.menu,
ul.menu,
ol.menu *,
ul.menu *,
ol.menu ul,
ul.menu ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single {
  height: 43px;
}
.select2-container--default .select2-selection--single,
body input:not(input[type="radio"],input[type="checkbox"]),
body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 10px 17px;
  border-color: var(--color-secondary);
}
.select2-container--default .select2-selection--single:focus,
body input:not(input[type="radio"],input[type="checkbox"]):focus,
body textarea:focus {
  border-color: var(--color-secondary);
}
button:not(.btn-close),
[type="button"]:not(.btn-close),
[type="reset"],
[type="submit"] {
  padding: 10px;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
button:not(.btn-close):hover,
[type="button"]:not(.btn-close):hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-top: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
table  tr > td,
table  tr > th {
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 10px;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th,
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 10px;
  padding-right: 10px;
}
.row{
  margin-right: -10px;
  margin-left: -10px;

}
.row >*{
  padding-left: 10px;
  padding-right: 10px;
}

.swiper-container{
  overflow: hidden;
  position: relative;
}
.products-list .swiper-container .swiper-slide{
  width: 224px;
  margin-right: 20px;
}
.swiper-button-lock{
  display: none !important;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

.topbar-contact{
 display: flex;
 align-items: center;
 font-size: 13px;
}
.topbar-contact span:not(.line){
  margin-right: 5px;
}
.topbar-contact a.icons-phone,
.topbar-contact a.icons-facebook{
 margin-left: 5px;
 margin-right: 5px;
}
.topbar-contact span.line{
 width: 1px;
 height: 15px;
 background-color: var(--color-white);
 margin-right: 10px;
 margin-left: 8px;
}
.search-product{
  position: relative;
}
.search-product .woocommerce-product-search{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.search-product .woocommerce-product-search button[type="submit"]{
  background-color: transparent;
  height: 36px;
  border: none;
  width: 36px;
  color:  var(--color-primary);
  padding: 0;
  font-size: 18px;
}

.search-product .woocommerce-product-search input[type="search"]{
  border: none;
  width: calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: -webkit-calc(100% - 36px);
  height: 36px;
  font-size: 14px;
  padding: 0 12px;
  color: #171717;
  padding-right: 40px;
  caret-color:var(--color-primary);
}
.search-product .woocommerce-product-search input[type="search"]::placeholder{
  color: #A3A3A3;
}
.search-product .woocommerce-product-search input[type="search"]::-webkit-search-decoration,
.search-product .woocommerce-product-search input[type="search"]::-webkit-search-cancel-button,
.search-product .woocommerce-product-search input[type="search"]::-webkit-search-results-button,
.search-product .woocommerce-product-search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.search-product .woocommerce-product-search .close-val-search{
  height: 36px;
  width: 30px;
  position: absolute;
  right: 36px;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  color:#979797;
}
.search-product .woocommerce-product-search .close-val-search.active{
  opacity: 1;
  visibility: visible;
}
.search-product .woocommerce-product-search .close-val-search:hover{
  color: var(--color-primary);
}
.search-product .show-search{
 background: #FFFFFF;
 position: absolute;
 width:100%;
 top: calc(100% + 2px);
 top: -moz-calc(100% + 2px);
 top: -webkit-calc(100% + 2px);
 box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3), 0px 6px 12px -2px rgba(50, 50, 93, 0.25);
 border-radius: 8px;
 overflow-x: hidden;
 overflow-y: auto;
 max-height: 400px;
 z-index: 999;
 display: none;
}
.flash-sale-date-home .swiper-slide{
    overflow: inherit !important;
}
.search-product .show-search::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 0 8px 8px 0;
}
.search-product .show-search::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #F1A051 0%, #ED773D 100%);
  border-radius: 0 8px 8px 0;
}

.search-product .show-search.active-search{
 display: block;
}
.search-product .show-search .title-show-search{
  background: #ECECEC;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color:  var(--coloer-2D2D37);
  margin-bottom: 0px;
  padding: 8px 16px ;
}
.search-product .show-search .key-search,
.search-product .show-search .suggested-keywords,
.search-product .show-search .show-results p.suggested-keywords{
 display: block;
 font-weight: 400;
 font-size: 14px;
 line-height: 20px;
 cursor: pointer;
 padding: 8px 16px;
 color:  var(--coloer-2D2D37);
 margin-bottom: 0;
}
.search-product .show-search .suggested-keywords a{
  color:  var(--coloer-2D2D37);
}
.search-product .show-search .key-search strong{
  font-weight: 600;
}

.search-product-responsive-overlay{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}
.search-product-responsive-overlay.active-search{
 display: block;
}
.search-product .results-posst .item-post,
.search-product .results-product .item-product > a {
 padding: 12px 16px;
 display: flex;
 flex-wrap: wrap;
 transition: all 0.1s;
}
.search-product .show-search .suggested-keywords:hover,
.search-product .show-search .show-results p:hover,
.search-product .results-posst .item-post:hover,
.search-product .results-product .item-product > a:hover{
  background-color: #F7F7F7;
}
.search-product .results-product .thumb {
 width: 64px;

}
.search-product .results-product .entry{
  width: calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: -webkit-calc(100% - 64px);
  padding-left: 12px;
}
.search-product .results-product h3.title-product{
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color:  var(--coloer-2D2D37);
}
.search-product .results-product .price{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-product .results-product .price .amount{
 font-weight: 700;
 font-size: 14px;
 line-height: 20px;
 color: var(--color-primary);
}
.search-product .results-product .price del .amount{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color:  var(--coloer-2D2D37);
}
.search-product .results-product .price ins{
 order: 1;
}
.search-product .results-product .price del{
  margin-left: 8px;
  order: 2;
}

.search-product .show-search .content-search{
 position: relative;

}
.search-product .show-search .load{
  position: absolute;
  background-color: rgba(255,255, 255, 0.4);
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.search-product .results-posst .item-post .thumb{
  width: 128.57px;

}
.search-product .results-posst .item-post .thumb a{
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  display: block;
  line-height: 1;
}
.search-product .results-posst .item-post .thumb a img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}
.search-product .results-posst .item-post .entry{
  width: calc(100% - 128.57px);
  width: -moz-calc(100% - 128.57px);
  width: -webkit-calc(100% - 128.57px);
  padding-left: 12px;
}
.search-product .results-posst .item-post .title-product{
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.search-product .results-posst .item-post .title-product a{
 color:  var(--coloer-2D2D37);
}
.search-product .item-post .post-cats ul{
 margin-left: 0;
 padding-left: 0;
 margin-bottom: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 row-gap: 4px;
 column-gap: 4px;
}
.search-product .item-post .post-cats ul{
  margin-bottom: 0;
}
.search-product .item-post .post-cats ul a{
  background: var(--coloer-2D2D37);
  border-radius: 10px;
  display: block;
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-white);
}
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.menu-heder-sticky .menu-content-header{
  background: linear-gradient(180deg, #F1A051 0%, #ED773D 100%);
  border-radius: 8px;
}
.menu-heder-sticky .menu{
/*    box-shadow: 0 4px 6px #ccc;*/
border-radius: 5px;
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
position: relative;
}

.menu-heder-sticky .menu > li {
 margin: 12px 18px 12px 18px;
 display: inline-flex;
}
.menu-heder-sticky .menu  li a{
  color: #fff;
  display: block;

}
.menu-heder-sticky .menu > li p.content-menu > *{
  display: block;
}
.menu-heder-sticky .menu > li p.content-menu img{
  transition: 0.5s all;
}
.menu-heder-sticky .menu > li a:hover > p.content-menu img{
 transform: scale(1.2);
}
.menu-heder-sticky .menu > li p.content-menu > .icons-images{
  margin-bottom: 4px;
}
.menu-heder-sticky .menu > li p.content-menu .item-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.hotline-header .phone{
  font-size: 18px;
}
.header-sticky.elementor-sticky--active.hello-sticky-menu .hotline-header .text-phone-header + br,
.header-sticky.elementor-sticky--active.hello-sticky-menu .hotline-header .text-phone-header,
.header-sticky.elementor-sticky--active.hello-sticky-menu .menu-goi-y{
  display: none;
}
.header-sticky.elementor-sticky--active.hello-sticky-menu .hotline-header svg{
 width: 25px !important;
 height: 25px !important;
}
.header-sticky.elementor-sticky--active.hello-sticky-menu .elementor-widget-theme-site-logo img{
  width: 156px !important;
}
.elementor-widget-theme-site-logo img{
  transition: all 0.1s;
}
.menu-sticky *,
.header-sticky *{
 transition: all 0.1s;
}
.header-sticky.elementor-sticky--active.hello-sticky-menu .cart-icons .cart-icon span.icons svg {
  width: 24px;
  height: 24px;
}

.menu-sticky.elementor-sticky--active{
  padding-top: 0 !important;
}
.menu-sticky.elementor-sticky--active .menu-heder-sticky .content-menu{
 display: flex;
 flex-wrap: wrap;
 align-items: center;

}
.menu-sticky.elementor-sticky--active .menu-heder-sticky .icons-images{
 width: 20px;
 margin-bottom: 0 !important;

}
.menu-sticky.elementor-sticky--active .menu-heder-sticky .item-text{
  width: calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  padding-left: 8px;
  font-size: 14px !important;
}

.menu-sticky.elementor-sticky--active .menu-heder-sticky{
  background: linear-gradient(180deg, #F1A051 0%, #ED773D 100%);
}
.menu-sticky.elementor-sticky--active .menu-heder-sticky .menu > li {
  margin: 4px;
}
.menu-sticky.elementor-sticky--active .menu-heder-sticky .menu > li > a{
   padding: 4.5px 8px;
   border-radius: 4px;
}
.menu-sticky.elementor-sticky--active .menu-heder-sticky .menu > li > a:hover{
  background: rgba(255, 255, 255, 0.15);
  
}
.menu-sticky.elementor-sticky--active .menu-heder-sticky .menu > li > a:hover > p.content-menu img{
  transform: scale(1);
}
.menu-sticky.elementor-sticky--active .menu-content-header{
  display: flex;
  justify-content: center;
}
.menu-sticky.elementor-sticky--active .menu-heder-sticky .menu{
  min-width: max-content;
}
.reset_variations{
  display: none !important;
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.slider-baner-top{
  position: relative;
  border-radius: 12px;

  margin-bottom: 2px;
}
.slider-baner-top .thumb{
  border-radius: 12px;
}
.slider-baner-top .slider-wrapper-banner{
    filter: drop-shadow(7.38333px 7.38333px 14.7667px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
}

.slider-wrapper-text .title{
  box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3), 0px 6px 12px -2px rgba(50, 50, 93, 0.25);
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  padding: 9px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #404040;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
}
.slider-wrapper-text .title:hover{
  color: var(--color-primary);
  border-color: #FDF5E8;
  background-color:#FDF5E8;
}
.slider-wrapper-text{
  padding: 14px 2px;
}
.slider-wrapper-text .swiper-slide-thumb-active .title{
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color:var(--color-primary);
}

.slider-baner-top{
  position: relative;
}
.slider-baner-top .prev-custom{
 left: -15px;
}
.slider-baner-top .next-custom{
 right: -15px;
}
.list-post-by-cat .col-item-post{
  width: 25%;
}
.list-post-by-cat .row{
  row-gap: 20px;
}
.list-post-by-cat .col-item-post.max-w{
  width: 100%;
}
.list-post-by-cat .item-post {
  background: #FFFFFF;
  box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3), 0px 6px 12px -2px rgba(50, 50, 93, 0.25);
  border-radius: 6px;
  overflow: hidden;
}
.list-post-by-cat .item-post .thumbs a{
 display: block;
 position: relative;
 padding-top: 56%;
 line-height: 0;
 overflow: hidden;
}
.list-post-by-cat .item-post .thumbs a img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  transition: all 0.4s;
  object-fit: cover;
}
.list-post-by-cat .item-post:hover .thumbs a img{
  transform: translate(-50%,-50%) scale(1.2);
}
.list-post-by-cat .item-post .title-post{
  margin-bottom: 0;
  padding: 12px 10px 13px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.list-post-by-cat .item-post .title-post a{
  color:  #2C2C2C;
}
.list-post-by-cat .item-post:hover .title-post a{
  color: var(--color-primary);
}
.slider-tax-product,
.list-customer-reviews {
  position: relative;
}

.slider-tax-product .next-custom,
.list-customer-reviews .next-custom{
  right:  -16px;
}
.slider-tax-product .prev-custom,
.list-customer-reviews .prev-custom{
  left:  -16px;
}

.list-customer-reviews {

}
.slider-customer-reviews{
  background-color: #FDF5E8;
  background-image: var(--wpr-bg-75d112e3-86e3-4a6d-8440-88e4b604e912);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.list-customer-reviews .entry .thumb{
 display: none;
}
.list-customer-reviews .item-reviews{
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.list-customer-reviews .thumbs{
  width: 128px;

}
.list-customer-reviews .thumbs span,
.list-customer-reviews .thumb span{
  display: block;
  line-height:0 ;
  overflow: hidden;
  border-radius: 50%;

}
.list-customer-reviews .thumb img{
  width: 100%;
  height: 100%;

}
.list-customer-reviews .entry{
  width: calc(100% - 128px);
  width: -moz-calc(100% - 128px);
  width: -webkit-calc(100% - 128px);
  padding-left: 20px;
}
.list-customer-reviews .top{
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.list-customer-reviews .top .title{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2C2C2C;
}
.list-customer-reviews .top .star{
  padding-left: 12px;
  font-size: 14px;
  color: #FFC120;
}
.list-customer-reviews .top .star i{
  margin-right: 3.6px;
}
.list-customer-reviews .top .star i:last-child{
  margin-right: 0;
}
.list-customer-reviews .top .star.star-5 i:nth-child(5) ~i,
.list-customer-reviews .top .star.star-4 i:nth-child(4) ~i,
.list-customer-reviews .top .star.star-3 i:nth-child(3) ~i,
.list-customer-reviews .top .star.star-2 i:nth-child(2) ~i,
.list-customer-reviews .top .star.star-1 i:nth-child(1) ~i{
  color: #ccc;
}
.list-customer-reviews .top .position-cnkh{
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
}
.list-customer-reviews .entrys{
  margin-bottom: 16px;
}
.list-customer-reviews .item-reviews .cnkh{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
}
.list-customer-reviews .swiper-slide{
  width: 570px;
  margin-right: 20px;
}
/*.list-customer-reviews .thumbs span{
  padding-top: 17px;
}*/
.modal-backdrop{
  z-index: 99991;
}
.modal{
  z-index: 99999;
}
.slider-images .swiper-slide-image{
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.slider-images .elementor-image-carousel-wrapper{
  padding: 3px 2px;
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.list-post-archive-cat .item-post {
 padding-top: 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid #D2D2D2;
 display: flex;
 flex-wrap: wrap;

}
.list-post-archive-cat .item-post .thumbs{
  width: 218px;
}
.list-post-archive-cat .item-post .empty{
  width: calc(100% - 218px);
  width: -moz-calc(100% - 218px);
  width: -webkit-calc(100% - 218px);
  padding-left: 20px;
}

.list-post-archive-cat .title-post{
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: var(--coloer-2D2D37);
  margin-bottom: 12px;
}
.list-post-archive-cat .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #979797;
  row-gap: 5px;
  column-gap: 10px;
  margin-bottom: 12px;
}
.list-post-category-new .itemr-post .empty .meta .category,
.list-post-archive-cat .meta .category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 5px;
  column-gap: 5px;
}
.list-post-archive-cat .meta .category a{
  background-color: var(--coloer-2D2D37);
  color: var(--color-white);
  padding: 3px 5px;
  line-height: 1.2;
  transition: 0.3;
  
}
.list-post-archive-cat .meta .category a:hover{
 background-color: var(--color-primary);
 color: var(--color-white);
}
.list-post-archive-cat .excerpt{
  color: #979797;
}

.list-post-category-new .itemr-post{
  position: relative;
}
.list-post-category-new .itemr-post .thumbs a{
  display: block;
  line-height: 1;
  position: relative;
  padding-top: 70%;
}
.list-post-category-new .itemr-post .thumbs img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-post-category-new .itemr-post .empty{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 14px;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.9)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 100%);
}
.list-post-category-new .itemr-post .empty .title-post{
  font-size: 16px;
  margin-bottom: 7px;
}
.list-post-category-new .itemr-post .empty .title-post a{
  color: var(--color-white);
}
.list-post-category-new .itemr-post .empty .meta{
  color: var(--color-white);
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 5px;
  column-gap: 10px;
}
.list-post-category-new .itemr-post .empty .meta .category a{
  background-color: var(--color-white);
  color: var(--coloer-2D2D37);
  padding: 3px 5px;
  line-height: 1.2;
  transition: 0.3;
}
.list-post-category-new .itemr-post .empty .meta .category a:hover{
  background-color: var(--color-primary);
  color: var(--color-white);

}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/

.elementor-widget-wp-widget-nav_menu ul li a{
  display: block;
  font-size: 15px;
  color: var(--coloer-2D2D37);
  padding: 10px 0px;
  line-height: 1.2;
  border-bottom: 1px solid #D2D2D2;
}
.elementor-widget-wp-widget-nav_menu ul li a:hover{
  color: var(--color-primary);
}
.elementor-widget-wp-widget-nav_menu ul li.menu-item-has-children{
  position: relative;
}
.elementor-widget-wp-widget-nav_menu ul li.menu-item-has-children a{
 padding-right: 39px;
}
.elementor-widget-wp-widget-nav_menu ul.sub-menu{
  padding-left: 10px;
  display: none;
}
.elementor-widget-wp-widget-nav_menu ul.sub-menu a{
 display: flex;
 flex-wrap: wrap;
}
.elementor-widget-wp-widget-nav_menu ul.sub-menu a:before{
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  width: 20px;
  position: relative;
  top: 1px;
}
.elementor-widget-wp-widget-nav_menu ul.sub-menu a span{
  width: calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
}
.elementor-widget-wp-widget-nav_menu ul li .sub-open{
  display: flex;
  width: 39px;
  height: 39px;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.elementor-widget-wp-widget-nav_menu ul li .sub-open.sub-off{
 transform: rotate(-180deg);
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#back-top {
    position: fixed;
    bottom: 28px;
    right: 46px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 5px;
}
#back-top.slow-back-top {
  visibility: visible;
  opacity: 1;
}
#back-top a {
  color: var(--color-white);
}
.much-search h5{
 display: none;
}
.tagcloud {
/*  display: flex;
  flex-wrap: wrap;
  align-items: center;*/
}
.tagcloud a{
 display: inline-block;
 border: 1px solid #DBDBDB;
 border-radius: 6px;
 padding: 6px 12px;
 color: #2D2D37;
 font-weight: 400;
 font-size: 12px;
 line-height: 16px;
 margin-right: 6px;
 margin-bottom: 10px;
 transition: 0.3s all;
}
.tagcloud a:hover{
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.menu-mobile-footer{
  position: fixed;
  z-index: 9999999;
  background-color: var(--color-white);
  width: 100%;
  bottom: 0;
}
.menu-mobile-footer ul{
  display: flex;
  flex-wrap: wrap;
      align-items: start;

}

.menu-mobile-footer ul > li{

 flex-basis: 0;
    flex-grow: 1;
}
/*.menu-mobile-footer ul > li.icons-messenger
{
      width:20%;
}
*/.menu-mobile-footer ul > li a{
  display: flex;
  flex-wrap: wrap;
      padding: 5px 7px 10px;
}
.menu-mobile-footer ul > li a > *{
  width: 100%;
  text-align: center;

}
.menu-mobile-footer ul > li a .icons{
  margin-bottom: 3px;
}
.menu-mobile-footer ul > li a .icons svg{
 max-height: 29px;
}
.menu-mobile-footer ul > li a .icons svg *{
  transition: 0.2s all;
}
/*.menu-mobile-footer ul > li a:not(:hover) .icons svg *{
  fill: #979797;
}*/
.menu-mobile-footer ul > li a .text{
  color: #979797;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  transition: 0.2a all;
}
.menu-mobile-footer ul > li a:hover .text{
  color: var(--color-primary);
}

.menu-danh-muc-mobile .content-menu{
 display: flex;
 flex-wrap: wrap;
 width: 100%;
}
.menu-danh-muc-mobile .content-menu .icons-images{
 width: 20px;
}
.menu-danh-muc-mobile .content-menu .item-text{
  width: calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  padding-left: 12px;
}
.list-shop-system .shop-system{
  display: flex;
  flex-wrap:wrap;
}
.list-shop-system .shop-system .province-district{
  width: 320px;
}
.list-shop-system .shop-system .maps-shop{
  width: calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  padding-left: 64px;
}
.list-shop-system select{
  width: 100%;
  background: #FFFFFF var(--wpr-bg-0fb676f9-319a-4205-ba05-2a0272b33420) no-repeat;
  background-position: center right 6px;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  color: #979797;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 38px 8px 12px;
  height: 36px;
  outline: none;
}
.list-shop-system select.active{
  color: var(--coloer-2D2D37);
}
.list-shop-system select option{
  color: var(--coloer-2D2D37);
}
.list-shop-system select {
  -moz-appearance: none;
  -webkit-appearance:none;
  appearance: none;
}
.list-shop-system select::-ms-expand {
  display: none;
}
.list-shop-system .district,
.list-shop-system .province{
  margin-bottom: 12px;
}
.list-shop-system #list-shop .content-shop .item-shop{
  padding: 12px 0;
  border-bottom: 1px solid #979797;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color:var(--color-black);
  cursor: pointer;
}
.list-shop-system #list-shop .content-shop .item-shop:hover,
.list-shop-system #list-shop .content-shop .item-shop.active{
  color:var(--color-primary);
}
.list-shop-system #list-shop .content-shop .item-shop:last-child{
 border-bottom: 0;
}
.list-shop-system .load-shop{
 text-align: center;
 background: #FFFFFF;
 border: 1px solid #E5E5E5;
 border-radius: 6px;
 margin-top: 12px;
 padding: 6px 12px;
 color: #404040;
 font-weight: 400;
 font-size: 14px;
 line-height: 20px;
 cursor: pointer;
 position: relative;
}
.list-shop-system  #list-shop span.load,
.list-shop-system .load-shop span.load{
 position: absolute;
 top: 0;
 z-index: 2;
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 background-color: rgba(255, 255, 255, 0.3);
}
.list-shop-system .load-shop:hover{
  background: #FDF5E8;
  color: var(--color-primary);
  border-color: #FDF5E8;
}
.list-shop-system  #list-shop{
  position: relative;
}
.order-lookup,
.warranty-lookup {
  background:var(--color-white);
  box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3), 0px 6px 12px -2px rgba(50, 50, 93, 0.25);
  border-radius: 12px;
  padding: 40px 32px;
/*  margin-bottom: 24px;*/
}
.order-lookup h3.title-lookup,
.warranty-lookup h3.title-lookup{
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
  margin-bottom: 36px;
}
.order-lookup .form-warranty-lookup,
.warranty-lookup .form-warranty-lookup{
  display: flex;
  justify-content: center;

}
.order-lookup .form-warranty-lookup > *,
.warranty-lookup .form-warranty-lookup > *{
 width: 505px;
 display: flex;
 flex-wrap: wrap;
}
.order-lookup .form-warranty-lookup .input,
.warranty-lookup .form-warranty-lookup .input{
  width: calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
}
.order-lookup .form-warranty-lookup .button,
.warranty-lookup .form-warranty-lookup .button{
  width: 110px;
  margin-left: 20px;
}
.order-lookup .form-warranty-lookup input,
.warranty-lookup .form-warranty-lookup input{
 width: 100%;
 box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
 border-radius: 6px;
 border: 1px solid #E5E5E5;
 background:var(--color-white);
 color: var(--coloer-2D2D37);
 padding: 7px 12px;
 font-weight: 400;
 font-size: 14px;
 line-height: 20px;
}
.order-lookup .form-warranty-lookup input::placeholder,
.warranty-lookup .form-warranty-lookup input::placeholder{
  color: #979797;
}
.order-lookup .form-warranty-lookup input:focus,
.warranty-lookup .form-warranty-lookup input:focus{
  border-color:var(--color-primary);
}
.order-lookup .form-warranty-lookup button,
.warranty-lookup .form-warranty-lookup button{
  background:var(--color-primary);
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.order-lookup .form-warranty-lookup button span,
.warranty-lookup .form-warranty-lookup button span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.show-search-order-lookup,
.show-search-warranty-lookup{
  box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3), 0px 6px 12px -2px rgba(50, 50, 93, 0.25);
  border-radius: 12px;
  background:var(--color-white);
  padding: 32px 32px 40px;
  margin-top: 24px;
  display: none;
}
/*.show-search-order-lookup{
  display: block;
}*/

.slider-related-products{
   padding:0 7px;
}
.show-search-order-lookup .name-search,
.show-search-warranty-lookup .name-search{
 font-weight: 600;
 font-size: 18px;
 line-height: 28px;
 color: var(--coloer-2D2D37);
 margin-bottom: 30px;
}
.show-search-warranty-lookup table{
  margin-bottom: 0;
  border-top:none;
  border-right:none;
}
.show-search-warranty-lookup table tr > td,
.show-search-warranty-lookup table tr > th{
 border-left:none;
 border-bottom-color: #C7C7C7;
 padding-left: 10px;
 padding-right:10px;
 text-align: center;
}
.show-search-warranty-lookup table tr > th{
  padding-top: 11px ;
  padding-bottom: 31px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--coloer-2D2D37);
  
}
.show-search-warranty-lookup table tr > td:first-child,
.show-search-warranty-lookup table tr > th:first-child{
  text-align: left;
  padding-left: 0;
}
.show-search-warranty-lookup table tr > td{
 padding-top: 11px ;
 padding-bottom: 11px;
 font-weight: 400;
 font-size: 16px;
 line-height: 19px;
 color: var(--coloer-2D2D37);
}
.show-search-warranty-lookup table tr > td a{
 color: #5D96EC;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;

}
.show-search-warranty-lookup table tr > td a span.load{
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 1;
}
.show-search-warranty-lookup table tr > td a .icons{
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.show-search-warranty-lookup table tr > td a i{
  line-height: 0;
  position: relative;
  top: -4px;
}
.show-search-warranty-lookup table tr:first-child > td{
  padding-top: 31px;
}
.show-search-warranty-lookup table tr:last-child > td{
 border-bottom: none;
}

.modal-warranty-lookup .title-guarantee{
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin-bottom: 20px;
}

.modal-warranty-lookup .album-guarantee{
  margin-bottom: 40px;
}
.modal-warranty-lookup .row-images{
 display: grid;
 grid-column-gap: 10px;
 grid-row-gap: 10px;
 grid-template-columns: repeat(3,1fr);
}
.modal-warranty-lookup .row-images .item-img{
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.modal-warranty-lookup .row-images .item-img img{
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 height: 100%;
 transition: 0.2s all;
 transform: translate(-50%,-50%) scale(1.0);
}
.modal-warranty-lookup .content-description{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.modal-warranty-lookup .modal-body{
  padding: 24px;
}
.modal-warranty-lookup .modal-body button.btn-close{
  width: 20px;
  height: 20px;
  top: 12px;
  right: 12px;
  border-radius: 0;
}
.modal-warranty-lookup .modal-content{
  box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3), 0px 6px 12px -2px rgba(50, 50, 93, 0.25);
  border-radius: 8px;
}
.modal-warranty-lookup .modal-dialog.modal-lg{
     max-width: 610px;
     margin-top: 100px;
}

.show-search-order-lookup .thumbnail{
  width: 90px;
}

.show-search-order-lookup .total{
  width: 150px;
  text-align: center;
}
.show-search-order-lookup .total .amount{
      font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-primary);
}
.show-search-order-lookup .quantity{
   width: 100px;
   text-align: center;
}
.show-search-order-lookup table{
  margin-bottom: 0;
}
.show-search-order-lookup .overflows{
  margin-bottom: 15px;
}
.show-search-order-lookup table,
.show-search-order-lookup table td,
.show-search-order-lookup table th{
  border-color: #E5E5E5;
}
.show-search-order-lookup table th span{
  display: inline-block;
  font-weight: 400;
}
.show-search-order-lookup table th{
  background-color: var(--color-primary) !important;
  color: var(--color-white);
}
.search-keyword-list .elementor-icon-list-item a{
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  padding: 6px 12px;
}
.search-keyword-list .elementor-icon-list-item a:hover{
  border-color: var(--color-primary);
}
.search-keyword-list .elementor-icon-list-items{
   row-gap: 8px;
}
.contac-icons-phone .elementor-icon-list-item a{
   position: relative;
}
.contac-icons-phone .elementor-icon-list-item .elementor-icon-list-text{
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0px 6px 12px -2px rgba(50, 50, 93, 0.25), 0px 3px 7px -3px rgba(0, 0, 0, 0.30);
  padding: 4px 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  opacity: 0;
  transition: 0.3s all !important;
  transform: translate(0,-50%);
  min-width: max-content;
  overflow: hidden;
}
.contac-icons-phone .elementor-icon-list-item .elementor-icon-list-icon{
    position: relative;
    z-index: 2;
    transition: 0.2s all !important;
    transform: scale(1) translateX(0);
}
.contac-icons-phone .elementor-icon-list-item a:hover .elementor-icon-list-icon{
  transform: scale(1.2) translateX(-15px);
}
.contac-icons-phone .elementor-icon-list-item a:hover .elementor-icon-list-text{
        transform: translate(-78px,-50%);
        opacity: 1;
        

}
/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (max-width: 1450px){
}
@media (max-width: 1399px){
  .menu-sticky.elementor-sticky--active .menu-content-header{
    overflow-x: auto;
    justify-content:flex-start;
    overflow-y: hidden;
  }
  .menu-sticky.elementor-sticky--active .menu-content-header::-webkit-scrollbar{
  height: 4px;
    background-color: var(--color-primary);
}

.menu-sticky.elementor-sticky--active .menu-content-header::-webkit-scrollbar-thumb{
  border-radius: 10px;

  background-color: #F5F5F5;
}
}
@media (max-width: 1199px){
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl{
    max-width: 100% !important;
  }
  .hotline-header .phone{
    font-size: 16px;
  }
  .list-customer-reviews .item-reviews {
    padding: 16px;
  }
  .list-customer-reviews .thumbs {
    width: 96px;
  }
  .list-customer-reviews .entry {
    width: calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    padding-left: 15px;
  }
  .menu-heder-sticky .menu{
    min-width: max-content;
    justify-content:start;
  }
  .menu-heder-sticky .menu-content-header{
    overflow-x: auto;
    overflow-y: hidden;
  }
  .menu-heder-sticky .menu-content-header::-webkit-scrollbar {
    height: 1px;
    background-color:transparent;
  } 
  .slider-baner-top .next-custom{
    right: 10px;
  }
  .slider-baner-top .next-custom,
  .slider-baner-top .prev-custom{
    opacity: 0;
    transition: 0.2s all;
  }
  .slider-baner-top:hover .next-custom,
  .slider-baner-top:hover .prev-custom{
    opacity: 1;
  }
  .slider-tax-product .prev-custom,
  .list-customer-reviews .prev-custom {
    left: 10px;
  }
  .slider-tax-product .next-custom,
  .list-customer-reviews .next-custom {
    right: 10px;
  }
  .menu-sticky.elementor-sticky--active .menu-content-header{
    justify-content: flex-start;
  }

  .list-shop-system .shop-system .maps-shop {
    padding-left: 33px;
  }
  .show-search-warranty-lookup table tr > td {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .show-search-warranty-lookup table tr > th {
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .show-search-warranty-lookup table tr:first-child > td {
    padding-top: 16px;
  }
  .show-search-order-lookup .overflows table,
  .show-search-warranty-lookup table{
        min-width: max-content;
  }
  .show-search-order-lookup .overflows,
  .show-search-warranty-lookup .overflows{
        overflow-y: hidden;
        overflow-x: auto;
  }

}
@media (max-width: 1024px){
    .show-search-warranty-lookup .overflows::-webkit-scrollbar {
    height: 1px;
    background-color:transparent;
  }
  .slider-wrapper-text{
    display: none;
  }
  .slider-baner-top .prev-custom {
    left: 10px;
  }
  .slider-customer-reviews {
    background-color: transparent;
    background-image: none;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .search-product .results-posst .item-post .thumb {
    width: 107px;
  }
  .search-product .results-posst .item-post .entry {
    width: calc(100% - 107px);
    width: -moz-calc(100% - 107px);
    width: -webkit-calc(100% - 107px);
  }
  .search-product .results-posst .item-post,
  .search-product .results-product .item-product > a {
    padding: 12px 8px;
  }
  .search-product .show-search .key-search, .search-product .show-search .suggested-keywords,
  .search-product .show-search .show-results p.suggested-keywords {
    padding: 8px 8px;
    font-size: 14px;
    line-height: 16px;
  }
  .search-product .results-posst .item-post .title-product,
  .search-product .results-product h3.title-product{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
  }
  .search-product .results-posst .item-post .title-product{
    margin-bottom: 8px;
  }
  .search-product .results-product .entry {
    width: calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    padding-left: 12px;
  }
  .search-product .results-product .thumb{
    width: 60px;
  }
  .search-product .results-product .price del .amount,
  .search-product .results-product .price .amount{
   font-size: 12px;
   line-height: 16px;
 }
 .search-product .show-search{
    max-height: 466px;
  }
  .search-product .woocommerce-product-search input[type="search"]{
    order: 2;
  }
  .search-product .woocommerce-product-search button[type="submit"]{
    order: 1;
  }
  .search-product .woocommerce-product-search .close-val-search{
    right: 6px;
  }
  .search-product .woocommerce-product-search input[type="search"]{
    padding: 0 5px;
  }
  .search-product .search-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .search-product .search-header form.woocommerce-product-search{
    width: calc(100% - 44px);
    width: -moz-calc(100% - 44px);
    width: -webkit-calc(100% - 44px);
  }
  .search-product .search-header .cart-icons{
    width: 32px;
    margin-left: 12px;
  }
  .order-lookup,
  .warranty-lookup{
    border-radius: 8px;
    padding: 22px 12px 24px;
  }

  .show-search-warranty-lookup .name-search {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 24px;
    color: var(--color-black);

  }
  .show-search-warranty-lookup table tr > th {
    font-size: 12px;
    line-height: 15px;

    color: var(--coloer-2D2D37);
  }
  .show-search-warranty-lookup table tr > td,
  .show-search-warranty-lookup table tr > th {
    padding-left: 19px;
    padding-right: 19px;
  }
  .show-search-order-lookup,
  .show-search-warranty-lookup {
    border-radius: 8px;
    padding: 22px 0px 16px 12px;
  }
  .show-search-warranty-lookup table tr > td:first-child,
  .show-search-warranty-lookup table tr > th:first-child{
    padding-left: 19px;
    text-align: center;
  }
  .list-shop-system #list-shop .content-shop .item-shop{
    font-size: 12px;
    line-height: 16px;
  }
  .list-shop-system .district, .list-shop-system .province {
    margin-bottom: 8px;
  }
  .list-shop-system .load-shop{
    margin-top: 8px;
  }
  .modal-warranty-lookup .modal-body{
    padding: 16px 12px 12px;
  }
  .modal-warranty-lookup .title-guarantee{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .modal-warranty-lookup .album-guarantee{
    margin-bottom: 20px;
  }
  .modal-warranty-lookup .row-images{
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .search-keyword-list .elementor-widget-container{
         overflow-x: auto !important;
         padding-bottom: 10px;
  }
  .search-keyword-list .elementor-icon-list-items{
     min-width: 700px;
     max-width: 700px;
  }
  .bdr {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
  }
  .bdr a{
    color: var(--color-primary);
  }
  .menu-goi-y .elementor-nav-menu--main{
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .menu-goi-y .elementor-nav-menu--main::-webkit-scrollbar {
    height: 1px;
    background-color:transparent;
  }
   .menu-goi-y .elementor-nav-menu--main > ul{
          min-width: max-content;
   }
   #back-top {
    bottom: 82px;
    right: 17px;
    width: 30px;
    height: 30px;
  }
  .menu-top-bar-mobile.elementor-nav-menu__align-right .elementor-nav-menu{
        justify-content: center;
  }
}
@media (max-width: 991px){

}
@media (max-width: 767px){
  .list-customer-reviews .customer-reviews-slide{
     padding-left: 10px;
     padding-top: 10px;
     padding-bottom: 13px;
   }
   .list-customer-reviews .customer-reviews-slide .swiper-slide{
    background: var(--color-white);
    box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3), 0px 6px 12px -2px rgba(50, 50, 93, 0.25);
    border-radius: 6px;
  }
  .list-post-by-cat .overflows{
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .list-post-by-cat .row{
    min-width: max-content;
    margin-right: -4px;
    margin-left: -4px;
  }
  .list-post-by-cat .col-item-post {
    width: 34.33vh;
    padding-left: 4px;
    padding-right: 4px;
  }
  .list-post-by-cat .overflows::-webkit-scrollbar {
    height: 1px;
    background-color:transparent;
  }
  .list-post-archive-cat .item-post .empty {
    width: calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    padding-left: 10px;
  }
  .list-post-archive-cat .item-post .thumbs {
    width: 120px;
  }
  .list-post-archive-cat .title-post {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .list-post-archive-cat .excerpt {
    font-size: 12px;
  }
  .order-lookup .form-warranty-lookup .button,
  .order-lookup .form-warranty-lookup .input,
  .warranty-lookup .form-warranty-lookup .input,
  .warranty-lookup .form-warranty-lookup .button{
    width: 100%;
    margin-left: 0;
  }
  .order-lookup .form-warranty-lookup .input,
  .warranty-lookup .form-warranty-lookup .input{
    margin-bottom: 16px;
  }
  .order-lookup .form-warranty-lookup .button,
  .warranty-lookup .form-warranty-lookup button{
    width: 140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .warranty-lookup .form-warranty-lookup .button{
    text-align: center;
  }
  .list-shop-system .shop-system .maps-shop,
  .list-shop-system .shop-system .province-district,
  .warranty-lookup .form-warranty-lookup > *{
    width: 100%;
  }
  .order-lookup h3.title-lookup,
  .warranty-lookup h3.title-lookup{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .list-shop-system .shop-system .maps-shop{
    padding-left: 0;
  }
  .list-shop-system .shop-system .province-district{
    margin-bottom: 24px;
  }
  .shop-system .maps-shop iframe{
    height: 238px;
  }
  .list-shop-system .shop-system .province-district{
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
  }
   .list-shop-system .shop-system .province-district > *{
    width: 100%;
   }
  .list-shop-system .shop-system .province-district .district,
  .list-shop-system .shop-system .province-district .province{
        width: calc(50% - 4.5px);
    width: -moz-calc(50% - 4.5px);
    width: -webkit-calc(50% - 4.5px);
  }
}
@media (max-width: 575px){

}
@media (min-width: 576px){

}
@media (min-width: 767px){
  .content-slider-reviews{
    background-color:var(--color-white);
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3), 0px 6px 12px -2px rgba(50, 50, 93, 0.25);
  }

}
@media (min-width: 992px){
}
@media (min-width: 1025px){
  .menu-mobile-footer,
  .search-product .search-header .cart-icons{display: none;}
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1260px;
  }
/*  #back-top.slow-back-top{
    display: none;
  }*/
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1260px;
  }
}


.modal button.btn-close{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -38px;
  background-color: var(--color-white);
  z-index: 9;
  opacity: 1;
}

