body {
    font-family: 'Sarabun';
}
.site-footer,
.site-header{
    display: none;
}
.post, .page {
    margin: 0;
}
.wrap-p p:hover{
    /* background: #1f1b1f; */
    transition: all .3s;
	color: #f26423;
}
#livechat-eye-catcher {
    display: none!important;
}
.menu-left.open-bar.vn_lan .menu-main-top h2 span,
.menu-left.open-bar.vn_lan ul li span,
.menu-left.open-bar.vn_lan h4 span {
    display: none;
}
.menu-left.open-bar.vn_lan .menu-main-top h2 span.vn,
.menu-left.open-bar.vn_lan ul li span.vn,
.menu-left.open-bar.vn_lan h4 span.vn {
    display: block;
}
.vn{
	display:none;
}
.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
div#main-navigation:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(#fff0, #000000);
    height: 25vh;
    width: 100%;
    bottom: 0px;
}
#load-content .vimeo-wrapper iframe {
    width: 100vw !important;
    height: 56.25vw !important;
    min-height: 135vh;
    min-width: 236vh;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
.wrap-p p:last-child:after{
	width:0px;
}
.play:before{
	position:absolute;
	content:'';
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 70px solid #fff;;
}
.play {
    position: fixed;
    width: 200px;
    height: 200px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	z-index: 999999;
    cursor: pointer;
}
.wrap-p p:after {
	position: ABSOLUTE;
    width: 5px;
    height: 67%;
    background: #fff;
    content: '';
    right: -12px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.wrap-p p {
	position: relative;
    color: #fff;
    font-size: 24px;
    margin: 0;
    background: transparent;
    margin: 20px 10px;
    padding: 10px;
    width: 300px;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s;
}
span.muteVideo {
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 25px;
    margin-top:65px;
}
span.muteVideo.off {
    right: 10px;
}
.lang:not(.clang_vn) span:nth-child(1) {
	/* background: #d0551e8c; */
}
.lang.clang_vn span:nth-child(2)  {
	/* background: #d0551e8c; */
}
.lang span:hover {
    background: #d0551e8c;
}
.lang span {
    width: 38px;
    float: left;
    display: block;
	background: #00000075;
	padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
}
.lang {
	text-align: center;
    cursor: pointer;
    position: fixed;
    color: #fff;
    bottom: 25px;
    width: 80px;
    height: 38px;
    left: 170px;
    z-index: 9999;
}
.lang button span {
    color: #212529;
    position: absolute;
    top: -80px;
    left: 0;
    width: 130%;
    font-size: 14px;
    text-align: left;
    background: #fff !important;
    padding: 10px!important;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.lang button:hover span {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
button.btn.btn-info.btn-lg {
    width: 38px;
    float: left;
    display: block;
    background: transparent;
    margin-right: 5px;
    border: none;
    padding: 0;
}
.menu-left.open-bar .lang {
    display: flex;
    width: auto;
    left: 50px;
    height: auto;
}
span.muteVideo i.fa.fa-volume-off {
    display: none;
}
span#muteVideo.off i.fa.fa-volume-up {
	display: none;
}
span#muteVideo.off i.fa.fa-volume-off {
    display: block;
}
span.muteVideo i {
	font-size: 40px;
    color: #f26323db;
}
.wrap-p{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
#main-navigation{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 99999;
}
#load-content > p{
    margin: 0;
}
#load-content .kc_wrap-video-bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    padding: 0px;
}
#load-content iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
}
.lang {
    display: none;
}
.menu-left.open-bar .lang {
    display: block;
}
#loading{
    position: fixed;
    display: block;
    background: #fff;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.loader{
        height: auto;
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader span{
    color: #fff;
    font-size: 24px;
    display: inline-block;
    transition: all .5s;
    animation: animate 2s infinite;
}
.loader span:nth-child(1){
    animation-delay: .1s;
}
.loader span:nth-child(2){
    animation-delay: .2s;
}
.loader span:nth-child(3){
    animation-delay: .3s;
}
.loader span:nth-child(4){
    animation-delay: .4s;
}
.loader span:nth-child(5){
    animation-delay: .5s;
}
.loader span:nth-child(6){
    animation-delay: .6s;
}
.loader span:nth-child(7){
    animation-delay: .7s;
}
@keyframes animate {
    0%{
        color: #fff;
        transform: translateY(0);
        margin-left: 0;
    }
    25%{
        color: #f26321;
        transform: translateY(-15px);
        margin-left: 10px;
    }
    100%{
        color: #fff;
        transform: translateY(0);
    }
}

.menu-main h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}
.menu-left.open-bar {
	left: 0px;
	animation: fadeIns ease 2s;
	-webkit-animation: fadeIns ease 2s;
	-moz-animation: fadeIns ease 2s;
	-o-animation: fadeIns ease 2s;
	-ms-animation: fadeIns ease 2s;
	opacity:1;
}
.menu-left {
	display:none;
    position: fixed;
    left: -280px;
    z-index: 99999;
    background:#ffffffe3;
    height: 100vh;
	padding: 80px 25px 60px 25px;
	width: 280px;
	animation: fadeOut ease 1s;
	-webkit-animation: fadeOut ease 1s;
	-moz-animation: fadeOut ease 1s;
	-o-animation: fadeOut ease 1s;
	-ms-animation: fadeOut ease 1s;
}
@keyframes fadeOut {
	0% {
		left: 0px;
	}
	100% {
		left: -280px;
	}
}

