@font-face {
	font-family: 'SFDC';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/SSF-Regular.eot');
	src: url('../fonts/SSF-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SVN-PoppinsRegular.woff2') format('woff2'),
		url('../fonts/SVN-PoppinsRegular.woff') format('woff'),
		url('../fonts/SVN-PoppinsRegular.ttf') format('truetype'),
		url('../fonts/SVN-PoppinsRegular.svg#SFDC') format('svg');
}

@font-face {
	font-family: 'SFDC';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('../fonts/SSF-Medium.eot');
	src: url('../fonts/SSF-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SVN-PoppinsMedium.woff2') format('woff2'),
		url('../fonts/SVN-PoppinsMedium.woff') format('woff'),
		url('../fonts/SVN-PoppinsMedium.ttf') format('truetype'),
		url('../fonts/SVN-PoppinsMedium.svg#SFDC') format('svg');
}

@font-face {
	font-family: 'SFDC';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('../fonts/SSF-Medium.eot');
	src: url('../fonts/SSF-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SVN-PoppinsBold.woff2') format('woff2'),
		url('../fonts/SVN-PoppinsBold.woff') format('woff'),
		url('../fonts/SVN-PoppinsBold.ttf') format('truetype'),
		url('../fonts/SVN-PoppinsBold.svg#SFDC') format('svg');
}

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

.logo {
	padding: 5px 0;
	display: block;
}

.logo img {
	width: 87px !important;
	height: auto;
}

.search-form-toggle {
	border: none;
	background: none;
}

body {
	color: #000000;
	font-family: "SFDC", SFDC;
	font-size: 15px;
	line-height: 1.7;
}

header h2 {
	color: #965D26;
	font-family: "Times New Roman", SFDC;
	font-size: 32px;
	font-weight: 600;
	font-style: normal;
	padding-top: 10px;
	text-transform: uppercase;
}

header {
	box-shadow: 0px -42px 6px 40px #1e1e1e;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 99;
	position: sticky;
	top: 0;
	background: #fff;

}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

[class*=" col-"],
[class^=col-] {
	padding-left: 15px;
	padding-right: 15px;
}
.language-box{
	margin-left: 20px;

	display: inline-block;
	position: relative;
}
.language-box:after{
	content: '';
	background: #000;
	height: 3px;
    width: 100%;
	left: 0;
	bottom: 0;
	display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
	opacity: 0;
}
.language-box:hover:after{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	opacity: 1
}
.pdd-lr-8 {
	padding-left: 8px;
	padding-right: 8px;
}

.mrg-lr-8 {
	margin-left: -8px;
	margin-right: -8px;
}

.main-menu-box {
	padding: 7px 0;
}

.d-flex {
	display: flex;
}

.d-center-vertical {
	align-self: center;
}

.main-menu {
	padding: 0;
	margin: 0;
}

.main-menu .home {
	font-size: 18px;
}

