@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type="submit"] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*# sourceMappingURL=reset.css.map */
:root {
  --white-color: #ffffff;
}

.form-contact-input form button,
.single__recruitment-form .button,
.recruitment-box .recruitment-view .view-more,
.product-detail-desc .btn-buy,
.product-title .name,
.box-search_header,
.menu__mobile-main .menu-nav .header__main-nav ul li.menu-item-has-children.open::after,
.menu__mobile-main .menu-nav .header__main-nav ul li.menu-item-has-children::after,
.menu__mobile-main .menu-nav .header__main-nav,
.menu__mobile-main .menu-cate-list .main-menu-cate li.menu-item-has-children::after,
.menu__mobile .menu__mobile-main .menu-cate .menu-cate-list,
.header__main .header__main-nav .sub-menu li,
.header__main .header__main-nav .sub-menu,
.header__main .header__main-nav ul li a:after,
.header__main .header__main-cate .cate-body .sub-menu,
.header__main .header__main-cate .cate-body > ul li.menu-item-has-children::after,
.header__main .header__main-cate .cate-body > ul > li,
.header__main .header__main-cate .cate-body,
.header__main .header__main-cate:hover .cate-header .arrow,
.home .header__main .header__main-cate .cate-header .arrow,
.panination ul li a:hover,
.backTop,
a,
img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ws-sgct blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}

.ws-sgct blockquote p {
  margin: 0 !important;
}

.ws-sgct code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
}

.ws-sgct p,
.ws-sgct table {
  margin: 0 0 20px;
  line-height: 2;
}
.the_content h2,
.the_content h3,
.the_content h4, 
.the_content .title-desc {
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.the_content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.the_content h6 {
  font-size: 15px;
}

.the_content h5 {
  font-size: 17px;
}

.the_content h4 {
  font-size: 17px;
}

.the_content h3 {
  font-size: 18px;
}

.the_content h2, .the_content .title-desc {
  font-size: 20px;
  line-height: 1.5;
}

.the_content h1 {
  font-size: 25px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.the_content p {
  color: #333;
  margin-bottom: 1rem;
  font-size: 16.5px;
  line-height: 1.6;
}

.the_content ul {
  list-style: disc;
  padding-left: 2rem;
  padding-bottom: 5px;
}

.the_content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.the_content ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--primary-color);
  border-radius: 99px;
  left: 0;
  top: 10px;
}

.the_content ul li a {
  color: var(--primary-color);
}


.the_content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.the_content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.the_content ol li a {
  color: #ff5912;
}
.the_content a {
  color: var(--primary-color);
  font-weight: 700;
}

.the_content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}
.the_content blockquote p {
  margin-bottom: 0;
}
.the_content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}
.the_content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}

.the_content table > tbody > tr > td,
.the_content table > tbody > tr > th,
.the_content table > tfoot > tr > td,
.the_content table > tfoot > tr > th,
.the_content table > thead > tr > td,
.the_content table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 16.5px !important;
}
.the_content iframe {
  margin: auto;
}

.the_content .syntaxhighlighter {
  padding: 10px 0;
}
.the_content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.ws-sgct table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.ws-sgct table > tbody > tr > td,
.ws-sgct table > tbody > tr > th,
.ws-sgct table > tfoot > tr > td,
.ws-sgct table > tfoot > tr > th,
.ws-sgct table > thead > tr > td,
.ws-sgct table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.ws-sgct h6 {
  font-size: 18px;
}

.ws-sgct h5 {
  font-size: 1.8rem;
}

.ws-sgct h4 {
  font-size: 2rem;
}

.ws-sgct h3 {
  font-size: 2.2rem;
}

.ws-sgct h2 {
  font-size: 2.5rem;
}

.ws-sgct ul,
.ws-sgct ol {
  margin: 0 0 20px;
  padding-left: 55px;
}

.ws-sgct ul li,
.ws-sgct ol li {
  line-height: 1.5;
}
.ws-sgct ul {
  list-style: disc;
}
.ws-sgct ol {
  list-style: decimal;
}

.ws-sgct iframe {
  margin: auto;
}

.ws-sgct .syntaxhighlighter {
  padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6 {
  margin: 0 0 2.5rem;
}

@keyframes stuck-header {
  0% {
    transform: translateY(-300px);
  }

  100% {
    transform: translateY(0);
  }
}

.header__nav.header-active {
  background: #ffffff;
}

.header-active {
  position: fixed !important;
  width: 100%;
  left: 0;
  animation: stuck-header 0.5s;
  z-index: 999;
  top: 0;
  background: #fff;
  box-shadow: 0px -2px 10px 0px #807474;
}

.overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(94, 149, 231, 0.5);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}

#backTop.show {
  display: block;
}

#backTop {
  border: 1px solid #fff;
  display: none;
  position: fixed;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  z-index: 4;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 20px;
  bottom: 85px;
  background: var(--primary-color);
  color: #fff;
}

#backTop:hover {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: var(--secondary-color);
}

.c-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 70%;
}

.c-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.scale-hover {
  display: block;
  overflow: hidden;
  width: 100%;
}

.scale-hover img {
  transition: 2s;
}

.panination {
  margin: 20px 0px;
}

.panination ul {
  display: flex;
  justify-content: center;
}

.panination ul li.active a {
  background: var(--primary-color);
  color: var(--white-color);
}

.panination ul li a {
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #282828;
  text-decoration: none;
}

.panination ul li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.panination ul li a:hover svg path {
  stroke: var(--white-color);
}

@media (min-width: 991px) {
  .col-lg-1-5 {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

/** Grid **/
.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-15 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/* @media(min-width:992px){
  .gutter-10 > [class*="col-"] {
    margin-top: 40px;
    margin-bottom: 0;
  }
} */
/*------------------FONT-------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700;
}


/*@font-face {
  font-family: "Roboto";
  src: local('Roboto Regular'), local('Roboto-Regular'), src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto Bold'), local('Roboto-Bold'), src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}
*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

/* @media only screen and (max-width: 1200px) {
  html {
    font-size: 52%;
  }
} */

:root {
  --primary-color: #E6518B;
  --secondary-color: #E6518B;
  --text-color: rgba(0, 0, 0, 0.8);
  --white-color: rgba(255, 255, 255, 1);
  --bg-color: #fff0f6;
}

body {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color);
}

.container {
  padding: 0 15px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
    width: 100%;
  }
}

/*---------------------HEADER---------------------------*/
.header__wrapper {
  background: var(--primary-color);
  padding-top: 1rem;
}

.header__top-logo img {
  max-width: 20rem;
}

.header__top-search {
  width: 44.2rem;
  max-width: 100%;
  position: relative;
  margin-right: 3rem;
  margin-bottom: 4px;
}

.header__top-search form input {
  width: 100%;
  border: none;
  border-radius: 2rem;
  padding: 7px 1.5rem;
}

.header__top-search form input::placeholder {
  color: var(--primary-color);
  font-size: 1.4rem;
}

.header__top-search form button {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 14px;
  height: 14px;
}
.header__top-search form button svg path {
  stroke: var(--primary-color);
}
.header__top-contact {
  color: var(--white-color);
}

.header__top-contact p {
  font-size: 1.6rem;
  margin-left: 2.3rem;
}

.header__top-contact a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.header__top-contact .phone {
  display: flex;
  align-items: center;
}

.header__top-contact .phone svg {
  margin-right: 7px;
  margin-bottom: 5px;
}

.header__top-cart {
  margin-left: 10rem;
}

.cart {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #ffd7e7;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart .count {
  position: absolute;
  top: -10px;
  right: -2px;
  width: 2rem;
  height: 2rem;
  font-size: 1.4rem;
  background: #fff;
  color: var(--primary-color);
}

.home .header__main .header__main-cate .cate-body {
  visibility: visible;
  opacity: 1;
}

.home .header__main .header__main-cate .cate-header .arrow {
  transform: rotate(-90deg);
}

.header__main {
  padding-top: 1.5rem;
}

.header__main .header__main-cate {
  position: relative;
  width: 100%;
}

.header__main .header__main-cate:hover .cate-body {
  visibility: visible;
  opacity: 1;
}

.header__main .header__main-cate:hover .cate-header .arrow {
  transform: rotate(-90deg);
}

.header__main .header__main-cate .cate-header {
  width: 100%;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: var(--primary-color);
  z-index: 2;
}
.header__main .header__main-cate .cate-header svg path {
  stroke: var(--primary-color);
}
.header__main .header__main-cate .cate-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  visibility: hidden;
  opacity: 0;
  top: 42px;
  left: 0;
  position: absolute;
  width: 100%;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  z-index: 2;
  max-height: 35rem;
  background-color: #fff;
}

