/*!
Theme Name: Hello theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hello theme is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
:root {
  --color-primary:#19A199;
  --color-secondary: #2D2D2D;
  --color-text: #000000;
  --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;
  color: var(--color-text);
}
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: var(--color-text);
}
a:visited {
   color: var(--color-text);
}
a:hover,
a:focus,
a:active {
   color: var(--color-text);
}
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
--------------------------------------------------------------*/

.top-bar{
	background-color: #19A199;
	    padding: 11px 0;
}
.top-bar .phone-left{
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: var(--color-white);

}
.top-bar .phone-left span{
	color: #FFCC68;

}
.top-bar .address-riht{
   color: var(--color-white);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: var(--color-white);
	column-gap: 5px;
	    justify-content: flex-end;
	    box-shadow: 0px 5px 20px 0px #0000001A;

}

.header-tb{
  background-color: var(--color-white);
  padding: 8px 0;
  box-shadow: 0px 5px 20px 0px #0000001A;
/*   position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%; */
}
.header-tb img.img-logo{
      max-height: 40px;
}

.header-tb .form-search{
      width: 70%;
      padding-left: 20px;
}
.header-tb .search-field{
  width: 100%;
  border: 3px solid var(--color-primary) !important;
  height: 44px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
      outline: none;

}

.header-tb .search-field::placeholder{
      color: #777777;
}

.header-tb .woocommerce-product-search{
  position: relative;
}
.header-tb .woocommerce-product-search button{
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 12px;
  background-color: transparent;
  width: 56px;
  height: 44px;
  border: none;
  padding: 0;
  outline: none;
}
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.baner-home .pc { display:block; }
.baner-home .mobile { display:none; }

.baner-home img{
  border-radius: 32px;
  width: 100%;
  max-width: 100%;
}

.utilities-home{
  border-radius: 32px;
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  box-shadow: 0px 4px 20px 0px #0000001A;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFE8E8 100%);

}
.titles-wg{
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
      text-transform: uppercase;

}
.utilities-home .icons-img{
  height: 48px;
  opacity: 1;
  margin-bottom: 10px;
}
.utilities-home .icons-img img{
  max-height: 48px;
}
.utilities-home .text{
  font-weight: 500;
  font-size: 14px;
}
.utilities-home .text p{
  margin-bottom: 0;
}

