@charset "UTF-8";
@font-face {
  font-family: "1FTV VIP Anthony Hunter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/1FTV-VIP-Anthony-Hunter.otf");
}
@font-face {
  font-family: "ClassiqueSaigon";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("../fonts/ClassiqueSaigon Full.otf");
}
@font-face {
  font-family: "UTM Sharnay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UTM Sharnay.ttf");
}
@font-face {
  font-family: "Main";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/SVN-Poppins Medium.ttf");
}
@font-face {
  font-family: "Main";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SVN-Poppins Regular.ttf");
}
@font-face {
  font-family: "Main";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/SVN-Poppins SemiBold.ttf");
}
@font-face {
  font-family: "Main";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SVN-Poppins Bold.ttf");
}
:root {
  --color-main: #0968E3;
  --color-hover: #C0180D;
  --color-yellow: #FFCD1A;
  --color-social: #2557ae;
  --color-text: #2557ae;
  --menu-border: rgb(255 255 255 / 20%);
  --menu-color: #fff;
}

body {
  font-size: 14px;
  font-family: "Main";
  font-weight: 400;
}

.🐷 {
  margin-top: 80px;
}

.max-width {
  max-width: 1200px;
  margin: 0px auto;
}

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

.container-custom {
  padding: 0px 10px;
  margin: 0px auto;
}

.baonoidung table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border-color: gray;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  -webkit-border-horizontal-spacing: 1px;
  -webkit-border-vertical-spacing: 1px;
  display: block;
  overflow-y: auto;
}
.baonoidung tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}
.baonoidung tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}
.baonoidung td {
  display: table-cell;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-width: 1px;
}
.baonoidung ul,
.baonoidung ol {
  list-style: auto;
  padding-left: 2rem;
}
.baonoidung ul li,
.baonoidung ol li {
  margin-bottom: 0.75rem;
  list-style-type: auto;
}
.baonoidung iframe {
  max-width: 100% !important;
}
.baonoidung img {
  height: auto !important;
  max-width: 100% !important;
}
.baonoidung * {
  max-width: 100% !important;
}

img {
  max-width: 100%;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.social-plugin {
  display: flex;
  margin-top: 10px;
}

.scale-img {
  overflow: hidden;
  display: block;
  transition: 1s;
}
.scale-img img {
  transform: scale(1, 1);
  transition: 0.3s all;
}
.scale-img:hover img {
  transform: scale(1.1, 1.1);
}
.scale-img:hover img {
  transition: 0.3s all;
}

.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}

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

.transition {
  transition: 0.3s all;
}

.duongcheosang {
  transform: scale(1, 1);
  overflow: hidden;
  transition: width 2s, height 2s, transform 2s;
  cursor: pointer;
}
.duongcheosang:hover:before {
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.duongcheosang:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 10;
  transition: transform 0.6s;
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.duongcheosang2 {
  overflow: hidden;
  position: relative;
}
.duongcheosang2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(67, 69, 113, 0);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.duongcheosang2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 69, 113, 0);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.duongcheosang2:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
}
.duongcheosang2:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.duongcheosang3 {
  position: relative;
  overflow: hidden;
}

.duongcheosang3::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 1;
}

.duongcheosang3::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.duongcheosang3:hover::before,
.duongcheosang3:hover::after {
  transform: rotateY(180deg);
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
  animation-name: hvr-bob-float, hvr-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

/* Scroll */
.scroll-maded {
  overflow-y: scroll;
  overflow-x: hidden;
}
.scroll-maded::-webkit-scrollbar {
  width: 2px;
}
.scroll-maded::-webkit-scrollbar-thumb {
  width: 2px;
  background: var(--color-main);
}
.scroll-maded::-webkit-scrollbar-thumb:hover, .scroll-maded::-webkit-scrollbar-thumb:active {
  width: 2px;
}

.cart-fixed {
  bottom: 315px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-fixed i {
  font-size: 25px;
}
.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: #f00;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
  z-index: 9;
}

.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame .kenit-alo-circle-fill {
  transition: 0.3s all;
  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 svg {
  max-width: 32px;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-main);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.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(--color-main);
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .pulse {
  animation-name: pulse;
}

.menu.fixed {
  position: fixed;
  left: 0px;
  right: 0;
  top: 0px;
  z-index: 999;
  background: #fff;
}
.menu.fixed ul li a {
  padding: 12px 0;
}
.menu.fixed ul li ul li a {
  padding: 10px;
}
.menu ul {
  padding: 0px;
  margin: 0;
  list-style: none;
}
.menu ul li {
  position: relative;
  z-index: 99;
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}
.menu ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgba(173, 173, 173, 0.32);
}
.menu ul li ul li:last-child {
  border-bottom: 0px;
}
.menu ul li ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.menu ul li:hover > ul {
  transition: 0.3s all;
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #121212;
  padding: 30px 0px;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  border-bottom: 2px solid transparent;
}
.menu ul li a:hover {
  color: var(--color-main);
}
.menu ul li a.active {
  color: var(--color-main);
  border-color: var(--color-main);
}

.support-online .kenit-alo-circle-fill {
  transition: 0.3s all;
}

.header {
  position: relative;
}
.header-top {
  background-color: var(--color-main);
  padding: 8px 0px 8px 10px;
  position: relative;
}
.header-top:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 36px;
  height: 100%;
  background: var(--color-main);
  border-radius: 0 0 0 999px;
}
.header-top:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: calc(50vw - 610px);
  height: 100%;
  background: var(--color-main);
}
.header-address {
  color: #FFF;
}
.header-hotline p {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.header-hotline span {
  color: var(--color-hover);
  font-family: "UTM Sharnay";
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

#hamburger {
  display: block;
  width: 30px;
  height: 23px;
  position: relative;
  margin-left: 15px;
  display: block;
}
#hamburger:before {
  background: var(--color-main);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}
