/*!
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
*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
.aside-item {
    padding: 0 5px;
}
:root {
  --color-primary: #79A1FF;
  --color-secondary: #2D2D2D;
  --color-text: #000000;
  --color-white: #ffffff;
  --border-color: #cccccc;
}
/*--------------------------------------------------------------
# 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.4;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
      color: #252a2b;
      font-family: "Helvetica Neue", Helvetica, Arial, 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;
}
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;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
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 {
  background: #fff9c0;
  text-decoration: none;
}
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,
input[type="button"],
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:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button: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 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.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:last-child{
  margin-bottom: 0;
}
.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: 10;
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin-bottom: 10px;
  padding-left: 15px;
}
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;
}
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,
[type="button"],
[type="reset"],
[type="submit"] {
  padding: 10px;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
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);
}
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;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
#topbar{
  font-size: 14px;
    padding: 4px 0;
    background-color: var(--color-white);
}
#topbar .hotline a{
  display: flex;
  align-items: center;
  color: #252a2b;
  flex-wrap: wrap;
}
#topbar .hotline a span.iconTop{
  background-image: url(assets/images/iconHeader.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: 134px 0;
}
#topbar .hotline a .title-info-top{
  margin: 2px 0 0 5px;
  font-size: 13px;
}
#topbar .cart-icons .cart-icon,
#topbar .topbar-right .user_tk a{
      font-size: 13px;
      display:flex;
      align-items: center;
      flex-wrap: wrap;
          color: #252a2b;
          gap: 5px;

}
#topbar .topbar-right .user_tk{
  margin-right: 15px;
}
#topbar .cart-icons .cart-icon span.icons,
#topbar .topbar-right .user_tk a span.icons{
      background-image: url(assets/images/iconHeader.png);
    width: 20px;
    height: 20px;
    background-size: cover;
        background-position: 75px 1px;
}
#topbar .cart-icons .cart-icon span.text-cat,
#topbar .topbar-right .user_tk a span.text{
  margin-top: 2px;

}

#topbar .cart-icons .cart-icon span.icons{
      background-position: 20px 0;
}

#topbar .cart-icons .cart-icon .cart-count{
      color: #f40000;

}

#masthead{
  padding: 10px 0;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: var(--color-white);
  -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
#masthead.sticky-menu{
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    -webkit-animation: fadeInDown 0.6s both;
    animation: fadeInDown 0.6s both;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.site-branding {
  padding: 0;
}
.site-branding img {
  max-height: 46px;
}
.search-form{
  position: relative;
}
.header-top .search-field{
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-color: #fefefe;
  border: solid 1px #a7a7a7;
  padding: 8px 0 8px 15px;
  width: 100%;
  font-size: 13px;
  color: #060606;
}
body .search-form .search-submit {
  font-size: 0;
  border: none;
  background-image: url(assets/images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 22px;
  padding: 0;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 5px;
}
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.main-navigation {
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.main-navigation ul.nav-menu {
  display: flex;
  flex-wrap: wrap;
}
.main-navigation ul.nav-menu > li {
  width: auto;
}
.main-navigation ul.nav-menu > li > a {
  position: relative;
      padding: 20px 0;
    margin: 0 11px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #151313;
  display: block;

}
.main-navigation ul.nav-menu > li > a:hover {
      color: #ee2121 ;
}
.main-navigation ul li {
  position: relative;
}
.main-navigation ul.nav-menu ul li a {
      padding: 9px 10px;
  font-size: 15px;
  display: block;
      font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
        white-space: nowrap;
    text-align: left;
color: #151313;
}
.main-navigation ul.nav-menu ul li a:hover {
  color: #ee2121 ;
}
.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
  -o-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
  -ms-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  min-width: unset;
  width: 230px;
  background: #fff;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  margin-top: -2px;
  padding: 15px 0;
  border-top: 2px solid #ffffff;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.form-test input[type="submit"] {
  display: none;
}
.site-content {
  padding-top: 40px;
}
.widget-post_mew{
      margin: 70px 0 30px 0 !important;
}
.widget-post_mew .widget-top{
  margin-bottom: 30px;
}
.widget-post_mew .widget-top .widget-title{
  margin-bottom: 0;
}
.widget-post_mew .widget-top .widget-title a{
      text-transform: uppercase;
    font-weight: bold;
    color: var(--color-text);
    font-size: 13px;
    line-height: 1.1;
}
.widget-post_mew .news-img{
  margin-bottom: 15px;
}
.widget-post_mew .news-img a{
  display: block;
  line-height: 1;
  position: relative;
}
.widget-post_mew .news-img img{
        width: 100%;
    object-fit: cover;
    height: 210px;

}
.list-post-category .item-new h3,
.widget-post_mew .aside-item h3{
      font-size: 13px;
          font-weight: 500;
          margin-bottom: 13px;
}
.list-post-category .item-new h3 a,
.widget-post_mew .aside-item h3 a{
      color: #252a2b;
    line-height: 1.1;
}
.list-post-category .item-new .news-desc,
.widget-post_mew .aside-item .news-desc {
    margin-bottom: 15px;
    max-height: 55px;
    overflow: hidden;
    font-size: 13px;
}
.list-post-category .item-new .news-btn a,
.widget-post_mew .aside-item .news-btn a{
      color: #a94442;
      font-size: 13px;
}
.widget-post_mew .swiper-slide{
  width: 25%;
}

.widget-slider-images-box-home .animateBanner a {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}
.widget-slider-images-box-home .animateBanner a:after,
.widget-slider-images-box-home .animateBanner a:before {
    content: "";
    position: absolute;
    z-index: 9;
    border-color: rgba(255, 255, 255, 0.7);
    border-width: 2px;
    border-style: solid;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.widget-slider-images-box-home .animateBanner a:before {
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    border-left-color: transparent;
    border-right-color: transparent;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.widget-slider-images-box-home .animateBanner a:after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.widget-slider-images-box-home .animateBanner:hover a:before {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.widget-slider-images-box-home .animateBanner:hover a:after {
    opacity: 1;
    filter: alpha(opacity = 100);
    /* -ms-filter: "progid:DXImageTransform.Microsoft; */
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.widget-slider-images-box-home .infoBannerHome h2 {
  margin: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.widget-slider-images-box-home .infoBannerHome h2 a{
  color: #252a2b;
  line-height: 1.1;
}
.widget-slider-images-box-home .infoBannerHome .viewMore3Banner {
  border: 1px solid;
  padding: 5px 10px;
  display: inline-block;
  font-size: 13px;
  transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
  color: #252a2b;
}
.widget-slider-images-box-home .infoBannerHome .viewMore3Banner a{

}
.widget-slider-images-box-home .infoBannerHome .viewMore3Banner:hover {
  background: black;
  color: white;
}
.widget-slider-images-box-home{
  margin: 50px 0;
}

.widget-product-home .sectionTitleBannerProduct a.tp_title{

  text-transform: uppercase;
  color: #000;
 
  
}
.widget-product-home .sectionTitleBannerProduct h2.title-widget{
  margin-bottom: 0;
  font-size: 13px;
 line-height: 1.1;
 padding-bottom: 15px;
 position: relative;
 font-weight: bold;
}
.widget-product-home .sectionTitleBannerProduct h2.title-widget:after {
  content: "";
  width: 150px;
  height: 1px;
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget-product-home .sectionTitleBannerProduct .desc{
  margin-top: 50px;
}

.widget-product-home .innerRightBannerProduct{
  padding: 0 50px;
}

.widget-product-home .sectionContentBannerProduct .button-slider{
  position: absolute;
  z-index: 9;
  top: 30%;
  border: none;
  background: transparent;
  font-size: 0;
  width: 35px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
}
.widget-product-home .sectionContentBannerProduct .button-prev{
  background-image: url(assets/images/left_arrow_fix1.png);
  left: -45px;
}
.widget-product-home .sectionContentBannerProduct .button-next{
 background-image: url(assets/images/right_arrow_fix1.png);
 right: -45px;
}


.widget-product-home .sectionContentBannerProduct{
  margin-top: 40px;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/

h1.title-post.entry-title{
  border-bottom: 1px dotted #939393;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  font-size: 13px;
  font-weight: bold;
}

.entry-meta{
  margin: 10px 0;
  font-size: 13px;
  color: #060606 ;
}

.related-title-block .related-title{
      padding: 8px 0;
      margin-bottom: 0;
      font-size: 18px;
    text-transform: uppercase;
        color: #252a2b;
}

.share-post-wp{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d1;
    margin-bottom: 20px;
}
.share-post-wp a{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  font-size: 15px;
  align-items: center;
  color:  #fff;
  border-radius: 100%;
  background-color: #1877f2;
}


/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/

.list-post-category{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.list-post-category .img_news{
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.list-post-category .img_news a{
  display: block;
  line-height: 1;
  position: relative;
}
.list-post-category .img_news a img{
 width: 100%;
    object-fit: cover;
    height: 275px;
}

.pagination-post{
  padding-bottom: 40px;
  padding-top: 30px;

}
.pagination-post ul{
  margin-left: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style:none;
  gap: 5px;
}
.pagination-post ul span,
.pagination-post ul a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  border: 1px solid #444444;
  font-size: 15px;
  line-height: 1;
  height: 30px;
  color: #444444;
}
.pagination-post ul a:hover,
.pagination-post ul span{
  color: #fff;
  background-color:#444444;
}
.hello-elementor-breadcrums{
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.hello-elementor-breadcrums span,
.hello-elementor-breadcrums a{
  font-size: 13px;
  font-style: italic;
  color: #252a2b;
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#back-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  opacity: 0;
  visibility: hidden;
}
#back-top.slow-back-top {
  visibility: visible;
  opacity: 1;
}
#back-top a {
  color: var(--color-white);
}

.title-widget-footer{
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 13px;
  color: #252a2b;
  font-weight: 500;
}
.widget-sidebar-footer-hotline .infoContent-footer a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.widget-sidebar-footer-hotline .infoContent-footer .icons {
  width: 25px;
  height: 25px;
  background: #e52c25;
  color: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.widget-sidebar-footer-hotline .infoContent-footer .text{
  font-size: 27px;
  padding-left: 10px;
}
.widget-sidebar-footer-hotline .moreInfoFooter{
      font-size: 11px;
    margin: 5px 0 0 0;
}
.widget-social-network-footer .social-network{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.widget-social-network-footer .social-network a{
      color: #252a2b;
          font-size: 35px;
    padding: 5px;
}
.form-footer-contact p{
  position: relative;
}
.form-footer-contact p label{
  width: 100%;
}
.form-footer-contact p label span.wpcf7-form-control-wrap{
  width: 100%;
  display: block;
}
.form-footer-contact p label input{
      background-color: white;
    height: 36px;
    font-size: 15px;
    color: #333;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    width: 100%;
}
.form-footer-contact .wpcf7-submit{
      position: absolute;
    right: 0;
    top: 0;
    background: black;
    border: none;
    color: white;
    padding: 5px 10px;
    height: 36px;
}

.widget-sidebar-footer-menu .menu-content ul{
  list-style:none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;

}
.widget-sidebar-footer-menu .menu-content ul li{
  margin-bottom: 10px;
}
.widget-sidebar-footer-menu .menu-content ul li a{
  font-size: 13px;
  text-transform: uppercase;
  color: #252a2b;
}
.widget-sidebar-footer-menu .title-widget-footer{
  margin-bottom: 40px;
}
.sectionInfoFooter .container{
  padding-top: 40px;
  padding-bottom: 40px;
      border-top: 1px solid #d0d0d0;
}

.site-footer{
  padding-top: 20px;
}

.search-mibile {
  position: fixed;
  width: 320px;
  height: 100vh;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 8888;
  overflow: hidden;
  -webkit-transition: transform 500mscubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500mscubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.search-mibile.active{
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.search-mibile .site-nav-container-last{
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
  position: relative;
}

.search-mibile .site-close-handle{
    position: absolute;
    top: 55px;
    right: 18px;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform 150ms linear;
    -webkit-transition: transform 150mslinear;
    transition: transform 150mslinear;
    top: 35px;
        right: 30px;
}

.search-mibile .title{
  font-size: 14px;
  text-transform: uppercase;
  margin: 3px 0 50px 0;
  font-weight: 500;
}
.search-mibile .search-field{
  width: 100%;
      background: #f5f5f5;
    color: #252a2b;
    width: 100%;
    border: none;
    height: 55px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 150mslinear;
}
body .search-mibile .search-submit{
      width: 55px;
    height: 55px;
    line-height: 64px;
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
        background-size: 23px;
    transition: opacity 150mslinear;
}
.error-404.not-found{
  padding: 40px 0;
}
.error-404.not-found .page-title{
        font-size: 13rem;
}
.error-404.not-found .buttons a{
  color:  #000;
}

.woocommerce-MyAccount-navigation {

}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
    width: 25%;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    border: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation a:hover {
    background: #007cba;
    color: #fff;
    border-color: #007cba;
}

.woocommerce-MyAccount-navigation .is-active a {
    background: #007cba;
    color: #fff;
    font-weight: bold;
    border-color: #007cba;
}



/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .search-menu-mobile{
    gap: 10px;
  }
  .search-menu-mobile > *{
    padding: 5px 5px;
    font-size: 21px;
    color: #252a2b;
  }
  .search-menu-mobile .cart-icon .text-cat .txt{
      font-size: 0;
  }

   .search-menu-mobile .cart-contents-2 a{
      position: relative;
      color: #252a2b;
  }
  .search-menu-mobile .cart-contents-2 a .text-cat{
    position: absolute;
    top: -5px;
    right: -10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    color: #fff;
    background: #f40000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-menu-mobile .icon-user a{
    font-size: 23px;
    color: #252a2b;
  }


  .widget-product-home .innerRightBannerProduct {
    padding: 0 30px;
  }
  .widget-product-home .sectionContentBannerProduct .button-next {
    right: -30px;
  }
  .widget-product-home .sectionContentBannerProduct .button-prev {
    left: -30px;
  }
  .widget-product-home .sectionContentBannerProduct .button-slider {
    width: 25px;
    height: 50px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
  }
  .widget-product-home .sectionTitleBannerProduct .desc{
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .widget-slider-images-box-home{
    display: none;
  }

  .widget-sidebar-footer-menu .title-widget-footer:before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
            font-size: 15px;
    position: absolute;
    top: 9px;
    right: 0;
    text-align: center;
    line-height: 19px;
    cursor: pointer;
  }
  .widget-sidebar-footer-menu .title-widget-footer{
    margin-bottom: 0;
    position: relative;
    padding: 10px 0;
  }
  .widget-sidebar-footer-menu .menu-footer{
    display: none;
    margin-top: 15px;
  }
  .widget-post_mew .swiper-slide {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .list-post-category .img_news a img,
  .widget-post_mew .news-img img {
    width: 100%;
    object-fit: cover;
  }
      .widget-product-home .innerRightBannerProduct {
        padding: 0 0px;
    }
      .widget-product-home .sectionContentBannerProduct .button-next {
    right: 0px;
  }
  .widget-product-home .sectionContentBannerProduct .button-prev {
    left: 0px;
  }
  .widget-product-home .sectionTitleBannerProduct .desc{
    margin-top: 10px;
  }
  .list-post-category {
    grid-template-columns: repeat(2, 1fr);
  }
  .widget-post_mew .swiper-slide {
    width: 50%;
}
}

@media (max-width: 567px) {
  .list-post-category {
    grid-template-columns: repeat(1, 1fr);
  }
  .widget-post_mew .swiper-slide {
    width: 100%;
  }
  .error-404.not-found .page-title {
    font-size: 7rem;
}
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1375px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .container-fluid{
        padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1375px;
  }
}
  .navigation-mibile {
            z-index: 999;
/*    display: none;*/
    position: fixed;
    width: 80%;
    left: 0;
    top: 0;
    height: 100vh;
    min-width: 140px;
    max-width: 440px;
        background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
            -webkit-transition: transform 500mscubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500mscubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .navigation-mibile.active{
        -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .navigation-mibile .mm-panels {
      overflow: hidden;
  }
  .navigation-mibile .mm-panel.mm-hasnavbar {
    
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
    padding-top: 40px;
    height: 100%;
  }
  .navigation-mibile .mm-panel.mm-hasnavbar .mm-navbar{
    background: black;
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
        font-size: 16px;
    color: white;
    text-transform: uppercase;
  }
  .navigation-mibile ul{
         margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
        list-style: none;
  }
  .navigation-mibile ul li{
    position: relative;
  }
  .navigation-mibile ul li:last-child:after{
    border-bottom-width:0;
  }
    .navigation-mibile ul li a{
    position: relative;
        text-transform: uppercase;
            color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
        margin-right: 50px;
  }
   .navigation-mibile ul.nav-menu > li > a:after {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: -50px;
    left: 20px;
        content: '';
    top:0;
    border-color: rgba(0,0,0,.1);
  }
  .navigation-mibile ul.nav-menu{
        margin: 0px -20px;
  }
  .navigation-mibile ul ul{
    display: none;
    padding-left: 10px;
  }
  .navigation-mibile ul ul li a{
    padding-left: 25px;
  }
  .navigation-mibile ul ul li a:before {
    content: "\f101";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    position: absolute;
    top: 12px;
    left: 10px;
  }
  .navigation-mibile ul.nav-menu .sub-open{
    background: rgba(3, 2, 1, 0);
    width: 50px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;

    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(0,0,0,.1);
  }
  .main-navigation-mobile{
    height: 100vh;
  }

.site-overlay-2{
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 991;
  background-color: rgba(0, 0, 0, 0.6);
}
.site-overlay-2.active{
  display: block;
}