.btn10 {
  position: absolute;
  width: 60px;
  height: 60px;
  right:3px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.btn10 .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 8px;
  width: 60px;
  top: 30px;
  background-color: #212121;
}
.btn10 .icon:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 60px;
  height: 8px;
  background-color: #212121;
  content: "";
  top: -20px;
}
.btn10 .icon:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 60px;
  height: 8px;
  background-color: #212121;
  content: "";
  top: 20px;
}
.btn10.open .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}
.btn10.open .icon:before {
  -webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(-20px, -6px);
          transform: rotateZ(-45deg) scaleX(0.75) translate(-20px, -6px);
}
.btn10.open .icon:after {
  -webkit-transform: rotateZ(45deg) scaleX(0.75) translate(-20px, 6px);
          transform: rotateZ(45deg) scaleX(0.75) translate(-20px, 6px);
}
.btn10:hover {
  cursor: pointer;
}
.btn11 {
  position: absolute;
  width: 32px;
  height: 32px;
  margin:10px 8px 2px 13px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.btn11 .icon-left {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  height: 2px;
  width: 12px;
  top: 15px;
  background-color: #fff;
}
.btn11 .icon-left:before {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -8px;
}
.btn11 .icon-left:after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 8px;
}
.btn11 .icon-left:hover {
  cursor: pointer;
}
.btn11 .icon-right {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  height: 2px;
  width: 12px;
  top: 15px;
  background-color: #fff;
  left: 12px;
}
.btn11 .icon-right:before {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -8px;
}
.btn11 .icon-right:after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 8px;
}
.show .btn11 .icon-left {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  background: transparent;
}
.show .btn11 .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(1.5px, 1.5px);
          transform: rotateZ(45deg) scaleX(1.25) translate(1.5px, 1.5px);
}
.show .btn11 .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(1.5px, -1.5px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(1.5px, -1.5px);
}
.show .btn11 .icon-right {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  background: transparent;
}
.show .btn11 .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(-1.5px, 1.5px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(-1.5px, 1.5px);
}
.show .btn11 .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(-1.5px, -1.5px);
          transform: rotateZ(45deg) scaleX(1.25) translate(-1.5px, -1.5px);
}
.btn11:hover {
  cursor: pointer;
}


.btn12 {
  position: absolute;
  width: 32px;
  height: 32px;
  /*top: 300px;
  left: 312px;*/
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.btn12 .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 30px;
  top: 12px;
  background-color: #fff;
}
.btn12 .icon:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  content: "";
  top: -10px;
}
.btn12 .icon:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  content: "";
  top: 10px;
}
.btn12.open .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.btn12.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.15) translate(6.5px, 6.5px);
          transform: rotateZ(45deg) scaleX(1.15) translate(6.5px, 6.5px);
}
.btn12.open .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.15) translate(6.5px, -6.5px);
          transform: rotateZ(-45deg) scaleX(1.15) translate(6.5px, -6.5px);
}
.btn12:hover {
  cursor: pointer;
}

@charset "UTF-8";
.after-before {
  position: absolute;
  content: "";
}

.img-default {
  float: left;
  width: 100%;
  height: auto;
}

.float-default {
  float: left;
  width: 100%;
}

.menu_item_bg {
  position: relative;
  float: left;
  width: 100%;
  cursor: pointer;
}
.menu_item_bg .menu_item {
  float: left;
  width: 100%;
  height: 52px;
  line-height: 51px;
  /*text-transform: uppercase;*/
  padding: 0 8px 0 12px;
  /* font-family: 'Quicksand-Medium'; */
  text-transform: uppercase;
  -webkit-transition: all 180ms linear;
  -moz-transition: all 180ms linear;
  -o-transition: all 180ms linear;
  -ms-transition: all 180ms linear;
  transition: all 180ms linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
}
.menu_item_bg .menu_item.btm {
  letter-spacing: 0;
}
.menu_item_bg .menu_item span {
  font-size: 13px;
}
.menu_item_bg .menu_item i {
  float: right;
  height: 56px;
  width: 36px;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
  /* color: #999; */
}
.menu_item_bg:first-child .menu_item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menu_item_bg:hover .menu_item, .menu_item_bg.active .menu_item,
.menu_item_bg .menu_item:hover,
.menu_item_bg .show_sub_menu .menu_item {
  color: #fff;
  color: #F0CB81;
}

/*=============================================Sub Menu=============================================*/
.sub_menu_bg {
  position: absolute;
  /*height:232px;*/
  width: auto;
  /*padding:10px 20px 10px 0;*/
  right: -270px;
  top: 1px;
  z-index: 9999;
  display: none;
}