@-moz-keyframes fadeOut {
	0% {
		left: 0px;
	}
	100% {
		left: -280px;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		left: 0px;
	}
	100% {
		left: -280px;
	}
}

@-o-keyframes fadeOut {
	0% {
		left: 0px;
	}
	100% {
		left: -280px;
	}
}

@-ms-keyframes fadeOut {
	0% {
		left: 0px;
	}
	100% {
		left: -280px;
	}
}


@keyframes fadeIns {
	0% {
		left: -280px;
	}
	100% {
		left: 0px;
	}
}

@-moz-keyframes fadeIns {
	0% {
		left: -280px;
	}
	100% {
		left: 0px;
	}
}

@-webkit-keyframes fadeIns {
	0% {
		left: -280px;
	}
	100% {
		left: 0px;
	}
}

@-o-keyframes fadeIns {
	0% {
		left: -280px;
	}
	100% {
		left: 0px;
	}
}

@-ms-keyframes fadeIns {
	0% {
		left: -280px;
	}
	100% {
		left: 0px;
	}
}
a.custom-logo-link {
    margin-bottom: 30px;
}
.videoWrapper {
    /* position: relative; */
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.terms-main.active ul {
    display: block !important;
}
.terms-main ul{
	padding-left:15px;
	margin:0px;
	list-style-type: none;
}
.terms-main ul li {
    font-weight: 500;
    margin-bottom: 5px;
    padding-bottom: 5px;
	cursor: pointer;
	position: relative;
	font-size: 14px;
}
.terms-main.active h4 i.arrow.right {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	border-color: #f26321;
}
span.right-bar:before{
	border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 16px;
    position: absolute;
    right: 23px;
    top: 14px;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
span.right-bar {
    width: 60px;
    height: 60px;
    background: #f26323db;
    position: absolute;
    right: -60px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
	cursor: pointer;
}
div#main-navigation.enable-bottom {
    bottom: -300px;
}
li.aj.active-detail:after {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f26321;
    content: '';
    left: 0px;
    bottom: 3px;
}
.terms-main.active h4 {
    color: #f26321;
}
.terms-main.active ul {
    display: block !important;
    padding-left: 15px;
	padding-right: 0px !important;
}

.terms-main h4 {
    cursor: pointer;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body {
    height: 100vh;
    overflow: hidden;
}
.arrow {
	border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 3px;
    top: 6px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.terms-box {
    padding-left: 20px;
    position: relative;
	padding-top: 5px;
	overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
	height: calc(100vh - 185px);
}

/* width */
.terms-box::-webkit-scrollbar {
	width: 3px;
}

/* Track */
.terms-box::-webkit-scrollbar-track {
	box-shadow: inset 0 0 1px grey; 
	border-radius: 10px;
	background: #f36321; 
}
 
/* Handle */
.terms-box::-webkit-scrollbar-thumb {
	background: #793415; 
	border-radius: 10px;
}

/* Handle on hover */
.terms-box::-webkit-scrollbar-thumb:hover {
	background: #793415; 
}
.terms-box:before {
    /* content: ''; */
    width: 2px;
    height: 100vh;
    background: #f36321;
    position: absolute;
    left: 0px;
	top: 0px;
}
.terms-box h4 {
	position: relative;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.menu-left.open-bar span.right-bar:before {
    right: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
}



.lang span.active-lan {
    background: #d0551e8c;
}
.black {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    overflow: hidden;
    z-index: 11;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    background: #212529;
}
div#chat-widget-container {
    /*display: none;*/
}
body.nochat div#chat-widget-container {
    /*display: none !important;*/
	visibility: hidden !important;
}
.lang span:nth-child(1) {
    border-bottom: 0px;
	margin-right: 4px;
}
.wrap-p p a {
    color: #fff;
}
.wrap-p p a:hover {
    transition: all .3s;
    color: #f26423;
}
.modal{
    z-index: 99999;
}
@media screen and (max-width:1200px){
	.wrap-p p {
		font-size: 14px;
	}
}
@media screen and (max-width:767px){
	.menu-left {
		display: block;
	}
	div#main-navigation {
		display: none;
	}
}
@media screen and (max-width:500px){
	.lang span:nth-child(1) {
		margin-right: 0;
		margin-bottom: 4px;
	}
	.lang {
		width: 38px;
		height: 80px;
		left: initial;
		z-index: 9999;
		right: 25px;
	}
    .lang button span{
        width: 190px;
    }
}
@media screen and (max-width:380px){
	.lang {
		right: 5px;
		bottom: 5px;
	}
}
@media screen and (max-width:340px){
	.menu-left {
		left: -260px;
		padding: 60px 20px 40px 20px;
		width: 260px;
	}
}