@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "Regular";
  src: url("../fonts/utm/UTM_AVO.TTF") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "Bold";
  src: url("../fonts/utm/UTM_AVO_BOLD.TTF") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "Name Product";
  src: url("../fonts/zendots/ZenDots-Regular.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Regular", sans-serif;
  background-color: black;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button {
  outline: 0;
  border: none;
}

ul,
li {
  margin: 0;
  list-style: none;
}

ol,
ul {
  padding-left: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

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

.row {
  margin-left: 0;
  margin-right: 0;
}
.row .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.row .col {
  padding-left: 0;
  padding-right: 0;
}
.row .col-6 {
  padding-left: 0;
  padding-right: 0;
}
.row .col-7 {
  padding-left: 0;
  padding-right: 0;
}
.row .col-5 {
  padding-left: 0;
  padding-right: 0;
}
.row .col-3 {
  padding-left: 0;
  padding-right: 0;
}

.t-w {
  color: #fff !important;
}

.t-p {
  color: #d2111f !important;
}

.t-b {
  color: #000 !important;
}

.b-b {
  background: #000 !important;
}

.b-w {
  background-color: #fff !important;
}

.l-0 {
  left: 0 !important;
}

button.mfp-close {
  margin-top: 100px;
}

.fix-a {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fix-a {
    width: 100%;
  }
  .fix-a .button-animation {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .fix-a {
    display: contents;
  }
}

.mb-104 {
  margin-bottom: 104px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-104 {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .mb-104 {
    margin-bottom: 40px;
  }
}

.name-product {
  font-family: "Name Product", sans-serif;
}

.regular {
  font-family: "Regular", sans-serif;
}

.bold {
  font-family: "Bold", sans-serif;
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1224px;
  }
}
.button-animation {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background: #d2111f;
  font-family: "Regular", sans-serif;
}
.button-animation:hover {
  transition: 0.4s;
  background: #000;
}
@media (max-width: 479px) {
  .button-animation:hover {
    transition: none;
    background: #d2111f;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button-animation:hover {
    transition: none;
    background: #d2111f;
  }
}
.button-animation:before {
  right: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  content: "";
  transition: 0.4s;
  position: absolute;
  background: #d2111f;
}
.button-animation:after {
  top: 0;
  left: 0;
  width: 50%;
  height: 2px;
  content: "";
  transition: 0.4s;
  position: absolute;
  background: #d2111f;
}
.button-animation:hover:before {
  width: 25%;
  height: 50%;
  transition: 0.4s;
}
@media (max-width: 479px) {
  .button-animation:hover:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button-animation:hover:before {
    display: none;
  }
}
.button-animation:hover:after {
  width: 25%;
  height: 50%;
  transition: 0.4s;
}
@media (max-width: 479px) {
  .button-animation:hover:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button-animation:hover:after {
    display: none;
  }
}
.button-animation button {
  z-index: 99;
  font-size: 16px;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  padding: 8.6px 24px;
  color: #fff;
  margin: 3px 3px 2px 3px;
  border-color: transparent;
  background: #d2111f;
  font-family: "Regular", sans-serif;
}
.button-animation button:hover {
  transition: 0.4s;
  background: #000;
  color: #fff;
}
@media (max-width: 479px) {
  .button-animation button:hover {
    transition: none;
    background: #d2111f;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button-animation button:hover {
    transition: none;
    background: #d2111f;
  }
}
@media (max-width: 479px) {
  .button-animation button {
    padding: 8px 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button-animation button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.button {
  border-radius: 5px;
  padding: 8.6px 24px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  background: #d2111f;
  font-family: "Regular", sans-serif;
}

.last-navi a:hover {
  background: #d2111f !important;
}

.introduction-banner {
  position: relative;
}
.introduction-banner .image {
  height: 100vh;
}
@media (max-width: 479px) {
  .introduction-banner .image {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .introduction-banner .image {
    height: 100%;
  }
}
.introduction-banner .image img {
  height: 100%;
}
.introduction-banner::after {
  bottom: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 66px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .introduction-banner::after {
    height: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .introduction-banner::after {
    height: 56px;
  }
}

.main-introduction .desc-video {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  .main-introduction .desc-video {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .desc-video {
    margin-bottom: 40px;
  }
}
.main-introduction .desc-video .desc {
  padding-right: 100px;
}
@media (max-width: 479px) {
  .main-introduction .desc-video .desc {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .desc-video .desc {
    padding-right: 32px;
  }
}
.main-introduction .desc-video .desc h2 {
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 24px;
  color: #d2111f;
}
@media (max-width: 479px) {
  .main-introduction .desc-video .desc h2 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .desc-video .desc h2 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 12px;
  }
}
.main-introduction .desc-video .desc p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  text-align: justify;
}
@media (max-width: 479px) {
  .main-introduction .desc-video .desc p {
    font-size: 14px;
    line-height: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .desc-video .desc p {
    font-size: 14px;
    line-height: 23px;
  }
}
.main-introduction .desc-video .video iframe {
  width: 100%;
  height: 368px;
  border-radius: 20px;
  border: 1px solid #fff;
}
@media (max-width: 479px) {
  .main-introduction .desc-video .video iframe {
    height: 240px;
    border-radius: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .desc-video .video iframe {
    height: 240px;
    border-radius: 15px;
  }
}
.main-introduction .reasons .name {
  width: 100%;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
@media (max-width: 479px) {
  .main-introduction .reasons .name {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .reasons .name {
    margin-bottom: 36px;
  }
}
.main-introduction .reasons .name h3 {
  font-size: 36px;
  margin-bottom: 48px;
  color: #d2111f;
}
@media (max-width: 479px) {
  .main-introduction .reasons .name h3 {
    width: 75%;
    font-size: 24px;
    line-height: 37px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .reasons .name h3 {
    margin-bottom: 24px;
  }
}
.main-introduction .reasons .name p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  letter-spacing: -0.168px;
}
@media (max-width: 479px) {
  .main-introduction .reasons .name p {
    line-height: 23px;
    text-align: justify;
    letter-spacing: normal;
  }
}
.main-introduction .reasons .only-desktop {
  margin-bottom: 20px;
}
.main-introduction .reasons .only-desktop .row {
  justify-content: center;
}
.main-introduction .reasons .item {
  margin-bottom: 76px;
  padding: 0 30px !important;
}
@media (max-width: 479px) {
  .main-introduction .reasons .item {
    margin-bottom: 0;
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .reasons .item {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .reasons .item {
    padding: 0 10px !important;
  }
}
.main-introduction .reasons .item:first-child {
  padding: 0 30px 0 0 !important;
}
@media (max-width: 479px) {
  .main-introduction .reasons .item:first-child {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .reasons .item:first-child {
    padding: 0 10px 0 0 !important;
  }
}
.main-introduction .reasons .item:nth-child(3) {
  padding: 0 0 0 30px !important;
}
@media (max-width: 479px) {
  .main-introduction .reasons .item:nth-child(3) {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .reasons .item:nth-child(3) {
    padding: 0 0 0 10px !important;
  }
}
.main-introduction .reasons .item > p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: justify;
}
@media (max-width: 479px) {
  .main-introduction .reasons .item > p {
    line-height: 23px;
  }
}
.main-introduction .reasons .item .number-title {
  position: relative;
}
.main-introduction .reasons .item .number-title p {
  opacity: 0.8;
  font-size: 120px;
  line-height: 120px;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #020303 0%, #d22027 60%);
}
@media (max-width: 479px) {
  .main-introduction .reasons .item .number-title p {
    font-size: 96px;
    line-height: 96px;
    text-align: center;
  }
}
.main-introduction .reasons .item .number-title h4 {
  bottom: 15px;
  font-size: 24px;
  position: absolute;
  color: #fff;
  line-height: normal;
  letter-spacing: -1px;
}
@media (max-width: 479px) {
  .main-introduction .reasons .item .number-title h4 {
    width: 100%;
    bottom: 12px;
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .reasons .item .number-title h4 {
    font-size: 16px;
  }
}
.main-introduction .reasons .owl-carousel {
  position: relative;
  margin-bottom: 40px;
}
.main-introduction .reasons .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-introduction .reasons .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cdcccb;
  margin: 30px 10px 0 10px;
}
.main-introduction .reasons .owl-carousel .owl-dots .active {
  position: relative;
  background: #d2111f;
}
.main-introduction .reasons .owl-carousel .owl-dots .active::after {
  top: 50%;
  left: 50%;
  width: 20px;
  content: "";
  height: 20px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #d22027;
  transform: translate(-50%, -50%);
}
.main-introduction .numbers {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  .main-introduction .numbers {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .numbers {
    margin-bottom: 40px;
  }
}
.main-introduction .numbers h3 {
  font-size: 36px;
  text-align: center;
  line-height: normal;
  color: #d2111f;
  margin-bottom: 48px;
}
@media (max-width: 479px) {
  .main-introduction .numbers h3 {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .numbers h3 {
    margin-bottom: 40px;
  }
}
.main-introduction .numbers ul {
  justify-content: center;
  margin: 0 -10px;
}
@media (max-width: 479px) {
  .main-introduction .numbers ul {
    margin: -7px;
  }
}
.main-introduction .numbers ul li {
  padding: 0 10px;
}
@media (max-width: 479px) {
  .main-introduction .numbers ul li {
    padding: 7px;
  }
}
.main-introduction .numbers ul li > div {
  min-height: 320px;
  height: 100%;
  padding: 32px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/background/background_number.png");
}
@media (max-width: 479px) {
  .main-introduction .numbers ul li > div {
    min-height: 212px;
    padding: 16px;
    border-radius: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .numbers ul li > div {
    min-height: 212px;
    padding: 16px;
  }
}
.main-introduction .numbers ul li > div .icons {
  width: 68px;
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .main-introduction .numbers ul li > div .icons {
    width: 44px;
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .numbers ul li > div .icons {
    width: 44px;
    margin-bottom: 4px;
  }
}
.main-introduction .numbers ul li > div p {
  color: #000;
}
.main-introduction .numbers ul li > div p.bold {
  font-size: 52px;
  line-height: 120%;
  margin-bottom: 48px;
}
@media (max-width: 479px) {
  .main-introduction .numbers ul li > div p.bold {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .numbers ul li > div p.bold {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.main-introduction .numbers ul li > div p.regular {
  font-size: 16px;
  line-height: normal;
  text-align: justify;
}
@media (max-width: 479px) {
  .main-introduction .numbers ul li > div p.regular {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .numbers ul li > div p.regular {
    font-size: 14px;
    line-height: 21px;
  }
}
.main-introduction .experience {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  .main-introduction .experience {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-introduction .experience {
    margin-bottom: 40px;
  }
}
.main-introduction .experience .image {
  padding-right: 40px;
  height: 400px;
}
@media (max-width: 479px) {
  .main-introduction .experience .image {
    height: 245px;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.main-introduction .experience .image img {
  height: 100%;
}
.main-introduction .experience .text {
  padding-left: 10px;
}
@media (max-width: 479px) {
  .main-introduction .experience .text {
    padding-left: 0;
  }
}
.main-introduction .experience .text h3 {
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 24px;
  color: #d2111f;
}
@media (max-width: 479px) {
  .main-introduction .experience .text h3 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 12px;
  }
}
.main-introduction .experience .text p {
  width: 100%;
  font-size: 16px;
  max-width: 508px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .main-introduction .experience .text p {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .main-introduction .experience .text .link {
    display: flex;
    justify-content: center;
  }
}

.slider-banner-home {
  position: relative;
}
.slider-banner-home .item {
  position: relative;
}
.slider-banner-home .item .image {
  height: 100vh;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .slider-banner-home .item .image {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider-banner-home .item .image {
    height: auto;
  }
}
.slider-banner-home .item .image img {
  height: 100%;
}
@media (max-width: 479px) {
  .slider-banner-home .item .image img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider-banner-home .item .image img {
    height: auto;
  }
}
.slider-banner-home .item::after {
  bottom: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 66px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .slider-banner-home .item::after {
    height: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider-banner-home .item::after {
    height: 56px;
  }
}
.slider-banner-home .owl-carousel .owl-nav {
  display: block !important;
}
.slider-banner-home .owl-carousel .owl-nav button {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translate(0, -50%);
}
.slider-banner-home .owl-carousel .owl-nav button img {
  width: 90px;
  opacity: 0.3;
}
.slider-banner-home .owl-carousel .owl-nav button img:hover {
  opacity: 1;
  transition: opacity 0.4s;
}
.slider-banner-home .owl-carousel .owl-nav .owl-prev {
  left: 120px;
}
.slider-banner-home .owl-carousel .owl-nav .owl-next {
  right: 120px;
}
@media (max-width: 479px) {
  .slider-banner-home .owl-carousel .owl-nav {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider-banner-home .owl-carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .slider-banner-home .owl-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .slider-banner-home .owl-dots .owl-dot {
    margin: 0 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #cdcccb;
  }
  .slider-banner-home .owl-dots .active {
    background-color: #d2111f;
  }
}

.main-home {
  margin: 104px 0 0 0;
}
@media (max-width: 479px) {
  .main-home {
    background: #000;
    margin: 25px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-home {
    margin: 40px 0 0 0;
  }
}

.home-about-us {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  .home-about-us {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-about-us {
    margin-bottom: 40px;
  }
}
.home-about-us > ul > li {
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .home-about-us > ul > li a {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .home-about-us > ul > li {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-about-us > ul > li {
    margin-bottom: 30px;
  }
}
.home-about-us > ul > li:first-child {
  padding-right: 42px;
}
@media (max-width: 479px) {
  .home-about-us > ul > li:first-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-about-us > ul > li:first-child {
    padding-right: 0;
  }
}
.home-about-us > ul > li:nth-child(even) {
  padding-left: 28px;
}
@media (max-width: 479px) {
  .home-about-us > ul > li:nth-child(even) {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-about-us > ul > li:nth-child(even) {
    padding-left: 0;
  }
}
.home-about-us > ul > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .home-about-us > ul > li:last-child {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-about-us > ul > li:last-child {
    text-align: center;
  }
}
.home-about-us > ul > li > p {
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  text-align: justify;
  letter-spacing: 0.96px;
}
@media (max-width: 479px) {
  .home-about-us > ul > li > p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-about-us > ul > li > p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;
  }
}
.home-about-us > ul > li > p:first-child {
  margin-bottom: 10px;
}
.home-about-us > ul > li > p strong {
  font-size: 24px;
  letter-spacing: 0.96px;
}
@media (max-width: 479px) {
  .home-about-us > ul > li > p strong {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-about-us > ul > li > p strong {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;
  }
}
.home-about-us > ul > li > ul > li:first-child {
  margin-bottom: 80px;
}
@media (max-width: 479px) {
  .home-about-us > ul > li > ul > li:first-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-about-us > ul > li > ul > li:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .home-about-us > ul > li > ul > li:nth-child(odd) {
    padding-right: 8px;
  }
}
@media (max-width: 479px) {
  .home-about-us > ul > li > ul > li:nth-child(even) {
    padding-left: 8px;
  }
}
.home-about-us > ul > li > ul > li .name-product {
  font-size: 48px;
  line-height: normal;
  color: #d2111f;
  letter-spacing: 3.84px;
}
@media (max-width: 479px) {
  .home-about-us > ul > li > ul > li .name-product {
    font-size: 24px;
    text-align: center;
    letter-spacing: 1.92px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-about-us > ul > li > ul > li .name-product {
    font-size: 24px;
    text-align: center;
    letter-spacing: 1.92px;
  }
}
.home-about-us > ul > li > ul > li .regular {
  width: 100%;
  font-size: 14px;
  max-width: 255px;
  line-height: 22px;
  margin-left: 0;
  margin-right: auto;
  color: #fff;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .home-about-us > ul > li > ul > li .regular {
    width: 100%;
    font-size: 12px;
    max-width: 143px;
    text-align: center;
    letter-spacing: normal;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-about-us > ul > li > ul > li .regular {
    font-size: 12px;
    text-align: center;
    letter-spacing: normal;
  }
}

@media (max-width: 479px) {
  .tools {
    margin-top: 10px;
  }
}
.tools .row {
  justify-content: space-between;
}
.tools .row .content h3 {
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 24px;
  color: #fff;
  letter-spacing: 2.88px;
}
@media (max-width: 479px) {
  .tools .row .content h3 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 1.68px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tools .row .content h3 {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 12px;
    letter-spacing: 1.68px;
  }
}
.tools .row .content p {
  width: 100%;
  max-width: 508px;
  font-size: 16px;
  color: #fff;
  text-align: justify;
}
@media (max-width: 479px) {
  .tools .row .content p {
    text-align: center;
  }
}
.tools .tech {
  margin-bottom: 104px;
  height: 675px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 479px) {
  .tools .tech {
    height: auto;
    margin-bottom: 40px;
    background-image: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tools .tech {
    padding: 40px 0;
    height: auto;
    margin-bottom: 40px;
  }
}
.tools .tech .col-12 {
  padding: 0 10px;
}
.tools .tech .image {
  display: none;
}
@media (max-width: 479px) {
  .tools .tech .image {
    display: block;
    margin-bottom: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tools .tech .image {
    margin-bottom: 42px;
  }
}
.tools .tech .image img {
  height: 100%;
}
.tools .tech p {
  line-height: 38px;
}
@media (max-width: 479px) {
  .tools .tech p {
    line-height: 29px;
  }
}
.tools .tech p a {
  background-color: #d2111f;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  text-align: center;
  font-family: "Regular", sans-serif;
  border-radius: 5px;
  margin-left: 5px;
}
@media (max-width: 479px) {
  .tools .tech p a {
    padding: 6px 8px;
    font-size: 12px;
  }
}
.tools .tech .content {
  padding-left: 10px;
}
@media (max-width: 479px) {
  .tools .tech .content {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tools .tech .content {
    padding-left: 10px;
  }
}
.tools .count {
  height: 675px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 104px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 479px) {
  .tools .count {
    background-image: none !important;
    height: auto;
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tools .count {
    height: auto;
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.tools .count .col-12 {
  padding: 0 10px;
}
.tools .count .image {
  float: right;
  display: none;
}
@media (max-width: 479px) {
  .tools .count .image {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tools .count .image {
    float: none;
    width: auto;
    height: auto;
  }
}
.tools .count .image img {
  height: 100%;
}
.tools .count p {
  line-height: 27px;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .tools .count p {
    width: 82% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: justify !important;
  }
}
.tools .count .content {
  padding-right: 10px;
}
@media (max-width: 479px) {
  .tools .count .content {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tools .count .content {
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .tools .count .content .link {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .tools .count .content .link button {
    padding: 10px 20px;
  }
}

.form-catalogue {
  height: 100%;
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.6%, #000 93.54%), linear-gradient(180deg, #000 2.59%, rgba(0, 0, 0, 0) 31.39%), url("/storage/uploads/background/background_form.png"), lightgray 50%/cover no-repeat;
}
@media (max-width: 479px) {
  .form-catalogue {
    padding: 30px 0;
    background-position: initial;
  }
  .form-catalogue .button-animation {
    width: 100%;
  }
  .form-catalogue .button-animation button {
    padding: 10px 20px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-catalogue {
    padding: 30px 0;
  }
}
.form-catalogue .container {
  max-width: 836px;
}
.form-catalogue h4 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 48px;
  letter-spacing: -0.72px;
}
@media (max-width: 479px) {
  .form-catalogue h4 {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 32px;
    letter-spacing: -0.48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-catalogue h4 {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 32px;
    letter-spacing: -0.48px;
  }
}
.form-catalogue form ul {
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .form-catalogue form ul {
    margin-bottom: 0;
  }
}
.form-catalogue form ul li {
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .form-catalogue form ul li {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-catalogue form ul li {
    margin-bottom: 32px;
  }
}
.form-catalogue form ul li:nth-child(even) input {
  float: right;
}
@media (max-width: 479px) {
  .form-catalogue form ul li:nth-child(even) input {
    float: initial;
  }
}
.form-catalogue form ul li:nth-child(4) > div {
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
}
.form-catalogue form ul li:nth-child(4) label {
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 479px) {
  .form-catalogue form ul li:nth-child(4) label {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-catalogue form ul li:nth-child(4) label {
    padding-left: 45px;
  }
}
.form-catalogue form ul li input {
  color: #000 !important;
  width: 344px;
  font-size: 16px;
  border-radius: 5px;
  padding: 9.6px 0 9.61px 16px;
  background-color: #fff !important;
  font-family: "Regular", sans-serif;
  box-shadow: 0px 3px 3px 0px #d2111f;
}
@media (max-width: 479px) {
  .form-catalogue form ul li input {
    width: 100%;
    font-size: 14px;
    padding: 7.82px 0 8px 16px;
  }
}
.form-catalogue form ul li input::-webkit-input-placeholder {
  color: #bdbdbc;
  font-style: italic;
}
.form-catalogue form ul li input::-moz-input-placeholder {
  color: #bdbdbc;
  font-style: italic;
}
.form-catalogue form ul li label {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #d2111f;
  margin-left: 15px;
  font-style: italic;
}
.form-catalogue .select2-container .select2-selection--single {
  height: 48px;
  border: none;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 3px 3px 0px #d2111f;
}
@media (max-width: 479px) {
  .form-catalogue .select2-container .select2-selection--single {
    height: 41px;
  }
}
.form-catalogue .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 16px;
}
.form-catalogue .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 16px;
}
@media (max-width: 479px) {
  .form-catalogue .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
  }
}
.form-catalogue .select2-container {
  float: right;
  width: 344px !important;
}
@media (max-width: 479px) {
  .form-catalogue .select2-container {
    float: initial;
    width: 100% !important;
  }
}
.form-catalogue .select2-results__option--selectable {
  font-size: 16px;
}
@media (max-width: 479px) {
  .form-catalogue .select2-results__option--selectable {
    font-size: 14px;
  }
}
.form-catalogue .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #000;
  font-style: italic;
  line-height: 48px;
}
@media (max-width: 479px) {
  .form-catalogue .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 41px;
  }
}

.agency {
  margin-bottom: 104px;
  height: 100%;
  padding: 104px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/home/background_agency.png");
}
@media (max-width: 479px) {
  .agency {
    margin-bottom: 0px;
  }
  .agency button {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agency {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .agency {
    padding: 64px 0;
    background-position: initial;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agency {
    padding: 80px 0;
  }
}
.agency::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .agency::before {
    height: 80px;
  }
}
.agency::after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .agency::after {
    height: 80px;
  }
}
.agency .content {
  text-align: center;
}
.agency .content h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .agency .content h3 {
    font-size: 24px;
    margin-bottom: 16px;
    letter-spacing: 0.72px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agency .content h3 {
    font-size: 24px;
    margin-bottom: 16px;
    letter-spacing: 0.72px;
  }
}
.agency .content p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .agency .content p {
    font-size: 12px;
    margin-bottom: 30px;
    letter-spacing: 1.12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agency .content p {
    letter-spacing: normal;
  }
}

.off-placeholder {
  color: #000 !important;
  font-style: normal !important;
}

.main-news li:first-child {
  padding-right: 10px;
}
@media (max-width: 479px) {
  .main-news li:first-child {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.main-news li:nth-child(2) {
  padding-left: 10px;
}
@media (max-width: 479px) {
  .main-news li:nth-child(2) {
    padding-left: 0;
  }
}
.main-news li .item-post a .image img {
  height: 320px;
  border-radius: 20px;
  border: 2px solid #d2111f;
}
@media (max-width: 479px) {
  .main-news li .item-post a .image img {
    height: 182px;
    border-radius: 10px;
    border: 1px solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-news li .item-post a .image img {
    height: 190px;
    border-radius: 10px;
    border: 1px solid #fff;
  }
}
.main-news li .item-post a .content .update {
  font-size: 12px;
  color: #cdcccb;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .main-news li .item-post a .content .update {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.main-news li .item-post a .content .title {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 479px) {
  .main-news li .item-post a .content .title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
  }
}
.main-news li .item-post a .content .desc {
  color: #cdcccb;
  font-size: 16px;
  line-height: 27px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 479px) {
  .main-news li .item-post a .content .desc {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}
.main-news .btn-see-all {
  margin-top: 48px;
}
@media (max-width: 479px) {
  .main-news .btn-see-all {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-news .btn-see-all {
    margin-top: 32px;
  }
}

.total-tools {
  margin-top: 104px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .total-tools {
    margin-top: 80px;
  }
}
.total-tools .tools {
  height: 424px;
  margin-bottom: 104px;
  position: relative;
  padding: 97px 80px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  border: 1px solid #d2111f;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/background/cong-cu-do-tieng-on.png");
}
@media (max-width: 479px) {
  .total-tools .tools {
    height: auto;
    padding: 0;
    margin-bottom: 41px;
    border-radius: 15px;
    background-image: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .total-tools .tools {
    height: auto;
    padding: 32px;
    margin-bottom: 41px;
    border-radius: 15px;
  }
}
.total-tools .tools .image {
  position: relative;
}
.total-tools .tools .image::after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .total-tools .tools .image img {
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 479px) {
  .total-tools .tools .content {
    padding: 0 24px 24px 24px;
  }
  .total-tools .tools .content button {
    padding: 10px 20px;
  }
}
.total-tools .tools .content h2 {
  font-size: 52px;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 4.16px;
}
@media (max-width: 479px) {
  .total-tools .tools .content h2 {
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 2.56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .total-tools .tools .content h2 {
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 2.56px;
  }
}
.total-tools .tools .content p {
  color: #fff;
  width: 100%;
  font-size: 14px;
  max-width: 642px;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .total-tools .tools .content p {
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: -0.28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .total-tools .tools .content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .total-tools .tools .content .d-flex {
    align-items: center;
    justify-content: center;
  }
}
.total-tools .bg-tools {
  background-image: url("/storage/uploads/background/cong-cu-tinh-vat-lieu.webp");
}

.noise-detection {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/background/bg_do_tieng_on.png");
}
.noise-detection .main {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}
.noise-detection .main .items {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 24px 57px 40px 57px;
  background-image: url("/storage/uploads/background/background_number.png");
}
@media (max-width: 479px) {
  .noise-detection .main .items {
    width: 100% !important;
    padding: 20px;
    min-width: 343px;
    max-width: 345px;
    border-radius: 15px;
  }
}
.noise-detection .main .start {
  text-align: center;
  text-align: center;
  width: 590px;
  position: absolute;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .noise-detection .main .start {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.noise-detection .main .start h2 {
  color: #000;
  font-size: 32px;
  margin-top: 68px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .noise-detection .main .start h2 {
    margin-top: 40px;
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.noise-detection .main .start .desc {
  width: 100%;
  color: #000;
  font-size: 16px;
  margin-top: 40px;
  max-width: 408px;
  margin-left: auto;
  line-height: 26px;
  margin-right: auto;
}
@media (max-width: 479px) {
  .noise-detection .main .start .desc {
    font-size: 14px;
    margin-top: 24px;
    line-height: 24px;
  }
}
.noise-detection .main .start .icons {
  width: 40px;
  margin-left: auto;
  margin-top: 177px;
  margin-right: auto;
}
@media (max-width: 479px) {
  .noise-detection .main .start .icons {
    margin-top: 106px;
  }
}
.noise-detection .main .start .note {
  width: 100%;
  font-size: 12px;
  max-width: 272px;
  margin-top: 12px;
  color: #d2111f;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .noise-detection .main .start .note {
    max-width: 271px;
  }
}
.noise-detection .main .start .link {
  cursor: pointer;
}
.noise-detection .main .start .link p {
  border-radius: 5px;
  padding: 8.6px 24px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  background: #d2111f;
  font-family: "Regular", sans-serif;
  width: 100%;
  max-width: 208px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .noise-detection .main .start .link p {
    max-width: 110px;
  }
}
.noise-detection .main .end {
  text-align: center;
}
.noise-detection .main .end ul .col-12 h2 {
  color: #000;
  font-size: 24px;
  margin-top: 16px;
  letter-spacing: 1.92px;
}
@media (max-width: 479px) {
  .noise-detection .main .end ul .col-12 h2 {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.noise-detection .main .end ul .col-12 .image {
  width: 366px;
  height: 177px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .noise-detection .main .end ul .col-12 .image {
    width: 231px;
    height: 111px;
  }
}
.noise-detection .main .end ul .col-12 .image img {
  height: 100%;
}
.noise-detection .main .end ul .col-12 .regular {
  color: #000;
  font-size: 16px;
  margin-top: 16px;
  line-height: 28px;
}
@media (max-width: 479px) {
  .noise-detection .main .end ul .col-12 .regular {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.28px;
  }
}
.noise-detection .main .end .link {
  width: 100%;
  gap: 20px;
  margin-top: 30px;
  max-width: 590px;
  justify-content: center;
}
@media (max-width: 479px) {
  .noise-detection .main .end .link {
    gap: 17px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .noise-detection .main .end .link {
    gap: 17px;
    margin-top: 16px;
    justify-content: center;
  }
}
.noise-detection .main .end .link .col-4 {
  max-width: 30%;
  padding: 24px;
  border-radius: 20px;
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/background/background_number.png");
}
@media (max-width: 479px) {
  .noise-detection .main .end .link .col-4 {
    width: 30%;
    padding: 12px;
    border-radius: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .noise-detection .main .end .link .col-4 {
    width: 30%;
    padding: 12px;
    border-radius: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .noise-detection .main .end .link .col-4 {
    width: 30%;
  }
}
.noise-detection .main .end .link .col-4 .icons {
  width: 63px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .noise-detection .main .end .link .col-4 .icons {
    width: 28px;
    margin-bottom: 11px;
  }
}
.noise-detection .main .end .link .col-4 p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 479px) {
  .noise-detection .main .end .link .col-4 p {
    font-size: 12px;
    line-height: 20px;
  }
}
.noise-detection .main .slide {
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/background/background_number.png");
}
@media (max-width: 479px) {
  .noise-detection .main .slide {
    width: 100%;
    max-width: 345px;
    min-width: 343px;
    border-radius: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .noise-detection .main .slide .noise-slide .slick-track {
    width: 590px !important;
  }
}
.noise-detection .main .slide .noise-slide .items {
  background-image: none;
  text-align: center;
}
.noise-detection .main .slide .noise-slide .items .page-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .noise-detection .main .slide .noise-slide .items .page-number {
    margin-bottom: 16px;
  }
}
.noise-detection .main .slide .noise-slide .items .page-number .bold {
  color: #000;
  font-size: 40px;
  margin-right: 10px;
}
@media (max-width: 479px) {
  .noise-detection .main .slide .noise-slide .items .page-number .bold {
    font-size: 36px;
  }
}
.noise-detection .main .slide .noise-slide .items .page-number .regular {
  color: #000;
  font-size: 32px;
}
@media (max-width: 479px) {
  .noise-detection .main .slide .noise-slide .items .page-number .regular {
    font-size: 24px;
  }
}
.noise-detection .main .slide .noise-slide .items > p.bold {
  color: #000;
  font-size: 36px;
  letter-spacing: 2.88px;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .noise-detection .main .slide .noise-slide .items > p.bold {
    font-size: 32px;
    margin-bottom: 16px;
    letter-spacing: 2.56px;
  }
}
.noise-detection .main .slide .noise-slide .items .image {
  height: 232px;
}
@media (max-width: 479px) {
  .noise-detection .main .slide .noise-slide .items .image {
    height: 145px;
  }
}
.noise-detection .main .slide .noise-slide .items .image img {
  border-radius: 10px;
  height: 100%;
}
.noise-detection .main .slide .noise-slide .items > .regular {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 32px;
  margin-top: 8px;
  height: 100%;
  min-height: 52px;
}
@media (max-width: 479px) {
  .noise-detection .main .slide .noise-slide .items > .regular {
    margin-bottom: 24px;
  }
}
.noise-detection .main .slide .noise-slide .items .audio-button {
  width: 46px;
  display: flex;
}
@media (max-width: 479px) {
  .noise-detection .main .slide .noise-slide .items .audio-button {
    width: 41px;
  }
}
.noise-detection .main .slide .noise-slide .items .audio-button img {
  cursor: pointer;
}
.noise-detection .main .slide .noise-slide .items .audio-button audio {
  display: none;
}
.noise-detection .main .slide .button {
  z-index: 1;
  bottom: 40px;
  width: 184px;
  padding: 10px 0;
  position: absolute;
}
@media (max-width: 479px) {
  .noise-detection .main .slide .button {
    width: 103px;
    padding: 7px 0;
    bottom: 20px;
  }
}
.noise-detection .main .slide .slick-prev {
  left: 123px;
  color: #d2111f;
  background-color: #fff;
  border: 1px solid #d2111f;
}
.noise-detection .main .slide .slick-prev:hover {
  color: #000 !important;
  background-color: #fff !important;
}
@media (max-width: 479px) {
  .noise-detection .main .slide .slick-prev {
    left: 89px;
  }
}
.noise-detection .main .slide .slick-next {
  right: 57px;
  border: 1px solid #d2111f;
}
@media (max-width: 479px) {
  .noise-detection .main .slide .slick-next {
    right: 32px;
  }
}

.popup-tools {
  z-index: 1000000;
  top: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
}
.popup-tools .bg {
  top: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.popup-tools .content {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}
.popup-tools .content > i {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  color: #000;
  cursor: pointer;
}
.popup-tools .content form {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 40px;
  background-image: url("/storage/uploads/background/background_number.png");
}
@media (max-width: 479px) {
  .popup-tools .content form {
    width: 100% !important;
    padding: 24px;
    min-width: 343px;
    max-width: 345px;
    border-radius: 15px;
  }
}
.popup-tools .content form .bold {
  color: #000;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1.92px;
  margin-bottom: 29px;
}
@media (max-width: 479px) {
  .popup-tools .content form .bold {
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-bottom: 16px;
  }
}
.popup-tools .content form .regular {
  color: #d2111f;
  text-align: justify;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .popup-tools .content form .regular {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
@media (max-width: 479px) {
  .popup-tools .content form .button {
    width: 100%;
  }
}
.popup-tools .content form ul li {
  margin-bottom: 20px;
}
.popup-tools .content form ul li:first-child {
  padding-right: 10px;
}
@media (max-width: 479px) {
  .popup-tools .content form ul li:first-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .popup-tools .content form ul li:first-child {
    padding-right: 0;
  }
}
.popup-tools .content form ul li:nth-child(2) {
  padding-left: 10px;
}
@media (max-width: 479px) {
  .popup-tools .content form ul li:nth-child(2) {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .popup-tools .content form ul li:nth-child(2) {
    padding-left: 0;
  }
}
.popup-tools .content form ul li input {
  border: 0.5px solid #cdcccb;
  color: #000 !important;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  padding: 8.6px 0 8.6px 16px;
  background-color: #fff !important;
  font-family: "Regular", sans-serif;
}
@media (max-width: 479px) {
  .popup-tools .content form ul li input {
    width: 100%;
    font-size: 14px;
    padding: 8px 0 8px 16px;
  }
}
.popup-tools .content form ul li input::-webkit-input-placeholder {
  color: #bdbdbc;
  font-style: italic;
}
.popup-tools .content form ul li input::-moz-input-placeholder {
  color: #bdbdbc;
  font-style: italic;
}
.popup-tools .content form ul li label {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #d2111f;
  margin-left: 15px;
  font-style: italic;
}
.popup-tools .content form ul li .select2-container .select2-selection--single {
  height: 48px;
  border: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #cdcccb;
}
@media (max-width: 479px) {
  .popup-tools .content form ul li .select2-container .select2-selection--single {
    height: 41px;
  }
}
.popup-tools .content form ul li .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 16px;
}
.popup-tools .content form ul li .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 16px;
}
@media (max-width: 479px) {
  .popup-tools .content form ul li .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
  }
}
.popup-tools .content form ul li .select2-container {
  float: right;
  width: 100% !important;
  border: 0.5px solid #cdcccb;
  border-radius: 5px;
}
@media (max-width: 479px) {
  .popup-tools .content form ul li .select2-container {
    float: initial;
    width: 100% !important;
  }
}
.popup-tools .content form ul li .select2-results__option--selectable {
  font-size: 16px;
}
@media (max-width: 479px) {
  .popup-tools .content form ul li .select2-results__option--selectable {
    font-size: 14px;
  }
}
.popup-tools .content form ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #000;
  line-height: 48px;
}
@media (max-width: 479px) {
  .popup-tools .content form ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    font-size: 14px;
    line-height: 20px;
  }
}

.popup-f-tools {
  z-index: 12345678;
  top: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}
.popup-f-tools a:hover {
  color: #fff;
}
.popup-f-tools .content {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}
.popup-f-tools .content .bold {
  margin-top: 147px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .popup-f-tools .content .bold {
    margin-top: 127px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.popup-f-tools .content .regular {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
}
@media (max-width: 479px) {
  .popup-f-tools .content .regular {
    font-size: 10px;
    line-height: 18px;
  }
}
.popup-f-tools .content .top {
  max-width: 274px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px 15px 0 0;
  background-image: url("/storage/uploads/background/popup-f.png");
}
@media (max-width: 479px) {
  .popup-f-tools .content .top {
    width: 100% !important;
    min-width: 232px;
    max-width: 234px;
    border-radius: 10px 10px 0 0;
  }
}
.popup-f-tools .content .bottom {
  padding: 16px 0;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 479px) {
  .popup-f-tools .content .bottom {
    border-radius: 0 0 10px 10px;
  }
}

.material-banner {
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/background/Banner.png");
}
.material-banner h2 {
  color: #fff;
  text-align: center;
  font-size: 52px;
  line-height: 88px;
  letter-spacing: 4.16px;
  padding-top: 259px;
  padding-bottom: 191px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .material-banner h2 {
    padding-top: 180px;
    padding-bottom: 180px;
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 3.2px;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner h2 {
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 3.2px;
    padding-top: 140px;
    padding-bottom: 90px;
  }
}
.material-banner #fillter {
  padding: 89px 0 130px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner #fillter {
    padding: 40px 0;
  }
}
@media (max-width: 479px) {
  .material-banner #fillter {
    padding: 20px 0 40px 0;
  }
}
.material-banner #fillter > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 479px) {
  .material-banner #fillter > ul {
    gap: 24px;
    flex-direction: column;
  }
}
.material-banner #fillter > ul .items {
  flex: 1;
  max-width: 299px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner #fillter > ul .items {
    margin-bottom: 20px;
  }
}
.material-banner #fillter > ul .items .hang-xe .select2-container .select2-selection--single {
  height: 48px;
  border: none;
  color: #000;
  background-color: #fff;
}
@media (max-width: 479px) {
  .material-banner #fillter > ul .items .hang-xe .select2-container .select2-selection--single {
    height: 41px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner #fillter > ul .items .hang-xe .select2-container .select2-selection--single {
    height: 41px;
  }
}
.material-banner #fillter > ul .items .hang-xe .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 16px;
}
.material-banner #fillter > ul .items .hang-xe .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 16px;
}
@media (max-width: 479px) {
  .material-banner #fillter > ul .items .hang-xe .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner #fillter > ul .items .hang-xe .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
  }
}
.material-banner #fillter > ul .items .hang-xe .select2-container {
  float: left;
  width: 100% !important;
}
@media (max-width: 479px) {
  .material-banner #fillter > ul .items .hang-xe .select2-container {
    float: initial;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner #fillter > ul .items .hang-xe .select2-container {
    float: initial;
    width: 100% !important;
  }
}
.material-banner #fillter > ul .items .hang-xe .select2-results__option--selectable {
  font-size: 16px;
}
@media (max-width: 479px) {
  .material-banner #fillter > ul .items .hang-xe .select2-results__option--selectable {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner #fillter > ul .items .hang-xe .select2-results__option--selectable {
    font-size: 14px;
  }
}
.material-banner #fillter > ul .items .hang-xe .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #000;
  font-style: italic;
  line-height: 48px;
}
@media (max-width: 479px) {
  .material-banner #fillter > ul .items .hang-xe .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 41px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner #fillter > ul .items .hang-xe .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 48px;
  }
}
.material-banner #fillter > ul .items .vi-tri .select2-container .select2-selection--multiple {
  min-height: 48px;
  display: flex;
  align-items: center;
  max-width: 299px;
  width: 100%;
  overflow: scroll;
  overflow-y: hidden;
}
.material-banner #fillter > ul .items .vi-tri .select2-container .select2-selection--multiple::-webkit-scrollbar {
  height: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner #fillter > ul .items .vi-tri .select2-container .select2-selection--multiple {
    min-height: 41px;
  }
}
@media (max-width: 479px) {
  .material-banner #fillter > ul .items .vi-tri .select2-container .select2-selection--multiple {
    min-height: 41px;
  }
}
.material-banner #fillter > ul .items .vi-tri .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
}
.material-banner #fillter > ul .items .vi-tri .select2-container .select2-search--inline .select2-search__field {
  margin-top: 9px;
  height: 25px;
  margin-left: 16px;
  font-size: 16px;
  font-family: "Regular", sans-serif;
  font-style: italic;
  color: #bdbdbc;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner #fillter > ul .items .vi-tri .select2-container .select2-search--inline .select2-search__field {
    font-size: 14px;
    margin-top: 6px;
  }
}
@media (max-width: 479px) {
  .material-banner #fillter > ul .items .vi-tri .select2-container .select2-search--inline .select2-search__field {
    font-size: 14px;
    margin-top: 6px;
  }
}
.material-banner #fillter > ul .items .vi-tri .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 5px;
  font-size: 16px;
  font-family: "Regular", sans-serif;
}
.material-banner #fillter > ul .items .vi-tri .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  color: #000;
}
.material-banner #fillter > ul .items .vi-tri .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #d2111f;
  font-size: 20px;
  height: 100%;
  color: #000;
}
.material-banner #fillter > ul .items .vi-tri .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+1) {
  background: transparent;
}
.material-banner #fillter > ul .items .vi-tri .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
}
.material-banner #fillter > ul .items .total {
  float: right;
  width: 344px;
  padding: 13px 0 13px 16px;
  border-radius: 4px;
  border: 1px solid #d2111f;
  background: #fff;
  color: #d2111f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.material-banner #fillter > ul .items .total::-moz-placeholder {
  color: #d2111f;
}
.material-banner #fillter > ul .items .total::placeholder {
  color: #d2111f;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner #fillter > ul .items .total {
    padding: 8px 0 8px 16px;
    font-size: 14px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .material-banner #fillter > ul .items .total {
    padding: 12px 0 8px 16px;
    font-size: 14px;
    width: 100%;
  }
}
.material-banner #fillter > ul p {
  float: right;
  width: 344px;
  padding: 13px 0 13px 16px;
  border-radius: 4px;
  border: 1px solid var(--Brand1, #d2111f);
  background: var(--Brand2, #fff);
  color: var(--Brand1, #d2111f);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material-banner #fillter > ul p {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .material-banner #fillter > ul p {
    width: 100%;
  }
}

.material {
  padding-bottom: 80px;
}
@media (max-width: 479px) {
  .material {
    margin-top: 40px;
    padding-bottom: 40px;
    background-color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material {
    padding-bottom: 0;
  }
}
.material .combo__items {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  .material .combo__items {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px dashed #fff;
  }
  .material .combo__items:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material .combo__items {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px dashed #fff;
  }
  .material .combo__items:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.material .combo__items--name {
  color: #fff;
  font-size: 36px;
  line-height: 53px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .material .combo__items--name {
    font-size: 32px;
    margin-bottom: 24px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material .combo__items--name {
    font-size: 32px;
    margin-bottom: 24px;
    text-align: left;
  }
}
.material .combo__items--desc {
  color: #fff;
  margin: 0 auto;
  font-size: 24px;
  max-width: 728px;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 479px) {
  .material .combo__items--desc {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material .combo__items--desc {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    max-width: 100%;
  }
}
.material .combo__items--list {
  margin-top: 58px;
}
.material .combo__items--list .name__list {
  display: flex;
  padding-bottom: 16px;
  margin-bottom: 58px;
  border-bottom: 1px solid #d2111f;
}
@media (max-width: 479px) {
  .material .combo__items--list .name__list {
    width: -moz-max-content;
    width: max-content;
    display: none;
    padding-bottom: 12px;
    margin-bottom: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material .combo__items--list .name__list {
    display: none;
  }
}
@media (max-width: 479px) {
  .material .combo__items--list .name__list li {
    flex: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material .combo__items--list .name__list li {
    flex: none;
  }
}
.material .combo__items--list .name__list li p {
  color: #fff;
  font-size: 24px;
  text-align: left;
  line-height: normal;
}
@media (max-width: 479px) {
  .material .combo__items--list .name__list li p {
    font-size: 16px;
  }
}
.material .combo__items--list .name__list li:first-child {
  margin-right: 210px;
}
@media (max-width: 479px) {
  .material .combo__items--list .name__list li:first-child {
    margin-right: 130px;
  }
}
.material .combo__items--list .name__list li:nth-child(2) {
  margin-right: 135px;
}
@media (max-width: 479px) {
  .material .combo__items--list .name__list li:nth-child(2) {
    margin-right: 115px;
  }
}
.material .combo__items--list .name__list li:nth-child(3) {
  margin-right: 78px;
}
@media (max-width: 479px) {
  .material .combo__items--list .name__list li:nth-child(3) {
    margin-right: 30px;
  }
}
.material .combo__items--list .name__list li:nth-child(4) {
  margin-right: 102px;
}
@media (max-width: 479px) {
  .material .combo__items--list .name__list li:nth-child(4) {
    margin-right: 51px;
  }
}
.material .combo__items--list .item__list {
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list {
    align-items: start;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material .combo__items--list .item__list {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .items__list {
    max-width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    padding-bottom: 24px;
    margin-bottom: 24px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .material .combo__items--list .item__list .items__list::-webkit-scrollbar {
    height: 2px;
  }
  .material .combo__items--list .item__list .items__list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  .material .combo__items--list .item__list .items__list::-webkit-scrollbar-thumb {
    background: #d2111f;
    border-radius: 10px;
  }
  .material .combo__items--list .item__list .items__list::-webkit-scrollbar-thumb:hover {
    background: #d2111f;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material .combo__items--list .item__list .items__list {
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 24px;
    margin-bottom: 24px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .material .combo__items--list .item__list .items__list::-webkit-scrollbar {
    height: 2px;
  }
  .material .combo__items--list .item__list .items__list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  .material .combo__items--list .item__list .items__list::-webkit-scrollbar-thumb {
    background: #d2111f;
    border-radius: 10px;
  }
  .material .combo__items--list .item__list .items__list::-webkit-scrollbar-thumb:hover {
    background: #d2111f;
  }
}
.material .combo__items--list .item__list .items__list .items {
  margin-bottom: 70px;
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .items__list .items {
    margin-bottom: 44px;
  }
}
.material .combo__items--list .item__list .items__list .items:last-child {
  margin-bottom: 0;
}
.material .combo__items--list .item__list .items__list .items .sub__list {
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .items__list .items .sub__list li {
    flex: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material .combo__items--list .item__list .items__list .items .sub__list li {
    flex: none;
  }
}
.material .combo__items--list .item__list .items__list .items .sub__list li:first-child {
  min-width: 231px;
  max-width: 231px;
  margin-right: 35px;
  width: 100%;
}
.material .combo__items--list .item__list .items__list .items .sub__list li:first-child .regular {
  color: #fff;
  font-size: 18px;
  line-height: normal;
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .items__list .items .sub__list li:first-child .regular {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .items__list .items .sub__list li:first-child {
    min-width: 130px;
    max-width: 130px;
    margin-right: 40px;
  }
}
.material .combo__items--list .item__list .items__list .items .sub__list li .link__product {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  text-decoration-line: underline;
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .items__list .items .sub__list li .link__product {
    font-size: 14px;
  }
}
.material .combo__items--list .item__list .items__list .items .sub__list li .link__product .detail {
  display: none;
  position: absolute;
  top: 0;
  left: 106%;
  min-width: 224px;
  transform: translate(0, -40%);
  z-index: 1;
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 133px;
  max-height: 134px;
  max-width: 224px;
}
.material .combo__items--list .item__list .items__list .items .sub__list li .link__product .detail::after {
  content: "";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  width: 10px;
  height: 20px;
  position: absolute;
  border-right: solid 10px #fff;
  border-bottom: solid 10px transparent;
  border-top: solid 10px transparent;
  left: -15px;
  top: 50px;
}
.material .combo__items--list .item__list .items__list .items .sub__list li .link__product .detail .content {
  text-transform: initial;
  color: #000;
  font-size: 12px;
  overflow: hidden;
  line-height: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.material .combo__items--list .item__list .items__list .items .sub__list li .link__product .detail .link {
  text-transform: initial;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  border-radius: 5px;
  padding: 6px 10px 10px 10px;
  text-align: center;
  background: #d2111f;
  box-shadow: 0px 1px 2px -1px rgba(17, 12, 34, 0.08);
}
@media (min-width: 800px) {
  .material .combo__items--list .item__list .items__list .items .sub__list li .link__product:hover .detail {
    display: block;
  }
  .material .combo__items--list .item__list .items__list .items .sub__list li .link__product:hover .name-product {
    color: #d2111f !important;
  }
  .material .combo__items--list .item__list .items__list .items .sub__list li .link__product:hover {
    text-decoration-color: #d2111f !important;
  }
}
.material .combo__items--list .item__list .items__list .items .sub__list li:nth-child(2) {
  width: 100%;
  max-width: 200px;
  min-width: 200px;
  margin-right: 60px;
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .items__list .items .sub__list li:nth-child(2) {
    max-width: 155px;
    min-width: 155px;
    margin-right: 40px;
  }
}
.material .combo__items--list .item__list .items__list .items .sub__list li:nth-child(3) {
  margin-right: 110px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://supercar.com.vn/storage/uploads/background/bg-number.png);
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .items__list .items .sub__list li:nth-child(3) {
    margin-right: 40px;
  }
}
.material .combo__items--list .item__list .items__list .items .sub__list li:nth-child(3) p {
  color: #000;
  font-size: 20px;
  line-height: normal;
  padding: 9px 0;
  max-width: 76px;
  min-width: 76px;
  text-align: center;
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .items__list .items .sub__list li:nth-child(3) p {
    padding: 8px 0;
    max-width: 62px;
    min-width: 62px;
    font-size: 15px;
  }
}
.material .combo__items--list .item__list .items__list .items .sub__list li:last-child {
  margin-right: 90px;
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .items__list .items .sub__list li:last-child {
    margin-right: 45px;
  }
}
.material .combo__items--list .item__list .items__list .items .sub__list li:last-child p {
  color: #fff;
  font-size: 24px;
  line-height: normal;
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .items__list .items .sub__list li:last-child p {
    font-size: 20px;
  }
}
.material .combo__items--list .item__list .items__list .items .sub__list li.other > div {
  margin-bottom: 48px;
}
.material .combo__items--list .item__list .items__list .items .sub__list li.other > div:last-child {
  margin-bottom: 0;
}
.material .combo__items--list .item__list .items__list .items .sub__list li.other > p {
  margin-bottom: 42px;
}
.material .combo__items--list .item__list .items__list .items .sub__list li.other > p:last-child {
  margin-bottom: 0;
}
.material .combo__items--list .item__list .package__price .title {
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
.material .combo__items--list .item__list .package__price > div {
  min-width: 281px;
  border-radius: 8px;
  padding: 16px 20px;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  border-image-source: linear-gradient(to left, rgba(255, 0, 0, 0.5), rgba(155, 0, 0, 0.13), rgba(0, 0, 0, 0.25));
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
  background: linear-gradient(110deg, rgba(255, 0, 0, 0.5) -2.5%, rgba(155, 0, 0, 0.13) 48.45%, rgba(0, 0, 0, 0.25) 104.55%);
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .package__price > div {
    padding: 24px;
    min-width: 342px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .material .combo__items--list .item__list .package__price > div {
    width: 100%;
    min-width: auto;
  }
}
.material .combo__items--list .item__list .package__price > div .cost {
  color: #bdbdbc;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 8px;
  text-decoration-line: line-through;
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .package__price > div .cost {
    text-align: center;
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.material .combo__items--list .item__list .package__price > div .discount {
  color: #fff;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .package__price > div .discount {
    font-size: 32px;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .package__price > div a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.material .combo__items--list .item__list .package__price > div a p {
  color: #fff;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  padding: 12px 24px;
  border-radius: 5px;
  background: linear-gradient(110deg, #f00 -2.5%, #000 115.02%);
}
@media (max-width: 479px) {
  .material .combo__items--list .item__list .package__price > div a p {
    font-size: 14px;
    padding: 11px 20px;
    background: linear-gradient(110deg, #f00 -2.5%, #000 115.02%);
  }
}

.select2-results__options[aria-multiselectable=true] {
  background-color: #fff;
}
.select2-results__options[aria-multiselectable=true]::-webkit-scrollbar {
  width: 5px;
}
.select2-results__options[aria-multiselectable=true]::-webkit-scrollbar-thumb {
  background: #f6d4d4;
  border-radius: 10px;
}
.select2-results__options[aria-multiselectable=true] li {
  padding: 8px 16px;
  position: relative;
  color: #000;
  font-size: 16px;
  font-family: "Regular", sans-serif;
}

.select2-results__options[aria-multiselectable=true] li:before {
  position: absolute;
  right: 16px;
  opacity: 0.6;
  top: 6px;
  font-family: "FontAwesome";
  content: "\f0c8";
}

.select2-container--default .select2-results > .select2-results__options {
  background-color: #fff;
}

.select2-results__options[aria-multiselectable=true] li[aria-selected=true]:before {
  content: "\f14a";
  color: #d2111f;
}

.select2-results__option--selectable {
  color: #000;
  font-size: 16px;
  font-family: "Regular", sans-serif;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-dropdown,
.select2-container--default .select2-selection--multiple {
  background: #fff;
}

.select2-container--default .select2-results__option--highlighted {
  background: #fff !important;
  color: #000 !important;
}
.select2-container--default .select2-results__option--highlighted:hover::before {
  color: initial;
}

.select2-results__options [aria-multiselectable=true] .select2-results__option--selected::before {
  content: "\f14a" !important;
  color: #d2111f !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-dropdown,
.select2-container--default .select2-selection--multiple {
  border-color: transparent !important;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 9999999;
}

.gross-product-banner {
  position: relative;
}
.gross-product-banner .image {
  height: 100vh;
}
@media (max-width: 479px) {
  .gross-product-banner .image {
    margin-top: 60px;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product-banner .image {
    margin-top: 60px;
    height: 100%;
  }
}
.gross-product-banner .image img {
  height: 100%;
}
.gross-product-banner::after {
  bottom: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 267px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .gross-product-banner::after {
    height: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product-banner::after {
    height: 56px;
  }
}

.gross-product .col-12 .click_show_filter {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.gross-product .col-12 .click_show_filter p {
  font-size: 14px;
  padding-right: 8px;
  color: #fff;
}
.gross-product .col-12 .click_show_filter .icon {
  width: 24px;
}
.gross-product .col-xl-3 {
  padding-right: 20px;
}
@media (max-width: 479px) {
  .gross-product .col-xl-3 {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .col-xl-3 {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .gross-product .col-xl-3 .close_filter {
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    height: 100vh;
    z-index: 1234567;
    display: none;
  }
}
@media (max-width: 479px) {
  .gross-product .col-xl-3 form {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    padding-left: 23px;
    padding-top: 40px;
    padding-right: 25px;
    z-index: 1234567;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/storage/uploads/background/bg_menu_mb.png");
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.4s ease;
    color: #000;
  }
}
.gross-product .col-xl-3 form .filter-refresh {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .gross-product .col-xl-3 form .filter-refresh {
    margin-bottom: 30px;
  }
}
.gross-product .col-xl-3 form .filter-refresh p {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 479px) {
  .gross-product .col-xl-3 form .filter-refresh p {
    color: #000;
  }
}
.gross-product .col-xl-3 form .filter-refresh > div {
  display: flex;
  align-items: center;
}
.gross-product .col-xl-3 form .filter-refresh > div p {
  margin-right: 8px;
}
@media (max-width: 479px) {
  .gross-product .col-xl-3 form .filter-refresh > div {
    display: none;
  }
}
.gross-product .col-xl-3 form .filter-refresh > div .icon {
  width: 16px;
  cursor: pointer;
  transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
}
.gross-product .col-xl-3 form > p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .gross-product .col-xl-3 form > p {
    color: #000;
  }
}
.gross-product .col-xl-3 form ul li {
  margin-bottom: 16px;
}
.gross-product .col-xl-3 form ul li:last-child {
  margin-top: 40px;
  margin-bottom: 0;
}
.gross-product .col-xl-3 form ul li:last-child .icon {
  width: 41.19px;
  height: 41.19px;
  margin-right: 24px;
  border-radius: 5px;
}
.gross-product .col-xl-3 form ul li p {
  font-size: 16px;
  color: #fff;
  max-width: 82%;
}
@media (max-width: 479px) {
  .gross-product .col-xl-3 form ul li p {
    color: #000;
  }
}
.gross-product .col-xl-3 form ul li input {
  cursor: pointer;
  accent-color: #d2111f;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .col-xl-9 {
    padding-left: 20px;
  }
}
.gross-product .col-xl-9 > div {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  .gross-product .col-xl-9 > div {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .col-xl-9 > div {
    margin-bottom: 40px;
  }
}
.gross-product .col-xl-9 > div h2 {
  text-transform: uppercase;
  font-size: 32px;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: 2.56px;
}
@media (max-width: 479px) {
  .gross-product .col-xl-9 > div h2 {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .col-xl-9 > div h2 {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
.gross-product .col-xl-9 > div > p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: justify;
  font-style: italic;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .gross-product .col-xl-9 > div > p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .col-xl-9 > div > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.gross-product .col-xl-9 > div > .row {
  grid-gap: 22px;
}
@media (max-width: 479px) {
  .gross-product .col-xl-9 > div > .row {
    grid-gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .col-xl-9 > div > .row {
    grid-gap: 15px;
  }
}
.gross-product .col-xl-9 > div > .row .col-xl-4 {
  flex: 0 0 31.63333%;
  max-width: 31.63333%;
  -ms-flex: 0 0 31.63333%;
}
@media (max-width: 479px) {
  .gross-product .col-xl-9 > div > .row .col-xl-4 {
    flex: 0 0 47%;
    max-width: 47%;
    -ms-flex: 0 0 47%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .col-xl-9 > div > .row .col-xl-4 {
    flex: 0 0 47%;
    max-width: 47%;
    -ms-flex: 0 0 47%;
  }
}
.gross-product .banner-gross-product {
  height: 100%;
  margin-bottom: 104px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/background/404%20PAGE.png");
}
@media (max-width: 479px) {
  .gross-product .banner-gross-product {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .banner-gross-product {
    margin-bottom: 40px;
  }
}
.gross-product .banner-gross-product p {
  width: 100%;
  max-width: 742px;
  font-size: 36px;
  line-height: 68px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  letter-spacing: 0.72px;
  padding: 183px 0 320px 0;
}
@media (max-width: 479px) {
  .gross-product .banner-gross-product p {
    font-size: 16px;
    max-width: 296px;
    line-height: 28px;
    letter-spacing: 0.32px;
    padding: 89px 0 116px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .banner-gross-product p {
    font-size: 32px;
    max-width: 638px;
    letter-spacing: 0.32px;
    padding: 100px 0 200px 0;
  }
}

section.product {
  margin: 104px 0;
}
@media (max-width: 479px) {
  section.product {
    margin: 60px 0 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product {
    margin: 60px 0 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail {
    align-items: center;
  }
}
section.product .product-detail .slide-layer .swiper-container {
  float: left;
  margin-left: auto;
  margin-right: auto;
}
section.product .product-detail .slide-layer .swiper-slide {
  background-size: cover;
  background-position: center;
}
section.product .product-detail .slide-layer .gallery-top {
  width: 488px;
  height: 488px;
  overflow: hidden;
}
@media (max-width: 479px) {
  section.product .product-detail .slide-layer .gallery-top {
    width: 100%;
    height: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .slide-layer .gallery-top {
    width: 290px;
    height: 290px;
  }
}
section.product .product-detail .slide-layer .gallery-top .swiper-slide {
  border-radius: 8px;
  border: 1px solid #fff;
}
section.product .product-detail .slide-layer .gallery-thumbs {
  height: 116px;
  width: 488px;
  overflow: hidden;
  padding-top: 16px;
  box-sizing: border-box;
}
@media (max-width: 479px) {
  section.product .product-detail .slide-layer .gallery-thumbs {
    width: 100%;
    height: 92px;
    padding-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .slide-layer .gallery-thumbs {
    width: 290px;
    padding-top: 12px;
  }
}
section.product .product-detail .slide-layer .gallery-thumbs .swiper-slide {
  margin-right: 16px !important;
  border-radius: 4px;
  width: 100px !important;
  border: 1px solid #fff;
}
@media (max-width: 479px) {
  section.product .product-detail .slide-layer .gallery-thumbs .swiper-slide {
    width: 80px !important;
    margin-right: 13px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .slide-layer .gallery-thumbs .swiper-slide {
    width: 80px !important;
    margin-right: 13px !important;
  }
}
section.product .product-detail .slide-layer .gallery-thumbs .swiper-slide {
  height: 100px !important;
}
@media (max-width: 479px) {
  section.product .product-detail .slide-layer .gallery-thumbs .swiper-slide {
    height: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .slide-layer .gallery-thumbs .swiper-slide {
    height: 80px !important;
  }
}
section.product .product-detail .slide-layer .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #d2111f;
}
section.product .product-detail .col-xl-7 {
  padding-left: 20px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 {
    padding-left: 0;
    margin-top: 40px;
  }
}
section.product .product-detail .col-xl-7 .content h2 {
  font-size: 36px;
  color: #d2111f;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
section.product .product-detail .col-xl-7 .content .price {
  font-size: 32px;
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content .price {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content .price {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
section.product .product-detail .col-xl-7 .content > .bold {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content > .bold {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content > .bold {
    font-size: 16px;
  }
}
section.product .product-detail .col-xl-7 .content .product-desc-content {
  font-size: 16px;
  margin-top: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content .product-desc-content {
    font-size: 14px;
    margin-top: 12px;
    line-height: 23px;
    margin-bottom: 24px;
    text-align: justify;
    letter-spacing: -0.14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content .product-desc-content {
    font-size: 14px;
    margin-top: 12px;
    line-height: 23px;
    margin-bottom: 24px;
    text-align: justify;
    letter-spacing: -0.14px;
  }
}
section.product .product-detail .col-xl-7 .content > .d-flex {
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content > .d-flex {
    margin-bottom: 24px;
  }
  section.product .product-detail .col-xl-7 .content > .d-flex button {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content > .d-flex {
    margin-bottom: 24px;
  }
}
section.product .product-detail .col-xl-7 .content > .d-flex a {
  margin-right: 24px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content > .d-flex a {
    margin-right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content > .d-flex a {
    margin-right: 12px;
  }
}
section.product .product-detail .col-xl-7 .content > .d-flex a:last-child {
  color: #000 !important;
  background-color: #fff !important;
}
section.product .product-detail .col-xl-7 .content table.blueTable {
  width: 100%;
  text-align: left;
  color: #fff;
}
section.product .product-detail .col-xl-7 .content table.blueTable tr td:first-child {
  padding-left: 0 !important;
}
section.product .product-detail .col-xl-7 .content table.blueTable tr:first-child td:first-child {
  border-top: none;
  border-bottom: none;
  border-right: 0.5px solid #cdcccb;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content table.blueTable tr:first-child td:first-child {
    border-right: none;
    border-bottom: 0.5px solid #cdcccb;
  }
}
section.product .product-detail .col-xl-7 .content table.blueTable tr:first-child td:last-child {
  border-top: none;
  border-bottom: none;
  border-left: 0.5px solid #cdcccb;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content table.blueTable tr:first-child td:last-child {
    border-left: none;
    border-bottom: 0.5px solid #cdcccb;
  }
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content table.blueTable tr:nth-child(2) td {
    border-bottom: 0.5px solid #cdcccb;
  }
}
section.product .product-detail .col-xl-7 .content table.blueTable tr:last-child td:first-child {
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-right: 0.5px solid #cdcccb;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content table.blueTable tr:last-child td:first-child {
    border-right: none;
  }
}
section.product .product-detail .col-xl-7 .content table.blueTable td,
section.product .product-detail .col-xl-7 .content table.blueTable th {
  padding-top: 16px;
  padding-left: 29px;
  padding-bottom: 16px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content table.blueTable td,
  section.product .product-detail .col-xl-7 .content table.blueTable th {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content table.blueTable td,
  section.product .product-detail .col-xl-7 .content table.blueTable th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }
}
section.product .product-detail .col-xl-7 .content table.blueTable td > div {
  display: flex;
  align-items: center;
}
section.product .product-detail .col-xl-7 .content table.blueTable td > div .regular {
  min-width: 158px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content table.blueTable td > div .regular {
    min-width: 164px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content table.blueTable td > div .regular {
    min-width: 90px;
  }
}
section.product .product-detail .col-xl-7 .content table.blueTable td:first-child {
  border-top: 1px solid #cdcccb;
  border-bottom: 1px solid #cdcccb;
  border-right: 0.5px solid #cdcccb;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content table.blueTable td:first-child {
    border-right: none;
    border-top: none;
    border-bottom: none;
  }
}
section.product .product-detail .col-xl-7 .content table.blueTable td:last-child {
  border-top: 1px solid #cdcccb;
  border-bottom: 1px solid #cdcccb;
  border-left: 0.5px solid #cdcccb;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content table.blueTable td:last-child {
    border-left: none;
    border-top: none;
    border-bottom: none;
  }
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content table.blueTable tbody {
    display: flex;
    flex-direction: column;
  }
  section.product .product-detail .col-xl-7 .content table.blueTable tbody tr {
    display: flex;
    flex-direction: column;
  }
}
section.product .product-detail .col-xl-7 .content table.blueTable tbody td {
  font-size: 16px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content table.blueTable tbody td {
    font-size: 14px;
  }
}
section.product .product-detail .col-xl-7 .content table.blueTable tfoot td {
  font-size: 16px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content table.blueTable tfoot td {
    font-size: 14px;
  }
}
section.product .installation-location {
  margin: 104px 0;
}
@media (max-width: 479px) {
  section.product .installation-location {
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location {
    margin: 40px 0;
  }
}
section.product .installation-location .main {
  position: relative;
  /* The image used */
  background-image: url("/storage/uploads/products/background.png");
  /* Full height */
  height: 708px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main {
    height: 500px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main {
    height: 420px;
  }
}
section.product .installation-location .main .title {
  position: absolute;
  z-index: 1;
  top: 0;
  margin-top: 48px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 479px) {
  section.product .installation-location .main .title {
    font-size: 24px;
    margin-top: 24px;
  }
}
section.product .installation-location .main .slide-layer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section.product .installation-location .main .slide-vi-tri {
  height: 100%;
}
section.product .installation-location .main .slide-vi-tri .items {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .items {
    margin-left: auto;
    margin-right: auto;
  }
}
section.product .installation-location .main .slide-vi-tri .items .image {
  margin-top: 200px;
  width: 365px;
  height: 156px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .items .image {
    margin-top: 136px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .items .image {
    margin-top: 115px;
    width: 221px;
    height: 94px;
  }
}
section.product .installation-location .main .slide-vi-tri .items .image img {
  height: 100%;
}
section.product .installation-location .main .slide-vi-tri .items .name {
  margin-top: 132px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .items .name {
    margin-top: 104px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .items .name {
    margin-top: 68px;
  }
}
section.product .installation-location .main .slide-vi-tri .items .name p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .items .name p {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .items .name p {
    width: 118px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: normal;
  }
}
section.product .installation-location .main .slide-vi-tri .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 35%;
  background: transparent;
  cursor: pointer;
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .slick-arrow {
    top: 39%;
    opacity: 1;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .slick-arrow {
    opacity: 1;
  }
}
section.product .installation-location .main .slide-vi-tri .slick-arrow:hover {
  opacity: 1;
}
section.product .installation-location .main .slide-vi-tri .slick-arrow:focus {
  outline: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .slick-arrow img {
    width: 40px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .slick-arrow img {
    width: 24px;
  }
}
section.product .installation-location .main .slide-vi-tri .slick-prev {
  left: 0;
  margin-left: 110px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .slick-prev {
    margin-left: 50px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .slick-prev {
    margin-left: 16px;
  }
}
section.product .installation-location .main .slide-vi-tri .slick-next {
  right: 0;
  margin-right: 110px;
  transform: rotate(180deg);
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .slick-next {
    margin-right: 50px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .slick-next {
    margin-right: 16px;
  }
}
section.product .installation-location .main .circle {
  height: 275px;
  overflow: hidden;
  margin-top: 430px;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .circle {
    margin-top: 360px;
    height: 136px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .circle {
    height: 158px;
    margin-top: 260px;
  }
}
section.product .installation-location .main .circle .image {
  width: 714px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .circle .image {
    width: 445px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .circle .image {
    width: 348px;
  }
}
section.product .installation-location .main .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 106px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .bg {
    height: 80px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .bg {
    height: 66px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 48.44%);
  }
}
section.product .ingredient {
  position: relative;
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  section.product .ingredient {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient {
    margin-bottom: 40px;
  }
}
section.product .ingredient .image {
  position: relative;
  height: 100vh;
}
section.product .ingredient .image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 479px) {
  section.product .ingredient .image {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .image {
    height: auto;
  }
}
section.product .ingredient .image::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 66px;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
section.product .ingredient .image::before {
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 66px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  section.product .ingredient .image {
    height: 476px;
  }
  section.product .ingredient .image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
section.product .ingredient .row {
  margin-top: 104px;
  align-items: center;
}
@media (max-width: 479px) {
  section.product .ingredient .row {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row {
    margin-top: 40px;
  }
}
section.product .ingredient .row .col-7 .nav {
  width: 100%;
  float: left;
  height: 100%;
  border: none;
  max-width: 687px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 0 58px 0;
  background-size: 571px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/products/ingredient_bg.png");
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row .col-7 .nav {
    padding: 20px 0;
    background-size: 470px auto;
  }
}
section.product .ingredient .row .col-7 .nav .active {
  border: 1px solid #d2111f !important;
  background-color: transparent;
}
section.product .ingredient .row .col-7 .nav .active h4 {
  color: #fff !important;
  -webkit-text-stroke: initial !important;
}
section.product .ingredient .row .col-7 .nav .nav-link {
  border: none;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row .col-7 .nav .nav-link {
    margin-bottom: 24px;
    padding: 10px;
  }
}
section.product .ingredient .row .col-7 .nav .nav-link:last-child {
  margin-bottom: 0;
}
section.product .ingredient .row .col-7 .nav .nav-link h4 {
  font-size: 38px;
  margin-bottom: 8px;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row .col-7 .nav .nav-link h4 {
    font-size: 16px;
  }
}
section.product .ingredient .row .col-7 .nav .nav-link p {
  font-size: 20px;
  letter-spacing: 4px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row .col-7 .nav .nav-link p {
    font-size: 14px;
  }
}
section.product .ingredient .row .col-5 .tab-content {
  width: 100%;
  color: #fff;
  float: right;
  border: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row .col-5 .tab-content {
    padding: 0 0 0 20px;
  }
}
section.product .ingredient ul.accordion-list {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
  list-style: none;
  position: relative;
  background-size: 375px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/products/ingredient_bg.png");
}
section.product .ingredient ul.accordion-list li {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto 32px auto;
  background-color: transparent;
}
section.product .ingredient ul.accordion-list li.active .name {
  border: 1px solid #d2111f;
}
section.product .ingredient ul.accordion-list li.active .name:after {
  transform: rotate(450deg);
}
section.product .ingredient ul.accordion-list li.active .name h4 {
  color: #fff !important;
  -webkit-text-stroke: initial !important;
}
section.product .ingredient ul.accordion-list li .name {
  padding: 8px;
}
section.product .ingredient ul.accordion-list li .name h4 {
  font-size: 16px;
  line-height: 20px;
  color: transparent;
  letter-spacing: 3.52px;
  -webkit-text-stroke: 1px #fff;
}
section.product .ingredient ul.accordion-list li .name p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2.52px;
}
section.product .ingredient ul.accordion-list li .name:after {
  top: 22px;
  width: 20px;
  height: 21px;
  content: "";
  right: 20px;
  color: #fff;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  transform: rotate(270deg);
  background-repeat: no-repeat;
  background-image: url(/storage/uploads/products/arrow.svg);
}
section.product .ingredient ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
section.product .ingredient ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  margin: 24px 0 15px 0;
  color: #fff;
  text-align: justify;
  font-size: 14px;
  line-height: 26px;
}
section.product .related-products {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  section.product .related-products {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .related-products {
    margin-bottom: 40px;
  }
}
section.product .related-products > h3 {
  font-size: 36px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 2.88px;
}
@media (max-width: 479px) {
  section.product .related-products > h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    letter-spacing: 1.92px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .related-products > h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    letter-spacing: 1.92px;
  }
}
section.product .related-products .related-products-slider .items {
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .related-products .related-products-slider .items {
    padding: 0 5px;
  }
  section.product .related-products .related-products-slider .items .price {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  section.product .related-products .related-products-slider .items {
    padding: 0 7px;
  }
}
section.product .related-products .related-products-slider button.slick-arrow {
  top: 44%;
  z-index: 1;
  width: 40px;
  cursor: pointer;
  position: absolute;
  color: transparent;
  background: transparent;
  transform: translate(-50%);
}
section.product .related-products .related-products-slider .slick-prev {
  left: 0;
  margin-left: -10px;
}
section.product .related-products .related-products-slider .slick-next {
  right: 0;
  margin-right: -49px;
}
section.product .related-products .related-products-slider .slick-next img {
  transform: rotate(180deg);
}
section.product .related-products .related-products-slider .slick-dots {
  margin-top: 24px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex !important;
}
section.product .related-products .related-products-slider .slick-dots li {
  margin: 0 8px;
  line-height: none;
}
section.product .related-products .related-products-slider .slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  color: transparent;
  background-color: #fff;
}
section.product .related-products .related-products-slider .slick-dots .slick-active button {
  background-color: #d2111f;
}

.zoom {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: relative;
}
.zoom img {
  height: 100%;
}

.imgZoom {
  position: absolute;
  left: 0;
  top: 0;
  --zoom-x: 50%;
  --zoom-y: 50%;
  transform: scale(1.5);
  pointer-events: none;
  -webkit-clip-path: circle(100px at var(--zoom-x) var(--zoom-y));
          clip-path: circle(100px at var(--zoom-x) var(--zoom-y));
  opacity: 0;
}

.agencies-banner {
  position: relative;
}
.agencies-banner .image {
  height: 100vh;
}
@media (max-width: 479px) {
  .agencies-banner .image {
    position: relative;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies-banner .image {
    position: relative;
    height: auto;
  }
}
.agencies-banner .image img {
  height: 100%;
}
@media (max-width: 479px) {
  .agencies-banner .image::before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies-banner .image::before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
  }
}
.agencies-banner .content {
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  padding: 40px 0 0 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .agencies-banner .content {
    position: initial;
    padding: 40px 0 0 0;
    background: transparent;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies-banner .content {
    position: initial;
    padding: 40px 0 0 0;
    background: transparent;
  }
}
.agencies-banner .content h2 {
  width: 100%;
  font-size: 36px;
  max-width: 730px;
  margin-left: auto;
  line-height: 62px;
  color: #fff;
  text-align: center;
  margin-right: auto;
  letter-spacing: 2.88px;
}
@media (max-width: 479px) {
  .agencies-banner .content h2 {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 1.92px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies-banner .content h2 {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 1.92px;
  }
}

@media (max-width: 479px) {
  .agencies {
    padding: 0 16px;
  }
  .agencies .select2-container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies {
    padding: 0 32px;
  }
}
.agencies .main .row .col-12 ul#pills-tab {
  margin-bottom: 0;
  padding-bottom: 60px;
  border-bottom: none;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 ul#pills-tab {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 ul#pills-tab {
    padding-bottom: 30px;
  }
}
.agencies .main .row .col-12 ul#pills-tab li {
  margin-right: 0;
}
.agencies .main .row .col-12 ul#pills-tab li a.active {
  color: #d2111f !important;
  border-bottom: 2px solid #d2111f !important;
}
.agencies .main .row .col-12 ul#pills-tab li a {
  font-size: 32px;
  line-height: 48px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 12px 30px;
  color: #fff;
  background: transparent !important;
  border-bottom: 2px solid #fff;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 ul#pills-tab li a {
    font-size: 16px;
    line-height: 24px;
    padding: 11px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 ul#pills-tab li a {
    font-size: 20px;
    line-height: 24px;
    padding: 11px 24px;
  }
}
.agencies .main .row .col-12 .tab-content {
  border: none;
  padding: 0;
}
.agencies .main .row .col-12 .tab-content .form-search {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .form-search {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .form-search {
    margin-bottom: 18px;
  }
}
.agencies .main .row .col-12 .tab-content .form-search .select-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .form-search .select-group {
    display: block;
  }
}
.agencies .main .row .col-12 .tab-content .form-search .select-group .select-items {
  margin: 0 20px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .form-search .select-group .select-items {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .form-search .select-group .select-items {
    width: 28%;
  }
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .form-search .select-group .select-items:first-child {
    padding-bottom: 24px;
  }
}
.agencies .main .row .col-12 .tab-content .form-search .select-group .select-items select {
  width: 344px;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .form-search .select-group .select-items select {
    width: 200px;
  }
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .form-search .select-group .select-items select {
    width: 100%;
    font-size: 14px;
  }
}
.agencies .main .row .col-12 .tab-content .form-search .select-group .select-items .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-family: "Regular", sans-serif;
}
.agencies .main .row .col-12 .tab-content .form-search .select-group .select-items .select2-container .select2-selection--single {
  height: 48px;
  padding: 11px 16px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .form-search .select-group .select-items .select2-container .select2-selection--single {
    height: 41px;
    padding: 5px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .form-search .select-group .select-items .select2-container .select2-selection--single {
    height: 41px;
    padding: 8px 16px;
  }
}
.agencies .main .row .col-12 .tab-content .form-search .select-group .select-items .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 16px;
  height: 48px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .form-search .select-group .select-items .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .form-search .select-group .select-items .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
  }
}
.agencies .main .row .col-12 .tab-content .form-search .select-group .select-items .select2-container--default .select2-selection--single:focus {
  border: none;
  background-color: #fff;
  color: #000;
}
.agencies .main .row .col-12 .tab-content .form-search > p {
  margin-top: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .form-search > p {
    font-size: 14px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .form-search > p {
    font-size: 14px;
    margin-top: 40px;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies {
  margin: 104px 0;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .list-agencies {
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .list-agencies {
    margin: 40px 0;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row {
  grid-gap: 20px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row {
    grid-gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row {
    grid-gap: 10px;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 {
  max-width: 49%;
  flex: 0 0 49%;
  -ms-flex: 0 0 49%;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12:nth-child(odd) .items {
  justify-content: end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12:nth-child(odd) .items {
    justify-content: center;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items {
  display: flex;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items {
    border-radius: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items {
    justify-content: center;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .image img {
  width: 285px;
  height: 210px;
  border-radius: 20px 0px 0px 20px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .image img {
    width: 242px;
    border-radius: 10px 0px 0px 10px;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content {
  background-color: #fff;
  padding: 16px 20px;
  border-radius: 0px 20px 20px 0px;
  max-width: 305px;
  height: 210px;
  overflow-y: scroll;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content {
    max-width: 213px;
    height: 210px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content {
    max-width: 380px;
    height: 210px;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content::-webkit-scrollbar {
  width: 4px;
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content {
    padding: 12px;
    border-radius: 0px 10px 10px 0px;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content > a {
  color: #4f829e;
  font-size: 14px;
  letter-spacing: 1.4px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content > a {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content > a h3 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  letter-spacing: 0;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content > a h3 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content > a p {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  letter-spacing: 0;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content > a p {
    font-size: 12px;
    margin-bottom: 8px;
    letter-spacing: 1.2px;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content > div {
  margin-top: 20px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content > div {
    margin-top: 8px;
  }
}
.agencies .main .row .col-12 .tab-content .list-agencies > .row .col-12 .items .content > div a .icons {
  width: 24px;
}
.agencies .main .row .col-12 .tab-content .business-opportunities {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .business-opportunities {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .business-opportunities {
    margin-bottom: 40px;
  }
}
.agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .image {
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .image {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .image {
    padding-right: 0;
  }
}
.agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content {
  padding-left: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content {
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content {
    margin-top: 24px;
    padding-left: 0;
  }
}
.agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content h3 {
  color: #d2111f;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 2.56px;
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1.92px;
    margin-bottom: 8px;
  }
}
.agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content > p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content > p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 16px;
  }
}
.agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content ul li {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content ul li {
    margin-bottom: 15px;
  }
}
.agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content ul li:last-child {
  margin-bottom: 0;
}
.agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content ul li .icons {
  width: 32px;
  margin-right: 12px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content ul li .icons {
    width: 24px;
    margin-right: 16px;
  }
}
.agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content ul li p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .business-opportunities .col-12 .content ul li p {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.56px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent {
    margin-bottom: 40px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent h3 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 2.56px;
  color: #d2111f;
  margin-bottom: 48px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .owl-item {
  padding: 0 10px;
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .images {
  width: 100%;
  height: 438px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .images {
    height: 355px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .images {
    height: 245px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .images img {
  height: 100%;
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .images img {
    border-radius: 10px;
  }
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .images img {
    border-radius: 10px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .content {
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 220px;
  position: absolute;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .content {
    border-radius: 0px 0px 10px 10px;
    height: 90px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .content p {
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.96px;
  padding: 116px 20px 20px 20px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .content p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.56px;
    padding: 30px 35px 8px 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .content p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.56px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .owl-nav .owl-prev {
  position: absolute;
  top: 41%;
  left: -40px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .owl-nav .owl-prev {
    left: -30px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .owl-nav .owl-prev .nav-btn {
  width: 40px;
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .owl-nav .owl-next {
  position: absolute;
  top: 41%;
  z-index: 1;
  right: -27px;
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .owl-nav .owl-next .nav-btn {
  width: 40px;
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider .owl-nav .owl-next .nav-btn img {
  transform: rotate(180deg);
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide {
  padding: 0 66px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide {
    padding: 0;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name .images {
  margin-right: 38px;
  position: relative;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name .images {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name .images .image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name .images .image img {
    width: 62px;
    height: 62px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name .images .icons {
  width: 36px;
  right: -35px;
  top: 30%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, 0);
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name .images .icons {
    width: 28px;
    top: auto;
    right: 0;
    bottom: 0;
    transform: initial;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name .name .bold {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name .name .bold {
    text-align: center;
    margin-bottom: 8px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name .name .regular {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .images-name .name .regular {
    text-align: center;
    font-size: 12px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .comment {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .post-slide .comment {
    font-size: 16px;
    line-height: 28px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .owl-dots {
    margin-top: 24px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .owl-dots .owl-dot.active {
  background: #d2111f;
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .owl-dots .owl-dot {
  margin: 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent #news-slider-02 .owl-dots .owl-dot {
    margin: 0 6px;
    width: 6px;
    height: 6px;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent ul.row {
  margin-left: -10px;
  margin-right: -10px;
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent ul.row .col-6 {
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent form .col-xl-4 {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent form .col-xl-4 {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent form .col-xl-4 > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent form .col-12:last-child {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent form .col-12:last-child {
    margin-top: 0;
    width: 100%;
  }
  .agencies .main .row .col-12 .tab-content .accompany-with-agent form .col-12:last-child .button-animation {
    width: 100%;
  }
  .agencies .main .row .col-12 .tab-content .accompany-with-agent form .col-12:last-child button {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent form .col-12:last-child {
    margin-top: 0;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent form input {
  max-width: 344px;
  width: 100%;
  color: #000 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 9.6px 0 9.61px 16px;
  background-color: #fff !important;
  font-family: "Regular", sans-serif;
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent form input {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    padding: 10px 0 10px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent form input {
    padding: 10px 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent form input::-webkit-input-placeholder {
  color: #bdbdbc;
  font-style: italic;
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent form input::-moz-input-placeholder {
  color: #bdbdbc;
  font-style: italic;
}
.agencies .main .row .col-12 .tab-content .accompany-with-agent form label {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #d2111f;
  margin-left: 15px;
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent form button {
    margin-top: 0;
    padding: 10px 114px;
  }
}
@media (max-width: 479px) {
  .agencies .main .row .col-12 .tab-content .accompany-with-agent form button {
    margin-top: 0;
    width: 100%;
  }
}

.gallery {
  margin: 104px 0;
}
@media (max-width: 479px) {
  .gallery {
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery {
    margin: 40px 0;
  }
}
.gallery h2 {
  font-size: 36px;
  line-height: 89px;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 2.88px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery h2 {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 1.68px;
    line-height: normal;
  }
}
@media (max-width: 479px) {
  .gallery h2 {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 1.68px;
    line-height: normal;
  }
}
.gallery .search {
  display: flex;
  justify-content: center;
  margin-bottom: 68px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery .search {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .gallery .search {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .gallery .search form {
    width: 100%;
  }
}
.gallery .search select {
  width: 344px;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery .search select {
    width: 200px;
  }
}
@media (max-width: 479px) {
  .gallery .search select {
    width: 100%;
    font-size: 14px;
  }
}
.gallery .search .select2-container .select2-selection--single {
  height: 48px;
  border: none;
  color: #000;
  background-color: #fff;
}
@media (max-width: 479px) {
  .gallery .search .select2-container .select2-selection--single {
    height: 41px;
  }
}
.gallery .search .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 16px;
}
.gallery .search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 16px;
}
@media (max-width: 479px) {
  .gallery .search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
  }
}
.gallery .search .select2-container {
  float: right;
  width: 344px !important;
}
@media (max-width: 479px) {
  .gallery .search .select2-container {
    float: initial;
    width: 100% !important;
  }
}
.gallery .search .select2-results__option--selectable {
  font-size: 16px;
}
@media (max-width: 479px) {
  .gallery .search .select2-results__option--selectable {
    font-size: 14px;
  }
}
.gallery .search .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #000;
  line-height: 48px;
}
@media (max-width: 479px) {
  .gallery .search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    font-size: 14px;
    line-height: 20px;
  }
}
.gallery #result_gallery {
  margin-bottom: 32px;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 479px) {
  .gallery #result_gallery {
    margin-bottom: 40px;
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery #result_gallery {
    margin-bottom: 40px;
    gap: 16px;
  }
}
.gallery #result_gallery .col {
  margin-top: 0;
}
.gallery #result_gallery .col a img {
  border-radius: 10px;
  border: 1px solid #fff;
}
.gallery .row-cols-lg-3 > * {
  width: 31.9%;
}
.gallery .row-cols-lg-3 > * a img {
  width: 384px;
  height: 216px;
  border-radius: 10px;
  border: 1px solid var(--Brand2, #fff);
}
@media (max-width: 479px) {
  .gallery .row-cols-lg-3 > * {
    width: 47.9%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery .row-cols-lg-3 > * {
    width: 48.8%;
  }
}

.mfp-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
}

.mfp-bottom-bar {
  margin-top: -20px !important;
}

img.mfp-img {
  max-width: 80% !important;
}

.pagination {
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 104px auto;
  background: #dededd;
}
@media (max-width: 479px) {
  .pagination {
    margin: 0 auto 40px auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pagination {
    margin: 0 auto 40px auto;
  }
}
.pagination li.disabled > span {
  padding: 8.3px 13px;
  line-height: 36px;
}
.pagination .page-link {
  padding: 8px 13px;
  background: #dededd;
  border-color: #dededd;
  color: #000 !important;
}
.pagination .page-item.active .page-link {
  border-color: #d2111f;
  color: #fff !important;
  background: var(--button, linear-gradient(110deg, #f00 -2.5%, #000 115.02%));
}
.pagination .page-item:hover .page-link {
  color: #fff !important;
  background: #d2111f;
  border-color: #d2111f;
  background: var(--button, linear-gradient(110deg, #f00 -2.5%, #000 115.02%));
}
.pagination .last-navi .page-link {
  border: none;
  padding: 9px 13px;
}
.pagination .last-navi a:hover {
  color: #fff !important;
  background: #d2111f !important;
  border-color: #d2111f !important;
  background: var(--button, linear-gradient(110deg, #f00 -2.5%, #000 115.02%)) !important;
}

.blog-banner {
  position: relative;
}
.blog-banner .image {
  height: 100vh;
  position: relative;
}
@media (max-width: 479px) {
  .blog-banner .image {
    height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-banner .image {
    position: relative;
    height: auto;
  }
}
.blog-banner .image img {
  height: 100%;
}
.blog-banner .image::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 135px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .blog-banner .image::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 83px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-banner .image::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 83px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
  }
}
.blog-banner .content {
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.blog-banner .content h2 {
  width: 100%;
  font-size: 52px;
  margin-left: auto;
  line-height: 81px;
  color: #fff;
  text-align: center;
  margin-right: auto;
  letter-spacing: 4.16px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .blog-banner .content h2 {
    font-size: 32px;
    line-height: normal;
    letter-spacing: 1.28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-banner .content h2 {
    font-size: 32px;
    line-height: normal;
    letter-spacing: 1.28px;
  }
}

.blog .container > p {
  font-size: 36px;
  margin-bottom: 48px;
  letter-spacing: 2.88px;
}
@media (max-width: 479px) {
  .blog .container > p {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 1.92px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog .container > p {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 1.92px;
  }
}
.blog .container ul.nav-pills {
  border-bottom: none;
  padding-bottom: 48px;
  justify-content: center;
}
@media (max-width: 479px) {
  .blog .container ul.nav-pills {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog .container ul.nav-pills {
    padding-bottom: 30px;
  }
}
.blog .container ul.nav-pills .nav-item {
  width: 50%;
  margin-right: 0;
}
.blog .container ul.nav-pills .nav-item .nav-link {
  color: #fff;
  font-size: 24px;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
  padding: 9px 0;
  border-radius: initial;
  text-transform: uppercase;
  border-bottom: 4px solid #bdbdbc;
}
@media (max-width: 479px) {
  .blog .container ul.nav-pills .nav-item .nav-link {
    font-size: 16px;
    padding: 11px 0;
    border-bottom: 2px solid #bdbdbc;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog .container ul.nav-pills .nav-item .nav-link {
    font-size: 16px;
    padding: 11px 0;
    border-bottom: 2px solid #bdbdbc;
  }
}
.blog .container ul.nav-pills .nav-item .nav-link.active {
  color: #d2111f;
  background-color: transparent;
  border-bottom: 4px solid #d2111f;
}
@media (max-width: 479px) {
  .blog .container ul.nav-pills .nav-item .nav-link.active {
    border-bottom: 2px solid #d2111f;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog .container ul.nav-pills .nav-item .nav-link.active {
    border-bottom: 2px solid #d2111f;
  }
}
.blog .container .tab-content {
  padding: 0;
  border: none;
  text-align: left;
}

.child-news {
  padding-top: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .child-news {
    padding-top: 30px;
  }
}
@media (max-width: 479px) {
  .child-news {
    padding-top: 30px;
  }
}
.child-news li:nth-child(odd) {
  padding-right: 17px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .child-news li:nth-child(odd) {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .child-news li:nth-child(odd) {
    padding-right: 0;
  }
}
.child-news li:nth-child(even) {
  padding-left: 17px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .child-news li:nth-child(even) {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .child-news li:nth-child(even) {
    padding-left: 0;
  }
}
.child-news li .item-post {
  padding: 20px 0 27px 0;
  border-top: 1px solid #d2111f;
}
@media (max-width: 479px) {
  .child-news li .item-post {
    padding: 30px 0;
  }
}
.child-news li .item-post a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.child-news li .item-post a .image {
  padding-left: 10px;
  width: 44%;
}
@media (max-width: 479px) {
  .child-news li .item-post a .image {
    width: 41%;
    padding-left: 0;
  }
}
.child-news li .item-post a .image img {
  height: 155px;
  border-radius: 10px;
  border: 1px solid #d2111f;
}
@media (max-width: 479px) {
  .child-news li .item-post a .image img {
    height: 116px;
    border-radius: 10px;
    border: 1px solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .child-news li .item-post a .image img {
    height: 190px;
    border-radius: 10px;
    border: 1px solid #fff;
  }
}
.child-news li .item-post a .content {
  width: 56%;
  padding-left: 16px;
}
@media (max-width: 479px) {
  .child-news li .item-post a .content {
    width: 59%;
  }
}
.child-news li .item-post a .content .update {
  font-size: 12px;
  color: #cdcccb;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .child-news li .item-post a .content .update {
    font-size: 10px;
    margin-top: 8px;
  }
}
.child-news li .item-post a .content .title {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 479px) {
  .child-news li .item-post a .content .title {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}
.child-news li .item-post a .content .desc {
  color: #cdcccb;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 479px) {
  .child-news li .item-post a .content .desc {
    display: none;
  }
}
.child-news .btn-see-all {
  margin-top: 48px;
}
@media (max-width: 479px) {
  .child-news .btn-see-all {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .child-news .btn-see-all {
    margin-top: 32px;
  }
}

.post-banner {
  margin-top: 98px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-banner {
    margin-top: 59.23px;
  }
}
@media (max-width: 479px) {
  .post-banner {
    margin-top: 59.23px;
  }
}

.posts {
  margin: 104px 0;
}
@media (max-width: 479px) {
  .posts {
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts {
    margin: 40px 0;
  }
}
.posts .title {
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .posts .title {
    margin-bottom: 40px;
  }
}
.posts .title h1 {
  padding: 0;
  color: #fff;
  font-size: 36px;
  margin-bottom: 8px;
  line-height: 48px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts .title h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.72px;
  }
}
@media (max-width: 479px) {
  .posts .title h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.72px;
  }
}
.posts .title .d-flex {
  gap: 10px;
}
.posts .title .d-flex p {
  color: #fff;
  font-size: 12px;
}
.posts .content {
  margin-bottom: 104px;
  color: #fff !important;
}
@media (max-width: 479px) {
  .posts .content {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts .content {
    margin-bottom: 40px;
  }
}
.posts .content p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 10px;
  font-family: "Regular", sans-serif;
}
.posts .content p span {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 10px;
  font-family: "Regular", sans-serif;
}
.posts .content h2,
.posts .content h3,
.posts .content h4,
.posts .content h5 {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: justify;
  font-family: "Bold", sans-serif;
}
@media (max-width: 479px) {
  .posts .content h2,
  .posts .content h3,
  .posts .content h4,
  .posts .content h5 {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts .content h2,
  .posts .content h3,
  .posts .content h4,
  .posts .content h5 {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 479px) {
  .posts .content h3,
  .posts .content h4,
  .posts .content h5 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts .content h3,
  .posts .content h4,
  .posts .content h5 {
    font-size: 16px;
  }
}
.posts .content h2 span,
.posts .content h3 span,
.posts .content h4 span,
.posts .content h5 span {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: justify;
  font-family: "Bold", sans-serif;
}
@media (max-width: 479px) {
  .posts .content h2 span,
  .posts .content h3 span,
  .posts .content h4 span,
  .posts .content h5 span {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts .content h2 span,
  .posts .content h3 span,
  .posts .content h4 span,
  .posts .content h5 span {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 479px) {
  .posts .content h3 span,
  .posts .content h4 span,
  .posts .content h5 span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts .content h3 span,
  .posts .content h4 span,
  .posts .content h5 span {
    font-size: 16px;
  }
}
.posts .content a {
  color: #007bff;
  font-family: "Regular", sans-serif;
}
.posts .content h2 {
  font-size: 2rem !important;
}
@media (max-width: 479px) {
  .posts .content h2 {
    font-size: 18px !important;
  }
}
.posts .content p > img,
.posts .content table {
  margin-bottom: 10px !important;
  margin-top: 30px;
  height: auto;
}

#toc {
  border: 1px solid #fff;
  padding: 14px 20px;
  margin-top: 50px;
  max-height: 56px;
  height: 100%;
  overflow: hidden;
  transition: all 1s;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  #toc {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
#toc .titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
#toc .titles svg {
  width: 18px;
  height: 24px;
  cursor: pointer;
}
#toc ol {
  margin-top: 10px;
  margin-bottom: 0;
}
#toc ol > ol {
  margin-left: 15px;
}
#toc ol > ol > ol {
  margin-left: 15px;
  margin-bottom: 20px;
}
#toc ol > ol > ol > li {
  margin-bottom: 10px;
}
#toc a {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
#toc a:hover {
  font-size: 16.5px;
}
@media (max-width: 479px) {
  #toc a {
    font-size: 16px;
    line-height: 20px;
  }
}

.h-auto {
  max-height: 100vh !important;
}

.contact-banner {
  position: relative;
}
.contact-banner .image {
  height: 100vh;
}
@media (max-width: 479px) {
  .contact-banner .image {
    position: relative;
    height: 100%;
  }
  .contact-banner .image::before {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    content: "";
    height: 54px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-banner .image {
    height: 100%;
  }
}
.contact-banner .image img {
  height: 100%;
}
.contact-banner .content {
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 267px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .contact-banner .content {
    position: initial;
    height: auto;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-banner .content {
    height: 222px;
  }
}
.contact-banner .content h2 {
  font-size: 36px;
  color: #d2111f;
  text-align: center;
  margin-top: 153px;
  letter-spacing: 2.88px;
}
@media (max-width: 479px) {
  .contact-banner .content h2 {
    margin-top: 0;
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-banner .content h2 {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}

.contact {
  margin-bottom: 54px;
}
@media (max-width: 479px) {
  .contact {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact {
    margin-bottom: 30px;
  }
}
.contact .form-contact form {
  width: 100%;
  height: 100%;
  padding: 66px 0;
  max-width: 968px;
  margin-left: auto;
  position: relative;
  margin-right: auto;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/background/bg-contact.png");
}
@media (max-width: 479px) {
  .contact .form-contact form {
    padding: 44px 0;
  }
  .contact .form-contact form .button-animation {
    width: 100%;
  }
  .contact .form-contact form button {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact .form-contact form {
    padding: 44px 0;
  }
}
.contact .form-contact form::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 66px;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .contact .form-contact form::before {
    height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact .form-contact form::before {
    height: 44px;
  }
}
.contact .form-contact form::after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 66px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.52%);
}
@media (max-width: 479px) {
  .contact .form-contact form::after {
    height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact .form-contact form::after {
    height: 44px;
  }
}
.contact .form-contact form .desc {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .contact .form-contact form .desc {
    margin-bottom: 16px;
  }
}
.contact .form-contact form .desc p {
  color: var(--Brand2, #fff);
  text-align: center;
  font-family: UTM Avo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (max-width: 479px) {
  .contact .form-contact form .desc p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact .form-contact form .desc p {
    font-size: 16px;
    line-height: 27px;
  }
}
.contact .form-contact form .desc p i {
  color: var(--Brand1, #d2111f);
}
.contact .form-contact form > ul > li ul li {
  padding-right: 11px;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .contact .form-contact form > ul > li ul li {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact .form-contact form > ul > li ul li {
    padding-right: 6px;
    margin-bottom: 30px;
  }
}
.contact .form-contact form > ul > li ul li input {
  box-shadow: 0px 3px 3px 0px #d2111f;
  color: #000;
  width: 100%;
  font-size: 16px;
  padding: 11.61px 16px;
  border-radius: 5px;
  font-family: "Regular", sans-serif;
}
@media (max-width: 479px) {
  .contact .form-contact form > ul > li ul li input {
    padding: 6px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact .form-contact form > ul > li ul li input {
    padding: 6px 16px;
  }
}
.contact .form-contact form > ul > li ul li input::-moz-placeholder {
  color: #bdbdbc;
  font-style: italic;
}
.contact .form-contact form > ul > li ul li input::placeholder {
  color: #bdbdbc;
  font-style: italic;
}
.contact .form-contact form > ul > li ul li select {
  font-family: "Regular", sans-serif;
}
.contact .form-contact form > ul > li label.error {
  margin-left: 10px;
  font-size: 12px;
  font-style: italic;
  color: #d2111f;
}
.contact .form-contact form > ul > li .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 48px;
}
@media (max-width: 479px) {
  .contact .form-contact form > ul > li .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact .form-contact form > ul > li .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
  }
}
.contact .form-contact form > ul > li .select2-container .select2-selection--single {
  box-shadow: 0px 3px 3px 0px #d2111f;
  height: 48px;
  border-radius: 5px;
  border: none;
}
@media (max-width: 479px) {
  .contact .form-contact form > ul > li .select2-container .select2-selection--single {
    height: 41px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact .form-contact form > ul > li .select2-container .select2-selection--single {
    height: 41px;
  }
}
.contact .form-contact form > ul > li .select2-container--default .select2-selection--single:focus {
  background-color: #fff;
  color: #000;
}
.contact .form-contact form > ul > li .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 16px;
}
@media (max-width: 479px) {
  .contact .form-contact form > ul > li .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact .form-contact form > ul > li .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
  }
}
.contact .form-contact form > ul > li > .item-select {
  padding-left: 11px;
  margin-bottom: 59px;
  width: 100%;
}
@media (max-width: 479px) {
  .contact .form-contact form > ul > li > .item-select {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact .form-contact form > ul > li > .item-select {
    padding-left: 6px;
    margin-bottom: 30px;
  }
}
.contact .form-contact form > ul > li .item-input {
  display: flex;
  flex-direction: column-reverse;
}
.contact .form-contact form > ul > li:last-child > div {
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .contact .form-contact form > ul > li:last-child > div {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact .form-contact form > ul > li:last-child > div {
    margin-bottom: 30px;
  }
}
.contact .form-contact form > ul > li .select2-container {
  width: 100% !important;
}
@media (max-width: 479px) {
  .contact .form-contact form .button {
    width: 100%;
    padding: 11px 24px;
  }
}

.r-0 {
  right: 0 !important;
}

@media (max-width: 479px) {
  #menu-main {
    border-radius: 0px 0px 5px 5px;
  }
  #menu-main .item-menu li ul li img {
    display: none;
  }
  #menu-main .fake-menu {
    padding: 17px 0;
    background-color: #000;
    border-radius: 0px 0px 5px 5px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 99999;
  }
  #menu-main .fake-menu .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #menu-main .fake-menu .content .text p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
  }
  #menu-main #navbar-m {
    padding: 37px 16px 0 16px;
    position: fixed;
    z-index: 123456789;
    top: 60px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/storage/uploads/background/bg_menu_mb.png");
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.4s ease;
  }
  #menu-main #navbar-m ul li {
    margin-bottom: 30px;
  }
  #menu-main #navbar-m ul li:nth-child(3) > ul > li:last-child {
    display: none;
  }
  #menu-main #navbar-m ul li ul {
    display: none;
    margin-top: 24px;
    margin-left: 28px;
    transition: all 0.4s ease;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  #menu-main #navbar-m ul li ul img {
    display: none;
  }
}
@media (max-width: 479px) {
  #menu-main #navbar-m ul li ul li {
    margin-bottom: 24px;
    list-style: disc;
    color: black;
  }
  #menu-main #navbar-m ul li ul li:last-child {
    margin-bottom: 0;
  }
  #menu-main #navbar-m ul li ul li div i {
    transform: rotate(270deg) !important;
  }
  #menu-main #navbar-m ul li ul li ul {
    display: block !important;
    position: fixed;
    z-index: 999;
    top: 60px;
    padding: 12px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/storage/uploads/background/bg_menu_mb.png");
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #menu-main #navbar-m ul li div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #menu-main #navbar-m ul li div a {
    color: #000;
    font-size: 16px;
    line-height: 28px;
  }
  #menu-main #navbar-m ul li div i {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 10px;
    font-size: 24px;
  }
  #menu-main .content-menu {
    padding: 17px 0;
    flex-direction: row-reverse;
  }
  #menu-main .logo {
    max-width: 124px;
    margin-right: 0;
  }
  #menu-main .header a i {
    color: #fff;
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #menu-main {
    border-radius: 0px 0px 5px 5px;
  }
  #menu-main .item-menu li ul li img {
    display: none;
  }
  #menu-main .fake-menu {
    padding: 17px 0;
    background-color: #000;
    border-radius: 0px 0px 5px 5px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 99999;
  }
  #menu-main .fake-menu .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #menu-main .fake-menu .content .text p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
  }
  #menu-main #navbar-m {
    padding: 37px 16px 0 16px;
    position: fixed;
    z-index: 9;
    top: 60px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/storage/uploads/background/bg_menu_mb.png");
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.4s ease;
  }
  #menu-main #navbar-m ul li {
    margin-bottom: 30px;
  }
  #menu-main #navbar-m ul li:nth-child(3) > ul > li:last-child {
    display: none;
  }
  #menu-main #navbar-m ul li ul {
    display: none;
    margin-top: 24px;
    margin-left: 28px;
    transition: all 0.4s ease;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 479px) {
  #menu-main #navbar-m ul li ul img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #menu-main #navbar-m ul li ul li {
    margin-bottom: 24px;
    list-style: disc;
    color: black;
  }
  #menu-main #navbar-m ul li ul li:last-child {
    margin-bottom: 0;
  }
  #menu-main #navbar-m ul li ul li div i {
    transform: rotate(270deg) !important;
  }
  #menu-main #navbar-m ul li ul li ul {
    display: block !important;
    position: fixed;
    z-index: 999;
    top: 60px;
    padding: 12px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/storage/uploads/background/bg_menu_mb.png");
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #menu-main #navbar-m ul li div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #menu-main #navbar-m ul li div a {
    color: #000;
    font-size: 16px;
    line-height: 28px;
  }
  #menu-main #navbar-m ul li div i {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 10px;
    font-size: 24px;
  }
  #menu-main .content-menu {
    padding: 17px 0;
    flex-direction: row-reverse;
  }
  #menu-main .logo {
    max-width: 124px;
    margin-right: 0;
  }
  #menu-main .header a i {
    color: #fff;
    font-size: 24px;
  }
}

.transform-180 {
  transform: rotate(180deg) !important;
}

.r-0 {
  right: 0 !important;
}

footer {
  padding: 60px 0 !important;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://supercar.com.vn/storage/uploads/home/Untitled-4.webp");
}
@media (max-width: 479px) {
  footer {
    background-image: url("https://supercar.com.vn/storage/uploads/home/Untitled-5.webp");
    padding: 30px 0 !important;
  }
}
footer .container > ul.list {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #d2111f;
}
@media (max-width: 479px) {
  footer .container > ul.list {
    gap: 32px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container > ul.list {
    gap: 32px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    flex-direction: column;
  }
}
footer .container > ul.list li > p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  font-style: normal;
  margin-bottom: 26px;
}
@media (max-width: 479px) {
  footer .container > ul.list li > p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container > ul.list li > p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
footer .container > ul.list li > ul {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 479px) {
  footer .container > ul.list li > ul {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: initial;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container > ul.list li > ul {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: initial;
  }
}
@media (max-width: 479px) {
  footer .container > ul.list li > ul li {
    flex: 1;
    min-width: 100px;
    max-width: 100px;
    justify-content: start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container > ul.list li > ul li {
    flex: 1;
    max-width: 200px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    justify-content: start;
  }
}
footer .container > ul.list li > ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
  font-style: normal;
}
@media (max-width: 479px) {
  footer .container > ul.list li > ul li a {
    font-size: 14px;
    line-height: normal;
  }
}
footer .container > ul.list li > ul li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
  font-style: normal;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  footer .container > ul.list li > ul li p {
    font-size: 14px;
    line-height: normal;
  }
}
footer .container > ul.list .truy-cap-nhanh {
  min-width: 158px;
}
@media (max-width: 479px) {
  footer .container > ul.list .truy-cap-nhanh {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container > ul.list .truy-cap-nhanh {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
footer .container > ul.list .san-pham {
  min-width: 123px;
}
@media (max-width: 479px) {
  footer .container > ul.list .san-pham {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  footer .container > ul.list .san-pham ul {
    justify-content: space-between;
  }
  footer .container > ul.list .san-pham ul li {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container > ul.list .san-pham {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  footer .container > ul.list .san-pham ul {
    justify-content: start;
  }
  footer .container > ul.list .san-pham ul li {
    max-width: 200px;
  }
}
footer .container > ul.list .cong-dong {
  min-width: 206px;
}
@media (max-width: 479px) {
  footer .container > ul.list .cong-dong {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container > ul.list .cong-dong {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
footer .container > ul.list .cong-dong .d-flex {
  gap: 8px;
  align-items: center;
}
footer .container > ul.list .cong-dong .d-flex .logo {
  width: 24px;
  height: 24px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
footer .container > ul.list .chinh-sach {
  min-width: 296px;
}
@media (max-width: 479px) {
  footer .container > ul.list .chinh-sach {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  footer .container > ul.list .chinh-sach ul {
    flex-direction: column;
  }
  footer .container > ul.list .chinh-sach ul li {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container > ul.list .chinh-sach {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  footer .container > ul.list .chinh-sach ul {
    flex-direction: column;
  }
  footer .container > ul.list .chinh-sach ul li {
    max-width: 100%;
  }
}
footer .container .slogan {
  margin-bottom: 28px;
}
@media (max-width: 479px) {
  footer .container .slogan {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container .slogan {
    margin-bottom: 20px;
  }
}
footer .container .slogan span {
  color: #d2111f;
}
footer .container .slogan div {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  font-style: normal;
  letter-spacing: 1px;
}
@media (max-width: 479px) {
  footer .container .slogan div {
    font-size: 16px;
    min-width: 95px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container .slogan div {
    font-size: 16px;
    min-width: 95px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
footer .container .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 479px) {
  footer .container .info {
    gap: 16px;
    margin-bottom: 0;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container .info {
    gap: 16px;
    margin-bottom: 0;
    flex-direction: column;
  }
}
footer .container .info > li ul {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
footer .container .info > li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
}
@media (max-width: 479px) {
  footer .container .info > li p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container .info > li p {
    font-size: 14px;
    line-height: 24px;
  }
}
footer .container .info > li:first-child {
  min-width: 426px;
  max-width: 426px;
}
@media (max-width: 479px) {
  footer .container .info > li:first-child {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container .info > li:first-child {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 100%;
  }
}
footer .container .info > li:nth-child(2) {
  min-width: 426px;
  max-width: 426px;
}
@media (max-width: 479px) {
  footer .container .info > li:nth-child(2) {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container .info > li:nth-child(2) {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 100%;
  }
}
footer .container .info > li:last-child {
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 479px) {
  footer .container .info > li:last-child {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container .info > li:last-child {
    display: none;
  }
}

.popup-success {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
  position: fixed;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.popup-success .center {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 274px;
  height: 335px;
  background-color: #fff;
  position: absolute;
  border-radius: 20px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding: 24px;
  text-align: center;
  transform: translate(-50%, -50%);
  background-image: url("/storage/uploads/background/bg_popup_success.png");
}
.popup-success .center .bold {
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
}
.popup-success .center > .regular {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 180px;
}
.popup-success .center .back {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.popup-success .center .back p {
  color: #d2111f;
  font-size: 24px;
  margin-right: 8px;
}
.popup-success .center .back .icons {
  width: 24px;
  margin-top: 5px;
}

#scroll {
  padding: 5px;
  right: 90px;
  opacity: 0.5;
  display: none;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  color: #d2111f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  -webkit-border-radius: 50%;
}
@media (max-width: 479px) {
  #scroll {
    opacity: 1;
    right: 16px;
    bottom: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #scroll {
    opacity: 1;
    right: 16px;
    bottom: 240px;
  }
}
#scroll:hover {
  opacity: 1;
}
#scroll i {
  padding: 3px 6px 9px 6px;
  font-size: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid red;
}

.f-contact {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .f-contact {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .f-contact {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .f-contact .email-phone {
    gap: 40px;
    display: flex;
    align-items: center;
  }
}
.f-contact .email-phone a {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .f-contact .email-phone a {
    margin-bottom: 0;
  }
}
.f-contact .email-phone a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .f-contact .email-phone a {
    font-size: 14px;
  }
}
.f-contact .email-phone a:last-child {
  margin-bottom: 0;
}
.f-contact .email-phone a .icons {
  width: 24px;
  margin-right: 12px;
}
.f-contact .email-phone a p {
  font-size: 14px;
  color: #fff;
}

.solutions {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  .solutions {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .solutions button {
    padding: 10px 20px;
  }
}
.solutions h2 {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 2.88px;
}
@media (max-width: 479px) {
  .solutions h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 1.92px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    letter-spacing: 1.92px;
  }
}
.solutions .solutions-list {
  display: grid;
  grid-gap: 14px;
  margin-bottom: 40px;
  justify-content: center;
}
@media (max-width: 479px) {
  .solutions .solutions-list {
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions .solutions-list {
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
  }
}
.solutions .solutions-list .box {
  position: relative;
}
@media (max-width: 479px) {
  .solutions .solutions-list .box {
    flex: 0 0 45%;
    max-width: 45%;
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    width: auto !important;
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions .solutions-list .box {
    flex: 0 0 31.8%;
    max-width: 31.8%;
    -ms-flex: 0 0 31.8%;
    -webkit-box-flex: 0;
    width: auto !important;
    height: auto !important;
  }
}
.solutions .solutions-list .box img {
  height: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.solutions .solutions-list .box .glow-wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.solutions .solutions-list .box .glow-wrap:hover .glow {
  cursor: pointer;
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.solutions .solutions-list .box .glow-wrap .glow {
  display: block;
  position: absolute;
  width: 40%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  top: -50%;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.solutions .solutions-list .box:first-child {
  width: 362px;
  height: 362px;
  grid-row: 1/3;
  grid-column: 1/3;
}
.solutions .solutions-list .box:nth-child(2) {
  width: 174px;
  height: 174px;
  grid-row: 1/2;
  grid-column: 3/3;
}
.solutions .solutions-list .box:nth-child(3) {
  width: 174px;
  height: 174px;
  grid-row: 2/2;
  grid-column: 3/4;
}
.solutions .solutions-list .box:nth-child(4) {
  width: 362px;
  height: 362px;
  grid-row: 1/3;
  grid-column: 4/6;
}
.solutions .solutions-list .box:nth-child(5) {
  width: 174px;
  height: 174px;
  grid-row: 1/2;
  grid-column: 6/6;
}
.solutions .solutions-list .box:last-child {
  width: 174px;
  height: 174px;
  grid-row: 2/2;
  grid-column: 6/6;
}

a > .product {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(201deg, #d2111f -13.36%, #333232 126.11%);
  background: var(--product-card, linear-gradient(99deg, rgba(255, 0, 0, 0.6) -2.39%, rgba(155, 0, 0, 0.15) 158.98%, rgba(0, 0, 0, 0.3) 227.16%));
  border: 1px solid var(--product-line, #ff9494);
}
@media (max-width: 479px) {
  a > .product {
    padding: 12px;
    border-radius: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  a > .product {
    padding: 12px;
    border-radius: 16px;
  }
}
a > .product h3 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  a > .product h3 {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
a > .product .image {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  a > .product .image {
    margin-bottom: 12px;
  }
}
a > .product .image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 479px) {
  a > .product > .row {
    padding: 0;
  }
}
a > .product > .row .col-6 {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  a > .product > .row .col-6 {
    margin-bottom: 12px;
  }
}
a > .product > .row .col-6:nth-child(even) > div {
  margin-left: 20px;
}
@media (max-width: 479px) {
  a > .product > .row .col-6:nth-child(even) > div {
    margin-left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  a > .product > .row .col-6:nth-child(even) > div {
    margin-left: 12px;
  }
}
a > .product > .row .col-6 > div {
  display: flex;
  align-items: center;
}
a > .product > .row .col-6 > div .icons {
  width: 24px;
  margin-right: 8px;
}
@media (max-width: 479px) {
  a > .product > .row .col-6 > div .icons {
    width: 14px;
    margin-right: 4px;
  }
}
a > .product > .row .col-6 > div p {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 479px) {
  a > .product > .row .col-6 > div p {
    font-size: 10px;
  }
}
a > .product .price {
  padding: 16px 0;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  border: 1px solid var(--product-line, #ff9494);
  text-align: center;
  background: var(--product-card, linear-gradient(99deg, rgba(255, 0, 0, 0.6) -2.39%, rgba(155, 0, 0, 0.15) 158.98%, rgba(0, 0, 0, 0.3) 227.16%));
}
@media (max-width: 479px) {
  a > .product .price {
    padding: 8px 0;
    font-size: 12px;
    border-radius: 8px;
  }
}

.news {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  .news {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news {
    margin-bottom: 40px;
  }
}
.news h3 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .news h3 {
    font-size: 24px;
    margin-bottom: 24px;
    letter-spacing: 0.72px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news h3 {
    font-size: 24px;
    margin-bottom: 24px;
    letter-spacing: 0.72px;
  }
}

.banner-404 {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/background/404%20PAGE.png");
}
.banner-404 .content-404 {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
}
.banner-404 .content-404 .name-product {
  color: #fff;
  font-size: 128px;
  letter-spacing: 10.24px;
}
@media (max-width: 479px) {
  .banner-404 .content-404 .name-product {
    font-size: 64px;
    letter-spacing: 5.12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-404 .content-404 .name-product {
    font-size: 64px;
    letter-spacing: 5.12px;
  }
}
.banner-404 .content-404 p.bold {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 1.92px;
}
@media (max-width: 479px) {
  .banner-404 .content-404 p.bold {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-404 .content-404 p.bold {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.banner-404 .content-404 a {
  display: flex;
  justify-content: center;
}

.hamburger {
  color: #fff;
}

.zalo-chat-widget {
  bottom: 157px !important;
  right: 24px !important;
  transform: scale(0.7);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
}

.za-chat__head-box {
  height: 60px !important;
  bottom: -2px !important;
  right: 14px !important;
}

.za-chat__head-box .logo {
  width: 32px !important;
}

.hotline {
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 90px;
}

.hotline .btn-share {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #d2111f;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
}

.hotline .btn-share img {
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.zalo_chat {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d2111f;
  position: fixed;
  bottom: 155px;
  right: 24px;
  z-index: 123456;
}

@media only screen and (max-width: 575px) {
  .zalo_chat {
    bottom: 120px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .hotline {
    bottom: 75px !important;
  }
  .hotline .btn-share {
    width: 40px !important;
    height: 40px !important;
  }
  .hotline .btn-share img {
    width: 24px !important;
  }
  .zalo-chat-widget {
    bottom: 112px !important;
    right: 15px !important;
    transform: scale(0.6) !important;
  }
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .back-to-top.show {
    bottom: 25px;
    right: 75px;
  }
  .back-to-top.show:hover {
    bottom: 88px;
  }
  .arrow {
    top: 27%;
    left: 34%;
  }
}/*# sourceMappingURL=index.css.map */