/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@font-face {
  font-family: "sr";
  src: url("assets/fonts/Saira-Regular.woff2") format("woff2"),
       url("assets/fonts/Saira-Regular.woff") format("woff"),
       url("assets/fonts/Saira-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "ssb";
  src: url("assets/fonts/Saira-SemiBold.woff2") format("woff2"),
       url("assets/fonts/Saira-SemiBold.woff") format("woff"),
       url("assets/fonts/Saira-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sb";
  src: url("assets/fonts/Saira-Bold.woff2") format("woff2"),
       url("assets/fonts/Saira-Bold.woff") format("woff"),
       url("assets/fonts/Saira-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sm";
  src: url("assets/fonts/Saira-Medium.woff2") format("woff2"),
       url("assets/fonts/Saira-Medium.woff") format("woff"),
       url("assets/fonts/Saira-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sa";
  src: url("assets/fonts/SFUAuchon.woff2") format("woff2"),
       url("assets/fonts/SFUAuchon.woff") format("woff"),
       url("assets/fonts/SFUAuchon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --color-red: #ed1b24;
  --color-black: #333;
  --color-gray: #6c757d;
  --background-static: linear-gradient(
    270deg,
    #b0762d 0%,
    #f2e477 29.82%,
    #b0762d 51.81%,
    #f2e477 72.55%,
    #b0762d 100%
  );
  --background-hover: #dfa246;
  --color-static: #000;
  --color-hover: #ed1b24;
}

.xc-home-branch {
  background: url('/wp-content/themes/flatsome-child/assets/images/bg-maps.png') no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}

.xc-home-branch .section-bg {
  display: none;
}

.box-branch {
  margin-bottom: 8px;
}

.box-branch br,
.box-branch > p:empty {
  display: none;
}

.box-branch__name br,
.box-branch__info-item > p:empty,
.box-branch__map br {
  display: none;
}

.box-branch__name {
  width: 60%;
  padding: 5px 20px;
  padding-bottom: 0;
  background: url('/wp-content/themes/flatsome-child/assets/images/img22.png') no-repeat top center;
  background-size: 100% 100%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.box-branch__name::after {
  position: absolute;
  content: "";
  background: var(--background-static);
  width: 100%;
  height: 5px;
  bottom: -7px;
  left: 0;
  border-radius: 20px;
}

.box-branch__name-link {
  font-family: "ssb", sans-serif;
  color: #333;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 30px;
}

.box-branch__name-link:hover {
  color: var(--color-red, #ed1b24) !important;
}

.box-branch__name-img {
  max-width: 100%;
  height: auto;
}

.box-branch__info {
  margin-bottom: 10px;
}

.box-branch__info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.box-branch__info-icon {
  flex-shrink: 0;
  margin-right: 8px;
  width: 20px;
  height: auto;
}

.box-branch__info-text {
  color: #fff;
  font-family: "sr", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.box-branch__map {
  display: flex;
  align-items: center;
}

.box-branch__map-icon {
  flex-shrink: 0;
  margin-right: 4px;
  width: 24px;
  height: auto;
}

.box-branch__map-btn {
  display: inline-block;
  color: var(--color-black, #333);
  font-family: "sr", sans-serif;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none !important;
  line-height: 40px;
  background: var(--background-static);
  padding: 4px 26px;
  border-bottom: 1px solid var(--color-red, #ed1b24);
  transition: 0.4s;
}

.box-branch__map-btn:hover {
  transform: translateX(3px) rotate(2deg);
}

.box-branch__map-popup {
  display: none;
}

.box-branch__map-popup iframe {
  width: 500px;
  max-width: 100%;
  height: 300px;
}

@media (max-width: 576px) {
  .xc-home-branch {
    padding: 30px 0;
  }
}

@media (max-width: 430px) {
  .box-branch__name {
    margin: 0 auto 20px;
  }

  .box-branch__map {
    justify-content: center;
  }

  .box-branch__info {
    width: 90%;
    margin-left: auto;
  }
}

.xc-section-title b {
  display: none !important; 
}

.xc-section-title h2.section-title {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 0 !important; 
  margin-bottom: 30px !important;
}

.xc-section-title .section-title-main {
  text-transform: uppercase !important;
  text-align: center;
  font-family: "sa", sans-serif;
  font-size: 40px !important;
  font-style: normal;
  line-height: 40px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-right: 0 !important;
  background: var(--background-static) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.xc-section-title h2.section-title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 150px;
  height: 25px;
  margin-top: 10px;
  background: url('/wp-content/themes/flatsome-child/assets/images/symbol-title.png') no-repeat center center;
  background-size: contain;
}

@media (max-width: 576px) {
  .xc-section-title .section-title-main {
    font-size: 32px !important;
  }
  .xc-section-title h2.section-title {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 430px) {
  .xc-section-title .section-title-main {
    font-size: 26px !important;
  }
}

.xc-home-news .post-item .col-inner {
  padding: 7px;
}

.xc-home-news .box-blog-post {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.xc-home-news .box-image .image-cover {
  padding-top: 80.85% !important; 
}

.xc-home-news .box-text {
  padding: 15px !important;
}

.xc-home-news .post-title {
  margin-bottom: 5px !important;
}

.xc-home-news .post-title a {
  color: var(--color-black, #333) !important;
  transition: 0.4s;
  font-family: "ssb", sans-serif;
  font-size: 14px !important;
  text-transform: uppercase;
  font-style: normal;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.xc-home-news .post-title a:hover {
  color: #dfa246 !important; 
}

.xc-home-news .is-divider {
  background: url('/wp-content/themes/flatsome-child/assets/images/img12.png') no-repeat center center;
  background-size: contain;
  height: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 5px auto !important;
  border: none !important;
}

.xc-home-news .from_the_blog_excerpt {
  color: #676767;
  line-height: 22px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

@media (max-width: 768px) {
  .xc-home-news .post-title a {
    font-size: 15px !important;
  }
  .xc-home-news .from_the_blog_excerpt {
    -webkit-line-clamp: 2;
  }
}

.xc-home-form {
  background: url('/wp-content/themes/flatsome-child/assets/images/6-4993.png') no-repeat center center;
  background-size: cover;
  padding: 60px 0 !important;
  margin: 60px 0 !important; 
  overflow: visible !important; 
}

.xc-home-form .section-bg {
  display: none !important;
}

.xc-home-form .col-inner {
  display: flex !important;
  justify-content: flex-end;
}

.xc-form-wrap {
  width: 100%;
  max-width: 500px;
  position: relative;
  
  margin-top: -93px;
  margin-bottom: -90px;
}

.xc-form-wrap::after {
  position: absolute;
  content: "";
  width: 172px;
  height: 164px;
  background: var(--background-static);
  left: -27px;
  bottom: -30px;
  z-index: 1;
}

.xc-form-inner {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 50px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.xc-form-title {
  margin-bottom: 20px;
}

.xc-form-title-head {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}

.xc-form-title-head img {
  margin-right: 8px;
}

.xc-form-title-head span {
  text-transform: uppercase;
  text-align: center;
  font-family: "sa", sans-serif;
  font-size: 40px;
  line-height: 60px;
  background: var(--background-static) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.xc-form-title-slogan {
  text-align: center;
  color: #333;
  margin-bottom: 0 !important;
}

.xc-form-group {
  position: relative;
  margin-bottom: 20px;
  line-height: 0;
}

.xc-form-group.last {
  margin-bottom: 30px;
}

.xc-form-group .img-form {
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 3;
}

.xc-form-inner input.wpcf7-text,
.xc-form-inner input.wpcf7-number,
.xc-form-inner textarea.wpcf7-textarea {
  border-radius: 6px !important;
  border: 1px solid var(--background-hover, #dfa246) !important;
  background: transparent !important;
  padding: 14px !important;
  padding-left: 38px !important; 
  color: #262626 !important;
  line-height: normal !important;
  font-size: 14px !important;
  height: auto !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.xc-form-inner input::placeholder,
.xc-form-inner textarea::placeholder {
  color: #262626 !important;
  opacity: 1;
}

.xc-form-inner textarea.wpcf7-textarea {
  height: 137px !important;
  resize: none !important;
}

.xc-form-inner br {
  display: none !important;
}

.xc-form-submit {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.xc-form-submit input.wpcf7-submit {
  height: 50px !important;
  color: var(--color-black, #333) !important;
  text-align: center !important;
  font-size: 15px !important;
  font-family: "ssb", sans-serif !important;
  line-height: 50px !important;
  text-transform: uppercase !important;
  background: var(--background-static) !important; 
  border: none !important;
  padding: 0 26px !important;
  margin-bottom: 0 !important;
  border-radius: 4px !important; 
  transition: 0.4s;
  box-shadow: 0 0 1px transparent;
}

.xc-form-submit input.wpcf7-submit:hover {
  animation: hvr-buzz-out 0.75s linear 1;
}

@keyframes hvr-buzz-out {
  10% { transform: translateX(3px) rotate(2deg); }
  20% { transform: translateX(-3px) rotate(-2deg); }
  30% { transform: translateX(3px) rotate(2deg); }
  40% { transform: translateX(-3px) rotate(-2deg); }
  50% { transform: translateX(2px) rotate(1deg); }
  60% { transform: translateX(-2px) rotate(-1deg); }
  70% { transform: translateX(2px) rotate(1deg); }
  80% { transform: translateX(-2px) rotate(-1deg); }
  90% { transform: translateX(1px) rotate(0); }
  100% { transform: translateX(-1px) rotate(0); }
}

@media (max-width: 992px) {
  .xc-home-form .col-inner { justify-content: center; }
  .xc-form-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xc-form-inner {
    background: rgba(0, 0, 0, 0.44); 
    padding: 20px;
  }
  .xc-form-wrap::after { display: none; }
  .xc-form-title-slogan { color: #fff; }
  .xc-form-inner input.wpcf7-text,
  .xc-form-inner input.wpcf7-number,
  .xc-form-inner textarea.wpcf7-textarea {
    color: #fff !important;
  }
  .xc-form-inner input::placeholder,
  .xc-form-inner textarea::placeholder {
    color: #fff !important;
  }
  .xc-form-group .img-form {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
}

@media (max-width: 576px) {
  .xc-home-form {
    padding-bottom: 15px !important;
    margin: 30px 0 !important;
  }
  .xc-form-wrap {
    margin-top: -30px;
    margin-bottom: -30px;
  }
}

@media (max-width: 430px) {
  .xc-form-title-head span {
    font-size: 30px !important;
    line-height: 45px !important;
  }
}

.xc-float-contact {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 999;
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.xc-float-contact__item {
  display: block;
  width: 62px;
  height: 57px;
  text-decoration: none !important;
  cursor: pointer;
}

.xc-float-contact__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 57px;
  border-radius: 50% 0 0 50%;
  background: var(--background-static);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

.xc-float-contact__icon img {
  width: 50%;
  height: auto;
  vertical-align: middle;
}

.xc-float-contact__icon svg {
  width: 32px;
  height: 33px;
}

.xc-float-contact__item--messenger {
  
}

.xc-float-contact__item--maps {
  
}

.xc-float-contact__item--phone {
  
}

.xc-float-contact__item--zalo {
  
}

.xc-float-contact__item--maps .xc-float-contact__icon img {
  width: 35%;
}

.xc-float-contact__item:hover .xc-float-contact__icon {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  .xc-float-contact {
    display: none;
  }
}

.xc-scroll-top {
  width: 41px;
  height: 41px;
  text-align: center;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.xc-scroll-top img {
  width: 41px;
  height: 41px;
}

.xc-scroll-top:hover {
  opacity: 0.8;
}

.absolute-footer {
  display: none !important;
}

.xc-footer {
  background: url('/wp-content/themes/flatsome-child/assets/images/bg-footer.png') no-repeat top center;
  background-size: cover;
  color: #ffffff;
  font-family: "sr", sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding-top: 60px;
  padding-bottom: 0;
}

.xc-footer .section-bg {
  display: none;
}

.xc-footer .section-content {
  padding: 0;
}

.xc-footer .row:first-child .col:first-child .img {
  width: 82px !important;
  max-width: 82px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.xc-footer .row:first-child .col:first-child .img img {
  width: 82px !important;
  height: 82px !important;
  max-width: 82px !important;
  object-fit: contain;
}

.xc-footer .row:first-child .col:first-child .img .img-inner {
  background: transparent !important;
}

.xc-footer .row:first-child .col:first-child .col-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xc-footer .row:first-child .col-inner p {
  color: #ffffff;
  font-family: "sr", sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.xc-footer .ux-menu {
  --stack-gap: 0;
}

.xc-footer .ux-menu-title {
  color: #ffffff;
  font-family: "ssb", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  min-height: unset;
  padding: 0 0 10px;
  margin: 0;
}

.xc-footer .ux-menu-link__link {
  color: #ffffff;
  font-family: "sr", sans-serif;
  font-size: 15px;
  line-height: 35px;
  padding-left: 15px;
  position: relative;
  border-bottom: none !important;
  min-height: unset;
  padding-top: 0;
  padding-bottom: 0;
  transition: color 0.25s ease;
}

.xc-footer .ux-menu-link__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border: 1px solid var(--background-hover, #dfa246);
}

.xc-footer .ux-menu-link:hover .ux-menu-link__link {
  color: var(--background-hover, #dfa246) !important;
}

.xc-footer .row + .row {
  position: relative;
  margin-top: 60px;
  border-bottom: 10px solid var(--background-hover, #dfa246);
  padding: 25px 30px 0;
}

.xc-footer .row + .row::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/wp-content/themes/flatsome-child/assets/images/bg-powered.png') no-repeat top center;
  background-size: 100% 100%;
  z-index: 2;
  pointer-events: none;
}

.xc-footer .row + .row > .col {
  position: relative;
  z-index: 5;
}

.xc-footer .row + .row .col:first-child .col-inner p {
  color: var(--color-black, #333);
  font-family: "sr", sans-serif;
  font-size: 13px;
  line-height: 32px;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 0;
}

.xc-footer .row + .row .col:first-child .col-inner p a {
  color: var(--color-black, #333);
  text-decoration: none;
}

.xc-footer .row + .row .col:last-child .col-inner p {
  color: var(--color-black, #333);
  font-family: "sr", sans-serif;
  font-size: 13px;
  line-height: 32px;
  text-align: right;
  margin-bottom: 0;
}

.xc-footer__stats-item:last-child::after {
  display: none;
}

@media only screen and (max-width: 48em) {

}

@media (max-width: 1100px) {
  .xc-footer .row + .row .col:first-child .col-inner p,
  .xc-footer .row + .row .col:last-child .col-inner p {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .xc-footer .row + .row {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .xc-footer {
    padding-top: 30px;
  }

  .xc-footer .row + .row {
    margin-top: 0;
    padding: 15px;
    padding-bottom: 0;
  }

  .xc-footer .row + .row .col:first-child .col-inner p,
  .xc-footer .row + .row .col:last-child .col-inner p {
    text-align: center;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .xc-footer .row + .row::after {
    display: none;
  }

  .xc-footer .row + .row {
    background: var(--background-static);
    border-bottom: 0;
  }
}

@media (max-width: 430px) {
  .xc-footer .row + .row .col-inner p,
  
}

.xc-breadcrumb {
  background: var(--background-static) !important; 
  position: relative; 
  z-index: 10;
}

.xc-breadcrumb #row-xc-breadcrumb {
  margin-bottom: 0 !important;
}

.xc-breadcrumb .col {
  padding-bottom: 0 !important;
}

.xc-breadcrumb .rank-math-breadcrumb {
  padding: 0.75rem 0 !important;
  margin-bottom: 0 !important;
  color: #6c757d;
  font-size: 14px !important; 
  font-weight: 400 !important;
  text-transform: none !important; 
  font-family: "sr", sans-serif !important; 
}

.xc-breadcrumb .rank-math-breadcrumb p {
  margin-bottom: 0 !important;
}

.xc-breadcrumb .rank-math-breadcrumb a {
  color: #212529 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  transition: color 0.3s;
}

.xc-breadcrumb .rank-math-breadcrumb a:hover {
  color: #0a58ca !important;
  text-decoration: underline !important;
}

.xc-breadcrumb .rank-math-breadcrumb .last {
  color: #333 !important; 
  font-weight: 400 !important;
}

.xc-breadcrumb .rank-math-breadcrumb .separator {
  color: #6c757d;
  margin: 0 0.5rem;
  font-style: normal;
  font-weight: 400 !important;
}

.xc-page-title {
  
  position: relative; 
  z-index: 10;
  margin-top: 30px; 
}

.xc-page-title__heading {
  margin-bottom: 30px !important;
  text-align: center;
  margin-top: 0;
  border: none !important; 
}

.xc-page-title__text {
  text-transform: uppercase !important;
  text-align: center;
  font-family: "sa", sans-serif !important;
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: normal !important; 
  line-height: 40px !important;
  
  
  background: linear-gradient(
    270deg,
    #b0762d 0%,
    #f2e477 29.82%,
    #b0762d 51.81%,
    #f2e477 72.55%,
    #b0762d 100%
  ) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important; 
  
  display: inline-block;
}

.xc-page-title__text::selection,
.xc-page-title__heading::selection {
  background: rgba(0, 0, 0, 0.1) !important;
  -webkit-text-fill-color: #333 !important;
  color: #333 !important;
}

@media (max-width: 576px) {
  .xc-page-title__text {
    font-size: 32px !important;
  }
  .xc-page-title__heading {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 430px) {
  .xc-page-title__text {
    font-size: 26px !important;
  }
}

.xc-form-contact {
  margin-bottom: 3rem;
  width: 100%;
}

.xc-form-contact .row {
  margin-left: -10px;
  margin-right: -10px;
}

.xc-form-contact .col {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0 !important;
  margin-bottom: 20px;
}

.xc-form-floating {
  position: relative;
  width: 100%;
}

.xc-form-contact .xc-form-control {
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  font-size: 0.875rem !important; 
  font-weight: 400;
  line-height: 1.5;
  color: #212529 !important;
  background-color: transparent !important; 
  border: 1px solid #ced4da !important;
  
  
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  
  -webkit-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.xc-form-contact input.xc-form-control {
  height: 45px !important;
}

.xc-form-contact textarea.xc-form-control {
  height: 100px !important;
  resize: none !important;
}

.xc-form-contact .xc-form-control:focus {
  border-bottom-color: #86b7fe !important;
  outline: 0;
}

.xc-form-contact .xc-form-control::placeholder {
  color: #6c757d !important;
}

.xc-form-floating > label {
  display: none !important; 
}

.xc-form-contact__buttons {
  display: flex !important;
  gap: 5px; 
  margin-top: 10px;
  justify-content: flex-start !important; 
  position: relative;
  align-items: center;
}

.xc-form-contact__buttons .wpcf7-spinner {
  position: absolute !important;
  margin: 0 !important;
  bottom: -30px; 
  left: 0;
}

.xc-form-contact .xc-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: 0.3s;
  height: auto !important;
  margin-bottom: 0 !important;
  text-transform: none !important; 
}

.xc-form-contact .xc-btn-primary {
  color: #333 !important;
  background: var(--background-static) !important;
  border: 1px solid var(--background-hover) !important;
  font-family: inherit;
}

.xc-form-contact .xc-btn-primary:hover {
  opacity: 0.8;
}

.xc-form-contact .xc-btn-secondary {
  color: #fff !important;
  background-color: #6c757d !important;
  border: 1px solid #6c757d !important;
  font-family: inherit;
}

.xc-form-contact .xc-btn-secondary:hover {
  background-color: #5c636a !important;
  border-color: #565e64 !important;
}

@media (max-width: 1024px) {
  .xc-form-contact .col {
    margin-bottom: 15px;
  }
}

.xc-contact-branch .tabbed-content {
  position: relative;
  width: 100%;
}

.xc-contact-branch .nav {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  z-index: 10;
  border-bottom: none !important;
}

.xc-contact-branch .nav li.tab {
  display: inline-flex;
  margin: 0 5px;
  padding: 0 !important;
}

.xc-contact-branch .nav-line li.tab > a::before,
.xc-contact-branch .nav-line-bottom li.tab > a::before,
.xc-contact-branch .nav-line-grow li.tab > a::before {
  display: none !important;
  content: none !important;
}

.xc-contact-branch .nav li.tab > a {
  padding: 10px 15px !important;
  background: #333 !important;
  border-radius: 10px;
  color: #fff !important;
  cursor: pointer;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  border: none !important; 
  font-size: 14px;
}

.xc-contact-branch .nav li.tab.active > a,
.xc-contact-branch .nav li.tab > a:hover {
  background: var(--background-static) !important;
  color: #333 !important;
  transition: 0.4s;
  font-family: "sm", sans-serif;
}

.xc-contact-branch .tab-panels .panel {
  padding: 0 !important;
  margin: 0 !important;
}

.xc-contact-branch .tab-panels iframe {
  width: 100%;
  height: 250px;
  display: block; 
}

@media (max-width: 430px) {
  .xc-contact-branch .tab-panels iframe {
    height: 500px;
  }
  .xc-contact-branch .nav li.tab > a {
    font-size: 12px;
    padding: 8px 10px !important;
  }
}

.header-bottom {
  background: url('assets/images/bg-all-menu.png') no-repeat center center !important;
  background-size: cover !important;
  padding: 10px 0 !important;
  height: auto !important; 
}

.header-bottom .flex-col {
  width: 100% !important;
}

.header-bottom .header-bottom-nav {
  display: flex !important;
  align-items: center;
  justify-content: space-between !important; 
  background: url('assets/images/bg-menu.png') no-repeat top center !important;
  background-size: cover !important;
  height: 50px !important;
  width: 100% !important; 
  padding: 0 !important;
}

.header-bottom .header-bottom-nav > li {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  display: flex !important;
  align-items: center;
}

.header-bottom .header-bottom-nav > li > a {
  display: block;
  position: relative;
  font-family: "sm", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important; 
  color: #333 !important;
  padding: 0 15px !important;
  line-height: 50px !important; 
  text-transform: uppercase !important;
  margin: 0 10px;
}

.header-bottom .header-bottom-nav > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--color-red) !important;
  border-radius: 50%;
  pointer-events: none;
}

.header-bottom .header-bottom-nav > li > a::before {
  content: none !important; 
  display: none !important;
}

.header-bottom .header-bottom-nav > li > a::after {
  position: absolute !important;
  content: "" !important;
  background: #333 !important;
  width: 90% !important;
  height: 2px !important;
  border-radius: 10px !important;
  bottom: 8px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  
  opacity: 0;
  transition: opacity 0.3s;
}

.header-bottom .header-bottom-nav > li.active > a::after,
.header-bottom .header-bottom-nav > li.current-menu-item > a::after,
.header-bottom .header-bottom-nav > li:hover > a::after {
  opacity: 1;
}

.header-bottom .header-bottom-nav.nav-dropdown > li::after {
  display: none !important;
}

.header-main {
    background: url('/wp-content/themes/flatsome-child/assets/images/bg-header.png') no-repeat center center;
    background-size: cover;
}
.header-main .header-inner {
    padding: 10px 0;
}

#logo {
    position: relative;
    display: flex;
    align-items: center;
    width: auto !important;
    max-width: 100% !important;
    margin-right: 40px !important;
}
#logo img {
    margin: 0 !important;
    height: 70px !important;
    width: auto !important;
    object-fit: contain;
}

#logo a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}
#logo a::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url('/wp-content/themes/flatsome-child/assets/images/logo-icon.png') no-repeat center center;
    background-size: contain;
    margin-right: 5px; 
    flex-shrink: 0;
    
    position: relative;
    z-index: 1;
}

#logo a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 70px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: sweepLight 4s infinite linear;
    z-index: 2;
    pointer-events: none;
}
@keyframes sweepLight {
    0%   { left: -40px; opacity: 0; }
    10%  { opacity: 1; }
    25%  { left: 80px; opacity: 0; }
    100% { left: 80px; opacity: 0; }
}

.header-search-form {
    min-width: 356px;
    margin: 0 15px; 
}
.header-search-form .searchform {
    width: 356px;
    height: 45px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 3.5px 4px; 
    display: flex;
    align-items: center;
    margin: 0 !important;
}
.header-search-form .searchform-wrapper .flex-row {
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    margin: 0 !important;
}
.header-search-form .searchform-wrapper .flex-grow {
    width: calc(100% - 38px);
    max-width: calc(100% - 38px);
    margin: 0 !important;
    padding: 0 !important;
}
.header-search-form input[type=search] {
    width: 100%;
    height: 38px !important; 
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
    text-indent: 10px;
    color: #333 !important;
    border-radius: 50px 0 0 50px !important;
}
.header-search-form input[type=search]:focus {
    box-shadow: none !important;
    outline: none !important;
}

.header-search-form .submit-button {
    background: var(--background-static) !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #333 !important;
    box-shadow: none !important;
    transition: 0.3s;
    cursor: pointer;
}
.header-search-form button[type="submit"] i, .header-search-form .submit-button i {
    font-size: 16px !important;
    top: 0 !important;
}
.header-search-form button[type="submit"]:hover, .header-search-form .submit-button:hover {
    color: #fff !important;
}

.xc-top-bar-hotline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.xc-top-bar-hotline br,
.xc-top-bar-hotline p:empty {
    display: none !important;
}
.xc-top-bar-hotline .hl-hd {
    display: flex;
    align-items: center;
}
.xc-top-bar-hotline .hotline-head {
    margin-left: 15px;
    margin-bottom: 0;
}
.xc-top-bar-hotline .title-hotline {
    color: var(--color-black);
    font-family: "sm", sans-serif;
    font-size: 15px;
    line-height: 25px;
    display: block;
}
.xc-top-bar-hotline .number-hotline {
    color: var(--color-red);
    font-family: "sa", sans-serif;
    font-size: 20px;
    line-height: 25px;
    display: block;
}
.xc-top-bar-hotline .shake-shake {
    animation: shake 1s infinite;
}
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateY(-7px); }
    35% { transform: translateY(-7px) rotate(17deg); }
    55% { transform: translateY(-7px) rotate(-17deg); }
    65% { transform: translateY(-7px) rotate(17deg); }
    75% { transform: translateY(-7px) rotate(-17deg); }
    100% { transform: translateY(0) rotate(0); }
}

@media (max-width: 1024px) {
    .header-search-form { display: none !important; }
}
@media (max-width: 849px) { 
    .xc-top-bar-hotline { display: flex; justify-content: center; }
}
@media (max-width: 576px) {
    .xc-top-bar-hotline .hl-hd { display: none !important; }
}

.xc-home-about {
    background: url('/wp-content/themes/flatsome-child/assets/images/bg-intro.png') no-repeat center center;
    background-size: cover;
    padding: 60px 0 !important;
}

.xc-home-about .row {
    align-items: stretch !important; 
}
.xc-home-about .col {
    padding-bottom: 0 !important; 
}
.xc-home-about .col-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 15px; 
}

.xc-home-about .box {
    margin: 0 !important;
    border-radius: 20px;
    overflow: hidden;
    flex: 1; 
}
.xc-home-about .box-no-image {
    flex: 0 0 auto !important; 
    background: transparent !important;
    border-radius: 0 !important;
}

.xc-home-about .box-no-image .box-image {
    display: none !important;
}

.xc-home-about .box-image, 
.xc-home-about .box-image > div {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.xc-home-about .box:not(.box-no-image) .box-image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}
.xc-home-about .box:not(.box-no-image):hover .box-image img {
    transform: scale(1.1) !important;
}

.xc-home-about .box-overlay .overlay {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0) 100%) !important;
    height: 100% !important;
    opacity: 1 !important;
}

.xc-home-about .box-overlay .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px !important;
    pointer-events: none;
    transform: translateY(0) !important; 
}
.xc-home-about .box-overlay .box-text-inner {
    width: 100%;
    text-align: left;
}
.xc-home-about .box-overlay h4 {
    color: #fff !important;
    font-size: 18px !important;
    font-family: "sm", sans-serif !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xc-home-about .box-no-image .box-text {
    padding: 0 !important;
    text-align: center !important;
}
.xc-home-about .box-no-image .box-text-inner {
    position: relative;
    padding-left: 20px;
}
.xc-home-about .box-no-image .box-text-inner::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 105px; 
    top: 5px;
    left: 0;
    background: var(--background-static);
}
.xc-home-about .box-no-image p:nth-of-type(1) {
    color: var(--color-black);
    font-size: 20px;
    opacity: 0.7;
    margin-bottom: 0;
}
.xc-home-about .box-no-image p:nth-of-type(2),
.xc-home-about .box-no-image p:nth-of-type(3) {
    font-family: 'sa', sans-serif !important;
    font-size: 27px;
    line-height: 36px;
    -webkit-text-stroke: 1.2px var(--color-red);
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    background: linear-gradient(270deg, #b0762d 0%, #f2e477 29.82%, #b0762d 51.81%, #f2e477 72.55%, #b0762d 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-transform: uppercase;
    margin-bottom: 0;
}
.xc-home-about .box-no-image p:nth-of-type(3) {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
}
.xc-home-about .box-no-image p:nth-of-type(4) {
    color: var(--color-black);
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.xc-home-about br, .xc-home-about p:empty { display: none !important; }

@media (max-width: 768px) {
    .xc-home-about .col-inner { gap: 10px; }
    .xc-home-about .box-no-image .box-text-inner::before { height: 85px; } 
}

.xc-home-products .tabbed-content .nav {
    border-bottom: 0 !important;
    gap: 15px;
    margin-bottom: 25px;
}
.xc-home-products .tabbed-content .nav > li {
    margin: 0 !important;
}

.xc-home-products .tabbed-content .nav > li > a {
    text-transform: capitalize !important;
    padding: 15px 10px !important;
    background: url('/wp-content/themes/flatsome-child/assets/images/img1.png') no-repeat center center;
    background-size: 100% 100%;
    transition: 0.4s;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
}
.xc-home-products .tabbed-content .nav > li > a::before,
.xc-home-products .tabbed-content .nav > li > a::after {
    display: none !important; 
}
.xc-home-products .tabbed-content .nav > li.active > a,
.xc-home-products .tabbed-content .nav > li > a:hover {
    background: url('/wp-content/themes/flatsome-child/assets/images/img2.png') no-repeat center center;
    background-size: 100% 100%;
}

.xc-home-products .tabbed-content .nav > li > a > span {
    font-size: 15px !important;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(270deg, #b0762d 0%, #f2e477 29.82%, #b0762d 51.81%, #f2e477 72.55%, #b0762d 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    transition: 0.4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
.xc-home-products .tabbed-content .nav > li.active > a > span,
.xc-home-products .tabbed-content .nav > li > a:hover > span {
    background: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: var(--color-black) !important;
}

@media (max-width: 768px) {
    .xc-home-products .tabbed-content .nav > li > a { width: 150px; }
    .xc-home-products .tabbed-content .nav > li > a > span { font-size: 13px !important; }
}

.xc-home-products .product-small.box {
    margin-bottom: 20px;
    border-radius: 0;
}
.xc-home-products .product-small .box-image {
    background: #ffffff;
    margin-bottom: 5px;
    border-radius: 0;
    overflow: hidden !important;
}

.xc-home-products .product-small .box-image img {
    transition: transform 0.3s ease !important;
}
.xc-home-products .product-small.box:hover .box-image img {
    transform: scale(1.1) !important;
}

.xc-home-products .product-small .image-fade_in_back {
    position: relative;
    padding-top: 100%; 
}
.xc-home-products .product-small .image-fade_in_back > a > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.xc-home-products .product-small .box-text {
    padding: 0 !important;
    text-align: center;
}
.xc-home-products .product-small .category {
    display: none !important;
}
.xc-home-products .product-title {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 5px !important;
    height: 32px;
    overflow: hidden;
}
.xc-home-products .product-title a {
    color: var(--color-black) !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.4s;
    font-family: inherit;
}
.xc-home-products .product-small.box:hover .product-title a {
    color: var(--color-red) !important;
}

.xc-home-products .product-small .price-wrapper {
    margin-top: 5px;
}
.xc-home-products .product-small .price-wrapper .price-new {
    color: var(--color-red) !important;
    font-size: 15px !important;
    line-height: 28px;
    font-weight: bold;
    margin: 0;
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
}
.xc-home-products .product-small .price-wrapper .price-new::after {
    position: absolute;
    content: "";
    background: var(--background-static);
    width: 100%;
    height: 1px;
    bottom: 2px;
    left: 0;
}

.xc-home-products .product-small .price-wrapper .hover_color_sub:hover {
    color: var(--background-hover) !important;
    transition: 0.4s;
}

@media (max-width: 576px) {
    .xc-home-products .product-small .price-wrapper .w-price-cart {
        justify-content: center !important;
    }
    .xc-home-products .product-small .price-wrapper .price-product {
        width: 100%;
        margin-bottom: 8px !important;
    }
}
}

@keyframes hvr-buzz-out {
    10% { transform: translateX(3px) rotate(2deg); }
    20% { transform: translateX(-3px) rotate(-2deg); }
    30% { transform: translateX(3px) rotate(2deg); }
    40% { transform: translateX(-3px) rotate(-2deg); }
    50% { transform: translateX(2px) rotate(1deg); }
    60% { transform: translateX(-2px) rotate(-1deg); }
    70% { transform: translateX(2px) rotate(1deg); }
    80% { transform: translateX(-2px) rotate(-1deg); }
    90% { transform: translateX(1px) rotate(0); }
    100% { transform: translateX(-1px) rotate(0); }
}

.xc-home-products .product-small .add_to_cart_button,
.xc-home-products .product-small .button {
    background: var(--background-static) !important;
    padding: 2px 8px !important;
    color: #111 !important;
    border-radius: 5px !important; 
    font-size: 13px !important;
    font-family: "sm", sans-serif !important;
    text-transform: uppercase !important;
    min-height: auto !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    border: none !important;
}
.xc-home-products .product-small .add_to_cart_button:hover,
.xc-home-products .product-small .button:hover {
    animation: hvr-buzz-out 0.75s linear 1;
}

.xc-home-products .ux-relay__load-more-button {
    background: var(--background-static) !important;
    color: #111 !important;
    border-radius: 5px !important; 
    font-family: "sm", sans-serif !important;
    font-weight: 600 !important;
    padding: 5px 30px !important;
    min-height: 40px !important;
    line-height: 30px !important;
    transition: 0.3s;
    font-size: 14px !important;
    text-transform: uppercase !important;
    border: none !important;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}
.xc-home-products .ux-relay__load-more-button:hover {
    background: var(--color-black) !important;
    color: #fff !important;
}

.d-inline-block{display:inline-block!important;}
.d-flex{display:flex!important;}
.w-100{width:100%!important;}
.flex-wrap{flex-wrap:wrap!important;}
.justify-content-between{justify-content:space-between!important;}
.align-items-center{align-items:center!important;}

.price-product{margin-bottom:0!important;}
.price-new{color:var(--color-red)!important;font-family:sb,sans-serif!important;font-size:15px!important;line-height:28px!important;padding-bottom:3px!important;position:relative;}
.btn-cart-cus{background:var(--background-static)!important;padding:2px 8px!important;color:#111!important;border-radius:5px!important;font-size:13px!important;font-family:"sm",sans-serif!important;border:none;}
.price-new::after{position:absolute;content:"";background:var(--background-static)!important;width:100%;height:1px;bottom:2px;left:0;}
.hover_color:hover{color:var(--color-red)!important;transition:0.4s;}
.hover_color_sub:hover{color:var(--background-hover)!important;transition:0.4s;}
.hvr-buzz-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.hvr-buzz-out:hover,.hvr-buzz-out:focus,.hvr-buzz-out:active{-webkit-animation-name:hvr-buzz-out;animation-name:hvr-buzz-out;-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;}

.price-new .woocommerce-Price-amount { color: var(--color-red) !important; font-family: sb, sans-serif !important; font-size: 15px !important; font-weight: bold !important; text-decoration: none !important; background: transparent !important; }
.price-new del { display: none !important; }

.xc-home-why {
    background: url('/wp-content/themes/flatsome-child/assets/images/bg-service.png') no-repeat center center;
    background-size: cover;
    padding: 60px 0 !important;
}

.xc-home-why .xc-section-title .section-title-main {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: initial !important;
    color: var(--color-black) !important;
}
.xc-home-why .xc-section-title h2.section-title::after {
    background: url('/wp-content/themes/flatsome-child/assets/images/symbol-title2.png') no-repeat center center !important;
    background-size: contain !important;
}

.xc-home-why .box-image {
    position: relative;
    border-radius: 500px 500px 0 0;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.xc-home-why .box-image::before {
    content: "";
    background: #00000096;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
    border-radius: 500px 500px 0 0;
    transform: scale(1.05);
    z-index: 1;
}

.xc-home-why .box-image::after {
    content: "Xem thêm";
    background: url('/wp-content/themes/flatsome-child/assets/images/img2.png') no-repeat center center;
    background-size: 100% 100%;
    width: 178px;
    height: 53px;
    color: var(--color-black);
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.05);
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
    z-index: 2;
}

.xc-home-why .box-blog-post:hover .box-image::before,
.xc-home-why .box-blog-post:hover .box-image::after {
    opacity: 1;
}
.xc-home-why .box-blog-post:hover .box-image::before {
    transform: scale(1);
}
.xc-home-why .box-blog-post:hover .box-image::after {
    transform: translate(-50%, -50%) scale(1);
}

.xc-home-why .is-divider,
.xc-home-why .post-date {
    display: none !important;
}

.xc-home-why .box-text {
    padding: 0 !important;
}
.xc-home-why .post-title {
    margin-bottom: 0 !important;
}
.xc-home-why .post-title a {
    color: var(--color-black) !important;
    text-align: center;
    font-family: "ssb", sans-serif;
    font-size: 20px !important;
    line-height: 39.5px !important;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.4s;
}
.xc-home-why .box-blog-post:hover .post-title a {
    color: var(--color-red) !important;
}

@media (max-width: 768px) {
    .xc-home-why .post-title a {
        font-size: 16px !important;
        line-height: 24px !important;
        height: 48px;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 576px) {
    .xc-home-why .xc-section-title .section-title-main {
        font-size: 32px !important;
    }
}

.xc-home-why .flickity-prev-next-button {
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
}
.xc-home-why .flickity-prev-next-button svg {
    display: none !important;
}
.xc-home-why .flickity-prev-next-button.previous {
    background: url('/wp-content/themes/flatsome-child/assets/images/img3.png') no-repeat center center !important;
    background-size: contain !important;
    transform: translateX(-100%);
    left: -20px;
}
.xc-home-why .flickity-prev-next-button.next {
    background: url('/wp-content/themes/flatsome-child/assets/images/img4.png') no-repeat center center !important;
    background-size: contain !important;
    transform: translateX(100%);
    right: -20px;
}

.xc-home-why .col.post-item .col-inner {
    
    transition: all 0.4s ease-in-out !important;
}
.xc-home-why .col.post-item .box-image {
    transition: all 0.4s ease-in-out !important;
    transform: scale(0.85); 
    transform-origin: bottom center; 
}
.xc-home-why .col.post-item.is-selected .box-image {
    transform: scale(1.05); 
    z-index: 10;
}
@media (max-width: 849px) {
    .xc-home-why .col.post-item .box-image,
    .xc-home-why .col.post-item.is-selected .box-image {
        transform: scale(1);
    }
}

.xc-home-feedback {
    background: url('/wp-content/themes/flatsome-child/assets/images/bg-feedback.png') no-repeat center center;
    background-size: cover;
    padding: 60px 0 !important;
}

.xc-home-feedback__item {
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.xc-home-feedback__content {
    position: relative;
    max-width: 317px;
    margin: 0 auto;
}

.xc-home-feedback__circles {
    width: 262px;
    height: 262px;
    position: relative;
    margin-left: auto;
    margin-right: 10px;
}

.xc-home-feedback__circles span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--background-hover);
    border-radius: 92% 110% 100% 90%;
}

.xc-home-feedback__circles span:nth-child(1) { animation: spin_fb 6s linear infinite; }
.xc-home-feedback__circles span:nth-child(2) { animation: spin2_fb 6s linear infinite; }
.xc-home-feedback__circles span:nth-child(3) { animation: spin3_fb 6s linear infinite; }

.xc-home-feedback__text {
    position: absolute;
    top: 50%;
    right: 0;
    width: 262px;
    padding: 0 42px 0 20px;
    transform: translateY(-50%);
}

.xc-home-feedback__text img {
    display: block;
    margin: 0 auto 20px;
    max-width: 40px;
}

.xc-home-feedback__text p {
    color: #fff;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xc-home-feedback__user {
    display: flex;
    align-items: flex-end;
    margin: -20px auto 0;
    max-width: 317px;
    position: relative;
    z-index: 2;
    padding-left: 10px;
}

.xc-home-feedback__avatar {
    margin-right: 12px;
}

.xc-home-feedback__avatar img {
    width: 106px;
    height: 106px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    transition: 0.3s all;
}

.xc-home-feedback__item:hover .xc-home-feedback__avatar img {
    transform: scale(1.1);
}

.xc-home-feedback__info {
    max-width: calc(100% - 120px);
    padding-bottom: 5px;
}

.xc-home-feedback__info h4 {
    color: #fff;
    font-family: 'ssb', sans-serif;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xc-home-feedback__info span {
    color: #fff;
    font-family: 'sl', sans-serif;
    font-size: 14px;
    line-height: 27px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes spin_fb {
    100% { transform: rotate(360deg); }
}
@keyframes spin2_fb {
    0% { transform: rotate(72deg); }
    100% { transform: rotate(-288deg); }
}
@keyframes spin3_fb {
    0% { transform: rotate(-144deg); }
    100% { transform: rotate(216deg); }
}

@media (max-width: 849px) {
    .xc-mobile-slider {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .xc-mobile-slider::-webkit-scrollbar {
        display: none;
    }
    .xc-mobile-slider .col {
        flex: 0 0 85% !important;
        max-width: 85% !important;
        scroll-snap-align: center;
    }
}

.xc-home-feedback br { display: none !important; }

.xc-home-project {
    padding-top: 60px;
}
.xc-home-project .section-bg.fill {
    display: none; 
}

.xc-home-project .box-text-inner .is-divider,
.xc-home-project .box-text-inner p,
.xc-home-project .box-text-inner .post-meta {
    display: none !important;
}

.xc-home-project .box-blog-post {
    position: relative;
    overflow: hidden;
    margin: 0; 
    border-radius: 0;
}

.xc-home-project .box-image {
    overflow: hidden;
}
.xc-home-project .box-image img {
    transition: 0.3s all ease-in-out;
}
.xc-home-project .box-blog-post:hover .box-image img {
    transform: scale(1.1);
}

.xc-home-project .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 15px;
    transition: all 0.4s ease-in-out;
    pointer-events: none; 
}

.xc-home-project .box-text .post-title {
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.xc-home-project .box-text .post-title a {
    color: #fff !important;
    font-family: "ssb", sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xc-home-project .box-text-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: static; 
}

.xc-home-project .box-text-inner::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 0;
    pointer-events: none;
}

.xc-home-project .box-text-inner::after {
    content: "XEM THÊM";
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('assets/images/img2.png') no-repeat center center;
    background-size: 100% 100%;
    width: 178px;
    height: 53px;
    color: #000; 
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px auto 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s;
    pointer-events: auto; 
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.xc-home-project .box-blog-post:hover .box-text {
    height: 100%; 
    background: transparent;
    align-items: center; 
}
.xc-home-project .box-blog-post:hover .box-text-inner::before {
    opacity: 1; 
}
.xc-home-project .box-blog-post:hover .box-text-inner::after {
    opacity: 1;
    transform: translateY(0); 
}

@media (max-width: 576px) {
    .xc-home-project .box-text .post-title a {
        font-size: 16px;
    }
}

.xc-home-project .box-blog-post .post-title a::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }

    top: 70% !important; 
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
}
    display: block !important;
    fill: #b0762d !important; 
    width: 30px !important;
    height: 30px !important;
}
    left: 20px !important;
}
    right: 20px !important;
}

    transition: all 0.5s ease;
    padding: 20px 30px; 
}
    padding-top: 100% !important; 
    transition: padding-top 0.4s ease;
}
    pointer-events: none; 
}

    padding: 0px 5px; 
    transform: scale(1.15); 
    z-index: 10;
}
    padding-top: 57.9% !important; 
}

    opacity: 1; 
}

    width: 40px !important;
    height: 40px !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    top: 50% !important; 
}
    display: none !important;
}
    background: url('/wp-content/themes/flatsome-child/assets/images/img3.png') no-repeat center center !important;
    background-size: contain !important;
    transform: translateX(-100%);
    left: -20px;
}
    background: url('/wp-content/themes/flatsome-child/assets/images/img4.png') no-repeat center center !important;
    background-size: contain !important;
    transform: translateX(100%);
    right: -20px;
}

    transition: all 0.4s ease-in-out !important;
    
}
    transition: all 0.4s ease-in-out !important;
    transform: scale(0.85); 
    transform-origin: center center;
}
    transform: scale(1.05); 
    z-index: 10;
}

    pointer-events: none;
}

@font-face {
  font-family: "sa";
  src: url("assets/fonts/SFUAuchon.eot");
  src: url("assets/fonts/SFUAuchon.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/SFUAuchon.woff2") format("woff2"),
    url("assets/fonts/SFUAuchon.woff") format("woff"),
    url("assets/fonts/SFUAuchon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "ssb";
  src: url("assets/fonts/Saira-SemiBold.eot");
  src: url("assets/fonts/Saira-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Saira-SemiBold.woff2") format("woff2"),
    url("assets/fonts/Saira-SemiBold.woff") format("woff"),
    url("assets/fonts/Saira-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sm";
  src: url("assets/fonts/Saira-Medium.eot");
  src: url("assets/fonts/Saira-Medium.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Saira-Medium.woff2") format("woff2"),
    url("assets/fonts/Saira-Medium.woff") format("woff"),
    url("assets/fonts/Saira-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sb";
  src: url("assets/fonts/Saira-Bold.eot");
  src: url("assets/fonts/Saira-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Saira-Bold.woff2") format("woff2"),
    url("assets/fonts/Saira-Bold.woff") format("woff"),
    url("assets/fonts/Saira-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sl";
  src: url("assets/fonts/Saira-Light.eot");
  src: url("assets/fonts/Saira-Light.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Saira-Light.woff2") format("woff2"),
    url("assets/fonts/Saira-Light.woff") format("woff"),
    url("assets/fonts/Saira-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sr";
  src: url("assets/fonts/Saira-Regular.eot");
  src: url("assets/fonts/Saira-Regular.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Saira-Regular.woff2") format("woff2"),
    url("assets/fonts/Saira-Regular.woff") format("woff"),
    url("assets/fonts/Saira-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shake-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes shake-anim {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}

.popup-custom .modal-content {
  border-radius: 0px;
  border: 0px;
}

.popup-custom .modal-content .modal-body {
  padding: 10px;
}

.popup-custom .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 2;
  color: #888888;
  cursor: pointer;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  opacity: 1 !important;
}

#popup-quickview .modal-dialog {
  max-width: 1140px;
}

.opacity-0 {
  opacity: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes scaleLarge {
  0% {
    opacity: 0;
    transform: scale(2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

:root {
  --color-red: #ed1b24;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #333;
  --color-gray: #6c757d;
  --background-static: linear-gradient(
    270deg,
    #b0762d 0%,
    #f2e477 29.82%,
    #b0762d 51.81%,
    #f2e477 72.55%,
    #b0762d 100%
  );
  --background-hover: #dfa246;
  --color-static: #000;
  --color-hover: #ed1b24;
}

a.mucluc-dropdown-list_button {
}

a.mucluc-dropdown-list_button:before {
  content: "\f03a";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  background: #fff;
  color: #006acb !important;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
}

.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
}

.meta-toc .mucluc-dropdown-list_button {
  display: none;
}

.meta-toc.fiedx .mucluc-dropdown-list_button {
  display: block;
}

.meta-toc:not(.fiedx) .box-readmore {
  display: block !important;
}

.box-readmore {
  padding: 10px;
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 2px;
  border: 1px solid #dddddd;
  font-size: 13px;
  margin-bottom: 10px;
}

.meta-toc.fiedx .box-readmore {
  width: 350px;
  display: none;
}

.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin: 0 0 5px 0;
}

.box-readmore ul li a {
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #000 !important;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

.box-readmore ul li li a {
  font-weight: 400;
}

.box-readmore ul li a:hover {
  color: #767676;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
}

#loader-wrapper #wrap {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

#loader-wrapper.show1 #wrap {
  background: transparent;
}

#loader-wrapper:after {
  -webkit-mask: url(../images/mask-01.png);
  mask: url(../images/mask-01.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 1);
  z-index: 99999;
}

#loader-wrapper.show1::after {
  -webkit-animation: MaskPlay 1s steps(22) forwards;
  animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
  opacity: 0;
}

.loading-text ul {
  margin-top: 1.875rem;
}

.loading-text ul li {
  -webkit-animation: anime 1.5s infinite linear;
  animation: anime 1.5s infinite linear;
  display: inline-block;
  font-family: var(--bs-font-monospace);
  font-size: 1.875rem;
  letter-spacing: 1px;
}

.loading-text ul li:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading-text ul li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading-text ul li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading-text ul li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading-text ul li:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading-text ul li:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading-text ul li:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loader {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding-bottom: 3.125rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100001;
}

@-webkit-keyframes anime {
  0% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }

  50% {
    color: #ffc107;
    letter-spacing: 5px;
    text-shadow: 5px 10px 1px #000;
    transform: translateY(-10px);
  }

  100% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
}

@keyframes anime {
  0% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }

  50% {
    color: #ffc107;
    letter-spacing: 5px;
    text-shadow: 5px 10px 1px #000;
    transform: translateY(-10px);
  }

  100% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
}

@-webkit-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

body {
  font-size: 14px;
  font-family: sr;
  line-height: 24px;
}

blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

blockquote p {
  margin-bottom: 0;
}

.footer-copyright a {
  color: #fff;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.col-30 {
  padding-left: 15px;
  padding-right: -15px;
}

.col-20 {
  padding-left: 10px;
  padding-right: 10px;
}

.mg-col-10 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-top-bottom {
  padding: 2.5rem 0;
}

.pad-top {
  padding-top: 2.5rem;
}

.pad-bottom {
  padding-bottom: 2.5rem;
}

.mg-top {
  margin-top: 2.5rem;
}

.mg-bottom {
  margin-bottom: 2.5rem;
}

.hover_xemthem {
  transition: 0.4s;
}

.hover_xemthem:hover {
  letter-spacing: 2px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a,
input,
textarea {
  outline: none;
  padding: 0px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrap-content {
  max-width: 1200px;
  margin: auto;
  width: calc(100% - 30px);
}

.fix_head {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999 !important;
}

.pd-l-10 {
  padding-left: -10px;
}

.pd-r-10 {
  padding-right: -10px;
}

.mg-l-10 {
  margin-left: -10px;
}

.mg-r-10 {
  margin-right: -10px;
}

.mg-b-20 {
  margin-bottom: 20px;
}

.title-detail-main {
  color: #252525;
  font-size: 23px;
  margin-bottom: 1.5rem;
  font-family: "ssb";
}

.title-main {
  margin-bottom: 30px;
  text-align: center;
}

.title-main span {
  text-transform: uppercase;
  
  text-align: center;
  
  font-family: sa;
  font-size: 40px;
  font-style: normal;
  line-height: 40px;
  
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

.share {
  padding: 17px 15px 10px 15px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 45px / 2);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.custom-form-row {
  margin-right: -10px;
  margin-left: -10px;
}

.custom-form-row > .col,
.custom-form-row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.text-sm {
  font-size: 0.875rem !important;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.wrap-user {
  width: 100%;
  max-width: 550px;
  margin: auto;
  border: 1px solid #bce8f1;
  border-radius: 5px;
}

.title-user {
  background-color: #d9edf7;
  padding: 12px 15px;
  border-radius: 5px 5px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-user span {
  color: #31708f;
}

.title-user a {
  color: #0056b3;
  font-size: 12px;
}

.form-user {
  padding: 20px 15px;
}

.input-user {
  margin-bottom: 0.75rem;
}

.input-user input {
  font-size: 14px;
}

.button-user {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-user input {
  font-size: 14px;
}

.checkbox-user,
.radio-user {
  cursor: pointer;
}

.checkbox-user input {
  top: calc(50% - 1.25rem / 2);
  height: auto;
}

.checkbox-user label {
  font-size: 14px;
  cursor: pointer;
}

.checkbox-user label::before,
.checkbox-user label::after {
  top: calc(50% - 1rem / 2);
}

.radio-user {
  margin-right: 1rem;
}

.radio-user:last-child {
  margin-right: 0px;
}

.radio-user label::before,
.radio-user label::after {
  top: calc(50% - 1rem / 2);
}

.note-user {
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding-top: 0.5rem;
}

#popup-cart .modal-title {
  text-transform: uppercase;
}

#popup-cart .modal-body .wrap-cart {
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

#popup-cart .modal-footer {
  padding: 0.75rem 0 0 0;
  border-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buymore-cart {
  color: #ed1b24;
  cursor: pointer;
  margin: 0px;
}

.buymore-cart i {
  margin-right: 2px;
  margin-top: 5px;
  vertical-align: top;
  font-size: 12px;
}

.wrap-cart {
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.top-cart {
  border-right: 1px solid #eee;
}

@media only screen and (max-width: 991px) {
  .top-cart {
    margin-bottom: 2rem;
  }
}

.procart {
  padding: 20px 10px;
  border: 1px solid #eee;
  border-top: 0px;
}

.pic-procart {
  text-align: center;
}

.pic-procart img {
  max-height: 100px;
  height: inherit;
}

.pic-procart .del-procart {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}

.pic-procart .del-procart:hover {
  color: red;
}

.name-procart a {
  font-size: 14px;
  color: #000;
  display: block;
}

@media only screen and (max-width: 575px) {
  .name-procart a {
    font-size: 13px;
  }
}

.name-procart a:hover {
  color: #ed1b24;
}

.properties-procart {
  display: block;
}

.properties-procart p {
  display: inline-block;
  margin-bottom: 0px;
}

.properties-procart p:first-child {
  margin-right: 10px;
}

.properties-procart p strong {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .quantity-procart {
    text-align: right;
  }
}

.quantity-procart p {
  margin-bottom: 0px;
}

.quantity-counter-procart {
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 30px;
  line-height: normal;
  text-align: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.counter-procart {
  background-color: transparent;
  border: 0px;
  width: 30%;
  color: #333;
  outline: none;
  cursor: pointer;
  font-size: 23px;
}

.counter-procart:hover,
.counter-procart:focus {
  color: #ed1b24;
}

.counter-procart:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.counter-procart:disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}

.counter-procart-minus {
  line-height: 26px;
}

.counter-procart-plus {
  line-height: 24px;
}

.quantity-counter-procart .quantity-procart {
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  color: #333;
  text-align: center;
}

.price-procart {
  width: 20%;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .price-procart {
    display: none;
  }
}

.price-procart-rp {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13.5px;
}

@media only screen and (max-width: 767px) {
  .price-procart-rp {
    display: block;
  }
}

.price-new-cart {
  color: #ed1b24;
  margin-bottom: 0px;
}

.price-old-cart {
  color: #999;
  text-decoration: line-through;
}

.procart-label {
  border: 0px;
  background: #eee;
  padding: 10px;
  margin: 0px;
  text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
  .procart-label {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .procart-label .quantity-procart p:first-child {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .procart-label .quantity-procart p:first-child {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .procart-label .quantity-procart p:last-child {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .procart-label .quantity-procart p:last-child {
    display: block;
  }
}

.money-procart {
  margin-top: 15px;
}

.total-procart {
  background: #eee;
  padding: 7px 10px;
  border: 1px solid #dddfe2;
  margin-bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.total-procart p {
  margin-bottom: 0px;
  font-size: 15px;
}

.total-procart p:last-child {
  color: #ed1b24;
}

.section-cart {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.title-cart {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.information-cart {
  margin-bottom: 1.5rem;
}

.input-cart {
  margin-bottom: 0.5rem;
  position: relative;
}

.input-cart textarea {
  resize: none;
  height: 100px;
}

.input-cart select {
  cursor: pointer;
}

.payments-cart {
  text-align: left;
  margin-bottom: 5px;
  min-height: auto;
  padding-left: 0;
  margin-left: 20px;
  position: relative;
}

.payments-cart:last-child {
  margin-bottom: 0px;
}

.payments-cart input {
  top: 10px;
  
  position: absolute;
}

.payments-label {
  cursor: pointer;
  background: #eee;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 0px;
  color: #313131 !important;
}

.payments-label::before,
.payments-label::after {
  top: calc(50% - 1rem / 2);
}

.payments-label.active {
  background: var(--background-static);
  color: #ffffff !important;
}

.payments-info {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  background: #f5efef;
  border-radius: 5px;
}

.payments-info p {
  margin-bottom: 1em;
}

.payments-info.active {
  padding: 10px 15px;
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.btn-cart {
  text-transform: capitalize;
}

.empty-cart {
  padding: 25px 30px;
  text-align: center;
}

.empty-cart i {
  color: red;
  font-size: 70px;
}

.empty-cart p {
  margin: 15px 0px;
  color: #333;
  font-size: 18px;
}

.comment-title {
  font-size: 18px;
}

.comment-show {
  display: block !important;
}

.comment-point {
  font-size: 47px;
  color: #fe302e;
}

.comment-star {
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.5rem;
}

.comment-star span {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}

.comment-star i {
  display: inline-block;
  margin: 0.1rem;
  color: #b8b8b8;
  text-rendering: auto;
  font-size: 20px;
}

.comment-star i:nth-child(1) {
  margin-left: 0;
}

.comment-star span i {
  color: #ffc120;
}

.comment-progress {
  width: 100%;
  margin-bottom: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comment-progress:last-child {
  margin-bottom: 0px;
}

.comment-progress .progress {
  height: 12px;
  margin-right: 10px;
  margin-left: 5px;
  width: calc(100% - 90px);
  border-radius: 10px;
}

.comment-progress .progress-bar#has-rate {
  background-color: #23b445;
}

.comment-progress .progress-num {
  font-size: 15px;
  width: 25px;
  text-align: center;
  color: #787878;
}

.comment-progress .progress-total {
  font-weight: 600;
  text-align: left;
  color: #787878;
  width: 50px;
}

.comment-write {
  display: none;
}

.review-rating-star {
  font-size: 0;
}

.review-rating-star-icon .fa {
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: 0.1rem;
  font-size: 21px;
  cursor: pointer;
  color: #f0c808;
}

.review-rating-star-icon .fa.star-empty {
  color: #dedddc;
}

.review-rating-star-icon .fa.star-not-empty {
  color: #f0c808;
}

.review-rating-star-icon .fa:nth-child(1) {
  margin-left: 0;
}

.review-fileuploader {
  padding: 20px 15px;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  border: 2px dashed #c2cdda;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review-fileuploader .review-fileuploader-text {
  color: #90a0bc;
}

.review-file-uploader .fileuploader {
  padding: 0px;
  margin: 0px;
  background: transparent;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list {
  margin: 1rem -5px 0 -5px;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list:after {
  display: block;
  content: "";
  clear: both;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item {
  padding: 0px;
  width: calc(100% / 7 - 10px);
  float: left;
  margin: 0 5px 5px 5px;
  border-bottom: 0px;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .columns {
  display: block;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-thumbnail {
  width: auto;
  height: auto;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-thumbnail
  .fileuploader-item-image {
  height: auto;
  padding: 50% 0;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-thumbnail
  .fileuploader-item-image
  img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: none;
  transform: none;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-title {
  padding: 0px;
  margin-top: 0.5rem;
  text-align: center;
  display: none;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-actions {
  margin: 0px;
  position: absolute;
  top: 0px;
  right: -5px;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-infos
  input {
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}

.review-poster-video-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.review-poster-video-avatar .avatar-detail {
  width: 95px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review-poster-video-avatar .avatar-detail img {
  max-width: 95px;
  max-height: 95px;
}

#review-content {
  height: 350px;
}

.carousel-comment-media .carousel-control a {
  opacity: 1;
  width: 45px;
  height: 45px;
  top: calc(50% - 45px / 2);
  bottom: inherit;
}

.carousel-comment-media .carousel-control a span {
  display: block;
  cursor: pointer;
  color: #222222;
  width: 45px;
  height: 45px;
  padding: 5px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel-comment-media .carousel-control a.carousel-control-prev {
  left: 20px;
}

.carousel-comment-media .carousel-control a.carousel-control-prev span {
  padding-right: 9px;
}

.carousel-comment-media .carousel-control a.carousel-control-next {
  right: 20px;
}

.carousel-comment-media .carousel-control a.carousel-control-next span {
  padding-left: 8px;
}

.carousel-comment-media .carousel-indicators {
  position: static;
  margin: 0 0 1rem 0;
}

.carousel-comment-media .carousel-indicators li {
  width: auto;
  max-width: 60px;
  height: auto;
  text-indent: inherit;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0px 0px 3px 0px;
  border: 2px solid transparent;
  opacity: 1;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.carousel-comment-media .carousel-indicators li.active {
  border-color: #ffc120;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.carousel-comment-media .carousel-inner {
  max-width: 550px;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  margin: auto;
}

.carousel-comment-media
  .carousel-inner
  .carousel-lists
  .carousel-comment-media-item-video
  #file-video {
  max-width: 100%;
  width: 100%;
  height: 500px;
  vertical-align: top;
  display: inline-block;
  background-color: #000000;
}

#form-reply {
  display: none;
}

.comment-item {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.comment-item-poster {
  width: 200px;
  margin-right: 30px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .comment-item-poster {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.comment-item-letter {
  border-radius: 50%;
  background-color: #d3d2d3;
  color: #919090;
  width: 65px;
  height: 65px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  line-height: 67px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 991px) {
  .comment-item-letter {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    margin-bottom: 0;
  }
}

.comment-item-name {
  margin-bottom: 0.25rem;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .comment-item-name {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.comment-item-posttime {
  font-size: 12px;
  color: #999999;
}

.comment-item-information {
  width: calc(100% - 230px);
}

@media only screen and (max-width: 991px) {
  .comment-item-information {
    width: 100%;
  }
}

.comment-item-star {
  float: left;
  margin-right: 10px;
}

.comment-item-star i {
  font-size: 17px;
}

.comment-item-title {
  font-size: 15px;
  font-weight: 500;
}

.comment-replies {
  position: relative;
  background: #f8f9fa;
  border: 1px solid #dfdfdf;
  padding: 1.75rem 1.5rem;
}

.comment-replies:after {
  content: "";
  position: absolute;
}

.comment-replies:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -13px;
  left: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #f8f9fa;
}

.comment-replies:after {
  top: -14px;
  left: 9px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 14px solid #dfdfdf;
}

.comment-replies-item {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.comment-replies-item:last-child {
  margin-bottom: 0px;
}

.comment-replies-letter {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  line-height: 45px;
  padding-left: 1px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #e5e3e5;
  color: #919090;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  text-align: center;
  margin-top: 0.125rem;
}

.comment-replies-letter.admin {
  position: relative;
  background-color: #189eff;
  text-indent: 9999px;
  overflow: hidden;
}

.comment-replies-letter.admin:before {
  content: "QTV";
  text-indent: 0px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comment-replies-info {
  width: calc(100% - 55px);
}

.comment-replies-name {
  font-weight: 500;
  margin-bottom: 0.125rem;
}

.comment-replies [class*="btn-load-more-"] {
  border: 0px;
  outline: none;
  padding: 0px;
  background: transparent;
}

.comment-media-play {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.comment-media-play svg {
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}

.comment-media-play svg .comment-media-play-stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
  -webkit-transition: opacity 1s ease, stroke-width 1s ease;
  transition: opacity 1s ease, stroke-width 1s ease;
}

.comment-media-play svg .comment-media-play-stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 4px;
  -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.comment-media-play svg .comment-media-play-icon {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.comment-media-play:hover svg .comment-media-play-stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}

.comment-media-play:hover svg .comment-media-play-stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}

.comment-media-play:hover svg .comment-media-play-icon {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.head {
  background-color: #ffffff;
}

.head .head-top {
  color: #ffffff;
  background: var(--background-static);
}

.head .head-top .wrap-content {
}

.slogan-head {
  height: 40px;
  display: flex;
  align-items: center;
  width: 40%;
}

.info-head {
  margin-bottom: 0;
}

.info-head i {
  vertical-align: top;
  margin: 3px 5px 0px 0px;
  font-size: 16px;
}

.head .head-bottom .wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-head li {
  width: 30px;
}

.head-bottom .wrap-content {
  padding: 10px 0;
}

.hotline-head {
  margin-left: 15px;
}

.hotline-head p {
}

.hotline-head span {
}

.user-head a {
  color: #ffffff;
  padding-right: 9px;
  margin-right: 7px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.user-head a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #ffffff;
  top: calc(50% - 7px / 2);
  right: 0px;
  opacity: 0.7;
}

.user-head a:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.user-head a:last-child:after {
  display: none;
}

.menu {
  background: url(../images/bg-all-menu.png) no-repeat center center;
  position: relative;
  z-index: 10;
  background-size: cover;
  padding: 10px 0;
}

@media only screen and (max-width: 991px) {
  .menu {
    display: none;
  }
}

.menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}

.menu ul.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../images/bg-menu.png) no-repeat top center;
  background-size: covber;
  height: 50px;
}

.menu ul li {
  position: relative;
  z-index: 1;
}

.menu ul li.menu-line {
  width: 6px;
  height: 6px;
  background-color: var(--color-red);
  border-radius: 50%;
}

.menu ul li a {
  display: block;
  position: relative;
  font-size: 15px;
  color: #333;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.menu ul li a.menu_par:hover:before,
.menu ul li a.menu_par.active::before {
  position: absolute;
  content: "";
  background: #333;
  width: 90%;
  height: 2px;
  border-radius: 10px;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.menu ul li a.has-child {
  
  
}

.menu ul li a.has-child:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  
  
  
  background-color: #fafafa;
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}

.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menu ul li ul li a {
  font-size: 14px;
  color: #313131;
  border-bottom: 1px solid #ececec;
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
}

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
  border-color: #313131;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu ul li ul li a.active {
  color: #ed1b24;
}

.menu ul li ul li a.active.has-child:after {
  border-color: #ed1b24;
}

.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}

.menu ul li ul li:hover > a {
  color: #ed1b24;
}

.menu ul li ul li:hover > a.has-child:after {
  border-color: #ed1b24;
}

.menu ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}

.search {
  width: 356px;
  border-radius: 50px;
  padding: 4px;
  height: 45px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.search p {
  background: var(--background-static);
  float: left;
  width: 38px;
  height: 38px;
  line-height: 38px;
  
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: #333;
  font-size: 16px;
  border-radius: 50%;
}

.search input {
  width: calc(100% - 38px);
  height: 43px;
  float: left;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 12px;
}

.search input::-webkit-input-placeholder {
  color: #313131;
}

.search input:-moz-placeholder {
  color: #313131;
}

.search input::-moz-placeholder {
  color: #313131;
}

.search input:-ms-input-placeholder {
  color: #313131;
}

.menu-res {
  z-index: 100;
  background: url(../images/bg-menu.png) no-repeat top center;
  background-size: cover;
  position: relative;
  display: none;
}

@media only screen and (max-width: 991px) {
  .menu-res {
    display: block;
  }
}

.menu-bar-res {
  height: 50px;
  padding: 0px 15px;
}

#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 30px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #333;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #333;
  font-size: 17px;
  margin: 0px;
}

.search-res .icon-search.active {
  color: #ed1b24;
  background: #ffffff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ed1b24;
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: #ed1b24;
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: #ed1b24;
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}

.slideshow {
  position: relative;
}

.slideshow-item {
  display: block;
  cursor: pointer;
}

.slideshow:hover .control-slideshow {
  opacity: 1;
}

.control-slideshow {
  opacity: 0;
}

.info-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.name-slide {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.desc-slide {
  font-size: 15px;
  color: #fff;
  width: 500px;
  margin: 20px 0;
}

.views-more-slide {
  background: var(--background-static);
  width: 120px;
  height: 40px;
  color: #fff;
  font-size: 15px;
}

.box-slide.slick-current.slick-active .name-slide {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .desc-slide {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .views-more-slide {
  animation: scaleLarge;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.slide-text .slick-prev,
.slide-text .slick-next {
  width: 40px;
  height: 50px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}

.slide-text .slick-prev {
  left: 5px;
}

.slide-text .slick-next {
  right: 5px;
}

.slide-text .slick-prev:before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f053";
}

.slide-text .slick-next:before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f054";
}

.slide-text .slick-dots {
  bottom: 20px;
}

.slide-text .slick-dots li {
  margin: 0;
}

.slide-text .slick-dots li button:before {
  color: #fff;
  font-size: 15px;
}

.control-partner button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}

.control-partner button:hover {
  opacity: 0.7;
}

.control-partner button.owl-prev {
  left: 0px;
}

.control-partner button.owl-next {
  right: 0px;
}

.wrap-partner {
  margin-bottom: 2rem;
}

.wrap-partner .wrap-content {
  position: relative;
}

.partner {
  display: block;
  border: 1px solid #eee;
  max-width: 175px;
  margin: 0px auto;
}

.breadCrumbs {
  background: var(--background-static);
}

.breadCrumbs .wrap-content {
  padding: 0.75rem 0;
}

.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: #333;
}

.wrap-intro {
  background-color: #eee;
}

.news-intro:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  top: 10px;
  left: 90px;
  background-color: #cacaca;
}

.news-scroll:before,
.news-scroll:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 85px;
  border-radius: 100%;
  background-color: #cacaca;
}

.news-scroll:before {
  top: 10px;
}

.news-scroll:after {
  bottom: 40px;
}

.news-control {
  left: 85px;
  font-size: 13px;
  opacity: 0.5;
  z-index: 1;
  cursor: pointer;
}

.news-control:hover {
  opacity: 1;
  color: #ed1b24;
}

.news-control#up {
  top: -10px;
}

.news-control#down {
  bottom: 20px;
}

.news-shadow {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news-shadow .news-shadow-time {
  font-size: 13px;
  width: 75px;
  margin-right: 45px;
}

.news-shadow .news-shadow-time:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 20px / 2);
  right: -26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pattern-news.png);
}

.news-shadow .news-shadow-article {
  width: calc(100% - 120px);
  padding: 14px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #cecabb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news-shadow .news-shadow-article:before {
  content: "";
  position: absolute;
  top: calc(50% - 26px / 2);
  left: -13px;
  z-index: 0;
  border-top: 13px solid transparent;
  border-right: 13px solid #cecabb;
  border-bottom: 13px solid transparent;
}

.news-shadow .news-shadow-article:after {
  content: "";
  position: absolute;
  top: calc(50% - 24px / 2);
  left: -11px;
  z-index: 1;
  border-top: 12px solid transparent;
  border-right: 11px solid #ffffff;
  border-bottom: 12px solid transparent;
}

.news-shadow .news-shadow-article .news-shadow-image {
  margin-right: 10px;
  width: 90px;
}

.news-shadow .news-shadow-article .news-shadow-info {
  width: calc(100% - 100px);
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name {
  height: 36px;
  font-size: 15px;
  font-weight: 700;
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a {
  color: #222222;
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a:hover {
  color: #ed1b24;
}

.news-shadow
  .news-shadow-article
  .news-shadow-info
  .news-shadow-name
  a
  .text-split {
  -webkit-line-clamp: 2;
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-desc {
  height: 38px;
  font-size: 13px;
}

.news-shadow
  .news-shadow-article
  .news-shadow-info
  .news-shadow-desc.text-split {
  -webkit-line-clamp: 2;
}

.video {
  cursor: pointer;
  margin-bottom: 1rem;
}

.video .video-image {
  position: relative;
  margin-bottom: 0.75rem;
}

.video .video-image:before {
  content: "";
  position: absolute;
  width: 91px;
  height: 91px;
  top: calc(50% - 91px / 2);
  left: calc(50% - 91px / 2);
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../images/img5.png);
}

.video .video-name {
  text-align: center;
  font-size: 16px;
  color: #212529;
  margin-bottom: 0px;
}

.album {
  cursor: pointer;
}

.album .album-image {
  margin-bottom: 0.75rem;
}

.album .album-name {
  margin-bottom: 0px;
  text-align: center;
}

.album .album-name a {
  display: block;
  font-size: 16px;
  color: #212529;
  margin-bottom: 0px;
}

.wrap-brand .wrap-content {
  position: relative;
}

.brand {
  display: block;
  border: 1px solid #eee;
  max-width: 160px;
  margin: 0px auto;
}

.wrap-product {
  margin-bottom: 50px;
}

.cart-product {
  margin-bottom: 0px;
}

.cart-product span {
  cursor: pointer;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
}

.grid-pro-detail {
  margin-bottom: 3rem;
}

.left-pro-detail {
  position: relative;
  text-align: center;
  width: 45%;
}

.right-pro-detail {
  width: calc(55% - 40px);
}

.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.owl-pro-detail {
  padding: 0;
}

.control-pro-detail button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}

.control-pro-detail button:hover {
  opacity: 0.7;
}

.control-pro-detail button.owl-prev {
  left: 0px;
}

.control-pro-detail button.owl-next {
  right: 0px;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.thumb-pro-detail img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 22px;
  display: block;
  font-family: "sb";
}

.comment-pro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.brand-pro-detail {
}

.brand-pro-detail a {
  background: var(--color-red);
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
}

.price-new-pro-detail {
  font-size: 23px;
  color: var(--color-black);
  font-family: sb;
}

.price-old-pro-detail {
  font-weight: 400;
  color: var(--color-gray);
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  width: 48px;
  height: 32px;
  margin: 0 8px 5px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #dadada;
  transition: 0.3s;
  border-radius: 2px;
}

.size-pro-detail {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 48px;
  position: relative;
  margin: 0 8px 0 0;
  border: 1px solid #dadada;
  border-radius: 2px;
  font-size: 12px;
  transition: 0.3s;
}

.size-pro-detail.active,
.color-pro-detail.active {
  border-color: var(--color-dark-red);
}

.size-pro-detail.active:after,
.color-pro-detail.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  display: none;
}

.quantity-pro-detail {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 45px;
  height: 100%;
  color: #000;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 100%;
  border: none;
  width: calc(100% - 90px);
  text-align: center;
  font-size: 15px;
}

.cart-pro-detail {
  max-width: 400px;
}

.cart-pro-detail a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  width: calc(100% / 2 - 5px);
  height: 45px;
  border-radius: 5px;
}

.cart-pro-detail a.addnow {
  background: #fff;
  color: var(--color-red);
}

.cart-pro-detail a.addnow:hover {
  color: #fff;
  background: var(--color-red);
}

.cart-pro-detail a.buynow {
  background-color: #333;
}

.cart-pro-detail a.buynow:hover {
  background-color: var(--color-dark-red);
  color: #fff;
}

.cart-pro-detail a i {
  vertical-align: top;
  margin-right: 8px;
  font-size: 24px;
  position: relative;
  top: -2px;
}

.tags-pro-detail a {
  float: left;
  font-size: 13px;
  padding-bottom: 0.375rem;
  margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  font-family: "ssb";
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}

.pic-news {
  margin-bottom: 0;
  aspect-ratio: calc(282 / 228);
}

.pic-news img {
  width: 100%;
}

.info-news {
  padding: 15px;
}

.name-news {
  color: var(--color-black);
  transition: 0.4s;
  font-family: "ssb";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.name-news.text-split {
  -webkit-line-clamp: 1;
}

.name-news:hover {
  color: var(--background-static);
}

.time-news {
  color: var(--color-gray);
  margin-bottom: 10px;
}

.desc-news {
  color: #676767;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: -10px;
}

.news .news-name {
  margin-bottom: 0.5rem;
}

.news .news-name a {
  color: #333;
  font-size: 16px;
}

.news .news-name a.text-split {
  -webkit-line-clamp: 2;
}

.news .news-name a:hover {
  color: #ed1b24;
}

.news .news-time {
  color: #84878a;
  margin-bottom: 0.25rem;
}

.news .news-desc {
  color: #333333;
  margin-top: 5px;
  line-height: 22px;
}

.othernews b {
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "sm";
}

.othernews {
  position: sticky;
  top: 60px;
  z-index: 11;
}

.news-other {
  margin-bottom: 15px;
}

.pic-news-other {
  width: 40%;
}

.info-news-other {
  width: 60%;
  padding-left: 10px;
}

.name-news-other {
  color: #252525;
  font-size: 14px;
  line-height: normal;
  font-family: "ssb";
  transition: 0.4s;
}

.name-news-other.text-split {
}

.form-floating.form-floating-cus > input {
  height: 45px;
}

.form-floating.form-floating-cus > textarea {
  height: 100px;
}

.form-floating.form-floating-cus > label {
  padding: 10px 10px;
  color: var(--color-gray);
}

.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 20px;
}

.contact-input input,
.contact-input textarea {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

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

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

.newsletter-slogan {
  margin-bottom: 0.5rem;
  color: var(--color-gray);
}

.form-newsletter {
  height: 45px;
  display: flex;
}

.newsletter-input {
  position: relative;
  height: 100%;
  width: calc(100% - 60px);
}

.newsletter-input input {
  border-radius: 0px;
  height: 100%;
  width: 100%;
}

.newsletter-button {
  width: 60px;
}

.newsletter-button input[type="submit"] {
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  height: 100%;
  border-radius: 0;
  background: var(--background-static);
  width: 100%;
}

.footer-article {
  background: url(../images/bg-footer.png) no-repeat top center;
  background-size: cover;
  padding-top: 60px;
}

.footer-title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
  
  font-family: "ssb";
}

.name-company {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 1rem;
}

.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-ul li {
  margin-bottom: 10px;
  width: 100%;
}

.footer-ul li:last-child {
  margin-bottom: 0px;
}

.footer-ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 35px;
  
  padding-left: 15px;
  position: relative;
}

.footer-ul li a:hover {
  text-decoration: none;
  color: var(--background-hover);
}

.footer-tags {
  background: #eee;
}

.footer-tags .wrap-content {
  padding: 30px 15px;
}

.footer-tags-lists {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-tags-lists li {
  float: left;
}

.footer-tags-lists li a {
  padding-bottom: 0.375rem;
}

.footer-powered {
  margin-top: 60px;
  border-bottom: 10px solid var(--background-hover);
}

.footer-powered .wrap-content {
}

.footer-statistic {
  text-align: right;
}

.footer-statistic span {
  padding-right: 20px;
  color: var(--color-black);
  font-size: 13px;
  line-height: 32px;
  
  position: relative;
  z-index: 45;
}

.footer-statistic span:last-child {
  padding-right: 0px;
}

#footer-map {
  position: relative;
  height: 500px;
}

#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

.social-plugin {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: #ed1b24;
  background-color: #ed1b24;
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination-ajax a.first:before {
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
  background-image: url(../images/page-next.png);
}

#popup .modal-body {
  padding: 0px;
}

.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

coccocgrammar {
  display: none;
}

.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover > img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.btn-frame {
  display: block;
  width: 62px;
  height: 57px;
  position: fixed;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  width: 62px;
  height: 57px;
  border-radius: 50% 0 0 50%;
  background: var(--background-static);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}

.btn-frame i img {
  vertical-align: middle;
  width: 50%;
}

.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: var(--background-static);
  opacity: 0.5;
}

.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.btn-frame .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.btn-frame .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.btn-zalo {
  bottom: 332px;
}

.btn-phone {
  bottom: 271px;
}

.js-facebook-messenger-top-header {
  background: #487dfc;
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.js-facebook-messenger-container.closed {
  display: none !important;
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
  color: #404040;
  background: #fff;
}

.js-facebook-messenger-tooltip.closed {
  display: none !important;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button {
  z-index: 999;
}

.js-facebook-messenger-tooltip {
  z-index: 999;
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1000000000000000019884624838656;
}

.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}

.js-facebook-messenger-box {
  z-index: 999;
}

.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}

.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 0;
  width: 62px;
  height: 56px;
  text-align: center;
  background: var(--background-static);
  border-radius: 50% 0 0 50%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 18px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -webkit-transition: opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -webkit-transition: opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}

.js-facebook-messenger-container {
  width: 250px;
  position: fixed;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06),
    0 2px 32px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -webkit-transition: opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-top-head {
  width: 220px;
  color: #ffffff;
  background: var(--background-static);
  display: block;
  position: relative;
  width: 220px;
  background: var(--background-static);
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}

.js-facebook-messenger-top-head {
  color: #ffffff;
  background: var(--background-static);
  width: 220px;
}

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}

.js-facebook-messenger-container.open {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0;
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1;
}

.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 390px;
  z-index: 10;
  background: #4b4f56;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-fixed i {
  font-size: 20px;
}

.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: #ed1b24;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.3, 1.3, 1.3) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

.toolbar {
  background: var(--background-static);
  width: 100%;
  padding: 2vw;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
  max-height: 65px;
}

.toolbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}

.toolbar ul li {
  text-align: center;
  width: 25%;
}

.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}

.toolbar ul li a img {
  height: 20px;
  width: 20px;
  animation: tada 1.2s infinite;
  filter: brightness(0);
  -webkit-filter: brightness(0);
}

.toolbar ul li a span {
  color: #333;
  font-size: 10px;
}

.fixbar {
  bottom: 0;
  display: block;
  background: #f0eff4;
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}

.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.fixbar ul li {
  margin: 0 auto 10px;
  text-align: center;
  width: 25%;
  float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
  background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-head-mobile {
  font-size: 10px;
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  top: 5px;
  margin-left: 5px;
}

.fixbar ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}

.fixbar ul li a i {
  font-size: 20px;
}

.plugbar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eae6e6;
  width: 100%;
  right: 0;
  max-width: 767px;
  margin: 0 auto;
  background: #ffffff;
  padding: 9px 10px 10px 7px;
  z-index: 10;
}

.plugbar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plugbar ul li {
  width: 20%;
  float: left;
}

.plugbar ul li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}

.plugbar ul li a i {
  font-size: 20px;
  color: #696969;
}

.plugbar ul li a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -40px;
  left: calc(50% - 50px / 2);
  font-size: 14px;
  display: block;
  border: 1px solid rgba(234, 230, 230, 0.5);
  border-radius: 100%;
}

.support-online {
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 0px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}

.support-online i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online a {
  display: block;
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #67b634;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headAnimation 0.7s 1;
  animation: headAnimation 0.7s 1;
}

.support-online a:hover span {
  display: block;
}

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #67b634 transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}

.support-online .kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75;
  right: -10px;
}

.support-online .kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #0089b9;
  opacity: 0.5;
}

.support-online .support-online .btn-support {
  cursor: pointer;
}

.support-online .mes i {
  background: orange;
}

.support-online .sms i {
  background: red;
}

.support-online .call-now i {
  background: green;
}

.widget-mobile {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 9999999;
}

#my-phone-circle {
  position: relative;
  width: 50px !important;
  height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
  content: "\f00d";
}

.wcircle-icon {
  background: #1282fc;
  border-radius: 50%;
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wcircle-icon:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(18, 130, 252, 0.5);
  border: 1px solid #ffffff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(18, 130, 252, 0.5);
  border-radius: 50%;
  left: -15px;
  top: -15px;
  -webkit-animation: zoomIn 2s infinite ease-in-out;
  animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
  position: absolute !important;
  left: 0;
  top: 0;
  display: none;
}

.wcircle-menu-item {
  width: 50px;
  height: 50px;
  background: #1282fc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wcircle-menu-item img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}

.wcircle-menu-item i {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}

.wcircle-icon i {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}

.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.wrap-newsnb {
}

.wrap-newsnb .wrap-content {
  position: relative;
}

.item-newsnb {
}

.pic-newsnb {
}

.info-newsnb {
}

a.name-newsnb {
  color: #000;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: normal;
}

a.name-newsnb.text-split {
  -webkit-line-clamp: 2;
}

a.name-newsnb:hover {
  color: var(--color-dark-red);
}

.desc-newsnb {
  color: #333;
}

.video-main {
  position: relative;
  height: 400px;
}

.video-main iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.listvideos {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  color: var(--color-black);
  margin-top: 10px;
  cursor: pointer;
}

.item-video1 img {
  max-height: 292px;
}

.item-video2 img {
  height: 102px;
}

.pic-video {
  position: relative;
  cursor: pointer;
}

.pic-video:before {
  content: "";
  position: absolute;
  width: 91px;
  height: 91px;
  top: calc(50% - 91px / 2);
  left: calc(50% - 91px / 2);
  z-index: 1;
  background: url(../images/img5.png) no-repeat center center;
  cursor: pointer;
  background-size: cover;
}

.pic-video img {
  width: 100%;
}

.pic-video-2 {
  position: relative;
  cursor: pointer;
}

.pic-video-2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background: url(../images/play.png) no-repeat center center;
  cursor: pointer;
  background-size: cover;
}

.pic-video-2 img {
  width: 100%;
}

.name-video {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}

.owl-video {
  margin-top: 10px;
}

.newshome-intro .name-newshome {
  margin: 10px 0;
}

.newshome-intro .view-newshome {
  margin-top: 10px;
}

.newshome-scroll {
  width: 50%;
  overflow: hidden;
  max-height: 406px;
}

.news-slick {
  display: flex;
  margin-bottom: 20px;
}

.news-slick h3 {
  margin: 0;
}

.news-slick h3 a.name-newshome {
  margin-bottom: 10px;
}

.news-slick .img {
  width: 150px;
}

.news-slick .info {
  width: calc(100% - 150px);
  padding-left: 15px;
}

.flex_ttnb {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.newshome-intro {
  width: calc(50% - 20px);
}

.pic-newshome-normal {
  float: left;
  width: 34%;
  margin-right: 3%;
  margin-bottom: 0px;
}

.pic-newshome-normal img {
  width: 100%;
}

.info-newshome-normal {
  float: left;
  width: calc(100% - 37%);
}

.name-newshome {
  color: var(--color-black);
  font-size: 14px;
  line-height: normal;
}

.name-newshome.text-split {
  -webkit-line-clamp: 2;
}

.name-newshome.text-split a {
  color: #000;
}

.time-newshome {
  color: var(--color-gray);
  margin-bottom: 10px;
}

.desc-newshome {
  color: var(--color-black);
  margin-bottom: 0px;
  text-align: justify;
}

.desc-home-cl.text-split {
  -webkit-line-clamp: 2;
}

.view-newshome {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  color: #000;
}

.view-newshome:hover {
  color: #000;
}

.box-product {
  position: relative;
  margin-bottom: 20px;
}

.pic-product {
  background: #ffffff;
  position: relative;
  margin-bottom: 5px;
  aspect-ratio: calc(285 / 276);
}

.pic-product img {
  width: 100%;
}

.product-tool {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.product-tool a {
  cursor: pointer;
  width: 50%;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background-color: rgb(0 0 0 / 0.6);
}

.product-tool a:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.product-tool a svg {
  margin-right: 5px;
}

.product-tool a span {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 300;
}

.box-product:hover .product-tool {
  opacity: 1;
  visibility: visible;
}

.name-product {
  color: var(--color-black);
  text-align: center;
  font-size: 15px;
  line-height: 32px;
}

.name-product.text-split {
  -webkit-line-clamp: 1;
}

.price-product {
  margin-bottom: 0;
}

.price-product span {
}

.price-new {
  color: var(--color-red);
  font-family: sb;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 3px;
  position: relative;
}

.price-old {
  padding-left: 10px;
  color: var(--color-gray);
  text-decoration: line-through;
}

.price-per {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  background: var(--color-red);
  font-size: 11px;
  border-radius: 2px;
  width: 45px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}

.cart-product {
  margin-bottom: 0px;
}

.cart-product span {
  cursor: pointer;
  width: calc(50% - 3px);
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}

.cart-add {
  background-color: var(--color-red);
}

.cart-add:hover {
  background-color: var(--color-dark-red);
}

.cart-buy {
  background-color: var(--color-green);
}

.cart-buy:hover {
  background-color: var(--color-dark-green);
}

.dm-noibat {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-bottom: 40px;
}

.dm-noibat a {
  cursor: pointer;
  color: #333;
  transition: 0.4s;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  position: relative;
  display: block;
  background: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  height: 100%;
  padding: 10px;
}

.dm-noibat a:hover,
.dm-noibat a.active {
  background: var(--background-static);
  color: #fff;
}

.cats-bar {
  width: 50px;
  padding-top: 3px;
  position: relative;
}

.cats-bar-icon {
  width: 30px;
  cursor: pointer;
}

.cats-bar-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #505050;
  transition: all 0.3s;
  position: relative;
}

.cats-bar-icon span + span {
  margin-top: 5px;
}

.cats-bar-icon.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.cats-bar-icon.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.cats-bar-icon.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.cats-bar-icon.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.cats-bar-icon.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.cats-bar-icon.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 6px;
    transform: rotate(0);
  }

  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }

  50% {
    top: 6px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 8px;
    transform: rotate(0);
  }

  100% {
    bottom: 8px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 8px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

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

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.cats-owl.list-hot {
  width: calc(100% - 50px);
}

.footer-news:nth-child(4) {
  width: 285px;
  overflow: hidden;
}

.footer-news:nth-child(3) {
  width: 18%;
}

.footer-news:nth-child(2) {
  width: 20%;
}

.footer-news:nth-child(1) {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.choose_list {
  margin: 0 auto;
}

.choose_list .outside-choosed-list {
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  margin-bottom: 5px;
  background: url(../images/img1.png) no-repeat center center;
  background-size: 100% 100%;
  transition: 0.4s;
  width: 100%;
  text-align: center;
}

.choose_list span:last-child:after {
  display: none;
}

.choose_list span:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 6px;
}

.choose_list .outside-choosed-list.choosed,
.choose_list .outside-choosed-list:hover {
  color: var(--color-black);
  background: url(../images/img2.png) no-repeat center center;
  background-size: 100% 100%;
}

.btn_sp {
}

.btn_sp a {
  color: #000;
  text-transform: uppercase;
  background: #e6e6e6;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.btn_sp a:hover {
  color: #f00;
}

.d-title-choose-list {
  margin-bottom: 20px;
  padding: 5px;
}

.d-title-choose-cat {
}

.div-datlich {
  width: 46%;
}

.form-booking {
  position: relative;
}

.newsletter-booking {
  margin-bottom: 20px;
}

.newsletter-booking input {
  border-radius: 6px;
  border: 1px solid var(--background-hover);
  background: none;
  padding: 14px;
  padding-left: 38px;
  color: #262626;
  line-height: normal;
}

.newsletter-booking input::placeholder {
}

.newsletter-booking textarea {
  border-radius: 6px;
  border: 1px solid var(--background-hover);
  background: none;
  height: 137px;
  padding: 14px;
  padding-left: 38px;
  resize: none;
}

.newsletter-booking textarea::placeholder {
}

.newsletter-checkbox {
}

.newsletter-checkbox input {
  outline: none;
  width: 15px;
  height: 15px;
}

.d-dongy {
}

.label-checkbox {
  color: #7e7e7e;
  position: relative;
  top: 1px;
  margin-left: 10px;
}

.booking-button {
}

.booking-button input {
  height: 50px;
  color: var(--color-black);
  text-align: center;
  font-size: 15px;
  font-family: "ssb";
  line-height: normal;
  text-transform: uppercase;
  background: var(--background-static);
  border: 0;
  padding: 0 26px;
}

.khung-datlich {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border: 1px solid var(--background-static);
  border-radius: 20px;
}

.desc-dongy {
  color: #7e7e7e;
  font-size: 13px;
  font-style: italic;
  margin-top: 5px;
}

.btn-datlich {
  position: fixed;
  bottom: 455px;
  right: 10px;
  padding: 10px;
  border-radius: 5px;
  z-index: 99;
  background: #333;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none !important;
}

.btn-datlich i {
  font-size: 20px;
}

.btn-datlich:hover {
  color: #ffff00;
  transition: 0.2s;
}

.head-bottom {
  background: url(../images/bg-header.png) no-repeat center center;
  background-size: cover;
}

.title-hotline {
  color: var(--color-black);
  font-family: "sm";
  font-size: 15px;
  line-height: 25px;
  
}

.number-hotline {
  color: var(--color-red);
  font-family: sa;
  font-size: 20px;
  line-height: 25px;
}

.hl-hd {
  display: flex;
  align-items: center;
}

.slideshow-image, .slideshow {
  display: block;
  aspect-ratio: calc(1366/550);
}

a.menu_par {
  font-family: sm;
  margin: 0 10px;
}

.menu ul li a.has-child.menu_par:after {
  display: none;
}

.intro_name {
  font-family: sa;
  line-height: 36px;
  -webkit-text-stroke: 1.2px var(--color-red);
  font-size: 27px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.txt2 {
  font-size: 38px;
  line-height: 40px;
}

.img-intro {
  width: 394px;
  position: relative;
}

.img-intro > a {
  border-radius: 20px;
}

.slug-intro i {
  font-size: 18px;
  line-height: 24px;
}

.name-img-intro {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.86) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.name-img-intro a {
  color: #fff;
  font-size: 18px;
  font-family: "sm";
}

.name-img-intro a.text-split {
  -webkit-line-clamp: 2;
}

.container-intro {
  height: 598px;
  width: 100%;
}

.box-content-intro,
.box-img-intro {
  position: absolute;
  width: 394px;
}

.box2 {
  bottom: 0;
  left: 0;
}

.box3 {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.box4 {
  top: 0;
  right: 0;
}

.box5 {
  right: 0;
  bottom: 0;
}

.intro-index {
  background: url(../images/bg-intro.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 50px;
}

.txt1 {
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  line-height: 18pz;
  opacity: 0.699999988079071;
  margin-bottom: 0;
}

.box1 {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.slug-intro {
  color: #333;
  font-family: "ssb";
}

.box1::before {
  position: absolute;
  width: 4px;
  height: 100%;
  content: "";
  background: var(--background-static);
  left: 0;
  top: 6px;
  bottom: 0;
  margin: auto;
}

.text-split.desc_intro {
  -webkit-line-clamp: 5;
}

.desc_intro {
  color: var(--color-black);
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
}

.btn-cart-cus {
  background: var(--background-static);
  padding: 2px 8px;
  color: #111 !important;
  border-radius: 5px;
  font-size: 13px;
  font-family: "sm";
}

.content_p p {
  margin-bottom: 5px;
}

.choose_list .outside-choosed-list span {
  background: linear-gradient(
    270deg,
    #b0762d 0%,
    #f2e477 29.82%,
    #b0762d 51.81%,
    #f2e477 72.55%,
    #b0762d 100%
  );
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: 0.4s;
  text-transform: uppercase;
}

.choose_list .outside-choosed-list.choosed span,
.choose_list .outside-choosed-list:hover span {
  background: var(--color-black);
}

.choose_list .outside-choosed-list span.text-split {
  -webkit-line-clamp: 1;
}

.outside-choosed-list.list-pro-pc {
  width: calc(15% - 10px);
  margin: 0 5px;
}

.name-pro-list {
  text-align: center;
  
  font-family: sa;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
}

.title-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.choose_list .outside-choosed-list span {
  text-align: center;
  font-size: 15px;
}

.section-product {
  padding-bottom: 50px;
}

.price-new::after {
  position: absolute;
  content: "";
  background: var(--background-static);
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
}

.wrap-service,
.wrap-service-pc {
  background: url(../images/bg-service.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}

.wrap-service {
  display: none;
}

.next-arr {
  right: -70px;
}

.prev-arr {
  left: -70px;
}

.img-sv-desc {
  position: relative;
  margin-bottom: 15px;
}

.desc_sv {
  background: #00000096;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
  padding: 30px;
  border-radius: 500px 500px 0 0;
  transform: scale(1.05);
}

.desc-sv.text-split {
  -webkit-line-clamp: 5;
}

.desc-sv {
  color: #fff;
  font-size: 15px;
  line-height: 35px;
}

.btn-see-more a {
  background: url(../images/img2.png) no-repeat center center;
  background-size: 100% 100%;
  width: 178px;
  height: 53px;
  color: var(--color-black);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-see-more {
  display: inline-block;
}

.slick-sv.slick-slide.slick-current.slick-active.slick-center
  .outside-item-sv:hover
  .desc_sv {
  opacity: 1;
}

.name-sv {
  color: var(--color-black);
  text-align: center;
  font-family: "ssb";
  font-size: 20px;
  line-height: 39.5px;
}

.name-sv.text-split {
  -webkit-line-clamp: 1;
}

.slick-service {
  height: 570px;
}

.slick-sv.slick-slide.slick-active .name-sv {
  transform: scale(1.2);
}

.slick-sv.slick-slide.slick-current.slick-active.slick-center .name-sv {
  transform: scale(1);
}

.slick-sv.slick-slide .outside-item-sv .pic-sv {
  
  
  justify-content: center;
  transition: all 0.4s;
  align-items: flex-end;
}

.slick-sv.slick-slide.slick-current.slick-active.slick-center .pic-sv {
  
  
  align-items: flex-end;
}

.outside-item-sv .pic-sv a {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.outside-item-sv .pic-sv > a {
  transition: all 0.4s;
}

.swiper-button-next.sv-arr:after,
.swiper-button-prev.sv-arr:after {
  color: #333;
}

.pic-sv.slick-pic-sv a img {
  border-radius: 500px 500px 0 0;
}

.slick-sv.slick-slide {
  
  
  align-items: flex-end;
  
}

.slick-sv.slick-slide.slick-current.slick-active.slick-center
  .outside-item-sv
  .pic-sv {
  
  
  
}

.slick-service .draggable {
  
}

.slick-sv.slick-slide {
  transition: all 0.4s;
}

.slick-sv.slick-slide.slick-active {
  
  transform: scale(0.8);
  margin-top: 95px;
  
}

.slick-sv.slick-slide.slick-current.slick-active.slick-center,
.slick-sv.slick-slide.slick-current.slick-active.slick-center
  .outside-item-sv
  .pic-sv {
  
  
  transform: scale(1.05);
  margin-top: 20px;
}

.next-sv.slick-arrow,
.prev-sv.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.next-sv.slick-arrow {
  right: -80px;
}

.prev-sv.slick-arrow {
  left: -80px;
}

.feedback-video {
  background: url(../images/bg-feedback.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}

.col-feedback {
  width: 55%;
}

.img-desc-fb {
  display: flex;
  align-items: flex-end;
}

.content-fb {
  
}

.content-fb p.text-split {
  -webkit-line-clamp: 4;
}

.content-fb p {
  color: #fff;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
}

.desc-fb.text-split,
.name-fb.text-split {
  -webkit-line-clamp: 1;
}

.name-fb {
  color: #fff;
  font-family: ssb;
  font-size: 16px;
  line-height: 27px;
}

.desc-fb {
  color: #fff;
  font-family: sl;
  line-height: 27px;
}

.img-fb a {
  aspect-ratio: 1;
  border: 3px solid #fff;
  max-width: 106px;
}

.name-desc-fb {
  margin-bottom: 20px;
  max-width: calc(100% - 120px);
}

.feedback-obj {
  position: relative;
  margin-top: -20px;
}

.feedback {
  padding-top: 10px;
  width: 317px;
  margin-left: auto;
}

.feedback-content {
  position: relative;
}

.the-content-feedback {
  top: 50%;
  position: absolute;
  width: 262px;
  right: 0;
  padding: 40px 42px;
  padding-right: 50px;
  text-align: justify;
  font-size: 15px;
  color: #333333;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.the-content-feedback img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

.circle-animate {
  margin-left: auto;
  margin-right: 10px;
  width: 262px;
  height: 262px;
  position: relative;
}

.border-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--background-hover);
  border-radius: 92% 110% 100% 90%;
}

.border-circle:nth-child(1) {
  -webkit-animation: spin 6s linear infinite;
  -moz-animation: spin 6s linear infinite;
  -o-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}

.border-circle:nth-child(2) {
  -webkit-animation: spin2 6s linear infinite;
  -moz-animation: spin2 6s linear infinite;
  -o-animation: spin2 6s linear infinite;
  animation: spin2 6s linear infinite;
}

.border-circle:nth-child(3) {
  -webkit-animation: spin3 6s linear infinite;
  -moz-animation: spin3 6s linear infinite;
  -o-animation: spin3 6s linear infinite;
  animation: spin3 6s linear infinite;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin2 {
  from {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
  }

  to {
    -webkit-transform: rotate(-288deg);
    -moz-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@keyframes spin3 {
  from {
    -webkit-transform: rotate(-144deg);
    -moz-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  to {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

.col-video {
  width: 42%;
}

.background-video {
  padding: 5px;
  border-radius: 20px;
  background: var(--background-static);
}

.item-video {
  border-radius: 15px;
}

.container-cong-trinh {
  
}

.outside-item-ct {
  padding: 0 15px;
}
.slick-cong-trinh {
  margin: 0 -15px;
}

.prev-ct.slick-arrow,
.next-ct.slick-arrow {
  top: 70%;
  margin: auto;
  position: absolute;
  font-size: 30px;
  color: var(--background-hover);
  z-index: 3;
}

.prev-ct.slick-arrow {
  left: 5px;
}

.next-ct.slick-arrow {
  right: 5px;
}

.slick-cong-trinh {
  height: 410px;
  
}

.slick-ct.slick-slide.slick-active {
  width: 270px !important;
  transition: all 0.4s;
}

.slick-ct.slick-slide.slick-current.slick-active.slick-center
  .pic-ct.slick-pic-ct
  img {
  height: 400px;
  transform: unset;
}

.slick-ct.slick-slide.slick-active .pic-ct.slick-pic-ct img {
  height: 273px;
  
  object-fit: cover;
}

.slick-ct.slick-slide.slick-current.slick-active.slick-center {
  width: 690px !important;
  
}

.img-ct-desc {
  position: relative;
}

.outside-name-ct {
  position: absolute;
  width: 100%;
  height: 20%;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px;
  pointer-events: none;
  transition: all 0.4s;
  opacity: 1;
}

.desc_ct {
  position: absolute;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px;
  text-align: center;
  transition: all 0.4s;
  pointer-events: none;
}

.name-ct.text-split {
  -webkit-line-clamp: 2;
}

.name-ct {
  color: #fff;
  font-family: "ssb";
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.desc-ct {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
  margin-top: 8px;
}

.slick-ct.slick-slide.slick-current.slick-active.slick-center
  .outside-item-ct:hover
  .outside-name-ct {
  opacity: 0;
}

.slick-ct.slick-slide.slick-current.slick-active.slick-center
  .outside-item-ct:hover
  .desc_ct {
  opacity: 1;
}

.wrap-congtrinh,
.wrap-congtrinh-pc {
  padding-top: 60px;
}

.wrap-congtrinh {
  display: none;
}

.img-form {
  position: absolute;
  top: 16px;
  left: 12px;
}

.outside-form {
  background: #fff;
  position: relative;
  margin-top: -93px;
  margin-bottom: -90px;
}

.all-form {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 50px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.outside_form {
  position: relative;
}

.outside-form::after {
  position: absolute;
  content: "";
  width: 172px;
  height: 164px;
  background: var(--background-static);
  left: -27px;
  bottom: -30px;
  z-index: 1;
}

.form-regis {
  padding: 60px 0;
  margin: 60px 0;
}

.all-form .title-main span {
  line-height: 60px;
}

.title-form .title-main {
  margin-bottom: 0;
}

.title-form {
  margin-bottom: 20px;
}

.newsletter-booking input::placeholder,
.newsletter-booking textarea::placeholder {
  color: #262626;
}

.booking-button input:hover {
  color: var(--color-black);
}

.newsletter-booking:nth-child(4) {
  margin-bottom: 30px;
}

.item-news {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  margin: 7px;
}

.container-news {
  margin: 0 -7px;
}

.outside-iframe iframe {
  height: 500px;
}

.wrap-maps {
  background: url(../images/bg-maps.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}

.single-content-maps {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.txt-maps {
  color: #fff;
}

.name-maps {
  width: 60%;
  padding: 5px 20px;
  background: url(../images/img22.png) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.name-maps .text-split {
  -webkit-line-clamp: 1;
}

.name-maps a {
  font-family: "ssb";
  color: #333;
  transition: 0.4s;
}

.name-maps::after {
  position: absolute;
  content: "";
  background: var(--background-static);
  width: 100%;
  height: 5px;
  bottom: -7px;
  left: 0;
  border-radius: 20px;
}

.txt-maps.text-split {
  -webkit-line-clamp: 2;
}

.button-maps {
  display: flex;
  align-items: center;
}

.btn_maps a {
  color: var(--color-black);
  text-align: center;
  line-height: 40px;
  background: var(--background-static);
  padding: 4px 26px;
  border-bottom: 1px solid var(--color-red);
}

.maps-outside.fancybox__content {
  padding: 10px !important;
  width: 500px;
}

.map-outside iframe {
  width: 500px;
  height: 300px;
}

.btn-maps {
  bottom: 210px;
}

.btn-maps.btn-frame i img {
  width: 35%;
}

.footer-info p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}

.footer-ul li a::after {
  position: absolute;
  content: "";
  border: 1px solid var(--background-hover);
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.footer-statistic span::after {
  position: absolute;
  content: "";
  background: #333;
  width: 1px;
  height: 15px;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer-statistic span:last-child::after {
  display: none;
}

.footer-copyright,
.footer-copyright a {
  color: var(--color-black);
  font-size: 13px;
  line-height: 32px;
  
  text-transform: capitalize;
  position: relative;
  z-index: 5;
}

.box-ft {
  position: relative;
  padding: 25px 30px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-ft::after {
  position: absolute;
  content: "";
  background: url(../images/bg-powered.png) no-repeat top center;
  background-size: 100% 100%;
  bottom: -10px;
  
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.box-content-pro {
  max-height: 100px;
  overflow: hidden;
  transition: 0.4s;
}
.c-height-auto {
  height: auto !important;
  max-height: fit-content !important;
  transition: 0.4s;
}
.btn-viewmore-content-2 {
  font-family: sb;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  color: #333;
  transition: 0.4s;
  background: var(--background-static);
  border-radius: 10px;
}

.pic_news_dt a {
  border-radius: 20px;
}

.name_news_dt {
  font-family: "sm";
  font-size: 18px;
  line-height: 26px;
  color: var(--color-black);
  height: 52px;
}

.desc_news_dt {
  margin-top: 5px;
  margin-bottom: 0;
}

.name_news_dt.text-split {
  -webkit-line-clamp: 2;
}

.info_news_dt {
  padding: 5px;
}

.pic_news_dt {
  margin-bottom: 8px;
  aspect-ratio: calc(530/360);
}

.bg-chi-nhanh-dt {
  background: url(../images/bg-maps.png) no-repeat center center;
  background-size: cover;
}

.img-maps {
  position: relative;
}

.name_maps_dt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.name_maps_dt a {
  width: 100%;
  text-align: center;
  background: #0000004d;
  border: 5px solid #ffffff73;
  border-left: 0;
  border-right: 0;
  color: #fff;
  padding: 10px 0;
  font-family: "sm";
}

.all-item-maps {
  margin-bottom: 8px;
}

div#ban-do iframe {
  width: 100%;
  height: 450px;
}

div#ban-do {
  position: relative;
}

.block-toa-do.d-flex {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
}

.item-toa-do {
  display: inline-flex;
  margin-bottom: 10px;
}

.item-toa-do span {
  padding: 10px 15px;
  background: #333;
  margin: 0 5px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

.item-toa-do.active > span {
  background: var(--background-static);
  color: #333;
  transition: 0.4s;
  font-family: "sm";
}

.item-toa-do span:hover {
  background: var(--background-static);
  color: #333;
  transition: 0.4s;
}

.box_maps_tabs {
  width: 100%;
}

.iframe iframe {
  width: 100%;
  height: 250px;
}

.hover_color:hover {
  color: var(--color-red) !important;
  transition: 0.4s;
}

.hover_color_sub:hover {
  color: var(--background-hover) !important;
  transition: 0.4s;
}

.bg-chi-nhanh-dt.padding-top-bottom {
  margin: -2.5rem 0;
}

.mg-b-30 {
  margin-bottom: 30px;
}

.effect-run a {
  display: block;
}

.effect-run canvas {
  top: -2px;
  left: -2px;
}

.effect-run img {
  margin: 0 !important;
}

.contact-form .btn-primary {
  background: var(--background-static);
  border: 1px solid var(--background-hover);
}

.linear_text {
  background: linear-gradient(
    270deg,
    #b0762d 0%,
    #f2e477 29.82%,
    #b0762d 51.81%,
    #f2e477 72.55%,
    #b0762d 100%
  ) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.shake-shake {
  animation: shake 1s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateY(-9px);
  }

  35% {
    transform: translateY(-9px) rotate(17deg);
  }

  55% {
    transform: translateY(-9px) rotate(-17deg);
  }

  65% {
    transform: translateY(-9px) rotate(17deg);
  }

  75% {
    transform: translateY(-9px) rotate(-17deg);
  }

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

@media (max-width: 1100px) {
  .wrap-service-pc {
    display: none;
  }

  .wrap-service {
    display: block;
  }

  .wrap-congtrinh-pc {
    display: none;
  }

  .wrap-congtrinh {
    display: block;
  }

  .container-intro {
    zoom: 0.8;
  }

  .mySwiperService {
    zoom: 0.8;
  }

  .footer-copyright,
  .footer-statistic {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .contact-input {
    margin-bottom: 15px;
  }

  .flex-cus,
  .row-video,
  .row-20 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .mg-cus,
  .mg-video,
  .col-20 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-text img {
    height: auto !important;
  }

  .padding-top-bottom {
    padding: 2rem 0;
  }

  .pad-top {
    padding-top: 2rem;
  }

  .pad-bottom {
    padding-bottom: 2rem;
  }

  .mg-top {
    margin-top: 2rem;
  }

  .mg-bottom {
    margin-bottom: 2rem;
  }

  .title-detail-main {
    font-size: 20px;
  }

  .cart-fixed {
    bottom: 220px;
  }

  .btn-frame {
    display: none;
  }

  .cart-pro-detail {
    width: 100%;
    margin-top: 10px;
  }

  .pad-bottom {
    padding-bottom: 2rem !important;
  }

  .pad-top {
    padding-top: 2rem !important;
  }

  .padding-top-bottom {
    padding: 2rem 0 !important;
  }

  .menu {
    display: none;
  }

  .menu-res {
    display: block;
  }

  .product-tool {
    opacity: 1;
    visibility: visible;
    position: initial;
  }

  .product-tool a span {
    display: none;
  }

  .search-hd {
    display: none;
  }

  .box-content-intro {
    width: 50%;
  }

  .box2 {
    top: 225px;
    bottom: unset;
  }

  .box3 {
    width: calc(50% - 10px);
    right: 0;
    left: unset;
  }

  .box4 {
    left: 0;
    bottom: 0;
    top: unset;
  }

  .box5 {
    left: unset;
    bottom: 0;
  }

  .img-intro {
    width: 100%;
  }

  .box-img-intro {
    width: calc(50% - 10px);
  }

  .feedback {
    margin: 0 auto;
  }

  .container-intro {
    height: 1075px;
    zoom: unset;
  }

  .text-split.desc_intro {
    -webkit-line-clamp: 3;
  }

  .swiper-slide.swiper-sv.swiper-slide-prev,
  .swiper-slide.swiper-sv.swiper-slide-next {
    width: 30% !important;
  }

  .swiper-slide.swiper-sv.swiper-slide-active {
    width: 38% !important;
    margin: 0 5px;
  }

  .swiper-slide.swiper-sv {
    height: auto;
  }

  .swiper-slide.swiper-sv.swiper-slide-prev .outside-item-sv .pic-sv {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .othernews {
    position: initial;
  }

  .footer-title:after {
    width: 100%;
  }

  #fanpage-facebook {
    width: 300px;
    overflow: hidden;
    margin: auto;
  }

  .footer-news:nth-child(4) {
    width: 50%;
  }

  .footer-news:nth-child(3) {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-news:nth-child(2) {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-news:nth-child(1) {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .time-news {
    display: none;
  }

  .copyright,
  .statistic {
    width: 100%;
    text-align: center;
  }

  .container-intro {
    height: 1040px;
  }

  .box2 {
    top: 220px;
  }

  .all-form {
    background: #00000070;
    padding: 20px;
  }

  .outside-form::after {
    display: none;
  }

  .outside-form {
    background: transparent;
  }

  .slogan-form {
    color: #fff;
  }

  .newsletter-booking input,
  .newsletter-booking input::placeholder,
  .newsletter-booking textarea::placeholder,
  .newsletter-booking textarea {
    color: #fff;
  }

  .img-form {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
}

@media (max-width: 768px) {
  .item-video1 img {
    height: 250px;
  }

  .right-intro {
    width: 100%;
  }

  .left-intro {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .left-pro-detail,
  .right-pro-detail {
    width: 100%;
    margin: 0px;
  }

  .left-pro-detail,
  .top-contact .article-contact {
    margin-bottom: 30px;
  }

  .pic-news {
    
  }

  .info-news {
    
    
  }

  .name-news {
    font-size: 15px;
  }

  .desc-news.text-split {
    -webkit-line-clamp: 2;
  }

  .container-intro {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .box5 {
    
  }

  .box4 {
    
    
  }

  .box2 {
    
  }

  .box-content-intro {
    width: 100%;
    margin-bottom: 10px;
  }

  .box-img-intro {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }

  .box-content-intro,
  .box-img-intro {
    position: initial;
  }

  .img-intro > a img {
    height: 254px;
  }

  .box2 {
  }

  .box3 {
    margin: unset;
  }

  .text-split.desc_intro {
    -webkit-line-clamp: 6;
  }

  .footer-copyright,
  .footer-statistic {
    text-align: center;
    line-height: 24px;
  }

  .box-ft {
    padding: 15px;
    padding-bottom: 0;
  }

  .col-res {
    padding: 0 10px;
  }

  .row-res {
    margin: 0 -10px;
  }

  .mg-b-30 {
    margin-bottom: 20px;
  }

  .footer-powered {
    margin-top: 0;
  }

  .name-product.text-split {
    -webkit-line-clamp: 2;
  }

  .name-product {
    line-height: 24px;
    height: 48px;
  }

  .choose_list {
    width: 100%;
  }

  .swiper-slide.swiper-sv.swiper-slide-prev,
  .swiper-slide.swiper-sv.swiper-slide-next {
    width: 50% !important;
  }

  .swiper-slide.swiper-sv.swiper-slide-active {
    width: 50% !important;
    
  }

  .swiper-slide.swiper-sv.swiper-slide-prev,
  .swiper-slide.swiper-sv.swiper-slide-next {
  }

  .swiper-slide.swiper-sv.swiper-slide-active .outside-item-sv .pic-sv a,
  .swiper-slide.swiper-sv.swiper-slide-next .outside-item-sv .pic-sv a,
  .swiper-slide.swiper-sv.swiper-slide-active .outside-item-sv,
  .swiper-slide.swiper-sv.swiper-slide-prev .outside-item-sv .pic-sv a {
    border-radius: 0;
  }

  .mySwiperService {
    margin-left: -10px;
  }

  .swiper-slide.swiper-sv {
    height: inherit;
  }

  .mySwiperService {
  }

  .swiper-slide.swiper-sv {
    width: 50% !important;
  }

  .name-sv {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }

  .name-sv.text-split {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 576px) {
  .toast-cus {
    left: 5px;
    width: calc(100% - 10px);
  }

  .box-readmore {
    width: calc(100% - 5px);
  }

  .newshome-scroll {
    width: 100%;
  }

  .newshome-intro {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }

  .cart-pro-detail {
    flex-wrap: wrap;
  }

  .cart-pro-detail a {
    width: 100%;
    text-align: center;
    margin: 0px !important;
  }

  .cart-pro-detail a:first-child {
    margin-bottom: 5px !important;
  }

  .title-product {
    margin-bottom: 10px;
  }

  .footer-ul li {
    width: calc(100% / 2 - 5px);
  }

  .footer-ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .hl-hd {
    display: none;
  }

  .head .head-bottom .wrap-content {
    justify-content: center;
  }

  .intro-index {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .container-intro {
    
  }

  .img-intro > a img {
    height: 200px;
  }

  .text-split.desc_intro {
    -webkit-line-clamp: 4;
  }

  .pagination-ajax a {
    zoom: 0.8;
  }

  
  .section-product {
    padding-bottom: 30px;
  }

  .col-video,
  .col-feedback {
    width: 100%;
  }

  .col-feedback {
    margin-bottom: 20px;
  }

  .feedback-video {
    padding: 30px 0;
  }

  .footer-news:nth-child(4),
  .footer-news:nth-child(2),
  .footer-news:nth-child(3) {
    width: 100%;
  }

  .footer-news:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }

  .name-pro-list,
  .title-main span {
    font-size: 32px;
  }

  .outside-form {
    margin: -30px 0;
  }

  .form-regis {
    margin: 0;
    padding-bottom: 15px;
  }

  .wrap-maps,
  .wrap-service {
    padding: 30px 0;
  }

  .wrap-congtrinh {
    padding-top: 30px;
  }

  .title-main {
    margin-bottom: 10px;
  }

  .box-ft::after {
    display: none;
  }

  .footer-powered {
    background: var(--background-static);
    border-bottom: 0;
  }

  .price-product {
    width: 100%;
    margin-bottom: 8px;
  }

  .w-price-cart {
    text-align: center;
    justify-content: center !important;
  }
}

@media (max-width: 430px) {
  .logo-banner {
    display: flex;
  }

  .box-content-intro {
    
  }

  .box3 {
    
  }

  .box4 {
    
  }

  .container-intro {
    
  }

  .box5 {
    
  }

  .name-img-intro {
    padding: 10px;
  }

  .name-img-intro a {
    font-size: 13px;
    line-height: 21px;
  }

  .all-form .title-main span {
    font-size: 30px;
  }

  .footer-ul li {
    width: 100%;
  }

  .footer-copyright,
  .footer-copyright a,
  .footer-statistic span {
    font-size: 12px;
    line-height: 18px;
  }

  .name_news_dt {
    height: auto;
  }

  .iframe iframe {
    height: 500px;
  }

  .name-pro-list,
  .title-main span {
    font-size: 26px;
  }

  .name-maps {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .button-maps {
    justify-content: center;
  }

  .content-maps {
    width: 90%;
    margin-left: auto;
  }
}

.shop-page-title.category-page-title.page-title {
    display: none !important;
}

.box-text-products .title-wrapper { text-align: center !important; }
.woocommerce-loop-product__title, .woocommerce-loop-product__title a {
    text-align: center;
    text-transform: uppercase !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    font-weight: 500;
}
.woocommerce-loop-product__title a:hover {
    color: var(--color-red) !important;
}
.quick-view, .product-small .image-tools {
    display: none !important;
}

.blog-archive .archive-page-header { display: none !important; }

.post-item .box-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 8px;
}
.post-item .box-text {
    text-align: center !important;
    padding: 5px;
}
.post-item .is-divider {
    display: none !important;
}
.post-item .post-title {
    margin-bottom: 0 !important;
}
.post-item .post-title a {
    font-family: sm, sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: var(--color-black, #333);
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
    transition: 0.4s;
}
@media (max-width: 430px) {
    .post-item .post-title a { height: auto; }
}
.post-item .post-title a:hover {
    color: var(--color-red) !important;
}
.post-item .from_the_blog_excerpt {
    margin-top: 5px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.post-item .box-image img {
    transition: 0.3s all !important;
    transform: scale(1,1);
}
.post-item .box-blog-post:hover .box-image img {
    transform: scale(1.1,1.1);
}
.post-item .from_the_blog_excerpt, .post-item .from_the_blog_excerpt * {
    font-size: 14px !important;
    font-family: 'sr', sans-serif !important;
    line-height: 24px !important;
    color: var(--color-black, #333) !important;
    margin-top: 5px;
    margin-bottom: 0;
}
.post-item .post-title a {
    font-size: 18px !important;
    font-family: 'sm', sans-serif !important;
    line-height: 26px !important;
}

.xc-page-branch {
    background: url("assets/images/bg-maps.png") center center / cover no-repeat !important;
    margin: -2.5rem 0;
    padding: 2.5rem 0;
}

.xc-page-branch .box {
    background: transparent !important;
}
.xc-page-branch .box-image {
    border: 5px solid #ffffff73;
    position: relative;
}
.xc-page-branch .box-text-inner {
    padding-top: 10px;
}

ul.xc-page-branch__list-branch {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
}
ul.xc-page-branch__list-branch li {
    color: #fff !important;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-left: 0 !important; 
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.xc-page-branch__list-branch li:nth-child(1)::before {
    content: url("assets/images/img14.png");
    flex-shrink: 0;
}
ul.xc-page-branch__list-branch li:nth-child(2)::before {
    content: url("assets/images/img15.png");
    flex-shrink: 0;
}
ul.xc-page-branch__list-branch li:nth-child(3)::before {
    content: url("assets/images/img16.png");
    flex-shrink: 0;
}

.xc-page-branch .box-text-inner br {
    display: none !important;
}

.share.othernews {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
    position: sticky;
    top: 60px;
    z-index: 11;
}
.share.othernews > b {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: "sm", sans-serif;
}
.news-other {
    margin-bottom: 15px;
    display: flex;
}
.news-other .pic-news-other {
    width: 40%;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.news-other .pic-news-other img {
    transition: 0.3s all;
    transform: scale(1);
    width: 100%;
}
.news-other:hover .pic-news-other img {
    transform: scale(1.1);
}
.news-other .info-news-other {
    width: 60%;
    padding-left: 10px;
}
.news-other .name-news-other {
    color: #252525;
    font-size: 14px;
    line-height: normal;
    font-family: "ssb", sans-serif;
    transition: 0.4s;
    text-transform: none;
}
.news-other:hover .name-news-other, .news-other .name-news-other:hover {
    color: #ed1b24 !important;
}
.info-news-other h3 {
    margin: 0;
}

.single-post .entry-author.author-box {
    display: none !important;
}

.news-other .pic-news-other {
    width: 65px !important;
    height: 65px !important;
    flex: 0 0 65px !important;
    display: block;
    overflow: hidden;
    border-radius: 50% !important;
}
.news-other .pic-news-other img {
    transition: 0.3s all;
    transform: scale(1);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.news-other .info-news-other {
    width: calc(100% - 65px) !important;
    padding-left: 15px !important;
}

#comments {
    display: none !important;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}
.share {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}
.share > b {
    display: block;
    margin-bottom: 5px;
}
.social-plugin {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.social-plugin .zalo-share-button {
    margin-left: 3px;
}

@media (forced-colors:active){
    .a2a_svg{forced-color-adjust:none;}
}
.a2a_svg{background-repeat:no-repeat;display:block;overflow:hidden;height:32px;line-height:32px;padding:0;pointer-events:none;width:32px;}
.a2a_svg svg{background-repeat:no-repeat;background-position:50% 50%;border:none;display:block;left:0;margin:0 auto;overflow:hidden;padding:0;position:relative;top:0;width:auto;height:auto;}
.a2a_kit .a2a_svg{background-repeat:repeat;}
.a2a_default_style a:empty{display:none;}
.a2a_default_style:not(.a2a_flex_style) a{float:left;line-height:16px;padding:0 2px;}
.a2a_default_style a:hover .a2a_svg{opacity:.7;}
.a2a_default_style .a2a_svg{border-radius:4px;}
.a2a_default_style .a2a_dd,.a2a_default_style .a2a_svg{float:left;}
.a2a_kit a{cursor:pointer;transition:none;}
.a2a_label{position:absolute!important;clip-path:polygon(0px 0px,0px 0px,0px 0px);-webkit-clip-path:polygon(0px 0px,0px 0px,0px 0px);overflow:hidden;height:1px;width:1px;}
.a2a_kit{-ms-touch-action:manipulation;touch-action:manipulation;outline:0;}
.a2a_dd{-webkit-user-drag:none;}

@font-face {
    font-family: "bootstrap-icons";
    src: url("https://damynghehoanhao.vn/assets/bootstrap-icons/font/fonts/bootstrap-icons.woff2?524846017b983fc8ded9325d94ed40f3") format("woff2"), 
         url("https://damynghehoanhao.vn/assets/bootstrap-icons/font/fonts/bootstrap-icons.woff?524846017b983fc8ded9325d94ed40f3") format("woff");
}
.bi::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bi-calendar-check-fill::before { content: "\f1e1"; }
.bi-eye-fill::before { content: "\f33e"; }
.xc-single-post-meta {
    margin-bottom: 0.75rem;
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}
.xc-single-post-meta i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}
.xc-single-post-meta span {
    vertical-align: top;
    display: inline-block;
}
.xc-single-post-meta .meta-date {
    margin-right: 15px;
}

.single-post .xc-page-title__heading,
.single-post .xc-page-title__text {
    color: #252525 !important;
    font-size: 23px !important;
    margin-bottom: 1.5rem !important;
    font-family: "ssb", sans-serif !important;
    font-weight: 600;
    text-transform: none !important;
}

@media screen and (min-width: 850px) {
    .row-divided > .col + .col:not(.large-12) {
        border-left: 0 !important;
    }
}

.single-post .xc-page-title {
    display: none !important;
}

.single-post .entry-divider {
    display: none !important;
}

.single-post h1.entry-title {
    color: #252525 !important;
    font-size: 23px !important;
    margin-bottom: 5px !important;
    font-family: "ssb", sans-serif !important;
    font-weight: 600;
    text-transform: none !important;
}

.entry-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.single-post .blog-share {
    padding: 17px 15px 10px 15px !important;
    line-height: normal !important;
    background: rgba(128, 128, 128, 0.15) !important;
    margin-top: 15px !important;
    border-radius: 5px !important;
    text-align: center !important;
    position: relative;
    
    display: block !important; 
}
.single-post .blog-share::before {
    content: "Chia sẻ:";
    display: block;
    margin-bottom: 5px;
    font-weight: bolder;
    color: #252525;
}
.single-post .blog-share .is-divider {
    display: none !important;
}
.single-post .blog-share .social-icons {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 3px !important;
    margin-top: 10px !important;
}
.single-post .blog-share .social-icons a.button {
    margin: 0 !important;
    border-radius: 4px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    line-height: unset !important;
    color: #fff !important;
    transition: opacity 0.3s ease !important;
}
.single-post .blog-share .social-icons a.button i {
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.single-post .blog-share .social-icons a.facebook { background-color: rgb(8, 102, 255) !important; }
.single-post .blog-share .social-icons a.twitter { background-color: rgb(29, 155, 240) !important; }
.single-post .blog-share .social-icons a.pinterest { background-color: #cb2320 !important; }
.single-post .blog-share .social-icons a.linkedin { background-color: #0072b7 !important; }
.single-post .blog-share .social-icons a.whatsapp { background-color: #51cb5a !important; }
.single-post .blog-share .social-icons a.email { background-color: rgb(136, 137, 144) !important; }

.single-post .blog-share .social-icons a.button:hover {
    opacity: 0.8 !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .xc-breadcrumb .col,
    .xc-breadcrumb nav {
        white-space: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        flex-wrap: nowrap !important;
    }
    
    .xc-breadcrumb .col::-webkit-scrollbar,
    .xc-breadcrumb nav::-webkit-scrollbar {
        display: none;
    }
}

.news-other .name-news-other.text-split {
    -webkit-line-clamp: 2 !important;
}

.absolute-footer { display: none !important; }

.xc-footer-1 {
    background: url(\'https://damynghehoanhao.vn/assets/images/bg-footer.png\') center top / cover no-repeat !important;
    padding-top: 60px !important;
    padding-bottom: 0 !important;
}
.xc-footer-1 p {
    color: #fff !important;
    font-size: 15px;
    line-height: 25px;
}

.xc-footer-1 .ux-menu-title {
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 0;
    color: #fff !important;
    font-size: 16px;
    line-height: 25px;
    font-family: "ssb", sans-serif;
}

.xc-footer-1 .ux-menu-link__link {
    border-bottom: none !important;
    color: #fff !important;
    font-size: 15px;
    line-height: 35px;
    padding: 0 0 0 15px !important;
    position: relative;
    min-height: unset;
}
.xc-footer-1 .ux-menu-link__link:hover {
    color: #b18728 !important; 
}

.xc-footer-1 .ux-menu-link__link::before {
    position: absolute;
    content: "" !important;
    border: 1px solid #b18728;
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
}

.xc-footer-2 {
    margin-top: 0 !important;
    border-bottom: 10px solid #b18728 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.xc-footer-2 > .section-content {
    padding: 0 !important;
}
.xc-footer-2 .section-content::after {
    display: none !important;
}
.xc-footer-2 .row {
    position: relative;
    padding: 25px 30px 0 30px;
    max-width: 1200px !important;
    width: calc(100% - 30px);
}
.xc-footer-2 .row::after {
    position: absolute;
    content: "" !important;
    background: url("https://damynghehoanhao.vn/assets/images/bg-powered.png") no-repeat top center !important;
    background-size: 100% 100% !important;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 100%;
}
.xc-footer-2 p, 
.xc-footer-2 .copyright {
    color: #333 !important;
    font-size: 13px !important;
    line-height: 32px;
    margin-bottom: 10px;
    position: relative;
    z-index: 5 !important;
}

.xc-footer__stats {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.xc-footer__stats-item {
    padding-right: 20px;
    color: #333 !important;
    font-size: 13px;
    line-height: 32px;
    position: relative;
}
.xc-footer__stats-item:last-child {
    padding-right: 0;
}
.xc-footer__stats-item::after {
    position: absolute;
    content: "";
    background: #333;
    width: 1px;
    height: 15px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.xc-footer__stats-item:last-child::after {
    display: none;
}

@media (max-width: 992px) {
    .xc-footer-2 .copyright, .xc-footer__stats {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .xc-footer-2 .section-content {
        padding: 15px 15px 0 15px;
    }
}
@media (max-width: 576px) {
    .xc-footer-2 .section-content::after {
        display: none !important;
    }
    .xc-footer-2 {
         
        background: #f1f1f1 !important; 
        border-bottom: 0 !important;
    }
}

.xc-footer-1 .img {
    width: 100% !important;
    text-align: center !important;
}
.xc-footer-1 .img img {
    width: auto !important;
    max-width: 100% !important;
    display: inline-block !important;
}

#footer.footer-wrapper {
    background: url('https://damynghehoanhao.vn/assets/images/bg-footer.png') center top / cover no-repeat !important;
    background-color: #111 !important;
}
.xc-footer-1, .xc-footer-2 {
    background: transparent !important;
    margin: 0 !important;
}

.xc-footer-2,
.xc-footer-2 .col,
.xc-footer-2 .row,
.xc-footer-2 .section-content,
.xc-footer-2 .col-inner {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.single-product .page-title.product-page-title {
    display: none !important;
}

@font-face{font-family:"sm";src:url("https://damynghehoanhao.vn/assets/fonts/Saira-Medium.eot");src:url("https://damynghehoanhao.vn/assets/fonts/Saira-Medium.eot?#iefix") format("embedded-opentype"), url("https://damynghehoanhao.vn/assets/fonts/Saira-Medium.woff2") format("woff2"), url("https://damynghehoanhao.vn/assets/fonts/Saira-Medium.woff") format("woff"), url("https://damynghehoanhao.vn/assets/fonts/Saira-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap;}

.xc-single-buy-now {
    margin-bottom: 1rem !important;
}
.xc-single-buy-now .btn-cart-cus {
    background: #b18728; 
    padding: 10px 20px; 
    color: #111 !important;
    border-radius: 5px;
    font-size: 14px;
    font-family: "sm", sans-serif;
    display: inline-block !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: 500;
}
.xc-single-buy-now .hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.xc-single-buy-now .hvr-buzz-out:hover, .xc-single-buy-now .hvr-buzz-out:focus, .xc-single-buy-now .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); }
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); }
}
@keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); }
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); }
}

@font-face{font-family:"sb";src:url("https://damynghehoanhao.vn/assets/fonts/Saira-Bold.eot");src:url("https://damynghehoanhao.vn/assets/fonts/Saira-Bold.eot?#iefix") format("embedded-opentype"), url("https://damynghehoanhao.vn/assets/fonts/Saira-Bold.woff2") format("woff2"), url("https://damynghehoanhao.vn/assets/fonts/Saira-Bold.woff") format("woff"), url("https://damynghehoanhao.vn/assets/fonts/Saira-Bold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap;}

.single-product h1.product_title {
    text-transform: capitalize !important;
    font-size: 22px !important;
    display: block !important;
    font-family: "sb", sans-serif !important;
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
    font-weight: bold !important;
    color: #333 !important;
    line-height: 1.3 !important;
}

.single-product .social-icons.share-row {
    border: none !important;
    padding: 0 !important;
}
.single-product .social-icons.share-icons {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    flex-wrap: wrap; 
}
.single-product .social-icons.share-icons a.button {
    margin: 0 !important;
    border-radius: 4px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    line-height: unset !important;
    color: #fff !important;
    transition: opacity 0.3s ease !important;
}
.single-product .social-icons.share-icons a.button i {
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.single-product .social-icons.share-icons a.whatsapp { background-color: rgb(81, 203, 90) !important; }
.single-product .social-icons.share-icons a.facebook { background-color: rgb(8, 102, 255) !important; }
.single-product .social-icons.share-icons a.twitter { background-color: rgb(29, 155, 240) !important; }
.single-product .social-icons.share-icons a.email { background-color: rgb(136, 137, 144) !important; }
.single-product .social-icons.share-icons a.pinterest { background-color: #cb2320 !important; }
.single-product .social-icons.share-icons a.linkedin { background-color: #0072b7 !important; }

.single-product .social-icons.share-icons a.button:hover {
    opacity: 0.7 !important;
    box-shadow: none !important;
}

.single-product .price-wrapper .price::before {
    content: "Giá: ";
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-right: 5px;
    display: inline-block;
}

@font-face {
    font-family: "sa";
    src: url("https://damynghehoanhao.vn/assets/fonts/SFUAuchon.eot");
    src: url("https://damynghehoanhao.vn/assets/fonts/SFUAuchon.eot?#iefix") format("embedded-opentype"),
         url("https://damynghehoanhao.vn/assets/fonts/SFUAuchon.woff2") format("woff2"),
         url("https://damynghehoanhao.vn/assets/fonts/SFUAuchon.woff") format("woff"),
         url("https://damynghehoanhao.vn/assets/fonts/SFUAuchon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h3.product-section-title-related {
    text-align: center !important;
    text-transform: uppercase !important;
    font-family: "sa", sans-serif !important;
    font-size: 40px !important;
    line-height: 40px !important;
    margin-bottom: 30px !important;
    background: linear-gradient(270deg, #b0762d 0%, #f2e477 29.82%, #b0762d 51.81%, #f2e477 72.55%, #b0762d 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    border: none !important;
    display: block !important;
    padding: 0 !important;
}

h3.product-section-title-related::before,
h3.product-section-title-related::after,
h3.product-section-title-related span::before,
h3.product-section-title-related span::after {
    display: none !important;
}

@media (max-width: 576px) {
    h3.product-section-title-related {
        font-size: 32px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }
}
@media (max-width: 430px) {
    h3.product-section-title-related {
        font-size: 26px !important;
    }
}

@media (max-width: 767px) {
    .tabbed-content ul.nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important; 
        justify-content: flex-start !important;
        padding-bottom: 5px !important;
    }
    .tabbed-content ul.nav::-webkit-scrollbar {
        display: none !important; 
    }
    .tabbed-content ul.nav > li {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }
}

.xc-home-project .flickity-slider > .col {
    padding: 0 15px !important;
    transition: all 0.5s ease-in-out !important;
}

.xc-home-project .flickity-slider > .col .box-blog-post {
    transition: all 0.5s ease-in-out !important;
    transform: scale(0.9) !important;
    transform-origin: center center !important;
    opacity: 0.8 !important; 
}

.xc-home-project .flickity-slider > .col.is-selected .box-blog-post {
    transform: scale(1.1) !important;
    opacity: 1 !important;
    z-index: 10 !important;
}

.xc-home-project .flickity-slider > .col:not(.is-selected) .box-blog-post {
    pointer-events: none !important;
}

.xc-home-project .flickity-prev-next-button {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    width: 50px !important;
    height: 50px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
    z-index: 20 !important;
    margin: 0 !important;
}

.xc-home-project .flickity-prev-next-button.previous {
    left: -25px !important;
    background: url('https://damynghehoanhao.local/wp-content/themes/flatsome-child/assets/images/img3.png') center right / contain no-repeat !important;
}

.xc-home-project .flickity-prev-next-button.next {
    right: -25px !important;
    background: url('https://damynghehoanhao.local/wp-content/themes/flatsome-child/assets/images/img4.png') center left / contain no-repeat !important;
}

.xc-home-project .flickity-prev-next-button svg {
    display: none !important;
}

.xc-home-project .box-image, 
.xc-home-project .image-cover {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.xc-page-title__text {
    line-height: 1.4 !important;
    padding-bottom: 5px !important; 
}

h3.product-section-title-related,
.xc-section-title .section-title-main {
    line-height: 1.4 !important;
    padding-bottom: 5px !important;
}

.product-section {
    border-top: none !important;
}

.xc-home-why .flickity-prev-next-button {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    width: 45px !important;
    height: 45px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
    z-index: 20 !important;
    margin: 0 !important;
}

.xc-home-why .flickity-prev-next-button.previous {
    left: 10px !important; 
    background: url('https://damynghehoanhao.local/wp-content/themes/flatsome-child/assets/images/img3.png') center / contain no-repeat !important;
}

.xc-home-why .flickity-prev-next-button.next {
    right: 10px !important; 
    background: url('https://damynghehoanhao.local/wp-content/themes/flatsome-child/assets/images/img4.png') center / contain no-repeat !important;
}

.xc-home-why .flickity-prev-next-button svg {
    display: none !important;
}

.xc-home-project .flickity-prev-next-button,
.xc-home-why .flickity-prev-next-button {
    transition: all 0.3s ease-in-out !important;
}

.xc-home-project .flickity-prev-next-button:hover,
.xc-home-why .flickity-prev-next-button:hover {
    transform: translateY(-50%) scale(1.15) !important; 
    opacity: 0.8 !important; 
    background-color: transparent !important;
}

/* SỬA LỖI CÁC CỘT BỊ DÍNH CHẶT VÀO NHAU TRÊN GIAO DIỆN ĐIỆN THOẠI (KHỐI ABOUT) */
@media (max-width: 849px) {
    .xc-home-about .col {
        padding-bottom: 20px !important; /* Tạo khoảng thở 20px giữa các khối trên Mobile */
    }
    .xc-home-about .col:last-child {
        padding-bottom: 0 !important; /* Riêng cột cuối cùng thì ôm sát mép dưới */
    }
}

/* ==========================================================================
   HOÀN THIỆN GIAO DIỆN HEADER CHI TIẾT TRÊN MOBILE
   ========================================================================== */
@media (max-width: 849px) {
    /* 1. Giải cứu Logo khỏi sự chèn ép (Thêm khoảng trống trên dưới) */
    .header-main {
        height: auto !important; /* Xóa chiều cao tĩnh cứng nhắc */
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    #logo {
        margin: 5px 0 !important; 
    }
    
    /* 2. Gỡ dính mép trái/phải cho toàn bộ thanh Header Mobile */
    .header-main .header-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* 3. Phù phép Nút Hamburger Menu (Trái) & Nút Search (Phải) */
    
    /* Box đựng của cả 2 nút */
    .mobile-nav .header-button > a.button,
    .mobile-nav.nav-right .header-search > a.nav-top-link {
        background: linear-gradient(270deg, #b0762d 0%, #f2e477 29.82%, #b0762d 51.81%, #f2e477 72.55%, #b0762d 100%) !important;
        border: none !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        border-radius: 8px !important; /* Bo góc nhẹ hiện đại */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Kích thước Icon Menu to đùng và rõ nét */
    .mobile-nav .header-button > a.button i.icon-menu {
        font-size: 24px !important;
        color: #111 !important; /* Màu đen để nổi bật trên nền vàng */
        line-height: 1 !important;
        margin: 0 !important;
    }

    /* Kích thước Icon Search to lên tương đương */
    .mobile-nav.nav-right .header-search > a.nav-top-link i.icon-search {
        font-size: 22px !important;
        color: #111 !important; 
        line-height: 1 !important;
        margin: 0 !important;
    }

    /* Ẩn bong bóng số đếm giỏ hàng nếu lỡ cấu hình sai làm lệch icon */
    .mobile-nav .header-search .image-icon.cart-icon strong {
        display: none !important;
    }
}
