@font-face {
  font-family: YuMincho;
  font-style: normal;
  font-weight: 500;
  src: url("../font/yumindb.ttf");
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  color: rgb(17, 17, 17);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
  text-size-adjust: 100%;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}

.font-yugothic {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

ul {
  list-style-type: none;
}

a {
  color: currentcolor;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}
h1 {
  display: none;
}
.c-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-bg--before,
.c-bg--after{
  position: relative;
}
.c-bg--before::before,
.c-bg--after::after{
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.c-flex{
  display: flex;
  justify-content: space-between;
}
.c-highlight{
  display: inline-block;
  border-bottom: 1px solid #928C36;
  color: #928C36;
  line-height: 1.5;
}

/*Title*/
.c-title {
  text-align: center;
	position:relative;
}
.c-title h2{
	line-height: 1.3;
}
.c-title::after{
	content: '';
	width: 16px;
	height: 1px;
	display: inline-block;
	margin: 20px auto 0;
	background-color: #CCCCCC;
}
.c-title span {
  display: block;
  text-align: center;
}
@media(max-width: 767px){
	.c-title{}
	.c-title h2{
		line-height: 1;
		margin-top: 5px !important;
	}
	.c-title::after{
		margin-top: 10px;
	}
}
/*custom*/
.c-title1 {
  font-size: 42px;
}
.c-title2 {
  font-size: 32px;
}

.c-title1 span,
.c-title2 span
{
  color: rgb(169, 140, 7);
  margin-bottom: 17px;
  font-size: 10px;
}
 
@media(max-width: 1024px){
  .c-title1{
    font-size: 38px;
  }
  .c-title2 {
    font-size: 28px;
  }
}
@media(max-width: 767px){
  .c-title1{
    font-size: 24px;
  }
  .c-title2 {
    font-size: 22px;
  }
  .c-title1 span, .c-title2 span{
    margin-bottom: 8px;
  }
}
/**End Title */
/**Btn*/
.c-btn-list {
  display: flex;
  justify-content: center;
  gap: 20px 30px;
}
.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  position: relative;
  line-height: 1;
  transition: all 0.4s ease 0s;
}
  
.c-btn::before, .c-btn::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: inherit;
}

.c-btn1 {
    background: transparent;
    border-bottom: 1px solid #ccc;
    padding: 0 20px 28px;
    width: 240px;
    justify-content: space-between;
    text-align: left;
    line-height: 1.4;
  }
  .c-btn1::after {
    background-image: url("../images/common/ic-arr-b.png");
    width: 10px;
    height: 16px;
    transition: all ease 0.4s;
  }
  .c-btn1::before {
    width: 60px;
    background: #928C36;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
  }
  .c-btn1:hover{
    color: #928C36;
  }
  .c-btn1:hover::before {
    width: 100%;
  }
  .c-btn1:hover::after{
    background-image: url("../images/common/ic-arr-ol.png");
  }
@media(max-width: 767px){
	.c-btn1{
		font-size: 13px;
		padding: 0 10px 20px;
	}
	.c-btn1::after{
		width: 8px;
		height: 12px;
	}
	.c-btn1::before{
		width: 40px;
	}
}
/**End Btn*/
/**Lang*/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select-display {
    background-image: url('../images/common/bg-btn.png');
    background-size: cover;
    background-position: center;
    /* background-repeat: no-repeat; */
    /* background: linear-gradient(90deg, #7c7f3b, #c9bf3a); */
    width: 180px;
    height: 48px;
    border-radius: 100px;
    font-size: 15px;
    letter-spacing: 0.5px;
    /* border: 1px solid transparent; */
    color: #fff;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all ease 0.3s;
    text-transform: uppercase;
    cursor: pointer;
    outline-color: #928C36;
    display: flex;
    align-items: center;
    user-select: none;
    justify-content: center;
    gap: 7px;
}
.ic-book, .label-text{
	display: block;
}
.ic-book {
  width: 17px;
  background-image: url('../images/common/ic-book-w.png');
  height: 13px;
  margin-top: -2px;
}
.custom-select-display.active{
	border: 1px solid #928C36;
	color: #928C36;
	background: #fff;
}
.custom-select-display.active .ic-book{
	background-image: url('../images/common/ic-book-ol.png');
}
#langSelect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/**End Lang*/
/**Nav Menu*/
.c-nav__menu {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 36px 50px 36px 77px;
  border-bottom-left-radius: 50px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  transition: all ease 0.4s;
}
.c-header.active .c-nav__menu{
  box-shadow: unset;
}
.c-nav__link {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0px;
  transition: all 0.4s ease 0s;
  padding: 8px 35px 5px;
  position: relative;
  border-left: 1px dashed #ccc;
}
.c-nav__insta,
.c-nav__item:first-child .c-nav__link{
  border-left: 0;
  padding-left: 0;
}
.c-nav__insta{
  margin-left: 22px;
  display: block;
}