#hamburger:after {
  background: var(--color-main);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 20px;
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}
#hamburger span {
  background: var(--color-main);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 10px;
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

.menu-mobile-opened #hamburger:before {
  top: 10px;
  transform: rotate(45deg);
}
.menu-mobile-opened #hamburger:after {
  top: 10px;
  transform: rotate(-45deg);
}
.menu-mobile-opened #hamburger span {
  left: -50px;
  opacity: 0;
}

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

.scroll-custom {
  overflow-y: auto;
  overflow-x: hidden;
}
.scroll-custom::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.scroll-custom::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.scroll-custom::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #A2A3A3;
}

.search {
  background: #FFFFFF;
  border-radius: 50px;
  flex: 1 1 auto;
  max-width: 570px;
  padding: 4px;
  border: 1px solid var(--color-main);
}
.search input {
  width: calc(100% - 83px);
  height: 42px;
  outline: none;
  padding: 0px 14px;
  border: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 13px;
  color: #333;
  border-radius: 50px;
  outline: none;
}
.search input::-moz-placeholder {
  color: #766C5D;
}
.search input::placeholder {
  color: #766C5D;
}
.search input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none;
}
.search p {
  width: 83px;
  height: 42px;
  cursor: pointer;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  background: var(--color-main);
  border-radius: 50px;
  color: #fff;
}

.search-res {
  position: relative;
}
.search-res .icon-search {
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-align: center;
  line-height: 35px;
  color: var(--color-main);
  font-size: 15px;
  margin: 0px;
  border: 1px solid var(--color-main);
  border-radius: 50%;
  margin-left: 15px;
}
.search-res .icon-search.active {
  color: var(--color-main);
  background: #fff;
  border-radius: 100%;
}
.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}
.search-res .search-grid p {
  float: left;
  width: 40px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
}
.search-res .search-grid input {
  width: calc(100% - 40px);
  float: right;
  outline: none;
  border: none;
  color: var(--color-main);
}
.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;
}