.main-menu a {
	color: #000000;
	padding: 10px 8px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "SFDC", SFDC;
	display: block;
	white-space: nowrap;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu .current,
.main-menu a:hover {
	color: #965D26;
}

.main-menu .sub-menu {

	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #E6E6E6;
	position: absolute;
	padding: 0;
	width: auto;
	display: none;
	top: auto;
	left: 0px;
}

.main-menu .sub-menu-2 {

	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #E6E6E6;
	position: absolute;
	padding: 0;
	width: auto;
	display: none;
	top: 0;
	left: 100%;
}

.main-menu .sub-menu .fa {
	position: absolute;
	top: 13px;
	right: 10px;
}

.main-menu>li:hover .sub-menu {
	display: block;
}

.main-menu .sub-menu li {
	display: block;
	min-width: 200px
}

.main-menu .sub-menu li:hover .sub-menu-2 {
	display: block;
}

footer {
	margin-top: 20px;
	border-top: 6px solid rgba(150, 93, 38, 0.22);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 40px 0px 0 0px;
	font-family: "SFDC", SFDC;
	color: #333333;
	background: #F4F4F4;
}

footer a {
	color: #333333 !important;
}

.heading-footer {
	color: #000000;
	font-family: "SFDC", SFDC;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.menu-footer {
	margin: 0;
	padding: 0;
}

.menu-footer li {
	display: block;
}

.menu-footer a:hover {
	color: #965D26;
}

.menu-footer li a {
	font-family: "SFDC", SFDC;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
	color: #333333;
}

.social {
	padding: 0;
	margin: 0;
	font-size: 17px;
}

.social li {
	display: inline-block;
	margin-right: 10px;
}

.social a {
	color: #707070;
}

.contact-footer {
	padding: 0;
	margin: 0;
}

.contact-footer a {
	color: #333333;
}

.contact-footer .fa {
	margin-right: 5px;
}

.contact-footer li {
	margin-bottom: 10px;
}

.breadcrumbs-wrap {
	position: relative;
	margin-bottom: 15px;
}

.breadcrumbs-wrap .display {
	overflow: hidden;
}

.breadcrumbs {
	display: inline-block;
}

.breadcrumbs li {
	float: left;
	margin: 0 .5em 0 1em;
	position: relative;
}

.breadcrumbs li:first-child {
	margin-left: 0
}

.breadcrumbs a,
.show-subs-breadcrumbs {
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
}

.breadcrumbs a:hover,
.show-subs-breadcrumbs:hover {}

.breadcrumbs a:hover:before {}

.breadcrumbs li:after,
.show-subs-breadcrumbs:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: -1em;
}

.breadcrumbs li:last-child:after {
	content: "";
}

.breadcrumbs a:hover:after,
.show-subs-breadcrumbs:hover:after {}

.subs-breadcrumbs {
	margin: 0;
	padding: 0;
	background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-top: none;
	box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
	display: none;
	z-index: 999999;
}

.subs-breadcrumbs.open {
	display: block;
}

.subs-breadcrumbs li:last-child,
.subs-breadcrumbs li:last-child a,
.subs-breadcrumbs {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.subs-breadcrumbs li,
.subs-breadcrumbs a {
	display: block;
	float: none;
}

.subs-breadcrumbs a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
}

.subs-breadcrumbs li:not(:last-child) a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}

.subs-breadcrumbs a:hover {
	background-color: rgba(0, 0, 0, 0.1)
}

.subs-breadcrumbs a em {
	display: inline-block;
	margin-right: 5px;
	color: #707070;
}

.show-subs-breadcrumbs {
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}

.menu-left {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "SFDC", SFDC;
	text-transform: uppercase;
}

.menu-left a {
	color: #000;
	padding: 10px 5px;
	display: block;
}

.menu-left a:hover {
	color: #965D26;
}

.menu-left .current {
	background: #965D26;
	color: #fff;
}

.menu-left .current:hover {
	color: #fff;
}

.ets-co-timeline-card {
	text-align: left;
	font-family: "SFDC", SFDC;
}

.ets-co-timeline-card-date {
	font-family: "SFDC", SFDC;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.header-page {
	color: #000000;
	font-family: "CHONBURIDC", SFDC;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;

	margin-bottom: 20px;
}

#bodyhtml {
	text-align: justify;
}

#bodyhtml ul {
	list-style: disc;
}

#bodyhtml ul ul {
	list-style: circle;
}

#bodyhtml .image-center {
	margin-bottom: 30px
}
#bodyhtml h2{
	font-size: 20px;
	margin-bottom: 5px;
}
#bodyhtml h3{
	font-size: 24px;
	margin-bottom: 5px;
}
#bodyhtml h4{
	font-size: 20px;
	margin-bottom: 5px;
}
#bodyhtml figure figcaption {
	font-size: 12px;
	font-weight: normal;
	background: #eee;
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 20px;
	padding: 3px 10px;
}
#bodyhtml .image-center img{
	display: block;
	margin: 0 auto;
}
#bodyhtml img{
	max-width: 100%;
}
.title-page {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 120px 0px 80px 0px;
	margin-bottom: 30px;
	color: #FFFFFF;
	font-family: "CHONBURIDC", SFDC;
	font-size: 60px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.3em;
}

