.displayResposive {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 576px) {
  .displayResposive.show-xs {
    display: block;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .displayResposive.show-sm {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .displayResposive.show-md {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .displayResposive.show-lg {
    display: block;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .displayResposive.show-xl {
    display: block;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .displayResposive.show-xxl {
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .displayResposive.show-3xl {
    display: block;
  }
}

html.debugMode:before {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 5px;
  top: 5px;
  background: red;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
html.debugMode:after {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 40px;
  top: 5px;
  background: blue;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media screen and (min-width: 1px) {
  html.debugMode:after {
    content: "xs";
    display: flex;
  }
}
@media screen and (min-width: 577px) {
  html.debugMode:after {
    content: "sm";
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  html.debugMode:after {
    content: "md";
    display: flex;
  }
}
@media screen and (min-width: 993px) {
  html.debugMode:after {
    content: "lg";
    display: flex;
  }
}
@media screen and (min-width: 1201px) {
  html.debugMode:after {
    content: "xl";
    display: flex;
  }
}
@media screen and (min-width: 1401px) {
  html.debugMode:after {
    content: "xxl";
    display: flex;
  }
}
@media screen and (min-width: 1921px) {
  html.debugMode:after {
    content: "3xl";
    display: flex;
  }
}
@media screen and (min-width: 2561px) {
  html.debugMode:after {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 2559px) {
  html.debugMode:before {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 1919px) {
  html.debugMode:before {
    content: "3xl";
    display: flex;
  }
}
@media screen and (max-width: 1399px) {
  html.debugMode:before {
    content: "xxl";
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  html.debugMode:before {
    content: "xl";
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  html.debugMode:before {
    content: "lg";
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  html.debugMode:before {
    content: "md";
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  html.debugMode:before {
    content: "sm";
    display: flex;
  }
}
@media screen and (max-width: -1px) {
  html.debugMode:before {
    content: "xs";
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  header .container {
    gap: 15px;
  }
  header .search {
    display: none;
  }
  header .searchMobile {
    display: flex;
    margin-left: auto;
    width: 36px;
  }
  header .langueSelect {
    display: none;
  }
  header .langueSelect .lang {
    color: #71604F !important;
  }
  header .langueSelect .selectedLangue .icon {
    display: none;
  }
  header .langueSelect .otherLangs {
    position: relative;
    padding: 10px 0 10px 20px;
    flex-direction: row;
    border-radius: 0;
    top: unset;
    left: unset;
    transform: unset;
    transition: 0.3s ease all;
    background: #fff !important;
    max-height: 100%;
    opacity: 1;
    pointer-events: auto;
  }
  header .langueSelect .otherLangs .lang {
    font-weight: 400;
  }
  header .langueSelect.mobile {
    display: flex;
  }
  header .logo {
    height: 14px;
    margin-right: 0;
  }
  header .cooperation,
  header .cooperationGroup {
    display: none;
  }
  header .notification {
    position: unset;
  }
  header .notification .notifications {
    width: calc(100vw - 20px);
    left: 50%;
    transform: translateX(-50%);
  }
  header .notification .notifications .item {
    padding: 24px 9px 24px 27px;
  }
  header .megaMenuArea {
    order: 3;
  }
  header .megaMenuArea .megaMenu {
    padding: 30px 40px;
    flex-direction: column;
    /*overflow: hidden;
    overflow-y: auto;
    height: 100vh;*/
  }
  header .megaMenuArea .megaMenu .right {
    display: none;
  }
  header .megaMenuArea .megaMenu .middle .acarkonx img {
    height: 25px;
  }
  header .megaMenuArea .megaMenu .middle .menuLangSelect {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
  }
  header .megaMenuArea .megaMenu .middle .subMenu {
    display: none;
  }
  header .openMegaMenu span {
    left: unset;
    right: 0;
  }
  header .openMegaMenu:after {
    display: none;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  header .notification {
    position: unset;
  }
  header .notification .notifications {
    left: 50%;
    transform: translateX(-50%);
  }
  header .container {
    gap: 10px;
  }
  header .search {
    display: none;
  }
  header .searchMobile {
    display: flex;
  }
  header .logo {
    height: 16px;
    margin-right: 0;
  }
  header .cooperation {
    margin-left: 20px;
    font-size: 13px;
  }
  header .megaMenuArea .megaMenu {
    padding: 50px 50px;
  }
  header .megaMenuArea .megaMenu .subMenu li a {
    font-size: 16px;
  }
  header .megaMenuArea .megaMenu .right {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  header .container {
    gap: 25px;
  }
  header .search {
    display: none;
  }
  header .searchMobile {
    display: flex;
  }
  header .logo {
    height: 18px;
  }
  header .cooperation {
    margin-left: 20px;
  }
  header .megaMenuArea .megaMenu {
    flex-wrap: wrap;
    gap: 45px;
  }
  header .megaMenuArea .megaMenu .subMenu li a {
    font-size: 16px;
  }
  header .megaMenuArea .megaMenu .left {
    width: calc((100% - 45px * 1) / 2);
  }
  header .megaMenuArea .megaMenu .middle {
    width: calc((100% - 45px * 1) / 2);
  }
  header .megaMenuArea .megaMenu .right {
    width: 100%;
  }
  header .megaMenuArea .megaMenu .items .item {
    aspect-ratio: 249/100;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  header .megaMenuArea .megaMenu {
    padding: 70px 40px;
  }
  header .megaMenuArea .megaMenu .subMenu li a {
    font-size: 16px;
  }
  header .megaMenuArea .megaMenu .items .item img {
    height: 23px;
  }
}
@media screen and (max-width: 576px) {
  .footerTop .top {
    margin-bottom: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    gap: 30px;
  }
  .footerTop .top .titleArea {
    text-align: center;
  }
  .footerTop .top .titleArea .title {
    max-width: 100%;
    font-size: 24px;
  }
  .footerTop .top .titleArea .description {
    font-size: 16px;
  }
  .footerTop .top .next {
    padding: 15px 35px;
  }
  .footerTop .top .next .icon {
    width: 30px;
    height: 30px;
  }
  .footerTop .bottom {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .footerTop .bottom .text {
    max-width: 100%;
    text-align: center;
  }
  .footerTop .bottom .address {
    text-align: center;
  }
  .footerTop .content {
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: center;
  }
  .footerTop .content .dealerBtn {
    order: 3;
  }
  .footerTop .content .logoArea {
    margin: 0;
  }
  .footerTop .content .social {
    width: 100%;
    justify-content: center;
    margin: 0;
    order: 2;
  }
  footer .menus {
    gap: 40px;
    justify-content: space-between;
    flex-direction: column;
  }
  footer .menus .menu {
    width: 100%;
    text-align: center;
  }
  footer .menus .menu .title {
    margin-bottom: 30px;
  }
  footer .goPoliticas {
    flex-direction: column;
    gap: 30px;
  }
  footer .goPoliticas .links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
  }
  footer .goPoliticas .links a {
    white-space: nowrap;
  }
  footer .bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .footerTop .top {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .footerTop .top .titleArea {
    padding-right: 40px;
  }
  .footerTop .top .titleArea .title {
    max-width: 100%;
    font-size: 24px;
  }
  .footerTop .top .titleArea .description {
    font-size: 16px;
  }
  .footerTop .top .next {
    padding: 15px 35px;
  }
  .footerTop .top .next .icon {
    width: 30px;
    height: 30px;
  }
  .footerTop .bottom {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .footerTop .bottom .text {
    max-width: 100%;
    text-align: center;
  }
  .footerTop .bottom .address {
    width: calc(50% - 15px);
  }
  .footerTop .content {
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: center;
  }
  .footerTop .content .dealerBtn {
    order: 3;
  }
  .footerTop .content .social {
    margin: 0;
    padding-right: 10px;
    order: 2;
  }
  footer .menus {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }
  footer .menus .menu {
    width: calc(50% - 20px);
  }
  footer .menus .menu .title {
    margin-bottom: 30px;
  }
  footer .goPoliticas .links {
    flex-wrap: wrap;
    gap: 10px 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .footerTop .top .titleArea {
    padding-right: 40px;
  }
  .footerTop .top .titleArea .title {
    max-width: 100%;
    font-size: 24px;
  }
  .footerTop .top .titleArea .description {
    font-size: 16px;
  }
  .footerTop .top .next {
    padding: 15px 35px;
  }
  .footerTop .top .next .icon {
    width: 30px;
    height: 30px;
  }
  .footerTop .bottom {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footerTop .bottom .text {
    max-width: 100%;
  }
  .footerTop .bottom .address {
    width: calc(50% - 15px);
  }
  .footerTop .content {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .footerTop .content .social {
    margin: 0;
  }
  footer .menus {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }
  footer .menus .menu {
    width: calc(50% - 20px);
  }
  footer .menus .menu .title {
    margin-bottom: 30px;
  }
  footer .goPoliticas .links {
    flex-wrap: wrap;
    gap: 10px 50px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .footerTop .top .titleArea {
    padding-right: 40px;
  }
  .footerTop .top .titleArea .title {
    max-width: 100%;
    font-size: 30px;
  }
  .footerTop .top .titleArea .description {
    font-size: 17px;
  }
  .footerTop .top .next {
    padding: 20px 55px;
  }
  .footerTop .bottom {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footerTop .bottom .text {
    max-width: 100%;
  }
  .footerTop .bottom .address {
    width: calc(50% - 15px);
  }
  footer .menus {
    gap: 70px;
  }
  footer .menus ul li a {
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .row {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  section.mainSlider .swiper-slide .container {
    padding-top: 100px;
  }
  section.mainSlider .swiper-slide .background {
    aspect-ratio: 1920/1500;
  }
  section.mainSlider .swiper-slide .contentArea {
    padding: 25px;
    min-height: 310px;
    max-width: 100%;
  }
  section.mainSlider .swiper-slide .contentArea .brand {
    margin-bottom: 15px;
  }
  section.mainSlider .swiper-slide .contentArea .brand img {
    max-height: 15px;
  }
  section.mainSlider .swiper-slide .contentArea .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: auto;
  }
  section.mainSlider .swiper-slide .contentArea .subTitle {
    font-size: 13px;
  }
  section.mainSlider .swiper-slide .contentArea .description {
    display: none;
  }
  section.mainSlider .swiper-slide .contentArea .navigation {
    margin-bottom: 0;
  }
  section.mainSlider .swiper-slide .contentArea .navigation .addToFav {
    display: none;
  }
  section.mainShowcase .containerLeftPadding {
    padding-right: 15px;
  }
  section.mainShowcase .titleArea {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  section.mainShowcase .titleArea .title {
    font-size: 26px;
    line-height: 38px;
    margin-top: 15px;
    margin-bottom: 60px;
  }
  section.mainShowcase .owl-carousel .item {
    width: 80vw;
  }
  section.mainShowcase .owl-carousel .item.active, section.mainShowcase .owl-carousel .item.first {
    width: calc(100vw - 25px);
  }
  section.mainCollection .title {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
  }
  section.mainCollection .subTitle {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  section.mainStory {
    margin-bottom: 50px;
  }
  section.mainStory .titleArea {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  section.mainStory .titleArea .title {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  section.mainStory .banner {
    height: 140px;
  }
  section.mainStory .banner .img {
    width: 200px;
    bottom: -32px;
  }
  section.mainStory .storyContent {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 45px;
  }
  section.mainStory .storyContent .spotText .moreInfo {
    line-height: 25px;
  }
  section.mainStory .storyContent .spotText .moreInfo .arrow {
    flex-shrink: 0;
  }
  section.mainCollaborators {
    margin-bottom: 70px;
  }
  section.mainCollaborators .titleArea {
    flex-direction: column;
    align-items: flex-start;
  }
  section.mainCollaborators .titleArea .title {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  section.mainCollaborators .titleArea p {
    max-width: 100%;
  }
  .collaboratorItem .info {
    padding: 25px 35px;
  }
  .collaboratorItem .info .name {
    margin-top: 10px;
  }
  section.mainPromotion {
    flex-direction: column;
  }
  section.mainPromotion .influencer {
    width: 100%;
    margin-bottom: 30px;
  }
  section.mainPromotion .influencer .title {
    font-size: 26px;
    line-height: 39px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  section.mainPromotion .influencer:before {
    top: -100px;
    right: 0;
  }
  section.mainPromotion .promotion {
    padding: 0 10px;
  }
  section.mainPromotion .promotion .title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  section.mainPromotion .promotion .promotionVideo {
    margin-bottom: 15px;
  }
  section.mainPromotion .promotion .promotionVideo:after {
    width: 100%;
  }
  section.mainLastProducts .sectionTitle {
    font-size: 24px;
    margin-bottom: 35px;
  }
  section.mainCollection {
    margin-bottom: 100px;
  }
  section.mainArchitects .wrapper {
    flex-direction: column;
  }
  section.mainArchitects .wrapper .owlWrapper {
    width: 100%;
    margin: 0;
    padding: 85px 0;
  }
  section.mainArchitects .wrapper .collectors {
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
  }
  section.mainArchitects .wrapper .collectors a {
    aspect-ratio: unset;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    transform: rotate(0);
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.mainSlider .swiper-slide .container {
    padding-top: 100px;
  }
  section.mainSlider .swiper-slide .background {
    aspect-ratio: 1920/1500;
  }
  section.mainSlider .swiper-slide .contentArea {
    padding: 30px 55px;
  }
  section.mainSlider .swiper-slide .contentArea .brand {
    margin-bottom: 30px;
  }
  section.mainSlider .swiper-slide .contentArea .title {
    font-size: 29px;
    font-weight: 400;
    line-height: 46px;
  }
  section.mainSlider .swiper-slide .contentArea .description {
    display: none;
  }
  section.mainSlider .swiper-slide .contentArea .navigation {
    margin-bottom: 0;
  }
  section.mainShowcase .containerLeftPadding {
    padding-right: 15px;
  }
  section.mainShowcase .titleArea {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  section.mainShowcase .titleArea .title {
    font-size: 26px;
    line-height: 38px;
    margin-top: 15px;
    margin-bottom: 60px;
  }
  section.mainShowcase .owl-carousel .item {
    width: 70vw;
  }
  section.mainShowcase .owl-carousel .item.active, section.mainShowcase .owl-carousel .item.first {
    width: calc(80vw - 25px);
  }
  section.mainCollection .title {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
  }
  section.mainCollection .subTitle {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  section.mainStory {
    margin-bottom: 50px;
  }
  section.mainStory .titleArea {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  section.mainStory .titleArea .title {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  section.mainStory .banner {
    height: 140px;
    margin-bottom: 45px;
  }
  section.mainStory .banner .img {
    width: 200px;
    bottom: -32px;
  }
  section.mainStory .storyContent {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 45px;
  }
  section.mainStory .storyContent .spotText .moreInfo {
    line-height: 25px;
  }
  section.mainStory .storyContent .spotText .moreInfo .arrow {
    flex-shrink: 0;
  }
  section.mainCollaborators .titleArea {
    flex-direction: column;
    align-items: flex-start;
  }
  section.mainCollaborators .titleArea .title {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  section.mainCollaborators .titleArea p {
    max-width: 100%;
  }
  .collaboratorItem .info {
    padding: 25px 35px;
  }
  .collaboratorItem .info .name {
    margin-top: 10px;
  }
  section.mainPromotion {
    flex-direction: column;
  }
  section.mainPromotion .influencer {
    width: 100%;
    margin-bottom: 30px;
  }
  section.mainPromotion .influencer .title {
    font-size: 26px;
    line-height: 39px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  section.mainPromotion .influencer:before {
    top: -100px;
    right: 0;
  }
  section.mainPromotion .promotion {
    padding: 0 10px;
  }
  section.mainPromotion .promotion .title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  section.mainPromotion .promotion .promotionVideo {
    margin-bottom: 15px;
  }
  section.mainLastProducts .sectionTitle {
    font-size: 24px;
    margin-bottom: 35px;
  }
  section.mainCollection {
    margin-bottom: 100px;
  }
  section.mainArchitects .wrapper {
    flex-direction: column;
  }
  section.mainArchitects .wrapper .owlWrapper {
    width: 100%;
    margin: 0;
    padding: 85px 0;
  }
  section.mainArchitects .wrapper .collectors {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  section.mainArchitects .wrapper .collectors a {
    aspect-ratio: unset;
    position: relative;
    top: unset;
    bottom: unset;
    justify-content: center;
    display: flex;
    left: unset;
    transform: rotate(0);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.mainSlider .swiper-slide .background {
    aspect-ratio: 1920/1500;
  }
  section.mainSlider .swiper-slide .contentArea {
    padding: 40px 55px;
  }
  section.mainSlider .swiper-slide .contentArea .brand {
    margin-bottom: 40px;
  }
  section.mainSlider .swiper-slide .contentArea .title {
    font-size: 32px;
    font-weight: 400;
    line-height: 47px;
  }
  section.mainSlider .swiper-slide .contentArea .description {
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  section.mainShowcase .containerLeftPadding {
    padding-right: 15px;
  }
  section.mainShowcase .titleArea {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  section.mainShowcase .titleArea .title {
    font-size: 26px;
    line-height: 38px;
    margin-top: 15px;
    margin-bottom: 60px;
  }
  section.mainShowcase .owl-carousel .item {
    width: 60vw;
  }
  section.mainShowcase .owl-carousel .item.active, section.mainShowcase .owl-carousel .item.first {
    width: calc(80vw - 25px);
  }
  section.mainCollection .title {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
  }
  section.mainCollection .subTitle {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  section.mainStory {
    margin-bottom: 50px;
  }
  section.mainStory .titleArea {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  section.mainStory .titleArea .title {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  section.mainStory .banner {
    height: 140px;
  }
  section.mainStory .banner .img {
    width: 200px;
    bottom: -32px;
  }
  section.mainStory .storyContent {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 45px;
  }
  section.mainStory .storyContent .spotText .moreInfo {
    line-height: 25px;
  }
  section.mainStory .storyContent .spotText .moreInfo .arrow {
    flex-shrink: 0;
  }
  section.mainCollaborators {
    margin-bottom: 70px;
  }
  section.mainCollaborators .titleArea {
    flex-direction: column;
    align-items: flex-start;
  }
  section.mainCollaborators .titleArea .title {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  section.mainCollaborators .titleArea p {
    max-width: 100%;
  }
  .collaboratorItem .info {
    padding: 25px 35px;
  }
  .collaboratorItem .info .name {
    margin-top: 10px;
  }
  section.mainPromotion {
    flex-direction: column;
  }
  section.mainPromotion .influencer {
    width: 100%;
    margin-bottom: 30px;
  }
  section.mainPromotion .influencer img {
    max-height: 400px;
    margin: 0 auto;
  }
  section.mainPromotion .influencer .title {
    font-size: 26px;
    line-height: 39px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  section.mainPromotion .influencer:before {
    top: -100px;
    right: 0;
  }
  section.mainPromotion .promotion {
    padding: 0 10px;
  }
  section.mainPromotion .promotion .title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  section.mainPromotion .promotion .promotionVideo {
    margin-bottom: 15px;
  }
  section.mainLastProducts .sectionTitle {
    font-size: 24px;
    margin-bottom: 35px;
  }
  section.mainCollection {
    margin-bottom: 100px;
  }
  section.mainArchitects .wrapper {
    flex-direction: column;
  }
  section.mainArchitects .wrapper .owlWrapper {
    width: 100%;
    margin: 0;
    padding: 85px 0;
  }
  section.mainArchitects .wrapper .collectors {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  section.mainArchitects .wrapper .collectors a {
    aspect-ratio: unset;
    position: relative;
    top: unset;
    bottom: unset;
    justify-content: center;
    display: flex;
    left: unset;
    transform: rotate(0);
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.mainSlider .swiper-slide .background {
    aspect-ratio: 1920/1500;
  }
  section.mainSlider .swiper-slide .contentArea {
    padding: 40px 55px;
  }
  section.mainSlider .swiper-slide .contentArea .brand {
    margin-bottom: 40px;
  }
  section.mainSlider .swiper-slide .contentArea .title {
    font-size: 32px;
    font-weight: 400;
    line-height: 47px;
  }
  section.mainSlider .swiper-slide .contentArea .description {
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  section.mainShowcase .titleArea {
    flex-direction: column;
    text-align: center;
  }
  section.mainShowcase .titleArea .title {
    font-size: 26px;
    line-height: 38px;
    margin-top: 15px;
    margin-bottom: 60px;
  }
  section.mainCollection .title {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
  }
  section.mainCollection .subTitle {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  section.mainStory {
    margin-bottom: 50px;
  }
  section.mainStory .titleArea {
    margin-bottom: 30px;
  }
  section.mainStory .titleArea .title {
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  section.mainStory .banner {
    height: 200px;
  }
  section.mainStory .banner .img {
    width: 300px;
    bottom: -62px;
  }
  section.mainStory .storyContent {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 45px;
  }
  section.mainStory .storyContent .spotText .moreInfo {
    line-height: 25px;
  }
  section.mainStory .storyContent .spotText .moreInfo .arrow {
    flex-shrink: 0;
  }
  section.mainCollaborators .titleArea {
    flex-direction: column;
    align-items: flex-start;
  }
  section.mainCollaborators .titleArea .title {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  section.mainCollaborators .titleArea p {
    max-width: 100%;
  }
  section.mainArchitects {
    margin-bottom: 100px;
  }
  .collaboratorItem .info {
    padding: 25px 35px;
  }
  .collaboratorItem .info .name {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.mainStory {
    margin-bottom: 50px;
  }
  section.mainStory .titleArea {
    margin-bottom: 30px;
  }
  section.mainStory .titleArea .title {
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  section.mainStory .banner {
    height: 200px;
  }
  section.mainStory .banner .img {
    width: 300px;
    bottom: -62px;
  }
  section.mainStory .storyContent {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 45px;
  }
  section.mainStory .storyContent .spotText .moreInfo {
    line-height: 25px;
  }
  section.mainStory .storyContent .spotText .moreInfo .arrow {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 576px) {
  .corporateContent .spotText {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .corporateContent .spotText img {
    max-width: 300px;
  }
  .corporateContent .spotText p {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .corporateContent .spotText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .corporateContent .spotText p {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .corporateContent .spotText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  section.timelineBanner .content {
    padding: 40px 20px;
    text-align: center;
  }
  section.timelineBanner .content .title {
    font-size: 26px;
    line-height: 40px;
  }
  section.timelineBanner .content .description {
    line-height: 30px;
    font-size: 16px;
  }
  section.timelineBanner .tabs .timelineArea {
    padding: 40px 0;
  }
  section.timelineBanner .tabs .timelineArea .owlTimeline .owl-item .year {
    font-size: 20px;
  }
  section.timelineBanner .tabs .timelineArea .owlTimeline .owl-item.center .year {
    font-size: 22px;
  }
  section.timelineContent .content {
    text-align: center;
  }
  section.timelineContent .content .title {
    font-size: 21px;
    line-height: 31px;
  }
  section.timelineContent .content .year {
    margin: 30px 0;
  }
  section.timelineContent .content .year span {
    font-size: 60px;
  }
  section.timelineContent .content .year:after {
    display: none;
  }
  section.timelineContent .content .info {
    margin-bottom: 40px;
  }
  section.timelineContent .content:hover .year span {
    transform: translate(0);
  }
  section.timelineContent .tabs .imgArea {
    max-height: 250px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.timelineBanner .content {
    padding-right: 50px;
  }
  section.timelineBanner .content .title {
    font-size: 38px;
  }
  section.timelineBanner .tabs .timelineArea {
    padding: 40px 0;
  }
  section.timelineContent .content {
    text-align: center;
  }
  section.timelineContent .content .title {
    font-size: 25px;
    margin: 0 auto;
    line-height: 31px;
  }
  section.timelineContent .content .year {
    margin: 30px 0;
  }
  section.timelineContent .content .year span {
    font-size: 70px;
  }
  section.timelineContent .content .year:after {
    display: none;
  }
  section.timelineContent .content .info {
    margin-bottom: 40px;
  }
  section.timelineContent .content:hover .year span {
    transform: translate(0);
  }
  section.timelineContent .tabs .imgArea {
    max-height: 250px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.timelineBanner .content {
    padding-right: 50px;
  }
  section.timelineBanner .content .title {
    font-size: 38px;
  }
  section.timelineBanner .tabs {
    padding-bottom: 40px;
  }
  section.timelineBanner .tabs .imgArea {
    max-height: 250px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.timelineBanner .content {
    padding-right: 50px;
    padding-left: 20px;
  }
  section.timelineBanner .content .title {
    font-size: 38px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.timelineBanner .content {
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  section.partnerContent .title {
    font-size: 28px;
  }
  section.partnerContent .partnerDescription {
    margin-top: 35px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 576px) {
  section.mediaBanner .bannerTop {
    text-align: center;
  }
  section.mediaBanner .bannerTop .title {
    line-height: 30px;
  }
  section.mediaBanner .bannerTop .description {
    padding-right: 0;
    font-size: 20px;
  }
  section.mediaBanner.type2 .bannerTop {
    padding-top: 40px;
  }
  section.mediaBanner.type2 .bannerTop .title {
    font-size: 24px;
    line-height: 40px;
  }
  section.mediaBanner.type2 .bannerTop .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  section.mediaBanner.type2 .bannerTop .description {
    padding: 0;
  }
  section.mediaBanner.type2 .bannerTop .description b {
    justify-content: center;
  }
  section.mediaBanner.type2 .bannerTop .imgArea {
    height: 300px;
  }
  section.mediaBanner.type3 .bannerTop {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  section.mediaBanner.type3 .bannerTop .titleArea {
    margin: 0;
  }
  section.mediaBanner.type3 .bannerTop span {
    font-size: 18px;
  }
  section.mediaBanner.type3 .bannerTop .partnerTitle {
    font-size: 25px;
    line-height: 35px;
  }
  section.mediaBanner.type3 .bannerTop .imgArea {
    display: none;
  }
  section.mediaBanner.type3 .bannerBottom {
    min-height: 70px;
    position: relative;
  }
  .fileItem {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .fileItem span {
    justify-content: center;
  }
  .fileItem .goBtn {
    margin: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.mediaBanner .bannerTop .title {
    line-height: 30px;
  }
  section.mediaBanner .bannerTop .description {
    padding-right: 0;
    font-size: 20px;
  }
  section.mediaBanner.type3 .bannerTop span {
    font-size: 18px;
  }
  section.mediaBanner.type3 .bannerTop .partnerTitle {
    font-size: 25px;
    line-height: 35px;
  }
  section.mediaBanner.type3 .bannerTop .imgArea {
    width: 70%;
    height: auto;
  }
  section.mediaBanner.type3 .bannerBottom {
    min-height: 140px;
  }
  section.mediaBanner.type2 .bannerTop {
    padding-top: 40px;
  }
  section.mediaBanner.type2 .bannerTop .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  section.mediaBanner.type2 .bannerTop .description {
    padding: 0;
  }
  section.mediaBanner.type2 .bannerTop .description b {
    justify-content: center;
  }
  section.mediaBanner.type2 .bannerTop .imgArea {
    height: 350px;
  }
  .fileItem {
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 0;
  }
  .fileItem .goBtn {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.mediaBanner.type2 .bannerTop {
    padding-top: 40px;
  }
  section.mediaBanner.type2 .bannerTop .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  section.mediaBanner.type2 .bannerTop .description {
    padding: 0;
  }
  section.mediaBanner.type2 .bannerTop .description b {
    justify-content: center;
  }
  section.mediaBanner.type2 .bannerTop .imgArea {
    height: 350px;
  }
  section.mediaBanner.type3 .bannerTop span {
    font-size: 18px;
  }
  section.mediaBanner.type3 .bannerTop .partnerTitle {
    font-size: 35px;
    line-height: 45px;
  }
  section.mediaBanner.type3 .bannerTop .imgArea {
    width: 80%;
    height: auto;
  }
  .fileItem {
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 0;
  }
  .fileItem .goBtn {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  section.pointBanner {
    padding: 50px 0;
  }
  section.pointBanner .description {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 70px;
  }
  section.pointBanner .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  section.pointBanner .imgArea {
    aspect-ratio: unset;
    height: 100px;
    width: 100%;
  }
  section.pointContent .dealerCard {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0;
  }
  section.pointContent .dealerCard .left {
    margin-bottom: 20px;
  }
  section.pointContent .dealerCard .titleArea a {
    justify-content: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.pointBanner .description {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 70px;
  }
  section.pointContent .dealerCard {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 0;
  }
  section.pointContent .dealerCard .left {
    margin-bottom: 20px;
  }
  section.pointContent .dealerCard .titleArea {
    justify-content: center;
  }
  section.pointContent .dealerCard .titleArea a {
    width: calc(50% - 12.5px);
    justify-content: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.pointBanner .description {
    font-size: 19px;
    line-height: 38px;
    margin-bottom: 70px;
  }
  section.pointContent .dealerCard {
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 40px 0;
    justify-content: center;
  }
  section.pointContent .dealerCard .left {
    width: 100%;
    margin-bottom: 20px;
  }
  section.pointContent .dealerCard .titleArea {
    justify-content: center;
  }
  section.pointContent .dealerCard .titleArea a {
    width: calc(50% - 12.5px);
    justify-content: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.pointBanner .description {
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.pointBanner .description {
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 576px) {
  section.expertContent .expertCard {
    padding: 25px 30px;
  }
  section.expertContent .expertCard .titleArea {
    flex-direction: column;
  }
  section.expertContent .expertCard .titleArea .title {
    font-size: 20px;
  }
  section.expertContent .expertCard .titleArea .btnApply {
    font-size: 13px;
  }
  section.expertBanner .titleArea {
    padding-bottom: 30px;
    text-align: center;
  }
  section.expertBanner .titleArea .title {
    font-size: 22px;
    line-height: 30px;
  }
  section.expertBanner .imgArea {
    display: none;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.expertContent .expertCard {
    padding: 45px 60px;
  }
  section.expertContent .expertCard .titleArea {
    flex-direction: column;
  }
  section.expertContent .expertCard .titleArea .title {
    font-size: 22px;
  }
  section.expertBanner .titleArea {
    padding-bottom: 30px;
  }
  section.expertBanner .titleArea .title {
    font-size: 22px;
    line-height: 30px;
  }
  section.expertBanner .imgArea {
    height: 350px;
    margin-top: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.expertBanner .imgArea {
    height: 350px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.expertContent .expertCard {
    padding: 45px 60px;
  }
  section.expertContent .expertCard .titleArea {
    flex-direction: column;
  }
  section.expertContent .expertCard .titleArea .title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.expertContent .expertCard .titleArea {
    flex-direction: column;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  section.expertContent .expertCard {
    padding: 45px 60px;
  }
  section.expertContent .expertCard .titleArea .title {
    font-size: 22px;
  }
  section.expertContent .expertCard .titleArea .btnApply {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .careerForm {
    padding-top: 40px;
  }
  .careerForm .content .title {
    font-size: 24px;
  }
  .careerForm .content .description {
    font-size: 16px;
    line-height: 24px;
  }
  .careerForm .content .customcheckbox1 {
    margin-top: 30px;
  }
  .careerForm .form .row > div {
    padding: 0;
  }
  .careerForm .form .fileDowland {
    padding: 15px;
    flex-direction: column;
    font-size: 14px;
    align-items: center;
    gap: 10px;
  }
  .careerForm .form .fileDowland .btn {
    padding: 14px 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .careerForm {
    padding-top: 40px;
  }
  .careerForm .content .description {
    font-size: 20px;
  }
  .careerForm .content .customcheckbox1 {
    margin-top: 60px;
  }
  .careerForm .form .fileDowland {
    font-size: 14px;
  }
  .careerForm .form .fileDowland .btn {
    padding: 14px 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .careerForm {
    padding-top: 40px;
  }
  .careerForm .content .description {
    font-size: 20px;
  }
  .careerForm .content .customcheckbox1 {
    margin-top: 60px;
  }
  .careerForm .form .fileDowland {
    font-size: 14px;
  }
  .careerForm .form .fileDowland .btn {
    padding: 14px 50px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .careerForm .content .description {
    font-size: 20px;
    line-height: 29px;
  }
  .careerForm .form .fileDowland {
    font-size: 14px;
  }
  .careerForm .form .fileDowland .btn {
    padding: 14px 50px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .careerForm .content .description {
    font-size: 20px;
  }
  .careerForm .form .fileDowland .btn {
    padding: 14px 70px;
  }
}
@media screen and (max-width: 576px) {
  section.seminarBanner .bannerTop .bannerContent {
    text-align: center;
  }
  section.seminarBanner .bannerTop .bannerContent .description {
    font-size: 16px;
    line-height: 30px;
  }
  section.seminarBanner .bannerTop .bannerImg {
    display: none;
  }
  .seminarImgCard {
    aspect-ratio: unset;
    padding: 40px 20px;
  }
  .seminarImgCard .text {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .seminarCard {
    padding: 30px;
  }
  .seminarCard .date {
    justify-content: center;
  }
  .seminarCard .bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
  }
  .seminarCard .info {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.seminarBanner .bannerTop .bannerContent .description {
    font-size: 26px;
    line-height: 40px;
  }
  section.seminarBanner .bannerTop .bannerImg {
    display: none;
  }
  .seminarCard {
    padding: 30px;
  }
  .seminarCard .bottom {
    flex-wrap: wrap;
    gap: 26px;
  }
  .seminarCard .info {
    font-size: 20px;
  }
  .seminarImgCard .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.seminarBanner .bannerTop .bannerContent .title {
    font-size: 16px;
  }
  section.seminarBanner .bannerTop .bannerContent .description {
    font-size: 18px;
    line-height: 32px;
  }
  section.seminarBanner .bannerTop .bannerImg {
    height: 330px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.seminarBanner .bannerTop .bannerContent .description {
    font-size: 22px;
    line-height: 32px;
  }
  section.seminarBanner .bannerTop .bannerImg {
    height: 380px;
  }
  .seminarCard {
    padding: 30px;
  }
  .seminarCard .bottom {
    flex-wrap: wrap;
    gap: 26px;
  }
  .seminarCard .info {
    font-size: 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.seminarBanner .bannerTop .bannerContent .description {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  section.seminarBanner .bannerTop .bannerContent .description {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .blogCard .content {
    padding: 0 5px 15px;
  }
  .blogCard .content .editorContent h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .blogCard .content .editorContent p {
    line-height: 25px;
  }
  .blogCard .imgArea {
    height: unset;
    aspect-ratio: 1/1;
  }
  section.blogBanner .bannerTop {
    text-align: center;
  }
  section.blogBanner .bannerTop .description {
    font-size: 20px;
    line-height: 30px;
  }
  section.blogBanner .bannerBottom {
    min-height: 180px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.blogBanner .bannerBottom {
    min-height: 180px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .blogCard .content {
    padding: 0 5px 15px;
  }
  .blogCard .content .editorContent h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .blogCard .content .editorContent p {
    line-height: 25px;
  }
  section.blogBanner .bannerBottom {
    min-height: 180px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .blogCard .content .editorContent h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .blogCard .content .editorContent p {
    line-height: 25px;
  }
}
@media screen and (max-width: 576px) {
  section.blogDetailBanner .bannerTop {
    padding: 40px 0;
    text-align: center;
  }
  section.blogDetailBanner .bannerTop .title {
    font-size: 27px;
    line-height: 40px;
  }
  .blogSlider .swiperButtons {
    left: 50%;
    transform: translateX(-50%);
  }
  .blogMiniCard {
    text-align: center;
  }
  .blogMiniCard .title {
    font-size: 17px;
  }
  .blogMiniCard .date {
    margin-top: 40px;
  }
  section.blogDetailContent .row {
    flex-direction: column-reverse;
  }
  section.blogDetailContent .content {
    margin-top: 40px;
  }
  section.blogDetailContent .content .title {
    font-size: 27px;
    line-height: 45px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.blogDetailBanner .bannerTop {
    padding: 50px 0;
  }
  section.blogDetailBanner .bannerTop .title {
    font-size: 35px;
    line-height: 50px;
  }
  section.blogDetailContent .row {
    flex-direction: column-reverse;
  }
  section.blogDetailContent .content {
    margin-top: 40px;
  }
  section.blogDetailContent .content .title {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.blogDetailBanner .bannerTop {
    padding: 60px 0;
  }
  section.blogDetailBanner .bannerTop .title {
    font-size: 40px;
    line-height: 55px;
  }
  section.blogDetailContent .row {
    flex-direction: column-reverse;
  }
  section.blogDetailContent .content {
    margin-top: 40px;
  }
  section.blogDetailContent .content .title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media screen and (max-width: 576px) {
  section.photoGalleryBanner .bannerTop {
    padding: 35px 0;
    text-align: center;
  }
  section.photoGalleryBanner .bannerTop .description {
    font-size: 20px;
    line-height: 32px;
  }
  section.galleryContent .galeryCategory {
    padding-bottom: 60px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  section.galleryContent .galeryCategory .content .title {
    font-size: 26px;
    line-height: 30px;
  }
  section.galleryContent .galeryCategory .imgArea {
    width: 100%;
    overflow: hidden;
    height: 150px;
  }
  section.galleryContent .galeryCategory:nth-child(even) .imgArea {
    order: 1;
  }
  section.galleryContent .galeryCategory:nth-child(even) .content {
    order: 2;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.photoGalleryBanner .bannerTop {
    padding: 55px 0;
  }
  section.photoGalleryBanner .bannerTop .description {
    font-size: 24px;
    line-height: 36px;
  }
  section.galleryContent .galeryCategory {
    padding-bottom: 60px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-start;
  }
  section.galleryContent .galeryCategory .content .title {
    font-size: 32px;
    line-height: 36px;
  }
  section.galleryContent .galeryCategory .imgArea {
    width: 100%;
    height: unset;
  }
  section.galleryContent .galeryCategory:nth-child(even) .imgArea {
    order: 1;
  }
  section.galleryContent .galeryCategory:nth-child(even) .content {
    order: 2;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.galleryContent .galeryCategory {
    flex-direction: column;
    align-items: flex-start;
  }
  section.galleryContent .galeryCategory .imgArea {
    width: 100%;
    height: unset;
  }
  section.galleryContent .galeryCategory:nth-child(even) .imgArea {
    order: 1;
  }
  section.galleryContent .galeryCategory:nth-child(even) .content {
    order: 2;
  }
}
@media screen and (max-width: 576px) {
  section.questionsContent .questionAccordions .items {
    flex-direction: column;
    gap: 40px;
  }
  section.questionsContent .questionAccordions .titleArea {
    flex-direction: column;
    padding-bottom: 100px;
    gap: 30px;
  }
  section.questionsContent .questionAccordions .titleArea .title {
    font-size: 26px;
    text-align: center;
  }
  section.questionsContent .questionAccordions .titleArea .description {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.questionsContent .questionAccordions .titleArea {
    flex-direction: column;
    padding-bottom: 100px;
    gap: 30px;
  }
  section.questionsContent .questionAccordions .titleArea .title {
    font-size: 26px;
    text-align: center;
  }
  section.questionsContent .questionAccordions .titleArea .description {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.questionsContent .questionAccordions .titleArea {
    padding-bottom: 100px;
  }
  section.questionsContent .questionAccordions .titleArea .title {
    font-size: 26px;
  }
  section.questionsContent .questionAccordions .titleArea .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  section.brandDetail {
    padding: 40px 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section.brandDetail .logoArea {
    width: 170px;
    margin: 0 auto 40px;
  }
  section.brandDetail .imgArea {
    margin-bottom: 25px;
  }
  section.brandDetail .editorContent {
    margin-top: 30px;
  }
  .bottomInfo {
    padding: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.brandDetail .imgArea {
    margin-bottom: 25px;
  }
  section.brandDetail .editorContent {
    margin-top: 30px;
  }
  .bottomInfo {
    padding: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.brandDetail .imgArea {
    margin-bottom: 25px;
  }
  section.brandDetail .editorContent {
    margin-top: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.brandDetail .logoArea {
    height: 56px;
  }
}
@media screen and (max-width: 576px) {
  section.projectBanner .bannerTop .description {
    font-size: 16px;
    line-height: 30px;
  }
  .projectsCard {
    margin-bottom: 35px;
    padding: 20px;
  }
  .projectsCard .title {
    flex-wrap: wrap;
    gap: 10px;
  }
  .projectsCard .bottom .detail {
    gap: 3px 15px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.projectBanner .bannerTop .description {
    font-size: 20px;
    line-height: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.projectBanner .bannerTop .description {
    font-size: 21px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .projectsCard .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  section.policiyBanner .bannerTop {
    padding: 40px 0;
  }
  section.policiyBanner .bannerTop .title {
    font-size: 22px;
  }
  section.policiyBanner .bannerBottom {
    max-width: 100%;
    min-height: 140px;
  }
  section.policy .sidebar {
    border: 0;
    padding: 20px;
  }
  section.policy .sidebar ul li {
    margin-bottom: 20px;
  }
  section.policy .sidebar ul li a {
    font-size: 16px;
  }
  section.policy .sidebar ul li a .iocn {
    margin-right: 10px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.policy .sidebar {
    padding: 20px;
  }
  section.policy .sidebar .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.policy .sidebar {
    padding: 20px;
  }
  section.policy .sidebar .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.policy .sidebar {
    padding: 20px;
  }
  section.policy .sidebar .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.policy .sidebar {
    padding: 20px;
  }
  section.policy .sidebar .title {
    font-size: 17px;
  }
}
@media screen and (max-width: 576px) {
  section.architectsBanner .bannerTop {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-bottom: 60px;
  }
  section.architectsBanner .bannerTop img {
    max-width: 150px;
  }
  section.architectsBanner .description {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
  }
  .architectItem .content {
    padding: 15px;
  }
  .architectItem .content .name {
    font-size: 24px;
  }
  .architectItem .imgArea {
    aspect-ratio: unset;
  }
  .architectItem .imgArea img {
    aspect-ratio: unset;
    width: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .architectItem .content {
    padding: 20px;
  }
  .architectItem .content .name {
    font-size: 22px;
  }
  .architectItem .imgArea {
    aspect-ratio: unset;
  }
  .architectItem .imgArea img {
    aspect-ratio: unset;
    width: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .architectItem .content {
    padding: 25px;
  }
  .architectItem .content .name {
    font-size: 22px;
  }
  .architectItem .imgArea {
    aspect-ratio: unset;
  }
  .architectItem .imgArea img {
    aspect-ratio: unset;
    width: auto;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .architectItem .content {
    padding: 25px;
  }
  .architectItem .content .name {
    font-size: 22px;
  }
  .architectItem .imgArea {
    aspect-ratio: unset;
  }
  .architectItem .imgArea img {
    aspect-ratio: unset;
    width: auto;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .architectItem .content {
    padding: 25px;
  }
  .architectItem .content .name {
    font-size: 22px;
  }
  .architectItem .imgArea {
    aspect-ratio: unset;
  }
  .architectItem .imgArea img {
    aspect-ratio: unset;
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  section.newsBanner .bannerTop {
    text-align: center;
  }
  section.newsBanner .bannerTop .title {
    font-size: 16px;
  }
  section.newsBanner .bannerTop .description {
    font-size: 18px;
    line-height: 35px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.newsBanner .bannerTop .title {
    font-size: 18px;
  }
  section.newsBanner .bannerTop .description {
    font-size: 22px;
    line-height: 35px;
  }
}
@media screen and (max-width: 576px) {
  section.notFound {
    padding-top: 50px;
  }
  section.notFound .title {
    font-size: 30px;
  }
  section.notFound .description {
    font-size: 16px;
    line-height: 32px;
  }
  section.notFound .subTitle {
    font-size: 26px;
  }
  section.notFound .bottomButtons {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.notFound .bottomButtons .btnReturn {
    font-size: 15px;
    padding: 15px 20px;
    white-space: nowrap;
  }
  section.notFound .imgArea {
    max-width: 90%;
  }
  section.notFound.type2 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.notFound.type2 {
    padding-top: 80px;
  }
  section.notFound .title {
    font-size: 36px;
  }
  section.notFound .bottomButtons {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.notFound .bottomButtons .btnReturn {
    white-space: nowrap;
  }
  section.notFound .imgArea {
    max-width: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.notFound.type2 {
    padding-top: 100px;
  }
  section.notFound .title {
    font-size: 36px;
  }
  section.notFound .bottomButtons {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.notFound .bottomButtons .btnReturn {
    white-space: nowrap;
  }
  section.notFound .imgArea {
    max-width: 90%;
  }
}
@media screen and (max-width: 576px) {
  section.productDetailBanner {
    padding: 50px 0;
  }
  section.productDetailBanner .getInfoPopup {
    padding: 80px 40px 0;
    position: fixed;
    z-index: 10;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
  }
  section.productDetailBanner .getInfoPopup .content .title {
    font-size: 30px;
    line-height: 42px;
  }
  section.productDetailBanner .getInfoPopup .content .description {
    font-size: 16px;
    line-height: 22px;
  }
  section.productDetailBanner .getInfoPopup .content .callUs {
    font-size: 18px;
  }
  section.productDetailBanner .getInfoPopup .content .callUs .icon {
    width: 30px;
    height: 30px;
  }
  section.productDetailBanner .getInfoPopup .helpMan {
    position: relative;
  }
  section.productDetailBanner .title {
    font-size: 22px;
    line-height: 32px;
  }
  section.productDetailBanner .buttons .buyBtn {
    max-width: 180px;
  }
  section.productDetailBanner .brand {
    margin-bottom: 50px;
  }
  section.productDetailBanner .fancybox {
    height: 100%;
    margin-top: 5px;
  }
  section.productDetailBanner .imgArea {
    height: 250px;
  }
  section.productDetailContent .productTabs .title {
    font-size: 16px;
    line-height: 30px;
  }
  section.productDetailContent .productTabs .productGallery {
    flex-wrap: wrap;
    gap: 15px;
  }
  section.productDetailContent .productTabs .productGallery .item {
    width: calc(50% - 7.5px);
  }
  section.productDetailContent .tryArea .content {
    margin-bottom: 25px;
    text-align: center;
  }
  section.productDetailContent .tryArea .content .title {
    font-size: 20px;
    line-height: 35px;
  }
  section.productDetailContent .tryArea .imgArea {
    margin-top: 40px;
  }
  section.productDetailContent .tryArea .imgArea .circle {
    width: 155px;
    height: 155px;
    top: -30px;
    left: -10px;
    font-size: 15px;
    line-height: 17px;
  }
  section.productDetailContent .questions .title {
    font-size: 21px;
    line-height: 35px;
  }
  section.productDetailContent .viewPdf .files {
    flex-wrap: wrap;
    gap: 20px;
  }
  section.productDetailContent .viewPdf .files .file {
    width: 100%;
    padding: 25px 15px;
  }
  section.productDetailContent .stages {
    flex-wrap: wrap;
  }
  section.productDetailContent .stages .item {
    width: 100%;
    border-left: 0;
    border-right: 0;
    padding: 30px 0;
  }
  section.productDetailContent .stages .item .icon {
    width: 35px;
    height: 35px;
    margin-right: 25px;
  }
  section.productDetailContent .stages .item .description {
    font-size: 16px;
  }
  .technicTable thead tr th {
    padding: 20px;
  }
  .technicTable tbody tr {
    display: flex;
    flex-direction: column;
  }
  .technicTable tbody tr td {
    padding: 20px;
    border-spacing: 0;
  }
  .technicTable tbody tr td span {
    margin-right: 0;
    font-size: 16px;
    display: flex;
    width: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.productDetailBanner .getInfoPopup {
    padding: 80px 40px 0;
    position: fixed;
    z-index: 10;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
  }
  section.productDetailBanner .getInfoPopup .content .title {
    font-size: 30px;
    line-height: 42px;
  }
  section.productDetailBanner .getInfoPopup .content .description {
    font-size: 16px;
    line-height: 22px;
  }
  section.productDetailBanner .getInfoPopup .content .callUs {
    font-size: 18px;
  }
  section.productDetailBanner .getInfoPopup .content .callUs .icon {
    width: 30px;
    height: 30px;
  }
  section.productDetailBanner .getInfoPopup .helpMan {
    position: relative;
  }
  section.productDetailContent .productTabs .title {
    font-size: 21px;
    line-height: 41px;
  }
  section.productDetailContent .productTabs .productGallery {
    flex-wrap: wrap;
    gap: 15px;
  }
  section.productDetailContent .productTabs .productGallery .item {
    width: calc(33% - 9px);
  }
  section.productDetailContent .viewPdf .files {
    flex-wrap: wrap;
    gap: 20px;
  }
  section.productDetailContent .viewPdf .files .file {
    width: calc(50% - 10px);
  }
  section.productDetailContent .viewPdf .files .file .name {
    font-size: 14px;
  }
  section.productDetailContent .stages {
    flex-wrap: wrap;
  }
  section.productDetailContent .stages .item {
    width: 50%;
    padding: 50px 0;
  }
  section.productDetailContent .stages .item .icon {
    width: 35px;
    height: 35px;
    margin-right: 25px;
  }
  section.productDetailContent .stages .item .description {
    font-size: 16px;
  }
  section.productDetailContent .stages .item:nth-child(3) {
    border-left: 0;
    padding-right: 1px;
    margin-left: 1px;
    border-right: 1px solid rgba(113, 96, 79, 0.15);
  }
  section.productDetailContent .tryArea .content {
    margin-bottom: 25px;
    text-align: center;
  }
  section.productDetailContent .tryArea .content .title {
    font-size: 20px;
    line-height: 35px;
  }
  section.productDetailContent .tryArea .imgArea {
    margin-top: 40px;
  }
  section.productDetailContent .tryArea .imgArea .circle {
    width: 155px;
    height: 155px;
    top: -30px;
    left: -10px;
    font-size: 15px;
    line-height: 17px;
  }
  section.productDetailContent .questions .title {
    font-size: 21px;
    line-height: 35px;
  }
  section.productDetailBanner {
    padding: 80px 0;
  }
  section.productDetailBanner .title {
    font-size: 22px;
    line-height: 32px;
  }
  section.productDetailBanner .buttons .buyBtn {
    max-width: 180px;
  }
  section.productDetailBanner .imgArea {
    height: 350px;
    margin-top: 50px;
  }
  .technicTable {
    overflow: hidden;
    overflow-x: auto;
    border-spacing: 0;
  }
  .technicTable::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .technicTable tbody tr {
    display: flex;
    flex-direction: column;
  }
  .technicTable tbody tr td {
    white-space: nowrap;
    padding: 20px;
  }
  .technicTable tbody tr td span {
    margin-right: 30px;
    display: flex;
    width: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.productDetailBanner .getInfoPopup {
    padding: 80px 40px 0;
    z-index: 10;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
  }
  section.productDetailBanner .getInfoPopup .content .title {
    font-size: 30px;
    line-height: 42px;
  }
  section.productDetailBanner .getInfoPopup .content .description {
    font-size: 16px;
    line-height: 22px;
  }
  section.productDetailBanner .getInfoPopup .content .callUs {
    font-size: 18px;
  }
  section.productDetailBanner .getInfoPopup .content .callUs .icon {
    width: 30px;
    height: 30px;
  }
  section.productDetailBanner .getInfoPopup .helpMan {
    position: relative;
  }
  section.productDetailBanner .title {
    font-size: 22px;
    line-height: 32px;
  }
  section.productDetailBanner .buttons .buyBtn {
    max-width: 180px;
  }
  section.productDetailBanner .imgArea {
    height: 350px;
    margin-top: 50px;
  }
  section.productDetailContent .tryArea .content {
    padding-right: 70px;
    margin-bottom: 80px;
  }
  section.productDetailContent .tryArea .content .title {
    font-size: 20px;
    line-height: 35px;
  }
  section.productDetailContent .tryArea .content .description {
    font-size: 18px;
    line-height: 28px;
  }
  section.productDetailContent .stages {
    flex-wrap: wrap;
  }
  section.productDetailContent .stages .item {
    padding: 50px 0;
    width: 50%;
  }
  section.productDetailContent .stages .item .icon {
    width: 35px;
    height: 35px;
    margin-right: 25px;
  }
  section.productDetailContent .stages .item .description {
    font-size: 16px;
  }
  section.productDetailContent .stages .item:nth-child(3) {
    border-left: 0;
    padding-right: 1px;
    margin-left: 1px;
    border-right: 1px solid rgba(113, 96, 79, 0.15);
  }
  section.productDetailContent .viewPdf .files {
    flex-wrap: wrap;
    gap: 20px;
  }
  section.productDetailContent .viewPdf .files .file {
    width: calc(50% - 10px);
  }
  .technicTable tbody tr td {
    padding: 20px;
  }
  .technicTable tbody tr td span {
    margin-right: 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.productDetailBanner .getInfoPopup .helpMan {
    max-width: 550px;
  }
  section.productDetailBanner .title {
    font-size: 22px;
    line-height: 32px;
  }
  section.productDetailBanner .buttons .infoBtn {
    padding: 18px 30px;
  }
  section.productDetailBanner .imgArea {
    height: 350px;
  }
  section.productDetailContent .tryArea .content {
    padding-right: 70px;
  }
  section.productDetailContent .tryArea .content .title {
    font-size: 20px;
    line-height: 35px;
  }
  section.productDetailContent .tryArea .content .description {
    font-size: 18px;
    line-height: 28px;
  }
  section.productDetailContent .stages .item .icon {
    width: 35px;
    height: 35px;
    margin-right: 25px;
  }
  section.productDetailContent .stages .item .description {
    font-size: 16px;
  }
  section.productDetailContent .viewPdf .files {
    flex-wrap: wrap;
    gap: 20px;
  }
  section.productDetailContent .viewPdf .files .file {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.productDetailContent .tryArea .content {
    padding-right: 70px;
  }
  section.productDetailContent .tryArea .content .title {
    font-size: 20px;
    line-height: 35px;
  }
  section.productDetailContent .tryArea .content .description {
    font-size: 18px;
    line-height: 28px;
  }
  section.productDetailContent .stages .item .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  section.productBanner {
    aspect-ratio: unset;
    padding: 30px 15px;
    min-height: 0;
  }
  section.productBanner .content {
    text-align: center;
  }
  section.productBanner .content .title {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
  }
  section.productBanner .content .name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  section.productBanner .content .description {
    margin-top: 25px;
    font-size: 15px;
    line-height: 22px;
  }
  section.productBanner .content .filter .productSearch {
    margin-top: 20px;
  }
  section.productBanner .content .filter .productSearch input {
    height: 60px;
    padding-left: 75px;
  }
  section.productBanner .content .filter .productSearch button {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
  section.productBanner .content .filter .productSearch button .icon {
    width: 15px;
    height: 15px;
  }
  section.productBanner .row > div {
    padding: 0;
  }
  section.productContent .productPiece {
    text-align: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.productBanner .content .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  section.productBanner .content .name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section.productBanner .content .description {
    margin-top: 25px;
    font-size: 16px;
  }
  section.productBanner .content .filter .productSearch {
    margin-top: 20px;
  }
  section.productBanner .content .filter .productSearch input {
    height: 70px;
  }
  section.productBanner .content .filter .productSearch button {
    width: 40px;
    height: 40px;
    border-radius: 15px;
  }
  section.productBanner .content .filter .productSearch button .icon {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 576px) {
  section.productCategoryContent .categoryItems .item {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(113, 96, 79, 0.2);
  }
  section.productCategoryContent .categoryItems .item .name {
    font-size: 21px;
    line-height: 35px;
  }
  section.productCategoryContent .categoryItems .item:nth-child(2n) {
    border-right: 0;
  }
  section.productCategoryContent .categoryItems .item:nth-last-child(1) {
    border-bottom: none;
  }
  section.productCategoryContent .categoryItems .item:nth-last-child(3), section.productCategoryContent .categoryItems .item:nth-last-child(2) {
    border-bottom: 1px solid rgba(113, 96, 79, 0.2);
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.productCategoryContent .categoryItems .item {
    width: 50%;
    border: 0;
    border-right: 1px solid rgba(113, 96, 79, 0.2);
    border-bottom: 1px solid rgba(113, 96, 79, 0.2);
  }
  section.productCategoryContent .categoryItems .item .name {
    font-size: 21px;
    line-height: 35px;
  }
  section.productCategoryContent .categoryItems .item:nth-child(2n) {
    border-right: 0;
  }
  section.productCategoryContent .categoryItems .item:nth-last-child(1) {
    border-bottom: none;
  }
  section.productCategoryContent .categoryItems .item:nth-last-child(3), section.productCategoryContent .categoryItems .item:nth-last-child(2) {
    border-bottom: 1px solid rgba(113, 96, 79, 0.2);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.productCategoryContent .categoryItems .item {
    width: 50%;
    border: 0;
    border-right: 1px solid rgba(113, 96, 79, 0.2);
    border-bottom: 1px solid rgba(113, 96, 79, 0.2);
  }
  section.productCategoryContent .categoryItems .item .name {
    font-size: 21px;
    line-height: 35px;
  }
  section.productCategoryContent .categoryItems .item:nth-child(2n) {
    border-right: 0;
  }
  section.productCategoryContent .categoryItems .item:nth-last-child(1) {
    border-bottom: none;
  }
  section.productCategoryContent .categoryItems .item:nth-last-child(3), section.productCategoryContent .categoryItems .item:nth-last-child(2) {
    border-bottom: 1px solid rgba(113, 96, 79, 0.2);
  }
}
@media screen and (max-width: 576px) {
  section.projectBanner.type2 .bannerTop {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  section.projectBanner.type2 .title {
    font-size: 20px;
    line-height: 35px;
  }
  section.projectBanner.type2 .projectsInfo {
    padding-bottom: 50px;
  }
  section.projectBanner.type2 .projectsInfo .bottom .projectName {
    font-size: 17px;
  }
  section.projectBanner.type2 .projectsInfo .bottom .detail {
    font-size: 12px;
  }
  section.projectBanner.type2 .projectsInfo .bottom .detail .icon {
    width: 17px;
    height: 17px;
  }
  section.projectDetailContent {
    transform: translateY(-150px);
  }
  section.projectDetailContent .projectInfo {
    flex-direction: column;
    margin-bottom: 45px;
    padding-bottom: 45px;
    align-items: center;
  }
  section.projectDetailContent .projectInfo .name {
    margin: 0;
    margin-bottom: 30px;
  }
  section.projectDetailContent .projectInfo .right {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  section.projectDetailContent .projectInfo .right .logoArea {
    width: 70%;
  }
  section.projectDetailContent .projectDetailSlide .swiper-slide {
    width: 80vw;
  }
  section.projectDetailContent .projectDetailSlide .swiper-slide .imgArea {
    aspect-ratio: unset;
    height: 300px;
  }
  section.projectDetailContent .editorContent {
    padding: 0;
  }
  section.projectDetailContent .info {
    padding: 0;
    font-size: 16px;
  }
  section.projectDetailContent .usedProducts .title {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.projectBanner.type2 .bannerTop {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  section.projectBanner.type2 .title {
    font-size: 20px;
    line-height: 35px;
  }
  section.projectBanner.type2 .projectsInfo {
    padding-bottom: 50px;
  }
  section.projectBanner.type2 .projectsInfo .bottom {
    justify-content: center;
    text-align: center;
  }
  section.projectBanner.type2 .projectsInfo .bottom .projectName {
    font-size: 17px;
  }
  section.projectBanner.type2 .projectsInfo .bottom .detail {
    font-size: 16px;
  }
  section.projectDetailContent {
    transform: translateY(-150px);
  }
  section.projectDetailContent .projectInfo {
    flex-direction: column;
    margin-bottom: 45px;
    padding-bottom: 45px;
    align-items: center;
  }
  section.projectDetailContent .projectInfo .name {
    margin: 0;
    margin-bottom: 30px;
  }
  section.projectDetailContent .projectInfo .right {
    margin: 0;
  }
  section.projectDetailContent .projectInfo .right .logoArea {
    height: 45px;
  }
  section.projectDetailContent .projectInfo .right .logoArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  section.projectDetailContent .projectInfo .right .architectName {
    white-space: nowrap;
  }
  section.projectDetailContent .projectDetailSlide .swiper-slide {
    width: 80vw;
  }
  section.projectDetailContent .projectDetailSlide .swiper-slide .imgArea {
    aspect-ratio: unset;
    height: 300px;
  }
  section.projectDetailContent .editorContent {
    padding: 0;
  }
  section.projectDetailContent .info {
    padding: 0;
    font-size: 16px;
  }
  section.projectDetailContent .usedProducts .title {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.projectBanner.type2 .bannerTop {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  section.projectBanner.type2 .title {
    font-size: 20px;
    line-height: 35px;
  }
  section.projectBanner.type2 .projectsInfo {
    padding-bottom: 50px;
  }
  section.projectBanner.type2 .projectsInfo .bottom {
    justify-content: center;
    text-align: center;
  }
  section.projectBanner.type2 .projectsInfo .bottom .projectName {
    font-size: 17px;
  }
  section.projectBanner.type2 .projectsInfo .bottom .detail {
    font-size: 16px;
  }
  section.projectDetailContent {
    transform: translateY(-150px);
  }
  section.projectDetailContent .projectInfo {
    flex-direction: column;
    margin-bottom: 45px;
    padding-bottom: 45px;
    align-items: center;
  }
  section.projectDetailContent .projectInfo .name {
    margin: 0;
    margin-bottom: 30px;
  }
  section.projectDetailContent .projectInfo .right {
    margin: 0;
  }
  section.projectDetailContent .projectInfo .right .logoArea {
    height: 45px;
  }
  section.projectDetailContent .projectInfo .right .logoArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  section.projectDetailContent .projectInfo .right .architectName {
    white-space: nowrap;
  }
  section.projectDetailContent .projectDetailSlide .swiper-slide {
    width: 60vw;
  }
  section.projectDetailContent .editorContent {
    padding: 0;
  }
  section.projectDetailContent .info {
    padding: 0;
    font-size: 16px;
  }
  section.projectDetailContent .usedProducts .title {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.projectBanner.type2 .bannerTop {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  section.projectBanner.type2 .title {
    font-size: 20px;
    line-height: 35px;
  }
  section.projectBanner.type2 .projectsInfo {
    padding-bottom: 50px;
  }
  section.projectBanner.type2 .projectsInfo .bottom .projectName {
    font-size: 17px;
  }
  section.projectBanner.type2 .projectsInfo .bottom .detail {
    font-size: 16px;
  }
  section.projectDetailContent {
    transform: translateY(-150px);
  }
  section.projectDetailContent .projectInfo {
    margin-bottom: 45px;
    align-items: center;
    padding-bottom: 45px;
  }
  section.projectDetailContent .projectInfo .name {
    margin: 0;
  }
  section.projectDetailContent .projectInfo .right .logoArea {
    height: 45px;
  }
  section.projectDetailContent .projectInfo .right .logoArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  section.projectDetailContent .projectInfo .right .architectName {
    white-space: nowrap;
  }
  section.projectDetailContent .projectDetailSlide .swiper-slide {
    width: 60vw;
  }
  section.projectDetailContent .editorContent {
    padding: 0;
  }
  section.projectDetailContent .info {
    padding: 0;
    font-size: 16px;
  }
  section.projectDetailContent .usedProducts .title {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.projectDetailContent {
    transform: translateY(-150px);
  }
  section.projectDetailContent .projectDetailSlide .swiper-slide {
    width: 40vw;
  }
  section.projectDetailContent .usedProducts .title {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 576px) {
  section.contactBanner {
    padding: 50px 0;
    text-align: center;
  }
  section.contactBanner .description {
    font-size: 20px;
    line-height: 45px;
  }
  section.contactContent .mapArea {
    height: 280px;
  }
  section.contactContent .mapArea .mapCursor span {
    font-size: 16px;
  }
  section.contactContent .contactForm {
    padding: 70px 0;
  }
  section.contactContent .contactForm .content .title {
    margin-bottom: 20px;
  }
  section.contactContent .contactForm .content .description {
    margin-bottom: 25px;
    font-size: 17px;
  }
  section.contactContent .form {
    margin-top: 50px;
  }
  section.contactContent .form .BtnSend {
    margin: 0 auto;
  }
  section.contactContent .contactInfo .title {
    font-size: 23px;
    line-height: 40px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  section.contactContent .contactInfo .infos {
    flex-wrap: wrap;
    gap: 30px;
  }
  section.contactContent .contactInfo .infos .item {
    width: 100%;
    text-align: center;
  }
  section.contactContent .contactInfo .infos .item span {
    justify-content: center;
  }
  section.contactContent .contactInfo .infos .item p {
    text-align: center;
    justify-content: center;
    font-size: 15px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.contactBanner {
    padding: 50px 0;
  }
  section.contactBanner .description {
    font-size: 24px;
    line-height: 45px;
  }
  section.contactContent .mapArea {
    height: 280px;
  }
  section.contactContent .mapArea .mapCursor span {
    font-size: 16px;
  }
  section.contactContent .contactForm {
    padding: 70px 0;
  }
  section.contactContent .contactForm .content .description {
    margin-bottom: 25px;
  }
  section.contactContent .form {
    margin-top: 50px;
  }
  section.contactContent .contactInfo .title {
    font-size: 23px;
    line-height: 40px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  section.contactContent .contactInfo .infos {
    flex-wrap: wrap;
    gap: 30px;
  }
  section.contactContent .contactInfo .infos .item {
    width: 100%;
  }
  section.contactContent .contactInfo .infos .item:nth-child(1), section.contactContent .contactInfo .infos .item:nth-child(2) {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.contactBanner {
    padding: 50px 0;
  }
  section.contactBanner .description {
    font-size: 24px;
    line-height: 45px;
  }
  section.contactContent .mapArea {
    height: 280px;
  }
  section.contactContent .mapArea .mapCursor span {
    font-size: 16px;
  }
  section.contactContent .contactForm {
    padding: 70px 0;
  }
  section.contactContent .contactForm .content .description {
    margin-bottom: 25px;
  }
  section.contactContent .form {
    margin-top: 50px;
  }
  section.contactContent .contactInfo .title {
    font-size: 23px;
    line-height: 40px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  section.contactContent .contactInfo .infos {
    flex-wrap: wrap;
    gap: 30px;
  }
  section.contactContent .contactInfo .infos .item {
    width: 100%;
  }
  section.contactContent .contactInfo .infos .item:nth-child(1), section.contactContent .contactInfo .infos .item:nth-child(2) {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.contactBanner {
    padding: 50px 0;
  }
  section.contactBanner .description {
    font-size: 24px;
    line-height: 45px;
  }
  section.contactContent .mapArea {
    height: 280px;
  }
  section.contactContent .mapArea .mapCursor span {
    font-size: 16px;
  }
  section.contactContent .contactForm {
    padding: 70px 0;
  }
  section.contactContent .contactForm .content .description {
    margin-bottom: 25px;
  }
  section.contactContent .form {
    margin-top: 50px;
  }
  section.contactContent .contactInfo .title {
    font-size: 23px;
    line-height: 40px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  section.contactContent .contactInfo .infos {
    flex-wrap: wrap;
    gap: 30px;
  }
  section.contactContent .contactInfo .infos .item {
    width: 100%;
  }
  section.contactContent .contactInfo .infos .item:nth-child(1), section.contactContent .contactInfo .infos .item:nth-child(2) {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 576px) {
  section.dealerBanner {
    text-align: center;
  }
  section.dealerBanner .title {
    font-size: 23px;
    line-height: 35px;
  }
  section.dealerBanner .description {
    margin-bottom: 35px;
  }
  section.dealerBanner .bottom {
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
  }
  section.dealerBanner .bottom .info {
    font-size: 18px;
    line-height: 35px;
    max-width: 100%;
  }
  section.dealerContent .dealerForm .form .row > div {
    padding: 0;
  }
  section.dealerContent .dealerForm .checboxArea {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.dealerContent .dealerForm .dealerType {
    flex-wrap: wrap;
    padding: 20px 0;
    justify-content: center;
  }
  section.dealerContent .dealerForm .dealerType .typeTitle {
    font-size: 18px;
    padding: 30px 30px 30px 0;
    border-right: 0;
    border-bottom: 1px solid #F8F8F8;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  section.dealerContent .dealerForm .dealerType .description {
    font-size: 14px;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #F8F8F8;
    text-align: center;
  }
  section.dealerContent .dealerForm .dealerType .content {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    border: 0;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #F8F8F8;
  }
  section.dealerContent .dealerForm .dealerType .content .customcheckbox1 {
    justify-content: center;
  }
  section.dealerContent .dealerForm .dealerSelect {
    flex-direction: column;
  }
  section.dealerContent .dealerForm .dealerSelect .title {
    font-size: 16px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #E7D6C5;
  }
  section.dealerContent .dealerForm .dealerSelect .upload {
    width: 100%;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.dealerBanner .title {
    font-size: 24px;
  }
  section.dealerBanner .description {
    margin-bottom: 35px;
  }
  section.dealerBanner .bottom {
    flex-wrap: wrap;
    gap: 20px;
  }
  section.dealerBanner .bottom .info {
    font-size: 22px;
    line-height: 45px;
    max-width: 100%;
  }
  section.dealerContent .dealerForm .checboxArea {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.dealerContent .dealerForm .dealerType {
    flex-wrap: wrap;
  }
  section.dealerContent .dealerForm .dealerType .typeTitle {
    font-size: 18px;
    padding: 30px 30px 30px 0;
  }
  section.dealerContent .dealerForm .dealerType .description {
    font-size: 14px;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  section.dealerContent .dealerForm .dealerType .content {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    border: 0;
  }
  section.dealerContent .dealerForm .dealerSelect .title {
    font-size: 16px;
    width: 45%;
  }
  section.dealerContent .dealerForm .dealerSelect .upload {
    width: 55%;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.dealerBanner .title {
    font-size: 30px;
  }
  section.dealerBanner .description {
    margin-bottom: 35px;
  }
  section.dealerBanner .bottom {
    flex-wrap: wrap;
    gap: 20px;
  }
  section.dealerBanner .bottom .info {
    font-size: 26px;
    line-height: 45px;
    max-width: 100%;
  }
  section.dealerContent .dealerForm .checboxArea {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.dealerContent .dealerForm .dealerType {
    flex-wrap: wrap;
  }
  section.dealerContent .dealerForm .dealerType .typeTitle {
    font-size: 18px;
    padding: 30px 30px 30px 0;
  }
  section.dealerContent .dealerForm .dealerType .description {
    font-size: 14px;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  section.dealerContent .dealerForm .dealerType .content {
    padding: 20px;
    gap: 15px;
    border: 0;
  }
  section.dealerContent .dealerForm .dealerSelect .title {
    font-size: 16px;
    width: 45%;
  }
  section.dealerContent .dealerForm .dealerSelect .upload {
    width: 55%;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.dealerBanner .title {
    font-size: 34px;
  }
  section.dealerBanner .description {
    margin-bottom: 35px;
  }
  section.dealerBanner .bottom .info {
    width: 80%;
    font-size: 26px;
    line-height: 45px;
  }
  section.dealerContent .dealerForm .dealerType .typeTitle {
    font-size: 18px;
    padding: 30px 30px 30px 0;
  }
  section.dealerContent .dealerForm .dealerType .description {
    font-size: 14px;
  }
  section.dealerContent .dealerForm .dealerType .content {
    flex-direction: column;
    gap: 15px;
  }
  section.dealerContent .dealerForm .dealerSelect .title {
    font-size: 16px;
    width: 45%;
  }
  section.dealerContent .dealerForm .dealerSelect .upload {
    width: 55%;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.dealerBanner .title {
    font-size: 34px;
  }
  section.dealerBanner .description {
    margin-bottom: 35px;
  }
  section.dealerContent .dealerForm .dealerType .typeTitle {
    font-size: 18px;
    padding: 30px 30px 30px 0;
  }
  section.dealerContent .dealerForm .dealerType .description {
    font-size: 14px;
  }
  section.dealerContent .dealerForm .dealerSelect .title {
    font-size: 16px;
    width: 45%;
  }
  section.dealerContent .dealerForm .dealerSelect .upload {
    width: 55%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  section.architectBanner .bannerTop .container {
    flex-direction: column;
  }
  section.architectBanner .bannerTop .left .name {
    margin: 15px 0;
    flex-wrap: wrap;
    font-size: 26px;
  }
  section.architectBanner .bannerTop .left .name .followBtn {
    margin: 0;
    margin-top: 15px;
  }
  section.architectBanner .bannerTop .middle {
    order: 3;
  }
  section.architectBanner .bannerTop .middle .imgArea {
    height: auto;
  }
  section.architectBanner .bannerTop .right {
    flex-direction: column;
    align-items: center;
    margin: 0;
    margin-bottom: 25px;
  }
  section.architectBanner .bannerTop .right .imgArea {
    height: 55px;
  }
  section.architectBanner .bannerBottom {
    min-height: 100px;
    width: 100%;
  }
  section.architectContent {
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
  section.architectContent .editorContent {
    padding: 0;
  }
  section.architectContent .projectDetailSlide .swiper-slide {
    width: 80vw;
  }
  section.architectContent .projectInfo {
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  section.architectContent .projectInfo .name {
    margin-left: auto;
  }
  section.architectContent .usedProducts {
    margin: 60px 0;
  }
  section.architectContent .usedProducts .title {
    margin-bottom: 40px;
  }
  section.architectContent .usedProducts .title b {
    display: flex;
    font-size: 26px;
  }
  section.architectContent .usedProducts .architectProduct .swiper-slide {
    width: 80vw !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.architectBanner .bannerTop .container {
    flex-direction: column;
  }
  section.architectBanner .bannerTop .left .name {
    margin: 15px 0;
    flex-wrap: wrap;
    font-size: 26px;
  }
  section.architectBanner .bannerTop .middle {
    order: 3;
  }
  section.architectBanner .bannerTop .middle .imgArea {
    height: auto;
  }
  section.architectBanner .bannerTop .right {
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 25px;
  }
  section.architectBanner .bannerTop .right .imgArea {
    height: 55px;
  }
  section.architectBanner .bannerBottom {
    min-height: 100px;
    width: 100%;
  }
  section.architectContent {
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
  section.architectContent .editorContent {
    padding: 0;
  }
  section.architectContent .projectDetailSlide .swiper-slide {
    width: 80vw;
  }
  section.architectContent .projectInfo {
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  section.architectContent .projectInfo .name {
    margin-left: auto;
  }
  section.architectContent .usedProducts {
    margin: 60px 0;
  }
  section.architectContent .usedProducts .title {
    margin-bottom: 40px;
  }
  section.architectContent .usedProducts .title b {
    display: flex;
    font-size: 26px;
  }
  section.architectContent .usedProducts .architectProduct .swiper-slide {
    width: 60vw !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.architectBanner .bannerTop .container {
    flex-direction: column;
    align-items: flex-start;
  }
  section.architectBanner .bannerTop .left .name {
    margin: 15px 0;
    flex-wrap: wrap;
    font-size: 26px;
  }
  section.architectBanner .bannerTop .middle {
    order: 3;
    margin: 0 auto;
  }
  section.architectBanner .bannerTop .middle .imgArea {
    height: auto;
  }
  section.architectBanner .bannerTop .right {
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 25px;
  }
  section.architectBanner .bannerTop .right .imgArea {
    height: 55px;
  }
  section.architectBanner .bannerBottom {
    min-height: 100px;
    width: 100%;
  }
  section.architectContent {
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
  section.architectContent .editorContent {
    padding: 0;
  }
  section.architectContent .projectDetailSlide .swiper-slide {
    width: 60vw;
  }
  section.architectContent .projectInfo {
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  section.architectContent .projectInfo .name {
    margin-left: auto;
  }
  section.architectContent .usedProducts {
    margin: 60px 0;
  }
  section.architectContent .usedProducts .title {
    margin-bottom: 40px;
  }
  section.architectContent .usedProducts .title b {
    display: flex;
    font-size: 26px;
  }
  section.architectContent .usedProducts .architectProduct .swiper-slide {
    width: 40vw !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.architectBanner .bannerTop .container {
    flex-wrap: wrap;
  }
  section.architectBanner .bannerTop .left {
    width: 50%;
  }
  section.architectBanner .bannerTop .left .name {
    margin: 15px 0;
    flex-wrap: wrap;
    font-size: 26px;
  }
  section.architectBanner .bannerTop .middle {
    width: 50%;
    margin: auto 0 0 0;
  }
  section.architectBanner .bannerTop .middle .imgArea {
    height: auto;
  }
  section.architectBanner .bannerTop .right {
    display: none;
  }
  section.architectBanner .bannerBottom {
    min-height: 100px;
    width: 100%;
  }
  section.architectContent {
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
  section.architectContent .editorContent {
    padding: 0;
  }
  section.architectContent .projectDetailSlide .swiper-slide {
    width: 60vw;
  }
  section.architectContent .projectInfo {
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  section.architectContent .projectInfo .name {
    margin-left: auto;
  }
  section.architectContent .usedProducts {
    margin: 60px 0;
  }
  section.architectContent .usedProducts .title {
    margin-bottom: 40px;
  }
  section.architectContent .usedProducts .title b {
    display: flex;
    font-size: 26px;
  }
  section.architectContent .usedProducts .architectProduct .swiper-slide {
    width: 40vw !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.architectBanner .bannerTop .left .name {
    font-size: 24px;
  }
  section.architectBanner .bannerTop .middle .imgArea {
    height: 350px;
  }
  section.architectContent {
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
  section.architectContent .editorContent {
    padding: 0;
  }
  section.architectContent .projectDetailSlide .swiper-slide {
    width: 40vw;
  }
  section.architectContent .projectInfo {
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  section.architectContent .projectInfo .name {
    margin-left: auto;
  }
  section.architectContent .usedProducts {
    margin: 60px 0;
  }
  section.architectContent .usedProducts .title {
    margin-bottom: 40px;
  }
  section.architectContent .usedProducts .title b {
    display: flex;
    font-size: 26px;
  }
  section.architectContent .usedProducts .architectProduct .swiper-slide {
    width: 30vw;
  }
}
@media screen and (max-width: 576px) {
  section.politicasBanner .bannerTop {
    padding-top: 30px;
  }
  section.politicasBanner .bannerTop .container {
    flex-direction: column;
    gap: 25px;
  }
  section.politicasBanner .bannerTop .bannerContent .title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  section.politicasBanner .bannerTop .bannerContent .description {
    font-size: 15px;
    line-height: 30px;
  }
  section.politicasBanner .bannerTop .bannerContent .goBtn {
    margin-bottom: 30px;
  }
  section.politicasBanner .bannerTop .bannerImg {
    width: 200px;
    margin: 0 auto;
    height: auto;
  }
  section.qualityContent .middleImg {
    padding: 15px 0;
  }
  section.qualityContent .middleImg .content .text {
    font-size: 20px;
    line-height: 32px;
  }
  section.qualityContent .middleImg .content span {
    font-size: 18px;
  }
  section.qualityContent .qualityBottomRow .w-50 {
    width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.politicasBanner {
    overflow: hidden;
  }
  section.politicasBanner .bannerTop {
    padding-top: 30px;
  }
  section.politicasBanner .bannerTop .container {
    align-items: flex-end;
  }
  section.politicasBanner .bannerTop .bannerContent .title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  section.politicasBanner .bannerTop .bannerContent .description {
    font-size: 15px;
    line-height: 30px;
  }
  section.politicasBanner .bannerTop .bannerContent .goBtn {
    margin-bottom: 30px;
  }
  section.politicasBanner .bannerTop .bannerImg {
    width: 250px;
    transform: translateX(50%);
    margin-left: -175px;
    height: auto;
  }
  section.qualityContent .middleImg {
    padding: 15px 0;
  }
  section.qualityContent .middleImg .content .text {
    font-size: 24px;
    line-height: 40px;
  }
  section.qualityContent .qualityBottomRow .w-50 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.politicasBanner .bannerTop {
    padding-top: 30px;
  }
  section.politicasBanner .bannerTop .container {
    align-items: flex-end;
    gap: 40px;
  }
  section.politicasBanner .bannerTop .bannerContent .title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  section.politicasBanner .bannerTop .bannerContent .description {
    font-size: 15px;
    line-height: 30px;
  }
  section.politicasBanner .bannerTop .bannerContent .goBtn {
    margin-bottom: 30px;
  }
  section.politicasBanner .bannerTop .bannerImg {
    height: 430px;
  }
  section.qualityContent .middleImg {
    padding: 15px 0;
  }
  section.qualityContent .middleImg .content .text {
    font-size: 24px;
    line-height: 40px;
  }
  section.qualityContent .qualityBottomRow .w-50 {
    width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.politicasBanner .bannerTop .bannerContent .title {
    font-size: 30px;
    line-height: 50px;
  }
  section.politicasBanner .bannerTop .bannerContent .description {
    font-size: 16px;
    line-height: 30px;
  }
  section.qualityContent .middleImg .content .text {
    font-size: 28px;
  }
  section.qualityContent .qualityBottomRow .w-50 {
    width: calc(50% - 80px);
  }
}
@media screen and (max-width: 576px) {
  section.videoGalery .content {
    margin-bottom: 60px;
    padding-right: 0;
  }
  section.videoGalery .content .title {
    margin-bottom: 24px;
    font-size: 21px;
  }
  .videoGalleryItem {
    margin-top: 0px;
    height: 400px;
  }
  .videoGalleryItem .playIcon {
    flex-direction: column;
    gap: 40px;
    text-align: center;
    font-size: 18px;
  }
  .videoGalleryItem .playIcon .iconArea:before {
    width: 120px;
    height: 120px;
  }
  .videoGalleryItem .playIcon .iconArea:after {
    width: 95px;
    height: 95px;
  }
  .videoGalleryMiniItem {
    padding: 0 40px;
  }
  .videoGalleryMiniItem .info {
    font-size: 16px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.videoGalery .videoGalleryItem {
    margin-top: 0px;
    height: 400px;
  }
  section.videoGalery .videoGalleryItem .playIcon .iconArea:before {
    width: 120px;
    height: 120px;
  }
  section.videoGalery .videoGalleryItem .playIcon .iconArea:after {
    width: 95px;
    height: 95px;
  }
  section.videoGalery .content {
    margin-bottom: 60px;
  }
  section.videoGalery .content .title {
    margin-bottom: 24px;
    font-size: 26px;
  }
  .videoGalleryMiniItem {
    padding: 0 40px;
  }
  .videoGalleryMiniItem .info {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.videoGalery .videoGalleryItem {
    margin-top: 0px;
    height: 500px;
  }
  section.videoGalery .videoGalleryItem .playIcon .iconArea:before {
    width: 120px;
    height: 120px;
  }
  section.videoGalery .videoGalleryItem .playIcon .iconArea:after {
    width: 95px;
    height: 95px;
  }
  section.videoGalery .content {
    margin-bottom: 60px;
  }
  section.videoGalery .content .title {
    margin-bottom: 24px;
    font-size: 26px;
  }
  .videoGalleryMiniItem {
    padding: 0 40px;
  }
  .videoGalleryMiniItem .info {
    font-size: 22px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.videoGalery .videoGalleryItem {
    margin-top: -130px;
    height: 500px;
  }
  section.videoGalery .videoGalleryItem .playIcon .iconArea:before {
    width: 120px;
    height: 120px;
  }
  section.videoGalery .videoGalleryItem .playIcon .iconArea:after {
    width: 95px;
    height: 95px;
  }
  section.videoGalery .content .title {
    margin-bottom: 24px;
    font-size: 26px;
  }
  .videoGalleryMiniItem {
    padding: 0 40px;
  }
  .videoGalleryMiniItem .info {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  section.laminantBanner .title {
    width: auto;
    font-size: 20px;
    line-height: 40px;
  }
  section.laminantBanner .description {
    width: auto;
    font-size: 16px;
    line-height: 30px;
  }
  section.laminantBanner:after {
    width: 100%;
    height: auto;
    right: 0;
    background-position: right;
  }
  section.laminantContent .container {
    flex-direction: column;
  }
  section.laminantContent .container > .row > div {
    padding: 0;
  }
  section.laminantContent .pageImgArea {
    height: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .laminantCards .item {
    width: 100%;
    padding: 30px 40px;
    border: 1px solid #E9DCCF !important;
  }
  .laminantCards .item:hover {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.laminantBanner .title {
    width: auto;
    font-size: 20px;
    line-height: 40px;
  }
  section.laminantBanner .description {
    width: auto;
    font-size: 16px;
    line-height: 30px;
  }
  section.laminantBanner:after {
    width: 100%;
    height: auto;
    right: 0;
    background-position: right;
  }
  section.laminantContent .container {
    flex-direction: column;
  }
  section.laminantContent .pageImgArea {
    height: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .laminantCards .item {
    padding: 30px 40px;
  }
  .laminantCards .item:hover {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.laminantBanner {
    padding: 100px 0 200px;
  }
  section.laminantBanner .title {
    width: auto;
    font-size: 20px;
    line-height: 40px;
  }
  section.laminantBanner .description {
    width: auto;
    font-size: 16px;
    line-height: 30px;
  }
  section.laminantBanner:after {
    width: 100%;
    height: auto;
    right: 0;
    background-position: right;
  }
  section.laminantContent .container {
    flex-direction: column;
  }
  section.laminantContent .pageImgArea {
    height: auto;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .laminantCards .item {
    padding: 30px 40px;
  }
  .laminantCards .item:hover {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.laminantBanner {
    padding: 100px 0 200px;
  }
  section.laminantBanner .title {
    width: auto;
    font-size: 30px;
  }
  section.laminantBanner .description {
    width: auto;
  }
  section.laminantBanner:after {
    width: 80%;
    height: auto;
    right: 0;
    background-position: right;
  }
  section.laminantContent .pageImgArea {
    height: auto;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .laminantCards .item {
    padding: 30px 40px;
  }
  .laminantCards .item:hover {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.laminantBanner {
    padding: 100px 0 200px;
  }
  section.laminantBanner:after {
    width: 80%;
    height: auto;
    right: 0;
    background-position: right;
  }
  section.laminantContent .container {
    gap: 0;
  }
  section.laminantContent .pageImgArea {
    height: auto;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .laminantCards .item {
    padding: 50px;
  }
  .laminantCards .item:hover {
    padding: 50px;
  }
}
@media screen and (max-width: 576px) {
  section.storeBanner {
    padding: 100px 0 0;
  }
  section.storeBanner .container {
    flex-direction: column;
    position: relative;
  }
  section.storeBanner .container .titleArea {
    position: relative;
    text-align: center;
    padding-bottom: 100px;
    z-index: 2;
    max-width: 100%;
  }
  section.storeBanner .container .titleArea .viewBtn {
    flex-direction: column;
  }
  section.storeBanner .container .titleArea .viewBtn .img {
    margin: 0;
  }
  section.storeBanner .container .titleArea .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  section.storeBanner .container .titleArea .description {
    margin-top: 40px;
    font-size: 16px;
  }
  section.storeBanner .container .imgArea {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    opacity: 0.4;
    max-height: 90%;
  }
  section.storeContent .title {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 42px;
  }
  section.storeContent .bottomApply {
    padding: 100px 0;
  }
  section.storeContent .bottomApply .imgArea {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
    bottom: 0;
  }
  section.storeContent .bottomApply .titleArea {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.storeContent .bottomApply .titleArea .applyTitle {
    font-size: 29px;
  }
  section.storeContent .bottomApply .titleArea .applyBtn {
    font-size: 13px;
    padding: 18px 44px;
  }
  section.storeContent .bottomApply .titleArea .applyDescription {
    font-size: 18px;
  }
  section.storeContent .dealerOpentabs .titleArea {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  section.storeContent .dealerOpentabs .titleArea .openTitle {
    font-size: 23px;
    line-height: 40px;
  }
  section.storeContent .dealerOpentabs .storeVideoCard {
    aspect-ratio: unset;
    height: 430px;
  }
  section.storeContent .dealerOpentabs .storeVideoCard .imgArea {
    aspect-ratio: unset;
  }
  section.storeContent .dealerOpentabs .storeVideoCard .name {
    font-size: 18px;
    line-height: 30px;
  }
  section.storeContent .dealerOpentabs .storeVideoCard .playIcon {
    flex-direction: column;
    gap: 40px;
    text-align: center;
    font-size: 18px;
  }
  section.storeContent .dealerOpentabs .storeVideoCard .playIcon .iconArea:before {
    width: 120px;
    height: 120px;
  }
  section.storeContent .dealerOpentabs .storeVideoCard .playIcon .iconArea:after {
    width: 95px;
    height: 95px;
  }
  section.storeContent .dealerArea .blackCard {
    padding: 25px;
  }
  section.storeContent .dealerArea .blackCard .cardTitle {
    margin: 20px 0;
    font-size: 22px;
  }
  section.storeContent .dealerArea .blackCard .description {
    font-size: 16px;
    line-height: 30px;
  }
  section.storeContent .dealerArea .dealerTitleArea {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
  }
  section.storeContent .dealerArea .dealerTitleArea .dealerTitle {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  section.storeContent .dealerArea .dealerTitleArea .dealerTitle .text {
    font-size: 30px;
    line-height: 30px;
  }
  section.storeContent .dealerArea .dealerTitleArea .dealerTitle .iconArea {
    padding: 15px;
  }
  section.storeContent .storeAdvantages > .row {
    --bs-gutter-x: 3rem;
    margin: 0;
  }
  section.storeContent .storeAdvantages .advantagesArea {
    margin-top: 20px;
  }
  section.storeContent .storeAdvantages .advantagesArea .row > div:nth-child(1) .storeNumberCard {
    border-radius: 20px 20px 0 0;
  }
  section.storeContent .storeAdvantages .advantagesArea .row > div:nth-child(2) .storeNumberCard {
    border-radius: 0;
  }
  section.storeContent .storeAdvantages .advantagesArea .row > div:nth-last-child(2) .storeNumberCard {
    border-radius: 0;
  }
  section.storeContent .storeAdvantages .advantagesArea .row > div:nth-last-child(1) .storeNumberCard {
    border-radius: 0 0 20px 20px;
  }
  section.storeContent .storeAdvantages .titleArea {
    text-align: center;
  }
  section.storeContent .storeAdvantages .titleArea .advantagesTitle {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 35px;
  }
  section.storeContent .storeAdvantages .titleArea .description {
    font-size: 16px;
    line-height: 30px;
  }
  section.storeContent .numberArea .cardArea {
    transform: translateY(-50px);
    margin-bottom: 40px;
  }
  section.storeContent .numberArea .cardArea .item, section.storeContent .numberArea .cardArea .item2 {
    max-width: 100%;
  }
  section.storeContent .numberArea .imgArea {
    aspect-ratio: unset;
    height: 200px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.storeBanner {
    padding: 100px 0 0;
  }
  section.storeBanner .container {
    flex-direction: column;
    position: relative;
  }
  section.storeBanner .container .titleArea {
    position: relative;
    padding-bottom: 100px;
    z-index: 2;
    max-width: 100%;
  }
  section.storeBanner .container .titleArea .title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  section.storeBanner .container .titleArea .description {
    margin-top: 50px;
    font-size: 18px;
  }
  section.storeBanner .container .imgArea {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    opacity: 0.4;
    max-height: 90%;
  }
  section.storeContent .title {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 42px;
  }
  section.storeContent .bottomApply {
    padding: 100px 0;
  }
  section.storeContent .bottomApply .imgArea {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
    bottom: 0;
  }
  section.storeContent .bottomApply .titleArea {
    position: relative;
    z-index: 2;
  }
  section.storeContent .bottomApply .titleArea .applyTitle {
    font-size: 42px;
  }
  section.storeContent .bottomApply .titleArea .applyDescription {
    font-size: 18px;
  }
  section.storeContent .dealerOpentabs .titleArea {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  section.storeContent .dealerOpentabs .storeVideoCard {
    aspect-ratio: unset;
    height: 430px;
  }
  section.storeContent .dealerArea .blackCard {
    padding: 45px;
  }
  section.storeContent .dealerArea .dealerTitleArea {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  section.storeContent .dealerArea .dealerTitleArea .dealerTitle .text {
    font-size: 30px;
    line-height: 30px;
  }
  section.storeContent .dealerArea .dealerTitleArea .dealerTitle .iconArea {
    padding: 15px;
  }
  section.storeContent .storeAdvantages > .row {
    --bs-gutter-x: 3rem;
    margin: 0;
  }
  section.storeContent .storeAdvantages .advantagesArea {
    margin-top: 20px;
  }
  section.storeContent .storeAdvantages .advantagesArea .row > div:nth-child(1) .storeNumberCard {
    border-radius: 20px 20px 0 0;
  }
  section.storeContent .storeAdvantages .advantagesArea .row > div:nth-child(2) .storeNumberCard {
    border-radius: 0;
  }
  section.storeContent .storeAdvantages .advantagesArea .row > div:nth-last-child(2) .storeNumberCard {
    border-radius: 0;
  }
  section.storeContent .storeAdvantages .advantagesArea .row > div:nth-last-child(1) .storeNumberCard {
    border-radius: 0 0 20px 20px;
  }
  section.storeContent .storeAdvantages .titleArea {
    text-align: center;
  }
  section.storeContent .storeAdvantages .titleArea .advantagesTitle {
    margin-bottom: 40px;
    font-size: 33px;
    line-height: 45px;
  }
  section.storeContent .numberArea .cardArea .item, section.storeContent .numberArea .cardArea .item2 {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.storeBanner {
    padding: 100px 0 0;
  }
  section.storeBanner .container {
    flex-direction: column;
    position: relative;
  }
  section.storeBanner .container .titleArea {
    position: relative;
    padding-bottom: 100px;
    z-index: 2;
    max-width: 100%;
  }
  section.storeBanner .container .titleArea .title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  section.storeBanner .container .titleArea .description {
    margin-top: 50px;
    font-size: 18px;
  }
  section.storeBanner .container .imgArea {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    opacity: 0.4;
    max-height: 90%;
  }
  section.storeContent .bottomApply {
    padding: 100px 0;
  }
  section.storeContent .bottomApply .imgArea {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
    bottom: 0;
  }
  section.storeContent .bottomApply .titleArea {
    position: relative;
    z-index: 2;
  }
  section.storeContent .bottomApply .titleArea .applyTitle {
    font-size: 42px;
  }
  section.storeContent .bottomApply .titleArea .applyDescription {
    font-size: 18px;
  }
  section.storeContent .dealerOpentabs .titleArea {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  section.storeContent .dealerOpentabs .storeVideoCard {
    aspect-ratio: unset;
    height: 430px;
  }
  section.storeContent .dealerArea .blackCard {
    padding: 45px;
  }
  section.storeContent .dealerArea .dealerTitleArea .dealerTitle {
    align-items: flex-end;
  }
  section.storeContent .dealerArea .dealerTitleArea .dealerTitle .text {
    font-size: 40px;
    line-height: 40px;
  }
  section.storeContent .storeAdvantages > .row {
    --bs-gutter-x: 3rem;
    margin: 0;
  }
  section.storeContent .storeAdvantages .advantagesArea {
    margin-top: 20px;
  }
  section.storeContent .storeAdvantages .titleArea .advantagesTitle {
    font-size: 33px;
    line-height: 45px;
  }
  section.storeContent .numberArea .cardArea .item, section.storeContent .numberArea .cardArea .item2 {
    max-width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.storeBanner {
    padding: 130px 0;
  }
  section.storeBanner .container .titleArea {
    max-width: 50%;
  }
  section.storeBanner .container .titleArea .title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  section.storeBanner .container .titleArea .description {
    margin-top: 50px;
    font-size: 18px;
  }
  section.storeContent .bottomApply .imgArea {
    max-width: 45%;
    top: 50%;
    transform: translateY(-50%);
  }
  section.storeContent .bottomApply .titleArea .applyTitle {
    font-size: 42px;
  }
  section.storeContent .bottomApply .titleArea .applyDescription {
    font-size: 18px;
  }
  section.storeContent .dealerOpentabs .titleArea {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  section.storeContent .dealerArea .blackCard {
    padding: 45px;
  }
  section.storeContent .dealerArea .dealerTitleArea .dealerTitle {
    align-items: flex-end;
  }
  section.storeContent .dealerArea .dealerTitleArea .dealerTitle .text {
    font-size: 40px;
    line-height: 40px;
  }
  section.storeContent .storeAdvantages > .row {
    --bs-gutter-x: 3rem;
    margin: 0;
  }
  section.storeContent .storeAdvantages .titleArea .advantagesTitle {
    font-size: 33px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.storeBanner .container .titleArea {
    max-width: 50%;
  }
  section.storeBanner .container .titleArea .title {
    font-size: 45px;
    line-height: 65px;
  }
  section.storeBanner .container .titleArea .description {
    font-size: 18px;
  }
  section.storeContent .dealerArea .dealerTitleArea .dealerTitle {
    align-items: flex-end;
  }
  section.storeContent .dealerArea .dealerTitleArea .dealerTitle .text {
    font-size: 50px;
    line-height: 50px;
  }
  section.storeContent .storeAdvantages > .row {
    --bs-gutter-x: 3rem;
    margin: 0;
  }
  section.storeContent .storeAdvantages .titleArea .advantagesTitle {
    font-size: 33px;
    line-height: 45px;
  }
  section.storeContent .bottomApply .imgArea {
    max-width: 45%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 576px) {
  .accordionItem .accordionHeader {
    font-size: 16px;
    line-height: 30px;
    padding-right: 30px;
  }
  .accordionItem.type2 {
    padding: 15px 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .accordionItem .accordionHeader {
    font-size: 18px;
    line-height: 30px;
    padding-right: 30px;
  }
  .accordionItem.type2 {
    padding: 15px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .accordionItem .accordionHeader {
    font-size: 18px;
    line-height: 30px;
    padding-right: 30px;
  }
  .accordionItem.type2 {
    padding: 15px 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .accordionItem .accordionHeader {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  section.corporateBanner .content {
    text-align: center;
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  section.corporateBanner .content .description {
    margin-bottom: 25px;
    line-height: 24px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.corporateBanner .content {
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 33px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.corporateBanner .content {
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  section.corporateBanner .content .description {
    line-height: 28px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.corporateBanner .content {
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 33px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.corporateBanner .content {
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 33px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  section.corporateBanner .content {
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 33px;
  }
}
@media screen and (max-width: 576px) {
  section.widgetOurBrands .container {
    flex-direction: column;
    gap: 30px;
  }
  section.widgetOurBrands .content {
    max-width: 100%;
    text-align: center;
  }
  section.widgetOurBrands .content .title {
    font-size: 26px;
  }
  section.widgetOurBrands .items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  section.widgetOurBrands .items .item:not(.allBrands) {
    width: calc(50% - 10px);
  }
  section.widgetOurBrands .items .item {
    width: 100%;
  }
  section.widgetOurBrands .items .item.allBrands {
    text-align: left;
    font-size: 14px;
  }
  section.widgetOurBrands .items .item.allBrands .iconArea {
    flex-shrink: 0;
  }
  section.widgetPromotion1 {
    padding: 0;
    aspect-ratio: unset;
  }
  section.widgetPromotion1 .background {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  section.widgetPromotion1 .container {
    padding-top: 30px;
    justify-content: center;
    padding-bottom: 60px;
    margin-top: auto;
    margin-bottom: auto;
  }
  section.widgetPromotion1 .content {
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.widgetPromotion1 .content p {
    font-size: 16px;
    line-height: 26px;
  }
  section.widgetPromotion1 .content .play {
    width: 30px;
    flex-shrink: 0;
    outline: 10px solid rgba(217, 217, 217, 0.4) !important;
  }
  section.widgetPromotion1 .content .play:after {
    width: 70px;
  }
  section.widgetPromotion1 .content .play:before {
    width: 90px;
  }
  section.widgetPromotion1 .content .play .icon {
    width: 17px;
    height: 17px;
  }
  section.widgetShowroom {
    flex-direction: column;
  }
  section.widgetShowroom .content {
    padding: 40px 0;
  }
  section.widgetShowroom .content .title {
    font-size: 18px;
  }
  section.widgetShowroom .images {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .widgetShowroom .images {
    align-items: center;
  }
  .widget3 .content {
    padding: 20px 15px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .widget3 .content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .widget3 .content .formBtn {
    font-size: 16px;
    padding: 15px 20px;
  }
  .widget4 .content {
    padding: 0 30px;
  }
  .widget4 .content .arrow {
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
  }
  .widget4 .content .arrow .icon {
    width: 20px;
    height: 20px;
  }
  .widget4 .content .title {
    font-size: 18px;
    line-height: 30px;
    max-width: 100%;
  }
  .widget4.type2 {
    height: 350px;
  }
  .widget4.type2 .content {
    padding: 20px;
  }
  .widget4.type2 .content .title {
    font-size: 18px;
    line-height: 30px;
    max-width: 100%;
  }
  .widget5 .title {
    padding: 0 20px;
    font-size: 18px;
  }
  .widget5 img {
    max-width: 80%;
  }
  .widget1 {
    padding: 80px 20px 20px;
    flex-direction: column;
    position: relative;
    text-align: center;
    align-items: center;
  }
  .widget1 .text {
    max-width: 295px;
    font-size: 21px;
    line-height: 35px;
    z-index: 2;
  }
  .widget1 .formBtn {
    padding: 20px 30px;
    z-index: 2;
    font-size: 14px;
  }
  .widget1 .imgArea {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90%;
    max-width: 240px;
    opacity: 0.4;
    z-index: 0;
  }
  .widget2 {
    height: auto;
    margin-bottom: 20px;
    padding: 80px 20px 20px;
    flex-direction: column;
    position: relative;
    text-align: center;
    align-items: center;
  }
  .widget2 .content {
    z-index: 2;
  }
  .widget2 .content .text {
    font-size: 16px;
  }
  .widget2 .content .dealerBtn {
    font-size: 16px;
  }
  .widget2 .imgArea {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90%;
    max-width: 240px;
    opacity: 0.4;
    z-index: 0;
    height: 100%;
  }
  .widget2 .imgArea img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .widget6 img {
    opacity: 0.4;
    z-index: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.widgetShowroom {
    flex-direction: column;
  }
  section.widgetShowroom .content {
    padding: 40px 0;
  }
  section.widgetShowroom .content .title {
    font-size: 18px;
  }
  section.widgetOurBrands .container {
    flex-direction: column;
    gap: 30px;
  }
  section.widgetOurBrands .content {
    max-width: 100%;
    text-align: center;
  }
  section.widgetOurBrands .content .title {
    font-size: 36px;
  }
  section.widgetOurBrands .items {
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    grid-gap: 30px 20px;
  }
  section.widgetOurBrands .items .item:not(.allBrands) {
    width: 110px;
  }
  section.widgetPromotion1 {
    padding: 0;
  }
  section.widgetPromotion1 .container {
    margin-top: auto;
    margin-bottom: auto;
  }
  section.widgetPromotion1 .content {
    height: 100%;
    align-items: center;
  }
  section.widgetPromotion1 .content p {
    font-size: 20px;
    line-height: 36px;
    max-width: 60%;
  }
  section.widgetPromotion1 .content .play {
    width: 50px;
    margin-right: 70px;
    flex-shrink: 0;
    outline: 10px solid rgba(217, 217, 217, 0.4) !important;
  }
  section.widgetPromotion1 .content .play:after {
    width: 90px;
  }
  section.widgetPromotion1 .content .play:before {
    width: 110px;
  }
  section.widgetPromotion1 .content .play .icon {
    width: 17px;
    height: 17px;
  }
  .widget3 .content {
    padding: 20px 15px;
  }
  .widget3 .content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .widget3 .content .formBtn {
    font-size: 16px;
    padding: 15px 20px;
  }
  .widget4 .content {
    padding: 0 50px;
  }
  .widget4 .content .arrow {
    width: 60px;
    height: 60px;
  }
  .widget4 .content .arrow .icon {
    width: 25px;
    height: 25px;
  }
  .widget4 .content .title {
    font-size: 21px;
    line-height: 35px;
    max-width: 90%;
  }
  .widget4.type2 {
    height: 380px;
  }
  .widget4.type2 .content {
    padding: 40px;
  }
  .widget4.type2 .content .title {
    font-size: 21px;
    line-height: 35px;
    max-width: 90%;
  }
  .widget1 {
    padding: 0 30px;
  }
  .widget1 .text {
    max-width: 155px;
    font-size: 15px;
    line-height: 25px;
  }
  .widget1 .formBtn {
    padding: 20px 5px;
    font-size: 12px;
  }
  .widget1 .formBtn .icon {
    width: 13px;
    height: 13px;
  }
  .widget1 .imgArea {
    max-width: 150px;
    margin-top: auto;
  }
  .widget5 img {
    max-width: 50%;
  }
  .widget2 {
    margin-bottom: 20px;
    height: 200px;
    padding-left: 30px;
  }
  .widget2 .imgArea {
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
  }
  .widget6 img {
    opacity: 0.4;
    z-index: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.widgetOurBrands .container {
    flex-direction: column;
    gap: 30px;
  }
  section.widgetOurBrands .content {
    max-width: 100%;
    text-align: center;
  }
  section.widgetOurBrands .items {
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
  }
  section.widgetPromotion1 .content {
    height: 100%;
    align-items: center;
  }
  section.widgetPromotion1 .content p {
    font-size: 25px;
    line-height: 36px;
    max-width: 60%;
  }
  section.widgetPromotion1 .content .play {
    width: 70px;
    margin-right: 70px;
    flex-shrink: 0;
    outline: 15px solid rgba(217, 217, 217, 0.4) !important;
  }
  section.widgetPromotion1 .content .play:after {
    width: 125px;
  }
  section.widgetPromotion1 .content .play:before {
    width: 150px;
  }
  .widget3 .content {
    padding: 20px 30px;
  }
  .widget3 .content .text {
    font-size: 24px;
  }
  .widget3 .content .formBtn {
    font-size: 16px;
  }
  .widget4 .content {
    padding: 0 50px;
  }
  .widget4 .content .arrow {
    width: 60px;
    height: 60px;
  }
  .widget4 .content .arrow .icon {
    width: 25px;
    height: 25px;
  }
  .widget4 .content .title {
    font-size: 21px;
    line-height: 35px;
    max-width: 90%;
  }
  .widget4.type2 {
    height: 380px;
  }
  .widget4.type2 .content {
    padding: 40px;
  }
  .widget4.type2 .content .title {
    font-size: 21px;
    line-height: 35px;
    max-width: 90%;
  }
  .widget1 {
    padding: 0 50px;
  }
  .widget1 .text {
    max-width: 222px;
    font-size: 16px;
    line-height: 25px;
  }
  .widget1 .formBtn {
    padding: 20px 5px;
    font-size: 12px;
  }
  .widget1 .formBtn .icon {
    width: 13px;
    height: 13px;
  }
  .widget1 .imgArea {
    max-width: 150px;
    margin-top: auto;
  }
  .widget2 {
    margin-bottom: 20px;
    height: 200px;
  }
  .widget2 .imgArea {
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
  }
  .widget5 img {
    max-width: 50%;
  }
  .widget6 img {
    z-index: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.widgetShowroom .content .title {
    font-size: 44px;
  }
  section.widgetShowroom .images {
    align-items: center;
  }
  section.widgetOurBrands .items {
    grid-template-columns: repeat(3, 1fr);
  }
  section.widgetPromotion1 .content {
    height: 100%;
    align-items: center;
  }
  section.widgetPromotion1 .content p {
    max-width: 60%;
  }
  section.widgetPromotion1 .content .play {
    width: 70px;
    margin-right: 70px;
    flex-shrink: 0;
    outline: 15px solid rgba(217, 217, 217, 0.4) !important;
  }
  section.widgetPromotion1 .content .play:after {
    width: 125px;
  }
  section.widgetPromotion1 .content .play:before {
    width: 150px;
  }
  .widget3 .content {
    padding: 20px 30px;
  }
  .widget3 .content .text {
    font-size: 24px;
  }
  .widget3 .content .formBtn {
    font-size: 16px;
  }
  .widget4 .content {
    padding: 0 80px;
  }
  .widget4 .content .arrow {
    width: 60px;
    height: 60px;
  }
  .widget4 .content .arrow .icon {
    width: 25px;
    height: 25px;
  }
  .widget4.type2 {
    height: 380px;
  }
  .widget4.type2 .content {
    padding: 40px;
  }
  .widget4.type2 .content .title {
    font-size: 21px;
    line-height: 35px;
    max-width: 90%;
  }
  .widget1 {
    padding: 0 50px;
  }
  .widget1 .text {
    max-width: 295px;
    font-size: 21px;
    line-height: 35px;
  }
  .widget1 .formBtn {
    padding: 20px 30px;
    font-size: 14px;
  }
  .widget1 .imgArea {
    max-width: 240px;
  }
  .widget2 {
    padding-left: 50px;
  }
  .widget2 .content .text {
    font-size: 16px;
  }
  .widget2 .content .dealerBtn {
    font-size: 16px;
  }
  .widget2 .imgArea {
    max-width: 200px;
  }
  .widget6 {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.widgetOurBrands .items {
    grid-template-columns: repeat(4, 1fr);
  }
  section.widgetPromotion1 .content {
    height: 100%;
    align-items: center;
  }
  section.widgetPromotion1 .content p {
    max-width: 60%;
  }
  section.widgetPromotion1 .content .play {
    width: 70px;
    margin-right: 70px;
    flex-shrink: 0;
    outline: 15px solid rgba(217, 217, 217, 0.4) !important;
  }
  section.widgetPromotion1 .content .play:after {
    width: 125px;
  }
  section.widgetPromotion1 .content .play:before {
    width: 150px;
  }
  .widget4.type2 .content {
    padding: 40px;
  }
  .widget4.type2 .content .title {
    max-width: 90%;
  }
  .widget1 .text {
    max-width: 370px;
    font-size: 25px;
  }
  .widget1 .imgArea {
    max-width: 240px;
  }
  .widget5 {
    padding: 32px 0;
  }
  .widget5 .title {
    font-size: 24px;
  }
  .widget6 img {
    opacity: 0.4;
    z-index: 0;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .widget4.type2 .content {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .logos .items {
    width: 50%;
  }
  .logos .items:nth-child(3n) {
    border: 1px solid rgba(113, 96, 79, 0.05);
  }
  .logos .items:nth-child(3n+1) {
    border: 1px solid rgba(113, 96, 79, 0.05);
  }
  .logos .items:nth-child(n+4):nth-child(-n+6) {
    border: 1px solid rgba(113, 96, 79, 0.05);
  }
}
@media screen and (max-width: 576px) {
  .numberCard {
    flex-direction: column;
    gap: 10px;
    padding: 30px 30px 40px;
  }
  .numberCard.type2 {
    padding: 40px;
  }
  .numberCard.type2 .number {
    border-right: 0;
    border-bottom: 1px solid #F8F0E8;
    margin-bottom: 15px;
  }
  .numberCard.type2 .content {
    padding: 0;
  }
  .numbercard2 .number {
    font-size: 55px;
  }
  .numbercard2 .content .title {
    font-size: 30px;
    line-height: 45px;
  }
  .stagesCard {
    padding: 20px 20px 10px;
  }
  .stagesCard .number {
    font-size: 40px;
  }
  .stagesCard .content .description {
    height: auto;
  }
  .stagesImgCard:after {
    width: 90%;
    left: 50%;
  }
  .storeNumberCard {
    padding: 55px 30px;
    flex-direction: column;
  }
  .storeNumberCard .mainContent {
    overflow: hidden;
    overflow-y: scroll;
    align-items: flex-start;
  }
  .storeNumberCard .mainContent::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .numbercard2 .content .title {
    font-size: 40px;
    line-height: 55px;
  }
  .numberCard.type2 {
    padding: 40px;
  }
  .storeNumberCard {
    padding: 55px 30px;
  }
  .stagesCard .content .description {
    height: 136px;
  }
  .stagesImgCard:after {
    width: 420px;
    left: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .numberCard {
    flex-direction: column;
    gap: 10px;
  }
  .numberCard.type2 {
    flex-direction: row;
    padding: 40px;
  }
  .numbercard2 .content .title {
    font-size: 40px;
    line-height: 55px;
  }
  .stagesCard .content .description {
    height: 136px;
  }
  .stagesImgCard:after {
    width: 420px;
    left: 50%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .numberCard {
    flex-direction: column;
    gap: 10px;
  }
  .numberCard.type2 {
    padding: 40px;
  }
  .numberCard.type2 .number {
    border-right: 0;
    border-bottom: 1px solid #F8F0E8;
    margin-bottom: 15px;
  }
  .numberCard.type2 .content {
    padding: 0;
  }
  .numbercard2 .content .title {
    font-size: 40px;
    line-height: 55px;
  }
  .stagesCard .content .description {
    height: 136px;
  }
  .stagesImgCard:after {
    width: 370px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .storeNumberCard {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 576px) {
  .customInput1 {
    padding: 25px 20px 32px;
  }
  .form-group textarea {
    height: 130px;
    padding: 25px 20px 32px;
  }
  .select2-container.productfilter .select2-selection--single {
    height: 60px;
  }
  .select2-container.productfilter .select2-selection--single .select2-selection__rendered {
    padding: 0 75px 0 25px;
  }
  .select2-container.productfilter .select2-selection--single .select2-selection__rendered span {
    font-size: 15px;
  }
  .select2-container.productfilter .select2-selection--single .select2-selection__rendered .previmg {
    width: 40px;
    height: 20px;
  }
  .select2-container.productfilter .select2-selection--single .select2-selection__arrow {
    right: 30px;
  }
  .select2-container.productfilter .select2-dropdown {
    border: 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background: #FFFBF5;
  }
  .select2-container.productfilter .select2-dropdown.select2-dropdown--below {
    border-top: 0;
  }
  .select2-container.productfilter .select2-dropdown.select2-container--above {
    border-bottom: 0;
  }
  .select2-container.productfilter .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px 12px 25px;
    border-top: 1px solid #F5EBE0;
  }
  .select2-container.productfilter .select2-dropdown .select2-results .select2-results__options .select2-results__option span {
    font-size: 15px;
  }
  .select2-container.productfilter .select2-dropdown .select2-results .select2-results__options .select2-results__option .previmg {
    width: 40px;
    margin-left: 10px;
    height: 20px;
    flex-shrink: 0;
  }
  .customFileSelect {
    flex-direction: column;
    padding: 20px;
  }
  .customFileSelect .inputName {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #E7D6C5;
    font-size: 16px;
  }
  .customFileSelect .upload {
    justify-content: flex-start;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .select2-container.productfilter .select2-selection--single {
    height: 70px;
  }
  .select2-container.productfilter .select2-results .select2-results__options .select2-results__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 60px 17px 80px;
    border-top: 1px solid #F5EBE0;
  }
  .customFileSelect {
    padding: 15px;
    justify-content: space-between;
  }
  .customFileSelect .inputName {
    width: 45%;
    font-size: 16px;
  }
  .customFileSelect .upload {
    width: 52%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .customFileSelect {
    flex-direction: column;
    padding: 20px;
  }
  .customFileSelect .inputName {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #E7D6C5;
    font-size: 16px;
  }
  .customFileSelect .upload {
    justify-content: flex-start;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .customFileSelect {
    padding: 15px;
    justify-content: space-between;
  }
  .customFileSelect .inputName {
    width: 50%;
    font-size: 16px;
  }
  .customFileSelect .upload .fileName {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .customFileSelect {
    justify-content: space-between;
  }
  .customFileSelect .inputName {
    width: 40%;
    font-size: 16px;
  }
  .customFileSelect .upload {
    width: 55%;
  }
}
@media screen and (max-width: 576px) {
  .videoItem {
    height: 240px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .videoItem {
    height: 340px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .videoItem {
    height: 440px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .videoItem {
    height: 540px;
  }
}
@media screen and (max-width: 576px) {
  .help .content {
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
  }
  .help .content .title {
    max-width: 100%;
    font-size: 28px;
    line-height: 40px;
  }
  .help .content .callUs {
    font-size: 17px;
  }
  .help .content .callUs .icon {
    width: 23px;
    height: 23px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .help .content {
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
  }
  .help .content .title {
    max-width: 100%;
    font-size: 35px;
  }
  .help .content .callUs {
    font-size: 19px;
  }
  .help .content .callUs .icon {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .help .content {
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
  }
  .help .content .title {
    max-width: 100%;
    font-size: 35px;
  }
}
@media screen and (max-width: 576px) {
  .navlist1 {
    overflow: hidden;
    overflow-x: auto;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 a {
    font-size: 15px;
    padding: 15px 25px;
    white-space: nowrap;
  }
  .navlist2 {
    overflow: hidden;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 25px;
  }
  .navlist2::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist2 a {
    font-size: 17px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .navlist1 {
    overflow: hidden;
    overflow-x: auto;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 a {
    font-size: 15px;
    padding: 15px 25px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .navlist1 {
    overflow: hidden;
    overflow-x: auto;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 a {
    font-size: 15px;
    padding: 15px 25px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .navlist1 {
    justify-content: center;
  }
  .navlist1 a {
    font-size: 15px;
    padding: 15px 25px;
  }
}
@media screen and (max-width: 576px) {
  .productCard2 {
    margin-bottom: 25px;
  }
  .productCard2 .content {
    padding: 20px;
  }
  .productcard1 {
    margin: 0 auto;
    padding: 20px;
    aspect-ratio: unset;
  }
  .productcard1 .name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 45px;
  }
  .productcard1 .code {
    margin-top: 45px;
  }
  .productcard1 .code b {
    font-size: 16px;
  }
  .productcategoryCard {
    padding: 15px;
  }
  .productcategoryCard .piece {
    margin-bottom: 30px;
    font-size: 13px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .productCard2 {
    margin-bottom: 35px;
  }
  .productCard2 .content {
    padding: 30px;
  }
  .productcard1 .name {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 25px;
  }
  .productcard1 .code b {
    font-size: 18px;
  }
  .productcategoryCard {
    padding: 25px;
  }
  .productcategoryCard .piece {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .productCard2 {
    margin-bottom: 35px;
  }
  .productCard2 .content {
    padding: 30px;
  }
  .productcard1 .name {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 25px;
  }
  .productcard1 .code b {
    font-size: 17px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .productCard2 .content {
    padding: 30px;
  }
  .productcard1 .name {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 25px;
  }
  .productcard1 .code b {
    font-size: 18px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .productcard1 .name {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .productcard1 .code b {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .newsCard {
    padding: 30px;
  }
  .newsCard .editorContent {
    padding: 0;
  }
  .newsCard .editorContent h2 {
    font-size: 22px;
  }
  .newsSlider {
    padding-bottom: 0;
    overflow: hidden;
  }
  .newsSlider .swiper-slide .trendsItem {
    width: 100%;
  }
  .newsSlider .swiper-slide .newsCard {
    width: 100%;
  }
  .newsSlider .swiper-slide.swiper-slide-active {
    transform: translate(0);
  }
  .newsSlider .swiper-slide.swiper-slide-next .newsCard {
    padding-left: 30px;
  }
  .newsSlider .swiper-slide.swiper-slide-next .trendsItem {
    transform: translate(0);
  }
  .newsSlider .swiper-slide.swiper-slide-next .trendsItem .content {
    padding-left: 20px;
  }
  .newsSlide {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .newsSlide .titleArea .title {
    font-size: 28px;
  }
  .newsSlide .titleArea .description {
    width: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .newsCard {
    padding: 30px;
  }
  .newsCard .editorContent {
    padding: 0;
  }
  .newsCard .editorContent h2 {
    font-size: 18px;
  }
  .newsSlider {
    overflow: hidden;
  }
  .newsSlider .swiper-slide .newsCard {
    width: 100%;
  }
  .newsSlider .swiper-slide.swiper-slide-active {
    transform: translate(0);
  }
  .newsSlider .swiper-slide.swiper-slide-next .newsCard {
    padding-left: 30px;
  }
  .newsSlide {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .newsSlide .titleArea .title {
    font-size: 28px;
  }
  .newsSlide .titleArea .description {
    width: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .newsCard {
    padding: 30px;
  }
  .newsCard .editorContent {
    padding: 0;
  }
  .newsCard .editorContent h2 {
    font-size: 18px;
  }
  .newsSlider {
    overflow: hidden;
  }
  .newsSlider .swiper-slide .newsCard {
    width: 100%;
  }
  .newsSlider .swiper-slide.swiper-slide-active {
    transform: translate(0);
  }
  .newsSlider .swiper-slide.swiper-slide-next .newsCard {
    padding-left: 30px;
  }
  .newsSlide {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .newsSlide .titleArea .title {
    font-size: 28px;
  }
  .newsSlide .titleArea .description {
    width: auto;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .newsCard {
    padding: 30px;
  }
  .newsCard .editorContent h2 {
    font-size: 20px;
  }
  .newsSlide {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .newsSlide .titleArea .title {
    font-size: 28px;
  }
  .newsSlide .titleArea .description {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    overflow: hidden;
    overflow-y: auto;
  }
  .breadcrumb::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .breadcrumb li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .breadcrumb {
    overflow: hidden;
    overflow-y: auto;
  }
  .breadcrumb::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .breadcrumb li a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .editorContent h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .collectionItem {
    padding: 40px;
    aspect-ratio: unset;
    min-height: 200px;
  }
  .collectionItem .img {
    max-width: 175px;
    height: 40px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .collectionItem {
    padding: 40px;
    aspect-ratio: unset;
    min-height: 200px;
  }
  .collectionItem .img {
    max-width: 175px;
    height: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .collectionItem {
    padding: 40px;
    aspect-ratio: unset;
    min-height: 200px;
  }
  .collectionItem .img {
    max-width: 175px;
    height: 40px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .collectionItem {
    padding: 40px;
    aspect-ratio: unset;
    min-height: 250px;
  }
  .collectionItem .img {
    max-width: 175px;
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .trendsItem .content {
    padding: 20px;
  }
  .trendsItem .content .title {
    font-size: 18px;
    line-height: 30px;
  }
  .trendsItem .content .number {
    bottom: 55px;
    font-size: 34px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .trendsItem .content {
    padding: 20px;
  }
  .trendsItem .content .title {
    font-size: 18px;
    line-height: 30px;
  }
  .trendsItem .content .number {
    bottom: 55px;
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .bottomWidgets .row > div {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .fastLinks {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    gap: 20px;
  }
  .fastLinks::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .fastLinks .items {
    height: 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .fastLinks {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    gap: 20px;
  }
  .fastLinks::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .fastLinks .items {
    height: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .fastLinks {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    gap: 20px;
  }
  .fastLinks::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .fastLinks .items {
    height: 50px;
  }
}/*# sourceMappingURL=mobile.css.map */