.title-main {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.title-main span {
  color: var(--color-main);
  font-family: "UTM Sharnay";
  font-size: 37px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.title-main span span {
  color: var(--color-hover);
}
.title-main p {
  color: #121212;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.5rem;
}

.tt-week {
  font-size: 25px;
  text-align: center;
  margin: 20px 0px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.title-cat-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0px;
  gap: 20px;
}
.title-cat-main span {
  display: block;
  color: #999;
  background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.title-cat-main span:hover {
  background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
  color: #000;
}
.title-cat-main span.active {
  background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
  color: #000;
}

.news {
  display: block;
  margin-bottom: 20px;
  display: block;
}

.pic-news {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pic-news img {
  width: 100%;
}

a.views {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 7px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
}
a.views:hover {
  border: solid 1px #fed402;
  color: #fed402;
}

.box-news .item .pic {
  border-radius: 10px;
  margin: 0px 20px -50px 0;
}
.box-news .item .info {
  padding: 20px 20px 20px 30px;
  margin-left: 65px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 4px 4px 10px 0px #889EBB;
}
.box-news .item .info:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 37px;
  background: url(../images/arrow.webp);
}
.box-news .item .info .name {
  color: #121212;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  height: 52px;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.box-news .item .info .name:hover {
  color: var(--color-main);
}
.box-news .item .info .desc {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  height: 44px;
}

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

.a2a_kit {
  margin-right: 2px;
}
.a2a_kit .a2a_svg {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.othernews b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
}
.list-news-other li a:hover {
  color: #fed402;
}

a.mucluc-dropdown-list_button:before {
  content: "\f03a";
  font-family: "Font Awesome 6 Pro";
  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-clone.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
}

.meta-toc-clone:not(.fiedx) .box-readmore {
  display: block !important;
}
.meta-toc-clone .box-readmore {
  width: 350px;
  display: none;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0px;
}

.box-readmore {
  padding: 10px;
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 2px;
  border: 1px solid #dddddd;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}
.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-bottom: 5px;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}

.footer-article {
  padding: 60px 0px 40px;
}
.footer-info p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.footer-info p a {
  font-weight: 700;
}
.footer-info p a:hover {
  color: var(--color-hover);
}
.footer-powered {
  padding: 16px 0px;
  text-align: center;
  transition: 0.7s;
  background: var(--color-main);
}
.footer-copyright {
  color: #fff;
  font-size: 14px;
}
.footer-copyright span {
  text-transform: uppercase;
  font-weight: 700;
}
.footer-copyright a {
  color: #fff;
  font-weight: 700;
}
.footer-statistic {
  text-align: right;
}
.footer-statistic span {
  padding-right: 10px;
}
.footer-statistic span:last-child {
  padding-right: 0px;
}
.footer-map {
  position: relative;
  height: 260px;
  margin-top: 0px;
}
.footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

.filter {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: none;
}

.product {
  display: block;
  position: relative;
}
.product-pic {
  background: #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.product-name {
  margin-bottom: 0;
  font-weight: normal;
}
.product-name a {
  color: #0B0B0B;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.product-name a:hover {
  color: var(--color-hover);
}
.product-info {
  text-align: center;
}

.price-new {
  color: var(--color-hover);
  font-family: "UTM Sharnay";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: capitalize;
}

.price-old {
  font-size: 13px;
  text-decoration: line-through;
  display: inline-block;
  color: #AEAEAE;
  font-weight: 300;
  text-transform: uppercase;
}

.price-per {
  color: #FF2E00;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}

.star-view-product {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.star-product {
  font-size: 9px;
  position: relative;
  color: #999;
  margin-right: 15px;
}
.star-product .star-active {
  position: absolute;
  left: 0px;
  top: 0px;
  width: var(--star-width);
  white-space: nowrap;
  overflow: hidden;
  color: #FFCD00;
}

.view-product {
  color: #999;
  font-size: 13px;
}

.cart-product {
  width: 45px;
  text-align: center;
}
.cart-product span {
  display: inline-block;
  cursor: pointer;
  width: 38px;
  height: 38px;
  background: url(../images/add_cart.png) center center no-repeat, #FDBC0E;
  border-radius: 50%;
}

.cart-add {
  margin-left: 10px;
  background-color: #00A5D9;
  width: 155px;
}
.cart-add:hover {
  background-color: #1d1d1d;
}

.cart-buy {
  background-color: #FF2E00;
  width: 93px;
  height: 33px;
}
.cart-buy:hover {
  background-color: #5172fd;
}

.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-product .product .product-info {
  margin-top: 10px;
  color: #333;
}
.grid-product .product .product-info h3 {
  font-size: 17px;
  color: #333;
}
.grid-product .product .product-info .price span {
  color: #f00;
}
.grid-product .product .pic-product {
  border: 1px solid #ddd;
}

.product-2 {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  border-bottom: 1px dashed #DDD;
}

.pic-product-2 {
  width: 120px;
  border-radius: 5px;
  overflow: hidden;
}

.info-product-2 {
  width: calc(100% - 132px);
}
.info-product-2 h3 {
  margin-bottom: 10px;
}
.info-product-2 h3 a {
  color: #474747;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.info-product-2 h3 a.text-split {
  -webkit-line-clamp: 2;
}
.info-product-2 .price-product {
  margin-bottom: 9px;
}
.info-product-2 .price-new {
  font-size: 15px;
}
.info-product-2 .price-old {
  font-size: 12px;
}

.cart-product-2 span {
  padding: 4px 10px;
  color: var(--color-main);
  background: #FFFDF9;
  font-size: 13px;
  border: 1px solid var(--color-main);
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}
.cart-product-2 span:nth-child(1) {
  margin-right: 4px;
}
.cart-product-2 span:nth-child(2) {
  background: var(--color-main);
  color: #fff;
}
.cart-product-2 span:hover {
  background: var(--color-main);
  color: #fff;
}

.grid-pro-detail {
  display: flex;
  justify-content: space-between;
}
.grid-pro-detail .left-pro-detail {
  width: 40%;
}
.grid-pro-detail .right-pro-detail {
  width: 56.5%;
}
.grid-pro-detail .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}
.grid-pro-detail .right-pro-detail ul li {
  margin-bottom: 20px;
}
.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}
.grid-pro-detail .right-pro-detail .title-pro-detail {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.album-product {
  position: relative;
  max-width: 550px;
  margin: 10px auto 0px;
}

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

.col-pro-detail {
  padding: 0px 5px;
}

.swiper-pro-detail .swiper-button-prev {
  left: 0px;
  top: calc(50% + 7px);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
}
.swiper-pro-detail .swiper-button-prev:after {
  font-size: 15px;
}
.swiper-pro-detail .swiper-button-prev:hover {
  background: var(--color-main);
  color: #fff;
}
.swiper-pro-detail .swiper-button-next {
  right: 0px;
  top: calc(50% + 7px);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
}
.swiper-pro-detail .swiper-button-next:after {
  font-size: 15px;
}
.swiper-pro-detail .swiper-button-next:hover {
  background: var(--color-main);
  color: #fff;
}

.item-detail {
  color: #8E8E8E;
  font-size: 14px;
  padding: 0px 19px;
  position: relative;
}
.item-detail::after {
  position: absolute;
  right: 0px;
  top: 3px;
  width: 1px;
  height: 14px;
  background: #8E8E8E;
  content: "";
}
.item-detail:last-child::after {
  display: none;
}
.item-detail i {
  margin-right: 5px;
}

.item-detail-comment-star {
  position: relative;
  font-size: 13px;
  margin-right: 19px;
}
.item-detail-comment-star::after {
  position: absolute;
  right: -19px;
  top: 3px;
  width: 1px;
  height: 14px;
  background: #8E8E8E;
  content: "";
}
.item-detail-comment-star span {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #FFCD00;
  white-space: nowrap;
  overflow: hidden;
}

.product-sold-detail {
  color: #9F9F9F;
  font-size: 14px;
}
.product-sold-detail span {
  color: #474747;
  font-weight: 600;
}

.product-price-detail {
  background: #F5F5F5;
  padding: 12px 20px;
  border-radius: 6px;
}
.product-price-detail strong {
  color: #474747;
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
}
.product-price-detail .attr-content-pro-detail {
  display: flex;
  align-items: center;
}
.product-price-detail .price-new-pro-detail {
  color: var(--color-main);
  font-size: 20px;
}
.product-price-detail .price-old-pro-detail {
  color: #9E9E9E;
  font-size: 15px;
  margin-right: 35px;
}
.product-price-detail .percent-pro-detail {
  color: #fff;
  font-size: 13px;
  padding: 1px 10px;
  border-radius: 2px;
  background: var(--color-main);
}

.attr-label-pro-detail {
  font-weight: 500;
  color: #474747;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ff2e00;
}

.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail.active {
  color: #fff !important;
  background: var(--color-main);
}

.size-pro-detail.active {
  color: #fff !important;
  background: var(--color-main);
}

.size-pro-detail:hover {
  color: #fff !important;
  background: var(--color-main);
}

.quantity-pro-detail {
  margin-top: 10px;
  width: 100%;
  max-width: 164px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border: 1px solid #000;
  margin-right: 20px;
  border-radius: 15px;
  font-weight: 500;
  border: none;
  border-radius: 0px;
}
.quantity-pro-detail span {
  line-height: 31px;
  padding: 0;
  width: 37px;
  height: 33px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  border-radius: 3px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  margin-left: -1px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  margin-right: -1px;
}
.quantity-pro-detail input {
  height: 33px;
  width: calc(100% - 72px);
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #ddd;
}
.quantity-pro-detail .quantity-minus-pro-detail {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
.quantity-pro-detail .quantity-plus-pro-detail {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}

.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
}
.cart-pro-detail a {
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  border: 1px solid var(--color-main);
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  color: var(--color-main);
}
.cart-pro-detail a.addnow:hover {
  background-color: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}
.cart-pro-detail a.buynow {
  background-color: var(--color-main);
}
.cart-pro-detail a.buynow:hover {
  background-color: var(--color-main);
  color: #fff;
}

.social-product-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.left-social-product-detail {
  width: 61.7%;
}

.right-social-product-detail {
  width: 34.8%;
  padding-top: 15px;
}

.title-product-tuvan {
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 15px;
}
.title-product-tuvan span {
  display: inline-block;
  color: #1C1B19;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: -1px;
  border-bottom: 1px solid var(--color-main);
  text-transform: capitalize;
}
.title-product-tuvan span i {
  color: var(--color-main);
  font-size: 18px;
  margin-right: 10px;
}

.item-social-product-detail {
  display: inline-block;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 6px;
  margin-right: 6px;
}
.item-social-product-detail img {
  border-radius: 10px;
}

.customer-benefits {
  padding: 10px 25px;
  background: #F6F6F6;
  border-radius: 15px;
}

.title-customer-benefits {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 10px;
}
.title-customer-benefits span {
  color: #1C1B19;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #CCCCCC;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: -1px;
}

.content-customer-benefits {
  color: #585858;
  font-size: 14px;
}

.left-content-detail {
  width: calc(100% - 320px);
  background: #FAFAFA;
  padding: 30px 20px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
}

.right-content-detail {
  width: 300px;
}

.title-product-detail {
  background: #EEEEEE;
  color: #1C1B19;
  padding: 12px 18px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sub-right {
  margin-bottom: 30px;
}

.title-right {
  color: #1C1B19;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 13px 18px;
  margin-bottom: 5px;
  border-bottom: 2px solid var(--color-main);
  border-radius: 3px;
  background: #F9F9F9;
}

.item-properties {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.item-properties .attr-label-pro-detail {
  width: 100px;
}
.item-properties .grid-properties {
  width: calc(100% - 110px);
}

.tags-pro-detail {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.tags-pro-detail a {
  background: var(--color-main);
  color: #fff;
}
.tags-pro-detail a:hover {
  color: #fff;
  background: #f00;
}

.policy_intuitive {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 25px;
}

.policy {
  margin: 20px 16px 0 16px;
}

.policy__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
.policy__list > li {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  padding: 12px 0 12px 35px;
  width: 50%;
  display: inline-block;
}
.policy__list > li:nth-child(2n+1) {
  padding-right: 20px;
}
.policy__list > li:nth-child(2n+1):nth-last-child(2) {
  border: 0;
}
.policy__list li > div.iconl {
  left: 0;
  position: absolute;
  top: 15px;
}
.policy__list li .iconl {
  width: 32px;
}
.policy__list li p {
  line-height: 20px;
  padding-left: 5px;
  margin: 0px;
}
.policy__list li:last-child {
  border-bottom: 0;
}

.ul-actions {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 15px;
  align-items: flex-start;
}
.ul-actions li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}
.ul-actions > div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}
.ul-actions .active .box__tabr {
  border-color: #fd6e1d;
}
.ul-actions .box__tabr {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  min-height: 55px;
  padding: 4px;
  height: 60px;
  width: 80px;
}
.ul-actions .box__tabr:hover {
  border-color: #fd6e1d;
}
.ul-actions p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  white-space: normal;
  color: #000;
}

.icon-action {
  background-image: url("../images/icon_chitiet@2x-min.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 300px 180px;
}

.icon-dnb {
  background-position: 0 0;
  height: 28px;
  width: 28px;
}

.icon-tskt {
  background-position: -105px 0;
  height: 30px;
  width: 30px;
}

.icon-ttsp {
  background-position: -140px 0;
  height: 19px;
  width: 23px;
}

.modal-detail {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.768627451);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.modal-detail::-webkit-scrollbar {
  width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}

.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
  min-height: 100vh;
}
.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}
.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0px auto;
}
.content-modal-detail .tab-content.active {
  display: block;
}

.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}

.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}
.btn-closemenu::before {
  transform: rotate(45deg);
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.btn-closemenu::after {
  transform: rotate(-45deg);
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.contact-detail {
  display: flex;
  justify-content: space-between;
}

.left-contact-detail {
  width: 60%;
}

.right-contact-detail {
  width: calc(40% - 60px);
}

.contact-map {
  position: relative;
  height: 385px;
  border-radius: 10px;
  overflow: hidden;
}
.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.row-contact {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}

.social-contact {
  text-align: center;
}
.social-contact > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  padding: 5px 30px;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.social-contact > div a {
  display: inline-block;
  margin: 0 2px;
}

.contact-item {
  width: calc(33.3333333333% - 10px);
  text-align: center;
  font-size: 15px;
}
.contact-item i {
  display: inline-block;
  margin-bottom: 10px;
}
.contact-item img {
  width: 40px;
  height: 40px !important;
}
.contact-item p {
  margin-bottom: 10px;
  font-weight: 700;
}
.contact-item span {
  font-size: 14px;
}

.row-contact-input {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.row-contact-input .contact-input:nth-child(1) {
  width: 80%;
}
.row-contact-input .contact-input:nth-child(2) {
  width: calc(20% - 8px);
}
.row-contact-input .contact-input:nth-child(2) label {
  margin-bottom: 15px;
}

.contact-input {
  display: flex;
  flex-direction: column-reverse;
}
.contact-input label {
  font-size: 12px;
  font-weight: 600;
  color: #22292f;
  transition: all 0.8s;
}
.contact-input input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0;
  height: 45px;
  margin-bottom: 15px;
  overflow: hidden;
}
.contact-input input::-moz-placeholder {
  font-size: 15px;
  color: #ced4da;
  -moz-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.contact-input input::placeholder {
  font-size: 15px;
  color: #ced4da;
  transition: all 0.5s !important;
}
.contact-input input input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.contact-input input input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.contact-input textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0;
  height: 70px;
  margin-bottom: 20px;
}
.contact-input textarea::-moz-placeholder {
  font-size: 15px;
  color: #ced4da;
  -moz-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.contact-input textarea::placeholder {
  font-size: 15px;
  color: #ced4da;
  transition: all 0.5s !important;
}
.contact-input .form-control {
  overflow: hidden;
}
.contact-input .form-control:focus {
  color: #212529;
  border-color: var(--color-main);
  outline: 0;
  box-shadow: unset;
}
.contact-input .form-control:focus::-moz-placeholder {
  transform: translateY(-200%);
}
.contact-input .form-control:focus::placeholder {
  transform: translateY(-200%);
}
.contact-input .form-control:focus + label {
  color: var(--color-main);
}
.contact-input input[type=file] {
  display: none;
}

.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 40px;
  background: var(--color-main);
  border-radius: 30px;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s;
}
.contact-form button:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #000;
}

.custom-file-upload {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 20px;
  display: block;
  text-align: center;
}
.custom-file-upload i {
  font-size: 25px;
}
.custom-file-upload:hover {
  color: var(--color-main);
}

.file-input.has-file label {
  color: var(--color-main);
}

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

.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0px;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: #f00;
}

