@import "../bootstrap.css";
@import "../fancybox.css";
@import "../swiper-bundle.min.css";
@import "../owl.carousel.min.css";
@import "../owl.theme.default.css";
@import "../reset.css";
.phone-menu {
  width: 100%;
  background: linear-gradient(90deg, rgb(44, 40, 38) 0%, rgb(51, 51, 51) 38%, rgb(76, 65, 53) 72%, rgb(76, 65, 53) 72%);
  transition: 0.3s;
  padding: 109px 47px;
  position: fixed;
  top: 100.8px;
  right: -100%;
  height: 100%;
  transition: transform 0.3s ease;
  overflow-y: auto;
  padding: 45px 36px 178px;
  z-index: 999;
}
.phone-menu ul {
  margin-bottom: 70px;
}
.phone-menu ul > li {
  width: 100%;
  padding: 25px 0;
  border-top: 1px solid #fff;
}
.phone-menu ul > li:last-of-type {
  border-bottom: 1px solid #fff;
}
.phone-menu ul > li > a {
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
}

.phone-menu.open {
  transform: translateX(-100%);
}

.main-header {
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.top-logo {
  max-width: 475px;
  width: 24.7395vw;
  min-width: 300px;
  margin-right: 6vw;
}
.top-logo img {
  width: 100%;
  vertical-align: middle;
}

.top-navbar {
  width: 99%;
  padding: 0px 2vw;
  border-radius: 6px;
  background: linear-gradient(90deg, rgb(44, 40, 38) 0%, rgb(51, 51, 51) 38%, rgb(76, 65, 53) 72%, rgb(76, 65, 53) 72%);
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.top-navbar-menu {
  display: flex;
  align-items: center;
  margin-right: 1.5vw;
}
.top-navbar-menu li:hover {
  background-color: #121212;
}
.top-navbar-menu li:hover a::after {
  opacity: 1;
  width: 100%;
}
.top-navbar-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.94vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 1.5em 1.833em;
  display: block;
  position: relative;
}
.top-navbar-menu li a::after {
  content: "";
  display: block;
  width: 0;
  margin: auto;
  height: 3px;
  background-color: #8e7e6b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
  transition-delay: 0s, 0.2s;
}

.nav-search-contrl {
  display: flex;
  max-width: 193px;
  width: 10.052vw;
  min-width: 120px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 21px;
}
.nav-search-contrl > input {
  text-indent: 1em;
  color: #fff;
  width: 0;
  height: 100%;
  flex-grow: 1;
  border: none;
  background-color: transparent;
}
.nav-search-contrl > input::-moz-placeholder {
  font-size: 18px;
  color: #fff;
}
.nav-search-contrl > input::placeholder {
  font-size: 18px;
  color: #fff;
}
.nav-search-contrl > input:focus {
  border: none;
}
.nav-search-contrl > input:focus-visible {
  outline: none;
}

.nav-cart-item {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-right: 20px;
}
.nav-cart-item img {
  width: 20px;
}
.nav-cart-item .rounded-pill {
  transform: translate(-8px, -12px) !important;
}
.nav-cart-item .rounded-pill > span {
  font-size: 11px;
}

.badge {
  font-size: 11px;
}

.search-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  padding-right: 20px;
  height: 35px;
  display: flex;
  margin-right: -1px;
}
.search-btn .top-nav-search {
  width: 15px;
  margin: auto;
}
.search-btn .top-nav-search img {
  width: 100%;
  vertical-align: middle;
}

.top-languge-box {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.top-languge-box > span {
  margin: 0 10px;
}
.top-languge-box > a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4941176471);
}
.top-languge-box > a.active {
  color: #fff;
}

.top-mobile-navbar {
  padding: 20px 34px 15px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgb(44, 40, 38) 0%, rgb(51, 51, 51) 38%, rgb(76, 65, 53) 72%, rgb(76, 65, 53) 72%);
}
.top-mobile-navbar .mobile-navbar-logo {
  width: 234px;
}
.top-mobile-navbar .mobile-navbar-logo img {
  width: 100%;
  vertical-align: middle;
}

.hamburger-checkbox {
  display: none;
}

.mobile-hb-btn {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  position: relative;
  cursor: pointer;
}
.mobile-hb-btn .mobile-hb-bar {
  margin: auto;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.mobile-hb-btn .mobile-hb-bar::before, .mobile-hb-btn .mobile-hb-bar::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.mobile-hb-btn .mobile-hb-bar::before {
  left: -9px;
}
.mobile-hb-btn .mobile-hb-bar::after {
  right: -9px;
}

.hamburger-checkbox:checked + .mobile-hb-btn .mobile-hb-bar::before {
  left: 0;
  transform: scale(15);
  opacity: 0.3;
}
.hamburger-checkbox:checked + .mobile-hb-btn .mobile-hb-bar::after {
  right: 0;
  transform: scale(15);
  opacity: 0.3;
}

@media (max-width: 1600px) {
  .top-logo {
    margin-right: 3vw;
  }
  .top-navbar {
    padding: 0px 30px;
    width: 98.9583%;
    margin: auto;
  }
  .top-navbar-menu {
    margin-right: 3vw;
  }
  .top-navbar-menu li a {
    font-size: 15px;
  }
  .nav-search-contrl {
    display: flex;
    width: 193px;
    height: 35px;
    margin-right: 21px;
  }
  .search-btn {
    padding: 0;
    padding-right: 20px;
    height: 35px;
    margin-right: -1px;
  }
  .search-btn .top-nav-search {
    width: 15px;
    margin: auto;
  }
  .top-languge-box {
    font-size: 18px;
  }
  .top-languge-box > span {
    margin: 0 10px;
  }
}
@media (max-width: 992px) {
  .main-header {
    position: sticky;
    padding-top: 0px;
  }
}
.index-warp {
  background-image: url(../../src/web/index/bg.png);
  background-size: contain;
}

.index-banner .swiper {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
  opacity: 0;
}

.index-products-carousel {
  padding: 91px 0 0px;
}
.index-products-carousel .index-products-title {
  width: 77.395%;
  padding-bottom: 134px;
  margin: auto;
}
.index-products-carousel .index-products-title h1 {
  font-size: 80px;
  font-weight: 700;
  color: #121212;
  letter-spacing: 0.01em;
}
.index-products-carousel .index-products-title h2 {
  font-size: 30px;
  color: #888888;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-top: 0.8em;
  margin-bottom: 20px;
}
.index-products-carousel .index-products-title p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #121212;
  line-height: 1.6;
}
.index-products-carousel .products-carousel {
  background-color: #fff;
  border-top: 1px solid #121212;
}
.index-products-carousel .products-carousel-main {
  width: 91.25%;
  margin: auto;
  padding: 60px 0 60px;
}

.products-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.products-item .products-item-txt {
  position: absolute;
  width: 318px;
  height: 68px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  display: flex;
}
.products-item .products-item-txt > p {
  margin: auto;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #121212;
  line-height: 1.4;
}
.products-item img {
  width: 100%;
  vertical-align: top;
  transition: 0.5s ease-in-out 0.2s;
}
.products-item:hover img {
  transform: scale(1.2);
}

