@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
body {
  background-color: #F9F9F9;
}

.index {
  padding-top: 76px;
}
@media screen and (min-width: 1200px) and (max-width: 1298px) {
  .index {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .index {
    padding-top: 66px;
  }
}

header .col-m .hamburger .line {
  background-color: #ED6D00;
}
header .col-m .search .magnifier {
  background-image: url(../img/icon/zoom.svg);
}
header .col-d .menu-list .mega-menu {
  top: 76px;
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  header .col-d .menu-list .mega-menu {
    top: 60px;
  }
}
header.transparent .col-m .hamburger .line {
  background-color: #ffffff;
}
header.transparent .col-m .search .magnifier {
  background-image: url(../img/icon/zoom-w.svg);
}

.kv .swiper-slide {
  position: relative;
}
.kv .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  height: 100%;
  opacity: 0.4;
  z-index: 2;
  background-size: cover;
  background-image: url("../img/homepage/kv-bg.png");
  mix-blend-mode: soft-light;
}
.kv .slide {
  position: relative;
  height: calc(100vh - 76px);
  color: #ffffff;
  padding: 30px 95px 144px 95px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1200px) and (max-width: 1298px) {
  .kv .slide {
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 1199px) {
  .kv .slide {
    height: calc(100vh - 66px);
  }
}
@media screen and (max-width: 991px) {
  .kv .slide {
    padding: 100px 20px 110px 20px;
  }
}
.kv .slide .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.kv .slide .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.kv .slide .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(158.66deg, rgba(96, 96, 96, 0.2) -13.27%, rgba(43, 43, 43, 0.7) 69.54%);
  background-blend-mode: darken;
}
.kv .slide .wrapper {
  position: relative;
  z-index: 2;
  max-width: 765px;
}
.kv .slide h2 {
  font-size: 3.75em;
  text-transform: uppercase;
  color: #FFFCFC;
}
@media screen and (max-width: 991px) {
  .kv .slide h2 {
    font-size: 3em;
  }
}
.kv .slide .btn-container {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .kv .slide .btn-container {
    margin-top: 22px;
  }
}
.kv .swiper-pagination {
  bottom: 40px;
  height: 12px;
}
@media screen and (max-width: 991px) {
  .kv .swiper-pagination {
    text-align: left;
    padding-left: 20px;
  }
}
.kv .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.3;
  background-color: #D9D9D9;
  margin: 0 10px !important;
}
@media screen and (max-width: 991px) {
  .kv .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
  }
}
@media screen and (max-width: 991px) {
  .kv .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
  }
}
.kv .swiper-pagination-bullet-active {
  background-color: #ED6D00;
  opacity: 1;
}