.pagination-slider{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
 justify-content: center;
    margin-top: 14px;

}
.pagination-slider span{
  width: 16px;
  height: 16px;
  background-color: #FFDDDD;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 1;

}
.pagination-slider span.swiper-pagination-bullet-active{
  background-color: #FF9F9F;

}
/* .pagination-mobile{
  display: none;
} */
.cam-nhan-khach-hang-home,
.posts-list,
.videos-list,
.product-list-tabs{
  border-radius: 32px;
  padding: 24px;
  background-color:  #FFFFFF;
  box-shadow: 0px 5px 20px 0px #0000001A;
}
.posts-list .nav-title,
.videos-list .nav-title,
.product-list-tabs .nav-tabs{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: none;
    gap: 10px;
    margin-bottom: 20px;
}
.posts-list .nav-title h2,
.videos-list .nav-title h2,
.product-list-tabs .nav-tabs h2{
  margin-bottom: 0;
  max-width:50%;

}
.posts-list .nav-title h2 span,
.videos-list .nav-title h2 span,
.product-list-tabs .nav-tabs h2 span{
     overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product-list-tabs .nav-tabs ul{
      margin: 0;
      margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    gap: 10px;
}
.product-list-tabs .nav-tabs ul li{
  margin-bottom: 0;
}
.product-list-tabs .nav-tabs ul li a{
  border-radius: 8px;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
}
.product-list-tabs .nav-tabs ul li.co_ban a{
  background-color:  #DFFDFF;
  color: #19A199;
}
.product-list-tabs .nav-tabs ul li.trung_cap a{
  background-color:  #EFFFDF;
  color: #51A700;
}
.product-list-tabs .nav-tabs ul li.cao_cap a{
  background-color:  #FFE8DA;
 color: #FA8805;
}
.posts-list .nav-title a.see-all,
.videos-list .nav-title a.see-all,
.product-list-tabs .nav-tabs a.see-all{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: #19A199;

}
.product-list-tabs .nav-tabs .list-nav-tab{
  gap: 15px;
}
.chinh-sach-home{
  position: relative;
}
.chinh-sach-home .mobile{
    display: none;
}
.chinh-sach-home .group-text{
    position: absolute;
    border-radius: 32px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    left: 5px;
    top: 50%;
    background: #D60018;
    display: flex;
    flex-wrap: wrap;
    width:52%;
    transform: translateY(-50%);
}
.chinh-sach-home .group-text > *{
  width: 33.33%;
  padding: 0 7.5px;
}
.chinh-sach-home .group-text > * .s{
  border-radius: 24px;
  opacity: 1;
  padding-top: 16px;
  padding-right: 10px;
  padding-bottom: 16px;
  padding-left: 10px;
  background: #FFFFFF;
  height: 100%;
}
.chinh-sach-home .group-text .text{
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #D60018;
  margin-bottom: 5px;
}
.chinh-sach-home .group-text .text-bt{
  text-align: center;
  border-radius: 20px;
  opacity: 1;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  background: #DD011B;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.chinh-sach-home .group-text .cam_ket{
font-weight: 700;
font-size: 14px;
text-align: center;
color: #D60018;
text-transform: uppercase;
margin-top: 5px;
}
.chinh-sach-home .group-text .icons-img {
    text-align: center;
    margin-top: 5px;
}
.chinh-sach-home .group-text .icons-img img {
  max-height: 36px;
}


.posts-list .item-post{
  display: flex;
  flex-wrap: wrap;

}
.posts-list .item-post .thumbs{
  width: 157px;
  line-height: 1;
}
.posts-list .item-post .thumbs a{
  display: inline-block;
  width: 100%;
  line-height: 1;
  position: relative;
      padding-top: 92%;
  overflow: hidden;
}
.posts-list .item-post .thumbs a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts-list .item-post .empty{
  width: calc(100% - 157px);
  width: -moz-calc(100% - 157px);
  width: -webkit-calc(100% - 157px);
  padding-left: 20px;
}
.posts-list .item-post h3{
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.posts-list .item-post h3 a{
  color: #000;
}
.posts-list .item-post .meta{
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  margin-bottom: 10px;
}
.posts-list .item-post .excerpt{
  font-size: 14px;
}
.cam-nhan-khach-hang-home .icons-img {
  margin-bottom: 6px;
}
.cam-nhan-khach-hang-home .icons-img img{
  border-radius: 100%;
}

.cam-nhan-khach-hang-home h3.name{
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.cam-nhan-khach-hang-home .text{
  font-weight: 400;
  font-size: 14px;
  text-align: justify;

}
.cam-nhan-khach-hang-home .item-cam-nhan-khach-hang{
  border-radius: 24px;
  padding: 16px;
  border: 1px solid #C9C9C9;

border-style: dashed;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/

.page.type-page .entry-title{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #000;
}
.post.type-post .entry-title{
      font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #000;
}

.post.type-post .entry-meta {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #777777;
}

.relateds-posts{
  border-radius: 32px;
  padding: 24px;
  box-shadow: 0px 5px 20px 0px #0000001A;
}
.relateds-posts .title-related{
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
}
.relateds-posts .header-relateds{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.relateds-posts .header-relateds a{
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #19A199;
}
.relateds-posts .item-post{
  margin-bottom: 15px;
}
.relateds-posts .item-post:last-child{
  margin-bottom: 0;
}
.relateds-posts .thumbs{
  margin-bottom: 10px;
}
.relateds-posts h3.title-post{
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.4;
}
.relateds-posts h3.title-post a{
  color: #000;
}
.relateds-posts .meta{
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #777777;

}
.relateds-posts{
  margin-bottom: 30px;
}
.woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb{
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #777;

}
.woocommerce-breadcrumb span{
  padding: 0 10px;
}
/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.list-post-category .row{
  row-gap: 20px;
}
.list-post-category .item-post .thumbs{
  margin-bottom: 7px;
}
.list-post-category .item-post .thumbs a{
  display: inline-block;
  width: 100%;
  line-height: 1;
  position: relative;
      padding-top: 70%;
  overflow: hidden;
}
.list-post-category .item-post .thumbs a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-post-category .item-post h3{
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 7px;
}
.list-post-category .item-post h3 a{
  color: #000;
}
.list-post-category .item-post .meta{
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #777777;
  margin-bottom: 7px;
}
.list-post-category .item-post .excerpt{
  font-weight: 400;
  font-size: 14px;
  color: #000000;

}
.term-description,
.boxs{
  border-radius: 32px;
  padding: 24px;
  box-shadow: 0px 5px 20px 0px #0000001A;
  margin-bottom: 30px;
}
.woocommerce-pagination ul,
.paginations ul{
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  list-style: none;
  margin-top: 40px;
}
.woocommerce-pagination ul li,
.paginations ul li{
  margin-bottom: 0;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.paginations ul li a,
.paginations ul li span{
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span.current,
.paginations ul li a:hover,
.paginations ul li span.current{
  background-color: var(--color-primary);
  color: #fff;
}
.boxs .active-cas{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.boxs .active-cas h1{
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.boxs .active-cas p{
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  color: var(--color-primary);
}
.category-list-slider .swiper-slide {
    width: auto;
    margin-right: 10px;
}
.category-list-slider a{
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border-radius: 8px;
  background-color: #EDEBE9;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
}
.category-list-slider a:hover{
  background-color:  var(--color-primary);
  color: #fff;
}
.list-danh-muc-category{
  margin-bottom: 15px;
}
.list-danh-muc-category .icons-list{
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: #fff;
  background-color: var(--color-primary);
}

.list-danh-muc-category .slider-category-list{
      width: calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: -webkit-calc(100% - 32px);
  padding-left: 10px;
}
.list-danh-muc-category .list-category-menu{
   position: relative;
}
.list-danh-muc-category .category-list{
  width: 270px;
  max-height: 360px;
  background: #FFFFFF;
  display: none;

 padding: 16px;
 box-shadow: 0px 4px 20px 0px #0000001A;
       top: calc(100% + 5px);
  top: -moz-calc(100% + 5px);
  top: -webkit-calc(100% + 5px);
  position: absolute;
  z-index: 66;
}
.list-danh-muc-category .category-list.active{
  display: block;
}
.list-danh-muc-category .category-list ul{
  max-height: 100%;
  overflow-x: hidden;
  overflow-y:auto ;
}
.list-danh-muc-category .category-list ul li a{
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding: 7px 0;
}
.list-danh-muc-category .category-list ul li a:hover{
  color: var(--color-primary);
}
.list-danh-muc-category .category-list ul ul{
  display: none;
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/

#secondary .widget_nav_menu ul.menu{
  border-radius: 24px;
  padding: 24px 13px;
  background: #19A199;
  box-shadow: 0px 5px 20px 0px #0000001A;

}
#secondary .widget_nav_menu ul.menu li{
  padding: 10px 0;
  border-bottom: 1px solid  #64BEB9;
}
#secondary .widget_nav_menu ul.menu li:last-child{
  border-bottom: none;
}
#secondary .widget_nav_menu ul.menu li a{
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

#colophon{
  padding-top: 32px;
  padding-bottom: 32px;
  background: #19A199;

}

#colophon .contact-widget .item-contact{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
        align-items: center;
}
#colophon .contact-widget .item-contact:last-child{
  margin-bottom: 0;
}
#colophon .contact-widget .item-contact .icons-img{
  width: 40px;
}
#colophon .contact-widget .item-contact .icons-img span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: linear-gradient(180deg, #FFDBCE 0%, #1EDDD4 100%);

}
#colophon .contact-widget .item-contact .icons-img img{
   max-height: 24px;
}
#colophon .contact-widget .item-contact .text{
    width: calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
#colophon .widget-top {
  margin-bottom: 10px;
}
#colophon .widget-top h3{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}
#colophon ul.menu li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: block;
    padding: 6px 0 6px 17px;
    position: relative;
}
#colophon ul.menu li a:before{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 4px;
    height: 4px;
    left: 0;
    top: 13px;
    border-radius: 100%;

}
#colophon ul.menu li a:hover{
  color: #FFCC68;
}