.owl-nav {
  position: absolute;
  top: -108px;
  right: 0;
  display: flex;
  align-items: center;
}
.owl-nav .owl-prev {
  margin-right: 15px;
}
.owl-nav .owl-prev .owl-arow {
  background-image: url(../../src/web/icon/prev-white.svg);
}
.owl-nav .owl-prev:hover .owl-arow {
  background-image: url(../../src/web/icon/prev-black.svg);
}
.owl-nav .owl-next .owl-arow {
  background-image: url(../../src/web/icon/next-white.svg);
}
.owl-nav .owl-next:hover .owl-arow {
  background-image: url(../../src/web/icon/next-black.svg);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.owl-nav .owl-prev .owl-arow,
.owl-nav .owl-next .owl-arow {
  width: 72px;
  height: 72px;
  background-size: cover;
  background-repeat: no-repeat;
}

.index-products-button {
  display: block;
  width: 100%;
  padding: 24px 0;
  background-color: #e9e9e9;
  border: none;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-products-button svg {
  width: 70px;
  margin-left: 55px;
  transition: 0.2s ease-in-out;
}
.index-products-button:hover {
  color: #fff;
}
.index-products-button:hover svg {
  transform: translateX(20px);
  color: #121212;
}

.index-about {
  padding: 151px 0px 183px 217px;
}
.index-about .index-about-main {
  width: 48%;
}
.index-about .index-about-main h2 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #121212;
}
.index-about .index-about-main h3 {
  font-size: 30px;
  color: #888888;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-top: 0.8em;
  margin-bottom: 20px;
}
.index-about .index-about-main p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #121212;
  line-height: 1.6;
}
.index-about .index-about-pic {
  position: absolute;
  max-width: 709px;
  min-width: 200px;
  width: 36.9270833vw;
  right: 0;
  bottom: 0;
}
.index-about .index-about-pic img {
  width: 100%;
  vertical-align: middle;
}

.index-more-btn {
  margin-top: 182px;
  width: 388px;
  border: none;
  color: #fff;
  padding: 29px 0 26px;
  background-color: #2d2927;
  border-bottom: 3px solid rgba(18, 18, 18, 0);
  transition: 0.2s;
}
.index-more-btn:hover {
  color: #121212;
  background-color: transparent;
  border-bottom: 3px solid #121212;
}
.index-more-btn:hover svg {
  transform: translateX(25px);
}
.index-more-btn span {
  font-size: 20px;
  font-weight: 400;
}
.index-more-btn svg {
  width: 70px;
  margin-left: 40px;
  transition: 0.3s;
}

.index-news {
  padding: 118px 0 154px;
}
.index-news .index-news-main {
  width: 77.395%;
  margin: auto;
}
.index-news .index-news-main .index-more-btn {
  margin: auto;
  margin-top: 70px;
}
.index-news .index-news-main h2 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #121212;
}
.index-news .index-news-main h3 {
  font-size: 30px;
  color: #888888;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-top: 0.8em;
  margin-bottom: 45px;
}

.news-list-item {
  display: flex;
  padding: 37px 50px 36px 37px;
  background-color: #ffffff;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border: 1px solid #121212;
}
@media (max-width: 1400px) {
  .news-list-item {
    flex-wrap: wrap;
  }
  .news-list-item > .news-list-pic {
    margin-bottom: 1rem;
  }
}
.news-list-item::after {
  content: "";
  display: block;
  width: 23.014804%;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 3px;
  background-color: #2d2927;
  transition: 0.4s ease-in-out;
}
.news-list-item:hover::after {
  width: 100%;
}
.news-list-item:hover .news-list-pic::after {
  opacity: 0.3;
}
.news-list-item + .news-list-item {
  margin-top: 30px;
}
.news-list-item .news-list-pic {
  width: 270px;
  position: relative;
  flex-shrink: 0;
}
.news-list-item .news-list-pic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.news-list-item .news-list-pic img {
  width: 100%;
  vertical-align: middle;
}
.news-list-item .news-list-content {
  flex-grow: 1;
  padding-left: 71px;
  display: flex;
  flex-direction: column;
}
.news-list-item .news-list-content:hover button {
  font-weight: bold;
  color: #121212;
}
.news-list-item .news-list-content span {
  display: block;
  color: #fff;
  background-color: #2d2927;
  padding: 10px 33px;
  margin-bottom: 60px;
  width: -moz-fit-content;
  width: fit-content;
}
.news-list-item .news-list-content h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  color: #121212;
  margin-bottom: 1rem;
}
.news-list-item .news-list-content p {
  width: 61%;
  font-size: 18px;
  color: #888888;
  letter-spacing: 1px;
  line-height: 1.6;
}
.news-list-item .news-list-content button {
  border: none;
  background-color: transparent;
  color: #888888;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.9px;
  margin-top: auto;
  margin-left: auto;
}

