@font-face {
  src: url("../fonts/Montserrat-Bold.ttf");
  font-family: Montserrat-Bold;
}

@font-face {
  src: url("../fonts/Montserrat-Medium.ttf");
  font-family: Montserrat-Medium;
}

@font-face {
  src: url("../fonts/Montserrat-Regular.ttf");
  font-family: Montserrat-Regular;
}

@font-face {
  src: url("../fonts/PlayfairDisplay-BlackItalic.ttf");
  font-family: PlayfairDisplay-BlackItalic;
}

@font-face {
  src: url("../fonts/PlayfairDisplay-Bold.ttf");
  font-family: PlayfairDisplay-Bold;
}

@font-face {
  src: url("../fonts/PlayfairDisplay-BoldItalic.ttf");
  font-family: PlayfairDisplay-BoldItalic;
}

@font-face {
  src: url("../fonts/PlayfairDisplay-Italic.ttf");
  font-family: PlayfairDisplay-Italic;
}

@font-face {
  src: url("../fonts/PlayfairDisplay-Regular.ttf");
  font-family: PlayfairDisplay-Regular;
}
@font-face {
  src: url("../fonts/TIMES.TTF");
  font-family: TIMES;
}
@font-face {
  src: url("../fonts/SnellRoundhand.ttf");
  font-family: SnellRoundhand;
}
@font-face {
  src: url("../fonts/OctaneGX.ttf");
  font-family: OctaneGX;
}
.nav-cus {
	padding: 0 !important;
}
.social_foot ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.corLornum {
	color: #a65e32 !important;
}
.social_foot ul li {
	display: inline;
}

.social_foot ul li a {
	display: inline-block;
	padding-left: 10px;
	font-size: 30px;
	color: #fff;
}
.search_icon svg {
	
}
a:hover {
	text-decoration: none
}
.nav-coll .navbar-nav .nav-item a:hover {
	color: rgb(1, 143, 229);
}

.nav-coll .navbar-nav .nav-item .nav-sub {
    z-index: 2;
    min-width: 230px;
    top: 0;
}
 .nav-sub {
  display: none;
} 
 .nav-item:hover > .sub-menu > .nav-sub {
  display: block;
} 
.nav-link:hover {
  font-weight: bold;
}
.nav-sub-item:hover {
	 font-weight: bold;
}
 .nav-sub-item:hover > .nav-sub{
  display: block;
} 
.nav-coll ul.navbar-nav>li>a>i {
	margin-right: 0;
	margin-left: 5px;
	position: relative;
	bottom: 3px;
}

.nav-coll ul.navbar-nav .nav-sub>li {
	list-style: none;
	    border-bottom: 1px solid #a65e3226;
}

.nav-coll ul.navbar-nav .nav-sub>li>a {
	display: block;
	line-height: 30px;
	padding: 5px 15px;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
}

.nav-coll ul.navbar-nav .nav-sub {
	padding: 0;
	margin: 0;
	z-index: 1000;
}

.fa-caret-right {
	margin-left: 10px;
}
.nav-item {
	position: relative;
}
.portlet-content,
.portlet-minimized .portlet-content-container {
  padding: 0;
}

body {
  font-size: 16px;
  font-family: Montserrat-Regular !important;
}
.container-fluid {
  max-width: calc(1600px + 10%) !important;
  margin: 0 auto !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.portlet {
  margin-bottom: 0 !important;
}
.navbar-toggler:focus {
	box-shadow: none !important
}
#headLafloresta {
  background: #e8d9ce;
  transition: background-color 0.5s ease;
}

.bg-custom-1 {
  background-color: #85144b;
}