.about-us {
  position: relative;
  padding-top: 180px;
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .about-us {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.about-us .container {
  position: relative;
  z-index: 1;
  padding-left: 95px;
  padding-right: 95px;
}
@media screen and (max-width: 991px) {
  .about-us .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-us .deco-rect {
  position: absolute;
  right: -50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  transform: skewX(-40deg);
}
@media screen and (max-width: 575px) {
  .about-us .deco-rect {
    top: auto;
    bottom: -42%;
    right: -100%;
    height: 1030px;
    width: 200%;
    transform: skewX(-48deg);
  }
}
.about-us .row-desc {
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .about-us .row-desc {
    flex-direction: column;
  }
}
.about-us .row-desc .col-l {
  width: 36%;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .about-us .row-desc .col-l {
    width: 100%;
  }
}
.about-us .row-desc .col-r {
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us .row-desc .col-r {
    padding-left: 80px;
  }
}
@media screen and (max-width: 991px) {
  .about-us .row-desc .col-r {
    padding-left: 0;
  }
}
.about-us .row-desc .col-r .com-txt {
  font-size: 1.5em;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 991px) {
  .about-us .row-desc .col-r .com-txt {
    font-size: 1.125em;
  }
}
.about-us .row-desc .col-r .com-txt > *:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .about-us .row-desc .col-r .com-txt > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.about-us .row-desc .col-r .btn-container {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .about-us .row-desc .col-r .btn-container {
    margin-top: 24px;
  }
}
.about-us .row-desc .col-r .btn-container .com-btn {
  min-width: 155px;
}
.about-us .row-desc .subheading {
  font-size: 3.75em;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .about-us .row-desc .subheading {
    font-size: 3em;
    margin-bottom: 26px;
  }
}
.about-us .brands {
  margin-top: 95px;
}
.about-us .brands .subheading {
  font-size: 1.125em;
  line-height: 1.4;
  color: #76777B;
}
@media screen and (max-width: 991px) {
  .about-us .brands .subheading {
    font-size: 1em;
    margin-bottom: 10px;
  }
}
.about-us .brands .scroll-brand {
  background-color: #ffffff;
  margin-top: 10px;
  margin-left: -95px;
  margin-right: -95px;
  width: calc(100% + 190px) !important;
}
@media screen and (max-width: 991px) {
  .about-us .brands .scroll-brand {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px) !important;
  }
}
.about-us .brands .scroll-brand #brands-row-d {
  margin-left: -95px;
  margin-right: -95px;
  width: calc(100% + 190px) !important;
  height: 168px !important;
}
@media screen and (max-width: 991px) {
  .about-us .brands .scroll-brand #brands-row-d {
    display: none !important;
  }
}
.about-us .brands .scroll-brand #brands-row-d .brands-row .item {
  width: 292px;
  height: 168px;
  padding: 20px 30px;
}
.about-us .brands .scroll-brand #brands-row-m {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px) !important;
  height: 132px !important;
}
@media screen and (min-width: 992px) {
  .about-us .brands .scroll-brand #brands-row-m {
    display: none !important;
  }
}
.about-us .brands .scroll-brand #brands-row-m .brands-row .item {
  width: 239px;
  height: 132px;
  padding: 20px;
}
.about-us .brands .scroll-brand .row {
  flex-wrap: nowrap;
}
.about-us .brands .scroll-brand .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .brands .scroll-brand .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 991px) {
  .news-and-events .com-panel {
    flex-direction: column;
    overflow: visible;
  }
}
.news-and-events .com-panel:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.news-and-events .com-panel:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.5);
}
.news-and-events .com-panel .col-l, .news-and-events .com-panel .col-r {
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .news-and-events .com-panel .col-l {
    width: 100%;
    border-right: 0;
  }
}
.news-and-events .com-panel .col-l .wrapper {
  padding: 80px 60px 80px 95px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news-and-events .com-panel .col-l .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .news-and-events .com-panel .col-l .wrapper {
    padding: 60px 16px 40px;
  }
}
.news-and-events .com-panel .col-l .wrapper .btn-container {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .news-and-events .com-panel .col-l .wrapper .btn-container {
    margin-top: 20px;
  }
}
.news-and-events .com-panel .listing {
  padding: 80px 40px;
}
@media screen and (max-width: 991px) {
  .news-and-events .com-panel .listing {
    width: 100%;
    padding: 0 16px 60px 16px;
  }
}