.ic-insta:before{
  content: '';
  background-image: url('../images/common/ic-insta-b.png');
  background-size: contain;
  background-position: center;
  display: block;
  height: 28px;
  width: 28px;
  margin: 22px auto;
  transition: all ease 0.4s;
}
.c-nav__insta:hover .ic-insta:before{
  background-image: url('../images/common/ic-insta-ol.png');
}

.ic-threads:before{
  content: '';
  background-image: url('../images/common/ic-threads-b.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 28px;
  width: 28px;
  margin: 22px auto;
  transition: all ease 0.4s;
}
.c-nav__insta:hover .ic-threads:before{
  background-image: url('../images/common/ic-threads-ol.png');
}

.ic-tiktok:before{
  content: '';
  background-image: url('../images/common/ic-tiktok-b.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 28px;
  width: 28px;
  margin: 22px auto;
  transition: all ease 0.4s;
}
.c-nav__insta:hover .ic-tiktok:before{
  background-image: url('../images/common/ic-tiktok-ol.png');
}

.c-nav__item.--lang{
  position: relative;
  margin-left: 60px;
}
.c-nav__item.--lang::after {
    /* content: ""; */
    position: absolute;
    top: 51%;
    left: 30%;
    width: 17px;
    height: 13px;
    transform: translate(-50%, -50%);
    background-image: url('../images/common/ic-book-w.png');
    background-size: contain;
    pointer-events: none; /* tránh che click */
}
.c-nav__item.--lang:hover .c-langs{
  border-color: #928C36;
  background: #fff;
  color: #928C36;
}
.c-nav__item.--lang:hover::after{
  /* background-image: url('../images/common/ic-book-ol.png'); */
}
.c-header.active .c-nav__link {
  color: rgb(17, 17, 17);
}

.c-nav__link:hover {
  opacity: 1;
  color: #928C36;
}

.c-nav__link:hover::before {
  width: 40px;
}

.c-nav__item--last .c-btn {
  width: 166px;
  height: 60px;
  flex-shrink: 0;
}

.c-menuIcon {
  display: none;
}

@media screen and (max-width: 1200px) {
	.ic-book{
		margin-top: 0;
	}
  .c-nav__menu {
    display: block;
    width: 100%;
    box-shadow: unset;
    padding: 0;
    border-radius: 0;
  }
	.c-nav__insta{
		margin: auto;
	}
  .c-nav__item {
    border-left: 0px;
    margin-left: 0 !important;
  }

  .c-nav__link {
    border: 0 !important;
    padding: 5px 20px !important;
  }
  .c-nav__link:hover{
    opacity: 1;
    color: rgb(179, 152, 32) !important;
  }

  .c-nav__item--last .c-btn {
      margin: 0px auto;
      width: 100%;
      max-width: 300px;
      padding: 20px;
  }
}
/**End Nav Menu*/

/**Menu Icon*/
@media screen and (max-width: 1200px) {
  .c-menuIcon {
      display: block;
      height: 30px;
      width: 40px;
      z-index: 1001;
      cursor: pointer;
      margin-left: 25px;
      position: relative;
  }

  .c-menuIcon span {
      width: 100%;
      height: 3px;
      background-color: rgb(179, 152, 32);
      position: absolute;
      left: 0px;
      transition: all 0.2s ease 0s;
  }

  .c-menuIcon span:nth-child(1) {
      top: 0px;
  }

  .c-menuIcon span:nth-child(2) {
      top: 50%;
      transform: translateY(-50%);
  }

  .c-menuIcon span:nth-child(3) {
      bottom: 0px;
  }

  .c-menuIcon.active span:nth-child(1) {
      top: 50%;
      transform: rotate(45deg) translateY(-50%);
  }

  .c-menuIcon.active span:nth-child(2) {
      left: 150%;
      opacity: 0;
  }

  .c-menuIcon.active span:nth-child(3) {
      bottom: 50%;
      transform: rotate(-45deg) translateY(50%);
  }
}
@media screen and (max-width: 767px) {
  .c-menuIcon {
      height: 30px;
  }
}
/**End Menu Icon*/

/**Header*/
.c-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  color: rgb(17, 17, 17);
  display: flex;
  align-items: center;
  transition: all 0.4s ease 0s;
}

.c-header.active {
  background-color: rgb(255, 255, 255);
}

.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: inherit;
  position: relative;
  width: 100%;
  padding-left: 50px;
}

.c-header__logo::after {
  content: '';
  background-image: url('../images/common/logo.png');
  background-size: contain;
  background-position: center;
  width: 257px;
  height: 43px;
  display: block;
  transition: all ease 0.4s;
  position: relative;
  background-repeat: no-repeat;
  z-index: 9999;
}
.c-header.active .c-header__logo::after {
  background-image: url('../images/common/logo-ol.png');
}
.c-header__logo img {
  width: 220px;
}

.c-header__group {
  display: flex;
  align-items: center;
}

.c-header.active .c-header__group {
}


