@import url("fontawesome.css");
@import url("flaticon.css");

/* fonts */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  src: url("../fonts/NotoSansTC-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans Thai";
  src: url("../fonts/NotoSansThai-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  src: url("../fonts/Inter-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

/* website responsive */
.saisbs-body {
  font-family: "Noto Sans", "Noto Sans Thai";
}

.custom-nav {
  position: sticky;
  height: 83px;
  top: 0px;
  color: #fff;
  z-index: 100;
  align-content: center;
  font-size: 20px;
}

.custom-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) -10.56%, #900b09 100%);
  opacity: 0.5;
  z-index: -1;
  transition: all ease-in 0.15s;
}

.custom-nav.filled::before {
  background: #631317;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.custom-nav .nav-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0px 5%;
}

.nav-content.menus {
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.imgcrop-top {
  position: relative;
  margin-top: -83px;
}

.imgcrop-top img {
  width: 100%;
}

.imgcrop-top .media-ic {
  cursor: pointer;
  position: absolute;
  width: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.imgcrop-top .media-ic:hover {
  opacity: 0.7;
}

.imgcrop-top video {
  width: 100%;
}

.imgcrop-top::after {
  content: " ";
  background: url("../assets/images/icon-arrow-down.png");
  position: absolute;
  bottom: 150px;
  left: calc(50% - 25px);
  width: 60px;
  height: 60px;
  background-size: cover;
  z-index: 14;
  animation: fade_move_down 1.7s ease-in-out infinite;
}

@keyframes fade_move_down {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

.imgcrop-top .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.custom-nav .nav-content .cp-logo {
  width: 78px;
}

.custom-nav .nav-content .nav-menus {
  list-style: none;
  padding: unset;
  margin: unset;
  display: flex;
}

.custom-nav .nav-content .nav-menus > li {
  position: relative;
}

.custom-nav .nav-content .nav-menus > li > a {
  padding: 10px 20px;
  text-decoration: unset;
  color: #fff;
  white-space: nowrap;
}

.custom-nav .nav-content .nav-menus > li.active::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  animation: expandLine 0.3s ease forwards;
}

@keyframes expandLine {
  from {
    width: 0;
  }
  to {
    width: 60px;
  }
}

.custom-nav .nav-content .nav-menus a {
  transition: all ease 0.17s;
}

.custom-nav .nav-content .nav-menus a:hover {
  opacity: 0.65;
}

.custom-nav .nav-content .mn-drop {
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
}

.custom-nav .nav-content .mn-drop .dropdown-ic {
  cursor: pointer;
  text-decoration: unset;
  color: #fff;
}

.mn-drop .dropdown-menu {
  left: -67px !important;
  top: 8px !important;
  border-radius: 13px;
  min-width: 8rem;
  max-width: 15rem;
  border: unset;
  box-shadow: 34px 0px 60px rgba(0, 0, 0, 0.08);
}

.mn-drop .dropdown-menu:after {
  content: "";
  display: block;
  position: absolute;
  left: 80%;
  top: -4px;
  z-index: -1;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background-color: #fff;
}

.mn-drop .dropdown-menu .dropdown-item img {
  width: 30px;
  margin-right: 5px;
}

.mn-lang .dropdown-ic i {
  margin-left: 5px;
}

.mn-lang .dropdown-ic.show i {
  transform: rotate(180deg);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #a42329;
}

.mn-noti .dropdown-ic {
  font-size: 20px;
  line-height: normal;
  position: relative;
}

.mn-noti .dropdown-ic.show .fa-bell {
  font-weight: 900;
}

.mn-noti .dropdown-menu {
  width: 382px;
  max-width: unset;
  padding: 35px 0px;
  font-size: 13px;
  border-radius: 20px;
  left: -125px !important;
  top: 15px !important;
  border: 1px solid #f0f0f0;
}

.mn-noti .dropdown-menu:after {
  left: 35%;
}

.custom-nav .nav-content .mn-user {
  display: inline-block;
}

.btn {
  box-shadow: unset !important;
  outline: unset !important;
}

.mn-user .btn {
  font-family: "Prompt";
  font-size: 16px;
  line-height: normal;
  width: 123px;
  height: 34px;
  padding: unset;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mn-user .btn .ic {
  margin-right: 8px;
  width: 15px;
}

.mn-user .btn-login {
  background-color: #fff;
}

.mn-user .btn-login:hover {
  background-color: #e5e5e5;
}

.mn-user .btn-login:active {
  background-color: #b3b3b3;
}

.noti-content .noti-subject {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-left: 25px;
  margin-bottom: 20px;
}

.noti-content .noti-items {
  list-style: none;
  margin: unset;
  padding: 0px 10px;
  overflow: auto;
  max-height: 500px;
}

.noti-content .noti-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
}

.noti-content .noti-items::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

.noti-content .noti-items::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d9d9d9;
}

.noti-content .noti-items > li > a {
  position: relative;
  display: block;
  text-decoration: unset;
  color: #000;
  padding: 7px 15px;
  font-size: 11px;
  transition: all ease 0.15s;
}

.noti-content .noti-items > li > a > .date {
  color: #a42329;
  margin-bottom: 3px;
}

.noti-content .noti-items > li > a > .short {
  font-weight: 500;
  margin-bottom: 5px;
}

.noti-content .noti-items > li > a > .short .uadd {
  color: #a42329;
}

.noti-content .noti-items > li > a > .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.noti-content .noti-items > li > a > .des {
  color: #3f3f3f;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noti-content .noti-items > li > a:hover,
.noti-content .noti-items > li > a.nread {
  background-color: #f1f1f1;
}

.noti-content .noti-items > li > a.nread::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #a42329;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.noti-content .noti-items > li > a:active {
  background-color: #e5e5e5;
}

.mn-noti .dropdown-ic .ic-num {
  position: absolute;
  top: -2px;
  right: -8px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  height: 17px;
  color: #a42329;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

section {
  font-family: "Prompt";
}

section .title {
  font-size: 36px;
  color: #a42329;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.sec-intro {
  padding: 80px 0px;
  text-align: center;
}

.sec-intro.extra .container {
  max-width: 1400px;
}

.sec-intro .des {
  font-size: 18px;
  color: #666363;
}

.sec-content {
  padding: 50px 0px;
  background-color: #f3f3f3;
}

.sec-content .container {
  max-width: 1420px;
}

.sec-content img {
  width: 100%;
}

.sec-content .r-list {
  list-style: none;
  margin: unset;
  padding: unset;
  font-size: 18px;
  color: #666363;
}

.sec-content .r-list > li {
  position: relative;
}

.sec-content .r-list > li:not(:last-child) {
  margin-bottom: 7px;
}

.sec-content .r-list > li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #a42329;
  font-size: 6px;
  position: absolute;
  left: -17px;
  top: 10px;
}

.sec-content .r-list > li span {
  font-size: 18px;
  font-weight: 600;
  color: #a42329;
}

.sec-content .middle {
  align-content: center;
  padding-left: 50px;
}

.bg-01 {
  background-image: url("../assets/images/saisbs_bg01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-02 {
  background-color: #f7f7f7;
  background-image: url("../assets/images/saisbs_bg02.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.sec-intro .img-group {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.sec-intro .img-group img {
  width: 300px;
  filter: drop-shadow(0px 4px 11.3px rgba(0, 0, 0, 0.25));
}

.sec-intro .img-group img:not(:last-child) {
  margin-right: 20px;
}

.sec-whyus {
  padding: 80px 0px 120px 0px;
  position: relative;
  background-color: #f7f7f7;
}

.sec-whyus .title {
  margin-bottom: 60px;
}

.sec-whyus .wus-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-whyus .wus-content .wus {
  width: 450px;
}

.sec-whyus .wus-content .wus-title {
  font-size: 20px;
  font-weight: 600;
  color: #a42329;
}

.sec-whyus .wus-content .wus-des {
  color: #666363;
  font-size: 18px;
}

.sec-whyus .wus-content .wus.left {
  text-align: right;
  margin-right: 40px;
}

.sec-whyus .wus-content .wus.art {
  width: auto;
}

.sec-whyus .wus-content .wus.art img {
  content: url("../assets/images/whyus-center.png");
  width: 370px;
}

.sec-whyus .wus-content .wus-group {
  margin-bottom: 50px;
}

.sec-whyus .wus-content .wus-group:last-child {
  margin: unset;
}

.sec-whyus .wus-content .wus.right {
  margin-left: 40px;
}

.sec-contactbar {
  padding: 30px 0px;
  background-color: #631317;
  color: #fff;
}

.sec-contactbar .ct-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-contactbar .ct-bar .word {
  margin-right: 120px;
}

.sec-contactbar .ct-bar .ti {
  font-size: 34px;
}

.sec-contactbar .ct-bar .des {
  font-size: 30px;
  font-weight: 300;
}

.ct-bar .bar-bt .btn {
  width: 241px;
  height: 75px;
  padding: unset;
  border-radius: 25px;
  font-size: 24px;
  font-weight: 500;
}

.ct-bar .bar-bt .btn:hover {
  background-color: #ddd;
}

.sec-gallery {
  background-color: #f7f7f7;
  padding: 80px 0px;
  text-align: center;
}

.sec-gallery .des {
  font-size: 18px;
  color: #666363;
  margin-bottom: 60px;
}

.sec-gallery .gallery-slide .g-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 5px;
}

.sec-gallery .gallery-slide .g-image {
  position: relative;
}

.sec-gallery .gallery-slide .g-image::before {
  content: "";
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0.8) 0%,
    rgba(26, 26, 26, 0.1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}

.gallery-slide .owl-dots {
  margin-top: 40px;
}

.gallery-slide .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background: #b8b8b8;
  margin: 0 4px;
}

.gallery-slide .owl-dots button.owl-dot.active {
  background-color: #a42329;
}

.gallery-slide .owl-nav .owl-prev,
.gallery-slide .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  border: 1px solid #a42329 !important;
  border-radius: 100%;
  font-size: 24px !important;
  line-height: 26px !important;
  color: #a42329 !important;
  background-color: #fff !important;
}

