@font-face {
  font-family: "Mont";
  src: url(../fonts/mont-regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url(../fonts/mont-bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Croogla";
  src: url(../fonts/croogla.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Colo Pro";
  src: url(../fonts/colo-pro.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src: url(../fonts/leaguespartan-bold.ttf) format("woff2");
  font-weight: 700;
  font-display: swap;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

:root {
  --light-green: #78be21;
  --green: #128807;
  --light-blue: #ade0ff;
  --orange-1: #ff9040;
  --orange-2: #ff9932;
  --gray: #737373;
  --yellow: #bc9c22;
  --blue: #173188;
  --blue: #0e1889;
  --sc-1: var(--blue);
  --sc-2: var(--yellow);
  --mont: "Mont";
  --colo-pro: "Colo Pro";
  --croogla: "Croogla";
  --dm-sans: "DM Sans";
  --league-spartan: "League Spartan";
  --open-sans: "Open Sans";
  --raleway: "Raleway";
}

:root {
  --fz9: 9px;
  /* 6.8 */
  --fz12: 12px;
  /* 8.9 */
  --fz13: 13px;
  /* 8.9 */
  --fz14: 14px;
  /* 10 */
  --fz15: 15px;
  /* 11 */
  --fz16: 16px;
  /* 12 */
  --fz19: 19px;
  /* 13.9 */
  --fz21: 21px;
  /* 16 */
  --fz24: 24px;
  /* 18 */
  --fz25: 25px;
  /* 19 */
  --fz27: 27px;
  /* 20 */
  --fz28: 28px;
  /* 21 */
  --fz32: 32px;
  /* 24 */
  --fz34: 34px;
  /* 25.3 */
  --fz35: 35px;
  /* 26 */
  --fz43: 43px;
  /* 32 */
  --fz63: 63px;
  /* 47.5 */
  --fz72: 72px;
  /* 54 */
  --fz73: 73px;
  /* 54.7 */
}

.fz28 {
  font-size: var(--fz28);
}

.fz72 {
  font-size: var(--fz72);
}

.league-spartan {
  font-family: var(--league-spartan);
}

.dm-sans {
  font-family: var(--dm-sans);
}

.text-gray {
  color: var(--gray);
}

.croogla {
  font-family: var(--croogla);
}

.colo-pro {
  font-family: var(--colo-pro);
}

.fz19 {
  font-size: var(--fz19);
}

.fz63 {
  font-size: var(--fz63);
}

.fz25 {
  font-size: var(--fz25);
}

.fz34 {
  font-size: var(--fz34);
}

.fz9 {
  font-size: var(--fz9);
}

.fz12 {
  font-size: var(--fz12);
}

.fz13 {
  font-size: var(--fz13);
}

.fz14 {
  font-size: var(--fz14);
}

.fz15 {
  font-size: var(--fz15);
}

.fz16 {
  font-size: var(--fz16);
}

.fz21 {
  font-size: var(--fz21);
}

.fz24 {
  font-size: var(--fz24);
}

.fz27 {
  font-size: var(--fz27);
}

.fz32 {
  font-size: var(--fz32);
}

.fz35 {
  font-size: var(--fz35);
}

.fz43 {
  font-size: var(--fz43);
}

.fz73 {
  font-size: var(--fz73);
}

.bold {
  font-weight: 700;
}

.text-yellow {
  color: var(--yellow);
}

.text-blue {
  color: var(--blue);
}

.text-white {
  color: white;
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-light-blue {
  background-color: var(--light-blue);
}

.bg-light-green {
  background-color: var(--light-green);
}

.bg-light-yellow {
  background-color: #fcd114;
}

.uppercase {
  text-transform: uppercase;
}

.mont {
  font-family: var(--mont);
}

.tar {
  text-align: right;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-padding: 102px;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  background: #fff;
  font-family: var(--raleway);
  color: var(--gray);
  font-size: 16px;
  line-height: 1.5;
}

ol {
  list-style: decimal;
  margin-left: 18px;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0px;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

*:focus {
  outline: none;
}

/*---3. default anchor color, hr, BlackSepLine ---*/
a {
  color: var(--sc-2);
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover {
  color: var(--sc-1);
  text-decoration: none;
}

hr {
  border: 0px;
}

/*---7. site selection color---*/
::selection {
  color: var(--sc-1);
  background-color: white;
}

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

.container.pd {
  padding: 40px 0;
}

.tac {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

@media (max-width: 1025px) {
  .only-desktop {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .only-mobile {
    display: none !important;
  }
}

a.menu-bar {
  color: #000;
  display: block;
  text-decoration: none;
  text-align: right;
  margin: 15px;
}

.menu-bar span {
  height: 4px;
  margin: 0 0 4px;
  width: 30px;
  background-color: var(--blue);
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.menu-bar span:last-child {
  margin: 0 0 0;
}

.menu-bar.active span:first-child {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.menu-bar.active span:nth-child(2n) {
  transform: rotate(0deg) translate3d(-25.71429px, 0, 0);
  opacity: 0;
}

.menu-bar.active span:last-child {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.menu-bar:hover span {
  border-color: #666;
}

.desc {
  text-align: justify;
}

.lh-1 {
  line-height: 1;
}

.buisness-container {
  background-color: var(--blue);
}
@media (min-width: 1025px) {
  .buisness-container .buisness-body {
    min-height: calc(100vh - 193px);
  }
  .buisness-container .buisness-body .container {
    height: 100%;
  }
  .buisness-container .buisness-body .container .second-section img {
    object-fit: cover;
    object-position: center;
    min-height: calc(100vh - 193px);
  }
}

.arrow-top {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 60px;
  z-index: 2;
}
.arrow-top svg {
  width: 35px;
  fill: white;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  filter: drop-shadow(0px 0px 2px var(--blue));
}
.arrow-top a:hover svg {
  fill: var(--yellow);
}

.img {
  line-height: 0;
}

.btn {
  display: inline-block;
}
.btn a {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background-color: var(--yellow);
  padding: 10px 20px;
  border-radius: 8px;
  outline: 3px solid transparent;
}
.btn a:hover {
  outline: 3px solid white;
  background-color: var(--blue);
}

.btn.yellow a {
  position: relative;
}
.btn.yellow a::after {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: -18px;
  right: 0;
  filter: drop-shadow(0px 0px 3px white);
}

.btn.blue-arrow-btn a {
  position: relative;
  background-color: var(--blue);
  padding: 12px 30px;
}
.btn.blue-arrow-btn a::after {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: -18px;
  right: 0;
  filter: drop-shadow(0px 0px 3px white);
}
.btn.blue-arrow-btn a:hover {
  background-color: var(--yellow);
}
.btn.blue-arrow-btn.disabled {
  opacity: 0.5;
}

form .btn {
  display: inline-block;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  font-family: var(--raleway);
  background-color: var(--blue);
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  outline: 3px solid transparent;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
form .btn:hover {
  outline: 3px solid white;
  background-color: var(--yellow);
}

.btn.text-regular a {
  font-weight: 400;
  font-size: var(--fz14);
}

.btn.bullet-btn a {
  border-radius: 22px;
}

.btn.wide-btn a {
  width: 245px;
  text-align: center;
}

.flex {
  display: flex;
}

body {
  padding-top: 102px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px #00000047;
}
.header .container {
  padding: 10px 0;
}
.header-flex {
  align-items: center;
}
.header-nav {
  margin-left: 70px;
  padding-top: 10px;
  line-height: 0;
}
.header-nav li + li {
  margin-left: 30px;
}
.header-nav li a {
  display: inline-block;
  color: var(--gray);
  font-size: var(--fz16);
  position: relative;
  line-height: 0.95;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-nav li a::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  height: 3px;
  border-radius: 3px;
  width: 100%;
  opacity: 0;
  background-color: var(--yellow);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-nav li a.active, .header-nav li a:focus {
  font-weight: 700;
  color: var(--sc-1);
}
.header-nav li a.active::before, .header-nav li a:focus::before {
  opacity: 1;
}
.header-nav li a:hover {
  color: var(--sc-1);
}
.header-btn {
  margin-left: auto;
}

.tag-line-section .pd {
  padding: 20px 0;
}
.tag-line-section .title {
  line-height: 1.2;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: var(--blue);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  background-color: #fff;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider .swiper-slide {
  position: relative;
}
.home-slider .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay .container {
  max-width: 1220px;
}

.buisness-head {
  line-height: 1;
}
.buisness-head .container {
  padding: 10px 0 8px;
}

.main-flex {
  align-items: center;
}
.main-flex .first-section {
  text-align: center;
  padding: 40px 0;
}
.main-flex .first-section .tac {
  margin-top: 30px;
}
.main-flex .second-section {
  min-width: 485px;
  margin: 0 10px 0 40px;
}

.point-flex {
  gap: 10px;
}
.point-flex li {
  width: calc(33.3333333333% - 10px);
  min-width: 205px;
}
.point-flex .number {
  margin-bottom: 25px;
}
.point-flex .img {
  margin-bottom: 10px;
}

.more-secton {
  align-self: flex-end;
  min-width: 128px;
  padding-bottom: 36px;
  line-height: 1.3;
}

.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.img-bg + .img-bg {
  box-shadow: 0px 0px 25px 12px #ffffffc7;
}
.img-bg::before {
  content: "";
  position: absolute;
  inset: 0px;
  backdrop-filter: blur(10px);
}
.img-bg .container {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

.product-section .head {
  display: inline-block;
  line-height: 1.2;
  padding: 12px 40px 10px;
}
.product-section .container {
  max-width: 1230px;
}
.product-section .product-body {
  margin-top: -26px;
  padding: 40px 45px;
  background-color: rgba(255, 255, 255, 0.7);
}
.product-section .btn-grp {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.product-flex {
  justify-content: center;
  margin: 8px 0 12px;
}
.product-flex li {
  padding: 0 80px;
  line-height: 1.1;
}
.product-flex li .img {
  display: inline-block;
  margin-bottom: 10px;
  filter: drop-shadow(5px 5px 0px var(--gray));
}
.product-flex li + li {
  position: relative;
}
.product-flex li + li::before {
  content: "";
  height: 110px;
  width: 2px;
  background-color: #333;
  position: absolute;
  left: -1px;
  bottom: 41px;
}

.mt-5 {
  margin-top: 5px;
}

.product-section.product .head {
  max-width: 345px;
  width: 100%;
  padding: 12px 40px 10px 20px;
  line-height: 1.4;
}
.product-section.product .product-body {
  margin-top: -40px;
  align-items: flex-start;
  padding: 60px 30px 40px;
}
.product-section.product .product-body .feature-box,
.product-section.product .product-body .product-img {
  margin-top: 60px;
  margin-top: 10px;
}
.product-section.product .feature-box {
  max-width: 343px;
  position: relative;
  padding-right: 24px;
}
.product-section.product .feature-box::after {
  content: "";
  position: absolute;
  height: 338px;
  width: 2px;
  background-color: #4a4747;
  right: -1px;
  bottom: 44px;
}

.small-flex {
  display: flex;
  flex-wrap: wrap;
}

.small-flex.features {
  gap: 15px;
  padding-bottom: 25px;
  border-bottom: 2px solid #4a4747;
}
.small-flex.features + .small-flex {
  padding-top: 30px;
}
.small-flex.features .img {
  display: flex;
  width: 40px;
  height: 42px;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}
.small-flex.features li {
  width: 101px;
}

.small-flex.sizes {
  gap: 15px;
}
.small-flex.sizes .size-box {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid var(--blue);
  outline-offset: -5px;
  line-height: 1;
}
.small-flex.sizes .text {
  line-height: 1.1;
}
.small-flex.sizes li {
  display: flex;
  gap: 11px;
  width: 152px;
}

.product-img {
  margin-left: 24px;
}
.product-img .img {
  display: inline-block;
  filter: drop-shadow(10px 10px 0px var(--gray));
}

.product-desc-box {
  align-self: flex-start;
  margin-top: -40px;
  margin-left: 25px;
  max-width: 498px;
}
.product-desc-box .short-headline {
  margin-top: 15px;
}

.product-dyper {
  display: flex;
  align-items: flex-start;
  padding: 5px 0 0;
  margin-top: 10px;
  margin-right: -30px;
}
.product-dyper img + img {
  margin-top: 18px;
}

.desc > * + * {
  margin-top: 6px;
}
.desc ul {
  list-style: disc;
  margin-left: 20px;
}
.desc ul li::marker {
  font-size: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.footer-container {
  background: url(../images/bg-logo.png), var(--blue);
  background-repeat: no-repeat;
  background-position: calc(100% + 100px) calc(100% - 20px);
  background-size: 402px 402px;
  background-blend-mode: multiply;
  position: relative;
  z-index: 1;
}
.footer-container .container {
  padding: 70px 50px 50px;
}
.footer-container .title {
  line-height: 1.05;
  margin-top: 15px;
}
@media (min-width: 1025px) {
  .footer-container .left {
    min-width: 560px;
  }
}
.footer-container iframe {
  width: 100% !important;
  border-radius: 25px;
}
.footer-container .links {
  margin-top: 10px;
}
.footer-container .links a {
  display: inline-block;
}
.footer-container .links a:hover {
  color: white;
}
.footer-container .links a + a,
.footer-container .links a + br + a {
  margin-top: 10px;
}

.copyright {
  text-align: center;
  color: #737373;
  font-size: var(--fz15);
  line-height: 1.6;
  margin-top: 30px;
}

.footer-flex {
  gap: 150px;
}

.product-section.nationwide .head-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-section.nationwide .product-body {
  padding: 30px 25px;
  margin-top: 0;
}
.product-section.nationwide .flex-box {
  display: flex;
  gap: 50px;
}
.product-section.nationwide .flex-box .title {
  line-height: 1.2;
  margin-bottom: 15px;
}
.product-section.nationwide .flex-box .left {
  flex: 1 1;
}
.product-section.nationwide .flex-box .right {
  flex: 0 1 432px;
}
.product-section.nationwide .btn-grp {
  margin-top: -50px;
  margin-bottom: 18px;
}

.mtb-10 {
  margin: 10px 0;
}

.product-section.export .product-body {
  margin-top: 0;
  padding: 20px 30px 35px;
  max-width: 635px;
}
.product-section.export .desc {
  margin-bottom: 20px;
}

.form-container .container {
  max-width: 590px;
}
.form-container .form-head {
  text-align: center;
  max-width: 422px;
  margin: 0 auto;
  background-color: #fff;
  padding: 5px 0;
  position: relative;
  z-index: 2;
}
.form-container .form-body {
  margin-top: -36px;
  text-align: center;
  background-color: rgba(190, 159, 35, 0.7);
  padding: 73px 40px 40px;
}
.form-container .form-body input,
.form-container .form-body textarea {
  display: block;
  width: 100%;
  padding: 12px 15px;
  outline: none;
  border: none;
  font-size: var(--fz24);
  font-family: var(--raleway);
  max-height: 150px;
}
.form-container .btn-grp {
  margin-top: 25px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.about-container {
  background-image: url(../images/bg-logo.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 200px) 50%;
  background-size: 402px 402px;
}
.about-container .container {
  padding: 80px 0;
  max-width: 1230px;
}
.about-container .flex {
  gap: 16px;
}
.about-container .img-box {
  min-width: 174px;
  line-height: 1.3;
}
.about-container .img-box .title {
  margin-top: 10px;
}
.about-container .text-box .title {
  line-height: 1;
}
.about-container .text-box .short-desc {
  margin-bottom: 5px;
}

.other-member-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 65px;
  margin-top: 45px;
}
.other-member-flex li {
  flex: 1 1;
  display: flex;
  line-height: 1.3;
  gap: 15px;
}

.export {
  overflow: hidden;
}
.export .text-box {
  position: relative;
}
.export .text-box::after {
  content: url(../images/world-map.webp);
  width: 790px;
  height: 451px;
  position: absolute;
  right: calc(-100% - 140px);
  top: 0;
  z-index: -1;
}

.product-section .btn-grp .btn a {
  width: 250px;
}

.abs-img {
  margin: 15px 5px 0;
}

@media (min-width: 1025px) {
  .product .desc {
    position: relative;
  }
  .product .desc .abs-img {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .product:not(.export, .nationwide) .tacxx {
    margin-left: -40px;
  }
  .product:not(.export, .nationwide) .tacxx .head {
    padding: 12px 20px 10px 25px;
  }
}
@media (max-width: 1025px) {
  html {
    scroll-padding-top: 141px;
  }

  :root {
    --fz9: 9px;
    --fz12: 12px;
    --fz13: 13px;
    --fz14: 14px;
    --fz15: 15px;
    --fz16: 16px;
    --fz19: 19px;
    --fz21: clamp((21px/1.2), 4vw, 21px);
    --fz24: clamp((24px/1.25), 4vw, 24px);
    --fz25: clamp((25px/1.25), 4vw, 25px);
    --fz27: clamp((27px/1.25), 2.5vw, 27px);
    --fz28: clamp((28px/1.3), 4vw, 28px);
    --fz32: clamp((32px/1.3), 6vw, 32px);
    --fz34: clamp((34px/1.3), 6vw, 34px);
    --fz35: clamp((35px/1.3), 6vw, 35px);
    --fz43: clamp((43px/1.4), 6vw, 43px);
    --fz72: clamp((72px/1.8), 6vw, 72px);
    --fz73: clamp((73px/1.8), 6vw, 73px);
    --fz63: clamp(35px, 7vw, 63px);
  }

  .product-section.export .product-body,
.product-section.nationwide .product-body {
    padding: 20px 20px 35px;
  }

  .overlay .tar {
    text-align: center;
    max-width: 455px;
    margin: 0 auto;
  }
  .overlay .tar br {
    display: none;
  }

  .flex {
    flex-wrap: wrap;
  }

  .header-nav {
    margin-left: auto;
    padding: 0;
  }

  .container,
.container-pd {
    max-width: calc(100vw - 20px) !important;
  }

  .header {
    background-color: var(--yellow);
    box-shadow: none;
    z-index: 11;
  }
  .header .container {
    padding: 0px 0;
    max-width: 100% !important;
  }

  .logo-container {
    text-align: center;
    padding: 10px 0 5px;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px #00000047;
  }

  body {
    padding: 141px 0 0;
  }

  .menu-bar {
    float: right;
  }

  .menu {
    z-index: 5;
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .menu.active {
    max-height: 800px;
  }
  .menu li {
    margin: 0px !important;
    border-bottom: 1px solid #fff;
  }
  .menu li li:last-child {
    border-bottom: 1px solid #fff;
  }
  .menu a.nav-link {
    display: block;
    padding: 10px;
    background-color: var(--blue);
    font-weight: 700;
    color: white !important;
  }
  .menu a.nav-link::before {
    display: none !important;
  }
  .menu a.nav-link:hover {
    background-color: var(--yellow);
  }

  .tag-line-section {
    text-align: center;
  }

  .buisness-head {
    text-align: center;
  }

  .buisness-body {
    text-align: center;
  }
  .buisness-body .container {
    padding: 40px 0;
  }

  .more-secton {
    padding: 0;
  }
  .more-secton br {
    display: none;
  }

  .point-flex {
    justify-content: center;
    gap: 20px;
  }
  .point-flex li {
    flex: 0 1 260px;
  }

  .main-flex {
    justify-content: center;
  }
  .main-flex .first-section {
    padding: 20px 0 30px;
  }
  .main-flex .second-section {
    order: -1;
    margin: 0 auto 10px;
    min-width: initial;
  }

  iframe {
    max-width: 100% !important;
  }

  .tacxx {
    text-align: center;
  }

  .product-section .container {
    width: 750px;
  }

  .product-flex {
    gap: 20px;
  }
  .product-flex li {
    padding: 0;
    min-width: 141px;
  }

  .product-section .product-body {
    margin-top: 0;
    padding: 25px 20px;
    justify-content: center;
  }

  .product-desc-box {
    max-width: initial;
    margin: 30px 0 0;
    text-align: center;
  }

  .desc li {
    text-align: left;
  }

  .img-bg .container {
    padding: 40px 0;
  }

  .product-dyper {
    margin-right: -30px;
    margin-left: -30px;
    justify-content: center;
  }

  .product-section.nationwide .flex-box {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .product-section.nationwide .flex-box .right,
.product-section.nationwide .flex-box .left {
    flex: 1 1 100%;
  }
  .product-section.nationwide .flex-box .right {
    order: -1;
  }
  .product-section.nationwide .btn-grp {
    margin: 20px 0 0;
  }

  .product-section.export .product-body {
    margin: 0 auto;
    text-align: center;
  }
  .product-section.export .product-body .tar {
    text-align: center;
  }

  .about-container .container {
    text-align: center;
    padding: 30px 10px 40px;
  }
  .about-container .flex {
    justify-content: center;
    gap: 25px;
  }
  .about-container .flex .img-box {
    order: 2;
  }
  .about-container .flex .text-box .title {
    margin-bottom: 10px;
  }

  .other-member-flex li {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 150px;
  }

  .form-container .container {
    width: 590px;
  }
  .form-container .form-body {
    padding: 40px 15px;
    margin: 0;
  }

  .footer-container .container {
    padding: 40px 10px 30px;
  }

  .footer-flex {
    gap: 20px;
    text-align: justify;
    align-items: center;
    flex-direction: column;
  }
  .footer-flex .left,
.footer-flex .right {
    flex: 1 1;
    width: 100%;
    max-width: 440px;
  }

  .other-member-flex {
    gap: 15px;
    margin-top: 30px;
  }

  .product-section.nationwide .head-flex {
    justify-content: center;
  }
  .product-section.nationwide .head-flex .flag {
    display: none;
  }

  .product-flex li + li::after, .product-flex li + li::before {
    display: none;
  }

  .product-section .desc {
    text-align: justify;
  }

  .product-section.nationwide .flex-box .title br {
    display: none;
  }

  .product-section.product .product-body {
    margin-top: 0;
    padding: 40px 30px 40px;
  }

  .arrow-top svg {
    width: 25px;
  }

  .arrow-top {
    bottom: 8px;
    right: 18px;
  }

  .product-section.product .product-body .feature-box,
.product-section.product .product-body .product-img {
    margin-top: 0px;
  }

  .product-section .btn-grp {
    flex-wrap: wrap;
  }

  .about-container .img-box .only-mobile {
    margin: 0 0 20px;
  }

  .product-section.nationwide .flex-box .title {
    font-size: var(--fz27);
  }

  .abs-img {
    display: block;
    margin: 15px auto 0;
  }
}
@media (max-width: 730px) {
  .swiper-slide img {
    min-height: 460px;
  }

  .swiper-slide:not(:first-child) img {
    object-position: center;
  }

  .product-section .head br {
    display: none;
  }

  .small-flex {
    justify-content: center;
  }

  .product-section.product .feature-box::after {
    display: none;
  }

  .small-flex.features {
    border: none;
    padding-bottom: 0;
  }

  .product-section.product .product-body {
    padding: 40px 15px 40px;
  }

  .product-dyper {
    margin: 10px -15px 0;
  }

  .product-section.product .product-body {
    gap: 15px;
    justify-content: center;
  }
  .product-section.product .product-body .feature-box,
.product-section.product .product-body .product-img {
    margin: 0;
    padding: 0;
  }
  .product-section.product .product-body .product-img {
    order: -1;
  }

  .form-container .form-head {
    max-width: calc(100% - 60px);
  }

  .footer-flex .left,
.footer-flex .right {
    flex: 1 1 100%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer-flex {
    display: block;
  }
  .footer-flex iframe {
    object-fit: cover;
    width: 100% !important;
  }
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height: 0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