.btn-phone {
  bottom: 315px;
}

.btn-messenger {
  bottom: 150px;
}

.btn-zalo {
  bottom: 230px;
}

#qrzalo .modal-dialog {
  max-width: 250px;
  margin: 0.5rem auto;
}

.pagination {
  margin: 20px 0px;
  flex-wrap: wrap;
}
.pagination li span,
.pagination li a {
  cursor: pointer;
}

.grid-properties {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.grid-properties span {
  position: relative;
  border: 1px solid #CDCDCD;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  color: #595959;
}
.grid-properties span:hover {
  border: 1px solid var(--color-main);
  color: #fff;
  background: var(--color-main);
}
.grid-properties span:hover:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}
.grid-properties span.active {
  border: 1px solid var(--color-main);
  color: #fff;
  background: var(--color-main);
}
.grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}
.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

.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;
}

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

[x-cloak] {
  display: none !important;
}

.swiper .swiper-wrapper {
  width: inherit;
  height: inherit;
}

.swiper.swiper-initialized .swiper-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
}
.swiper.swiper-initialized .swiper-slide {
  padding: 0;
  margin: 0px;
}

.info-news {
  padding-top: 15px;
}
.info-news h3 {
  margin-bottom: 5px;
}
.info-news h3 a {
  color: #1C1B19;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.info-news h3 a:hover {
  color: var(--color-main);
}
.info-news h3 a.text-split {
  -webkit-line-clamp: 2;
}
.info-news span {
  color: var(--color-main);
  font-size: 13px;
  font-style: italic;
}
.info-news span i {
  margin-right: 7px;
}