.gallery-slide .owl-nav .owl-prev:hover,
.gallery-slide .owl-nav .owl-next:hover {
  background-color: #a42329 !important;
  color: #fff !important;
}

.gallery-slide .owl-nav .owl-prev {
  position: absolute;
  left: -100px;
  top: 43%;
  transform: translateY(-50%);
}

.gallery-slide .owl-nav .owl-next {
  position: absolute;
  right: -100px;
  top: 43%;
  transform: translateY(-50%);
}

.sec-intro .yt-clip .youtube-iframe {
  width: 900px;
  height: 510px;
}

.custom-footer {
  padding-top: 60px;
  background-color: #631317;
  color: #fff;
}

.custom-footer .container {
  max-width: 1550px;
}

.custom-footer .logo {
  width: 100px;
  margin-bottom: 50px;
}

.custom-footer .f-menus {
  list-style: none;
  padding: unset;
  margin: unset;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.custom-footer .f-menus > li > a {
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: unset;
  color: #fff;
  transition: all ease 0.15s;
}

.custom-footer .f-menus > li > a:hover {
  opacity: 0.7;
}

.custom-footer .f-des {
  text-align: center;
  padding: 25px 0px;
  position: relative;
  color: #c4c4c4;
}

.custom-footer .f-des::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #722a2e;
  width: 60%;
}

.custom-footer .footer-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 50px;
}

.custom-footer .f-content.wn {
  width: 30%;
}

.custom-footer .f-content.wl {
  width: 40%;
}

.custom-footer .f-content .contact {
  font-family: "Inter";
  display: inline-block;
}

.custom-footer .contact .fc-title {
  font-size: 14;
  font-weight: 600;
  margin-bottom: 15px;
}

.custom-footer .contact .f-cont {
  font-family: "prompt";
  font-weight: 400;
  font-size: 14px;
  padding: unset;
  padding-left: 30px;
  margin: unset;
  list-style: none;
}

.custom-footer .contact .f-cont > li {
  margin-bottom: 10px;
  position: relative;
}

.custom-footer .contact .f-cont > li > a {
  color: #fff;
  transition: all ease 0.2s;
  text-decoration: unset;
}

.custom-footer .contact .f-cont > li > a:hover {
  opacity: 0.7;
}

.custom-footer .contact .f-cont > li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-footer .contact .f-cont > li.ic1::before {
  background-image: url("../assets/images/icf-01.png");
}

.custom-footer .contact .f-cont > li.ic2::before {
  background-image: url("../assets/images/icf-02.png");
}

.custom-footer .contact .f-cont > li.ic3::before {
  background-image: url("../assets/images/icf-03.png");
}

.custom-footer .contact .f-cont > li.ic4::before {
  background-image: url("../assets/images/icf-04.png");
}

.custom-footer .contact .f-cont > li.ic5::before {
  background-image: url("../assets/images/icf-05.png");
}

.custom-footer .contact .f-cont > li:last-child {
  margin: unset;
}

.custom-footer .social {
  font-family: "prompt";
  text-align: left;
  display: inline-block;
}

.custom-footer .social .sc-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.custom-footer .social .sc-des {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 7px;
}

.custom-footer .social .sc-social a {
  transition: 0.17s;
}

.custom-footer .social .sc-social a:hover {
  opacity: 0.7;
}

.custom-footer .social .sc-social img {
  height: 22px;
  margin-right: 15px;
}

.noti-page {
  padding: 45px 0px;
}

.noti-page .noti-items {
  overflow: unset;
  max-height: unset;
}

.navbar-mobile {
  position: fixed;
  height: 74px;
  width: 100%;
  z-index: 10;
  left: 0px;
  top: 0px;
  background-color: #631317;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  align-content: center;
}