.heading-default {
	color: #000000;
	font-family: "SFDC", SFDC;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.g-map {
	margin-top: 30px;
}

.g-map iframe {
	width: 100%;
	height: 300px;
}

.form-control {
	box-shadow: none;
}

.news-grid {
	margin-bottom: 30px;
	position: relative;
}

.news-grid .image {
	position: relative;
	padding-top: 56.25%;
}

.news-grid .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	object-fit: cover;
}

.news-grid h2 {
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 18px;
}

.news-grid h2 a {
	color: #fff;
}

.news-grid .des {
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-grid .info {
	position: absolute;
	bottom: 0;
	padding: 10px;
	background: rgb(0 0 0 / 32%);
	color: #fff;
}

.news-grid .text-muted {
	color: #fff;
}

.pdd-border {
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.news-list-text {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	/* Black with a little bit see-through */
}

/* The content */
.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

/* Close button */
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;

	height: auto;
	background: none;
	text-align: center;
	outline: none;
}
.overlay input[type=text]:focus{
	outline: none;
	box-shadow: none;
}
.overlay input[type=text]:hover {
	background: none;
	box-shadow: none;
}

/* Style the submit button */
.overlay button {
	padding: 15px;

	font-size: 17px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	color: #fff;
}

.overlay button:hover {
	background: #bbb;
}

.hometext {
	font-weight: bold;
}

.headerSearch {
    width: 60%;
    position: relative;
    margin: 0 auto;
}
.block-box{
	margin-bottom: 30px;
}
.mobile-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    text-align: center;
    padding: 0 10px;
}

.mobile-menu-wrap .logo img {
    height: 25px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: auto;
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background: none;
    top: 15px;
    left: 15px;
    text-align: center;
    font-size: 14px;
    display: none;
    position: fixed;
    z-index: 8;
    color: #965D26;
    border: 1px solid #965D26;
    border-radius: 4px;
    padding: 5px 12px;
}

.mobile-menu-toggle-btn:hover {
    background: none;
}


@media (max-width: 767.98px) {
    .mobile-menu-toggle-btn {
        display: inline-block;
        vertical-align: middle;
    }
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}
.slider-box{
	margin-bottom: 30px;
}
.right-home{
	border-left: 1px solid #ddd;
	padding: 15px;
    background: #f2f2f2;
	margin-bottom: 30px;
}
.news-list{
	padding: 0;
	margin: 0;
}
.news-list li:first-child{
	padding-top: 0;
}
.news-list li:last-child{
	padding-bottom: 0;
}
.news-list li{
	padding: 7px 0;
	position: relative;
	height: 98px;
	padding-left: 130px;
}
.news-list .image{
	width: 120px;
	height: 85px;
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	top: 10px;
	left: 0;
}
.news-list .image img{
	top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    object-fit: cover;
    bottom: 0;
    width: 100%;
}

.news-list h3{
	white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	text-transform: uppercase;
    font-size: 12px;
	margin-bottom: 5px;
}

.news-list h3 a{
	color: #000;
}

.news-list .readmore{
	font-size: 12px;
	text-transform: uppercase;
}

.right-home .block-box:last-child{
	margin-bottom: 0;
}

.ndh-owl{
	border: 1px solid #ddd;
    padding: 30px;
}

.ndh-owl img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .25s;
}
.ndh-owl img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transition: .25s;	
}

.siebar-left{
	position: sticky;
	top: 141px;
}
.border-left-col{
	border-left: 1px solid #965D26;
}