@media (max-width: 1260px) {
  .index-products-carousel {
    padding: 55.42px 0 0px;
  }
  .index-products-carousel .index-products-title {
    width: 82.60869%;
    padding-bottom: 115px;
  }
  .index-products-carousel .index-products-title h1 {
    font-size: 35px;
  }
  .index-products-carousel .index-products-title h2 {
    font-size: 20px;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .index-products-carousel .index-products-title p {
    font-size: 18px;
  }
  .index-products-carousel .products-carousel-main {
    width: 82.367149%;
    margin: auto;
    padding: 50px 0 50px;
  }
  .products-item .products-item-txt {
    position: absolute;
    width: 201px;
    height: 51px;
  }
  .products-item .products-item-txt > p {
    margin: auto;
    font-size: 18px;
  }
  .owl-nav {
    top: -75px;
    right: 0;
    left: 0;
  }
  .owl-nav .owl-prev .owl-arow,
  .owl-nav .owl-next .owl-arow {
    width: 50px;
    height: 50px;
  }
  .index-products-button {
    padding: 30px 0;
  }
  .index-products-button svg {
    width: 44px;
    margin-left: 15px;
  }
  .index-about {
    padding: 72px 36px 0px;
  }
  .index-about .index-about-main {
    width: 100%;
  }
  .index-about .index-about-main h2 {
    font-size: 35px;
  }
  .index-about .index-about-main h3 {
    font-size: 20px;
    margin-top: 0.8em;
    margin-bottom: 20px;
  }
  .index-about .index-about-main p {
    font-size: 18px;
    line-height: 1.6;
  }
  .index-about .index-about-pic {
    margin-top: 50px;
    position: relative;
    width: 100%;
  }
  .index-more-btn {
    margin-top: 55px;
    width: 92.4157%;
    border: none;
    padding: 24px 0 21px;
    background-color: #2d2927;
  }
  .index-more-btn span {
    font-size: 20px;
  }
  .index-more-btn svg {
    width: 55px;
    margin-left: 20px;
  }
  .index-news {
    padding: 96px 0 100px;
  }
  .index-news .index-news-main {
    width: 82.3671497%;
  }
  .index-news .index-news-main .index-more-btn {
    margin: auto;
    margin-top: 100px;
  }
  .index-news .index-news-main h2 {
    font-size: 35px;
  }
  .index-news .index-news-main h3 {
    font-size: 20px;
    margin-top: 0.8em;
    margin-bottom: 30px;
  }
  .news-list-item {
    display: flex;
    padding: 36px 29px 19px;
    background-color: #ffffff;
    position: relative;
  }
  .news-list-item::after {
    content: "";
    display: block;
    width: 100%;
  }
  .news-list-item + .news-list-item {
    margin-top: 50px;
  }
  .news-list-item .news-list-pic {
    width: 88.815789%;
    margin: auto;
    margin-bottom: 25px;
  }
  .news-list-item .news-list-content {
    padding-left: 0px;
  }
  .news-list-item .news-list-content span {
    padding: 10px 37px;
    margin-bottom: 29px;
  }
  .news-list-item .news-list-content h4 {
    font-size: 22px;
    margin-bottom: 0.8rem;
  }
  .news-list-item .news-list-content p {
    font-size: 18px;
    width: 100%;
  }
  .news-list-item .news-list-content button {
    margin-top: 45px;
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .index-warp {
    background-image: url(../../src/phone/index/bg.png);
  }
}
.main-footer {
  background-image: url(../../src/web/icon/footer_bg.svg);
  background-size: auto;
  background-repeat: no-repeat;
  padding: 76px 0 30px;
}

.footer-content {
  width: 70.833333%;
  margin: auto;
}
.footer-content .footer-logo {
  width: 323px;
  margin-bottom: 60px;
}
.footer-content .footer-logo img {
  width: 100%;
  vertical-align: middle;
}
.footer-content .footer-nav .footer-nav-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.footer-content .footer-nav .footer-nav-menu li:hover a {
  opacity: 0.6;
}
.footer-content .footer-nav .footer-nav-menu li:hover a::after {
  width: 100%;
}
.footer-content .footer-nav .footer-nav-menu li + li {
  margin-left: 40px;
}
.footer-content .footer-nav .footer-nav-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.footer-content .footer-nav .footer-nav-menu li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  margin-top: 6px;
  transition: 0.2s ease-in-out;
}

.footer-profile li {
  display: flex;
}
.footer-profile li + li {
  margin-top: 10px;
}
.footer-profile li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.footer-profile li .footer-profile-pic {
  width: 18px;
  margin-right: 20px;
}
.footer-profile li .footer-profile-pic img {
  width: 100%;
  vertical-align: middle;
}

.footer-follow-list {
  width: auto;
  margin-left: auto;
  margin-top: auto;
}
.footer-follow-list > h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 0.01em;
  font-weight: 600;
  margin-bottom: 20px;
}

.follow-box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.follow-box .follow-item {
  display: block;
  width: 42px;
  height: 42px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.follow-box .follow-item + .follow-item {
  margin-left: 20px;
}
.follow-box .follow-item:nth-of-type(1) {
  background-image: url(../../src/web/icon/fb.svg);
}
.follow-box .follow-item:nth-of-type(1):hover {
  background-image: url(../../src/web/icon/fb-h.svg);
}
.follow-box .follow-item:nth-of-type(2) {
  background-image: url(../../src/web/icon/ig.svg);
}
.follow-box .follow-item:nth-of-type(2):hover {
  background-image: url(../../src/web/icon/ig-h.svg);
}
.follow-box .follow-item:nth-of-type(3) {
  background-image: url(../../src/web/icon/line.svg);
}
.follow-box .follow-item:nth-of-type(3):hover {
  background-image: url(../../src/web/icon/line-h.svg);
}
.follow-box .follow-item:nth-of-type(4) {
  background-image: url(../../src/web/icon/yt.svg);
}
.follow-box .follow-item:nth-of-type(4):hover {
  background-image: url(../../src/web/icon/yt-h.svg);
}

.footer-copy-right {
  padding-top: 50px;
  padding-left: 52px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.footer-copy-right a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 500px) {
  .footer-copy-right {
    width: 77.7777%;
    margin: auto;
    padding-top: 50px;
    padding-left: 0px;
  }
}

@media (max-width: 992px) {
  .main-footer {
    background-image: linear-gradient(90deg, rgb(44, 40, 38) 0%, rgb(51, 51, 51) 38%, rgb(76, 65, 53) 72%, rgb(76, 65, 53) 72%);
    padding: 67px 0 51px;
  }
  .footer-content {
    width: 77.77777%;
  }
  .footer-content .footer-logo {
    margin-bottom: 60px;
  }
  .footer-content .footer-nav {
    margin-bottom: 50px;
  }
  .footer-content .footer-nav .footer-nav-menu {
    width: 100%;
    margin-left: 0;
  }
  .footer-content .footer-nav .footer-nav-menu li {
    margin-right: 15px;
  }
  .footer-content .footer-nav .footer-nav-menu li + li {
    margin-left: 0px;
  }
  .footer-content .footer-nav .footer-nav-menu li a {
    line-height: 1.6;
  }
  .footer-profile li {
    display: flex;
  }
  .footer-profile li + li {
    margin-top: 10px;
  }
  .footer-profile li a {
    line-height: 1.6;
  }
  .footer-profile li .footer-profile-pic {
    margin-right: 15px;
    transform: translateY(6px);
  }
  .footer-follow-list {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    margin-top: 75px;
  }
  .footer-follow-list > h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  .follow-box {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
  .follow-box .follow-item {
    display: block;
  }
  .follow-box .follow-item + .follow-item {
    margin-left: 15px;
  }
}
.section-pages-banner {
  padding-top: 225px;
}
.section-pages-banner .pages-banner-main {
  width: 92.8125%;
  margin: auto;
}
.section-pages-banner .pages-banner-main .pages-banner-title {
  padding-bottom: 70px;
}
.section-pages-banner .pages-banner-main .pages-banner-title h1 {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 4.16666vw;
  color: #121212;
  margin-bottom: 20px;
}
.section-pages-banner .pages-banner-main .pages-banner-title h2 {
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 30px;
  color: #888888;
}
.section-pages-banner .pages-banner-main .pages-banner img {
  width: 100%;
  vertical-align: middle;
}
.section-pages-banner .pages-banner-main .pages-bread {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-top: 10px;
}
.section-pages-banner .pages-banner-main .pages-bread .pages-bread-lists li {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #4b4135;
}
.section-pages-banner .pages-banner-main .pages-bread .pages-bread-lists li a {
  text-decoration: none;
  color: #4b4135;
}
.section-pages-banner .pages-banner-main .pages-bread .pages-bread-lists li .pages-bread-pic {
  width: 15px;
  margin-right: 10px;
}
.section-pages-banner .pages-banner-main .pages-bread .pages-bread-lists li .pages-bread-pic img {
  width: 100%;
}

.section-pages-main {
  width: 70.83333%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.section-pages-main.about-page {
  padding: 137px 0 260px;
}
.section-pages-main.works {
  padding: 107px 0 198px;
}

.pages-sideBar {
  width: 23.7%;
}
.pages-sideBar .web-sideBar-menu {
  width: 72.15686%;
}

.web-sideBar-item {
  padding: 0px 0 1em 0em;
  display: flex;
  padding-left: 1em;
  border-bottom: 3px dotted #888888;
}
.web-sideBar-item + .web-sideBar-item {
  padding-top: 25px;
}
.web-sideBar-item:hover a::before {
  background-color: #000;
}
.web-sideBar-item.active a::before {
  background-color: #000;
}
.web-sideBar-item a {
  font-size: 1.29533vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #121212;
}
.web-sideBar-item a::before {
  content: "";
  display: block;
  margin-right: 25px;
  width: 10px;
  height: 10px;
  background-color: #cfcfcf;
  border-radius: 50%;
  flex-shrink: 0;
}

.pages-content {
  width: 0;
  flex-grow: 1;
}
.pages-content.about-page > h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #4b4135;
}
.pages-content.about-page > h2::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 3px dotted #4b4135;
  margin: 23px 0 33px;
}
.pages-content.about-page > p,
.pages-content.about-page a {
  font-size: 20px;
  text-decoration: none;
  color: #4b4135;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-weight: 400;
}
.pages-content.about-page > h3 {
  width: 279px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 11px 33px;
  background-color: #6fa5ce;
  border-radius: 60px;
  display: flex;
  align-items: center;
  margin: 40px 0 30px;
  position: relative;
}
.pages-content.about-page > h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 11px solid #fff;
  margin-right: 20px;
}
.pages-content.about-page > h3::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: #317db7;
  z-index: -1;
  transform: translateY(7px);
}
.pages-content.about-page .pages-content-video {
  width: 79.76298%;
  position: relative;
  inset: 0;
}
.pages-content.about-page .pages-content-video::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.pages-content.about-page .pages-content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-sideBar-menu {
  border: 1px solid #4c4135;
}
.mobile-sideBar-menu .mobile-sideBar-title {
  padding: 0.76em 1.12em;
  background: linear-gradient(90deg, rgb(44, 40, 38) 0%, rgb(51, 51, 51) 38%, rgb(76, 65, 53) 72%, rgb(76, 65, 53) 72%);
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  display: flex;
}
.mobile-sideBar-menu .mobile-sideBar-title i {
  margin-left: auto;
}