.header__main .header__main-cate .cate-body > ul > li {
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.header__main .header__main-cate .cate-body > ul > li a {
  display: block;
  padding: 1.05rem;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000;
}

.header__main .header__main-cate .cate-body > ul > li:hover {
  background: var(--primary-color);
}

.header__main .header__main-cate .cate-body > ul > li:hover > a {
  color: var(--white-color);
}

.header__main .header__main-cate .cate-body > ul li.menu-item-has-children {
  position: relative;
}

.header__main .header__main-cate .cate-body > ul li.menu-item-has-children::after {
  position: absolute;
  top: 11px;
  right: 9px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L4 4L1 1' stroke='%23E6518B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header__main .header__main-cate .cate-body > ul li.menu-item-has-children:hover:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L4 4L1 1' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header__main .header__main-cate .cate-body > ul li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header__main .header__main-cate .cate-body > ul li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.header__main .header__main-cate .cate-body .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  box-shadow: 2px -3px 20px 1px rgba(0, 0, 0, 0.05);
  left: 100%;
  max-width: 100%;
  min-width: 90%;
  background-color: #fff;
  border-left: 1px solid var(--primary-color);
  transition: all 0.3s;
}

.header__main .header__main-cate .cate-body .sub-menu li:hover {
  background: var(--primary-color);
  border-left: 4px solid #fff;
}


.header__main .header__main-cate .cate-body .sub-menu li:hover a {
  color: #fff;
}
.header__main .header__main-cate .cate-body .sub-menu li .sub-menu li a {
    color: #000;
}
.header__main .header__main-cate .cate-body .sub-menu li .sub-menu li:hover a {
  color: #fff;
}

.header__main .header__main-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__main .header__main-nav ul li.current-menu-item a::after {
  width: 100%;
}

.header__main .header__main-nav ul li {
  position: relative;
  margin-right: 3.7rem;
  display: flex;
  align-items: center;
}

.header__main .header__main-nav ul li:last-child {
  margin-right: 0;
}

.header__main .header__main-nav ul li a {
  display: block;
  font-size: 1.6rem;
  color: var(--white-color);
  font-weight: normal;
  position: relative;
}

.header__main .header__main-nav ul li a:after {
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--white-color);
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header__main .header__main-nav ul li a:hover::after {
  width: 100%;
}

.header__main .header__main-nav ul li:hover .sub-menu {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.header__main .header__main-nav ul li.menu-item-has-children::after {
  margin-left: 2px;
  background: url("../svg/down.svg") no-repeat center;
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
}

.header__main .header__main-nav .sub-menu {
  background: #fff;
  width: 20rem;
  position: absolute;
  left: 0;
  top: 23px;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.header__main .header__main-nav .sub-menu li {
  display: block;
  line-height: 1.5;
  margin-right: 0;
  padding: 0.8rem 1.2rem !important;
}

.header__main .header__main-nav .sub-menu li:hover a::after {
  display: none;
}

.header__main .header__main-nav .sub-menu li a {
  display: block;
  font-size: 1.5rem;
  color: var(--text-color);
}

.header__main .header__main-nav .sub-menu li:hover {
  background: var(--primary-color);
}

.header__main .header__main-nav .sub-menu li:hover a {
  color: var(--white-color) !important;
}

/*----------------Menu-mobile----------------*/
.menu__mobile {
  background: var(--white-color);
}

.menu__mobile .menu__mobile-header {
  padding: 0.5rem 0;
  position: relative;
  z-index: 99;
  background: var(--primary-color);
  border-bottom: 1px solid #fff;
}

.menu__mobile .cart .count {
  border: 1px solid var(--primary-color);
  top: -10px;
  right: -6px;
  width: 2.3rem;
  height: 2.3rem;
}

.menu__mobile .menu__mobile-main {
  background: var(--primary-color);
  padding: 0.5rem 0;
  color: var(--white-color);
}

.menu__mobile .menu__mobile-main svg path {
  stroke: #fff;
}

.menu__mobile .menu__mobile-main .menu-cate,
.menu__mobile .menu__mobile-main .menu-nav {
  display: flex;
  align-items: center;
}

.menu__mobile .menu__mobile-main .menu-cate span,
.menu__mobile .menu__mobile-main .menu-nav span {
  font-size: 16px;
  line-height: 1.2;
}

.menu__mobile .menu__mobile-main .menu-cate {
  position: relative;
}

.menu__mobile .menu__mobile-main .menu-cate svg {
  margin-right: 5px;
}

.menu__mobile .menu__mobile-main .menu-cate .menu-cate-list {
  background: #fff;
  top: 32px;
  left: 0;
  position: absolute;
  width: 276px;
  max-height: 500px;
  overflow-x: auto;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.menu__mobile .menu__mobile-main .menu-cate .menu-cate-list.show {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.menu__mobile .menu__mobile-main .menu-nav svg {
  margin-left: 5px;
}

.social-mb {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--primary-color);
  padding: 0.8rem 1rem 1rem 1rem;
  z-index: 99;
}
@media (max-width: 991px) {
  .social-mb {
    display: block;
  }
}
.social-mb ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-mb ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.social-mb ul li .icon-name {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5px;
}
/*  .social-mb.show {
  z-index: 100;
  visibility: visible;
  opacity: 1;
} */

.menu__mobile-main .menu-cate-list .cate-title {
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 1.2rem;
  background: var(--primary-color);
  position: relative;
}

.menu__mobile-main .menu-cate-list .cate-title .close-btn {
  position: absolute;
  top: 6px;
  right: 0;
}

.menu__mobile-main .menu-cate-list .main-menu-cate {
  border: 1px solid var(--primary-color);
  color: #000;
}

.menu__mobile-main .menu-cate-list .main-menu-cate > li {
  position: relative;
  padding: 1.5rem 1.2rem;
  border-bottom: 1px solid #c4c4c4;
}

.menu__mobile-main .menu-cate-list .main-menu-cate li.menu-item-has-children {
  position: relative;
}

.menu__mobile-main .menu-cate-list .main-menu-cate li.menu-item-has-children::after {
  position: absolute;
  top: 13px;
  right: 9px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L4 4L1 1' stroke='%231b75bb' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.menu__mobile-main .menu-cate-list .main-menu-cate li.menu-item-has-children.open::after {
  transform: rotate(90deg);
}

.menu__mobile-main .menu-cate-list .sub-menu {
  padding-left: 1rem;
  display: none;
}

.menu__mobile-main .menu-cate-list .sub-menu li {
  padding: 1rem;
  border-bottom: 1px solid #c4c4c4;
}

.menu__mobile-main .menu-nav {
  position: relative;
}

.menu__mobile-main .menu-nav .header__main-nav {
  background: #fff;
  top: 32px;
  right: 0;
  position: absolute;
  width: 276px;
  max-height: 500px;
  overflow-x: auto;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.menu__mobile-main .menu-nav .header__main-nav .mb-logo {
  position: relative;
  padding: 0.5rem 0;
  background: var(--primary-color);
}

.menu__mobile-main .menu-nav .header__main-nav .mb-logo img {
  max-width: 70px;
  margin: auto;
}

.menu__mobile-main .menu-nav .header__main-nav .mb-logo .close-btn {
  position: absolute;
  top: 0px;
  width: 4rem;
  right: 0;
  display: flex;
  height: 100%;
  align-items: center;
}

.hazo-footer_info {
  margin-right: 10px;
}

.menu__mobile-main .menu-nav .header__main-nav ul {
  border: 1px solid var(--primary-color);
  color: #000;
}

.menu__mobile-main .menu-nav .header__main-nav ul li {
  position: relative;
  padding: 1.5rem 1.2rem;
  border-bottom: 1px solid #c4c4c4;
}

.menu__mobile-main .menu-nav .header__main-nav ul li.menu-item-has-children::after {
  position: absolute;
  top: 13px;
  right: 9px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L4 4L1 1' stroke='%231b75bb' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.menu__mobile-main .menu-nav .header__main-nav ul li.menu-item-has-children.open::after {
  transform: rotate(90deg);
}

.menu__mobile-main .menu-nav .header__main-nav ul .sub-menu {
  padding-left: 1rem;
  border: none;
  display: none;
}

.menu__mobile-main .menu-nav .header__main-nav ul .sub-menu li {
  padding: 1rem;
  border-bottom: 1px solid #c4c4c4;
}

.menu__mobile-main .menu-nav .header__main-nav.show {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

body.overflow {
  overflow: hidden;
}

.box-search_header {
  position: fixed;
  top: 30%;
  left: 50%;
  animation: show_box_hd 0.5s forwards;
  text-align: center;
  z-index: 2001;
  display: none;
  padding: 20px;
  background: var(--white-color);
  border-radius: 10px;
}

.box-search_header.active {
  display: block;
}

.box-search_header .close-btn {
  position: absolute;
  top: 4px;
  right: 10px;
}

.box-search_header .close-btn svg path {
  stroke: var(--primary-color);
}
.search-mb .search-icon svg path {
  stroke: #fff;
}
@keyframes show_box_hd {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) scale(0.7);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
  }
}

.box-search_header label {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 20px;
  color: var(--primary-color);
}

.box-search_header form {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .box-search_header form {
    width: 80vw;
  }
}

.box-search_header form input {
  border: none;
  outline: none;
  width: 400px;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  .box-search_header form input {
    width: 100%;
  }
}

.box-search_header form button {
  width: 40px;
  background: var(--primary-color);
  border: none;
  outline: none;
  color: #fff;
}

.box-search_header form button svg path {
  stroke: var(--white-color);
}

/*------------------FOOTER---------------------*/
.footer__wrapper {
  background: var(--primary-color);
  padding: 5rem 0;
  color: var(--white-color);
}

@media (max-width: 767px) {
  .footer__wrapper {
    padding: 5rem 0;
  }
}

.footer__wrapper .footer-item .footer-logo img {
  width: 16rem;
  display: block;
}

@media (max-width: 767px) {
  .footer__wrapper .footer-item .footer-logo img {
    margin: auto;
  }
}

.footer__wrapper .footer-item .footer-contact {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 1rem 0;
}

.footer__wrapper .footer-item .footer-contact p {
  display: inline-block;
  font-size: 14px;
}

.footer__wrapper .footer-item .footer-social {
  margin-top: 1rem;
}

.footer__wrapper .footer-item .footer-social ul {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .footer__wrapper .footer-item .footer-social ul {
    justify-content: center;
  }
}

.footer__wrapper .footer-item .footer-social ul li {
  margin-right: 1.5rem;
}
.footer__wrapper .footer-item .footer-social ul li a svg path {
  
}

.footer__wrapper .footer-item .footer-title {
  text-transform: uppercase;
  font-size: 15px;
  margin: 3rem 0 2.7rem 0;
}

@media (max-width: 767px) {
  .footer__wrapper .footer-item .footer-title {
    margin: 3rem 0 2rem 0;
  }
}

.footer__wrapper .footer-item .footer-content {
  line-height: 1.8;
  font-size: 1.6rem;
}

.footer__wrapper .footer-item .footer-content ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.footer__wrapper .footer-item .footer-content ul li a {
  font-size: 14px;
}
.footer__wrapper .footer-item .footer-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: var(--white-color);
  border-radius: 50%;
}

.footer__wrapper .footer-item .footer-content ul li:hover a {
  border-bottom: 1px solid var(--white-color);
}

.footer__wrapper .footer-item .footer-map-box iframe {
  display: block;
  width: 100%;
  max-height: 141px;
  height: 100%;
}

/*-------------------Home slider-----------------------*/
.home__slider {
  background: var(--bg-color);
}
@media (min-width: 992px) {
  .home__slider {
    min-height: 36.6rem;
  }
}
@media (max-width: 991px) {
  .home__slider {
    background: unset;
  }
}

.home__slider .flickity-page-dots {
  bottom: 10px;
}

.home__slider .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #fff;
  opacity: 1;
}

.home__slider .flickity-page-dots .dot.is-selected {
  background: var(--primary-color);
}

.home__slider .home__slider-item img {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .home__slider .home__slider-item img {
    height: 33rem;
  }
}
@media (max-width: 991px) {
  .home__slider .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}

.home__love-story {
  margin: 4rem 0;
}

@media (max-width: 767px) {
  .home__love-story {
    margin: 2rem 0 4rem 0;
  }
}

.home__love-story .home__love-text .section-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .home__love-story .home__love-text .section-title {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}

.home__love-story .home__love-text .desc {
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 767px) {
  .home__love-story .home__love-text .desc {
    font-size: 14px;
  }
}

.view-more-btn {
  margin-top: 3.2rem;
}

@media (max-width: 767px) {
  .view-more-btn {
    text-align: center;
  }
}

.view-more-btn a {
  display: inline-block;
  text-align: center;
  width: 13rem;
  padding: 0.9rem 0;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  color: var(--primary-color);
  font-size: 1.5rem;
}

.view-more-btn a:hover {
  background: var(--primary-color);
  color: #fff;
}

.banner-mb {
  margin-top: 1.3rem;
}

.banner-mb .banner-img img {
  width: 100%;
}
/*-------------SẢN PHẨM-----------------*/
.feature__product {
  padding-top: 4rem;
}

.section__product {
  padding-top: 6rem;
  background: var(--bg-color);
}

.section__product .section__nav {
  background: var(--primary-color);
  padding: 1.5rem 2rem;
  color: var(--white-color);
}

.section__product .section__nav .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 767px) {
  .section__product .section__nav .title {
    font-size: 18px;
  }
}

.section__product .section__nav .view-all {
  font-size: 1.5rem;
  position: relative;
}

.section__product .section__nav .view-all::after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L6.5 4.5L3 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 8L4.5 4.5L1 1' stroke='white' stroke-width='0.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.section__product .section__nav .view-all:hover {
  border-bottom: 1px solid var(--white-color);
}

@media (max-width: 767px) {
  .section__product .view-more-btn {
    margin-top: 2rem;
  }
}

.product-list {
  background: var(--white-color);
}

.product-list .view-more-btn {
  margin-top: 1.2rem;
}

@media (min-width: 992px) {
  .product-list {
    padding: 2rem 2rem 3.2rem 2rem;
  }
}

@media (max-width: 991px) {
  .product-list {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.product-list .product-item {
  position: relative;
  border: 1px solid var(--primary-color);
  padding: 1rem;
  height: 100%;
}

@media (max-width: 767px) {
  .product-list .product-item {
    background: var(--white-color);
  }
}

.product-list .product-item .product-img .c-img {
  padding-top: 94%;
}

.product-list .product-item .product-img .c-img img {
  margin: auto;
  width: 94%;
}

.product-list .product-item .product-desc {
  padding-top: 1.5rem;
}

.product-list .product-item .product-price {
  padding: 1rem 0;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.product-list .product-item .product-price del {
  color: #b5b3b3;
  font-style: italic;
  font-size: 12px;
  margin-right: 2rem;
}

@media (max-width: 991px) {
  .product-list .product-item .product-price del {
    font-size: 12px;
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .product-list .product-item .product-price del {
    margin-right: 5px;
  }
}
.product-list .product-item .product-price ins {
  font-size: 1.6rem;
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 1500px) {
  .product-list .product-item .product-price ins {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .product-list .product-item .product-price ins {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .product-list .product-item .product-price ins {
    font-size: 1.2rem;
  }
}
.product-list .product-item .tag {
  position: absolute;
  left: 6px;
  top: 12px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 12px;
  padding: 2px 6px;
  text-align: center;
}

@media (max-width: 767px) {
  .product-list .product-item .tag {
    left: 1rem;
    top: 1rem;
  }
}

.product-title {
  font-size: 14px;
  font-weight: 600;
}

.product-title .code {
  text-transform: uppercase;
  color: var(--primary-color);
}

.product-title .name:hover {
  color: var(--primary-color);
}

.home__whyus {
  padding: 4rem 0;
  background-size: cover;
  position: relative;
  margin-top: 4rem;
}

.home__whyus::before {
  position: absolute;
  content: "";
  width: 100%;
  top: -4rem;
  left: 0;
  height: 8rem;
  background: var(--bg-color);
}
@media (max-width: 767px) {
  .home__whyus::before {
    height: 5rem;
  }
}
@media (min-width: 1400px) {
  .home__whyus {
    background-size: 100% 100%;
  }
}

@media (max-width: 767px) {
  .home__whyus {
    background: none !important;
  }
}

.home__whyus-content {
}

@media (min-width: 768px) {
  .home__whyus-content {
    padding: 4rem 0;
  }
}

@media (max-width: 767px) {
  .home__whyus-content {
    background: none;
    color: #000;
  }
}

.home__whyus-content .whyus-title {
  text-align: center;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .home__whyus-content .whyus-title {
    color: var(--primary-color);
    text-align: left;
  }
}

.home__whyus-content .sub-title {
  text-align: center;
  font-weight: 400;
  line-height: 2;
  color: #000;
}

@media (max-width: 767px) {
  .home__whyus-content .sub-title {
    text-align: left;
  }
}

.home__whyus-list {
  margin-top: 2rem;
}

.home__whyus-list .whyus-icon {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .home__whyus-list .whyus-icon {
    margin-right: 1rem;
  }
}

.home__whyus-list .whyus-desc strong {
  font-size: 16px;
  color: var(--secondary-color);
}

@media (max-width: 767px) {
  .home__whyus-list .whyus-desc strong {
    color: var(--primary-color);
  }
}

.home__whyus-list .whyus-desc p {
  font-size: 13px;
  font-weight: 400;
}

/*-----------------HOME-NEWS-------------------*/
.heading-title {
  text-align: center;
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.section__news {
  background: var(--bg-color);
}

.section__news .section__news-wrapper {
  padding: 4rem 1rem;
  background: var(--bg-color);
}

.section__news .big-news-item {
  position: relative;
}

.section__news .big-news-item .c-img {
  padding-top: 68% !important;
}

.section__news .c-img img,
.news__feature .c-img img {
  object-fit: cover;
}
.section__news .big-news-item .news-title {
  color: var(--white-color);
  font-size: 1.7rem;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  padding: 4rem 1rem 1.5rem 1rem;
  background: linear-gradient(360deg, #E6518B 32.27%, rgba(230, 81, 139, 0) 100%) !important;
}

.news-list .news-item {
  margin-bottom: 1.8rem;
  display: flex;
}
@media (min-width: 768px) {
  .news-list .news-item {
    padding: 0.5rem;
    background: #fff;
  }
}
.news-list .news-item .news-img {
  flex-basis: 26%;
  width: 26%;
}

@media (max-width: 767px) {
  .news-list .news-item .news-img {
    flex-basis: 40%;
    width: 40%;
  }
}

.news-list .news-item .news-img .c-img {
  padding-top: 75%;
}

.news-list .news-item .news-desc {
  padding: 0 1.5rem;
  flex-basis: 74%;
  width: 74%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-list .news-item .news-desc .news-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 1500px) {
  .news-list .news-item {
    margin-bottom: 1.6rem;
  }
}

.news-list .news-item .news-desc .news-title:hover {
  color: var(--primary-color);
}

.news-list .news-item .news-desc .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.news__feature {
  background: var(--bg-color);
}

.news__feature .news__feature-wrapper {
  padding: 0 1rem 4rem 1rem;
  background: var(--bg-color);
}

.news__feature .news__feature-wrapper .news-item {
  display: flex;
  margin-bottom: 1.8rem;
  background: var(--white-color);
  padding: 1rem;
}

.news__feature .news__feature-wrapper .news-item .news-img {
  flex: 1.3;
}

@media (max-width: 991px) {
  .news__feature .news__feature-wrapper .news-item .news-img {
    flex-basis: 26%;
    width: 26%;
  }
}

@media (max-width: 767px) {
  .news__feature .news__feature-wrapper .news-item .news-img {
    flex-basis: 40%;
    width: 40%;
  }
}

.news__feature .news__feature-wrapper .news-item .news-img .c-img {
  padding-top: 57%;
}

@media (max-width: 991px) {
  .news__feature .news__feature-wrapper .news-item .news-img .c-img {
    padding-top: 75%;
  }
}

.news__feature .news__feature-wrapper .news-item .news-desc {
  flex: 3;
  padding: 0 2rem;
}

@media (max-width: 991px) {
  .news__feature .news__feature-wrapper .news-item .news-desc {
    flex-basis: 75%;
    width: 75%;
    padding: 0 1.5rem;
  }
}

.news__feature .news__feature-wrapper .news-item .news-desc .news-title {
  font-size: 1.6rem;
  font-weight: 700;
}

.news__feature .news__feature-wrapper .news-item .news-desc .news-title:hover {
  color: var(--primary-color);
}

.news__feature .news__feature-wrapper .news-item .news-desc .desc {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .news__feature .news__feature-wrapper .news-item .news-desc .desc {
    -webkit-line-clamp: 2;
    margin-top: 0.5rem;
  }
}

.breadcrumb {
  padding: 2rem 0;
  margin-bottom: 0;
}

.breadcrumb span.separator {
  padding: 0 4px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='%236B6B6B' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11L9 6L4 1' stroke-width='1.2' stroke='%236B6B6B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.breadcrumb p {
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  .breadcrumb p {
    padding: 0 2rem;
  }
}

.breadcrumb p a:hover {
  color: var(--primary-color);
}

.breadcrumb span.last {
  color: var(--primary-color);
}

.background-all {
  background: var(--bg-color);
}

.ws-sgct2 ul {
  list-style: disc;
  padding-left: 20px;
}

.hazo-content h1,
.hazo-content h2,
.hazo-content h3,
.hazo-content h4 {
  color: var(--primary-color);
  font-weight: 600;
}

.hazo-content h2,
.hazo-content h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.hazo-content p {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
}

.hazo-content img {
  display: block;
  margin: 1.5rem auto;
}

.hazo-content blockquote {
  font-weight: 700;
  background: #f3f3f3;
  padding: 15px 20px 15px 45px;
  line-height: 2;
  margin-bottom: 1.5rem;
  border-left: 2px solid var(--primary-color);
}

.about-content .about-desc {
  padding: 3rem 2rem;
  background: var(--white-color);
}

.news-page {
  padding-bottom: 8rem;
}

.news-author-rate {
  margin-top: 4rem;
  background: #f3f3f3;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

@media (max-width: 767px) {
  .news-author-rate {
    padding: 1rem 1.5rem;
  }
}

.news-author-rate .news-author {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .news-author-rate .news-author {
    margin-bottom: 1.5rem;
  }
}

.news-author-rate .news-author .author-img img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.news-author-rate .news-author .author-name {
  font-weight: 700;
  margin-left: 1rem;
}

.news-author-rate .news-author .author-name:hover {
  color: var(--primary-color);
}

.news-author-rate .news-author .time {
  margin: 0 1.5rem;
}

.news-author-rate .news-rate {
  display: flex;
  justify-content: center;
  align-items: start;
}

.news-author-rate .news-rate p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.news-author-rate .news-rate-social {
  margin-right: 4.2rem;
}

@media (max-width: 767px) {
  .news-author-rate .news-rate-social {
    margin-right: 3.5rem;
  }
}

.news-author-rate .news-rate-social p {
  margin-bottom: 4px;
}

.news-author-rate .news-rate-social ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.news-author-rate .news-rate-star .star-rate ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-author-rate .news-rate-star .star-rate .vote {
  font-size: 14px;
  margin-top: 2px;
}

.news-author-rate .news-rate-star .star-rate .vote strong {
  color: var(--primary-color);
}

.menu-content {
  margin-top: 1.5rem;
  background: #f3f3f3;
  padding: 2rem 1rem;
  margin-bottom: 3rem;
}

.menu-content .menu {
  font-weight: 600;
}

.menu-content .icon {
  cursor: pointer;
}

.menu-content .list-menu {
  display: none;
  padding-top: 2rem;
}

.menu-content .list-menu ul {
  padding-left: 3rem;
  list-style: auto;
}

.menu-content .list-menu ul li {
  margin-bottom: 1rem;
}

.lwptoc .lwptoc_i {
  width: 100%;
}

.lwptoc_header {
  cursor: pointer;
  position: relative;
}

.lwptoc_header:after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.lwptoc_header.clicked:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.lwptoc_title {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.lwptoc_title:before {
  content: url("data:image/svg+xml,%3Csvg width='34' height='25' viewBox='0 0 34 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.22 1.50598H8.13599V6.60598H33.22V1.50598Z' fill='%23030104'/%3E%3Cpath d='M33.22 9.72198H8.13599V14.82H33.22V9.72198Z' fill='%23030104'/%3E%3Cpath d='M33.22 18.506H8.13599V23.604H33.22V18.506Z' fill='%23030104'/%3E%3Cpath d='M1.519 2.11899H1.539V7.36899H3.038V0.73999H1.765L0 1.55799L0.255 2.71999L1.519 2.11899Z' fill='%23030104'/%3E%3Cpath d='M4.61 14.328H2.15V14.307L2.75 13.807C3.699 12.969 4.48 12.1 4.48 11.008C4.48 9.82599 3.68 8.96899 2.201 8.96899C1.329 8.96899 0.561 9.26799 0.08 9.63699L0.511 10.719C0.85 10.469 1.342 10.188 1.9 10.188C2.651 10.188 2.961 10.61 2.961 11.137C2.951 11.899 2.261 12.627 0.832 13.907L0 14.656V15.58H4.61V14.328Z' fill='%23030104'/%3E%3Cpath d='M3.30499 20.842V20.822C4.12099 20.545 4.51799 19.984 4.51799 19.281C4.51799 18.373 3.73299 17.633 2.32599 17.633C1.45899 17.633 0.674988 17.875 0.276988 18.129L0.593988 19.252C0.858988 19.088 1.42899 18.856 1.96899 18.856C2.63299 18.856 2.94999 19.149 2.94999 19.547C2.94999 20.109 2.29599 20.311 1.77599 20.311H1.17599V21.422H1.80699C2.47999 21.422 3.13399 21.719 3.13399 22.381C3.13399 22.871 2.72499 23.258 1.91999 23.258C1.28799 23.258 0.654988 23.004 0.379988 22.85L0.0629883 24.024C0.451988 24.256 1.17599 24.481 2.03199 24.481C3.71399 24.481 4.74499 23.626 4.74499 22.465C4.74499 21.586 4.10299 20.982 3.30499 20.842Z' fill='%23030104'/%3E%3C/svg%3E%0A");
  margin-right: 10px;
}

.lwptoc_toggle {
  display: none;
}

.lwptoc_i {
  padding-bottom: 10px !important;
}

.lwptoc_itemWrap {
  padding-top: 15px;
}

.lwptoc_item {
  margin-bottom: 10px;
}

.lwptoc_item a {
  color: #000 !important;
}

.lwptoc_item a:hover {
  color: var(--primary-variant);
}

.news-detail-wrapper .news-detail-content {
  padding: 3.2rem 2.4rem;
  background: var(--white-color);
}

.news-detail-wrapper .news-detail-content .news-title {
  font-size: 2rem;
  font-weight: 700;
}

.news-detail-wrapper .related {
  margin-top: 3rem;
  background: #eeeeee;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1rem;
  margin-bottom: 4rem;
}

.news-detail-wrapper .related ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
.news-detail-wrapper .related ul li:last-child {
  margin-bottom: 0;
}

.news-detail-wrapper .related ul li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  top: 8px;
  left: 0;
}

.news-detail-wrapper .related ul li a {
  color: #00449e;
  font-size: 15px;
}
.news-detail-wrapper .related p {
  display: none;
}
.date-post {
  padding-top: 1.5rem;
  border-top: 1px solid #ccc;
  margin-bottom: 3rem;
  font-style: italic;
}
p:empty {
  display: none !important;
}
.author-block {
  background: #eeeeee;
  padding: 15px;
}

.author-block .author-img {
  flex: 1;
}

@media (max-width: 767px) {
  .author-block .author-img {
    flex: 2;
  }
}

.author-block .author-img img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
}

.author-block .author-info {
  flex: 7;
  margin-left: 2rem;
}

.author-block .author-info .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.author-block .author-info .name:hover {
  color: var(--primary-color);
}

.author-block .author-info .contact-social ul {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.author-block .author-info .contact-social ul li {
  margin-right: 1.5rem;
}

.post-ralated .heading-title {
  text-transform: none;
  text-align: left;
}

.post-ralated .news__feature-wrapper {
  padding: 2rem;
}

.comment-plugin {
  padding-bottom: 6rem;
}

/*--------------------STAFF---------------------*/
.staff__main {
  padding-bottom: 4rem;
}
.staff__main-content {
  padding: 4rem 2rem 0 2rem;
  background: var(--white-color);
}
.staff__main-content .staff-block:last-child {
  margin-bottom: 0;
}
.staff-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary-color);
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #c4c4c4;
}

.staff__big-block {
  margin-bottom: 4rem;
}

.staff__big-block .staff-content .staff__img-link {
  flex-basis: 25%;
  width: 25%;
}

@media (max-width: 991px) {
  .staff__big-block .staff-content .staff__img-link {
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .staff__big-block .staff-content .staff__img-link .staff-img img {
    margin: auto;
  }
}

.staff__big-block .staff-content .staff-text {
  flex-basis: 50%;
  width: 50%;
  padding-left: 3rem;
}

.staff__big-block .staff-content .staff-text p {
  line-height: 1.8;
  font-weight: 400;
}

.text-has-disc {
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
  line-height: 1.7;
  display: block;
}

.text-has-disc::before {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  content: "";
  top: 8px;
  left: 6px;
  border-radius: 50%;
}

.staff-name {
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.staff-social {
  margin: 1rem 0;
}

.staff-social ul {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .staff-social ul {
    justify-content: center;
  }
}

.staff-social ul li {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .staff-social ul li {
    margin: 0 5px;
  }
}
.staff-link .link a {
  font-weight: 400;
  line-height: 1.4;
  color: #1c9cea;
  word-break: break-all;
}

.staff-list .staff-item {
  margin-bottom: 3.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .staff-list .staff-item {
    display: block;
  }
}

.staff-list .staff-item .staff-img {
  flex: 1;
  padding-top: 30%;
}
.staff-list .staff-item .staff-img img {
  object-fit: cover;
}

@media (max-width: 991px) {
  .staff-list .staff-item .staff-img {
    padding-top: 80%;
  }
}

@media (max-width: 767px) {
  .staff-list .staff-item .staff-img {
    padding-top: 100%;
  }
}

.staff-list .staff-item .staff-desc {
  flex: 2;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .staff-list .staff-item .staff-desc {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .staff-list .staff-item .staff-desc .staff-name,
  .staff-list .staff-item .staff-desc .text-has-disc {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .staff-list .staff-item .staff-desc .staff-name {
    font-size: 12px;
    margin: 0.5rem 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .staff-list .staff-item .staff-desc .text-has-disc::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .staff-list .staff-item .staff-desc .text-has-disc {
    padding-left: 0;
    font-weight: 400;
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .staff-list .staff-item .staff-social {
    margin-left: 2rem;
  }
}

@media (max-width: 767px) {
  .staff-list .staff-item .staff-link a {
    font-size: 12px;
  }
}

.staff-block {
  margin-bottom: 4rem;
}

/*------------------------PRODUCT-PAGE---------------------------------*/
.product__main-content {
  background: var(--white-color);
  padding: 4rem 2rem;
}

@media (max-width: 991px) {
  .product__main-content {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .product__main-content {
    background: none;
    padding: 0;
  }
}

.product__main-content .product-list {
  padding: 0;
}

.product__main-content aside {
  border: 1px solid var(--primary-color);
  padding: 2rem 1rem;
}

.sb-title, .wpc-filter-title{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 1.5rem !important;
  border-bottom: 1px solid #c9c6c6;
  color: var(--primary-color);
  font-weight: 700;
}

.sb-bt {
  margin-bottom: 2rem;
}

.side-bar-cate ul li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.side-bar-cate ul li.current-cat::before {
  background: var(--primary-color);
  border: none;
}

.side-bar-cate ul li.current-cat:after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.27273 1L3.27273 6L1 3.72727' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: -1px;
  left: 1px;
  z-index: 3;
}

.pro-nav-filter {
  margin-bottom: 2rem;
}

.pro-nav-filter p {
  color: var(--primary-color);
  text-transform: capitalize;
}

.pro-nav-filter .filter-box {
  min-width: 18.3rem;
}

.pro-nav-filter .filter-box select {
  color: var(--primary-color);
  padding: 0.8rem 1.5rem 0.8rem 0.8rem;
  border: 1px solid var(--primary-color);
  outline: none;
}

/*---------CHI TIẾT SẢN PHẨM----------*/
.product-detail-content {
  padding-bottom: 4rem;
}

.product-detail-content .product-nav-slider {
  margin: 8px -4px 0 -4px;
}

.product-detail-content .product-nav-slider .product-nav-item {
  padding: 0 4px;
  opacity: 0.7;
}

.product-detail-content .product-nav-slider .product-nav-item.is-nav-selected {
  opacity: 1;
}

.product-detail-content .product-nav-slider .product-slider-img {
  cursor: pointer;
  padding-top: 100%;
  position: relative;
}

.product-detail-content .product-nav-slider .product-slider-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .product-detail-desc {
    padding-left: 1rem;
  }
}

.product-detail-desc .code {
  color: var(--primary-color);
}

.product-detail-desc .product-title {
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .product-detail-desc .product-title {
    margin-top: 3rem;
  }
}

.product-detail-desc .product-code {
  display: inline-block;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #983c02;
}

.product-detail-desc .product-price del {
  color: #6b6b6b;
  margin-right: 2rem;
}

.product-detail-desc .product-price ins {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
}

.product-detail-desc .product-description {
  padding-bottom: 2rem;
  border-bottom: 1px dashed var(--primary-color);
}

.product-detail-desc .btn-buy {
  cursor: pointer;
  margin-top: 2.5rem;
  display: inline-block;
  min-width: 38rem;
  background: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  padding: 8px 0;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .product-detail-desc .btn-buy {
    display: block;
  }
}

.product-detail-desc .btn-buy:hover {
  color: var(--primary-color);
  background: var(--white-color);
  border: 1px solid var(--primary-color);
}

.product-desc-ct {
  margin-top: 2rem;
}

.product-desc-ct ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.product-desc-ct ul li strong {
  font-weight: 700;
}

.product-desc-ct ul li::before {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  content: "";
  top: 8px;
  left: 6px;
  border-radius: 50%;
}

.code {
  color: var(--primary-color);
  font-weight: 600;
}

.product__descript .comment-plugin {
  padding-bottom: 0;
}

.same-bg {
  background: var(--white-color);
  padding: 4rem 2rem;
}

@media (max-width: 767px) {
  .same-bg {
    background: none;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .product__related {
    padding-top: 4rem;
  }
}

.product__related .title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: var(--primary-color);
}

.product__related .product__related-wrapper {
  padding-top: 0;
}

.product__related .product__related-wrapper .product-list {
  background: none;
  padding: 0;
}

@media (max-width: 767px) {
  .product__related .product-list .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

/*---------------TUYỂN DỤNG-----------------*/
.recruitment-page .home__love-story {
  margin: 0;
  padding: 6rem 0;
  background: var(--white-color);
}

.recruitment__wrapper {
  padding-top: 4rem;
}

.recruitment-thumb {
  padding-bottom: 6rem;
  margin: 0 -15px 0 -15px;
}

@media (max-width: 767px) {
  .recruitment-thumb {
    margin: 0 -10px 0 -10px;
  }
}

.recruitment-thumb .flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.recruitment-thumb .flickity-prev-next-button.previous::after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 26L1 13.5L13.5 1' stroke='%23E6518B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.recruitment-thumb .flickity-prev-next-button.next::after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 26L13.5 13.5L1 1' stroke='%23E6518B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.recruitment-thumb .flickity-prev-next-button.next {
  right: -32px;
  top: 40%;
}

.recruitment-thumb .flickity-prev-next-button.previous {
  left: -32px;
  top: 40%;
}

.recruitment-thumb .flickity-button {
  background: none;
}

@media (max-width: 991px) {
  .recruitment-thumb .flickity-button {
    display: none;
  }
}

.recruitment-thumb .recruitment-item {
  padding: 0 10px;
}

.recruitment-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem;
  border-bottom: 1px solid var(--primary-color);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
  .recruitment-box {
    padding: 1.5rem 0;
  }
}
.recruitment-box:hover {
  background-color: rgba(70, 118, 206, 0.2);
}
.recruitment-box .recruitment-pos .pos {
  color: var(--primary-color);
  font-size: 18px;
}

.recruitment-box .recruitment-pos .salary {
  color: #000;
}

.recruitment-box .recruitment-view {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .recruitment-box .recruitment-view {
    margin-top: 2rem;
  }
}

.recruitment-box .recruitment-view .date {
  margin-right: 6rem;
}

.recruitment-box .recruitment-view .view-more {
  width: 17rem;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 8px 0;
  text-align: center;
  border-radius: 6px;
  font-size: 1.5rem;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .recruitment-box .recruitment-view .view-more {
    position: relative;
    width: 15rem;
    background: none;
    font-size: 14px;
    color: var(--primary-color);
    text-align: left;
  }
  .recruitment-box .recruitment-view .view-more::after {
    content: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33276 8L6.83276 4.5L3.33276 1' stroke='%231b75bb' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 8L4.5 4.5L1 1' stroke='%231b75bb' stroke-width='0.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .recruitment-box .recruitment-view .view-more a {
    display: inline-block !important;
  }
  .recruitment__main-list .recruitment-box:first-child .recruitment-view .view-more {
    color: var(--primary-color);
  }
}

.recruitment-box .recruitment-view .view-more a {
  display: block;
}

.recruitment-box .recruitment-view .view-more:hover {
  color: var(--primary-color);
  background: var(--white-color);
  border: 1px solid var(--primary-color);
}

.recruitment__main-wrapper .title {
  line-height: 1.8;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--primary-color);
}

.recruitment__main-wrapper .view-more-2 {
  text-align: center;
  margin-top: 4rem;
}

.recruitment__main-wrapper .view-more-2 a {
  display: inline-block;
  width: 30rem;
  color: var(--white-color);
  text-align: center;
  padding: 0.8rem 0;
  font-size: 1.6rem;
  border-radius: 27px;
  border: 1px solid transparent;
  background: var(--primary-color);
}

.recruitment__main-wrapper .view-more-2 a:hover {
  color: var(--primary-color);
  background: var(--white-color);
  border: 1px solid var(--primary-color);
}

@media (max-width: 767px) {
  .recruitment__main-content {
    padding-bottom: 4rem;
    margin-top: 0;
  }
}

.recruitment__main-heading {
  background: var(--white-color);
  padding: 3rem 0;
}

.recruitment__main-heading .recruitment-box-detail .title {
  line-height: 1.8;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--primary-color);
}

.recruitment__main-heading .recruitment-desc {
  font-size: 1.8rem;
  padding-top: 2rem;
  border-top: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .recruitment__main-heading .recruitment-desc {
    justify-content: space-between;
  }
}

.recruitment__main-heading .recruitment-desc .box-right {
  position: relative;
}

.recruitment__main-desc {
  margin-top: 4rem;
}

.recruitment__main-desc .date-post {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single__recruitment-form {
    margin-top: 4rem;
  }
}

.single__recruitment-form .title {
  line-height: 1.8;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--primary-color);
}

.single__recruitment-form .form-group {
  margin-bottom: 24px;
}

.single__recruitment-form .form-group > span {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.single__recruitment-form input,
.single__recruitment-form textarea {
  border: 1px solid var(--primary-color);
  font-size: 16px;
  padding: 10px 16px 9px 16px;
  border-radius: unset;
}

.single__recruitment-form input[type="date"] {
  font-size: 14px;
}

.single__recruitment-form input:focus,
.single__recruitment-form textarea:focus {
  box-shadow: unset;
  border-color: var(--primary-color);
}

.single__recruitment-form input::placeholder,
.single__recruitment-form textarea::placeholder {
  color: var(--primary-color);
  font-size: 16px;
}

.single__recruitment-form textarea {
  height: 102px;
}

@media (min-width: 1024px) {
  .single__recruitment-form textarea {
    height: 45px;
  }
}

.single__recruitment-form .form-group-checkbox {
  padding: 10px 0 9px 0;
}

.single__recruitment-form .form-group-checkbox .wpcf7-form-control {
  display: flex;
  align-items: center;
}

.single__recruitment-form .form-group-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 22px;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
}

.single__recruitment-form .form-group-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='4.5' stroke='%231b75bb'/%3E%3C/svg%3E%0A");
  margin-left: 7px;
}

.single__recruitment-form .form-group-checkbox .wpcf7-list-item input {
  display: none;
}

.single__recruitment-form .form-group-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='4.5' stroke='%23e6518b'/%3E%3Ccircle cx='5' cy='5' r='2.5' fill='%231b75bb' stroke='%231b75bb'/%3E%3C/svg%3E%0A");
}

.single__recruitment-form .recruitment-file-wrapper {
  border: 1px solid var(--primary-color);
  padding: 40px;
  font-size: 20px;
}

.single__recruitment-form .recruitment-file-wrapper.invalid {
  border-color: #ff0000;
}

.single__recruitment-form .rf-notification {
  color: #ff0000;
  font-weight: 400;
}

.single__recruitment-form .recruitment__form-upload {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .single__recruitment-form .recruitment-file-wrapper {
    padding: 27px 25px 26px 25px;
  }

  .single__recruitment-form .recruitment__form-upload {
    font-size: 16px;
  }

  .single__recruitment-form .form-upload-noti {
    font-size: 12px;
  }
}

.single__recruitment-form .button {
  position: relative;
  border: none;
  outline: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 57px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.single__recruitment-form .button:hover {
  background-color: #fff;
  color: var(--primary-color) !important;
}

@media (max-width: 767px) {
  .single__recruitment-form .form-upload-noti {
    font-size: 12px;
  }
}

.recruitment-detail-page .recruitment__main-wrapper {
  padding-top: 0;
}

/*------------CONTACT-----------------*/
.form-contact .container {
  padding-bottom: 5rem;
}

.form-contact .heading-title {
  font-size: 2.5rem;
  margin-bottom: 5rem;
}

.form-contact-content {
  margin-top: 3rem;
}

.form-contact-content .form-contact-text {
  font-size: 1.7rem;
  font-weight: 400;
}

.form-contact-content .form-contact-text ul li {
  margin-bottom: 1.5rem;
  display: flex;
}

.form-contact-content .form-contact-text ul li svg {
  margin-right: 1.5rem;
  width: 18px;
}
.form-contact-content .form-contact-text ul li svg path{
  stroke: var(--primary-color);
}
@media (max-width: 767px) {
  .form-contact-input {
    margin-top: 4rem;
  }
}

.form-contact-input form input,
.form-contact-input form textarea {
  width: 100%;
  border: 1px solid var(--primary-color);
  margin-bottom: 1.6rem;
  padding: 1.2rem 2rem;
}

.form-contact-input form input::placeholder,
.form-contact-input form textarea::placeholder {
  color: #000;
}

.form-contact-input form input:focus,
.form-contact-input form textarea:focus {
  outline: none;
}

.form-contact-input form textarea {
  height: 8.7rem;
}

.form-contact-input form button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 16rem;
  padding: 0.8rem 0;
  border: 1px solid var(--primary-color);
  margin-top: 1.6rem;
  font-size: 1.8rem;
}

.form-contact-input form button:hover {
  color: #fff;
  background: var(--primary-color);
}

.contact__map {
  margin-top: 4rem;
}

.contact__map .box-map iframe {
  width: 100%;
  display: block;
  min-height: 60rem;
}

@media (max-width: 1200px) {
  .contact__map .box-map iframe {
    min-height: 40rem;
  }
}

@media (max-width: 767px) {
  .contact__map .box-map iframe {
    max-height: 12rem;
  }
}

.contact-page .breadcrumb {
  background: var(--bg-color);
}

.form-contact-main {
  margin-top: 4rem;
}

#comments,
#wpdcom {
  margin-top: 0;
}

.page-load-status {
  display: none;
}

.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.see-more button:disabled,
.see-more button[disabled] {
  display: none;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: var(--primary-color);
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.hazo_form-quickbuy {
  background: var(--primary-color);
}

.hazo_form-quickbuy-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
}

.hazo_form-quickbuy.form-contact-input form button {
  background: #fff;
  margin-top: 0;
}

.hazo_form-quickbuy.form-contact-input form button:hover {
  color: var(--primary-color);
}

.products__filter .irs--round .irs-handle {
  top: 30px !important;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid var(--primary-color) !important;
  font-size: 14px;
}

.products__filter .irs--round .irs-from,
.products__filter .irs--round .irs-to,
.products__filter .irs--round .irs-single,
.products__filter .irs--round .irs-bar {
  background-color: var(--primary-color);
}

.products__filter .irs--round .irs-to {
  right: 0;
  left: unset !important;
}

.products__filter .irs--round .irs-from:before,
.products__filter .irs--round .irs-to:before,
.products__filter .irs--round .irs-single:before {
  display: none;
}
.irs-from {
  left: 0 !important;
}
.products__filter .irs--round .irs-grid-text {
  font-size: 14px;
}
.js-grid-text-0 {
  margin-left: 0 !important;
}
.js-grid-text-1 {
  right: 0 !important;
}
.products__filter .js-grid-text-1 {
  margin-left: -31.3481% !important;
}
@media (max-width: 991px) {
  .products__filter .js-grid-text-1 {
    margin-left: -12.299% !important;
  }
}
@media (max-width: 767px) {
  .products__filter .js-grid-text-1 {
    margin-left: -22.3481% !important;
  }
}
.side-bar-cate_label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.side-bar-cate_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.side-bar-cate_label .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.side-bar-cate_label:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.side-bar-cate_label input:checked ~ .checkmark {
  background-color: var(--primary-color);
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.side-bar-cate_label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.side-bar-cate_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.side-bar-cate_label .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hazo_cate {
  color: var(--primary-color);
}

.product-main-slider .product-slider-item .c-img {
  padding-top: 99.67%;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 2rem;
}

.product-main-slider .product-slider-item .c-img img {
  object-fit: contain;
}

@media (max-width: 1500px) {
  .product-main-slider .product-slider-item .c-img {
    padding-top: 80%;
  }
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
  background-image: url(../svg/star1.svg);
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
  background-image: url(../svg/star2.svg);
}

.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
  background-image: url(../svg/star2.svg);
}

.kk-star-ratings {
  flex-wrap: wrap;
  justify-content: center;
}

.kk-star-ratings .kksr-legend {
  width: 100%;
  margin: 10px auto;
  justify-content: center;
  display: flex;
  letter-spacing: 1px;
}

.kk-star-ratings .kksr-stars .kksr-stars-inactive {
  justify-content: center;
}

.kk-star-ratings .kksr-legend .kksr-score,
.kk-star-ratings .kksr-legend strong {
  color: var(--primary-color);
}

.kksr-muted {
  opacity: 1;
}

.kk-star-ratings .kksr-legend strong.kksr-count {
  color: var(--text-color);
}

#breadcrumbs {
  padding-left: 0;
}

.breadcrumb_last {
  color: var(--primary-color);
  font-weight: 700;
}

.logo-mb img {
  max-width: 250px;
}

@media (max-width: 767px) {
  .staff-social ul li svg {
    width: 25px;
  }
  .logo-mb img {
    max-width: 170px;
  }
  #wpdcom .wpd-thread-list {
    padding: 0;
  }
  .news-page .section__news .section__news-wrapper {
    padding-bottom: 0;
  }
  .news-page {
    padding-bottom: 4rem;
  }
  .recruitment__main-desc .kk-star-ratings.kksr-valign-top {
    display: none !important;
  }
  .recruitment-box .recruitment-pos .salary {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
  .recruitment-box .recruitment-pos .salary .date {
    margin-top: 1rem;
  }
}

.product-page .section__product {
  padding-top: 0;
}
.product-page {
  padding-bottom: 4rem;
}
@charset "utf-8";
/* CSS Document 
*Author SinhVienLife http://levantoan.com
*/
/*Comment style*/
span.title_comment {
  font-size: 20px;
  color: #606664;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0 0 15px;
  display: inline-block;
}
.comment-author.vcard {
  width: 25px;
}
#formcmmaxweb {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
  text-align: left;
}
#formcmmaxweb .avatarmw img {
  float: left;
  margin: 5px 10px 0 0;
  border: 1px solid #ccc;
  padding: 5px;
}
.comments-title-maxweb {
  margin: 30px 0;
  font-weight: normal;
}
.commentlist {
  margin-top: 10px;
}
.comment-author.vcard {
  float: left;
  clear: both;
  z-index: 2;
  position: relative;
  text-align: center;
}
.commentlist li {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.commentlist .children {
  margin-top: 10px;
}
.commentBody em {
  color: red;
}
.commentBody {
  position: relative;
  margin-left: 35px;
  overflow: hidden;
}
.comment-meta.commentmetadata {
  position: relative;
  padding: 0;
  margin: 0 0 5px;
}
.noidungcomment {
  font-size: 16px;
  line-height: 24px;
}
.cancel-comment-reply a {
  font-size: 14px;
  text-decoration: none;
  color: #a9883f;
}
.nocomments {
  border-color: #d98d8d;
  background-color: #ffcece;
  background-position: left -792px;
  color: #665252;
  padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
  position: absolute;
  top: 0;
  right: 0;
  color: #337ab7;
  opacity: 0.3;
  font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang {
  opacity: 1;
}
.commentBody .reply {
  float: right;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.comment-meta.commentmetadata .fn {
  font-weight: 700;
  color: #333;
  margin: 0;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 22px;
  margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li {
  margin-bottom: 10px;
}
ol.commentlist_mw > ul.children {
  margin: 10px 0 15px 35px;
  background: #f1f1f1;
  padding: 10px;
  position: relative;
}
ol.commentlist_mw > ul.children:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 14px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #f1f1f1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
div.error {
  color: red;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  margin: 3px 0 0;
}
.tools_comment a {
  color: #4a90e2;
  font-size: 14px;
  position: relative;
  padding: 0 15px 0 0;
  margin: 0 7px 0 0;
  line-height: 14px;
}
.tools_comment a:after {
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  background: #999;
  position: absolute;
  right: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after {
  display: none;
}
.tools_comment a:last-child {
  padding: 0;
  margin: 0;
}
.noidungcomment p {
  margin: 0 0 5px;
}
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type="submit"],
#formcmmaxweb li.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button,
#formcmmaxweb input,
#formcmmaxweb textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
  cursor: pointer;
}
.reply a.comment-reply-link {
  color: #337ab7;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
}
.reply a.comment-reply-link:hover {
  color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea {
  width: 100%;
  background: transparent;
  outline: none;
  font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea {
  border: 1px solid #d7d7d7;
  color: #2e2e2e;
  display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus {
  border-color: #337ab7;
}
#formcmmaxweb p {
  margin-bottom: 10px;
  text-align: center;
}
#formcmmaxweb #commentform p {
  overflow: hidden;
}
#formcmmaxweb .name-email p {
  width: 50%;
  float: left;
}
#formcmmaxweb .name-email p:first-child {
  padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child {
  padding-left: 5px;
}
#formcmmaxweb input#submit {
  width: auto;
  font-weight: 400;
  color: #fff;
  background: #337ab7;
  padding: 6px 20px;
  border: none;
  float: left;
  font-size: 16px;
  outline: none;
}
#formcmmaxweb input#submit:hover {
  background: #c7a611;
}
#formcmmaxweb ::-webkit-input-placeholder {
  color: #999999;
}

#formcmmaxweb ::-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

#formcmmaxweb ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

#formcmmaxweb ::-ms-input-placeholder {
  color: #999999;
}

.search-mb .search-icon svg path {
  stroke: #fff;
}
.product__main-content .cate-desc .cate-name {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 2;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 3rem;
}

.product__main-content .cate-desc .desc-short {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: justify;
}
.product__main-content .cate-desc .desc-short .view-full-btn,
.product__main-content .cate-desc .view-less-btn {
  text-align: center;
  margin: 2rem 0;
  cursor: pointer;
}
.product__main-content .cate-desc .desc-short .view-full-btn:hover span,
.product__main-content .cate-desc .view-less-btn:hover span {
  border: 1px solid var(--primary-color);
  background-color: var(--white-color);
  color: var(--primary-color);
}
.product__main-content .cate-desc .desc-short .view-full-btn span,
.product__main-content .cate-desc .view-less-btn span {
  color: var(--white-color);
  background-color: var(--primary-color);
  text-align: center;
  padding: 0.8rem 2rem;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: 1px solid transparent;
}

.desc-full-ct {
  line-height: 1.7;
  text-align: justify;
}
.main__desc .desc-full {
  display: none;
  margin-top: 2rem;
}

.modal__cate-mb.show {
  opacity: 1;
  visibility: visible;
  display: block;
  z-index: 5;
}

.modal__cate-mb {
  position: fixed;
  left: 0;
  bottom: 50px;
  background-color: #fff;
  color: var(--primary-color);
  width: 100%;
  height: calc(100% - 50px);
  overflow-y: scroll;
  padding: 15px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media (max-width: 991px) {
  .modal__cate-mb {
    top: 6.5rem;
  }
}
@media (max-width: 767px) {
  .modal__cate-mb {
    top: 8.5rem;
  }
}
.modal__cate-mb ul {
  display: flex;
  padding: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .modal__cate-mb ul {
    font-size: 1.5rem;
  }
}
.modal__cate-mb ul li {
  flex-basis: 48%;
  background-color: #fff;
  border: 1px solid var(--primary-color);
  padding: 15px 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  height: 100%;
  line-height: 1.2;
  text-align: center;
  min-height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*#comment style*/
.swal2-html-container {
  font-size: 1.5rem;
}
.product__descript-wrapper .lwptoc_item > a {
  font-size: 1.5rem;
  font-weight: 600;
}

.lwptoc_itemWrap .lwptoc_item .lwptoc_itemWrap .lwptoc_item > a {
  font-weight: 400;
}

.comment-plugin .name-email p input {
  height: 4rem;
}
.comment-plugin #formcmmaxweb input {
  padding: 1rem;
}

.recruitment__main-content {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .product__descript-wrapper {
    padding: 0 1rem;
    background: var(--white-color);
  }
}
@media (max-width: 767px) {
  .product-page {
    background: var(--white-color);
  }
  .product-page .section__product {
    background: none;
  }
}
@media (max-width: 767px) {
  .recruitment-detail-page {
    background: var(--white-color);
  }
}
.wpcf7 form .wpcf7-response-output {
  display: none;
}

@media (min-width: 992px) {
  .pr-cus {
    padding-right: 3.3rem;
  }
}

/*-------------MENU MB--------------*/

.menu-mobile,
.cate-mobile {
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  height: 100%;
  max-width: 320px;
  background-color: var(--primary-color);
  z-index: 9999;
  transition: 0.5s;
  padding-bottom: 50px;
  overflow-y: auto;
}
.menu-mobile ul,
.cate-mobile ul {
  margin-top: 40px;
  list-style: none;
}
.menu-mobile ul li,
.cate-mobile ul li {
  position: relative;
  border-bottom: 1px solid #ffefef4a;
}
.menu-mobile ul li a,
.cate-mobile ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 15px 10px;
}
.menu-mobile ul li .li-plus,
.cate-mobile ul li .li-plus {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  top: 0;
  right: 0;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-mobile ul li .li-plus:before,
.menu-mobile ul li .li-plus:after,
.cate-mobile ul li .li-plus:before,
.cate-mobile ul li .li-plus:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #fff;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
}
.menu-mobile ul li .li-plus:before,
.cate-mobile ul li .li-plus:before {
  width: 11px;
  height: 1px;
}
.menu-mobile ul li .li-plus:after,
.cate-mobile ul li .li-plus:after {
  width: 1px;
  height: 11px;
}
.menu-mobile ul li .clicked,
.cate-mobile ul li .clicked {
  transform: rotate(180deg);
}
.menu-mobile ul li .clicked.li-plus:before,
.cate-mobile ul li .clicked.li-plus:before {
  display: none;
}
.menu-mobile ul li > ul,
.cate-mobile ul li > ul {
  margin-top: 0;
  display: none;
}
.menu-mobile ul li > ul li,
.cate-mobile ul li > ul li {
  border: none;
}
.menu-mobile ul li > ul li a,
.cate-mobile ul li > ul li a {
  padding-left: 25px;
}
.menu-mobile ul .current-menu-item a,
.cate-mobile ul .current-menu-item a {
 color: #fff;
    background: #e6518b;
}
.menu-mobile ul .current-menu-item ul a,
.cate-mobile ul .current-menu-item ul a {
  color: #fff;
}
.menu-mobile ul .current-menu-parent ul,
.cate-mobile ul .current-menu-parent ul {
  display: block;
}
.menu-mobile .menu-mobile-close,
.cate-mobile .menu-mobile-close {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 4px;
  right: 12px;
}
.menu-mobile .menu-mobile-close svg,
.cate-mobile .menu-mobile-close svg {
  color: #fff;
}
.menu-mobile .menu-mobile-close svg path,
.cate-mobile .menu-mobile-close svg path {
  fill: #fff;
  stroke: #fff;
}
.menu-mobile.menu-mobile-active,
.cate-mobile.menu-mobile-active {
  transform: translate(100%);
}
body.hidden {
  overflow: hidden;
}
.side-bar-filter input {
  border: none;
}

.the_content .related {
  background: var(--bg-color);
  padding: 2rem;
}

/* HAZO **/
.baochi-item {
    overflow: hidden;
    box-shadow: 0 20px 20px rgb(0 0 0 / 5%);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    height: 100%;
}
.baochi-item .post-header {
  display: flex;
  align-items: center;
      padding: 20px 10px;
          background: #f1f9ff;
}
.baochi-item .post-header .logo-bao {
  width: 30%;
  padding-right: 20px;
}
.baochi-item .post-title {
  font-weight: bold;
  font-size: 15px;
}
.baochi-item .post-thumbnail {
  position: relative;
  display: block;
}
.baochi-item .post-thumbnail img {
  height: 280px;
  object-fit: cover;
      width: 100%;
      position: relative;
      height: 100%;
}
.baochi-item .post-thumbnail:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(230, 81, 139, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    opacity: 0;
    z-index: 1;
}
.baochi-item .post-thumbnail:after {
    content: "";
    background: url(../images/broken-link.png) no-repeat;
    background-size: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
    transition: all .3s;
    opacity: 0;
    z-index: 2;
}
.baochi-item  .post-thumbnail:hover:after, .baochi-item .post-thumbnail:hover:before {
    opacity: 1;
}
.home__slider-list {
    position: relative;
    overflow: hidden;
}
.home__slider-item + .home__slider-item {
    position: absolute;
    left: 100%;
    top: 0;
}
/*HOME PRODUCT CATEGORY*/
.home__product-cat {
   padding: 4rem 0;
}
.home__product-cat .product-cat-title {
   text-transform: uppercase;
   font-weight: 700;
   font-size: 20px;
   line-height: 1.7;
   margin-bottom: 2rem;
   color: var(--primary-color);
}
.home__product-cat .cat-item-flex {
   display: flex;
   align-items: center;
   justify-content: space-between;
   border: 1px solid #dee2e6;
   padding: 0.5rem;
}
.home__product-cat .cat-item-flex .cat-image img {
   height: 120px;
   width: 120px;
	min-width: 120px;
   object-fit: cover;
}

.home__product-cat .cat-item-border {
    text-align: center;
}
.home__product-cat .cat-item-border img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 10px;
}
.home__product-cat .cat-item-border .cat-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-cat-child ul {
    text-align: center;
}
.product-cat-child ul li {
    display: inline-block;
    vertical-align: top;
}
.product-cat-child ul li a {
    padding: 0px 10px;
    border-right: 1px solid #333;
    font-weight: 700;
}
.product-cat-child ul li:last-child a {
    border: none;
}

div.sl {
  margin-bottom: 10px;
}
div.sl label:not(input) {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  gap:20px;
}
div.sl label input {
  margin-bottom: 0;
  color: black;
}

.is-tab{
  position: relative;
  cursor: pointer;

}

.tab-social{
  position: absolute;
  bottom: -50%;
  right: 100%;
  background: #fff;
  border:2px solid var(--secondary-color);
  background-color: var(--secondary-color);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  margin-right: 10px;
  min-width: 300px;
}

.tab-social.active{
  opacity: 1;
  visibility: visible;
}

.tab-social-header{
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  padding: 10px;
  color: #fff;
}

.tab-social-header-title{
  width: 80%;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.tab-social .btn-close{
  position: absolute;
  top: 10px;
  right: 10px;
}

.tab-social-content{
  display: grid;
  grid-template-columns: auto auto;
  background: #fff;
  overflow-y: scroll;
  max-height: 300px;
    border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tab-social-content::-webkit-scrollbar {
  width: 0;
}

.tab-social-content-item{
  display: flex;
  column-gap: 7px;
  transition: all 0.5s;
  width: 137px;
  padding: 7px 10px;

}

.tab-social-content-item svg{
  margin-top: 2px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  padding: 3px;
} 


.tab-social-content-name{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 13px;
    font-weight: 600;
  color: #333;
}

.tab-social-content-item:hover{
  background: rgba(46, 177, 229, 0.5);
}

.tab-social-content-name .name{
  line-height: 18px;
}
.tab-social-content-name .sdt{
  color: red;
  font-weight: 700;
}

.tab-social .nav button{
  color: #333;
  font-weight: 700;
}
@media (max-width: 991px){
  .tab-social{
    bottom: 100%;
    left: -70%;
    margin-bottom: 10px;
  }
}