.navbar-mobile .nav-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-item.right {
  display: flex;
  padding-right: 20px;
  align-items: center;
}

.nav-item.right .mb-lang,
.nav-item.right .mb-noti {
  margin-right: 20px;
}

.nav-item.right .mb-lang .dropdown-ic.show i {
  transform: rotate(180deg);
}

.nav-item.right .mb-lang .dropdown-menu {
  min-width: 70px;
  top: 15px !important;
  left: -20px !important;
  border-radius: 5px;
  text-align: center;
  border: unset !important;
  box-shadow: 34px 0px 60px rgba(0, 0, 0, 0.08);
}

.nav-item.right .mb-lang .dropdown-menu:after {
  content: "";
  display: block;
  position: absolute;
  left: 53%;
  top: -4px;
  z-index: -1;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background-color: #fff;
}

.nav-item.right .dropdown-ic,
.nav-item.right .mb-noti a {
  text-decoration: unset;
  color: #fff;
}

.nav-item.right .mb-noti {
  position: relative;
}

.nav-item.right .mb-noti a > .fa-bell {
  font-size: 24px;
}

.nav-item.right .mb-noti .ic-num {
  position: absolute;
  top: -1px;
  right: -7px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  height: 17px;
  color: #a42329;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item.right .mb-menus .dropdown-ic .fa-bars {
  font-size: 24px;
}

.nav-item.right .mb-menus .dropdown-menu {
  font-family: "Prompt";
  top: 15px !important;
  left: 15px !important;
  border-radius: 25px;
  border: 1px solid #f4f4f4;
  border-top: unset;
  box-shadow: 34px 0px 60px rgba(0, 0, 0, 0.08);
  padding: 30px 15px;
  width: 225px;
}

.nav-item.right .mb-menus .dropdown-menu:after {
  content: "";
  display: block;
  position: absolute;
  right: 7%;
  top: -5px;
  z-index: -1;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 17px;
  height: 17px;
  background-color: #fff;
}

.btn-primary {
  background-color: #a8242c;
  border: unset;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #7c1b21 !important;
}

.btn-primary:active {
  background-color: #631317 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #a8242c;
  border-color: #a8242c;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.7;
}

.mb-menus .dropdown-menu .btn {
  width: 100%;
  height: 63px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0px 20px;
}

.mb-menus .dropdown-menu .btn .ic > img {
  width: 23px;
  margin-right: 19px;
}

.mb-menus .top-bt {
  padding-bottom: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e4e5;
}

.mb-menus .bottom-bt {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e2e4e5;
}

.mb-menus .dropdown-item {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 12px 17px;
  border-radius: 7px;
}

.mb-menus .dropdown-item:active {
  background-color: #eee;
  color: #000;
}

.mb-menus .dropdown-item .ic > img {
  width: 20px;
  margin-right: 19px;
}

.sec-content .side-wrap {
  position: relative;
}

.sec-content .side-wrap .side-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  left: -30px;
  bottom: 50px;
  color: #e3e3e3;
  font-size: 64px;
  line-height: 64px;
}

.sec-whyus-mb {
  display: none;
}

