@font-face {
  font-family: 'GOTHIC';
  src: url(../font/GOTHIC.TTF);
}

@font-face {
  font-family: 'GOTHICB';
  src: url(../font/GOTHICB.TTF);
}

body {
  font-size: 14px;
  font-family: 'GOTHIC' !important;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  opacity: 0;
  width: 100vw;
  overflow-x: hidden;
  background-color: #f2f0e5;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-hyphens: auto;
}

body .bold {
  font-family: 'GOTHICB' !important;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  padding: 20px 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header.scroll {
  padding: 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2015), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(#2b2015, rgba(0, 0, 0, 0));
}

.header .uk-container {
  max-width: 1800px;
}

.header .logo {
  width: 75px;
}

@media (max-width: 960px) {
  .header .logo {
    width: 50px;
  }
}

.header .header-nav-ul>li {
  padding-left: 50px;
}

.header .header-nav-ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.header .header-nav-ul>li>a img {
  margin-left: 15px;
}

.header .header-nav-ul>li>a::after {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .header-nav-ul>li>a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 20px;
  bottom: -10px;
  left: 0;
}

.header .header-nav-ul>li>a:hover::after {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 1;
}

.header .header-nav-ul>li .header-drop {
  background-color: #fff;
  border-radius: 8px;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  padding: 8px;
  font-size: 14px;
}

.header .header-nav-ul>li .header-drop .header-lang-link a {
  padding: 10px 10px;
  display: block;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.header .header-nav-ul>li .header-drop .header-lang-link a:hover {
  background-color: #f5f5f5;
}

.header .header-mobile-btn .uk-icon-button {
  background-color: #2b2015;
  color: #fff;
}

.header .header-mobile-btn .uk-offcanvas-overlay::before {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.header .header-mobile-btn .uk-offcanvas-bar {
  background-color: #2b2015;
  color: #fff;
  font-weight: bold;
  padding: 60px 20px;
  overflow-y: auto;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.header .header-mobile-btn .uk-offcanvas-bar .uk-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  padding: 20px 0;
}

.header .header-mobile-btn .uk-offcanvas-bar .uk-nav .uk-nav-ben a {
  padding: 6px 10px;
  font-size: 15px;
}

.header .header-mobile-btn .uk-offcanvas-bar .uk-nav>li>a {
  padding: 15px 0;
  font-size: 16px;
}

.main .title-box h2 {
  font-size: 60px;
  display: block;
  line-height: 1.3;
  color: inherit;
}

.main .title-box h6 {
  font-size: 24px;
  line-height: 1.6;
  max-width: 1075px;
  margin: 30px auto 0;
  display: block;
  color: inherit;
}

@media (max-width: 640px) {
  .main .title-box h6 {
    max-width: 100% !important;
  }
}

.main .title-box .line {
  margin: 30px auto 0;
  width: 60px;
  height: 2px;
  background-color: #000000;
}

@media (max-width: 960px) {
  .main .title-box h2 {
    font-size: 45px;
  }

  .main .title-box h6 {
    font-size: 20px;
    margin-top: 20px;
  }

  .main .title-box .line {
    margin: 20px auto 0;
  }
}

@media (max-width: 640px) {
  .main .title-box h2 {
    font-size: 30px;
  }

  .main .title-box h6 {
    font-size: 16px;
  }
}

.main .all-banner {
  position: relative;
}

.main .all-banner .bg {
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 820px;
  width: 100%;
}

.main .all-banner .banner-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .all-banner .banner-text .uk-container {
  max-width: 1800px;
  width: 100%;
  color: #fff;
  z-index: 2;
}

.main .all-banner .banner-text .uk-container h1 {
  font-size: 70px;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .main .all-banner .banner-text .uk-container h1 {
    font-size: 60px;
  }
}

@media (max-width: 640px) {
  .main .all-banner .banner-text .uk-container h1 {
    font-size: 40px;
  }
}

.main .all-banner .banner-text .uk-container h4 {
  max-width: 452px;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .main .all-banner .banner-text .uk-container h4 {
    max-width: 100%;
    font-size: 16px;
  }
}

.main .all-banner .banner-text .uk-container * {
  color: #fff;
}

.main .home .banner .swiper-slide {
  position: relative;
}

.main .home .banner .swiper-slide .bg {
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 100vh;
}

.main .home .banner .swiper-slide .banner-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .home .banner .swiper-slide .banner-text .uk-container {
  max-width: 1800px;
  width: 100%;
  color: #fff;
  z-index: 2;
}

.main .home .banner .swiper-slide .banner-text .uk-container h1 {
  font-size: 70px;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .main .home .banner .swiper-slide .banner-text .uk-container h1 {
    font-size: 60px;
  }
}

@media (max-width: 640px) {
  .main .home .banner .swiper-slide .banner-text .uk-container h1 {
    font-size: 40px;
  }
}

.main .home .banner .swiper-slide .banner-text .uk-container h4 {
  max-width: 645px;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .main .home .banner .swiper-slide .banner-text .uk-container h4 {
    max-width: 100%;
    font-size: 16px;
  }
}

.main .home .banner .swiper-slide .banner-text .uk-container * {
  color: #fff;
}

.main .home .home-content {
  padding: 120px 0;
}

.main .home .home-content .uk-container {
  max-width: 1200px;
}

.main .home .home-content .top-box-nav {
  padding: 80px 0 120px;
}

.main .home .home-content .top-box-nav img {
  height: 50px;
  margin-bottom: 25px;
}

.main .home .home-content .top-box-nav .desc {
  font-size: 20px;
  text-wrap: balance;
}

.main .home .home-content .top-box-nav .item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main .home .home-content .top-box-nav .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 960px) {
  .main .home .home-content {
    padding: 100px 0;
  }

  .main .home .home-content .top-box-nav {
    padding: 60px 0 100px;
  }

  .main .home .home-content .top-box-nav img {
    height: 40px;
    margin-bottom: 25px;
  }

  .main .home .home-content .top-box-nav .desc {
    font-size: 18px;
  }

  .main .home .home-content .BRANDS-box {
    margin-top: 60px;
  }
}

@media (max-width: 640px) {
  .main .home .home-content {
    padding: 80px 0;
  }

  .main .home .home-content .top-box-nav {
    padding: 40px 0 80px;
  }

  .main .home .home-content .top-box-nav img {
    height: 30px;
    margin-bottom: 15px;
  }

  .main .home .home-content .top-box-nav .desc {
    font-size: 15px;
    padding: 0 20px;
  }

  .main .home .home-content .BRANDS-box {
    margin-top: 40px;
  }
}

.main .home .home-content .marquee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 80px);
  height: 50px;
  overflow: hidden;
  margin: 0 40px;
}