.sub_menu_box {
  float: left;
  width: 270px;
  margin: 0 0 0 0;
  /* font-family: 'Quicksand-Medium'; */
}

.sub_menu_item {
  position: relative;
  float: left;
  width: 100%;
  /*height:36px;
  line-height:36px;*/
  font-size: 13px;
  cursor: pointer;
  line-height: 18px;
  color: #053927;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-weight: bold;
  /* color: #00888A; */
  padding: 11px 12px 5px 12px;
  border-bottom: 1px dotted rgba(5, 57, 39, 0.26);
}

.sub_menu_item[lang=en] {
  font-size: 12px;
  line-height: 16px;
}

.sub_menu_item[lang=en]::after {
  height: 33px;
  line-height: 33px;
}

/* .sub_menu_item:first-child{
  border-bottom:1px solid rgba(41,45,113,0);
  border:none;
} */
.sub_menu_item:hover {
  color: #fff;
  background: rgb(255 0 0 / 48%);
}

.sub_menu_item:hover::after,
.sub_menu_item.active::after,
.sub_menu_item.selected::after {
  color: #fff;
}

.sub_menu_item.active,
.sub_menu_item.selected {
  /*padding-left:3px;*/
  color: #fff;
  /*background:#0085CD;*/
  background: #053927;
}

.menu_thumb_bg {
  position: absolute;
  width: 380px;
  left: 269px;
  top: 0;
  font-weight: bold;
  background: white;
  padding: 8px 8px 0 8px;
  display: none;
}

.menu_thumb_bg.bottom_thumb {
  top: auto;
  bottom: 0;
}

/*.menu_thumb_bg.left{
  left:-381px;
}*/
/*.menu_thumb_bg:nth-child(5){
  margin-top:30px;
}*/
.menu_thumb_bg img {
  float: left;
  width: 100%;
  height: auto;
  background: #000;
}

.menu_thumb_bg div {
  float: left;
  width: 100%;
  /*height: 42px;
  line-height: 42px;*/
  font-size: 14px;
  padding: 12px 2px 12px 2px;
  color: #053927;
  /*text-transform: uppercase;*/
}

/*.menu_bg[lang="en"] .menu_thumb_bg div{
  font-size: 12px;
}*/
.hover_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image:url(../thumbnail.jpg);*/
  background-size: cover;
  -webkit-transition: all 260ms linear;
  -moz-transition: all 260ms linear;
  -o-transition: all 260ms linear;
  -ms-transition: all 260ms linear;
  transition: all 260ms linear;
  -webkit-transition-delay: 110ms;
  /* Safari */
  -moz-transition-delay: 110ms;
  -o-transition-delay: 110ms;
  -ms-transition-delay: 110ms;
  transition-delay: 110ms;
  /*display:none;*/
}

.menu_bottom_bg {
  position: fixed;
  width: 318px;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 180ms linear;
  -moz-transition: all 180ms linear;
  -o-transition: all 180ms linear;
  -ms-transition: all 180ms linear;
  transition: all 180ms linear;
}

.menu_bottom_bg.bg {
  background: rgba(0, 0, 0, 0.48);
}