.bg-custom-2 {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}
#changeColorBtn {
  padding: 0;
}
#navbar-list .navbar-nav {
  flex-direction: column !important;
}
.list-sub-menu {
  padding-bottom: 30px;
}
.list-sub-menu a {
	color: #a65e32 !important;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
}
.menu-toggle {
  color: #a65e32;
  font-family: 'Montserrat-Bold';
  padding-left: 10px;
}
.searchbar {
  position: relative;
}
.search_icon i {
	font-size: 21px
}
.cart__icon i {
	font-size: 24px
}
button:focus {
  outline: none !important;
}
.navbar-dark .navbar-toggler {
  border: none;
}
.searchbode {
	align-items: center;
}
.search-btnicon img {width: 21px;cursor: pointer;}
.header-action_text {
	position: relative;
}
.search-btnicon {
	margin-top: 8px
}
.search-btnicon i {
	font-size: 21px;
	cursor: pointer;
}
.show {
	 display: block !important; 
    opacity: 1;
    visibility: visible; 
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header-dropdown_content {
	width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 20px 15px;
        text-align: center;
}

.header-action_dropdown {
	position: absolute;
    top: calc(100% + 6px);
    left: auto;
    right: 0px;
    z-index: 990;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    opacity: 0; /* Bắt đầu với độ mờ 0 */
    visibility: hidden; /* Bắt đầu ẩn */
    transform: translateY(-10px); /* Bắt đầu dịch lên 10px */
    max-height: 0; /* Bắt đầu với chiều cao 0 */
    overflow: hidden; /* Ẩn phần dư thừa nếu có */
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, max-height 0.3s ease; /* Hiệu ứng chuyển đổi */
}
.header-action_dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 600px; /* Đặt một chiều cao tối đa để dropdown mở hoàn toàn */
}
.searchbar-open > .search_input {
	border: 1px solid #ececec;
    font-size: 14px;
    color: #1C3148;
    font-weight: 500;
    width: 100%;
    height: 45px;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    transition: all 150ms linear;
    appearance: none;
    outline: none;
}

.searchbar-hover:hover > .search_icon {
  color: #e74c3c;
}
.fa-search {
  color: #a65e32;
}
.fa-bars {
  color: #a65e32;
}
.cart__icon a {
	    color: #a65e32 !important;
}
.search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
   position: absolute;
  right: 0;
  z-index: 10; 
  top:0
}
.logo-nolo {
  width: 100px;
  height: 40px;
}
.img-logo {
  width: 100%;
  height: 100%;
}
/*footer*/
#footer {
     color: #a65e32;
    background-color: #e8d9ce;
}

.style-hr-bot {
  border: 1px solid #ffffff9e;
  opacity: 0.8;
}

.nav-link-bottom {
  text-transform: uppercase;
}
.companyinffo {
  padding-top: 30px;
  font-size: 12px
}

.social-icon {
  padding-top: 20px;
}

.cart {
	margin-left: 20px;
	display: flex;
	align-items: center;
	position: relative;
	color: #a65e32;
	font-size: 22px;
	cursor: pointer;
	margin-top: 4px;
}

.cart__amount {
	position: absolute;
	top: 0%;
	right: -10px;
	color: #e8d9ce;
	/* padding: 10px; */
	width: 20px;
	height: 20px;
	background-color: #a65e32;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.none {
	display: none;
}
.nav-link-bottom {
	text-transform: uppercase;
}

.companyinffo {
	padding-top: 30px;
	    opacity: 0.8;
}
.social-icon {
	padding-top: 20px
}
.rowinfo {padding-bottom: 10px}
@media (min-width:769px)  {
	#headLafloresta .navbar {
		padding: 0 !important;
	}
	.sub-theme {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.title-bottom {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat-Bold;
    padding-top: 30px;
    padding-bottom: 30px;
}
.nav-link-bottom p a {
	color: #a65e32;
	font-size: 12px;
	text-decoration: none;
}
.infobotright {	
	padding-top: 20px;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
}
.header-action_dropdown {
    min-width: 280px;
    width: 400px;
}
}
.nav-item {position: relative;}
#tab-menu-knb101 {
	transition: 0.5s;
    position: absolute;
    left: 120px;
    background-color: white;
    top: 15px;
}
@media (max-width:768px)  {
	.header-action_dropdown.show {
		width: 100%
	}
.header-action_dropdown {
   	 min-width: 280px;

}
		#footer {
		text-align: center
	}
	.nav-link-bottom p a {
		    color: #a65e32;
	    font-size: 12px;
	    text-decoration: none;
	}
	.menu-toggle {
		display: none;
	}
	.title-bottom {
		font-size: 16px;
	    text-transform: uppercase;
	    font-family: Montserrat-Bold;
	    padding-top: 20px;
	    padding-bottom: 20px;	
	    opacity: 0.8;
	}
	.nav-link-bottom {
		font-size: 12px;
	}
	.infobotright {
		padding-top: 12px;
	    font-size: 12px;
	    line-height: 30px;
	    text-align: center;
	}
	.companyinffo {
		padding-top: 30px;
    	font-size: 12px;
	}
	.logo-lafloresta {display: none;}
	.social-icon {padding-bottom: 20px}
	.Copyright {text-align: center;}
	
}
.social-icon img {
	width: 26px;
}
.mb {
	margin-left: 10px	
}
.social-icon a{
	padding-left: 20px;
}

.container-wapper {
	padding-right: 5%;
    padding-left: 5%;
    width: 90%;
    box-sizing: content-box;
}
.Copyright {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(166, 95, 49);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px
}