.play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
	opacity: .8;
	line-height: 120px;
}
.play-button .fa{
	font-size: 50px;
    color: #fff;
   
    text-shadow: 1px 0 6px rgb(0 0 0 / 30%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.owl-prev, .owl-next{
	position: absolute;
    top: calc(50% - 25px);
	color: #fff;
    z-index: 2;
	font-size: 30px;
}
.owl-next{
	right:  15px;
}
.owl-prev{
	left: 15px;
}
.videos-grid{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.videos-grid img{
	width: 100%;
	height: auto;
}
.videos-grid h3{
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #fff;
    background: #181818a8;
    width: 100%;
}

.videos-grid h3 a{
	color: #fff;
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
	height: 42px;
}

.menu-videos{
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
	overflow-x: auto;
	white-space: nowrap;
}
.menu-videos li{
	display: inline-block;
	margin: 0 5px;
}
.menu-videos li a{
    padding: 5px 15px;
    border: 1px solid #965D26;
    color: #965D26;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.menu-videos li a:hover, .menu-videos li a.current{
	color: #fff;
	background: #965D26;
}
*{
	transition: .25s;
}
*:hover{
	transition: .25s;
}
.ctbd-grid{
	margin-bottom: 30px;
}
.ctbd-grid .image{
	position: relative;
    padding-top: 56.25%;

}
.ctbd-grid .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    object-fit: cover;
}
.ctbd-grid h3{
	height: 54px;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 18px;
}
.ctbd-grid h3 a{
	color: #fff;
}
.ctbd-grid .info{
    background: #000;
    border: 1px solid #ddd;
    padding: 10px;
    color: #fff;

}
.ctbd-grid .price{
	margin: 10px 0;
}
.datve{
    padding: 8px 26px;
    background: none;
    border: 1px solid #000;
    display: inline-block;
    margin-top: 5px;
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    text-transform: uppercase;
}
.datve:after{
	content: '\f178';
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
}
.datve:hover{
	color: #fff;
	background: #955d26;
}
.ctbd-grid .money{
	font-weight: 400;
	font-size: 14px;
	color: red;
}
.ctbd-grid .discounts_money{
	font-size: 12px;
	text-decoration: line-through;
}
.ctbd-grid .timeshow{
	font-size: 14px;
	height: 23px;
}
.product-one-image img{
	width: 100%;
	height: auto;
}
.owl-carousel {
	touch-action: none;
}
.floor-checkbox {
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 22px;
    width: 22px;
}



/* Hide the browser's default checkbox */
.floor-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #eee;
	font-weight: 400;
}

/* On mouse-over, add a grey background color */
.floor-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
    border-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.floor-checkbox input:checked ~ .checkmark {
    border-color: red !important;
}

.floor-checkbox input:disabled ~ .checkmark{
    background-color: #b97203 !important;
    border-color: #b97203 !important;
    color: #FFF !important;
    cursor: not-allowed !important;
}
#stage-content *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#stage-content{

}

.floor-justify-content-center{
    justify-content: center;
}

.floor-text-align-right{
    text-align: right;
}
.floor-flex-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.floor-item-block{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#stage-content .stage-display-flex{
    display: -ms-flexbox;
    display: flex;
}
#stage-content .stage-floor-content{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#stage-content .separator-name{
    padding: 0 5px;
}

.stage-floor-content .floor-1-items{
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
}
.stage-floor-content .floor-3-item-1,
.stage-floor-content .floor-3-item-2{
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%;
}

.stage-floor-content .floor-2-item-1,
.stage-floor-content .floor-2-item-2{
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
}

.stage-floor-content .floor-1-item-central{
    text-align: center;
}
.stage-floor-content .floor-1-item-left,
.stage-floor-content .floor-1-item-right{
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}