.left_panel {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
   /*background-color: #007C3D;*/
 background: rgb(0 160 44 / 80%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 9998;
  overflow: visible;
  display: none;
}
.left_panel::after {
  position: absolute;
  content: "";
  z-index: 99;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 150px;
  background: url(../Images/menu_bg.svg) no-repeat right bottom;
  opacity: 0.3;
  background-size: contain;
}

.menu_btn {
  position: fixed;
  width: 62px;
  height: 52px;
  right: -62px;
  top: 8px;
  z-index: 9;
  padding: 1px 0 0 0;
    background: #EB891A;
  /*background:  rgb(255 0 0 / 48%);*/
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.menu_btn.show {
  right: -62px;
  padding: 1px 0 0 1px;
  background: #EB891A;
  /*background:  rgb(255 0 0 / 48%);*/
}

.logo_bg {
  float: left;
  width: 100%;
  height: 82px;
  background-color:#FFFFFF;
}

.logo {
  position: absolute;
  width: 250px;
  height: 81px;
  background: url(../photo/logo-sgoland.png) center no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 0;
}

.lang_menu_bg {
  position: relative;
  float: left;
  width: 100%;
  margin: 120px 0 0 0;
  height: 16px;
  text-align: center;
}

.lang_menu_bg a {
  display: inline-block;
  width: 24px;
  height: 16px;
  margin: 0 7px;
  -webkit-transition: all 160ms linear;
  -moz-transition: all 160ms linear;
  -o-transition: all 160ms linear;
  -ms-transition: all 160ms linear;
  transition: all 160ms linear;
}

.lang_menu_bg a:hover {
  filter: brightness(116%);
  -webkit-filter: brightness(116%);
  -moz-filter: brightness(116%);
  -o-filter: brightness(116%);
  -ms-filter: brightness(116%);
}

.lang_menu_bg a:active {
  filter: brightness(88%);
  -webkit-filter: brightness(88%);
  -moz-filter: brightness(88%);
  -o-filter: brightness(88%);
  -ms-filter: brightness(88%);
}

.lang_menu_bg .vi {
  background: url(../Images/lang_vi.png) no-repeat 0 0;
  background-size: contain;
}

.lang_menu_bg .en {
  background: url(../Images/lang_en.png) no-repeat 0 0;
  background-size: contain;
}

.tablet-widget-bg {
  display: none;
}

.menu-connect-bg {
  float: left;
  width: 100%;
  text-align: center;
/*  margin-top: 32px;*/
  padding: 26px 0 26px 0;
}
.menu-connect-bg .item {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 33px;
  background: #620505;
  margin: 0 11px;
  font-size: 14px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.menu-connect-bg .item i {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 33px;
  text-align: center;
}
.menu-connect-bg .item img {
  float: left;
  width: 20px;
  height: auto;
  margin: 6px 0 0 7px;
}
.menu-connect-bg .item.wp img {
  float: left;
  width: 18px;
  height: auto;
  margin: 7px 0 0 7px;
}
.menu-connect-bg .item:hover {
  background: #053927;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.sub_menu_box i{
  float: right;
  margin-right: 15px;
}


.footer_control_bg {
    position: fixed;
    right: 6px;
    top: 8px;
    z-index: 999;
    display: none;
}

.control_btn {
    position: relative;
    float: left;
    cursor: pointer;
    width: 38px;
    height: 38px;
    margin-left: 5px;
	background: #052137;
    /*background: rgb(255 0 0 / 76%);*/
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.control_btn i{    float: right;
    height: 47px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: #fff;
  }

  .left_panel::after {
    position: absolute;
    content: "";
    z-index: 99;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 150px;
    background: url(/resources/icon/menu.svg) no-repeat right bottom;
    opacity: 0.3;
    background-size: contain;
}

.group-btn.active {
    display: block;
}

.group-btn {
    position: fixed;
    z-index: 9999;
    width: 46px;
    height: 93px;
    right: 0;
    top: 428px;
    display: none;
}

.group-btn .group-btn-item {
    float: left;
    width: 46px;
    height: 46px;
    background: white;
    text-align: center;
    line-height: 46px;
    font-size: 22px;
    color: #053927;
    z-index: 99;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.group-btn .menu-item-bg .menu-bg {
    position: absolute;
    width: auto;
    left: -259px;
    top: -46px;
    z-index: 9999;
    display: none;
}

.group-btn .menu-item-bg .menu-bg .menu-box {
    float: left;
    width: 258px;
    margin: 0 0 0 0;
    background: rgba(5, 57, 39, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.group-btn .menu-item-bg .menu-bg .menu-box .item.floor {
    background: #053927;
    color: white;
    padding: 12px 5px 12px 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.group-btn .menu-item-bg .menu-bg .menu-box .item {
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    padding: 10px 2px 10px 38px;
    text-align: left;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.16);
}

.group-btn .menu-item-bg .menu-bg.ehome .menu-box .item.active, .group-btn .menu-item-bg .menu-bg.ehome .menu-box .item:hover {
    color: #053927;
    background: white;
    border-bottom: 1px solid rgba(5, 57, 39, 0.5);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(5, 57, 39, 0.5);
}

.sub_menu_item img{
  width:100%;
}

.sub_menu_item span{
  font-size: 16px;
  float:left;
  text-align: center;
  width: 100%;
}

#wrap-avatar p {
    float: left;
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}

#wrap-avatar h3 {
    font-size: 20px;
    float: left;
    margin-bottom: 15px;
    color: #fff;
}

#wrap-avatar {
    position: absolute;
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
    bottom: 0px;
    left: 0px;
    z-index: 110;
}

#wrap-avatar a {
    color: #fff;
}

#wrap-title-scene{
  position: absolute;
    bottom: 10px;
    right: 190px;
    z-index: 9;
    text-align: right;
    display: none;
}

#wrap-title-scene p{
    font-size: 21px;
    color: #fff;
    padding: 5px 10px;
}