.mobile-sideBar-item {
  padding: 20px 30px;
}
.mobile-sideBar-item + .mobile-sideBar-item {
  border-top: 3px dotted #4c4135;
}
.mobile-sideBar-item a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #4b4135;
}

@media (max-width: 1400px) {
  .section-pages-main {
    width: 83%;
  }
  .web-sideBar-item a {
    font-size: 18px;
  }
  .pages-sideBar {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .section-pages-banner {
    padding-top: 70px;
  }
  .section-pages-banner .pages-banner-main {
    width: 91.78743%;
    margin: auto;
  }
  .section-pages-banner .pages-banner-main .pages-banner-title {
    padding-bottom: 30px;
  }
  .section-pages-banner .pages-banner-main .pages-banner-title h1 {
    font-size: 50px;
  }
  .section-pages-banner .pages-banner-main .pages-banner-title h2 {
    font-size: 25px;
  }
  .section-pages-banner .pages-banner-main .pages-bread {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-top: 10px;
  }
  .section-pages-banner .pages-banner-main .pages-bread .pages-bread-lists li {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4b4135;
  }
  .section-pages-banner .pages-banner-main .pages-bread .pages-bread-lists li .pages-bread-pic {
    width: 15px;
    margin-right: 10px;
  }
  .section-pages-main {
    width: 82.608695%;
  }
  .section-pages-main.about-page {
    padding: 90px 0 245px;
  }
  .section-pages-main.works {
    padding: 80px 0 120px;
  }
  .pages-sideBar {
    width: 100%;
    margin-bottom: 71px;
  }
  .pages-content {
    width: 100%;
  }
  .pages-content.about-page > h2 {
    font-size: 30px;
    text-align: center;
  }
  .pages-content.about-page .pages-content-video {
    width: 100%;
  }
}
.about-service-pic {
  width: 100%;
  padding-top: 77px;
}
.about-service-pic img {
  width: 100%;
  vertical-align: middle;
}

.about-service-skill {
  padding-top: 50px;
}

.service-skill-item h3 {
  width: 279px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 24.5px 35px;
  background: linear-gradient(90deg, rgb(44, 40, 38) 0%, rgb(51, 51, 51) 38%, rgb(76, 65, 53) 72%, rgb(76, 65, 53) 72%);
}
.service-skill-item ul {
  padding: 36px 0 52px 33px;
  border-top: 2px solid #4c4135;
  border-left: 2px solid #4c4135;
}
.service-skill-item ul li {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #121212;
  line-height: 1.6;
  display: flex;
}
.service-skill-item ul li > span {
  font-size: 11px;
  color: #aee952;
  margin-right: 10px;
  transform: translateY(8px);
}
.service-skill-item ul li + li {
  margin-top: 10px;
}
.service-skill-item + .service-skill-item {
  margin-top: 35.71px;
}

.about-certification {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 35px;
}
.about-certification .certification-item {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border: 1px solid #000;
  overflow: hidden;
}
.about-certification .certification-item:hover > img {
  transform: scale(1.2);
}
.about-certification .certification-item:hover .certif-icon {
  transform: translateX(0);
}
.about-certification .certification-item img {
  width: 100%;
  vertical-align: middle;
  transition: 0.5s;
}
.about-certification .certification-item .certif-icon {
  width: 35%;
  position: absolute;
  transform: translateX(-100%);
  transition: 0.3s;
  left: 0;
  bottom: 0;
}
.about-certification .certification-item .certif-icon img {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .about-certification {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 25px;
  }
}
@media (max-width: 500px) {
  .about-certification {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.page-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 125px;
}
.page-nav > button {
  width: 110.18px;
  display: flex;
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  position: relative;
  background-color: transparent;
  padding: 0;
}
.page-nav > button img {
  width: 100%;
  vertical-align: middle;
}
.page-nav > button > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(50%);
}
.page-nav > button > span > i {
  font-size: 15px;
}
.page-nav > button.prev-btn {
  margin-right: 17px;
}
.page-nav > button.prev-btn > span {
  transform: translateX(-0.5em) translateY(50%);
}
.page-nav > button.prev-btn > span > i {
  margin-right: 10px;
}
.page-nav > button.next-btn {
  margin-left: 17px;
}
.page-nav > button.next-btn > span {
  transform: translateX(0.5em) translateY(50%);
}
.page-nav > button.next-btn > span > i {
  margin-left: 10px;
}
.page-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-nav ul > span {
  color: #121212;
  font-size: 30px;
  margin: 0 10px;
}
.page-nav ul li + li {
  margin-left: 15px;
}
.page-nav ul > .page-nav-item {
  width: 41px;
  height: 41px;
  display: flex;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.page-nav ul > .page-nav-item a {
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #4b4135;
}
.page-nav ul > .page-nav-item:hover {
  background-color: #4b4135;
}
.page-nav ul > .page-nav-item:hover a {
  color: #fff;
}

.about-partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 30px;
  gap: 1px;
}
@media (max-width: 1260px) {
  .about-partners {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .about-partners {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-partners img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .about-service-skill {
    padding-top: 13px;
  }
  .service-skill-item ul {
    padding: 20px 0;
    border-top: none;
    border-left: none;
  }
  .service-skill-item ul li {
    font-size: 20px;
    display: flex;
  }
  .service-skill-item ul li > span {
    font-size: 11px;
    color: #aee952;
    margin-right: 15px;
    transform: translateY(8px);
  }
  .service-skill-item ul li + li {
    margin-top: 10px;
  }
  .service-skill-item + .service-skill-item {
    margin-top: 60px;
  }
  .page-nav {
    margin: auto;
    margin-top: 125px;
  }
  .page-nav > button {
    width: 88px;
    font-size: 16px;
  }
  .page-nav > button > span > i {
    font-size: 15px;
  }
  .page-nav > button.prev-btn {
    margin-right: 17px;
  }
  .page-nav > button.prev-btn > span {
    transform: translateX(-0.5em) translateY(50%);
  }
  .page-nav > button.prev-btn > span > i {
    margin-right: 10px;
  }
  .page-nav > button.next-btn {
    margin-left: 17px;
  }
  .page-nav > button.next-btn > span {
    transform: translateX(0.5em) translateY(50%);
  }
  .page-nav > button.next-btn > span > i {
    margin-left: 10px;
  }
  .page-nav ul > span {
    display: none;
  }
  .page-nav ul li {
    margin: 0 12px;
  }
  .page-nav ul > .page-nav-item {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .page-nav ul > .page-nav-item a {
    font-size: 20px;
  }
  .page-nav ul > .page-nav-item:hover {
    background-color: #4b4135;
  }
  .page-nav ul > .page-nav-item:hover a {
    color: #fff;
  }
  .about-certification {
    gap: 30px 35px;
  }
  .about-certification .certification-item {
    width: 91.812865%;
    margin: auto;
  }
}
@media (max-width: 414px) {
  .about-bg-type1 {
    background-image: url(../../src/phone/about/bg.png);
  }
  .about-service-pic {
    width: 100%;
    padding-top: 56px;
  }
}
.section-news-main {
  width: 70.83333%;
  margin: auto;
  padding-top: 137px;
  padding-bottom: 107px;
}
.section-news-main h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #4b4135;
}
.section-news-main h3::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 3px dotted #4b4135;
  margin: 23px 0 33px;
}
.section-news-main .news-list-item + .news-list-item {
  margin-top: 35px;
}

.section-newsInner {
  padding: 96px 0 161px;
}
.section-newsInner .section-newsInner-main {
  width: 70.833333%;
  margin: auto;
}
.section-newsInner .section-newsInner-main h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #4b4135;
  text-align: center;
}
.section-newsInner .section-newsInner-main h3::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px #4b4135 dotted;
  margin-top: 50px;
}
.section-newsInner .section-newsInner-main .newsInner-date {
  font-size: 20px;
  font-weight: 400;
  color: #4b4135;
  letter-spacing: 0.1em;
  text-align: end;
  padding-top: 20px;
}
.section-newsInner .section-newsInner-main .newsInner-pic {
  margin: 126px 0;
  aspect-ratio: 100/52.2058;
  width: 100%;
}
.section-newsInner .section-newsInner-main .newsInner-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-newsInner .section-newsInner-main p {
  font-size: 25px;
  font-weight: 400;
  color: #4b4135;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
.section-newsInner .section-newsInner-main p > span {
  font-weight: 600;
  color: #e31212;
}
.section-newsInner .section-newsInner-main .index-more-btn {
  flex-direction: row-reverse;
  margin: auto;
  margin-top: 136px;
}
.section-newsInner .section-newsInner-main .index-more-btn:hover svg {
  transform: translateX(-25px);
}
.section-newsInner .section-newsInner-main .index-more-btn svg {
  width: 70px;
  margin-right: 40px;
  margin-left: 0;
  transition: 0.3s;
}

.back.index-more-btn {
  flex-direction: row-reverse;
  margin: auto;
  margin-top: 136px;
}
.back.index-more-btn:hover svg {
  transform: translateX(-25px);
}
.back.index-more-btn svg {
  width: 70px;
  margin-right: 40px;
  margin-left: 0;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .section-news-main {
    width: 82.60869565%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 203px;
  }
  .section-news-main h3 {
    font-size: 30px;
    text-align: center;
  }
  .section-news-main .news-list-item + .news-list-item {
    margin-top: 55px;
  }
  .section-newsInner {
    padding: 80px 0 110px;
  }
  .section-newsInner .section-newsInner-main {
    width: 85.990338%;
  }
  .section-newsInner .section-newsInner-main h3 {
    font-size: 30px;
  }
  .section-newsInner .section-newsInner-main .newsInner-date {
    font-size: 16px;
    padding-top: 15px;
  }
  .section-newsInner .section-newsInner-main .newsInner-pic {
    width: 87.078651%;
    margin: 46px auto;
    aspect-ratio: auto;
  }
  .section-newsInner .section-newsInner-main .newsInner-pic img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-newsInner .section-newsInner-main p {
    font-size: 20px;
  }
  .back.index-more-btn {
    margin-top: 130px;
  }
  .back.index-more-btn svg {
    width: 51px;
    margin-right: 15px;
    margin-left: 0;
  }
}
.section-product-main p {
  font-size: 20px;
  font-weight: 400;
  color: #4b4135;
  letter-spacing: 1px;
  line-height: 1.6;
}
.section-product-main .page-nav {
  margin-top: 141px;
}

.section-product-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 46px;
  padding-top: 68px;
}
.section-product-menu.works {
  gap: 60px 50px;
}
@media (max-width: 762px) {
  .section-product-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-product-menu .product-menu-item:hover .product-menu-contant .cross {
  transform: rotate(90deg);
  -webkit-clip-path: polygon(45% 0%, 55% 0%, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0% 55%, 0% 45%, 45% 45%);
          clip-path: polygon(45% 0%, 55% 0%, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0% 55%, 0% 45%, 45% 45%);
}
.section-product-menu .product-menu-item:hover .product-menu-pic img {
  transform: scale(1.2);
}
.section-product-menu .product-menu-item .product-menu-pic {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50px 50px 0 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
.section-product-menu .product-menu-item .product-menu-pic img {
  width: 100%;
  vertical-align: middle;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.section-product-menu .product-menu-item .product-menu-contant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4b4135;
  padding-bottom: 20px;
}
.section-product-menu .product-menu-item .product-menu-contant span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #4b4135;
  display: flex;
  align-items: center;
}
.section-product-menu .product-menu-item .product-menu-contant .cross {
  width: 20px;
  height: 20px;
  background-color: #2c2826;
  -webkit-clip-path: polygon(47% 0%, 53% 0%, 53% 47%, 95% 47%, 95% 53%, 53% 53%, 53% 95%, 47% 95%, 47% 53%, 0% 53%, 0% 47%, 47% 47%);
          clip-path: polygon(47% 0%, 53% 0%, 53% 47%, 95% 47%, 95% 53%, 53% 53%, 53% 95%, 47% 95%, 47% 53%, 0% 53%, 0% 47%, 47% 47%);
  transform: rotate(0deg);
  transition: 0.2s;
}

.project-inner-detal {
  padding-left: 50px;
}
.project-inner-detal h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #4b4135;
}
.project-inner-detal h2::after {
  display: block;
  content: "";
  width: 100%;
  border-top: 2px dotted #707070;
  margin: 23px 0;
}
.project-inner-detal p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #2c2826;
}