.desc-news {
  line-height: 1.7;
  font-size: 14px;
  color: #333;
  margin-bottom: 0px;
  margin-top: 5px;
  height: auto;
}

.desc-news.text-split {
  -webkit-line-clamp: 3;
}

.sort-product {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.item-sort {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.item-sort i {
  margin-left: 10px;
}
.item-sort:hover {
  color: #fff;
  background: #A86B11;
  border-color: #A86B11;
}

.item-sort.active {
  color: #fff;
  background: #A86B11;
  border-color: #A86B11;
}

.chitietsanpham {
  position: relative;
}

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

.wrap-show-content.max-height {
  max-height: 500px;
  overflow: hidden;
}

.wrap-show-content.active {
  max-height: 100%;
}
.wrap-show-content.active .btn-show-content {
  position: relative;
  padding: 20px;
  background: none;
}

.btn-show-content {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, transparent, #FAFAFA);
  padding-top: 100px;
}
.btn-show-content span {
  background: var(--color-main);
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}
.btn-show-content span i {
  margin-left: 10px;
}

.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}
.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}
.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}
.sort-select .sort-show::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}

.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}
.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}
.sort-select-main p:has(.check) {
  order: 1;
}

.sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}
.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}
.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.flex-product-main {
  display: flex;
  gap: 20px;
}
.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
.flex-product-main .right-product {
  width: calc(100% - 250px);
}

