@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400&display=swap');
html,
body{
	width: 100%;
	overflow-x:hidden;
}
body{
	font-size: 1.05em;
	font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
}
h2{
	font-size: 2.2em;
}
a{
	color: #90A356;
}
a:hover{
	color: #816950;
}
p{
	font-size: 1.05em;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.contant{
	min-height: calc(100vh - 170px);
}
.home-content .half.top {
    position: relative;
    z-index: 1;
    background: #dbdddc;
    color: #fff;
    height: 70%;
    background-image: url(../img/home-content.png);
	background-position: center;
	background-size: 100%;
}
.home-content .half {
	height: 30%;
}
.navbar-brand{
	background-color: #A8B356;
	padding: 16px 15px;
	margin-right: 0;
}
.g-bg-deep-primary{
	background-color: #A8B356;
}
.js-hamburger{
	padding: 24px 16px 23px 16px;
	display: inline-block;
	border-left: 1px solid rgba(255,255,255,0.3);
	position: relative;
}
.js-hamburger a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 10;
}
.u-header__section--light .hamburger-inner, 
.u-header__section--light .hamburger-inner::after, 
.u-header__section--light .hamburger-inner::before {
    background: #fff;
}

.navbar-brand img{
	height: 48px;
}
.top-bar{
	position: fixed;
	top: 0;
	right: 5px;
	z-index: 20;
	display: flex;
}
.top-bar a{
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid rgba(255,255,255,0.4);
	font-size: 0.9em;
	transition: all .5s ease;
}
.top-bar a:hover{
	background-color: rgba(0,0,0,0.2);
	text-decoration: none;
}
.top-bar a:last-child,
.top-bar-icon a:last-child{
	border-right: none;
}
.top-bar-icon{
	display: flex;
}
.top-bar-icon a span{
	display: none;
}
.top-bar-icon .u-searchform-v1{
	background-color: #907954;
}
.close-btn {
    text-align: right;
    color: #999;
    margin: 0 -5px 0 0;
    font-size: 1.2em;
    color: #fff;
}
.component ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.component a{
	display: block;
	padding: 5px 8px;
}
.top-bar-icon h5{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 0 0 8px 0;
	text-align: center;
}
.u-searchform-v1, 
.u-searchform-v1--align-left {
    width: 150px;
    right: 0;
}
.nav-item-primary{
	font-size: 1.2em;
}
.navbar-expand-lg .navbar-nav .nav-item-primary .nav-link{
	padding: 11px 25px;
	color: #6B5038;
	display: block;
	border-left: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.navbar-expand-lg .navbar-nav .hs-has-sub-menu{
	position: relative;
}
.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item{
	padding: 34px 30px 8px 30px;
	display: block;
	background-color: #BCA174;
	text-align: center;
	border-right: none;
	position: relative;
}
.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item:after,
.navbar-expand-lg .navbar-nav .hs-has-sub-menu.hs-sub-menu-opened:after{
	width: 1px;
	height: 45px;
	background-color: rgba(255,255,255,0.3);
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	transition: all .5s ease;
}
.navbar-expand-lg .navbar-nav .hs-has-sub-menu.hs-sub-menu-opened .hs-has-sub-menu.hs-sub-menu-opened{
	color: #fff;
}
.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item img{
	width: 40px;
	margin: 0 auto;
	display: block;
	line-height: normal;
	position: relative;
	z-index: 10;
}
.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item:hover:after,
.navbar-expand-lg .navbar-nav .hs-has-sub-menu.hs-sub-menu-opened:after{
	width: 100%;
	height: 50px;
	background-color: #90A356;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}
.navbar-expand-lg .navbar-nav .hs-has-sub-menu.active .nav-link.nav-link-item:after{
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}
.hs-has-sub-menu > a::after {
    display: none;
}
.home-content{

}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
    color: #7c853b;
}
.navbar {
    padding: .5rem 1.5rem;
}
.u-header {
    font-size: 1.1em;
}
.banner{
	padding-top: 80px;
	position: relative;
	z-index: 0;
}
.g-font-georgia{
	font-family: Georgia;
}
.go-start{
	position: absolute;
	bottom: 30%;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 4em;
	z-index: 100;
	color: #ffffff;
	animation: wave 1s ease-in-out 0s infinite alternate;
}
.g-bg-secondary{
	background-color: #efefef !important;
}
.footer{
	background-color: #CDCE95;
	border-top: 3px solid #A8B356;
}
.footer a{
	color: #704F33;
}
.footer-co{
	background-color: #231912;
	color: #fff;
	padding: 5px 0;
}
.photo-bg{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hs-menu-vertical .hs-sub-menu, 
.hs-menu-vertical .hs-mega-menu {
    top: 80px;
    left: 0;
    margin-top: 0;
}
.hs-menu-vertical .hs-has-sub-menu:last-child .hs-sub-menu, 
.hs-menu-vertical .hs-has-sub-menu:last-child .hs-mega-menu,
.hs-menu-vertical .hs-has-sub-menu:nth-last-child(2) .hs-sub-menu, 
.hs-menu-vertical .hs-has-sub-menu:nth-last-child(2) .hs-mega-menu,
.hs-menu-vertical .hs-has-sub-menu:nth-last-child(3) .hs-sub-menu, 
.hs-menu-vertical .hs-has-sub-menu:nth-last-child(3) .hs-mega-menu {
    top: 80px;
    left: auto;
    right: 0;
    margin-top: 0;
}
.hs-menu-vertical .hs-has-sub-menu .hs-sub-menu .hs-sub-menu-3{
    top: 0;
    left: 100%;
    margin-top: 0;
}
.hs-menu-vertical .hs-sub-menu{
	padding: 20px;
	background-color: #90A356;
}
.hs-menu-vertical .hs-sub-menu h3{
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 0 0 8px 0;
	text-align: center;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .dropdown-item .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .dropdown-item .nav-link {
    padding: 10px;
    border-right: none;
    color: #fff;
    font-weight: 600;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .dropdown-item .nav-link:hover, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .dropdown-item .nav-link:hover {
    color: #fff;
    background-color: #6B5038;
}
.u-header--sticky-top {
    bottom: auto;
    top: 0;
}
.g-bg-primary {
    background-color: #CDCE95 !important;
}
.dropdown-item {
    padding: 0;
}
.js-slide{
	z-index: 10;
}
.media-group{
	border: 1px solid #D0C7BD;
	background-color: #fff;
	position: relative;
	font-size: 1em;
	z-index: 10;
	height: 100%;
}
.media-group a{
	display: block;
}
.media-group-2{
	position: relative;
	background-color: #fff;
	font-size: 1em;
}
.media-group-3 a{
	display: block;
	border: 1px solid rgba(0,0,0,0.1);
}
.media-group .media-info,
.media-group-2 .media-info{
	padding: 20px;
}
.media-group a .media-info h3,
.media-group-2 a .media-info h3{
	font-size: 1.25em;
	color: #000;
	min-height: 3em;
	line-height: 1.4;
	transition: all .5s ease;
}
.media-group a .media-info-no-minheight h3,
.media-group-2 a .media-info-no-minheight h3{
	min-height: auto;
}
.media-group .media-info .midea-time,
.media-group-2 .media-info .midea-time{
	color: #A98B6F;
	font-family: 'Poppins', sans-serif;
	font-size: 0.9em;
	font-weight: 600;
}
.media-group .media-item,
.media-group-2 .media-item{
	display: inline-block;
	padding: 1px 8px;
	color: #fff;
	background-color: #90A356;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.media-group a .photo-bg,
.media-group-2 a .photo-bg,
.media-group-3 a .photo-bg{
	position: relative;
}
.media-group a .photo-bg:after,
.media-group-2 a .photo-bg:after,
.media-group-3 a .photo-bg:after{
	background-color: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	display: block;
	transition: all .5s ease;
}
.media-group a:hover .photo-bg:after,
.media-group-2 a:hover .photo-bg:after,
.media-group-3 a:hover .photo-bg:after{
	background-color: rgba(0,0,0,0.3);
}
.media-group a .media-info .text,
.media-group-2 a .media-info .text{
	color: #666;
	transition: all .5s ease;
}
.media-group a:hover,
.media-group-2 a:hover{
	text-decoration: none;	
}
.media-group a:hover .media-info h3,
.media-group-2 a:hover .media-info h3{
	color: #71822B;
}
.media-group a:hover .media-info .text,
.media-group-2 a:hover .media-info .text{
	color: #000;
}
.hustag a{
	display: inline-block;
	padding: 3px 5px; 
	transition: all .5s ease;
	color: #90A356;
}
.hustag a:hover{
	background-color: #A8B356;
	color: #fff;
	text-decoration: none;
}
.media-group .hustag{
	padding: 0px 0 20px 0;
	border-top: 1px solid #D0C7BD;
	margin: 0 20px;
}
.page-title{
	padding: 100px 0 20px 0;
	border-bottom: 3px solid #A8B356;
}
.banner {
	    padding-top: 80px;
	}
.form-style-800{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.u-heading-v1-1{}
.u-heading-v1-1.text-center{
	text-align: left!important;
}
.u-heading-v1-1.g-bg-main{
	background-color: rgba(255,255,255,0) !important;
}
.u-heading-v1__title{
	background-color: #fff;
	display: inline-block;
	padding: 10px 15px 10px 0;
	margin-bottom: 0;
}
.text-center .u-heading-v1__title {
    padding-left: 15px;
    padding-right: 20px;
}
.u-heading-v1-1::before {
    top: 50%;
    border-top-style: solid;
}
.u-heading-v1-1.g-mb-30{
	margin-bottom: 10px !important;
}
[class*="u-heading-v1-"]::before, [class*="u-heading-v1-"]::after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
    height: 0;
    border-top-width: 4px;
    border-color: inherit;
    border-color: #A8B356;
}
.u-heading-v1-1::after {
	display: none;
}
.flim-style{
	background-color: #90A356;
	color: #fff;
	padding: 10px;
	margin-top: 30px;
}
.flim-style a{
	position: absolute;
	top: 20%;
	left: calc(50% - 40px);
	color: #CC0000;
	font-size: 80px;
}
.flim-style a:hover{
	color: #fff;
}
.flim-style h3{
	font-size: 1.25em;
	padding: 10px 0 0 0;
	margin-bottom: 5px;
}
.flim-style .embed-responsive{
	position: relative;
}
a.btn-subscrip{
	position: absolute;
	right: 5px;
	top: 40px;
	display: inline-block;
	color: #fff;
	background-color: #E31E18;
	padding: 2px 15px;
	z-index: 10;
	transition: all .5s ease;
}
a:hover.btn-subscrip{
	background-color: #821212;
	text-decoration: none;
}
.flim-style-hover{
	transition: all .5s ease;
}
.flim-style-hover:hover{
	text-decoration: none;
	background-color: #6B5038;
}
.u-fancybox-theme .fancybox-button::before, 
.u-fancybox-theme .fancybox-arrow::before {
    font-family: "FontAwesome";
}
.u-fancybox-theme .fancybox-button--fullscreen::before {
    content: "\f00e";
}
.u-fancybox-theme .fancybox-button--close::before {
    content: "\f00d";
}
.left-side-wrapper{
	background-color: #dddeb8;
	order: -1;
	position: relative;
	z-index: 1;
}
.left-side-wrapper div{
	position: relative;
	z-index: 10;
}
.left-side-wrapper:before{
	background-color: #dddeb8;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -50vw;
	content: "";
	display: block;
	z-index: 1;
}
.card {
    background-color: rgba(255, 255, 255, 0);
}
.u-link-v5,
.u-link-v5:hover {
    padding: 8px 20px;
    color: #fff;
    background-color: #A98B6F;
}
.collapsed.u-link-v5 {
    padding: 8px 20px;
    color: #000;
    background-color: rgba(255,255,255,0.5);
    transition: all .5s ease;
}
.collapsed.u-link-v5:hover {
    padding: 8px 20px;
    color: #000;
    background-color: rgba(255,255,255,0.9);
}
.card .u-link-v5,
.card:hover .u-link-v5{
	color: #fff;
}
.card .collapsed.u-link-v5,
.card:hover .collapsed.u-link-v5 {
    color: #000;
}
.u-check-icon-checkbox-v6 i, 
.u-check-icon-radio-v6 i {
    background-color: #fff;
}
.btn {
    padding: 0.375rem 0.75rem;
    font-size: 1.2em;
}
.u-btn-brown {
    color: #fff;
    background-color: #765e46;
}
.u-btn-brown:hover {
    color: #fff;
    background-color: #758d32;
}
.js-carousel .u-arrow-v1{
	background-color: #A98B6F;
	color: #fff;
	width: 20px;
	height: 60px;
	transition: all .5s ease;
}
.js-carousel .u-arrow-v1:hover{
	background-color: #90A356;
}
.btn-wrapper{
	padding: 10px 0;
}
.btn-more{
	padding: 10px 80px 5px 0;
	color: #9D7E60;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	transition: all .5s ease;
	position: relative;
}
.btn-more:hover{
	background-position: 100% 100%;
	text-decoration: none;
}
.btn-more:after{
	position: absolute;
	bottom: 0;
	right: 20px;
	background-image: url('../img/btn-more.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100px;
	width: 100px;
	height: 20px;
	display: block;
	content: "";
	transition: all .5s ease;
}
.btn-more:hover:after{
	right: 0px;
}
.btn-back{
	padding: 10px 0 5px 80px;
	color: #9D7E60;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	transition: all .5s ease;
	position: relative;
	margin-left: -20px;
}
.btn-back:hover{
	background-position: 100% 100%;
	text-decoration: none;
}
.btn-back:after{
	position: absolute;
	bottom: 0;
	left: 20px;
	background-image: url('../img/btn-more-left.svg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100px;
	width: 100px;
	height: 20px;
	display: block;
	content: "";
	transition: all .5s ease;
}
.btn-back:hover:after{
	left: 0px;
}
.u-carousel-indicators-v1 {
    display: flex !important;
    position: absolute;
    right: 130px;
    bottom: 0;
}
.bg-style-1,
.bg-style-2{
	position: relative;
}
.bg-style-1:before,
.bg-style-2:before{
	position: absolute;
	top: 30px;
	left: -50vw;
	right: -50vw;
	bottom: calc(50% - 47px);
	content: "";
	display: block;
	background-color: #E8E8D1;
	z-index: 0;
}
.bg-style-2:before{
	left: -15px;
	bottom: auto;
	height: 50%;
}
.bg-style-3 {
	background-color: #E8E8D1;
}
.border-bottom-style-1{
	position: relative;
}
.border-bottom-style-1:before{
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 3px;
	background-color: #D0C7BD;
	content: "";
}
.border-bottom-style-1 .u-carousel-indicators-v1 {
    background-color: #fff;
    padding: 5px 0 5px 15px;
}
.g-color-primary {
    color: #90A356 !important;
}
.page-nav{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.page-nav li{
	display: inline-block;
	margin: 3px;
}
.page-nav li a{
	display: block;
	padding: 8px 15px;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	transition: all .5s ease;
}
.page-nav li a:hover{
	border-bottom: 2px solid #333;
	color: #333;
	text-decoration: none;
}
.page-nav li a span{
	padding: 0 5px;
	display: block;
}
.page-nav li a.active{
	background-color: #90A356;
	color: #fff;
}
.g-color-brown{
	color: #9D7E60 !important;
}
.info-main .time{
	color: #9D7E60;
	font-size: 0.9em;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}
.info-main-left-side{
	border-right: 2px solid #CDCE95;
}
.info-main-left-side .group{
	padding: 8px;
	border-bottom: 1px dotted #c0c0c0;
}
.info-main-left-side .group strong{
	color: #90A356;
	font-weight: normal;
}
.info-main-left-side .group a{
	color: #6B5038;
}
.text-title h3{
	
}
.text-title{}
.third-menu{
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-left: 20px;
}
.third-menu a{
	padding: 2px 5px;
	display: block;
	color: #fff;
}
.third-menu a:hover{
	background-color: rgba(0,0,0,0.4);
	text-decoration: none;
}
.search-form-control{
	background-color: rgba(255, 255, 255, 0);
	width: 100%;
	border: none;
	padding: 8px;
	border-bottom: 1px solid #6A5038;
}
.navbar-search .btn-search{
	background-color: rgba(0,0,0,0);
	background-image: url('../img/btn-search.svg');
	background-position: right bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #6A5038;
	border: none;
	padding: 18px 15px 20px 20px;
	cursor: pointer;
}
.navbar-search .btn-google-search{
	color: #6A5038;
	background-color: rgba(0,0,0,0);
	border: none;
	border-bottom: 1px solid #6A5038;
	padding: 18px 10px 20px 15px;
	cursor: pointer;
}
.navbar-search .btn-search:hover,
.navbar-search .btn-google-search:hover{
	color: #000;
}
.navbar-search .btn-search form{
	margin-bottom: 0;
}
.hot-search{
	
}
.list{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.list-group a{
	display: block;
	padding: 15px 10px;
	transition: all .5s ease;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
	color: #000;
}
.list-group a .list-time{
	display: inline-block;
	padding: 1px 10px 0 10px;
	background-color: #CDCE95;
	color: #333;
	font-family: 'Poppins', sans-serif;
	min-width: 8em;
	text-align: center;
}
.list-group a .list-title{
	display: inline-block;
	margin-left: 15px;
}
.list-group a:hover{
	background-color: rgba(0,0,0,0.1);
	text-decoration: none;
}
.jfontsize-wrapper {
    width: auto;
    margin-right: 10px;
    margin-top: 0px;
    padding: 0 10px;
    border-left: 1px solid rgba(0,0,0,0.06);
    border-right: 1px solid rgba(0,0,0,0.06);
    display: block;
    height: 32px;
}
#jfontsize-div a {
    width: 30px;
    height: 32px;
    line-height: 30px;
    float: left;
    display: block;
    padding: 0;
    margin: 0 3px;
    border: 1px solid rgba(0,0,0,0.06);
    background: rgba(0,0,0,0.03);
    transition: all .5s ease;
    text-align: center;
    font-weight: 600;
}
#jfontsize-div a:hover {
    text-decoration: none;
    background: rgba(0,0,0,0.2);
    color: #000;
}
#jfontsize-div a#jfontsize-default {
    font-size: 0.8em;
    line-height: 30px;
}
#jfontsize-div a#jfontsize-plus {
    font-size: 1em;
    line-height: 30px;
}
#jfontsize-div a#jfontsize-plus-plus {
    font-size: 1.2em;
    line-height: 30px;
}
#jfontsize-div a#jfontsize-default.active, 
#jfontsize-div a#jfontsize-plus.active, 
#jfontsize-div a#jfontsize-plus-plus.active{
	background-color: #90A356;
	color: #fff;
}
.u-smart-nav {
    position: absolute;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2);
}
.fancybox-slide > * {
    background-color: rgba(255,255,255,0);
    color: #fff;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
}
#fancybox-hamburger .navbar-brand {
    background-color: rgba(255,255,255,0);
    padding: 13px 15px;
    margin-right: 0;
}
#fancybox-hamburger a{
	color: #fff;
}
.hamburger-menu img{
	height: 40px;
	display: inline-block;
	margin-right: 10px;
}
.hamburger-menu h3{
	display: inline-block;
	font-size: 1.4em;
	margin-bottom: 0;
}
.hamburger-menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 15px 0;
}
.hamburger-menu-h3{
	padding: 10px 0;
	border-bottom: 1px solid #CDCE95;
}
#fancybox-hamburger .hamburger-menu ul li a{
	transition: all .5s ease;
}
#fancybox-hamburger .hamburger-menu ul li a:hover{
	background-color: rgba(255,255,255,0.2);
}
#fancybox-hamburger .hamburger-menu .active a{
	background-color: #CDCE95;
	color: #333;
}
#fancybox-hamburger .hamburger-menu .active ul li a {
    background-color: rgba(0,0,0,0);
    color: #fff;
}
#fancybox-hamburger .hamburger-menu .active ul li.active a {
    background-color: #CDCE95;
	color: #333;
}
#fancybox-hamburger .hamburger-menu .third-menu{
	padding:0 0 0 25px;
}
#fancybox-hamburger .hamburger-menu .third-menu a,
#fancybox-hamburger .hamburger-menu .active .third-menu a{
	display: block;
	padding: 5px;
	transition: all .5s ease;
	background-color: rgba(255,255,255,0);
	color: rgba(255, 255, 255, 0.7);
}
#fancybox-hamburger .hamburger-menu .third-menu .active a,
#fancybox-hamburger .hamburger-menu .active .third-menu .active a{
	background-color: #CDCE95;
	color: #333;
}
.hamburger-right{
	background-color: rgba(0,0,0,0.5)
}
.hamburger-right a{
	padding: 10px 15px;
	display: inline-block;
	color: #CDCE95;
}
.hamburger-right .component{
	padding: 0 15px;
}
.hamburger-right .component li{
	display: inline-block;
}
.hamburger-right .component li a{
	display: inline-block;
	padding: 5px 10px;
}
.hamburger-bar-icon {
	padding: 5px 15px;
}
.hamburger-bar-icon a{
	background-color: rgba(255,255,255,0.2);
	transition: all .5s ease;
	margin-right: 5px;
	margin-bottom: 5px;
}
.hamburger-bar-icon a:hover{
	background-color: rgba(255,255,255,0.4);
	text-decoration: none;
}
.hamburger-menu-top a{
	padding: 16px 30px;
	font-size: 1.2em;
	background-color: rgba(255,255,255,0.2);
	display: block;
	margin-bottom: 5px;
	transition: all .5s ease;
}
.hamburger-menu-top a:hover{
	background-color: rgba(255,255,255,0.4);
}
#fancybox-hamburger .navbar-search{
	padding: 5px 15px;
}
#fancybox-hamburger .hot-search {
    padding-left: 0;
    padding-top: 10px;
}
#fancybox-hamburger .hot-search a {
    padding: 5px;
    display: inline-block;
    color: #CDCE95;
}
#fancybox-hamburger .search-form-control {
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #b3957a;
    color: #fff;
}
#fancybox-hamburger .navbar-search .btn-search {
    background-color: rgba(0,0,0,0);
    background-image: url(../img/btn-search.svg);
    background-position: right bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #b3957a;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .5s ease;
}
#fancybox-hamburger .navbar-search .btn-google-search {
    color: #b3957a;
    border: none;
    border-bottom: 1px solid #57412e;
    padding: 10px 20px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    transition: all .5s ease;
    margin-bottom: -1px
}
#fancybox-hamburger .navbar-search .btn-search:hover {
	background-color: rgba(255,255,255,0.2);
}
.hamburger-right .hamburger-right-top{
	border-bottom: 2px solid rgba(255,255,255,0.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.btn_fb_login{
	color: #fff; 
	background-color: #1877f2;
	width: 100%;
	font-size: 1.2em;
	border: none;
	padding: 12px;
}
.btn_google_login{
	color: #fff; 
	background-color: #ea4335;
	width: 100%;
	font-size: 1.2em;
	border: none;
	padding: 12px;
}
.login-wrapper{
	background-color: #e0e0c8;
	min-height: calc(100vh - 346px);
	padding: 50px 0;
}
.bread .u-link-v5 {
    color: #333;
    background-color: rgba(0,0,0,0);
    padding: 5px;
    transition: all .5s ease;
}
.bread .u-link-v5:hover {
    color: #333;
    background-color: rgba(0,0,0,0.1);
}
.form-group label{
	margin-bottom: 0;
}
.form-group .form-control{
	border-radius: 0;
}
.btn-confirm{
	width: 100%;
	display: block;
	font-size: 1.2em;
	padding: 10px 15px;
	color: #fff;
	border: none;
	background-color: #765e46;
}
.hot-search{
	color: #666;
	font-weight: normal;
	padding: 0;
}
.hot-search a{
	color: #000;
	display: inline-block;
}
.input-group{
}
.m-third-menu{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.m-third-menu li{
	display: inline-block;
	margin: 3px;
}
.m-third-menu li a{
	padding: 10px 15px;
	font-size: 1.2em;
	color: #333;
	background-color: rgba(0, 0, 0, 0.08);
	transition: all .5s ease;
}
.m-third-menu li a:hover{
	background-color: rgba(0, 0, 0, 0.15);
	color: #000;
}
.m-third-menu li a.active{
	background-color: #90A356;
	color: #fff;
}
.second-page-title{
	color: #6B5038;
}
.member-download-group{
	background-color: rgba(0,0,0,0.09);
	margin-bottom: 30px;
	padding: 20px;
}
.member-form-style .form-group{
	padding: 12px 0;
	border-bottom: 1px dotted #fff;
	margin-bottom: 0;
}

button:focus {
    outline: 1px dotted rgba(0,0,0,0);
    outline: 5px auto rgba(0,0,0,0);
}

@keyframes waveX {
	0% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(4px);
	}
}
@-webkit-keyframes waveX {
	0% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(4px);
	}
}
@keyframes waveY {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(4px);
	}
}
@-webkit-keyframes waveY {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(4px);
	}
}