.product-inner-profile .nav-pills {
  margin-top: 100px;
  --bs-nav-pills-border-radius: none;
  --bs-nav-pills-link-active-bg: #ffffff;
  --bs-nav-pills-link-active-color: #2c2826;
  border-bottom: 1px solid #2c2826;
}
.product-inner-profile .nav-pills .nav-item {
  width: 33.3333%;
}
.product-inner-profile .nav-pills .nav-item .nav-link {
  width: 100%;
  background-color: #f2f1ef;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2c2826;
  padding: 18px 0;
  border-top: 5px solid #f2f1ef;
}
.product-inner-profile .nav-pills .nav-item .nav-link.active {
  background-color: #ffffff;
  border-top: 5px solid #317db7;
  border-left: 1px solid #2c2826;
  border-right: 1px solid #2c2826;
}
.product-inner-profile .tab-content {
  padding-top: 40px;
}
.product-inner-profile .tab-content p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #2c2826;
  line-height: 1.6;
}

.project-inner-btn-bg {
  margin-top: 100px;
  width: 100%;
  height: 68px;
  border-radius: 10px;
  background-color: #980000;
  position: relative;
}
.project-inner-btn-bg:hover .project-inner-btn {
  transform: translateY(0px);
}

.project-inner-btn {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: none;
  display: block;
  background-color: #e31212;
  border-radius: 10px;
  padding: 21px 0;
  width: 100%;
  transition: 0.2s ease-in-out;
  transform: translateY(-3px);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.project-inner-btn > svg {
  width: 21px;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .project-inner-detal {
    padding-left: 0px;
  }
  .project-inner-detal h2 {
    font-size: 30px;
  }
  .project-inner-detal h2::after {
    margin: 25px 0 35px;
  }
  .project-inner-swiper {
    margin-bottom: 80px;
  }
  .product-inner-profile .nav-pills {
    margin-top: 93px;
  }
  .product-inner-profile .nav-pills .nav-item {
    width: 50%;
  }
  .product-inner-profile .tab-content {
    padding-top: 35px;
  }
}
.inquiry-cart-main {
  width: 63.3053%;
  margin: auto;
  padding: 113px 0 170px;
}

.inquiry-cart-table {
  width: 100%;
  margin-bottom: 50px;
}
.inquiry-cart-table tr {
  display: flex;
}
.inquiry-cart-table tr td,
.inquiry-cart-table tr th {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 12px 15px;
  text-align: center;
}
.inquiry-cart-table tr td:first-child,
.inquiry-cart-table tr th:first-child {
  width: 70%;
}
.inquiry-cart-table tr td:nth-child(2),
.inquiry-cart-table tr th:nth-child(2) {
  width: 15%;
  text-align: center;
}
.inquiry-cart-table tr td:last-child,
.inquiry-cart-table tr th:last-child {
  width: 15%;
  text-align: center;
}
.inquiry-cart-table thead {
  width: 100%;
  background-color: #412d2c;
  color: #fff;
}
.inquiry-cart-table thead tr th:first-child {
  text-align: start;
}
.inquiry-cart-table tbody tr {
  border-bottom: 2px dotted #412d2c;
}
.inquiry-cart-table tbody tr td {
  display: flex;
}
.inquiry-cart-table tbody tr td:first-child {
  display: flex;
  align-items: center;
}
.inquiry-cart-table tbody tr td .inquiry-cart-pic {
  width: 115px;
  margin-right: 3.90625vw;
}
.inquiry-cart-table tbody tr td .inquiry-cart-pic img {
  width: 100%;
  vertical-align: middle;
}
.inquiry-cart-table tbody tr td span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #412d2c;
  letter-spacing: 0.1em;
}
.inquiry-cart-table tbody tr td input {
  margin: auto;
  width: 94px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #412d2c;
  text-align: center;
}
.inquiry-cart-table tbody tr td input:focus {
  outline: none;
}
.inquiry-cart-table tbody tr td .del-pic {
  margin: auto;
  width: 22px;
}
.inquiry-cart-table tbody tr td .del-pic img {
  width: 100%;
  vertical-align: middle;
}

