@charset "utf-8";


/****************************************
  ROOT
****************************************/
:root {
	/* section */
	--section-padding: 130px;
	--section-heading-margin-bottom: 60px;
	--section-heading-text-transform: uppercase;
}

@media all and (max-width:991px) {
	:root {
		/* section */
		--section-padding: 100px;
		--section-heading-margin-bottom: 40px;
		--section-heading-text-transform: uppercase;
	}	
}

@media all and (max-width:767px) {
	:root {
		/* section */
		--section-padding: 40px;
		--section-heading-margin-bottom: 20px;
		--section-heading-text-transform: uppercase;
	}
}



/****************************************
  DEFAULT 
****************************************/
/* common */
html {overflow-x: hidden; }
body {
	word-break: keep-all;
	color: #3d3d3d;
}

.container-xxl {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1640px;
	width: 100%;
}

@media all and (min-width:1200px) {
	.container-xxl {
		padding-right: 50px;
		padding-left: 50px;
	}
	
	.container-xxl > .row {
		
	}
}


/* .wrapper {background: #f8f4ed;} */
.na-item a {color: #8c5f46;}
a:hover {color: #000;}
.list-group-item {background-color: transparent;}
figure {margin: 0;}
h2 {font-size: 2.5rem;}
h3 {font-size: 2rem;}
h4 {font-size: 1.75rem;}
h5 {font-size: 1.5rem;}
h6 {font-size: 1.25rem;}

p {word-break: keep-all;}

.font-weight-400 {font-weight: 400;}
.font-weight-500 {font-weight: 500;}
.font-weight-700 {font-weight: 700;}
.font-weight-900 {font-weight: 900;}

@media all and (max-width:991px) {
	
}

@media all and (max-width:767px) {
	h2 {font-size: 20px;}
	h3 {font-size: 18px;}
	h4 {font-size: 16px;}
	h5 {font-size: 15px;}
	h6 {font-size: 14px;}
}

img {max-width: 100%;}
.img-hover-scale img {
	transition: transform .3s;
}

.img-hover-scale:hover img {
	transform: scale(1.1);
}

.no-gutters .no-gutter-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.gap-5 {gap: 5px;}
.gap-10 {gap: 10px;}
.gap-15 {gap: 15px;}
.gap-20 {gap: 20px;}
.gap-25 {gap: 25px;}
.gap-30 {gap: 30px;}
.gap-35 {gap: 35px;}
.gap-40 {gap: 40px;}

.gap-y-5 {gap: 5px 0;}
.gap-y-10 {gap: 10px 0;}
.gap-y-15 {gap: 15px 0;}
.gap-y-20 {gap: 20px 0;}
.gap-y-25 {gap: 25px 0;}
.gap-y-30 {gap: 30px 0;}
.gap-y-35 {gap: 35px 0;}
.gap-y-40 {gap: 40px 0;}

.gap-x-5 {gap: 0 5px;}
.gap-x-10 {gap: 0 10px;}
.gap-x-15 {gap: 0 15px;}
.gap-x-20 {gap: 0 20px;}
.gap-x-25 {gap: 0 25px;}
.gap-x-30 {gap: 0 30px;}
.gap-x-35 {gap: 0 35px;}
.gap-x-40 {gap: 0 40px;}


/* BACKGROUND */
.basic-bg {background-color: #f9f9f9;}
.bg-transparent {background-color: transparent;}
.bg-white {background-color:#fff;}
.bg-black {background-color:#000;}
.bg-extra-dark-gray {background-color:#1c1c1c;}
.bg-dark-gray {background-color:#757575;}
.bg-extra-medium-gray {background-color:#939393;}
.bg-medium-gray {background-color:#dbdbdb;}
.bg-extra-light-gray {background-color:#e0e0e0}
.bg-medium-light-gray {background-color:#ededed}
.bg-light-gray {background-color:#f7f7f7}
.bg-very-light-gray {background-color:#fafafa}


.section-background {
	margin-top: var(--section-padding);
	padding-bottom: var(--section-padding);
}

.cover-background {
	overflow: hidden !important;
	position: relative !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.fix-background {
  overflow: hidden;
  position: relative;
  background-size: cover;
  animation-duration: 0s;
  animation-fill-mode: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  -moz-animation-duration: 0s;
  -moz-animation-fill-mode: none;
  -ms-animation-duration: 0s;
  -ms-animation-fill-mode: none;
  -o-animation-fill-mode: none;
}

.opacity-very-light {position: absolute; height: 100%; width: 100%; opacity: 0.2; top:0; left: 0;}
.opacity-light {position: absolute; height: 100%; width: 100%; opacity: 0.3; top:0; left: 0;}
.opacity-extra-medium {position: absolute; height: 100%; width: 100%; opacity: 0.5; top:0; left: 0;}
.opacity-medium {position: absolute; height: 100%; width: 100%; opacity: 0.75; top:0; left: 0;}
.opacity-full {position: absolute; height: 100%; width: 100%; opacity: 0.8; top:0; left: 0;}
.opacity-full-dark {position: absolute; height: 100%; width: 100%; opacity: 0.9; top:0; left: 0;}
.opacity-overlay {position: absolute; height: 100%; width: 100%; opacity: 1; top:0; left: 0;}

.opacity1 {opacity:.1}
.opacity2 {opacity:.2}
.opacity3 {opacity:.3}
.opacity4 {opacity:.4}
.opacity5 {opacity:.5}
.opacity6 {opacity:.6}
.opacity7 {opacity:.7}
.opacity8 {opacity:.8}
.opacity9 {opacity:.9}

/* BUTTON */
.default-btn {
	display: inline-block;
	padding: 3px 15px;
	border-radius: 150px;
	font-size: 13px;
	transition-duration: 0.3s;
	z-index: 1;
}

.general-btn {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid transparent;
  letter-spacing: .5px;
  line-height: inherit;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  transition-duration: 0.3s;
  z-index: 1;
  text-align: center;
}

.general-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}

/* .general-btn.main-color {background: #C8A591; border-color: #C8A591; color: #fff;}
.general-btn.main-color:hover {background: #8C5E46; border-color: #8C5E46;} */


.general-btn.btn-black {background: #000; border-color: #000; color: #fff;}
.general-btn.btn-black::after {background: #fff;}
.general-btn.btn-black:hover {color: #000;}
.general-btn.btn-black:hover:after {top: 0; height: 100%;}

.general-btn.btn-white {border-color: #fff; color: #000;}
.general-btn.btn-white::after {
  bottom: initial;
  top: 0;
  height: 100%;
  background: #fff;
}
.general-btn.btn-white:hover {color: #fff;}
.general-btn.btn-white:hover:after {
  top: initial;
  bottom: 0;
  height: 0;
}

.general-btn.btn-dark-gray {
  background: #2D2D2D; border-color: #2D2D2D; color: #fff;
}

.general-btn.btn-dark-gray::after {background: #fff;}
.general-btn.btn-dark-gray:hover {color: #2d2d2d;}
.general-btn.btn-dark-gray:hover:after {top: 0; height: 100%;}

.btn-gray {background-color: #e0dcd3;}
.btn-gray:hover {background-color: #ece8de;}

.general-btn.btn-transparent-black {background-color: transparent; border-color: #000; color: #000;}
.general-btn.btn-transparent-black::after {background-color: #000;}
.general-btn.btn-transparent-black:hover {color: #fff;}
.general-btn.btn-transparent-black:hover::after {top: 0; height: 100%;}


@media all and (max-width:991px) {
  .general-btn {
    padding: 8px 18px;
    border-width: 1px;
  }
}

@media all and (max-width:767px) {
  .general-btn {
    padding: 8px 12px;
    font-size: 13px;
  }
}


/* TAB-MENU */
.tab-menu .tab-list {
	display: flex;
	gap: 0 5px;
	margin-bottom: 20px;
}

.tab-menu .tab-list > li {
	flex: 1;
	position: relative;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #999;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}

.tab-menu .tab-list > li.active {
	background-color: #333;
	color: #fff;
}

.tab-menu .tab-list > li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background-color: #666;
	opacity: 0;
	transition: opacity .3s;
}

.tab-menu .tab-list > li.active::after {
	opacity: 1;
}

.tab-menu .tab-list > li:hover::after {
	opacity: 1;
}

.tab-menu .tab-content {display: none;}
.tab-menu .tab-content.active {display: block;}

@media all and (max-width:767px) {
	.tab-menu .tab-list {
		flex-wrap: wrap;
		gap: 3px 1%;
	}
	
	.tab-menu .tab-list > li {
		flex: auto;
		width: 49.5%;
	}
	
}




.accordion-group .accordion-item .accordion-title {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	font-size: 1rem;
	cursor: pointer;
}

.accordion-group .accordion-item .accordion-title > span {
	display: inline-block;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #f2f2f2;
	border-radius: 100px;
	font-size: 16px;
	color: #232323;
	text-align: center;
	font-family: "Wix Madefor Text", sans-serif;
}

.accordion-group .accordion-item .accordion-title i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.accordion-group .accordion-item .accordion-content {
	padding: 15px 20px;
	background-color: #fafafa;
}

.accordion-group .accordion-item .accordion-content > span {
	padding-right: 10px;
	font-weight: 700;
}

/*  */
#bo_list {
  margin-bottom: 50px;
}

.page-link {
  margin: 0 2px;
  background-color: #F2F2F2;
  border: 0;
  border-radius: 5px;
}
.page-item.active .page-link {
  background-color: #353432 !important;
  border-color: #353432 !important;
}

.page-item.disabled .page-link {
  background-color: #F2F2F2;
  border: 0;
}

.swiper-slider {
  overflow: hidden;
}

