@media screen and (max-width: 1200px) {
	.c-header__inner{
		background: #fff;
		height: 100px;
		padding: 0 20px;
	}
  .c-header__group {
      display: none;
  }
  .c-header__group {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    z-index: 1000;
    display: flex;
    transform: translateX(100%);
    transition: all ease 0.4s;
    padding-top: 0 !important;
  }
  .c-header__group::before{
    /* content: ''; */
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/common/bg-menu.png');
    background-size: cover;
    background-position: center;
  }

  .c-header__group.active {
    transform: translateX(0);
  }
	.c-header__logo::after{
		background-image: url('../images/common/logo-ol.png');
	}
}

@media screen and (max-width: 767px) {
  .c-header {
    height: 70px;
  }
  .c-header__logo{
    width: 200px;
  }
  .c-header__logo img{
    width: 150px;
  }
  .c-header__inner{
    padding: 0 20px;
  }
	.c-header__inner{
		height: 70px;
	}
	.c-header__logo::after{
		width: 188px;
	}
}
/**End Header*/
/**Footer*/
.c-footer {
  height: 1000px;
  background-image: url('../images/common/ft.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  color: #fff;
}

.c-footer__logo {
  width: 433px;
}
.c-footer .c-nav__insta{
  /* margin: auto; */
  display: inline-block;
}
.c-footer .c-nav__insta .ic-insta:before{
  background-image: url(../images/common/ic-insta-w.png);
}
.c-footer .c-nav__insta .ic-threads:before{
  background-image: url(../images/common/ic-threads-w.png);
}
.c-footer .c-nav__insta .ic-tiktok:before{
  background-image: url(../images/common/ic-tiktok-w.png);
}
.c-footer__menu {
  display: flex;
  justify-content: center;
  gap: 10px 0;
  margin-top: 52px;
}

.c-footer__menu a {
  position: relative;
  line-height: 1;
  font-size: 16px;
}
.c-footer__menu li{
	  padding: 2px 15px 0;
	  border-left: 1px solid #fff;
	  height: 16px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
}
.c-footer__menu li:last-child{
	border-right: 1px solid #fff;
}

.c-copyright {
  font-size: 11px;
  letter-spacing: 0px;
}
@media(max-width: 1024px){
	.c-footer{
		height: 600px;
	}
}
@media(max-width: 767px){
  .c-footer__logo{
    width: 260px;
  }
	.c-footer__title{
		font-size: 13px;	
	}
  .c-footer__menu{
    flex-wrap: wrap;
    margin-top: 35px;
  }
	.c-footer{
		height: 350px;
	}
	.c-footer__menu li{
		padding: 2px 8px 0;
		height: 12px;
	}
	.c-footer__menu a{
		font-size: 13px;
	}
}

/* SCROLLDOWN */
.c-scrolldown {
  position: fixed;
  background-color: #fff;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  bottom: 50px;
  right: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 10px;
  text-align: center;
  flex-wrap: wrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all ease 0.7s;
  z-index: 4;
}
.hide .c-scrolldown{
  right: -100%;
}
.c-scrolldown::before{
  background-image: url('../images/common/ic-arr-downb.png');
  width: 20px;
  height: 11px;
  margin-bottom: 5px;
  transition: all ease 0.4s;
}
.c-scrolldown span{
  display: block;
  width: 100%;
  color: #D4B69F;
  font-size: 9px;
}
.c-scrolldown.toTop::before{
  transform: rotate(180deg);
}

@media(max-width: 1024px){
  .c-scrolldown{
    width: 70px;
    height: 70px;
    right: 20px;
    bottom: 20px;
  }
  .c-scrolldown::before{
    width: 18px;
    height: 8px;
  }
}
@media(max-width: 768px){
  .c-scrolldown{
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
  }
	.c-scrolldown::before{
		margin-bottom: 5px;
	}
}
/* END SCROLLDOWN */

/* LANGS */
.c-langs {
  position: relative;
}

.c-langs label {
  position: relative;
  display: flex;
  border: 1px solid #fff;
  align-items: center;
  width: 180px;
  height: 48px;
  font-weight: 600;
  font-size: 15px;
  flex-shrink: 0;
  transition: 0.4s;
  cursor: pointer;
  background-image: url(../images/common/bg-btn.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  justify-content: center;
  gap: 7px;
  border-radius: 100px;
}
.c-langs:hover label {
  background: #fff;
  border: 1px solid #928C36;
  color: #928C36;
}
.c-langs label::before {
  content: "";
  width: 17px;
  background-image: url(../images/common/ic-book-w.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  /* position: absolute; */
  /* left: 30px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  z-index: 1;
  margin-top: -2px;
	transition: all ease 0.4s;
}
.c-langs:hover label::before{
	background-image: url(../images/common/ic-book-ol.png);
}
.c-langs .submenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #111;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.4s;
}
.c-langs input[type="checkbox"]:checked ~ .submenu {
  opacity: 1;
  visibility: visible;
}
.c-langs .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
@media (max-width: 1024px) {
  .c-langs .submenu {
    position: static;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    max-height: 0;
  }
  .c-langs input[type="checkbox"]:checked ~ .submenu {
    max-height: 170px;
  }
}
/**End Langs*/
.skiptranslate {
  display: none !important;
}
html.translated-ltr body {
  top: 0 !important;
}
/* END LANGS */