.inquiry-cart-form {
  padding-top: 10px;
}
.inquiry-cart-form .cart-form-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.inquiry-cart-form .cart-form-item + .cart-form-item {
  margin-top: 15px;
}
.inquiry-cart-form .cart-form-item > label {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.7px;
  margin-bottom: 1rem;
}
.inquiry-cart-form .cart-form-item span {
  color: #e60000;
  margin-right: 10px;
}
.inquiry-cart-form .cart-form-item input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 5px;
  background-color: #eeeeee;
}
.inquiry-cart-form .cart-form-item textarea {
  height: 170px;
  background-color: #eeeeee;
}

.inquiry-cart-btn {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 15px 0;
  width: 26.82291vw;
  min-width: 342px;
  background-color: #e31212;
  border: none;
  margin-top: 80px;
  position: relative;
  transition: 0.2s ease-in;
}
.inquiry-cart-btn:hover {
  color: transparent;
}
.inquiry-cart-btn:hover > img {
  opacity: 1;
}
.inquiry-cart-btn > img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 27.21px;
  opacity: 0;
  transition: 0.3s ease-in 0.3;
}

@media (max-width: 992px) {
  .inquiry-cart-main {
    width: 90%;
    margin: auto;
    padding: 104px 0 132px;
  }
  .inquiry-cart-table {
    margin-bottom: 40px;
    border: 1px solid #412d2c;
    border-bottom: none;
  }
  .inquiry-cart-table tr td,
  .inquiry-cart-table tr th {
    font-size: 14px;
    padding: 6px;
  }
  .inquiry-cart-table tr td:first-child,
  .inquiry-cart-table tr th:first-child {
    width: 62%;
  }
  .inquiry-cart-table tr td:nth-child(2),
  .inquiry-cart-table tr th:nth-child(2) {
    width: 24%;
    text-align: center;
  }
  .inquiry-cart-table tr td:last-child,
  .inquiry-cart-table tr th:last-child {
    width: 24%;
    text-align: center;
  }
  .inquiry-cart-table thead tr th {
    padding: 10px 0;
    font-size: 16px;
  }
  .inquiry-cart-table thead tr th + th {
    border-left: 1px solid #fff;
  }
  .inquiry-cart-table thead tr th:first-child {
    text-align: center;
  }
  .inquiry-cart-table tbody tr {
    border-bottom: 1px solid #412d2c;
  }
  .inquiry-cart-table tbody tr td {
    display: flex;
  }
  .inquiry-cart-table tbody tr td + td {
    border-left: 1px solid #412d2c;
  }
  .inquiry-cart-table tbody tr td:first-child {
    display: flex;
    align-items: center;
  }
  .inquiry-cart-table tbody tr td .inquiry-cart-pic {
    width: 60px;
    margin-right: 1rem;
  }
  .inquiry-cart-table tbody tr td span {
    font-size: 14px;
  }
  .inquiry-cart-table tbody tr td input {
    margin: auto;
    width: 45px;
    height: 26px;
  }
  .inquiry-cart-table tbody tr td .del-pic {
    width: 17px;
  }
  .inquiry-cart-form {
    padding-top: 0px;
  }
  .inquiry-cart-form .cart-form-item {
    flex-direction: column;
  }
  .inquiry-cart-form .cart-form-item + .cart-form-item {
    margin-top: 25px;
  }
  .inquiry-cart-form .cart-form-item > label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .inquiry-cart-form .cart-form-item input {
    height: 40px;
  }
  .inquiry-cart-form .cart-form-item textarea {
    height: 142px;
  }
  .inquiry-cart-form .cart-form-item span {
    font-size: 13px;
    margin-right: 7px;
  }
  .inquiry-cart-btn {
    font-size: 20px;
    padding: 15px 0;
    min-width: 342px;
    background-color: #e31212;
    margin-top: 70px;
  }
  .inquiry-cart-btn > img {
    width: 20.21px;
  }
}
.works-main .page-nav {
  margin-top: 200px;
}
.works-main p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #4b4135;
  line-height: 1.6;
}
.works-main .section-product-menu {
  padding-top: 60px;
}

