@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Light Italic";
  src: url("../../assets/fonts/font-poppins/Poppins-LightItalic.otf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Regular";
  src: url("../../assets/fonts/font-poppins/Poppins-Regular.otf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Regular";
  src: url("../../assets/fonts/font-poppins/Poppins-Regular.otf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Thin";
  src: url("../../assets/fonts/font-poppins/Poppins-Thin.otf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Bold-Italic";
  src: url("../../shared/fonts/VI_BMWMotorrad-BoldItalic.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html body {
  font-family: "Regular", sans-serif;
  color: #000;
  background: #fff;
}

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

nav.menu-navbar {
  transition: all 0.2s;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 123456;
}
nav.menu-navbar .view-all-menu {
  z-index: 1;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);
}
nav.menu-navbar .view-all-menu p {
  font-family: "Light Italic", sans-serif;
}
nav.menu-navbar .view-all-menu P {
  transition: all 0.2s;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
nav.menu-navbar .view-all-menu P:hover {
  border-bottom: 1px solid #fff;
}
nav.menu-navbar .menu {
  display: flex;
  padding: 28px 0 0 0;
}
@media (min-width: 480px) and (max-width: 1023px) {
  nav.menu-navbar .menu {
    display: none;
  }
}
@media (max-width: 479px) {
  nav.menu-navbar .menu {
    display: none;
  }
}
nav.menu-navbar .menu > div > ul > li {
  cursor: pointer;
}
nav.menu-navbar .menu > div > ul > li:last-child {
  margin-right: 0;
}
nav.menu-navbar .menu > div > ul > li > a > p {
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 400;
}
nav.menu-navbar .menu > div > ul > li span {
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 400;
}
nav.menu-navbar .menu > div > ul > li > p {
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 400;
}
nav.menu-navbar .menu .submenu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear 0s;
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: calc(100vh - 143px);
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
nav.menu-navbar .menu .submenu .column p {
  display: inline;
  transition: all 0.2s;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
nav.menu-navbar .menu .submenu .column p:hover {
  border-bottom: 1px solid #fff;
}
nav.menu-navbar .menu .submenu .list {
  margin-top: 165px;
}
nav.menu-navbar .menu .submenu .list > ul {
  gap: 72px;
  width: 100%;
  justify-content: center;
}
nav.menu-navbar .menu .submenu .list > ul > li > a > p {
  font-weight: 700;
  text-transform: uppercase;
}
nav.menu-navbar .menu .submenu .list > ul .seven {
  gap: 32px;
}
nav.menu-navbar .menu .submenu .list > ul ul {
  padding-top: 48px;
}
nav.menu-navbar .menu .submenu .list > ul ul li a p {
  font-family: "Light Italic", sans-serif;
}
nav.menu-navbar .menu .submenu .list > ul ul .column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
nav.menu-navbar .left ul {
  gap: 40px;
}
nav.menu-navbar .right .d-flex {
  height: 100%;
}
nav.menu-navbar .right .d-flex li {
  margin-right: 0;
  margin-left: 24px;
}
nav.menu-navbar .edit_menu {
  gap: 40px;
}
nav.menu-navbar .edit_menu > li {
  padding-top: 8px;
}
nav.menu-navbar .edit_menu > li p {
  cursor: pointer;
}
nav.menu-navbar .center {
  top: 22px;
  left: 50%;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 1234567891011;
  transform: translate(-50%, 0);
  transition: all 0.2s;
}
@media (max-width: 479px) {
  nav.menu-navbar .center {
    top: 20px;
  }
}
nav.menu-navbar .center .logo {
  width: 52px;
  height: 58px;
}

.logo-pc {
  min-width: 80px;
}
.logo-pc .logo {
  width: 52px;
  height: 58px;
}

.child-menu {
  position: relative;
}

.view-all-handset {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.view-all-handset p {
  font-family: "Light Italic", sans-serif;
}

.menu-mobile,
.icons-mail-mobile {
  display: none;
}

.hamburger {
  display: none;
}

.mobile {
  display: none;
}

@media (min-width: 480px) and (max-width: 1023px) {
  .menu-mobile {
    display: block;
    padding: 23px 0;
  }
  .menu-mobile .d-flex {
    align-items: center;
    justify-content: space-between;
  }
  .menu-mobile .d-flex .dark-mode-mobile {
    transform: rotate(45deg);
  }
  .menu-mobile .d-flex .dark-mode-mobile i {
    font-size: 22px;
  }
  .icons-mail-mobile {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 47px;
    z-index: 123;
  }
  .icons-mail-mobile .icon {
    width: 62px;
    height: 62px;
  }
  .icons-mail-mobile .icon img {
    width: 100%;
    height: 100%;
  }
  .hamburger {
    display: block;
  }
  .hamburger i {
    font-size: 23px;
  }
  .submenu-mobile {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s linear 0s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 123567;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    padding-top: 23px;
    overflow-y: scroll;
  }
  .submenu-mobile::after {
    height: 167px;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 110%);
    width: 100%;
    z-index: -1;
  }
  .submenu-mobile .menu-mobile-popup .d-flex {
    align-items: center;
    justify-content: space-between;
  }
  .submenu-mobile .menu-mobile-popup .d-flex i.fa-times {
    font-size: 28px;
    color: #fff;
  }
  .submenu-mobile .menu-mobile-popup .d-flex i.fa-search {
    font-size: 20px;
    color: #fff;
  }
  .submenu-mobile .tab-active {
    margin-top: 137px;
    min-height: 440px;
  }
  .submenu-mobile .tab-active .nav {
    justify-content: center;
    gap: 50px;
    margin-bottom: 57px;
  }
  .submenu-mobile .tab-active .nav-item button {
    font-size: 18px;
    line-height: 27px;
    background: none;
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
  }
  .submenu-mobile .tab-active .nav-item button.active {
    border-bottom: 1px solid #fff;
  }
  .submenu-mobile .tab-active .child-menu p {
    color: #fff;
  }
  .submenu-mobile .tab-active .child-menu > ul {
    display: flex;
    flex-direction: column;
    gap: 52px;
  }
  .submenu-mobile .tab-active .child-menu > ul .d-flex {
    margin-bottom: 34px;
    justify-content: space-between;
  }
  .submenu-mobile .tab-active .child-menu > ul .d-flex > p {
    font-weight: 700;
    text-transform: uppercase;
  }
  .submenu-mobile .tab-active .child-menu > ul .d-flex a p {
    font-family: "Light Italic", sans-serif;
  }
  .submenu-mobile .tab-active .child-menu > ul ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .submenu-mobile .tab-active .child-menu > ul ul li p {
    font-family: "Light Italic", sans-serif;
  }
  .submenu-mobile .footer-submenu {
    margin-top: 150px;
    padding-bottom: 60px;
  }
  .submenu-mobile .footer-submenu p {
    color: #fff;
    text-align: center;
  }
  .submenu-mobile .footer-submenu .download {
    margin-bottom: 50px;
  }
  .submenu-mobile .footer-submenu .download p {
    color: #fff;
    text-align: center;
  }
  .submenu-mobile .footer-submenu .copyright {
    margin-bottom: 16px;
  }
  .submenu-mobile .footer-submenu .copyright .pc {
    display: flex;
    justify-content: center;
  }
  .submenu-mobile .footer-submenu .list-items-footer {
    border-top: 1px solid #fff;
    padding-top: 46px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
  }
  .submenu-mobile .footer-submenu .list-items-footer .title {
    margin-bottom: 18px;
  }
  .submenu-mobile .footer-submenu .list-items-footer .title p {
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
  }
  .submenu-mobile .footer-submenu .list-items-footer .social-media .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .submenu-mobile .footer-submenu .list-items-footer .social-media .icons .icon {
    width: 34px;
    height: 34px;
  }
  .submenu-mobile .footer-submenu .list-items-footer .social-media .icons li:last-child .icon {
    width: 28px;
    height: 28px;
  }
  .submenu-mobile .footer-submenu .title-page {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  .submenu-mobile .footer-submenu .title-page p {
    font-weight: 800;
  }
  .submenu-mobile .footer-submenu form {
    margin: auto;
    text-align: center;
    max-width: 499px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
  }
  .submenu-mobile .footer-submenu form button {
    background-color: transparent;
    color: #fff;
  }
  .submenu-mobile .footer-submenu form input {
    background: transparent;
  }
}
.submenu-mobile {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear 0s;
}

@media (max-width: 479px) {
  .menu-mobile {
    display: block;
    padding: 20px 0;
  }
  .menu-mobile .d-flex {
    align-items: center;
    justify-content: space-between;
  }
  .menu-mobile .d-flex .dark-mode-mobile {
    transform: rotate(45deg);
  }
  .menu-mobile .d-flex .dark-mode-mobile i {
    font-size: 22px;
  }
  .icons-mail-mobile {
    display: block;
    position: fixed;
    right: 14px;
    bottom: 80px;
    z-index: 123;
  }
  .icons-mail-mobile .icon {
    width: 62px;
    height: 62px;
  }
  .icons-mail-mobile .icon img {
    width: 100%;
    height: 100%;
  }
  .hamburger {
    display: block;
  }
  .hamburger i {
    font-size: 23px;
  }
  .submenu-mobile {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s linear 0s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 123567;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    padding-top: 20px;
    overflow-y: scroll;
  }
  .submenu-mobile::after {
    height: 167px;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 170%);
    width: 100%;
    z-index: -1;
  }
  .submenu-mobile .menu-mobile-popup .d-flex {
    align-items: center;
    justify-content: space-between;
  }
  .submenu-mobile .menu-mobile-popup .d-flex i.fa-times {
    font-size: 28px;
    color: #fff;
  }
  .submenu-mobile .menu-mobile-popup .d-flex i.fa-search {
    font-size: 20px;
    color: #fff;
  }
  .submenu-mobile .tab-active {
    margin-top: 137px;
    min-height: 440px;
  }
  .submenu-mobile .tab-active .nav {
    margin-bottom: 57px;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .submenu-mobile .tab-active .nav-item {
    display: inline-block;
  }
  .submenu-mobile .tab-active .nav-item button {
    font-size: 16px;
    line-height: 27px;
    background: none;
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
  }
  .submenu-mobile .tab-active .nav-item button.active {
    border-bottom: 1px solid #fff;
  }
  .submenu-mobile .tab-active .nav-item:last-child button {
    margin-right: 0;
  }
  .submenu-mobile .tab-active .nav-item > a > p {
    color: #fff;
  }
  .submenu-mobile .tab-active .child-menu p {
    color: #fff;
  }
  .submenu-mobile .tab-active .child-menu > ul {
    display: flex;
    flex-direction: column;
    gap: 52px;
  }
  .submenu-mobile .tab-active .child-menu > ul .d-flex {
    margin-bottom: 34px;
    justify-content: space-between;
  }
  .submenu-mobile .tab-active .child-menu > ul .d-flex > p {
    font-weight: 700;
    text-transform: uppercase;
  }
  .submenu-mobile .tab-active .child-menu > ul .d-flex a p {
    font-family: "Light Italic", sans-serif;
  }
  .submenu-mobile .tab-active .child-menu > ul ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .submenu-mobile .tab-active .child-menu > ul ul li p {
    font-family: "Light Italic", sans-serif;
  }
  .submenu-mobile .footer-submenu {
    margin-top: 150px;
    padding-bottom: 60px;
  }
  .submenu-mobile .footer-submenu p {
    color: #fff;
    text-align: center;
  }
  .submenu-mobile .footer-submenu .download {
    margin-bottom: 50px;
  }
  .submenu-mobile .footer-submenu .download p {
    color: #fff;
    text-align: center;
  }
  .submenu-mobile .footer-submenu .copyright {
    margin-bottom: 16px;
  }
  .submenu-mobile .footer-submenu .copyright .pc {
    display: none;
  }
  .submenu-mobile .footer-submenu .copyright .mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .submenu-mobile .footer-submenu .copyright .mobile p {
    font-size: 13px;
    line-height: 20px;
  }
  .submenu-mobile .footer-submenu .list-items-footer {
    border-top: 1px solid #fff;
    padding-top: 46px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .submenu-mobile .footer-submenu .list-items-footer .email {
    border: none !important;
  }
}
@media (max-width: 479px) {
  .submenu-mobile .footer-submenu .list-items-footer .title {
    margin-bottom: 18px;
  }
  .submenu-mobile .footer-submenu .list-items-footer .title p {
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
  }
  .submenu-mobile .footer-submenu .list-items-footer .social-media .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .submenu-mobile .footer-submenu .list-items-footer .social-media .icons .icon {
    width: 34px;
    height: 34px;
  }
  .submenu-mobile .footer-submenu .list-items-footer .social-media .icons li:last-child .icon {
    width: 28px;
    height: 28px;
  }
  .submenu-mobile .footer-submenu .title-page {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  .submenu-mobile .footer-submenu .title-page p {
    font-weight: 800;
  }
  .submenu-mobile .footer-submenu form {
    margin: auto;
    max-width: 90%;
  }
  .submenu-mobile .footer-submenu form button {
    background-color: transparent;
    color: #fff;
  }
  .submenu-mobile .footer-submenu form input {
    background: transparent;
    color: #fff !important;
  }
  .submenu-mobile .footer-submenu form label {
    font-size: 8px;
    color: red;
  }
}
.bg-submenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 143px;
  z-index: 1;
}

.search-popup {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear 0s;
  position: fixed;
  z-index: 1234567;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  /* width */
}
.search-popup::after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(252, 250, 247, 0) 0%, rgb(252, 250, 247) 95%);
  pointer-events: none;
  width: 100%;
  height: 230px;
  z-index: 0;
}
.search-popup::-webkit-scrollbar {
  width: 0;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .search-popup .darkMode {
    display: none;
  }
}
@media (max-width: 479px) {
  .search-popup .darkMode {
    display: none;
  }
}
.search-popup .dark-mode-mobile {
  display: none;
  transform: rotate(45deg);
}
@media (min-width: 480px) and (max-width: 1023px) {
  .search-popup .dark-mode-mobile {
    display: block;
  }
}
@media (max-width: 479px) {
  .search-popup .dark-mode-mobile {
    display: block;
  }
}
.search-popup .dark-mode-mobile i {
  font-size: 22px;
}
.search-popup .close-search {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.search-popup .close-search i {
  font-size: 28px;
}
.search-popup .catalogue {
  margin-top: 20px;
  padding-top: 10px;
}
@media (max-width: 479px) {
  .search-popup .catalogue {
    margin-top: 175px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .search-popup .catalogue {
    margin-top: 175px;
  }
}
.search-popup .nav-search {
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  padding-top: 22px;
}
.search-popup .nav-search p {
  text-transform: uppercase;
}
.search-popup .center {
  position: relative;
  z-index: 1;
  padding-top: 22px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: auto;
}
@media (max-width: 479px) {
  .search-popup .center {
    padding-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .search-popup .center {
    display: none;
  }
}
@media (max-width: 479px) {
  .search-popup .center {
    display: none;
  }
}
.search-popup .center .logo {
  width: 52px;
  height: 58px;
}
.search-popup .charm-search-text {
  position: absolute;
  z-index: 1;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.search-popup .charm-search-text .bg {
  margin: 0 auto;
  width: 493px;
}
@media (max-width: 479px) {
  .search-popup .charm-search-text .bg {
    width: 326px;
  }
}
.search-popup form {
  position: relative;
  z-index: 1;
  padding-top: 89px;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 479px) {
  .search-popup form {
    top: 0 !important;
    position: fixed !important;
    padding-top: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    z-index: 10;
    width: 80%;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .search-popup form {
    top: 0 !important;
    position: fixed !important;
    padding-top: 22px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    z-index: 10;
    width: 80%;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
}
.search-popup form .padding-40 > .d-flex {
  justify-content: center;
}
.search-popup form input {
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  background: transparent;
}
@media (max-width: 479px) {
  .search-popup form input {
    border-radius: 0;
    max-width: 185px;
  }
}
.search-popup form .suggest {
  margin-top: 46px;
  text-align: center;
}
.search-popup form .suggest .suggest-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.search-popup form .suggest .suggest-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .search-popup form .suggest .suggest-list ul {
    display: block;
  }
}
@media (max-width: 479px) {
  .search-popup form .suggest .suggest-list ul {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .search-popup form .suggest .suggest-list {
    display: block;
    margin: 0 auto;
    max-width: 550px;
  }
}
@media (max-width: 479px) {
  .search-popup form .suggest .suggest-list {
    display: block;
    margin: 0 auto;
    max-width: 330px;
  }
}
.search-popup form .suggest .suggest-list .title {
  display: contents;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .search-popup form .suggest .suggest-list .title p {
    margin-top: 5px;
    min-width: 120px;
  }
}
@media (max-width: 479px) {
  .search-popup form .suggest .suggest-list .title p {
    margin-top: 5px;
    min-width: 120px;
  }
}
.search-popup form .suggest .suggest-list .title p {
  font-family: "Light Italic", sans-serif;
}
.search-popup form .suggest .suggest-list ul li {
  display: inline-block;
  padding-right: 40px;
}
.search-popup form .suggest .suggest-list ul li:first-child {
  padding-right: 20px;
}
.search-popup form .suggest .suggest-list ul li:last-child {
  padding-right: 0;
}
.search-popup form .suggest .suggest-list ul li button {
  display: inline-block;
  background: none;
}
.search-popup form .suggest .suggest-list ul li button p {
  display: inline-block;
}
.search-popup .search-hide {
  position: fixed;
  z-index: 10;
  top: 0;
  padding: 22px;
}

.darkMode {
  cursor: pointer;
}

.dark-mode {
  transform: rotate(45deg);
}
.dark-mode i {
  font-size: 16px;
}

.pt-183 {
  padding-top: 113px !important;
}
@media (max-width: 479px) {
  .pt-183 {
    padding-top: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .pt-183 {
    padding-top: 0 !important;
  }
}

form#footerFormMb .form-input {
  width: 100%;
}
form#footerFormMb button {
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  height: 30px;
  border-radius: 0;
}
form#footerFormMb input {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  background: transparent;
}
@media (max-width: 479px) {
  form#footerFormMb input {
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
    padding-bottom: 6px;
  }
}
form#footerFormMb label {
  color: red;
  font-size: 8px;
}

.success_popup {
  position: fixed;
  z-index: 123456789101112;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s linear 0s;
}
.success_popup .center {
  width: 360px;
  min-height: 54px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.0784313725);
}
.success_popup .center .main {
  padding: 12px 32px;
}
.success_popup .center .main p {
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
}

.pointer_none {
  pointer-events: none !important;
  opacity: 0 !important;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #000;
}

.slideshow .items {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow .items .product-img {
  width: 100%;
  margin: auto;
  max-width: 630px;
  height: 445px;
  display: flex;
  justify-content: center;
}
.slideshow .items .product-img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slideshow .items .name {
  padding-top: 41px;
  text-align: center;
  text-transform: uppercase;
}

.send-emails {
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 8px;
  max-width: 440px;
  border-bottom: 1px solid #000;
}
.send-emails .title {
  margin: auto;
  max-width: 191px;
  padding-bottom: 11px;
}
.send-emails .title p {
  text-align: center;
}
.send-emails form button {
  background-color: transparent;
}
.send-emails form input {
  background: transparent;
}

.setting-bg {
  text-align: center;
  cursor: pointer;
  position: absolute;
  width: 444px;
  margin: auto;
  border-bottom: 1px solid #999999;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 480px) and (max-width: 1023px) {
  .setting-bg {
    bottom: 60px;
  }
}
@media (max-width: 479px) {
  .setting-bg {
    bottom: 80px;
    width: 90%;
    padding: 20px;
  }
}
.setting-bg::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #000;
  transition: all 0.7s;
}
.setting-bg:hover::after {
  width: 100%;
}

.bg-popup {
  z-index: 1;
  position: fixed;
  bottom: -200px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 5px;
  padding: 32px 20px;
  box-shadow: rgba(50, 50, 93, 0) 0px 50px 100px -20px, rgba(0, 0, 0, 0) 0px 30px 60px -30px, rgba(10, 37, 64, 0.1) 0px -2px 6px 0px inset;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transition: all 0.3s;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .bg-popup {
    left: 0;
    transform: initial;
    z-index: 1234567;
    box-shadow: rgb(50, 50, 93) 0px 50px 100px -20px, rgb(0, 0, 0) 0px 30px 60px -30px, rgba(10, 37, 64, 0.2) 0px -2px 6px 0px inset;
    width: 100%;
    height: 246px;
    bottom: -270px;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
@media (max-width: 479px) {
  .bg-popup {
    left: 0;
    transform: initial;
    z-index: 1234567;
    box-shadow: rgb(50, 50, 93) 0px 50px 100px -20px, rgb(0, 0, 0) 0px 30px 60px -30px, rgba(10, 37, 64, 0.2) 0px -2px 6px 0px inset;
    width: 100%;
    height: 246px;
    bottom: -270px;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
.bg-popup .list {
  justify-content: center;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .bg-popup .list {
    gap: 20px;
  }
}
@media (max-width: 479px) {
  .bg-popup .list {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.bg-popup .list .items {
  cursor: pointer;
  margin-right: 6px;
  margin-left: 6px;
}
.bg-popup .list .items:first-child {
  background: transparent;
}
.bg-popup .list .items:first-child img {
  display: none;
}
.bg-popup .list .items .bg {
  border-radius: 5px;
  width: 68px;
  height: 68px;
  margin-bottom: 10px;
  border: 1px solid #d0d0d0;
  position: relative;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .bg-popup .list .items .bg {
    width: 117px;
    height: 117px;
  }
}
.bg-popup .list .items .bg::after {
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.bg-popup .list .items .bg:hover {
  border: 1px solid #000;
}
.bg-popup .list .items .bg:hover::after {
  background: none;
}
.bg-popup .list .items .bg img {
  height: 100%;
}
.bg-popup .list .items p {
  text-align: center;
}
.bg-popup .list .active .bg {
  border: 1px solid #000;
}
.bg-popup .list .active .bg::after {
  background: none !important;
}

.bottom-92 {
  bottom: 92px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .bottom-92 {
    bottom: 0;
  }
}
@media (max-width: 479px) {
  .bottom-92 {
    bottom: 0;
  }
}

.homePage {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.bg-lights {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bg-lights img {
  width: 100%;
  height: 100%;
}

#hookBreadcrumb {
  position: fixed;
  top: 242px;
  left: 40px;
  width: calc(100% - 80px);
  z-index: 12345;
  transition: opacity 0.3s linear;
}
@media (max-width: 479px) {
  #hookBreadcrumb {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  #hookBreadcrumb {
    display: none;
  }
}

.charm-text {
  position: fixed;
  z-index: -1;
  top: 115px;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.charm-text .bg {
  margin: 0 auto;
  width: 493px;
}
@media (max-width: 479px) {
  .charm-text .bg {
    width: 326px;
  }
}

footer .charm-text-footer {
  position: relative;
  min-height: 126px;
  margin-bottom: 95px;
}
footer .charm-text-footer .bg {
  margin: 0 auto;
  width: 493px;
}
@media (max-width: 479px) {
  footer .charm-text-footer .bg {
    width: 326px;
  }
}

.loading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 58px 0;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-top: 4px solid #000;
  border-radius: 50%;
  width: 24px;
  height: 24px; /* Safari */
  animation: spin 1s linear infinite;
  display: none;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
}

.catalogue {
  padding-top: 183px;
}
.catalogue .title {
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.catalogue .catalogue-list {
  margin: 34px auto 0 auto;
  max-width: 1077px;
}
.catalogue .catalogue-list .items {
  margin-bottom: 60px;
}
.catalogue .catalogue-list .items a .image {
  width: 100%;
  height: 290px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .catalogue .catalogue-list .items a .image {
    width: auto;
    height: 190px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .catalogue .catalogue-list .items a .image {
    width: auto;
    height: 190px;
  }
}
.catalogue .catalogue-list .items a .image img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: fade_text_img linear both;
  animation-timeline: view();
  animation-range: entry 24% cover 24%;
}
.catalogue .catalogue-list .items a .name {
  color: #aaaaaa;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .catalogue .catalogue-list .items a .name {
    font-size: 20px;
  }
}
.catalogue .catalogue-list .items .show-modal {
  margin-top: 4px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.catalogue .catalogue-list .items .show-modal button {
  background: transparent;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  padding: 6px 16px;
}
@media (max-width: 479px) {
  .catalogue .catalogue-list .items .show-modal button {
    padding: 8px 22px;
  }
}
.catalogue .catalogue-list .items .show-modal button p {
  color: #aaaaaa !important;
}
.catalogue .catalogue-list .items .show-modal button:hover {
  background-color: #ac3028;
  border: 1px solid #ac3028;
}
.catalogue .catalogue-list .items .show-modal button:hover p {
  color: #fff !important;
}
.catalogue .catalogue-list .items button.disabled:hover {
  background-color: transparent;
  border: 1px solid #aaaaaa;
}
.catalogue .catalogue-list .items button.disabled:hover p {
  color: #aaaaaa !important;
}
.catalogue .see-more {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 28px;
  margin-bottom: 50px;
  padding-bottom: 4px;
  border-bottom: 1px solid #aaa;
  margin-left: auto;
  margin-right: auto;
}
.catalogue .see-more::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #000;
  transition: all 0.7s;
}
.catalogue .see-more:hover::after {
  width: 100%;
}

@media (max-width: 479px) {
  .catalogue-list .col-12 {
    width: 100% !important;
  }
}
.list-of-products {
  padding-top: 100px;
}
.list-of-products .catalogue {
  margin-top: 0;
}

.product-detail {
  padding-top: 183px;
  height: 100vh;
}
@media (max-width: 479px) {
  .product-detail .padding-40 {
    padding: 0;
  }
  .product-detail .padding-40 .info {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
}
.product-detail .title {
  text-align: center;
  margin-bottom: 14px;
}
.product-detail .title p {
  text-transform: uppercase;
}
.product-detail .title .name {
  margin-bottom: 10px;
}
.product-detail .info ul {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 479px) {
  .product-detail .info ul {
    display: inline-block;
  }
  .product-detail .info ul li {
    display: inline-block;
  }
}
.product-detail .info .details {
  display: flex;
  text-align: center;
}
@media (max-width: 479px) {
  .product-detail .info .details {
    display: inline-block;
    line-height: 20px;
  }
}
.product-detail .info .btn-list {
  margin-top: 8px;
  margin-bottom: 40px;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.product-detail .info .btn-list button {
  background: none;
}
.product-detail .info .btn-list button p {
  padding: 6px 16px;
  border-radius: 5px;
  border: 1px solid #000;
}
@media (max-width: 479px) {
  .product-detail .info .btn-list button p {
    padding: 6px 18px;
  }
}
.product-detail .info .btn-list button:hover p {
  background-color: #ac3028;
  border: 1px solid #ac3028 !important;
  color: #fff !important;
}

.product-slideshow {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .product-slideshow {
    max-height: 345px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .product-slideshow {
    margin-bottom: 66px;
  }
}
.product-slideshow .items .product-img {
  width: 100%;
  margin: auto;
  max-width: 539px;
  min-height: 333px;
}
@media (max-width: 479px) {
  .product-slideshow .items .product-img {
    max-width: 347px;
    max-height: 215px;
    min-height: 300px;
  }
}
.product-slideshow .items .product-img img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-slideshow .slick-arrow {
  position: absolute;
  z-index: 1;
  background: none;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px;
}
.product-slideshow .slick-arrow:hover i {
  color: #aaaaaa !important;
}
.product-slideshow .slick-arrow i {
  color: rgba(170, 170, 170, 0.2);
  font-size: 26px;
}
.product-slideshow .slick-prev {
  left: 20%;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .product-slideshow .slick-prev {
    left: 0;
  }
}
@media (max-width: 479px) {
  .product-slideshow .slick-prev {
    left: 0;
  }
}
.product-slideshow .slick-next {
  right: 20%;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .product-slideshow .slick-next {
    right: 0;
  }
}
@media (max-width: 479px) {
  .product-slideshow .slick-next {
    right: 0;
  }
}

.list-of-blogs {
  margin-top: 48px;
}
.list-of-blogs ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.list-of-blogs .blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 70%;
  margin: 0 auto;
  padding-bottom: 12px;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}
.list-of-blogs .blog > a > .d-flex {
  align-items: center;
  justify-content: space-between;
}
.list-of-blogs .blog > a > .d-flex p.fsz-14 {
  max-width: 715px;
}
@media (max-width: 479px) {
  .list-of-blogs .blog > a > .d-flex p.fsz-14 {
    max-width: 268px;
  }
}
@media (max-width: 479px) {
  .list-of-blogs .blog {
    max-width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .list-of-blogs .blog {
    max-width: 100%;
  }
}
.list-of-blogs .blog::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  height: 1px;
  width: 0;
  background: #000;
  transition: all 0.7s;
}
.list-of-blogs .blog p {
  color: #aaaaaa;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.list-of-blogs .blog:hover::after {
  width: 100%;
}
.list-of-blogs .blog:hover p {
  color: #000;
}

#post .center {
  max-width: 900px;
}
#post .center p {
  text-align: center;
}
#post .center .title {
  margin-bottom: 23px;
}
#post .banner {
  margin-top: 14px;
  margin-bottom: 32px;
}
@media (min-width: 1023px) and (max-width: 1366px) {
  #post .banner img {
    height: 70vh;
  }
}
#post .post {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
#post .post p {
  margin: 20px 0;
  font-size: 13px;
  text-align: justify;
}
@media (max-width: 479px) {
  #post .post p {
    margin: 10px 0;
    font-size: 14px;
  }
}
#post .post img {
  margin: 20px 0;
}
@media (max-width: 479px) {
  #post .post img {
    margin: 10px 0;
  }
}

.hookBreadcrumb-left .back {
  gap: 8px;
}
.hookBreadcrumb-left .back .icon {
  width: 22px;
}
.hookBreadcrumb-left .back p {
  color: #aaaaaa;
}

#anotherBlog {
  margin-top: 88px;
}
#anotherBlog .see-more {
  margin-top: 49px;
}

.list-of-projects {
  max-width: 1132px;
  margin: 0 auto;
}
.list-of-projects .see-more {
  margin-bottom: 50px;
}
.list-of-projects .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 88px;
}
.list-of-projects .row li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.list-of-projects .row li:nth-child(3), .list-of-projects .row li:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .list-of-projects .row li:nth-child(3), .list-of-projects .row li:last-child {
    margin-bottom: 20px;
  }
}
.list-of-projects .project {
  height: 377px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  transition: all 0.5s;
  display: flex;
  align-items: end;
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .list-of-projects .project {
    height: 308px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .list-of-projects .project {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .list-of-projects .project {
    height: 264px;
  }
}
.list-of-projects .project:hover .content .d-flex {
  padding: 21px 0 21px 62px !important;
}
.list-of-projects .project .content {
  width: 100%;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.6));
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.list-of-projects .project .content .d-flex {
  padding: 21px 0 21px 32px;
  gap: 20px;
  align-items: center;
  transition: all 0.3s;
}
.list-of-projects .project .content .d-flex:hover {
  padding: 21px 0 21px 62px;
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .list-of-projects .project .content .d-flex {
    padding: 18px 0 18px 26px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .list-of-projects .project .content .d-flex {
    padding: 14px 0 14px 21px;
  }
}
@media (max-width: 479px) {
  .list-of-projects .project .content .d-flex {
    padding: 14px 0 14px 21px;
  }
}
.list-of-projects .project .content p {
  color: #fff;
  text-transform: uppercase;
}
.list-of-projects .project .content i {
  color: #fff;
}
.list-of-projects .project:hover .content {
  display: flex;
  transition: all 0.5s;
}

.bottom-border-line {
  padding-bottom: 112px;
  border-bottom: 1px solid #000;
}

.contact-popup {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 12345678910;
  top: 0;
  left: 0;
}
.contact-popup .bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}
.contact-popup .main {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 711px;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px, rgba(10, 37, 64, 0.1) 0px -2px 6px 0px inset;
  border-radius: 5px;
}
@media (max-width: 479px) {
  .contact-popup .main {
    padding: 40px 0;
    max-width: 100%;
    width: calc(100% - 40px);
    box-shadow: rgba(50, 50, 93, 0.01) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px, rgba(10, 37, 64, 0.15) 0px -2px 6px 0px inset;
  }
}
.contact-popup .main .d-flex {
  height: 100%;
}
.contact-popup .main .d-flex > div {
  width: 50%;
}
@media (max-width: 479px) {
  .contact-popup .main .d-flex > div {
    width: calc(100% - 40px);
  }
}
@media (max-width: 479px) {
  .contact-popup .main .d-flex {
    justify-content: center;
  }
}
.contact-popup .main .d-flex .content {
  padding: 24px 27px;
  max-height: 480px;
}
.contact-popup .main .d-flex .content .logo {
  width: 47px;
  height: auto;
  margin: auto;
  margin-bottom: 40px;
}
.contact-popup .main .d-flex .content .logo img {
  height: 100%;
}
.contact-popup .main .d-flex .content .title {
  font-size: 18px !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 245px;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 20px;
}
.contact-popup .main .d-flex .content .title .d-flex {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .contact-popup .main .d-flex .content .title .d-flex {
    gap: 0;
  }
}
@media (max-width: 479px) {
  .contact-popup .main .d-flex .content .title .d-flex {
    gap: 0;
  }
}
.contact-popup .main .d-flex .content .title .d-flex p {
  color: #000 !important;
  line-height: 16px;
  font-weight: 600;
}
.contact-popup .main .d-flex .content .desc {
  margin-bottom: 25px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  max-width: 245px;
  color: #000 !important;
}
.contact-popup .main .d-flex .content form ul li {
  margin-bottom: 12px;
}
.contact-popup .main .d-flex .content form ul li:last-child {
  margin-bottom: 24px;
}
.contact-popup .main .d-flex .content form ul li input {
  width: 100%;
  color: #000 !important;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 3px;
  background: transparent;
}
.contact-popup .main .d-flex .content form ul li label {
  color: red;
  font-size: 10px;
  font-style: italic;
  line-height: 10px;
}
.contact-popup .main .d-flex .content form .btn {
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
  border: none;
}
.contact-popup .main .d-flex .content form .btn button {
  background: none;
}
.contact-popup .main .d-flex .content form .btn button p {
  border-radius: 5px;
  padding: 6px 16px;
  border: 1px solid #000;
  color: #000 !important;
  font-family: "Regular", sans-serif;
}
.contact-popup .main .d-flex .image {
  border-radius: 0 5px 5px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 479px) {
  .contact-popup .main .d-flex .image {
    display: none;
  }
}
.contact-popup .main .d-flex .image .close {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 30px;
  cursor: pointer;
}
.contact-popup .main .d-flex .image .close i {
  font-size: 20px;
  color: #fff;
}

.about-us {
  padding-top: 173px;
  color: #000;
}
.about-us p.p {
  animation: fade_text_img linear both;
  animation-timeline: view();
  animation-range: entry 50% cover 50%;
}
.about-us .fade_img {
  animation: fade_text_img linear both;
  animation-timeline: view();
  animation-range: entry 25% cover 50%;
}
.about-us .title_and_desc {
  max-width: 600px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .title_and_desc {
    margin-bottom: 90px;
  }
}
@media (max-width: 479px) {
  .about-us .title_and_desc {
    margin-bottom: 62px;
  }
}
.about-us .title_and_desc .title {
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.07em;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
  opacity: 0;
}
@media (max-width: 479px) {
  .about-us .title_and_desc .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.about-us .title_and_desc .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  opacity: 0;
}
@media (max-width: 479px) {
  .about-us .title_and_desc .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-us .images_list_1 {
  display: flex;
  gap: 40px;
  align-items: end;
  margin-bottom: 250px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .images_list_1 {
    gap: 24px;
    margin-bottom: 166px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .images_list_1 {
    margin-bottom: 126px;
    gap: 25px;
  }
}
@media (max-width: 479px) {
  .about-us .images_list_1 {
    gap: 12px;
    margin-bottom: 174px;
  }
}
.about-us .images_list_1 .image {
  opacity: 0;
}
.about-us .images_list_1 .image_mobi {
  margin-bottom: 35px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .images_list_1 .image_mobi {
    margin-bottom: 67px;
  }
}
.about-us .images_list_1 .image_mobi .image:first-child {
  margin-bottom: 18px;
  width: 51px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .images_list_1 .image_mobi .image:first-child {
    margin-bottom: 36px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .images_list_1 .image_mobi .image:first-child {
    width: 98px;
    height: 136px;
  }
}
.about-us .images_list_1 .image_mobi .image:last-child {
  width: 73px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .images_list_1 .image_mobi .image:last-child {
    width: 141px;
    height: 194px;
  }
}
.about-us .images_list_1 > .image:first-child {
  margin-bottom: 121px;
}
@media (max-width: 479px) {
  .about-us .images_list_1 > .image:first-child {
    width: 75px;
    margin-bottom: 87px;
  }
  .about-us .images_list_1 > .image:first-child img {
    width: 75px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .images_list_1 > .image:first-child {
    margin-bottom: 74px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .images_list_1 > .image:first-child {
    margin-bottom: 168px;
    width: 145px;
    height: 165px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .images_list_1 > .image:nth-child(2) {
    width: 412px;
    height: 540px;
  }
  .about-us .images_list_1 > .image:nth-child(2) img {
    height: 540px;
  }
}
@media (max-width: 479px) {
  .about-us .images_list_1 > .image:nth-child(2) {
    width: 217px;
  }
  .about-us .images_list_1 > .image:nth-child(2) img {
    min-height: 279px;
    height: 100%;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .images_list_1 > .image:nth-child(3) {
    width: 98px;
    height: 136px;
  }
}
.about-us .images_list_1 > .image:last-child {
  margin-bottom: 244px;
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .images_list_1 > .image:last-child {
    margin-bottom: 148px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .images_list_1 > .image:last-child {
    margin-bottom: 67px;
    width: 141px;
    height: 194px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .ver_d_none {
    display: none;
  }
}
.about-us .sec_3 .sec_3_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 178px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_3 .sec_3_list {
    gap: 127px;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_3 .sec_3_list {
    gap: 58px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_3 .sec_3_list {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 479px) {
  .about-us .sec_3 .avt_1 {
    margin-top: 104px;
    margin-bottom: 33px;
  }
  .about-us .sec_3 .avt_2 {
    margin-bottom: 98px;
  }
}
.about-us .sec_3 .avt {
  min-width: 236px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_3 .avt {
    min-width: 237px;
  }
}
.about-us .sec_3 .avt .img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_3 .avt .img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_3 .avt .img {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_3 .avt .img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    width: 110px;
    height: 110px;
  }
}
.about-us .sec_3 .avt .content {
  padding-top: 40px;
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_3 .avt .content {
    padding-top: 38px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_3 .avt .content {
    padding-top: 0;
  }
}
.about-us .sec_3 .avt .content .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  margin-bottom: 4px;
}
.about-us .sec_3 .avt .content .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_3 .story_content {
    display: none;
  }
}
.about-us .sec_3 .story {
  display: flex;
  flex-direction: column;
  gap: 62px;
  max-width: 640px;
}
.about-us .sec_3 .story .content .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 479px) {
  .about-us .sec_3 .story .content .title {
    text-align: left;
  }
}
.about-us .sec_3 .story .content .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 479px) {
  .about-us .sec_3 .story .content .desc {
    text-align: left;
  }
}
.about-us .sec_3 .story .line {
  font-size: 120px;
  font-weight: 250;
  line-height: 180px;
  text-align: center;
  font-family: "Thin", sans-serif;
}
.about-us .sec_4 {
  padding-top: 250px;
  margin-bottom: 250px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_4 {
    padding-top: 100px;
    margin-bottom: 132px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_4 {
    padding-top: 222px;
    margin-bottom: 161px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_4 {
    padding-top: 98px;
    margin-bottom: 92px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .top {
    margin-bottom: 72px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .top {
    margin-bottom: 100px;
  }
}
.about-us .sec_5 .top .center {
  gap: 330px;
  display: flex;
  justify-content: center;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .top .center {
    gap: 106px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .top .center {
    gap: 87px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .top .center {
    gap: 94px;
    flex-direction: column-reverse;
  }
}
.about-us .sec_5 .top .center .images_list {
  gap: 32px;
  display: flex;
}
@media (max-width: 479px) {
  .about-us .sec_5 .top .center .images_list {
    gap: 21px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .top .center .images_list {
    gap: 18px;
  }
}
.about-us .sec_5 .top .center .images_list .d-flex {
  gap: 32px;
  flex-direction: column;
}
@media (max-width: 479px) {
  .about-us .sec_5 .top .center .images_list .d-flex {
    gap: 21px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .top .center .images_list .d-flex {
    gap: 18px;
  }
}
.about-us .sec_5 .top .center .images_list .d-flex:first-child {
  padding-top: 116px;
  align-items: end;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .top .center .images_list .d-flex:first-child {
    padding-top: 80px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .top .center .images_list .d-flex:first-child {
    padding-top: 92px;
  }
}
.about-us .sec_5 .top .center .images_list .d-flex:first-child .img:first-child {
  width: 127px;
  height: 174px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .top .center .images_list .d-flex:first-child .img:first-child {
    width: 69px;
    height: 94px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .top .center .images_list .d-flex:first-child .img:first-child {
    width: 117px;
    height: 160px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .top .center .images_list .d-flex:first-child .img:first-child {
    width: 80px;
    height: 110px;
  }
}
.about-us .sec_5 .top .center .images_list .d-flex:first-child .img:last-child {
  width: 214px;
  height: 288px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .top .center .images_list .d-flex:first-child .img:last-child {
    width: 116px;
    height: 157px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .top .center .images_list .d-flex:first-child .img:last-child {
    width: 197px;
    height: 265px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .top .center .images_list .d-flex:first-child .img:last-child {
    width: 135px;
    height: 183px;
  }
}
.about-us .sec_5 .top .center .images_list .d-flex:last-child .img:first-child {
  width: 348px;
  height: 470px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .top .center .images_list .d-flex:last-child .img:first-child {
    width: 190px;
    height: 257px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .top .center .images_list .d-flex:last-child .img:first-child {
    width: 320px;
    height: 433px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .top .center .images_list .d-flex:last-child .img:first-child {
    width: 193px;
    height: 298px;
  }
  .about-us .sec_5 .top .center .images_list .d-flex:last-child .img:first-child img {
    height: 298px;
  }
}
.about-us .sec_5 .top .center .images_list .d-flex:last-child .img:last-child {
  width: 174px;
  height: 235px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .top .center .images_list .d-flex:last-child .img:last-child {
    width: 95px;
    height: 129px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .top .center .images_list .d-flex:last-child .img:last-child {
    width: 110px;
    height: 149px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .top .center .images_list .d-flex:last-child .img:last-child {
    width: 160px;
    height: 217px;
  }
}
.about-us .sec_5 .top .center .content {
  padding-top: 73px;
  max-width: 465px;
}
.about-us .sec_5 .end .center {
  gap: 175px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .end .center {
    gap: 98px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .end .center {
    gap: 23px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .end .center {
    gap: 134px;
    flex-direction: column;
  }
}
.about-us .sec_5 .end .center .images_list {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .end .center .images_list {
    gap: 24px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .end .center .images_list {
    gap: 16px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .end .center .images_list {
    gap: 14px;
  }
}
.about-us .sec_5 .end .center .images_list .d-flex {
  gap: 40px;
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .end .center .images_list .d-flex {
    gap: 31px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .end .center .images_list .d-flex {
    gap: 18px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .end .center .images_list .d-flex {
    gap: 20px;
  }
}
.about-us .sec_5 .end .center .images_list .d-flex:first-child {
  align-items: end;
}
.about-us .sec_5 .end .center .images_list .d-flex:first-child .img:first-child {
  width: 382px;
  height: 489px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .end .center .images_list .d-flex:first-child .img:first-child {
    width: 174px;
    height: 222px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .end .center .images_list .d-flex:first-child .img:first-child {
    width: 293px;
    height: 376px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .end .center .images_list .d-flex:first-child .img:first-child {
    width: 255px;
    height: 287px;
  }
  .about-us .sec_5 .end .center .images_list .d-flex:first-child .img:first-child img {
    height: 287px;
  }
}
.about-us .sec_5 .end .center .images_list .d-flex:first-child .img:last-child {
  width: 290px;
  height: 195px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .end .center .images_list .d-flex:first-child .img:last-child {
    width: 132px;
    height: 88px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .end .center .images_list .d-flex:first-child .img:last-child {
    width: 223px;
    height: 150px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .end .center .images_list .d-flex:first-child .img:last-child {
    width: 146px;
    height: 98px;
  }
  .about-us .sec_5 .end .center .images_list .d-flex:first-child .img:last-child img {
    height: 98px;
  }
}
.about-us .sec_5 .end .center .images_list .d-flex:last-child {
  justify-content: center;
}
@media (max-width: 479px) {
  .about-us .sec_5 .end .center .images_list .d-flex:last-child {
    justify-content: start;
  }
}
.about-us .sec_5 .end .center .images_list .d-flex:last-child .img {
  width: 445px;
  height: 292px;
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .end .center .images_list .d-flex:last-child .img {
    width: 342px;
    height: 225px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .end .center .images_list .d-flex:last-child .img {
    width: 259px;
    height: 170px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .end .center .images_list .d-flex:last-child .img {
    width: 203px;
    height: 133px;
  }
}
.about-us .sec_5 .end .center .content {
  padding-top: 356px;
  max-width: 600px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .about-us .sec_5 .end .center .content {
    padding-top: 37px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .about-us .sec_5 .end .center .content {
    padding-top: 223px;
  }
}
@media (max-width: 479px) {
  .about-us .sec_5 .end .center .content {
    padding-top: 134px;
  }
}
.about-us .sec_5 .end .center .content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-us .sec_5 .content .title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}
.about-us .sec_5 .content .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.splitting {
  color: #000;
}
.splitting .char {
  transition: transform 0.01s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.01s linear;
  transition-delay: calc(20ms * var(--char-index));
}
.splitting[data-scroll=out] .char {
  opacity: 0.1;
  transform: translateY(0.25em);
}

@keyframes fade_text_img {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer {
  padding-top: 114px;
}
footer .copyright {
  padding-bottom: 16px;
  border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 479px) {
  footer .copyright .mobile {
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .copyright .mobile p,
  footer .copyright .mobile a {
    font-size: 13px;
  }
}
footer .copyright > div {
  gap: 5px;
  width: 100%;
  justify-content: center;
}
footer .footer-list {
  margin-top: 60px;
  padding-bottom: 68px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  footer .footer-list {
    padding-bottom: 80px;
  }
}
@media (max-width: 479px) {
  footer .footer-list {
    margin-top: 50px;
  }
}
footer .footer-list .title {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  footer .footer-list .title {
    margin-bottom: 20px;
  }
}
footer .footer-list .title p {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  footer .footer-list .title p {
    font-family: "Bold", sans-serif;
    font-weight: 800;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  footer .footer-list .title p {
    font-family: "Bold", sans-serif;
    font-weight: 800;
  }
}
@media (max-width: 479px) {
  footer .footer-list ul.row > li:first-child .icons {
    justify-content: center;
    margin-bottom: 60px;
  }
  footer .footer-list ul.row > li:first-child .icons img {
    width: 34px;
  }
  footer .footer-list ul.row > li:first-child .icons li:last-child img {
    width: 28px;
  }
  footer .footer-list ul.row > li:last-child .icons {
    display: none;
  }
  footer .footer-list ul.row > li:last-child .an {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  footer .footer-list ul.row > li:nth-child(3) a {
    text-align: center;
  }
  footer .footer-list ul.row > li:nth-child(4) a {
    text-align: right;
  }
  footer .footer-list ul.row > li:last-child {
    margin-top: 63px;
  }
  footer .footer-list ul.row > li:last-child .title {
    margin-bottom: 18px;
  }
}
footer .footer-list ul.content {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 479px) {
  footer .footer-list ul.content {
    display: none;
  }
}
footer .footer-list ul.content > li p {
  font-family: "Bold", sans-serif;
  font-weight: 800;
}
footer .footer-list ul.content > li > ul {
  margin-top: 12px;
  gap: 4px;
  display: flex;
  flex-direction: column;
}
footer .footer-list ul.content > li > ul > li p {
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 480px) and (max-width: 1023px) {
  footer .footer-list .social-media {
    display: flex;
    gap: 103px;
  }
  footer .footer-list .social-media .email {
    flex: 1;
  }
}
@media (max-width: 479px) {
  footer .footer-list .social-media .email {
    margin-top: 64px;
  }
}
footer .footer-list .social-media ul.icons {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 68px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  footer .footer-list .social-media ul.icons {
    margin-bottom: 0;
  }
}
footer .footer-list .social-media ul.icons li:last-child img {
  width: 24px;
}
footer .footer-list .social-media ul.icons img {
  width: 28px;
}
footer .footer-list .social-media form .form-input {
  width: 100%;
}
footer .footer-list .social-media form button {
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  height: 30px;
  border-radius: 0;
}
footer .footer-list .social-media form input {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  background: transparent;
}
@media (max-width: 479px) {
  footer .footer-list .social-media form input {
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
    padding-bottom: 6px;
  }
}
footer .footer-list .social-media form label {
  color: red;
  font-size: 8px;
}

.modeEff {
  color: #fff;
  background: #141414 !important;
}
.modeEff::after {
  background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.8) 100%) !important;
}
.modeEff p,
.modeEff a,
.modeEff i,
.modeEff h1,
.modeEff h2,
.modeEff h3,
.modeEff input,
.modeEff button {
  color: #ffffff !important;
}
.modeEff .loader {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #fff;
}
.modeEff .success_popup {
  background-color: rgba(0, 0, 0, 0.5);
}
.modeEff .setting-bg::after {
  background-color: #fff;
}
.modeEff .search-popup {
  background: #141414 !important;
}
.modeEff .search-popup::after {
  background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.8) 100%) !important;
}
.modeEff .search-popup form input,
.modeEff .send-emails,
.modeEff .email {
  border-bottom: 1px solid #fff;
}
.modeEff .contact-popup .bg {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.modeEff .contact-popup .main {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04) !important;
}
.modeEff .bg-popup .list .active .bg p,
.modeEff .product-detail .info .btn-list button p {
  border: 1px solid #fff !important;
}
.modeEff .bg-popup .list .active .bg:hover p,
.modeEff .product-detail .info .btn-list button:hover p {
  border: 1px solid #ac3028 !important;
}
.modeEff .bg-popup {
  box-shadow: rgba(50, 50, 93, 0) 0px 50px 100px -20px, rgba(255, 255, 255, 0) 0px 25px 60px -30px, rgba(204, 204, 204, 0.1) 0px 0px 17px 0px inset;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .modeEff .bg-popup {
    box-shadow: rgba(50, 50, 93, 0) 0px 50px 100px -20px, rgba(255, 255, 255, 0) 0px 25px 60px -30px, rgba(204, 204, 204, 0.1) 0px 0px 17px 0px inset;
  }
}
@media (max-width: 479px) {
  .modeEff .bg-popup {
    box-shadow: rgba(50, 50, 93, 0) 0px 50px 100px -20px, rgba(255, 255, 255, 0) 0px 25px 60px -30px, rgba(204, 204, 204, 0.1) 0px 0px 17px 0px inset;
    padding: 32px 0px;
  }
}
.modeEff .see-more::after {
  background-color: #fff !important;
}
.modeEff footer .footer-list .social-media form input,
.modeEff footer .footer-list .social-media form button {
  border-bottom: 1px solid #fff;
}
.modeEff .social-media .email {
  border: none;
}
.modeEff .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.opacity-00 {
  opacity: 0 !important;
}

body::after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 230px;
  z-index: 0;
  background: linear-gradient(0deg, rgba(252, 250, 247, 0) 0%, rgb(252, 250, 247) 95%);
}
@media (max-width: 479px) {
  body::after {
    height: 100px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  body::after {
    height: 150px;
  }
}

.fsz-18 {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .fsz-18 {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1023px) and (max-width: 1366px) {
  .fsz-18 {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 479px) {
  .fsz-18 {
    font-size: 14px;
    line-height: 21px;
  }
}

.fsz-13 {
  font-size: 13px;
  line-height: 15px;
}

.fsz-12 {
  font-size: 12px;
  line-height: 15px;
}

.fsz-10 {
  font-size: 10px;
  line-height: 15px;
}

.fsz-14 {
  font-size: 14px;
  line-height: 21px;
}

.fsz-16 {
  font-size: 16px;
  line-height: 24px;
}

.fsz-32 {
  font-size: 32px;
  line-height: 48px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .fsz-32 {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 479px) {
  .fsz-32 {
    font-size: 24px;
    line-height: 36px;
  }
}

a,
i,
p,
input,
button {
  color: #000;
}

.white-color {
  color: #fff;
}

.padding-40 {
  padding: 0 40px;
}
@media (max-width: 479px) {
  .padding-40 {
    padding: 0 20px;
  }
}

.white-bg {
  background-color: #fff !important;
}

.pointer-events {
  pointer-events: initial !important;
}

.top-60 {
  top: -80px !important;
}

.top-100 {
  top: -100px !important;
}

.charm-end-black,
.charm-black,
.charm-white,
.charm-end-white {
  opacity: 1;
  transition: all 1s;
}
.opacity-bg {
  opacity: 0;
}

.opacity_0 {
  opacity: 0;
}

.charm-text .bg {
  position: relative;
}
.charm-text .bg img {
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 493px;
  height: 126px;
}
@media (max-width: 479px) {
  .charm-text .bg img {
    width: 326px;
    height: 83px;
  }
}

.charm-text-footer .bg {
  position: relative;
}
.charm-text-footer .bg img {
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 493px;
  height: 126px;
}
@media (max-width: 479px) {
  .charm-text-footer .bg img {
    width: 326px;
    height: 83px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}

.mo-ta-san-pham {
  padding: 8px 0;
  max-width: 60%;
  margin: auto;
}
@media (max-width: 479px) {
  .mo-ta-san-pham {
    max-width: 100%;
  }
}
.mo-ta-san-pham p {
  text-align: justify;
}/*# sourceMappingURL=index.css.map */