.pagination{
	text-align: center;
	display: block;
}
.pagination li{
	display: inline-block;
}
.pagination li a{
	padding: 0.5rem 1.1rem;
	color: #333;
	display: block;
	border-radius: 50%;
}
.pagination li.active a{
	background-color: #7c853b;
	color: #ffffff;
}
.midea-info-group{
	padding: 20px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.hot-search{
	padding-left: 10px;
	line-height: normal;
}
.fast-menu{
	width: 192px;
	position: fixed;
	top: 40vh;
	right: -7px;
	display: block;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.3em;
	z-index: 100;
	text-align: right;
}
.fast-menu .fast-menu-01{
	padding: 5px 10px;
	width: 100px;
	margin-left:30px;
	display: inline-block;
	background-color: #A8B356;
	color: #ffffff;
	transition: all .5s ease;
	font-weight: 400;
	font-size: 0.9em;
	text-decoration: none;
	position: relative;
	text-align: left;
}
.fast-menu .fast-menu-01:hover{
	text-decoration: none;
	background-color: #555555;
	text-decoration: none;
}
.fast-menu .fast-menu-01 i.fa-chevron-left{
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all .5s ease;
}
.fast-menu .fast-menu-01:hover i.fa-chevron-left{
	position: absolute;
	right: 20px;
	top: 10px;
}
.fast-menu .fast-menu-01-open{
	padding: 5px 10px;
	width: 193px;
	display: inline-block;
	background-color: #A8B356;
	color: #ffffff;
	transition: all .5s ease;
	font-weight: 400;
	font-size: 0.9em;
	text-decoration: none;
	position: relative;
	text-align: left;
}
.fast-menu .fast-menu-01-open i.fa-chevron-right{
	position: absolute;
	right: 40px;
	top: 10px;
	transition: all .5s ease;
}
.fast-menu .fast-menu-01-open:hover i.fa-chevron-right{
	position: absolute;
	right: 10px;
	top: 10px;
}
.fast-menu .fast-menu-02{
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.5em;
	text-align: left;
	width: 12em;
	padding: 10px;
	display: inline-block;
	background-color: #EEE;
	color: #ffffff;
	margin-bottom: 3px;
	transition: all .5s ease;
	border: 2px solid #ffffff;
	max-height: calc(60vh - 40px);
	overflow-y: scroll; 
	border: none;
}
.fast-menu .fast-menu-02 .fast-menu-title:first-child{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.fast-menu .fast-menu-02 .fast-menu-title{
	color:#000000; 
	/*background:rgba(255,255,255,0.7); */
	border-top: 1px solid #999999;
	border-radius:0; 
	padding:4px 0 2px 0;
	line-height: normal;
	margin-top: 4px;
}
.fast-menu .fast-menu-02 a{
	display: block;
	position: relative;
	padding-left: 20px;
}
.fast-menu .fast-menu-02 i{
	font-size: 0.8em;
	color: #999999;
	position: absolute;
	top: 8px;
	left: 5px;
}
.fast-menu .fast-menu-02 a:hover{
	background-color: #ffffff;
	text-decoration: none;
}
.download-style{
	background-color: rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0,0,0,0.1);
	padding: 20px;
	margin: 30px 0;
}
.download-style .text-center{
	color: rgba(0,0,0,0.6);
}
.download-style .text-center i{
	font-size: 2em;
}
.download-style a{
	display: block;
	color: #000;
}
.file-list{
	background-color: rgba(0,0,0,0.09);
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.1);
}
.file-list a{
	display: inline-block;
	background-color: #A8B356;
	color: #fff;
	padding: 1px 10px;
	font-weight: 600;
	margin: 3px;
	letter-spacing: 2px;
	transition: all .5s ease;
}
.file-list a:hover{
	text-decoration: none;
	background-color: #6B5038;
}
.focus-people-inner{
	background-color: rgba(0,0,0,0.09);
	padding: 15px 0;
	height: 100%;
}
.focus-people-inner h2{
	font-size: 1.2em;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 0 20px 10px 20px;
}
.focus-people-inner ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-left: 20px;
}
.focus-people-inner ul li a{
	color: #000;
	padding: 5px;
	transition: all .5s ease;
	display: block;
	line-height: normal;
}
.focus-people-inner ul li a:hover{
	background-color: rgba(0,0,0,0.1);
	text-decoration: none;
}
.item-list ul a.g-bg-blue {
    background-color: #ffffff !important;
    color: #9c8061;
    border: 1px solid rgba(0,0,0,0.2);
}
.item-list ul a.g-bg-blue:hover {
	background-color: rgba(0,0,0,0.15) !important;
}
.item-list ul a.g-bg-brown {
    background-color: #90A356 !important;
    color: #ffffff;
    border: 1px solid #90A356;
}
.item-list ul:first-child{
	background-color: rgba(0,0,0,0.05);
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 1.15em;
}
.item-list ul:nth-child(2) a.g-bg-blue {
    background-color: rgba(0,0,0,0.06) !important;
    color: #3f7e6b;
    border: 2px solid #3f7e6b;
}
.item-list ul:nth-child(2) a.g-bg-brown {
    background-color: #90A356 !important;
    color: #ffffff;
    border: 2px solid #90A356;
}
.item-list ul:nth-child(2) a.g-bg-blue:hover {
    background-color: rgba(0,0,0,0.7) !important;
    color: #ffffff;
    border: 2px solid rgba(0,0,0,0.2);
}
.item-list ul:nth-child(3) a.g-bg-blue {
    background-color: rgba(0,0,0,0.06) !important;
    color: #bf783e;
    border: 2px solid #bf783e;
}
.item-list ul:nth-child(3) a.g-bg-brown {
    background-color: #90A356 !important;
    color: #ffffff;
    border: 2px solid #90A356;
}
.item-list ul:nth-child(3) a.g-bg-blue:hover {
    background-color: rgba(0,0,0,0.7) !important;
    color: #ffffff;
    border: 2px solid rgba(0,0,0,0.2);
}
.item-list ul:nth-child(4) a.g-bg-blue {
    background-color: rgba(0,0,0,0.06) !important;
    color: #aa355d;
    border: 2px solid #aa355d;
}
.item-list ul:nth-child(4) a.g-bg-brown {
    background-color: #90A356 !important;
    color: #ffffff;
    border: 2px solid #90A356;
}
.item-list ul:nth-child(4) a.g-bg-blue:hover {
    background-color: rgba(0,0,0,0.7) !important;
    color: #ffffff;
    border: 2px solid rgba(0,0,0,0.2);
}
.item-list ul:nth-child(5) a.g-bg-blue {
    background-color: rgba(0,0,0,0.06) !important;
    color: #416190;
    border: 2px solid #416190;
}
.item-list ul:nth-child(5) a.g-bg-brown {
    background-color: #90A356 !important;
    color: #ffffff;
    border: 2px solid #90A356;
}
.item-list ul:nth-child(5) a.g-bg-blue:hover {
    background-color: rgba(0,0,0,0.7) !important;
    color: #ffffff;
    border: 2px solid rgba(0,0,0,0.2);
}
.item-list ul:last-child{
	border-top: 2px solid rgba(0,0,0,0);
    border-left: 2px solid rgba(0,0,0,0);
    border-right: 2px solid rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.item-list ul:last-child a.g-bg-blue {
    background-color: #ffffff !important;
    color: #9c8061;
    border-bottom: 3px solid #9c8061;
    border-top: 2px solid rgba(0,0,0,0);
    border-left: 2px solid rgba(0,0,0,0);
    border-right: 2px solid rgba(0,0,0,0);
}
.item-list ul:last-child a.g-bg-blue:hover {
	color: #000000;
	background-color: rgba(0,0,0,0.2)!important;
}
.item-list ul:last-child a.g-bg-brown {
    background-color: #90A356 !important;
    border: 2px solid #90A356;
    border-bottom: 3px solid #90A356;
}
.item-list ul:first-child a.g-bg-blue {
    background-color: #9c8061 !important;
    color: #ffffff;
    border-bottom: none;
}
.item-list ul:first-child a.g-bg-blue:hover {
    background-color: #000000 !important;
    color: #ffffff;
    border-bottom: none;
}
.item-list ul:first-child a.g-bg-brown {
    background-color: #90A356 !important;
    border-bottom: none;
}
.leftside-btn{
	position: fixed;
	bottom: 20%;
	left: 0;
	width: 110px;
	z-index: 500;
}
.leftside-btn a {
	width: 110px;
	display: block;
	background-image: url('../img/Energy_Doctor_icon.png');
	background-size: 70px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 75px;
	line-height: normal;
	z-index: 510;
	color: #555;
	text-align: center;
	display: inline-block;
	font-size: 0.98rem;
	text-decoration: none;
	transition: all .5s ease;
}
.leftside-btn:hover a {
	color: #fff;
}
.leftside-btn:after{
	width: 90px;
	height: 90px;
	display: block;
	position: fixed;
	bottom: calc(20% + 15px);
	left: 10px;
	background: radial-gradient(circle,
    rgba(255, 208, 0, 0.8) 0%,
    rgba(255, 208, 0, 0.6) 40%,
    rgba(255, 208, 0, 0) 70%,
    rgba(255, 208, 0, 0) 100%);
    content: "";
    z-index: 400;
    animation: leftside-btn 1s infinite;
}
@keyframes leftside-btn {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.leftside-btn:before{
	background-color: #E8E8D1;
	bottom: calc(20% - 3px);
	left: 1px;
	width: 108px;
	height: 30px;
	display: block;
	position: fixed;
	border-radius: 30px;
	content: "";
    z-index: 500;
    transition: all .5s ease;
}
.leftside-btn:hover:before{
	background-color: #90A356;
}

.index-main,
.main{
	overflow: hidden;
}

@media (min-width: 1300px){
	.container {
		width: 100%;
	    max-width: 1600px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 100%;
	    max-width: 1600px;
	}
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding: 0 1.3em;
	    border-right: 1px solid #c9c9c9;
	    transition: all .5s ease;
	    line-height: 18px;
	}
	.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, 
	.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
	    color: #7c853b;
	}
	.navbar-expand-lg .navbar-nav .nav-item:nth-last-child(-n+2) .nav-link {
		border-right: none;
	}
}
@media (max-width: 1156px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding: 0 0.6em;
	    border-right: 1px solid #c9c9c9;
	}
}
/*@media (max-width: 1790px) {
	.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item {
	    padding: 34px 15px 8px 15px;
	}
	.navbar-expand-lg .navbar-nav .nav-item-primary .nav-link {
	    padding: 11px 15px;
	    border-bottom: 1px solid rgba(255,255,255,0.5);
	}
}*/
@media (max-width: 1880px) {
	.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item {
	    padding: 55px 15px 15px 15px;
	}
	.navbar-expand-lg .navbar-nav .nav-item-primary .nav-link {
	    padding: 18px 15px;
	}
	.navbar-brand img {
	    height: 45px;
	}
	.navbar-brand {
	    background-color: #A8B356;
	    padding: 32px 15px;
	    margin-right: 0;
	}
	.js-hamburger {
	    padding: 38px 12px 38px 12px;
	    display: inline-block;
	    border-left: 1px solid rgba(255,255,255,0.3);
	    position: relative;
	}
	.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item:hover:after, 
	.navbar-expand-lg .navbar-nav .hs-has-sub-menu.hs-sub-menu-opened:after {
	    width: 100%;
	    height: 70px;
	    background-color: #90A356;
	    content: "";
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    display: block;
	}
	.navbar-expand-lg .navbar-nav .hs-has-sub-menu.active .nav-link.nav-link-item:after{
		width: 100%;
		height: 70px;
		background-color: rgba(0, 0, 0, 0.3);
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
	}
	.hs-menu-vertical .hs-sub-menu, .hs-menu-vertical .hs-mega-menu {
	    top: 102px;
	    left: 0;
	    margin-top: 0;
	}
	.hs-menu-vertical .hs-has-sub-menu:last-child .hs-sub-menu, 
	.hs-menu-vertical .hs-has-sub-menu:last-child .hs-mega-menu,
	.hs-menu-vertical .hs-has-sub-menu:nth-last-child(2) .hs-sub-menu, 
	.hs-menu-vertical .hs-has-sub-menu:nth-last-child(2) .hs-mega-menu,
	.hs-menu-vertical .hs-has-sub-menu:nth-last-child(3) .hs-sub-menu, 
	.hs-menu-vertical .hs-has-sub-menu:nth-last-child(3) .hs-mega-menu {
	    top: 102px;
	    left: auto;
	    right: 0;
	    margin-top: 0;
	}
	.page-title{
	    padding: 130px 0 20px 0;
	    border-bottom: 3px solid #A8B356;
	}
	.banner {
	    padding-top: 110px;
	}
}
@media (max-width: 1380px) {
	.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item {
	    display: none;
	}
	.top-bar {
	    display: none;
	}
	.js-hamburger {
	    padding: 35px 12px 35px 12px;
	}
	.navbar-expand-lg .navbar-nav .nav-item-primary .nav-link {
	    padding: 17px 15px;
	}
	.navbar-brand {
	    padding: 29px 15px;
	}
	.page-title {
	    padding: 130px 0 20px 0;
	    border-bottom: 3px solid #A8B356;
	}
	.banner {
	    padding-top: 110px;
	}
}
@media (max-width: 1199px){
	.left-side-wrapper{
		background-color: #dddeb8;
		order: 2;
	}
	.left-side-wrapper:before{
		background-color: #dddeb8;
		position: absolute;
		top: 0;
		right: -50vw;
		bottom: 0;
		left: -50vw;
		content: "";
		display: block;
		z-index: 1;
	}
	.bg-style-1:before, .bg-style-2:before {
	    position: absolute;
	    top: 0;
	    left: -100%;
	    right: -100%;
	    bottom: calc(50% - 47px);
	    content: "";
	    display: block;
	    background-color: #E8E8D1;
	    z-index: 0;
	}
}
@media (max-width: 991px) {
	.phone-view{
		display: block;
	}
	.pc-view{
		display: none;
	}
	.phone-menu{
		margin: 20px 20px 0 0
	}
	.js-hamburger {
	    padding: 15px;
	}
	.navbar-expand-lg .navbar-nav .nav-item-primary .nav-link {
	    padding: 15px 15px;
	}
	.navbar-brand {
	    padding: 10px 10px;
	}
	.page-title {
	    padding: 90px 0 20px 0;
	    border-bottom: 3px solid #A8B356;
	}
	.banner {
	    padding-top: 70px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding: 0.5em;
	    border-right: none;
	}
	.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item{
		padding: 8px 20px;
		display: block;
		background-color: #BCA174;
		text-align: center;
		border-right: none;
		position: relative;
	}
	.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item{
		text-align: left;
		border-top: 1px solid rgba(255,255,255,0.4);
	}
	.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item img {
	    width: 40px;
	    margin: 0;
	    display: inline-block;
	    line-height: normal;
	    position: relative;
	    z-index: 10;
	    margin-right: 15px;
	}
	.navbar-expand-lg .navbar-nav .hs-has-sub-menu .nav-link.nav-link-item .sr-only,
	.hs-sub-menu-opened .sr-only {
	    position: relative;
	    width: auto;
	    height: auto;
	    padding: 0;
	    margin: auto;
	    overflow: visible;
	    clip: rect(0,0,0,0);
	    border: 0;
	    display: inline-block;
	    color: #fff;
	    font-size: 1.15em;
	    text-align: left;
	}
	.navbar-expand-lg .navbar-nav .nav-item-primary .nav-link {
	    padding: 8px 25px;
	    color: #6B5038;
	    display: block;
	    border-left: none;
	    border-top: 1px solid rgba(255,255,255,0.4);
	}
	.info-main-left-side{
		border-right: none;
		border-bottom: 2px solid #CDCE95;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.fast-menu{
		width: 5em;
		position: fixed;
		top: 40%;
		right: 0;
		display: block;
		font-size: 1em;
		font-weight: 600;
		line-height: 1em;
		text-align: right;
		z-index: 100;
	}
	.fast-menu{
		width: 192px;
		position: fixed;
		top: auto;
		bottom: 60px;
		right: 0;
		display: block;
		font-size: 1.3em;
		font-weight: 600;
		line-height: 1.3em;
		z-index: 100;
	}
	.fast-menu .fast-menu-01,
	.fast-menu .fast-menu-01:hover{
		padding: 5px 10px 30px 10px;
		width: 2em;
		margin-left:0;
		display: inline-block;
		background-color: #A8B356;
		color: #ffffff;
		margin-bottom: 3px;
		transition: all .5s ease;
		font-weight: 400;
		font-size: 0.9em;
		text-decoration: none;
		position: relative;
	}
	.fast-menu .fast-menu-01 i.fa-chevron-left,
	.fast-menu .fast-menu-01:hover i.fa-chevron-left{
		position: absolute;
		right: 12px;
		top: auto;
		bottom: 6px;
	}
	.fast-menu .fast-menu-01-open{
		padding: 5px 10px;
		width: 192px;
		display: inline-block;
		background-color: #A8B356;
		color: #ffffff;
		margin-bottom: 3px;
		transition: all .5s ease;
		font-weight: 400;
		font-size: 0.9em;
		text-decoration: none;
		position: relative;
		text-align: left;
	}
	.navbar-toggler:not(:disabled):not(.disabled) {
	    display: none;
	}
	.left-side-wrapper{
		background-color: #dddeb8;
		order: 2;
	}
	.bg-style-1:before, .bg-style-2:before {
	    position: absolute;
	    top: 0;
	    left: -100%;
	    right: -100%;
	    bottom: calc(50% - 47px);
	    content: "";
	    display: block;
	    background-color: #E8E8D1;
	    z-index: 0;
	}
	.hamburger-menu img{
		height: 32px;
		display: inline-block;
		margin-right: 5px;
	}
	.hamburger-menu h3 {
	    display: inline-block;
	    font-size: 1.3em;
	    margin-bottom: 0;
	}
}
@media (max-width: 991px) {
	.leftside-btn{
		position: fixed;
		bottom: 20%;
		left: 0;
		width: 60px;
		height: 50px;
	}
	.leftside-btn a {
		width: 60px;
		height: 40px;
		background-size: 60px;
	}
	.leftside-btn:before{
		bottom: calc(20% - 70px);
		left: 0;
		width: 70px;
		height: 50px;
		border-radius: 0 20px 20px 0;
	}
	.leftside-btn:after{
		width: 80px;
		height: 80px;
		bottom: calc(20% - 20px);
		left: -10px;
	}
}
