@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

@font-face {
  font-family: 'AvenirNext-Regular';
  src: url('../../../../assets/fonts/AvenirNextLTPro-Regular.eot');
  src: url('../../../../assets/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../../../assets/fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
    url('../../../../assets/fonts/AvenirNextLTPro-Regular.woff') format('woff'),
    url('../../../../assets/fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
    url('../../../../assets/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

/*p.text {
  text-align: justify;
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
  font-family: "questrialregular";
  margin: 0;
  color: #000000;
}*/

.header {
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
}

.header.active {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*.header .container-header {
  padding: 36px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}*/

.header.active .container-header {
  padding: 25px 0;
}

/*.header .container-header .link-header a {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #FFFFFF;
}*/

.header.active .container-header .link-header a {
  display: block;
}

.header.active .container-header .link-header a {
  color: #000;
}

.header .container-header .box-logo {
  width: 218px;
  height: auto;
}

/*.header .container-header .box-logo img {
  width: 100%;
}*/

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.top-banner img {
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #E8EDEB;
  padding: 30px 0 58px 0;
}

.text-footer {
  font-family: "AvenirNext-Regular";
  font-size: 14px;
  color: #A3A3A3;
  margin: 8px 0 18px 0;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  display: inline-block;
  margin-right: 16px;
}

.footer ul li a {
  width: 2rem;
  height: 2rem;
  display: block;
}

.footer ul li a img {
  width: 100%;
  height: auto;
}


/****************************************************************** Start slider-intro ******************************************************************/
.swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-wrapper {
  padding: 25px 0;
}

.slide-img {
  background: #DFAE60;
  width: 100%;
  height: 100%;
}

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px;
  background: #E7E7E7;
  opacity: 1;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next, .swiper-button-prev {
  width: 19%;
  margin: 0;
  height: calc(100% - 90px);
  top: 50%;
  -webkit-transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}

.swiper-button-prev {
  left: 0;
}


/****************************************************************** End slider 01 ******************************************************************/
/* @media screen and (max-width: 1366px) {} */
@media screen and (max-width: 1024px) {
  .grid-container {
    max-width: 88.08593%;
  }

  .top-banner {
    width: 100%;
    max-height: 714px;
  }

  .banner .box-title {
    max-width: calc(88.08593% - 30px);
  }

  /*p.text {
    font-size: 15px;
    line-height: 20px;
  }*/

}

@media screen and (max-width: 768px) {
  .grid-container {
    max-width: 100%;
  }

  .grid-padding-x>.cell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .top-banner {
    width: 100%;
    height: auto;
  }

  .banner .box-title {
    max-width: 100%;
    padding: 0 20px;
  }

  .footer .logo-wow {
    max-width: 222px;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 540px) {
  .show-pc {
    display: none;
  }

  .show-sp {
    display: block;
  }

  .top-banner {
    height: 355px;
  }

  .header .container-header {
    padding: 22px 0;
  }

  .header .container-header .link-header a {
    font-size: 12px;
  }

  .banner .box-title {
    position: absolute;
    top: inherit;
    bottom: 0;
  }

  .banner .box-title .title-header {
    font-size: 27px;
    line-height: 33px;
  }

  .main-intro .container-intro .intro {
    padding: 16px 0 8px 0;
  }
}