.pages-works-inner {
  padding: 90px 0 142px;
}
.pages-works-inner .works-inner-main {
  width: 58.8541%;
  margin: auto;
  position: relative;
}
.pages-works-inner .works-inner-main h2 {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #4b4135;
  margin-bottom: 50px;
}
.pages-works-inner .swiper-button-prev,
.pages-works-inner .swiper-button-next {
  width: 22px;
  padding: 0px;
}
.pages-works-inner .swiper-button-prev img,
.pages-works-inner .swiper-button-next img {
  width: 100%;
  vertical-align: middle;
}
.pages-works-inner .swiper-button-prev:after,
.pages-works-inner .swiper-button-next:after {
  display: none;
}
.pages-works-inner .swiper-button-prev {
  top: 40%;
  left: 0;
}
.pages-works-inner .swiper-button-next {
  top: 40%;
  right: 0;
}

.works-inner-Swiper {
  position: relative;
  padding-bottom: 65px;
  border-bottom: 3px dotted #4b4135;
}

.works-inner-article {
  padding-top: 65px;
}
.works-inner-article p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #4b4135;
}
.works-inner-article img {
  margin: 65px 0;
}
.works-inner-article img:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .works-main .page-nav {
    margin-top: 176px;
  }
  .works-main p {
    font-size: 20px;
  }
  .pages-works-inner {
    padding: 80px 0 110px;
  }
  .pages-works-inner .works-inner-main {
    width: 82.608695%;
  }
  .pages-works-inner .works-inner-main h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .pages-works-inner .swiper-button-prev,
  .pages-works-inner .swiper-button-next {
    width: 11px;
  }
  .works-inner-Swiper {
    padding-bottom: 55px;
  }
  .works-inner-article {
    padding-top: 35px;
  }
  .works-inner-article p {
    font-size: 20px;
  }
  .works-inner-article img {
    margin: 20px 0;
  }
}
.section-contact-us {
  padding: 140px 0 136px;
}
.section-contact-us .section-contact-main {
  width: 92.604166%;
  margin: auto;
}

.contact-card {
  width: 76.1904761%;
  padding: 21px 0;
  background-color: #fff;
  border: 1px solid #4b4135;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.contact-card .contact-item {
  width: 50%;
  padding: 59px 70px;
}
.contact-card .contact-item + .contact-item {
  border-left: 1px solid #4b4135;
}
.contact-card .contact-item .contact-logo {
  width: 100%;
  margin-bottom: 66px;
}
.contact-card .contact-item .contact-logo img {
  width: 100%;
  vertical-align: middle;
}
.contact-card .contact-item .contact-us-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.contact-card .contact-item .contact-us-list > li {
  display: flex;
  flex-wrap: wrap;
}
.contact-card .contact-item .contact-us-list > li + li {
  margin-top: 15px;
}
.contact-card .contact-item .contact-us-list > li .contact-us-pic {
  width: 20px;
  margin-right: 25px;
}
.contact-card .contact-item .contact-us-list > li .contact-us-pic img {
  width: 100%;
  vertical-align: middle;
}
.contact-card .contact-item .contact-us-list > li a {
  text-decoration: none;
  color: #4b4135;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.contact-us-icons {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.contact-us-icons .icons-item {
  width: 40px;
}
.contact-us-icons .icons-item img {
  width: 100%;
  vertical-align: middle;
}
.contact-us-icons .icons-item + .icons-item {
  margin-left: 15px;
}

.contact-us-qrcode {
  width: 151px;
}
.contact-us-qrcode img {
  width: 100%;
  vertical-align: middle;
}