.network-widget {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

}
.network-widget img{
   max-height: 34px;
}
#masthead{
  margin-bottom: 20px;
  position: relative;
  z-index: 9999;
}

#back-top {
    position: fixed;
    bottom: 28px;
    right: 46px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFC965;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 100%;
}
#back-top.slow-back-top {
    visibility: visible;
    opacity: 1;
}
  .product-list-tabs .nav-tabs a.see-all .mobile{
   display: none;
}

.contact-pos-tb{
    position: fixed;
    width: 100%;
    height: 48px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    z-index: 99;
    align-items: center;
    box-shadow: 0px 4px 20px 0px #00000026;
}
.contact-pos-tb > *{
      flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.contact-pos-tb .item:not(.phone-mobile-footer,.back-top-mobile) a{
    display: inline-block;
    padding: 5px;
}
.contact-pos-tb .back-top-mobile,
.contact-pos-tb .phone-mobile-footer{
  display: flex;
  justify-content: center;
}
.contact-pos-tb .phone-mobile-footer a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #EE1D52;
    border-radius: 100%;
    border: 2px solid #fff;
    margin-top: -18px;
    transform: scale(1.2);
}
.contact-pos-tb .back-top-mobile a{
      display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background-color: #FFC965;
    border-radius: 100%;
}
/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (max-width: 1450px){
}
@media (max-width: 991px){

  .top-bar{
    display: none;
  }
  .titles-wg {
    font-size: 16px;
    width: 100%;
        max-width: 100%;
  }
  .product-list-tabs .nav-tabs .list-nav-tab{
    width: 100%;
  }
  .chinh-sach-home .group-text .cam_ket,
  .chinh-sach-home .group-text .text-bt,
  .chinh-sach-home .group-text .text{
    font-size: 8.97px;
    line-height: 12.82px;

  }
  .posts-list .item-post .thumbs {
    width: 102px;
  }
  .posts-list .item-post .empty {
    width: calc(100% - 102px);
    width: -moz-calc(100% - 102px);
    width: -webkit-calc(100% - 102px);
    padding-left: 15px;
  }
  .header-tb img.img-logo {
    max-height: 32px;
  }

    .header-tb .form-search {
        width: 100%;
        padding: 0;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        background-color: #fff;
        padding: 16px;
        transition: 0.2s;
        transform: translateX(100%);
    }
     .header-tb .form-search.active{
        transform: translateX(0%);
     }
  .header-tb .form-search .logo-search-cloes{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom:1px solid #D9D9D9;
  }

  .logo-search-cloes .cloes-search{
     display: flex;
     justify-content: center;
     align-items: center;
     width: 32px;
     height: 32px;
             font-size: 20px;
  }
  .icons-menu-mobile {
    color: var(--color-primary);
            font-size: 18px;
            width: 32px;
            height: 32px;
  }

  .icons-search-mobile{
    width: 32px;
    height: 32px;
    background-color:var(--color-primary);
    color: #fff;
    border-radius: 12px;
  }
  .boxs .active-cas h1{
    font-size: 16px;
  }

  #site-navigation{
            width: 100%;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #fff;
        padding: 16px;
        transition: 0.2s;
        transform: translateX(-100%);
        z-index: 99999;

  }
  #site-navigation.active {
        transform: translateX(0%);
    }
       #site-navigation .logo-menu-cloes{
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #D9D9D9;
    }
    #site-navigation .logo img.img-logo {
        max-height: 32px;
    }
    #site-navigation .logo-menu-cloes .cloes-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
    #site-navigation ul li a{
      display: block;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      color: #000000;

    }
    #site-navigation ul li {
      margin-bottom: 15px;
    }
    #site-navigation ul li:last-child{
      margin-bottom: 0;
    }
    #site-navigation ul li.current-menu-parent > a,
    #site-navigation ul li.current-menu-item > a,
    #site-navigation ul li a:hover{
      color:var(--color-primary);
    }
    .conten-menu-mobile{
          overflow-x: hidden;
    overflow-y: auto;
    height: 86%;
    }
    #back-top{
      display: none !important;
    }
}