.wrap-about {
  padding: 55px 0px;
  background: #E7F5EE;
  margin-bottom: 50px;
}

.left-about {
  width: 46.4%;
}

.right-about {
  width: 47.6%;
}
.right-about .title-about span {
  color: #15AA5A;
}

.video-about {
  width: 100%;
  margin-top: 60px;
}

.title-about {
  padding-left: 14px;
  position: relative;
  margin-bottom: 20px;
}
.title-about::after {
  position: absolute;
  left: 0px;
  top: 6px;
  bottom: 9px;
  width: 3px;
  background: #15AA5A;
  content: "";
  border-radius: 5px;
}
.title-about p {
  color: #15AA5A;
  font-size: 22px;
  margin-bottom: 0px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 30px;
}
.title-about span {
  color: #E5020D;
  font-size: 35px;
  margin-bottom: 0px;
  font-weight: 800;
  display: block;
  text-transform: uppercase;
  line-height: 45px;
}

.desc-about {
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 30px;
}

.desc-about.text-split {
  -webkit-line-clamp: 6;
}

.wrap-video {
  margin-bottom: 60px;
}

.row-video {
  margin: 0px -10px;
}

.col-video {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.pic-video {
  position: relative;
  cursor: pointer;
  display: block;
  padding-top: 41.6666666667%;
  overflow: hidden;
}
.pic-video:before {
  content: "";
  position: absolute;
  width: 133px;
  height: 133px;
  top: calc(50% - 66.5px);
  left: calc(50% - 66.5px);
  z-index: 1;
  background: url(../images/video_big.png) no-repeat center center;
  cursor: pointer;
  background-size: contain;
}
.pic-video img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.video .pic-video {
  padding-top: 55.5555555556%;
}
.video .pic-video:before {
  width: 63px;
  height: 63px;
  top: calc(50% - 31.5px);
  left: calc(50% - 31.5px);
  z-index: 1;
  background: url(../images/video_small.png) no-repeat center center;
}

.pic-video-2 {
  position: relative;
  cursor: pointer;
  display: block;
  padding-top: 68.3274021352%;
}
.pic-video-2:before {
  content: "";
  position: absolute;
  width: 63px;
  height: 63px;
  top: calc(50% - 31.5px);
  left: calc(50% - 31.5px);
  z-index: 1;
  background: url(../images/video_small.png) no-repeat center center;
  cursor: pointer;
  background-size: cover;
}
.pic-video-2 img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.name-video {
  margin-bottom: 0px;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: var(--color-black);
}

.owl-video {
  margin-top: 25px;
}

.box-video {
  cursor: pointer;
}
.box-video h3 {
  color: #1C1B17;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 16px;
}

.img-video {
  position: relative;
  padding-top: 75%;
  border-radius: 15px;
  overflow: hidden;
}
.img-video img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-video::after {
  position: absolute;
  width: 63px;
  height: 63px;
  top: calc(50% - 31.5px);
  left: calc(50% - 31.5px);
  background: url(../images/video_small.png) center center no-repeat;
  background-size: contain;
  content: "";
}

.row-album {
  margin: 0px -10px;
}

.col-album {
  padding: 0px -10px;
  margin-bottom: 20px;
}

.album {
  cursor: pointer;
}
.album .album-image {
  margin-bottom: 0.75rem;
}
.album .album-name {
  margin-bottom: 0px;
  text-align: center;
  font-size: 15px;
  color: #212529;
}

.pic-album {
  margin-bottom: 10px;
  display: block;
}

.name-album {
  margin: 0px;
  font-size: 18px;
  text-align: center;
  font-size: 15px;
  color: #333;
}
.name-album a {
  color: #333;
}
.name-album a:hover {
  color: var(--color-main);
}
.name-album:hover {
  color: var(--color-main);
}

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

.tab-product {
  text-align: center;
  margin-bottom: 15px;
}

.item-tab-product {
  cursor: pointer;
  color: #333;
  border-radius: 5px;
  border: 1px solid #15AA5A;
  padding: 5px 15px;
  display: inline-block;
  margin: 0px 5px 5px;
}
.item-tab-product:hover {
  background: #15AA5A;
  color: #fff;
}

.item-tab-product.active {
  background: #15AA5A;
  color: #fff;
}

.box-brand {
  text-align: center;
}

.name-brand {
  margin-top: 10px;
}
.name-brand a {
  color: #333;
  font-size: 15px;
}
.name-brand a:hover {
  color: var(--color-main);
}

@keyframes hvr-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    transform: translateY(-8px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    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);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}
.section-1 {
  position: relative;
  overflow: hidden;
}
.section-1 .wrap-content {
  position: relative;
}
.section-1 .wrap-content:after {
  content: "";
  position: absolute;
  right: 0;
  top: -100px;
  width: 280px;
  height: 252px;
  background: url(../images/after_gt.webp) no-repeat right top;
  z-index: -1;
}
@media (max-width: 1024px) {
  .section-1 .wrap-content:after {
    display: none;
  }
}
.section-1 .pic-1 {
  border-radius: 300px;
  box-shadow: 8px 8px 0px #fff;
  overflow: hidden;
}
.section-1 .pic-2 {
  border-radius: 300px;
  box-shadow: -8px 0px 0px #fff;
  overflow: hidden;
}
.section-1 .center {
  margin: 0px -36px 0px -48px;
  padding: 100px 70px 56px 88px;
  border-radius: 999px 999px 0 0;
  outline: 1.5px solid #fff;
  outline-offset: -20px;
  text-align: center;
}
.section-1 .center .title p {
  color: #FFF;
  font-family: "1FTV VIP Anthony Hunter";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-1 .center .title h1 {
  color: #FFF;
  font-family: "UTM Sharnay";
  font-size: 37px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.section-1 .center .title h1 span {
  color: var(--color-hover);
  font-family: "ClassiqueSaigon";
  font-size: 50px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  text-transform: uppercase;
  text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, -1px -2px 0 #fff, 0px -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, -2px 0px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, 2px 0px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0px 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff;
}
.section-1 .center .slogan {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0.5rem;
}
.section-1 .center .desc {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 28px;
}
.section-1 .center .view {
  display: inline-flex;
  width: 180px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: var(--color-hover);
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-2 {
  position: relative;
  overflow: hidden;
}
.section-2 fieldset {
  border: 5px solid var(--color-main);
  border-radius: 5px;
  padding: 44px 40px;
  position: relative;
}
.section-2 fieldset:after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  height: calc(100% + 8px);
  border: 2px dashed var(--color-main);
  border-top: 0;
}
.section-2 fieldset legend {
  float: none;
  width: auto;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 0;
}
.section-2 fieldset legend:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 64px;
  width: calc(100% - 374px);
  border-bottom: 2px dashed var(--color-main);
}
.section-2 fieldset legend:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 64px;
  width: calc(100% - 374px);
  border-bottom: 2px dashed var(--color-main);
}
.section-2 fieldset legend span {
  color: #272727;
  font-family: "1FTV VIP Anthony Hunter";
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-2 fieldset legend p {
  color: var(--color-main);
  font-family: "UTM Sharnay";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-top: -20px;
}
.section-2 .item .pic {
  margin-bottom: 1rem;
}
.section-2 .item .name {
  color: #0B0B0B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
}
.section-2 .item .name:hover {
  color: var(--color-main);
}
.section-2 .item .price {
  position: absolute;
  right: 20px;
  bottom: -10px;
  padding: 8px 12px;
  background-color: var(--color-hover);
  border-radius: 999px;
  text-align: center;
}
.section-2 .item .price p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.section-2 .item .price span {
  color: #FFF;
  font-family: "UTM Sharnay";
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.section-3 .slogan {
  color: #121212;
  font-family: "1FTV VIP Anthony Hunter";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 30px;
  background: url(../images/after_title.webp) no-repeat right top;
}
.section-3 .title {
  padding-left: 32px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.section-3 .title span {
  color: #FFF;
  font-family: "UTM Sharnay";
  font-size: 37px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.section-3 .title span span {
  color: var(--color-hover);
  font-family: "ClassiqueSaigon";
  font-size: 60px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  text-transform: uppercase;
  text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, -1px -2px 0 #fff, 0px -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, -2px 0px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, 2px 0px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0px 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff;
}
.section-3 .title:after {
  content: "";
  flex: 1 1 0;
  height: 15px;
  background: url(../images/after_title_product.webp) repeat-x left top;
}
.section-3 .product-name a {
  color: #fff;
}
.section-3 .product-name a:hover {
  color: var(--color-hover);
}

.section-4 {
  position: relative;
  overflow: hidden;
}
.section-4 .right .title label {
  display: inline-block;
  color: #121212;
  font-family: "1FTV VIP Anthony Hunter";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 30px;
  background: url(../images/after_title.webp) no-repeat right top;
  margin-bottom: -20px;
}
.section-4 .right .title p {
  color: var(--color-main);
  font-family: "UTM Sharnay";
  font-size: 37px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.section-4 .right .title p span {
  color: var(--color-hover);
  font-family: "UTM Sharnay";
  font-size: 37px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, -1px -2px 0 #fff, 0px -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, -2px 0px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, 2px 0px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0px 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff;
}
.section-4 .right .item .pic {
  border-radius: 500px;
}
.section-4 .right .item .content {
  color: #121212;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 32px;
}
.section-4 .right .item .name {
  color: #121212;
  font-family: "1FTV VIP Anthony Hunter";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-4 .right .item .desc {
  color: var(--color-main);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section-4 .right .customer-pagination {
  text-align: left;
  bottom: 0;
  right: 0;
  left: inherit;
  width: calc(100% - 205px);
}

.section-5 .grid {
  display: grid;
  grid-template-columns: 27.31% 20px 10.92% 20px 15.97% 20px 10.92% 20px 28.15%;
  gap: 20px 0px;
}
.section-5 .grid .item-1 {
  grid-area: 3/1/4/2;
}
.section-5 .grid .item-2 {
  grid-area: 2/3/4/6;
}
.section-5 .grid .item-3 {
  grid-area: 1/7/4/10;
}
.section-5 .grid .item-4 {
  grid-area: 4/1/5/4;
}
.section-5 .grid .item-5 {
  grid-area: 4/5/5/8;
}
.section-5 .grid .item-6 {
  grid-area: 4/9/5/10;
}
.section-5 .title {
  text-align: center;
  padding-top: 1rem;
  background: linear-gradient(to bottom, #eafbff 45px, #fff 45px);
}
.section-5 .title span {
  color: var(--color-main);
  font-family: "UTM Sharnay";
  font-size: 37px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.section-5 .title p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 1rem;
}
.section-5 .slogan {
  margin-top: 1rem;
  margin-left: -50px;
}
.section-5 .slogan p {
  color: #121212;
  font-family: "1FTV VIP Anthony Hunter";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.7px;
  position: relative;
}
.section-5 .slogan p:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 87px;
  height: 6px;
  background: url(../images/after_slogan_album.webp);
}

.section-6 {
  background-color: #e2f8ff;
  position: relative;
}
.section-6:after {
  content: "";
  position: absolute;
  left: 20%;
  top: -70px;
  width: 325px;
  height: 173px;
  background: url(../images/before_tt.webp);
}
@media (max-width: 1024px) {
  .section-6:after {
    display: none;
  }
}