.contact-form p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #4b4135;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.contact-form .contact-form-item {
  display: flex;
  flex-wrap: wrap;
}
.contact-form .contact-form-item + .contact-form-item {
  margin-top: 20px;
}
.contact-form .contact-form-item label {
  font-size: 18px;
  color: #4b4135;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 30px;
}
.contact-form .contact-form-item label > span {
  color: #e60000;
  margin-right: 10px;
  font-size: 15px;
}
.contact-form .contact-form-item > input {
  flex-grow: 1;
  height: 51px;
  border: 1px solid #412d2c;
  border-radius: 5px;
  text-indent: 1em;
}
.contact-form .contact-form-item > input:focus {
  outline: none;
}
.contact-form .contact-form-item textarea {
  text-indent: 1em;
  flex-grow: 1;
  border-radius: 5px;
  height: 172px;
}
.contact-form .contact-form-item textarea:focus {
  outline: none;
}
.contact-form .form-sumit {
  color: #fff;
  background-color: #e60000;
  padding: 12px 0;
  width: 100%;
  display: block;
  border: none;
  margin-top: 37px;
  position: relative;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.2s;
}
.contact-form .form-sumit:hover {
  color: rgba(255, 255, 255, 0);
}
.contact-form .form-sumit:hover img {
  opacity: 1;
}
.contact-form .form-sumit > img {
  width: 27px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.contact-map {
  margin-top: 135px;
  position: relative;
}
.contact-map::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 27.50281%;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .section-contact-us {
    padding: 75px 0 95px;
  }
  .section-contact-us .section-contact-main {
    width: 91.78743%;
  }
  .contact-card {
    width: 90%;
    margin: auto;
    padding: 0 17px;
  }
  .contact-card .contact-item {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-card .contact-item:first-child {
    padding: 30px 0 90px;
  }
  .contact-card .contact-item + .contact-item {
    border-left: none;
    border-top: 1px solid #4b4135;
    padding-top: 57px;
    padding-bottom: 161px;
  }
  .contact-card .contact-item .contact-logo {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-card .contact-item .contact-us-list {
    display: flex;
    width: 70%;
    margin: auto;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .contact-card .contact-item .contact-us-list > li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .contact-card .contact-item .contact-us-list > li + li {
    margin-top: 15px;
  }
  .contact-card .contact-item .contact-us-list > li:first-child .contact-us-pic {
    width: 55px;
  }
  .contact-card .contact-item .contact-us-list > li:nth-child(2) .contact-us-pic {
    width: 50px;
  }
  .contact-card .contact-item .contact-us-list > li:nth-child(3) .contact-us-pic {
    width: 52px;
  }
  .contact-card .contact-item .contact-us-list > li:nth-child(4) .contact-us-pic {
    width: 52px;
  }
  .contact-card .contact-item .contact-us-list > li .contact-us-pic {
    margin: auto;
    margin-bottom: 15px;
  }
  .contact-card .contact-item .contact-us-list > li a {
    text-decoration: none;
    color: #4b4135;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    word-break: break-all;
  }
  .contact-us-icons {
    margin-bottom: 40px;
  }
  .contact-us-icons .icons-item {
    width: 54px;
  }
  .contact-us-icons .icons-item + .icons-item {
    margin-left: 20px;
  }
  .contact-form p {
    font-size: 20px;
    margin-bottom: 53px;
  }
  .contact-form .contact-form-item + .contact-form-item {
    margin-top: 15px;
  }
  .contact-form .contact-form-item label {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .contact-form .contact-form-item label > span {
    font-size: 15px;
  }
  .contact-form .contact-form-item > input {
    width: 100%;
    height: 40px;
  }
  .contact-form .contact-form-item textarea {
    width: 100%;
  }
  .contact-form .form-sumit {
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 63px;
  }
  .contact-map {
    margin-top: 70px;
  }
  .contact-map::after {
    padding-top: 142.982%;
  }
}
.section-sitmap {
  padding: 100px 0 245px;
}
.section-sitmap .sitmap-main {
  width: 70.833333%;
  margin: auto;
}
.section-sitmap .sitmap-main h2 {
  font-size: 30px;
  font-weight: bold;
  color: #4b4135;
  letter-spacing: 0.01em;
}
.section-sitmap .sitmap-main h2::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px dotted #4b4135;
  margin: 23px 0 53px;
}
.section-sitmap .sitmap-main .sitmap-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px 20px;
}
@media (max-width: 992px) {
  .section-sitmap .sitmap-main .sitmap-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .section-sitmap .sitmap-main .sitmap-menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.section-sitmap .sitmap-main .sitmap-menu .sitmap-menu-item li + li {
  border-bottom: 2px dotted #4b4135;
}
.section-sitmap .sitmap-main .sitmap-menu .sitmap-menu-item li.title {
  background-image: url(../../src/web/sitemap/pic.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.section-sitmap .sitmap-main .sitmap-menu .sitmap-menu-item li.title:hover {
  background-image: url(../../src/web/sitemap/pic_2.svg);
}
.section-sitmap .sitmap-main .sitmap-menu .sitmap-menu-item li.title > a {
  color: #fff;
}
.section-sitmap .sitmap-main .sitmap-menu .sitmap-menu-item li a {
  color: #4b4135;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 27.5px 0;
  display: block;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 992px) {
  .section-sitmap {
    padding: 70px 0 163px;
  }
  .section-sitmap .sitmap-main {
    width: 83%;
  }
  .section-sitmap .sitmap-main h2::after {
    margin: 25px 0 69px;
  }
  .section-sitmap .sitmap-main .sitmap-menu {
    width: 95.02923%;
    margin: auto;
  }
  .section-sitmap .sitmap-main .sitmap-menu .sitmap-menu-item li a {
    font-size: 25px;
    padding: 27.5px 0;
  }
}
.cart-modal {
  width: 88.64734vw;
  max-width: 367px;
  min-width: 319px;
  padding: 45px 0 64px;
  font-weight: 400;
  color: #2d2927;
  letter-spacing: 0.75px;
  background-color: #ffc957;
  position: relative;
}
.cart-modal i {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 16px;
  right: 16px;
}
.cart-modal .cart-modal-pic {
  width: 60px;
  margin-bottom: 23px;
}
.cart-modal .cart-modal-pic img {
  width: 100%;
  vertical-align: middle;
}
.cart-modal span {
  font-size: 24px;
  margin-bottom: 10px;
  color: #2d2927;
}
.cart-modal a {
  font-size: 20px;
  color: #2d2927;
}

.modal-content {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 0px;
  border: none;
}

@media (max-width: 576px) {
  .cart-modal {
    width: 319px;
    padding: 48px 0 48px;
  }
  .cart-modal i {
    font-size: 20px;
    top: 15px;
    right: 17px;
  }
  .cart-modal .cart-modal-pic {
    width: 60px;
    margin-bottom: 16px;
  }
  .cart-modal span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cart-modal a {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
* body {
  font-family: "Montserrat", serif, "Noto Sans TC", serif;
}

.wrap {
  position: relative;
  max-width: 1920px;
  background-position: bottom;
  background-repeat: no-repeat;
}

.sr-only {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

.accordion-button::after {
  display: none;
}

.about-bg-type1 {
  background-image: url(../../src/web/about/bg.png);
  background-size: cover;
}

.about-bg-type2 {
  background-image: url(../../src/web/about/bg_2.png);
  background-size: cover;
}

.about-bg-type3 {
  background-image: url(../../src/web/about/bg_3.png);
  background-size: cover;
}

.project-bg-type2 {
  background-image: url(../../src/web/projects/bg_1.png);
  background-size: cover;
}

.project-bg-type1 {
  background-image: url(../../src/web/projects/bg_2.png);
  background-size: cover;
}

.scrollBtn {
  position: fixed;
  right: 25px;
  top: 70vh;
}
.scrollBtn:hover .line .insde-line {
  height: 100%;
}
.scrollBtn .line {
  width: 1px;
  height: 130px;
  margin-bottom: 20px;
  background-color: rgba(18, 18, 18, 0.1921568627);
  position: relative;
  top: 0;
  left: 0;
}
.scrollBtn .line .insde-line {
  position: absolute;
  inset: 0;
  width: 1px;
  height: 0%;
  background-color: #121212;
  transition: height 0.3s ease;
}
.scrollBtn span {
  font-size: 15px;
  color: #121212;
  writing-mode: vertical-lr;
}

* img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=all.css.map */