.main .home .home-content .marquee-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.main .home .home-content .marquee-box ul li {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main .home .home-content .marquee-box ul li img {
  max-width: 60%;
  max-height: 60%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main .home .home-content .marquee-box ul li img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 640px) {
  .main .home .home-content .marquee-box ul li {
    width: 150px;
  }
}

.main .home .home-content .marquee-btn {
  position: absolute;
  left: 0;
  width: 100%;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main .home .home-content .marquee-btn a {
  pointer-events: all;
}

.main .home .home-content .BRANDS-box {
  margin-top: 70px;
  position: relative;
}

@media (max-width: 960px) {
  .main .home .home-content .BRANDS-box {
    margin-top: 50px;
  }
}

@media (max-width: 640px) {
  .main .home .home-content .BRANDS-box {
    margin-top: 30px;
  }
}

.main .about .about-content .section-1 {
  overflow: hidden;
  padding: 120px 0 140px;
}

.main .about .about-content .section-1 .uk-container {
  max-width: 1032px;
}

@media (max-width: 960px) {
  .main .about .about-content .section-1 {
    padding: 100px 0;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-1 {
    padding: 80px 0;
  }
}

.main .about .about-content .section-1 .timeline {
  padding: 60px 0 0 0;
  overflow: hidden;
}

@media (max-width: 960px) {
  .main .about .about-content .section-1 .timeline {
    padding: 40px 0 0;
  }
}

.main .about .about-content .section-1 .timeline {
  margin-left: 0;
}

.main .about .about-content .section-1 .timeline>* {
  padding-left: 0;
}

.main .about .about-content .section-1 .timeline .uk-grid-item {
  margin-top: 0;
}

.main .about .about-content .section-1 .timeline .uk-grid-item .year-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: inherit;
  text-wrap: balance;
  word-wrap: break-word;
}

.main .about .about-content .section-1 .timeline .uk-grid-item .year-list .year {
  font-size: 36px;
  color: #c79221;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 960px) {
  .main .about .about-content .section-1 .timeline .uk-grid-item .year-list .year {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-1 .timeline .uk-grid-item .year-list .year {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.main .about .about-content .section-1 .timeline .uk-grid-item .year-list .desc {
  font-size: 18px;
  margin-bottom: 20px;
  text-wrap: balance;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 960px) {
  .main .about .about-content .section-1 .timeline .uk-grid-item .year-list .desc {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-1 .timeline .uk-grid-item .year-list .desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.main .about .about-content .section-1 .timeline .uk-grid-item .year-list:hover .year,
.main .about .about-content .section-1 .timeline .uk-grid-item .year-list:hover .desc {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main .about .about-content .section-1 .timeline .uk-grid-item:nth-child(2n+1) {
  margin-left: 50%;
  padding-left: 120px;
  position: relative;
}

@media (max-width: 960px) {
  .main .about .about-content .section-1 .timeline .uk-grid-item:nth-child(2n+1) {
    padding-left: 80px;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-1 .timeline .uk-grid-item:nth-child(2n+1) {
    padding-left: 40px;
  }
}

.main .about .about-content .section-1 .timeline .uk-grid-item:nth-child(2n+1)::after {
  height: 100%;
  width: 0;
  border-left: 1px dashed #d6d3c3;
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
}

.main .about .about-content .section-1 .timeline .uk-grid-item:nth-child(2n+1)::before {
  z-index: 2;
  width: 30px;
  height: 30px;
  position: absolute;
  position: absolute;
  content: '';
  background-image: url("../images/about-dot.png");
  background-position: center;
  background-size: cover;
  left: -15px;
}

.main .about .about-content .section-1 .timeline .uk-grid-item:nth-child(2n) {
  margin-right: 50%;
  text-align: right;
  padding-right: 120px;
  position: relative;
}

@media (max-width: 960px) {
  .main .about .about-content .section-1 .timeline .uk-grid-item:nth-child(2n) {
    padding-right: 80px;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-1 .timeline .uk-grid-item:nth-child(2n) {
    padding-right: 40px;
  }
}

.main .about .about-content .section-1 .timeline .uk-grid-item:nth-child(2n)::after {
  height: 100%;
  width: 0;
  border-left: 1px dashed #d6d3c3;
  content: '';
  position: absolute;
  right: -1px;
  z-index: 0;
}

.main .about .about-content .section-1 .timeline .uk-grid-item:nth-child(2n)::before {
  z-index: 2;
  width: 30px;
  height: 30px;
  position: absolute;
  position: absolute;
  content: '';
  background-image: url("../images/about-dot.png");
  background-position: center;
  background-size: cover;
  right: -15px;
}

.main .about .about-content .section-1 .timeline .uk-grid-item:last-child .year-list::before {
  display: none;
}

.main .about .about-content .section-2 {
  overflow: hidden;
  background-color: #ece9d9;
  padding: 120px 0 140px;
}

@media (max-width: 960px) {
  .main .about .about-content .section-2 {
    padding: 100px 0;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-2 {
    padding: 80px 0;
  }
}

.main .about .about-content .section-2 .uk-container {
  max-width: 1000px;
}

.main .about .about-content .section-2 .about-nav-top {
  padding-top: 80px;
}

.main .about .about-content .section-2 .about-nav-top .item-li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main .about .about-content .section-2 .about-nav-top .item-li * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main .about .about-content .section-2 .about-nav-top .item-li .desc {
  width: 100%;
}

.main .about .about-content .section-2 .about-nav-top .item-li .item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: #ece9d9;
  border: dashed 1px #bfbca9;
  border-radius: 100px;
  margin: 0 auto 20px;
}

.main .about .about-content .section-2 .about-nav-top .item-li .item-img img {
  max-width: 50%;
  max-height: 50%;
}

.main .about .about-content .section-2 .about-nav-top .item-li .item-img img.on {
  display: none;
}

.main .about .about-content .section-2 .about-nav-top .item-li:hover,
.main .about .about-content .section-2 .about-nav-top .item-li.select {
  color: #c79221;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  font-family: 'GOTHICB';
}

.main .about .about-content .section-2 .about-nav-top .item-li:hover .item-img,
.main .about .about-content .section-2 .about-nav-top .item-li.select .item-img {
  background-color: #c79221;
  border-color: #c79221;
}

.main .about .about-content .section-2 .about-nav-top .item-li:hover .item-img img.off,
.main .about .about-content .section-2 .about-nav-top .item-li.select .item-img img.off {
  display: none;
}

.main .about .about-content .section-2 .about-nav-top .item-li:hover .item-img img.on,
.main .about .about-content .section-2 .about-nav-top .item-li.select .item-img img.on {
  display: block;
}

.main .about .about-content .section-2 .about-nav-top .item-li:hover .desc,
.main .about .about-content .section-2 .about-nav-top .item-li.select .desc {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 960px) {
  .main .about .about-content .section-2 .about-nav-top .item-li {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-2 .about-nav-top .item-li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 30px;
  }
}

@media (max-width: 960px) {
  .main .about .about-content .section-2 .about-nav-top {
    padding-top: 60px;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-2 .about-nav-top {
    padding-top: 40px;
  }
}

.main .about .about-content .section-2 .about-nav-bottom>div {
  display: none;
  padding-top: 90px;
}

.main .about .about-content .section-2 .about-nav-bottom>div .item-title {
  font-size: 24px;
  -webkit-box-flex: .3;
  -ms-flex: .3;
  flex: .3;
}

.main .about .about-content .section-2 .about-nav-bottom>div .item-desc {
  font-size: 16px;
  line-height: 1.6;
  -webkit-box-flex: .7;
  -ms-flex: .7;
  flex: .7;
}

@media (max-width: 960px) {
  .main .about .about-content .section-2 .about-nav-bottom>div {
    padding-top: 60px;
  }

  .main .about .about-content .section-2 .about-nav-bottom>div .item-title {
    font-size: 20px;
    -webkit-box-flex: .3;
    -ms-flex: .3;
    flex: .3;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-2 .about-nav-bottom>div {
    padding-top: 10px;
  }

  .main .about .about-content .section-2 .about-nav-bottom>div .item-title {
    font-size: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    text-align: center;
  }

  .main .about .about-content .section-2 .about-nav-bottom>div .item-desc {
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    text-wrap: balance;
    color: #333;
    word-break: break-all;
  }

  .main .about .about-content .section-2 .about-nav-bottom>div>div {
    display: block;
  }
}

.main .about .about-content .section-3 {
  overflow: hidden;
  text-wrap: pretty;
  word-break: break-all;
  padding: 200px 0;
}

.main .about .about-content .section-3 .uk-grid {
  margin-left: -188px
}

.main .about .about-content .section-3 .uk-grid>div {
  padding-left: 188px
}

.main .about .about-content .section-3 .uk-container {
  max-width: 1600px;
}

@media (max-width: 1600px) {
  .main .title-box h2 {
    font-size: 42px;
  }
}

@media (max-width: 1200px) {
  .main .about .about-content .section-3 .uk-grid {
    margin-left: -120px
  }

  .main .about .about-content .section-3 .uk-grid>div {
    padding-left: 120px
  }
}

@media (max-width: 960px) {
  .main .about .about-content .section-3 {
    padding: 150px 0;
  }

  .main .about .about-content .section-3 .uk-grid {
    margin-left: -80px
  }

  .main .about .about-content .section-3 .uk-grid>div {
    padding-left: 80px
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-3 {
    padding: 60px 0;
  }
}

.main .about .about-content .section-4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 220px 0 260px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.main .about .about-content .section-4 .title-box h2 {
  z-index: 1;
}

.main .about .about-content .section-4 .title-box h6 {
  margin-top: 50px;
  z-index: 1;
}

.main .about .about-content .section-4 .uk-container {
  z-index: 1;
  position: relative;
}

.main .about .about-content .section-4::before {
  inset: 0;
  z-index: 0;
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 960px) {
  .main .about .about-content .section-4 {
    padding: 150px 0 200px;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-4 {
    padding: 60px 0 100px;
  }

  .main .about .about-content .section-4 .title-box h6 {
    margin-top: 20px;
  }
}

.main .about .about-content .section-5 {
  overflow: hidden;
  padding: 220px 0 220px;
}

@media (max-width: 960px) {
  .main .about .about-content .section-5 {
    padding: 150px 0 150px;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-5 {
    padding: 60px 0 60px;
  }

  .main .about .about-content .section-5 .title-box h6 {
    margin-top: 20px;
  }
}

.main .about .about-content .section-6 {
  overflow: hidden;
  background-color: #ece9d9;
}

.main .about .about-content .section-6 .uk-grid {
  margin-left: 0;
}

.main .about .about-content .section-6 .left {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  height: 100%;
}

.main .about .about-content .section-6 .right {
  padding: 120px 120px;
}

.main .about .about-content .section-6 .right h6 {
  max-width: 100%;
}

.main .about .about-content .section-6 .right .desc {
  font-size: 18px;
  margin-top: 40px;
  padding-left: 30px;
  border-left: 2px solid #d6d3c3;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .main .about .about-content .section-6 .right {
    padding: 60px 60px;
  }

  .main .about .about-content .section-6 .right .desc {
    font-size: 16px;
    margin-top: 30px;
    padding-left: 20px;
  }
}

@media (max-width: 640px) {
  .main .about .about-content .section-6 .right {
    padding: 0px 20px 20px;
  }

  .main .about .about-content .section-6 .right .desc {
    font-size: 14px;
    margin-top: 15px;
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid #c79221;
    padding-top: 15px;
  }
}

.main .brand .brand-content {
  padding: 130px 0;
}

@media (max-width: 960px) {
  .main .brand .brand-content {
    padding: 80px 0;
  }
}

@media (max-width: 640px) {
  .main .brand .brand-content {
    padding: 60px 0;
  }

  .main .brand .brand-content h2 {
    font-size: 28px;
  }
}

.main .brand .brand-content .uk-container {
  max-width: 1000px;
}

.main .brand .brand-content .uk-container ol,
.main .brand .brand-content .uk-container ul {
  margin: 0;
  padding: 0;
}

.main .brand .brand-content .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 50px;
  text-align: center;
  background-color: #f2f0e5;
  top: 115px !important;
}

.main .brand .brand-content .tag .tag-li {
  display: block;
  width: calc(100% / 26);
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main .brand .brand-content .tag .tag-li:hover,
.main .brand .brand-content .tag .tag-li.uk-active {
  color: #c79221;
}

.main .brand .brand-content .tag .tag-li:hover {
  -webkit-transform: scale(2);
  transform: scale(2);
}

@media (min-width: 960px) {
  .main .brand .brand-content .tag .tag-li {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .main .brand .brand-content .tag {
    margin-top: 40px;
  }

  .main .brand .brand-content .tag.uk-sticky-fixed {
    top: 90px !important;
    border-bottom: 1px solid #ddd;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 10px 0;
  }
}

@media (max-width: 640px) {
  .main .brand .brand-content .tag {
    margin-top: 20px;
    overflow-x: auto;
  }

  .main .brand .brand-content .tag .tag-li {
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .main .brand .brand-content .tag.uk-sticky-fixed {
    top: 90px !important;
    border-bottom: 1px solid #ddd;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 10px 0;
  }
}

.main .brand .brand-content .brand-item-box .brand-filter {
  margin: 110px 0 50px;
  font-size: 30px;
}

@media (max-width: 960px) {
  .main .brand .brand-content .brand-item-box .brand-filter {
    margin: 50px 0 20px;
    font-size: 25px;
  }
}

@media (max-width: 640px) {
  .main .brand .brand-content .brand-item-box .brand-filter {
    margin: 30px 0 10px;
    font-size: 20px;
  }
}

.main .brand .brand-content .brand-item-box .item-li {
  /* height: 30px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

/* .main .brand .brand-content .brand-item-box .item-li img {
  max-height: 50%;
  max-width: 80%;
} */

.main .brand .brand-content .brand-item-box .item-li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 640px) {
  .main .brand .brand-content .brand-item-box .item-li .brand-item {
    padding: 10px 0;
  }
}

.main .contact {
  min-height: 100vh;
  width: 100%;
}

.main .contact .footer {
  position: fixed;
  background-color: transparent;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#2b2015));
  background-image: linear-gradient(rgba(0, 0, 0, 0), #2b2015);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
}

.main .contact .contact-inner {
  color: #fff;
  padding: 160px 0;
}

.main .contact .contact-inner b {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .main .contact .contact-inner {
    padding: 140px 0;
  }
}

@media (max-width: 640px) {
  .main .contact .contact-inner {
    padding: 100px 0 120px;
  }
}

.main .contact .contact-inner .item .item-title {
  line-height: 1.5;
  font-size: 48px;
}

@media (max-width: 960px) {
  .main .contact .contact-inner .item .item-title {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .main .contact .contact-inner .item .item-title {
    font-size: 30px;
  }
}

.main .contact .contact-inner .item .item-desc {
  font-size: 16px;
  padding: clamp(1.25rem, calc(-0.02rem + 3.17vw), 3.75rem) 0;
  line-height: 1.6;
  max-width: 80%;
}

@media (max-width: 960px) {
  .main .contact .contact-inner .item .item-desc {
    max-width: 100%;
  }
}

.main .contact .contact-inner .item .desc-ul li {
  margin-bottom: 25px;
  list-style: 1.6;
  font-size: 14px;
}

.main .contact .contact-inner .item .desc-ul li img {
  margin-right: 10px;
}

.main .contact .item-form {
  display: block;
  background-color: #fff;
  padding: clamp(1.25rem, calc(0.615rem + 1.59vw), 2.5rem);
}

.main .contact .item-form .name {
  color: #878787;
  font-size: 14px;
  margin-bottom: 10px;
}

.main .contact .item-form .value {
  margin-bottom: 10px;
  min-height: 40px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.main .contact .item-form .value input {
  width: 100%;
  font-size: 15px;
  color: #000;
}

.main .contact .item-form .value textarea {
  margin: 15px 0;
  width: 100%;
  font-size: 15px;
  resize: none;
  min-height: 20px;
  color: #000;
}

.main .contact .uk-button-primary {
  width: 180px;
  height: 48px;
  background-color: #000000;
  border-radius: 0;
  margin: 10px 0;
}

@media (max-width: 640px) {
  .main .contact .uk-button-primary {
    width: 100%;
  }
}

.footer {
  font-size: 14px;
  padding: 30px 0;
  color: #5f554c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2b2015;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  overflow-x: hidden;
}

.footer .uk-container {
  max-width: 1000px;
}

.footer .uk-container .footer-logo li {
  margin-left: clamp(1.563rem, calc(-0.536rem + 3.57vw), 3.75rem);
}

@media (max-width: 640px) {
  .footer .uk-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .uk-container .icp {
    width: 100%;
    text-align: center;
  }

  .footer .uk-container .footer-logo {
    width: 100%;
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .uk-container .footer-logo li {
    margin: 0 15px;
  }
}


.business {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.busUl li {
  padding: 80px 0;
  border-bottom: 1px dashed #d2d2d2;
}

.busBox {
  position: relative;
}

.busBox::after {
  content: '';
  display: block;
  width: 8%;
  height: 40px;
  background-image: linear-gradient(to right, #F2F0E5, transparent);
  position: absolute;
  top: 0;
  left: 0;
  transition-delay: .6s;
  transition-duration: 1s;
}

.entry.busBox::after {
  opacity: 0;
}

.busTlt {
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: CenturyGothic;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #895f15;
  margin: 0 0 35px;
  transform: translateX(-10%);
  transition: 1s;
}

.entry .busTlt {
  transform: translateX(0);
}

.busTlt span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.busTlt img {
  display: block;
  max-height: 100%;
}

.busCont {
  width: 100%;
  box-sizing: border-box;
  padding-left: 50px;
  border-left: 1px solid #895f15;
  position: relative;
  overflow: hidden;
}

.busCont::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #F2F0E5;
  background-image: radial-gradient(circle, #F2F0E5, transparent);
  z-index: 1;
  transition: 4s;
}

.entry .busCont::after {
  width: 0;
  height: 0;
  z-index: -1;
}

.busCont p {
  font-family: CenturyGothic;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}

.distrib {
  width: 100%;
  box-sizing: border-box;
  padding: 0 6.7%;
  display: flex;
}

.distxt {
  width: 50%;
  box-sizing: border-box;
  padding: 0 9%;
}

.distxt h2 {
  font-size: 46px;
  font-family: CenturyGothic;
  font-weight: lighter;
  line-height: 52px;
  margin: 0 0 50px;
}

.distxt p {
  font-size: 18px;
  word-break: break-all;
  /* word-wrap: break-word;
  white-space: normal; */
}

.disMap {
  width: 50%;
  box-sizing: border-box;
  padding: 0 3%;
}

.disMap img {
  display: block;
  width: 100%;
}

@media screen and (max-width:1680px) {

  .distxt {
    padding: 0 4%;
  }

}

@media screen and (max-width:1440px) {

  .distxt h2 {
    font-size: 42px;
  }

  .distxt p {
    font-size: 16px;
  }

}

@media screen and (max-width:1280px) {

  .distrib {
    padding: 0 3%;
  }

  .distxt,
  .disMap {
    padding: 0 2%;
  }

}

@media screen and (max-width:640px) {

  .busUl li {
    padding: 40px 0;
  }

  .busCont {
    padding-left: 25px;
  }

  .busTlt {
    gap: 15px;
    font-size: 20px;
    margin: 0 0 15px;
  }

  .busCont p {
    font-size: 15px;
    line-height: 25px;
  }

  .distrib {
    width: 100%;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .distrib>div {
    padding: 0;
    width: auto;
  }

  .distxt p {
    font-size: 15px;

  }

}