.service {
  position: relative;
}
.service .com-panel:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.service .bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service .bg-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.5);
}
.service .bg-wrap .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  display: none;
}
.service .com-panel {
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .service .com-panel {
    flex-direction: column;
  }
}
.service .com-panel .col-l {
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 991px) {
  .service .com-panel .col-l {
    width: 100%;
    border-right: 0;
  }
}
.service .com-panel .col-l .wrapper {
  padding: 80px 60px 80px 95px;
}
@media screen and (max-width: 991px) {
  .service .com-panel .col-l .wrapper {
    padding: 60px 16px 40px;
  }
}
@media screen and (max-width: 991px) {
  .service .com-panel .col-r {
    width: 100%;
  }
  .service .com-panel .col-r:before, .service .com-panel .col-r:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    top: auto;
    left: auto;
    background-color: #ED6D00;
  }
  .service .com-panel .col-r:before {
    left: -8px;
  }
  .service .com-panel .col-r:after {
    right: -8px;
  }
}
.service .com-panel .col-r .item {
  position: relative;
  width: 33.33%;
  min-height: 299px;
  color: #ffffff;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .service .com-panel .col-r .item:nth-child(1), .service .com-panel .col-r .item:nth-child(2), .service .com-panel .col-r .item:nth-child(3) {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 992px) {
  .service .com-panel .col-r .item:nth-child(3n+1) {
    border-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .service .com-panel .col-r .item {
    width: 50%;
    border-left: 0;
    border-right: 0;
    padding: 32px 16px;
    min-height: 204px;
  }
}
@media screen and (max-width: 991px) {
  .service .com-panel .col-r .item:nth-child(odd) {
    border-right: 2px solid rgba(255, 255, 255, 0.4);
  }
  .service .com-panel .col-r .item:nth-child(odd):before {
    content: "";
    display: block;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    background-color: #ED6D00;
    border-radius: 50%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .service .com-panel .col-r .item:hover {
    background-color: rgba(237, 109, 0, 0.3);
  }
  .service .com-panel .col-r .item:hover .icon {
    display: none;
  }
  .service .com-panel .col-r .item:hover .desc, .service .com-panel .col-r .item:hover .btn-container {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .service .com-panel .col-r .item:nth-child(4):before, .service .com-panel .col-r .item:nth-child(5):before, .service .com-panel .col-r .item:nth-child(6):before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ED6D00;
  }
  .service .com-panel .col-r .item:nth-child(4):after {
    content: "";
    position: absolute;
    left: -8px;
    bottom: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ED6D00;
  }
}
.service .com-panel .col-r .item h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .service .com-panel .col-r .item h3 {
    font-size: 1.125em;
  }
}
.service .com-panel .col-r .item .icon {
  width: 77px;
  height: 77px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .service .com-panel .col-r .item .icon {
    width: 64px;
    height: 64px;
  }
}
.service .com-panel .col-r .item .desc-wrap .desc {
  font-size: 0.875em;
  letter-spacing: 0.01em;
  line-height: 1.1;
  height: 85px;
}
.service .com-panel .col-r .item .btn-container {
  margin-top: 10px;
  display: none;
}
.service .com-panel .col-r .item .btn-container .arrow-btn span:after {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/btn-arrow-right-w.svg");
}
.service .com-panel .col-r .item:last-child .btn-container {
  display: block !important;
}

.contact-us {
  position: relative;
  background-color: #ED6D00;
  color: #ffffff;
  background-size: 495px 339px;
  background-repeat: no-repeat;
  background-position: left -403px top 10px;
  background-image: url("../img/homepage/contact-us-bg.svg");
}
@media screen and (max-width: 991px) {
  .contact-us {
    background-position: right -413px top 43px;
    background-image: url("../img/homepage/contact-us-bg-m.svg");
  }
}
.contact-us .wrapper {
  position: relative;
  padding: 55px 140px;
}
@media screen and (max-width: 991px) {
  .contact-us .wrapper {
    padding: 52px 0;
  }
}
.contact-us h2 {
  font-weight: 700;
  font-size: 1.89em;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .contact-us h2 {
    font-size: 1.55em;
  }
}
.contact-us .com-txt {
  font-size: 1.33em;
  color: #EBEBEB;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .contact-us .com-txt {
    font-size: 1em;
  }
}
.contact-us .row {
  flex-wrap: nowrap;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .contact-us .row {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 84px;
  }
}
.contact-us .row .col-l {
  flex-grow: 1;
  flex-shrink: 1;
}
.contact-us .row .col-r {
  width: 203px;
  padding-left: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .contact-us .row .col-r {
    padding-left: 0;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .contact-us .row .col-r .btn-container {
    margin-top: 20px;
  }
}/*# sourceMappingURL=index.css.map */