.sec-about-intro {
  padding: 140px 0px 80px 0px;
  position: relative;
  color: #fff;
  background-image: url("../assets/images/aboutIntro_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-about-intro .title {
  color: #fff;
  text-align: left;
  font-size: 40px;
  position: relative;
}

.sec-about-intro .title::before {
  content: "";
  position: absolute;
  width: 67px;
  height: 8px;
  background-color: #a42329;
  top: -20px;
  left: 0px;
  border-radius: 30px;
}

.sec-about-intro .des {
  font-size: 20px;
}

.sec-intro .wh-imggroup {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
}

.sec-intro .wh-imggroup .wh-content img {
  width: 450px;
  border-radius: 7px;
}

.sec-intro .wh-imggroup .wh-content .text {
  font-size: 25px;
  line-height: 29px;
  font-weight: 600;
  color: #a42329;
  text-align: left;
}

.sec-team {
  background-color: #c5c5c5;
  padding: 80px 0px;
}

.sec-team .img-main {
  width: 100%;
  margin-bottom: 15px;
}

.sec-team .img-sub {
  display: flex;
  justify-content: space-between;
}

.sec-team .img-sub img {
  width: 48.8%;
}

.sec-team .t-align {
  align-content: center;
  height: 100%;
}

.sec-team .t-title {
  font-size: 36px;
  font-weight: 600;
  color: #a42329;
  margin-bottom: 20px;
}

.sec-team .t-des {
  color: #464646;
  font-size: 20px;
}

.sec-product-int {
  font-family: "Prompt";
  background-image: url("../assets/images/pd_intro-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom, center;
  padding: 80px 0px;
}

.sec-product-int .title {
  font-size: 40px;
}

.sec-product-int .des {
  text-align: center;
  color: #434343;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}

.sec-product-int .tpd-group {
  text-align: center;
}

.sec-product-int .tpd-group img {
  height: 280px;
  margin-bottom: 25px;
}

.sec-product-int .tpd-group .tpd-title {
  font-size: 20px;
  font-weight: 600;
  color: #a42329;
}

.sec-product-concept {
  padding: 80px 0px;
  background-color: #d2d2d2;
  background-image: url("../assets/images/pd-line.png");
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
}

.sec-product-concept .title {
  font-size: 40px;
}

.sec-product-concept .txt {
  color: #464646;
  font-size: 20px;
  text-align: center;
}

.sec-product-concept .ore-step {
  text-align: center;
  margin: 20px 0px;
}

.sec-product-concept .ore-step i {
  font-size: 20px;
  margin: 0px 10px;
}

.sec-product-concept .ore-step .ore-bg {
  height: 36px;
  text-align: center;
  min-width: 171px;
  display: inline-block;
  align-content: center;
  background: #a42329;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  border-radius: 5px;
  padding: 0px 20px;
}

.sec-product-concept .content {
  margin-bottom: 80px;
}

.sec-product-concept .seq {
  font-size: 30px;
  font-weight: 600;
  color: #a42329;
  text-align: center;
  margin-bottom: 15px;
}

.sec-product-concept .img-group {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.sec-product-concept .img-group img {
  width: 320px;
  border-radius: 5px;
}

.sec-product-concept .img-group img:not(:last-child) {
  margin-right: 20px;
}

.sec-product-concept .list {
  font-size: 20px;
  margin: unset;
  padding: unset;
  margin-top: 25px;
  list-style: none;
}

.sec-product-concept .list > li {
  position: relative;
}

.sec-product-concept .list > .flex {
  display: flex;
}

.sec-product-concept .list > .flex > b {
  margin-right: 7px;
}

.sec-product-concept .list > li > b {
  color: #a42329;
  font-weight: 600;
}

.sec-product-concept .list > li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #a42329;
  font-size: 5px;
  position: absolute;
  left: -17px;
  top: 13px;
}

.sec-product-concept .list .treeview {
  margin: 5px 0px 10px 0px;
  list-style: none;
}

.sec-product-concept .list .treeview > li {
  position: relative;
}

.sec-product-concept .list .treeview > li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 5px;
  position: absolute;
  left: -17px;
  top: 13px;
}

.wrap-center {
  display: flex;
  justify-content: center;
}

.custom-form {
  padding: 80px 0px 130px 0px;
  font-size: 40px;
  background-color: #f0f0f0;
}

.custom-form .des {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #434343;
  margin-bottom: 60px;
}

.custom-form .or-form {
  padding: 0px 15% 0px 20%;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 500;
}

.custom-form .or-form .row {
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.custom-form .or-form .row.t-area {
  align-items: unset;
}

.custom-form .or-form .row.t-area .lab {
  margin-top: 15px;
}

.custom-form .radio-wrap {
  display: flex;
}

.custom-form .radio-wrap .round {
  width: 50%;
}

.custom-form .radio-wrap label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-form .radio-wrap label input {
  position: absolute;
  opacity: 0;
  display: none;
  cursor: pointer;
}

.custom-form .radio-wrap .r-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
}

.custom-form .radio-wrap label:hover input ~ .r-radio {
  background-color: #f5f5f5;
}

.custom-form .radio-wrap .r-radio:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-form .radio-wrap label input:checked ~ .r-radio:after {
  display: block;
}

.custom-form .radio-wrap label .r-radio:after {
  top: 4px;
  left: 4px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: linear-gradient(180deg, #a42329 0%, #3e0d10 100%);
}

.custom-form .form-control {
  height: 53px;
  padding: 0px 25px;
  border-radius: 20px;
  border: unset;
}

.custom-form textarea.form-control {
  height: auto;
  padding: 15px 25px;
}

.custom-form .form-control:focus {
  box-shadow: 0 0 0 1px #cf464c;
}

.custom-form .form-control.danger {
  box-shadow: 0 0 0 1px #ff000d;
}

.custom-form .form-control.success {
  box-shadow: 0 0 0 1px #38c61b;
}

.or-form .btn-submit {
  margin-top: 40px;
  height: 50px !important;
  border-radius: 30px !important;
  min-width: 360px;
  max-width: 100%;
  font-size: 20px;
  font-weight: 500 !important;
  padding: unset !important;
}

.sec-contactus {
  padding: 80px 0px;
  background-color: #f0f0f0;
}

.sec-contactus .title {
  font-size: 40px;
}

.sec-contactus .des {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #434343;
}

.sec-ct-content {
  padding: 80px 0px;
  background-color: #e4e4e4;
}

.sec-ct-content .contact-group {
  margin-bottom: 40px;
}

.sec-ct-content .ct-line {
  padding: 0px 90px 0px 30px;
  margin-bottom: 40px;
}

.sec-ct-content .contact-group .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact-group .contact-item .ct-ic {
  font-size: 25px;
  margin-right: 40px;
  color: #fff;
  background-color: #a42329;
  width: 51px;
  height: 51px;
  display: block;
  text-align: center;
  align-content: center;
  border-radius: 100%;
}

.contact-group .contact-item .detail {
  color: #434343;
}

.contact-group .contact-item .ct-sec {
  font-size: 20px;
  font-weight: 500;
}

.contact-group .contact-item .ct-des {
  font-size: 16px;
}

.sec-ct-content .contact-word {
  text-align: center;
}

.sec-ct-content .contact-word .icons {
  font-size: 30px;
  margin-top: 10px;
}

.sec-ct-content .contact-word .icons a {
  text-decoration: unset;
  color: #a42329;
  padding: 0px 10px;
  transition: all ease 0.13s;
}

.sec-ct-content .contact-word .icons a:hover {
  opacity: 0.7;
}

.sec-ct-content .contact-form {
  background-color: #fff;
  border-radius: 29px;
  padding: 40px 30px 50px 30px;
}

.sec-ct-content .contact-form .cf-form {
  padding: 0px 30px;
}

.sec-ct-content .contact-form .cf-title {
  font-size: 30px;
  font-weight: 600;
  color: #a42329;
  text-align: center;
  margin-bottom: 30px;
}

.sec-ct-content .contact-form .cf-wn {
  color: #a42329;
  font-size: 14px;
  margin-top: 5px;
}

.sec-ct-content .cf-form .iti {
  width: 100%;
}

.sec-ct-content .cf-form .iti__selected-flag {
  background-color: unset !important;
  padding: unset;
}

.sec-ct-content .cf-form .iti .form-control {
  padding-left: 80px !important;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form .cf-button {
  text-align: center;
  margin-top: 40px;
}

.contact-form .cf-button .btn {
  height: 51px;
  min-width: 290px;
  border-radius: 30px;
  padding: unset;
  font-size: 20px;
  font-weight: 600;
}

.contact-form label {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.contact-form label .star {
  color: #a42329;
  font-size: 26px;
  line-height: 24px;
  position: absolute;
  top: 6px;
  margin-left: 5px;
}

.contact-form .form-control {
  padding: 5px 0px;
  border: unset;
  border-bottom: 1px solid;
  font-size: 16px;
  box-shadow: unset;
  border-bottom: 1px solid #acacac;
  border-radius: unset;
}

.contact-form .form-control:focus {
  border-bottom-color: #a42329;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-wrapper select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 1rem;
}

/* .select-wrapper::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
} */

.select-wrapper .select2-container--default .select2-selection--single {
  border: unset;
  border-bottom: 1px solid #acacac;
  background: unset;
  border-radius: unset;
  height: 35px;
  align-content: center;
}

.select-wrapper
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: unset;
}

.select-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
}

.modal-login {
  font-family: "Kanit", sans-serif;
  margin-top: 20%;
  width: 510px;
  border-radius: 50px;
}

.modal-login .modal-content {
  border: unset;
  box-shadow: unset;
  background: transparent;
}

.modal-login .modal-body {
  padding: 20px 70px 50px 70px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.modal-login .btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
  box-shadow: unset;
}

.login-content {
  text-align: center;
}

.login-content .login-intro {
  margin-bottom: 20px;
}

.login-content .login-intro .logo {
  width: 90px;
  margin: 30px 0px 15px 0px;
}

.login-content .login-intro .l-title {
  font-size: 36px;
  font-weight: 600;
}

.login-content .login-intro .l-des {
  font-size: 18px;
}

.login-content .login-form .btn {
  width: 100%;
  height: 52px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.login-content .login-form .btn:hover {
  background-color: #f7f7f7;
}

.login-content .login-form .btn:active {
  background-color: #efefef;
}

.btn-facebook {
  border: unset;
  background-color: #0957cb;
  color: #fff;
}

.btn-facebook:hover {
  background-color: #0950bbff !important;
  color: #fff;
}

.btn-facebook:active {
  background-color: #0845a0ff !important;
}

.login-content .login-form .btn > img {
  width: 20px;
  aspect-ratio: 1 / 1;
  margin-right: 10px;
}

.login-content .login-form .t-line {
  color: #afa8a8;
  position: relative;
  margin: 20px 0px 12px 0px;
}

.login-content .login-form .t-line::before,
.login-content .login-form .t-line::after {
  content: "";
  height: 1px;
  background-color: #cfcfcf;
  position: absolute;
  width: 25%;
  left: 30%;
  top: 50%;
  transform: translateX(-50%);
}

.login-content .login-form .t-line::after {
  left: unset;
  right: 5%;
}

.login-content .login-form .in-pw {
  position: relative;
}

.login-content .login-form .in-pw .bt-eye {
  background-color: unset;
  border: unset;
  padding: unset;
  display: flex;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.55;
}

.login-content .login-form .form-control {
  height: 52px;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
  padding: 0px 50px 0px 15px;
  margin-bottom: 10px;
}

.login-content .login-form .form-control:focus {
  box-shadow: 0 0 0 1px #cf464c;
}

.login-content .login-form .btn-submit {
  height: 50px;
  padding: unset;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}

.login-content .pw-forgot {
  text-align: right;
}

.login-content .pw-forgot > button {
  border: unset;
  padding: unset;
  background-color: unset;
  color: #a8242c;
  font-size: 14px;
  font-weight: 400;
}

.login-content .pw-forgot > button:hover {
  opacity: 0.7;
}

.login-content .login-form a {
  text-decoration: unset;
  color: #a8242c;
}

.login-content .login-form a:hover {
  opacity: 0.7;
}

.login-content.forgot .l-title {
  color: #a8242c;
}

.login-content.forgot .login-form .btn-submit {
  margin-top: 30px;
}

.login-content .ic-check {
  width: 128px;
  margin: 20px 0px;
}

.login-content .login-form .in-pw img {
  width: 18px;
}

.login-content .login-form .in-pw .bt-eye.eye-close img {
  content: url("../assets/images/ic-eye-hide.png");
}

.login-content .login-form .in-pw .bt-eye.eye-open img {
  content: url("../assets/images/ic-eye-view.png");
}

.modal-login.ctus .modal-body {
  padding: 20px 30px 50px 30px;
}

.login-content.contactus .l-title {
  color: #a8242c;
  font-size: 32px;
  line-height: 38px;
}

.login-content.contactus .in-group {
  padding: 0px 30px;
}

.login-content.contactus .in-detail {
  color: #a8242c;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.sec-mobile {
  padding: 30px 0px 60px 0px;
}

.bt-back {
  font-size: 16px;
  display: flex;
  align-items: center;
  background-color: unset;
  border: unset;
  transition: all 0.17s;
  margin-bottom: 10px;
}

.bt-back:active {
  margin-left: -10px;
}

.bt-back i {
  font-size: 24px;
  line-height: 24px;
  margin-right: 7px;
}

.sec-mobile .login-content {
  padding: 0px 30px;
}

.sec-mobile .login-content .l-title {
  color: #a8242c;
}

.sec-mobile .login-content.forgot {
  padding: 30px 25px 130px 25px;
}

.custom-form.regis {
  background-color: unset;
}

.custom-form.regis .title {
  margin-bottom: 40px;
}

.custom-form.regis .or-form {
  padding: 0px 13%;
}

.custom-form.regis .radio-wrap .round {
  width: auto;
}

.custom-form.regis .radio-wrap .round:not(:last-child) {
  margin-right: 10%;
}

.custom-form.regis .form-control {
  border: 1px solid #d2d2d2;
}

.custom-form .lab-des {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 400;
}

.custom-form .btn {
  height: 43px;
  border-radius: 10px;
  padding: 0px 20px;
  font-weight: 400;
}

.custom-form .form-group {
  position: relative;
}

.custom-form .form-group .wn-text {
  position: absolute;
  left: 0px;
  bottom: -30px;
  font-size: 14px;
  font-weight: 400;
  color: #a42329;
}

.custom-form .form-group .wn-text.success {
  color: #32ab19;
}

.custom-form .form-group .wn-text.danger {
  color: #ff000d;
}

.custom-form .icons .form-control {
  padding-right: 50px;
}

.custom-form .icons .wn-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-form .icons .wn-icon.eye {
  cursor: pointer;
}

.custom-form .icons .wn-icon.success {
  color: #38c61b;
}

.custom-form .icons .wn-icon.danger {
  color: #ff000d;
}

.custom-form.regis .or-form .row {
  margin-bottom: 25px;
}

.custom-form .or-form .row.wn {
  margin-bottom: 45px;
}

.custom-form.regis .or-form .in-group {
  margin-bottom: 25px;
}

.custom-form.regis .or-form .wn-group {
  margin-bottom: 45px;
}

.custom-form.regis .star {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #a42329;
}

.custom-form .text-badge {
  background-color: #f1f1f1;
  padding: 20px 0px;
  text-align: center;
  color: #a42329;
  font-size: 18px;
  margin-bottom: 45px;
}

.custom-form .text-badge b {
  font-size: 20px;
  font-weight: 600;
}

.no-margin {
  margin: unset !important;
}

.no-padding {
  padding: unset !important;
}

.custom-form .wn-star {
  position: absolute;
  color: #a42329;
  font-size: 28px;
  line-height: 25px;
  font-weight: 400;
  top: 58%;
  right: -20px;
  transform: translateY(-50%);
}

.custom-form .pc-r .lab {
  margin-left: 30%;
}

.custom-form .or-form.change-pw {
  padding: 0px 27%;
}

.custom-form .change-pw .lab {
  margin-bottom: 5px;
}

.custom-form .input-group .btn {
  height: 53px;
  border-radius: 0px 20px 20px 0px !important;
  font-size: 14px;
  padding: 0px 15px;
}

.custom-form .otp-wrap {
  position: relative;
}

.custom-form .otp-wrap .times {
  position: absolute;
  color: #a42329;
  font-size: 14px;
  right: 35px;
  bottom: -25px;
}

.sec-profile {
  padding: 80px 0px;
}

.sec-profile .title {
  margin-bottom: 40px;
}

.profile-content {
  padding: 0px 22%;
}

.profile-content .pf-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.profile-content .pf-item .lab {
  width: 40%;
  font-size: 18px;
  font-weight: 500;
}

.profile-content .pf-item .val {
  width: 60%;
  color: #7b7b7b;
}

.profile-content .pf-button {
  text-align: center;
  margin: 40px 0px;
}

.profile-content .pf-button .btn {
  height: 50px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  min-width: 240px;
  display: inline-block;
  align-content: center;
}

.profile-content .pf-badge {
  text-align: center;
  margin-bottom: 40px;
}

.profile-content .pf-badge .pb-title {
  font-size: 20px;
  font-weight: 600;
  color: #a42329;
  background-color: #f1f1f1;
  min-width: 430px;
  display: inline-block;
  height: 57px;
  align-content: center;
}

.profile-content .pf-wntext {
  color: red;
  text-align: center;
  margin-top: 70px;
}

.mn-user .btn-profile {
  width: 37px;
  height: 37px;
  background-color: #fff;
  border-radius: 100%;
}

.mn-user .btn-profile .ic {
  margin: unset;
  width: 18px;
}

.mn-profile .dropdown-menu {
  width: 250px;
  max-width: unset;
  padding: 20px;
  padding-bottom: 10px;
  left: -14% !important;
  top: 10px !important;
  border: 1px solid #f4f4f4;
  border-top: unset;
}

.mn-profile .dropdown-menu .dropdown-item {
  padding: unset;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 10px;
}

.mn-profile .dropdown-item:hover {
  background-color: #a8242c;
  color: #fff;
}

.mn-profile .dropdown-menu > li:not(:last-child) {
  margin-bottom: 5px;
}

.mn-profile .dropdown-menu .dropdown-item .ic > i {
  margin-right: 20px;
  font-size: 17px;
}

.mn-profile .dropdown-menu .dropdown-item .tx {
  font-size: 18px;
}

.mn-profile .dropdown-menu .l-end {
  border-top: 1px solid #e2e4e5;
  padding-top: 10px;
  margin-top: 70px;
}

.mb-menus .mini-profile {
  padding-bottom: unset;
}

.mb-menus .mini-profile .dropdown-item {
  display: block;
}

.mini-profile .avatar {
  border-radius: 100%;
  width: 52px;
  aspect-ratio: 1 / 1;
  margin-bottom: 7px;
  outline: 1px solid #ddd;
}

.mini-profile .name {
  color: #0f0f0f;
  font-weight: 600;
}

.mini-profile .code {
  color: #7b7b7b;
}

.mobile-nav {
  display: none;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background-color: #a8242c;
  border: none;
  border-radius: 100%;
  display: none;
  color: #fff;
  font-size: 25px;
  line-height: 26px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.modal-video {
  width: 1000px;
  margin-top: 13%;
  background: transparent;
}

.modal .dia-yt {
  max-width: 1000px;
}

.modal-video .modal-body {
  padding: unset;
}

.modal-video .youtube-if {
  width: 100%;
  height: 560px;
  border-radius: 10px;
}

.modal-video .btn-closes {
  position: absolute;
  right: -30px;
  top: -30px;
  box-shadow: unset;
  color: #fff;
  padding: unset;
  background: transparent;
  border: unset;
}

.modal-video .btn-closes:hover {
  opacity: 0.7;
}

.modal-video .btn-closes i {
  font-size: 30px;
  line-height: 30px;
}

.or-form .select2-container {
  width: 100% !important;
}

.or-form .select2-container--default .select2-selection--single {
  border: unset;
  height: 53px;
  align-content: center;
  border-radius: 20px !important;
}

.or-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 400;
  padding-left: 25px;
  padding-right: 40px;
}

.or-form .select2-container--default .select2-selection__arrow {
  height: 90%;
}

.or-form .select2-container--default .select2-selection__arrow b {
  display: none;
}

.or-form .select2-container--default .select2-selection__arrow::before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  color: #8f90a6;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(0deg);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: unset;
  line-height: 1;
}

.or-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.or-form
  .select2-container--default.select2-container--open
  .select2-selection__arrow::before {
  transform: translateY(-50%) rotate(180deg);
}

.or-form .select2-container--default .select2-selection--single {
  transition: all ease 0.17s;
}

.or-form .select2-container--default .select2-selection--single:focus {
  box-shadow: 0 0 0 1px #cf464c;
}

.select2-container .select2-dropdown {
  border: unset;
  border-radius: unset;
  background-color: #f0f0f0;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.select2-container .select2-results {
  padding: 15px;
}

.select2-container .select2-dropdown--below,
.select2-container .select2-dropdown--above {
  border-radius: 10px;
}

.select2-container .select2-dropdown--below {
  margin-top: 7px;
}

.select2-container .select2-dropdown--above {
  margin-top: -7px;
}

.select2-container .select2-results__option {
  padding: 8px 10px;
  margin-bottom: 5px;
  border-radius: 6px;
}

.select2-container .select2-results__option:last-child {
  margin-bottom: unset;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #a42329;
  color: white;
}

.select2-container
  .select2-results
  .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
  border-radius: 10px;
}

.select2-container
  .select2-results
  .select2-results__options::-webkit-scrollbar {
  width: 7px;
  background-color: #f0f0f0;
}

.select2-container
  .select2-results
  .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #aaa;
}

.select2-container .select2-search--dropdown {
  display: block;
  padding: 15px 12px 0px 12px;
}

.select2-container .select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-container .select2-search--dropdown .select2-search__field {
  border: unset;
  outline: unset;
  border-radius: 10px;
  padding: 0px 12px;
  height: 40px;
}

.or-form .phone-group {
  display: flex;
}

.or-form .phone-group .form-control {
  margin-left: 10px;
}

.or-form .ct-select .btn-drop {
  background-color: #fff;
  border-radius: 20px;
  height: 53px;
  width: auto;
  padding: 0px 10px;
  white-space: nowrap;
}

.or-form .ct-select .btn-drop::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f107";
  margin-left: 7px;
}