@media(max-width:768px){
  .product-list-tabs .nav-tabs a.see-all .mobile{
   display: block;
}
  .product-list-tabs .nav-tabs a.see-all .pc{
   display: none;
}
  .baner-home .pc { display:none; }
  .baner-home .mobile { display:block; }
  .chinh-sach-home .mobile{
    display: block;
  }
  .chinh-sach-home .pc{
    display: none;
  }
  .chinh-sach-home .group-text {
      left: 20px;
      right: 20px;
      top: 50%;
      width: stretch;
  }
    .posts-list .item-post .thumbs {
        width: 176px;
    }
  .posts-list .item-post .empty {
    width: calc(100% - 176px);
    width: -moz-calc(100% - 176px);
    width: -webkit-calc(100% - 176px);
  }
  .posts-list .item-post{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #787878;
  }
  .posts-list .col-md-6:last-child .item-post{
        padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .cam-nhan-khach-hang-home, .posts-list, .videos-list, .product-list-tabs {
    border-radius: 0;
    padding: 24px 16px;
  }
  .no-padding-mobile{
    padding-left: 0;
    padding-right: 0;
  }

  #colophon .row >*{
        padding-left: 25px;
    padding-right: 25px;
  }
  #colophon .widget-top {
    margin-bottom: 25px;
  }
  #colophon .widget {
    margin: 0 0 30px;
  }
  .padding-17,
  .chinh-sach-home,
  .widget-utilities,
  .baner-home{
            padding: 0 16px;
  }
  .relateds-posts,
  .utilities-home {
    padding-top: 20px;
    padding-right: 16px;
    padding-bottom: 20px;
    padding-left: 16px;

  }
  .product-list-tabs .nav-tabs ul li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-list-tabs .nav-tabs .list-nav-tab{
    justify-content: space-between;
  }

  .widget_media_image img{
    width: 100%;
  }
  .term-description, .boxs{
    padding: 24px 16px;
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .relateds-posts .item-post,
  .list-post-category .item-post{
    display: flex;
    flex-wrap: wrap;
     padding-bottom: 15px;
border-bottom: 1px dashed #787878;
  }
    .relateds-posts .item-post:last-child,
   .list-post-category .col-lg-3.col-md-4:last-child .item-post{
      margin-bottom: 0;
      border-bottom: none;
   }
   .list-post-category .row {
    row-gap: 15px;
}
.relateds-posts .item-post .thumbs,
  .list-post-category .item-post .thumbs{
    margin-bottom: 0;
    width: 176px;

  }
  .relateds-posts .item-post .empty,
  .list-post-category .item-post .empty{
            width: calc(100% - 176px);
        width: -moz-calc(100% - 176px);
        width: -webkit-calc(100% - 176px);
                padding-left: 15px;
  }
    .relateds-posts .item-post .thumbs a,
  .list-post-category .item-post .thumbs a {
    padding-top: 80%;
    position: relative;
    display: block;
    line-height: 1;

  }
   .relateds-posts .item-post .thumbs a img{
       position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
   }
    .relateds-posts{
      border-radius: 0;
    }
    .relateds-posts .title-related{
      font-size: 16px;
      text-transform: uppercase;
    }
    .relateds-posts .meta{
      margin-bottom: 7.5px;
    }
}

@media (max-width: 567px) {
  .contact-product a{
                width: calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: -webkit-calc(50% - 5px);
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
/*  #back-top.slow-back-top{
    display: none;
  }*/
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
}