.stage-floor-content .floor-1-item-central{
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
}
.floor-item-left, .floor-item-right{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.floor-item-empty{
    width: 22px;
    height: 22px;
}
.floor-1-item-l1a .floor-item-left,
.floor-1-item-l1b .floor-item-left,
.floor-1-item-l1k .floor-item-left,
.floor-1-item-l1i .floor-item-left{
    text-align: right;
}

.floor-1-item-l1a .separator-name,
.floor-1-item-l1i .separator-name{
    height: 22px;
    display: block;
}
.floor-1-item-l1c, .floor-1-item-l1d,
.floor-1-item-l1h, .floor-1-item-l1g{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.floor-1-item-l1c .floor-item-block,
.floor-1-item-l1d .floor-item-block,
.floor-1-item-l1h .floor-item-block,
.floor-1-item-l1g .floor-item-block{
    text-align: center;
}

.floor-1-item-under, .floor-2-item-under-2,
.floor-1-item-l1b, .floor-1-item-l1c, .floor-1-item-l1d, .floor-1-item-l1k,
.floor-1-item-l1i, .floor-1-item-l1h, .floor-1-item-l1g{
    margin-top: 20px;
}
.floor-1-item-central .stage-floor-item, .floor-2-item-b,
.floor-3-item-b, .floor-3-item-f{
    margin-top: 5px;
}

.stage-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.stage-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.floor-2-item-3{
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
    margin: 0 auto;
}

.floor-3-item-3{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.floor-2-item-under-2{
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.floor-2-item-under-2 .floor-item-right{
    text-align: right;
}
.floor-3-item-e, .floor-3-item-d, .floor-3-item-c{
    width: 100%;
}
.floor-3-item-2, .floor-3-item-1{
    padding-left: 10px;
}

.floor-3-item-d, .floor-3-item-e, .floor-3-item-c{
    display: inline-block !important;
}
.floor-3-item-c .floor-checkbox,
.floor-3-item-d .floor-checkbox,
.floor-3-item-e .floor-checkbox {
    display: block;
}
.floor-3-item-1 .floor-checkbox,
.floor-3-item-2 .floor-checkbox,
.floor-2-item-c .floor-checkbox{
    border: 1px solid #000;
}
.floor-3-item-c .floor-checkbox:last-child,
.floor-3-item-d .floor-checkbox:last-child,
.floor-3-item-e .floor-checkbox:last-child,
.floor-2-item-c .floor-item-block:last-child .floor-checkbox{
    border-bottom: 1px solid #000;
}

.floor-1-item-central .stage-floor-item .floor-checkbox{
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #000;
}

.floor-1-item-central .stage-floor-item .floor-checkbox:last-child{
    border-right: 1px solid;
}

.floor-1-item-central .stage-floor-item .separator-name{
    height: 22px;
    width: 30px;
    display: inline-block;
}
.floor-1-item-central .stage-floor-item .separator-name-middle{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.floor-border-left{
    border-left: 1px solid #000;
}

.floor-border-right{
    border-right: 1px solid #000;
}
.floor-1-item-l1e .floor-checkbox,
.floor-1-item-l1f .floor-checkbox,
.floor-2-item-l2j .floor-checkbox,
.floor-2-item-l2k .floor-checkbox,
.floor-2-item-l2m .floor-checkbox,
.floor-2-item-l2n .floor-checkbox
{
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #000;
}

.floor-1-item-l1e .floor-item-block:first-child .floor-checkbox,
.floor-1-item-l1f .floor-item-block:first-child .floor-checkbox,
.floor-2-item-l2j .floor-item-block:first-child .floor-checkbox,
.floor-2-item-l2k .floor-item-block:first-child .floor-checkbox,
.floor-2-item-l2m .floor-item-block:first-child .floor-checkbox,
.floor-2-item-l2n .floor-item-block:first-child .floor-checkbox
{
    border-bottom: none;
}

.floor-1-item-l1e .floor-item-block .floor-checkbox:last-child,
.floor-1-item-l1f .floor-item-block .floor-checkbox:last-child,
.floor-2-item-l2j .floor-item-block .floor-checkbox:last-child,
.floor-2-item-l2k .floor-item-block .floor-checkbox:last-child,
.floor-2-item-l2m .floor-item-block .floor-checkbox:last-child,
.floor-2-item-l2n .floor-item-block .floor-checkbox:last-child
{
    border-right: 1px solid #000;
}
.floor-2-item-a .floor-checkbox,
.floor-2-item-b .floor-checkbox,
.floor-3-item-a .floor-checkbox,
.floor-3-item-b .floor-checkbox,
.floor-3-item-f .floor-checkbox,
.floor-2-item-l2i .floor-checkbox,
.floor-2-item-l2o .floor-checkbox
{
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #000;
}
.floor-2-item-a .floor-checkbox:nth-child(2),
.floor-2-item-b .floor-checkbox:nth-child(2),
.floor-3-item-a .floor-checkbox:nth-child(2),
.floor-3-item-b .floor-checkbox:nth-child(2),
.floor-3-item-f .floor-checkbox:nth-child(2),
.floor-2-item-l2i .floor-item-block:first-child .floor-checkbox:first-child,
.floor-2-item-l2o .floor-item-block:first-child .floor-checkbox:first-child
{
    border-left: 1px solid;
}
.floor-2-item-1 .stage-col-8 .separator-name,
.floor-2-item-2 .stage-col-8 .separator-name,
.floor-1-item-left .separator-name{
    height: 22px;
    display: inline-block;
}
.floor-2-item-1 .stage-col-8 .floor-checkbox,
.floor-2-item-2 .stage-col-8 .floor-checkbox{
    border: 1px solid #000;
}
.floor-1-item-left .floor-checkbox,
.floor-1-item-right .floor-checkbox{
    border: 1px solid #000;
}
.stage-note-price-content{
    width: 320px;
    margin: 0 auto;
    text-align: center;
}
.stage-note-price-content li{
    display: inline-block;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 10px;
}
.stage-note-price-content h2{
    text-transform: uppercase;
}
.floor-1-items{
    background: #fff;
    border-radius: 0 0 20% 20%;
}
.floor-2-item-1, .floor-2-item-2, .floor-2-item-3{
    background: #e8e8ea;
}
.floor-2-item-c{
    text-align: right;
}
.floor-2-item-c .separator-name{
    display: block;
    width: 100%;
}
.floor-2-item-1 .stage-col-8 .separator-name,
.floor-2-item-2 .stage-col-8 .separator-name{
    font-size: 12px;
}
.floor-2-item-3{
    padding-top: 10px;
    padding-bottom: 10px;
}
.floor-3-item-3{
    padding-top: 10px;
    padding-bottom: 10px;
}
.floor-3-item-1, .floor-3-item-2, .floor-3-item-3{
    background: #d1d2d4;
    position: relative;
}
.floor-3-item-2:after, .floor-3-item-1:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #d1d2d4;
    width: 100%;
    height: 50%;
}
.floor-2-item-1 .floor-2-item-c{
    text-align: left;
}

.form-booking .floor-checkbox, .floor-item-block {
    line-height: 0;
}
.form-booking .separator-name {
    line-height: normal;
}
.form-booking .separator-name {
    font-size: 14px;
}
.form-booking .floor-checkbox, .form-booking .separator-name {
    margin-bottom: 0 !important;
}
.form-booking .separator-name {
    line-height: normal;
}
.form-booking .floor-1-item-central .separator-name {
    position: relative;
    top: -7px;
}
.form-booking .floor-1-item-under .separator-name {
    top: 0;
}
.form-booking label{
	font-weight: 400;
}
.seat-selected .content {
    color: #b97203;
}
.d-none {
    display: none!important;
}
.d-inline-block {
    display: inline-block!important;
}
.stage-note-price-content h2 {
    text-transform: uppercase;
	font-size: 30px;
}

.form-booking h3.title {
    margin-top: 20px;
}
.ff-content {
    background: #efefef;
}
.form-booking h3.title {
    color: #b97203;
    font-family: "SFDC", SFDC;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}
.form-booking #stage-content .stage-content {
    min-width: 1100px;
}
.ff-content{
	padding: 20px;
}
.form-booking h3.title i.i-title {
    padding: 9px 7px;
    margin-right: 10px;
    display: inline-block;
    background-color: #b97203;
}
#filter-daterangepicker {
    text-align: center;
    border: none;
    background: #efefef;
    padding: 5px 15px;
}
#filter-daterangepicker table {
    border-spacing: 5px;
    border-collapse: separate;
}
#filter-daterangepicker .bootstrap-datetimepicker-widget table td.day {
    height: 30px;
    line-height: 30px;
}
.tham-quan-grid-max, .tham-quan-grid-min{
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(180deg, #7A7A7A 0%, #BDBDBD 100%);
}
.tham-quan-grid-max{
	height: 400px;
}
.tham-quan-grid-min{
	height: 200px;
}
.tham-quan-grid-max .info, .tham-quan-grid-min .info{
	position: absolute;
	padding: 20px;
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
	width: 100%;
}
.tham-quan-grid-max .title, .tham-quan-grid-min .title{
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
}
.tham-quan-grid-max .link, .tham-quan-grid-min .link{
	border: 1px solid #ddd;
	padding: 6px 12px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	transition: .25s;
}
.tham-quan-grid-max .link:hover, .tham-quan-grid-min .link:hover{
	transition: .25s;
	transform: scale(1.05);
}
.pdd-lr-0{
	padding-left: 0;
	padding-right: 0;
}
.mrg-lr-0{
	margin-left: 0;
	margin-right: 0;
}
.tham-quan-grid-max .image, .tham-quan-grid-min .image{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: 3s;
}
.tham-quan-grid-max:hover .image, .tham-quan-grid-min:hover .image{
	transform: scale(1.6);
	transition: 3s;
}




.tham-quan-grid{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.tham-quan-grid{
	height: 300px;
	background-image: linear-gradient(180deg, #7A7A7A 0%, #BDBDBD 100%);
}

.tham-quan-grid .info{
	position: absolute;
	padding: 20px;
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
	width: 100%;
}
.tham-quan-grid .title{
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
}
.tham-quan-grid .link{
	border: 1px solid #ddd;
	padding: 6px 12px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	transition: .25s;
}
.tham-quan-grid .link:hover{
	transition: .25s;
	transform: scale(1.05);
}
.pdd-lr-5{
	padding-left: 5px;
	padding-right: 5px;
}
.mrg-lr-5{
	margin-left: -5px;
	margin-right: -5px;
}
.tham-quan-grid .image{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: 3s;
}
.tham-quan-grid:hover .image{
	transform: scale(1.6);
	transition: 3s;
}

.bg-gray{
	background: #EDEDED;
	padding: 10px;
}
.content-slider{
	margin-bottom: 40px;
}
.content-slider .des ul, .content-slider .des2 ul{
	list-style: disc;
}
.content-slider .des{
	margin-bottom: 20px;
}
.content-slider .des2{
	margin-top: 20px;
}
.content-slider h2{
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 5px;
}
.elementor-carousel-image {
    background: no-repeat 50%;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
	padding-bottom: 56.25%;
}
.mrg-b-10{
	margin-bottom: 10px;
}
.content-slider:last-child{
	margin-bottom: 0;
}
.swiper-button-next, .swiper-button-prev{
	height: 25px !important;
}
.mrb-30{
	margin-bottom: 30px;
}
.class-gallery{
	width: 100%;
    padding-top: 56.25%;
	position: relative;
	margin-bottom: 30px;
	display: block;
}
.class-gallery img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
	object-fit: cover;
}
#bodyhtml .des{
	margin-bottom: 20px;
}