.or-form .ct-select .btn-drop.show::after {
  content: "\f106";
}

.or-form .ct-select .dropdown-menu {
  border: unset;
  border-radius: 15px;
  margin: 5px 0px !important;
  background-color: #f0f0f0;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.or-form .ct-select .dropdown-menu .dropdown-item {
  cursor: pointer;
  padding: 0px 10px;
}

.or-form .ct-select .dropdown-menu .dropdown-item > img {
  width: 40px;
  margin-top: 5px;
}

.or-form .btn-drop > img {
  width: 40px;
  margin-top: 5px;
}

.captcha-center {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.custom-form.regis .regis-content {
  display: none;
}

.custom-form.regis .or-form .ct-select .btn-drop {
  border: 1px solid #d2d2d2;
}

.custom-form.regis .or-form .ct-select .btn-drop:focus {
  box-shadow: 0 0 0 1px #cf464c !important;
}

.custom-form.regis
  .or-form
  .select2-container--default
  .select2-selection--single {
  border: 1px solid #d2d2d2;
  transition: all ease 0.2s;
}

.custom-form.regis
  .or-form
  .select2-container--default
  .select2-selection--single:focus {
  box-shadow: 0 0 0 1px #cf464c;
}

.custom-form .iti {
  display: flex;
}

.custom-form .iti__flag-container {
  position: relative;
}

.custom-form .iti .form-control {
  padding: 0px 25px !important;
  margin-left: 10px;
}

.custom-form .iti__selected-flag {
  background-color: #fff;
  border-radius: 20px;
  font-weight: 400;
  height: 53px;
  width: auto;
  padding: 0px 15px;
  white-space: nowrap;
  transition: 0.15s;
}

.custom-form .iti__selected-flag:focus {
  box-shadow: 0 0 0 1px #cf464c;
}

.custom-form
  .iti--allow-dropdown
  .iti__flag-container:hover
  .iti__selected-flag {
  background-color: #fff;
}

.custom-form.regis .iti__selected-flag {
  border: 1px solid #d2d2d2;
}

.custom-form .iti__country-list {
  font-weight: 400;
}

.select2-container--default .select2-selection--single:focus {
  outline: none;
  border-bottom-color: #a42329;
}

.custom-form.regis .gc-wn {
  text-align: center;
  font-weight: 400;
  color: red;
  margin-top: 5px;
}

/* todo */

/* mobile responsive */
@media (max-width: 767px) {
  .sec-intro .img-group {
    display: block;
    margin-top: 30px;
  }

  .imgcrop-top {
    margin: unset;
  }

  .sec-whyus {
    display: none;
  }

  .saisbs-body {
    padding-top: 74px;
    padding-bottom: 65px;
  }

  .nav-item .cp-logo {
    padding: 0px 25px;
    height: 54px;
  }

  section .title {
    font-size: 24px;
  }

  .sec-contactbar .ct-bar .word {
    margin-right: unset;
  }

  .sec-intro {
    padding: 50px 0px;
  }

  .sec-intro .yt-clip .youtube-iframe {
    width: 100%;
    height: 210px;
  }

  .sec-contactbar .ct-bar {
    display: block;
    text-align: center;
  }

  .sec-gallery .container {
    padding: unset;
  }

  .gallery-slide .owl-nav .owl-prev {
    left: 6px;
  }

  .gallery-slide .owl-nav .owl-next {
    right: 6px;
  }

  .gallery-slide .owl-nav .owl-prev,
  .gallery-slide .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .imgcrop-top .media-ic {
    width: 95px;
  }

  .sec-content {
    padding: 30px 0px;
  }

  .sec-content .side-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .sec-content img {
    width: 280px;
  }

  .sec-content .side-wrap .side-control {
    width: 300px;
    position: relative;
    text-align: center;
  }

  .sec-content .side-wrap .side-text {
    font-size: 35px;
    line-height: 35px;
    left: -14px;
    bottom: 30px;
  }

  .sec-content .middle {
    padding-left: 30px;
  }

  .sec-content .r-list > li span {
    font-size: 20px;
  }

  .sec-content .r-list > li::before {
    top: 13px;
  }

  .sec-intro .img-group img {
    margin-right: unset !important;
    margin-bottom: 40px;
  }

  .sec-contactbar {
    padding: 35px 0px 40px 0px;
  }

  .sec-contactbar .ct-bar .ti {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .sec-contactbar .ct-bar .des {
    font-size: 25px;
  }

  .sec-contactbar .ct-bar .word {
    margin-bottom: 15px;
  }

  .ct-bar .bar-bt .btn {
    height: 52px;
    width: 167px;
  }

  .sec-gallery {
    padding: 40px 0px;
  }

  .sec-gallery .des {
    padding: 0px 30px;
    margin-bottom: 25px;
  }

  .custom-footer {
    padding: 30px 0px;
  }

  .custom-footer .logo.d-block {
    display: inline-block !important;
  }

  .custom-footer .f-menus {
    display: block;
    margin-bottom: 20px;
  }

  .custom-footer .f-menus > li > a {
    display: block;
    padding: 15px 0px;
  }

  .custom-footer .logo.d-block {
    margin-bottom: 30px;
  }

  .custom-footer .footer-wrap {
    margin-bottom: unset;
  }

  .custom-footer .f-des {
    padding: 20px 0px;
    font-size: 14px;
  }

  .custom-footer .f-content.wn {
    display: none;
  }

  .custom-footer .f-content.wl {
    width: 100%;
  }

  .sec-whyus-mb {
    display: block;
    background-color: #f7f7f7;
    padding: 30px 0px;
    text-align: center;
  }

  .sec-whyus-mb .wus-img {
    width: 152px;
    margin-bottom: 25px;
  }

  .sec-whyus-mb .wus-title {
    font-size: 18px;
    color: #a42329;
    font-weight: 500;
  }

  .sec-whyus-mb .wus-des {
    font-size: 16px;
    color: #666363;
  }

  .sec-whyus-mb .wus-group {
    margin-bottom: 40px;
  }

  .sec-about-intro {
    padding: 80px 0px 40px 0px;
    background-image: url("../assets/images/aboutIntro_mb-bgs.png");
    background-position: top, center;
  }

  .sec-about-intro .title {
    font-size: 24px;
    margin-bottom: 380px;
  }

  .sec-about-intro .des {
    text-align: center;
    padding: 0px 15px;
  }

  .sec-intro .wh-imggroup {
    display: block;
  }

  .sec-intro .wh-imggroup .wh-content img {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec-intro .wh-imggroup .wh-content .text {
    text-align: center;
    margin-bottom: 20px;
  }

  .sec-team {
    padding: 50px 0px;
  }

  .sec-team .t-title {
    font-size: 30px;
    text-align: center;
  }

  .sec-team .t-des {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .sec-product-int .tpd-group img {
    margin-bottom: 15px;
  }

  .sec-product-concept {
    padding: 40px 0px;
  }

  .sec-product-concept .title {
    font-size: 30px;
  }

  .sec-product-concept .ore-step,
  .sec-product-concept .ore-step i {
    display: block;
  }

  .sec-product-concept .ore-step i {
    margin: 10px 0px;
  }

  .sec-product-concept .ore-step {
    margin: 30px 0px;
  }

  .sec-product-concept .seq {
    font-size: 25px;
  }

  .sec-product-concept .txt {
    font-size: 18px;
  }

  .sec-product-concept .content {
    margin-bottom: 40px;
  }

  .sec-product-concept .img-group {
    margin-top: 30px;
    display: block;
    text-align: center;
  }

  .sec-product-concept .img-group img {
    margin-bottom: 30px;
  }

  .sec-product-concept .img-group img:not(:last-child) {
    margin-right: unset;
  }

  .sec-product-concept .list {
    font-size: 18px;
    padding: 0px 20px;
  }

  .custom-form {
    padding: 30px 0px 60px 0px;
  }

  .custom-form .title {
    font-size: 30px;
  }

  .or-form .btn-submit {
    min-width: 210px;
    margin-bottom: 10px;
  }

  .custom-form .or-form {
    padding: 0px 20px 0px 5px;
  }

  .custom-form .or-form .lab {
    margin-bottom: 10px;
  }

  .custom-form .or-form .row.t-area .lab {
    margin-top: unset;
  }

  .custom-form .form-control {
    height: 52px;
    padding: 0px 18px;
  }

  .sec-contactus {
    padding: 50px 0px;
  }

  .sec-contactus .title {
    font-size: 30px;
  }

  .sec-ct-content {
    padding: 50px 0px 0px 0px;
  }

  .sec-ct-content .contact-group .contact-item {
    align-items: unset;
  }

  .contact-group .contact-item .icons {
    width: 35%;
    display: flex;
    justify-content: center;
  }

  .contact-group .contact-item .detail {
    width: 65%;
    display: block;
  }

  .contact-group .contact-item .ct-ic {
    margin-right: unset;
  }

  .sec-ct-content .ct-line {
    padding: 0px 30px;
    margin: 25px 0px;
  }

  .sec-ct-content .contact-group {
    margin: unset;
  }

  .sec-ct-content .contact-form {
    margin-top: 40px;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 29px 29px 0px 0px;
  }

  .contact-form .cf-button .btn {
    min-width: unset;
    width: 100%;
  }

  .sec-ct-content .contact-form .cf-title {
    font-size: 24px;
  }

  .sec-ct-content .contact-form .cf-form {
    padding: unset;
  }

  .modal-login {
    position: fixed !important;
    top: 47% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 95%;
    margin: unset;
  }

  .modal-login .modal-body {
    padding: 20px 35px 40px 35px;
  }

  .custom-form.regis .or-form {
    padding: 0px 20px 0px 5px;
  }

  .custom-form.regis .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
  }

  .custom-form.regis .or-form .lab-des {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .custom-form .form-group .wn-text {
    white-space: nowrap;
    font-size: 11px;
    bottom: -25px;
  }

  .custom-form.regis .or-form .row {
    margin-bottom: 20px;
  }

  .mb-no-padding {
    padding: unset !important;
  }

  .custom-form.regis .btn {
    width: 100%;
    padding: 0px 10px;
  }

  .custom-form.regis .btn.btck {
    font-size: 14px;
  }

  .custom-form .icons .form-control {
    padding: 0px 30px 0px 15px;
  }

  .custom-form .icons .wn-icon {
    font-size: 14px;
    right: 15px;
  }

  .custom-form .text-badge {
    margin-bottom: 30px;
  }

  .custom-form .pc-r .lab {
    margin-left: unset;
  }

  .custom-form .mb-mg {
    margin-bottom: 20px !important;
  }

  .custom-form .or-form.change-pw {
    padding: 0px 10px;
  }

  .custom-form .change-pw .btn {
    width: auto;
  }

  .custom-form .change-pw .btn-submit {
    width: 100%;
  }

  .custom-form.sec-mobile {
    padding-top: 30px;
  }

  .custom-form .input-group.otp-wrap .btn {
    padding: 0px 10px;
  }

  .custom-form .otp-wrap .times {
    right: 30px;
  }

  .sec-profile {
    padding: 30px 0px 60px 0px;
  }

  .sec-profile .title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .profile-content {
    padding: 0px 10px;
  }

  .profile-content .pf-item .lab {
    width: 45%;
    padding-right: 10px;
    font-size: 16px;
  }

  .profile-content .pf-item .val {
    width: 55%;
  }

  .profile-content .pf-badge .pb-title {
    min-width: unset;
    width: 100%;
  }

  .profile-content .pf-item {
    margin-bottom: 10px;
  }

  .profile-content .pf-button {
    margin: 30px 0px;
  }

  .profile-content .pf-badge {
    margin-bottom: 30px;
  }

  .profile-content .pf-wntext {
    margin-top: 40px;
  }

  .mobile-nav {
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    height: 85px;
    border-radius: 24px 24px 0px 0px;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
  }

  .mobile-nav .mb-menus {
    font-family: "Prompt";
    height: 100%;
    margin: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 5px 5px 0px 5px;
  }

  .mobile-nav .mb-menus > li {
    width: 20%;
    text-align: center;
  }

  .mobile-nav .mb-menus a {
    display: block;
    text-decoration: unset;
    color: #484c52;
  }

  .mobile-nav .mb-menus a.active {
    color: #a42329;
  }

  .mobile-nav .mb-menus .icons {
    height: 24px;
    margin-bottom: 5px;
  }

  .mobile-nav .mb-menus .icons.ic-1 {
    content: url("../assets/images/ic-mb-01.png");
  }

  .mobile-nav .mb-menus .icons.ic-2 {
    content: url("../assets/images/ic-mb-02.png");
  }

  .mobile-nav .mb-menus .icons.ic-3 {
    content: url("../assets/images/ic-mb-03.png");
  }

  .mobile-nav .mb-menus .icons.ic-4 {
    content: url("../assets/images/ic-mb-04.png");
  }

  .mobile-nav .mb-menus .icons.ic-5 {
    content: url("../assets/images/ic-mb-05.png");
  }

  .mobile-nav .mb-menus .active .icons.ic-1 {
    content: url("../assets/images/ic-mb-01-at.png");
  }

  .mobile-nav .mb-menus .active .icons.ic-2 {
    content: url("../assets/images/ic-mb-02-at.png");
  }

  .mobile-nav .mb-menus .active .icons.ic-3 {
    content: url("../assets/images/ic-mb-03-at.png");
  }

  .mobile-nav .mb-menus .active .icons.ic-4 {
    content: url("../assets/images/ic-mb-04-at.png");
  }

  .mobile-nav .mb-menus .active .icons.ic-5 {
    content: url("../assets/images/ic-mb-05-at.png");
  }

  .mobile-nav .mb-menus .mn-name {
    font-size: 12px;
  }

  .scroll-top {
    bottom: 95px;
    right: 10px;
    width: 30px;
    padding-bottom: 3px;
    height: 30px;
    font-size: 20px;
    line-height: 18px;
  }

  .modal-video {
    position: fixed !important;
    top: 47% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 95%;
    margin: unset;
  }

  .modal-video .btn-closes {
    right: 0px;
  }

  .modal-video .btn-closes i {
    font-size: 24px;
    line-height: 24px;
  }

  .sec-gallery .gallery-slide .g-image img {
    height: 401.44px;
  }

  .custom-footer .logo {
    margin-bottom: 25px;
  }

  .custom-footer .f-des::before {
    display: none;
  }

  .custom-form .radio-wrap {
    flex-wrap: wrap;
  }

  .custom-form.regis .radio-wrap .round {
    margin-bottom: 13px;
    margin-right: 7% !important;
  }

  .login-content.contactus .in-group {
    padding: unset;
  }

  .login-content.contactus .l-title {
    font-size: 24px;
    line-height: normal;
  }

  .login-content.contactus .login-intro {
    margin-bottom: 10px;
  }

  .modal-login.ctus .modal-body {
    padding-bottom: 35px;
  }

  .imgcrop-top::after {
    bottom: 15px;
    width: 30px;
    height: 30px;
  }

  .login-content .login-intro .l-des {
    font-size: 15px;
  }

  @keyframes fade_move_down {
    0% {
      transform: translateY(-7px);
      opacity: 0;
    }
    50% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(7px);
      opacity: 0;
    }
  }

  /* todo */
}
