/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: -apple-system,
    BlinkMacSystemFont, sans-serif;
  font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #FF8200!important;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system,
    BlinkMacSystemFont, sans-serif;
  font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system,
    BlinkMacSystemFont, sans-serif;
  font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

textarea,select,input[type=date],input[type=datetime],input[type=datetime-local],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week] {
	border-radius: 5px;
	background: #fff;
	border: 1px solid rgba(204,204,204,.5);
	color: #595959;
	padding: 10px 12px;
	outline: 0;
	margin: 0;
	vertical-align: middle;
	width: 100%
}

textarea:focus,select:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus {
	outline-color: rgba(0,0,0,.1);
	outline-offset: -2px;
	outline-style: auto;
	outline-width: 5px
}

textarea[disabled],select[disabled],input[type=date][disabled],input[type=datetime][disabled],input[type=datetime-local][disabled],input[type=email][disabled],input[type=month][disabled],input[type=number][disabled],input[type=password][disabled],input[type=search][disabled],input[type=tel][disabled],input[type=text][disabled],input[type=time][disabled],input[type=url][disabled],input[type=week][disabled] {
	color: #eee
}

input[disabled],select[disabled],select[disabled] option,select[disabled] optgroup,textarea[disabled] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	color: #b3b3b3;
	cursor: default
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #b3b3b3
}

input:-moz-placeholder,textarea:-moz-placeholder {
	color: #b3b3b3
}

button,input[type=reset],input[type=submit],input[type=button] {
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	-ms-border-radius: 99px;
	border-radius: 99px;
	background: #ccc;
	border: 0;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-shadow: none;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	overflow: visible;
	margin: 0;
	text-decoration: none;
	vertical-align: middle;
	width: auto
}

button:hover,input[type=reset]:hover,input[type=submit]:hover,input[type=button]:hover {
	text-decoration: none;
	background: #bfbfbf
}

button[disabled],input[type=reset][disabled],input[type=submit][disabled],input[type=button][disabled] {
	background: #e0e1e2;
	color: rgba(0,0,0,.6);
	cursor: not-allowed
}

button[disabled]:hover,input[type=reset][disabled]:hover,input[type=submit][disabled]:hover,input[type=button][disabled]:hover {
	background: #e0e1e2
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.pr {
  position: relative !important;
}

.bgw {
  background-color: #fff;
}

.bgy {
  background-color: #fff2b2;
}

.orange {
  color: #f5bb44 !important;
}

.w100p {
  width: 100%;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

button#searchBtn:hover {
  background: transparent !important;
}

ul, li {list-style-type: none;}

.h420 {
  max-height: 420px;
}

.h150 {
  height: 150px;
}

.icon-en {
  background-image: url("/assets/img/icon-en.webp");
  width: 30px;
  height: 18px;
  background-size: contain;
  margin-right: 8px;
}
.icon-zhs {
  background-image: url("/assets/img/icon-zhs.webp");
  width: 30px;
  height: 18px;
  background-size: contain;
  margin-right: 8px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #FF6B00;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

section{
  margin-top: 60px;
}

.hide {
  display: none;
}


/*--------------------------------------------------------------
# Header Social Link Session
--------------------------------------------------------------*/
.header-social-links {
  background-color: #333;
  width: 100%;
  float: right;
  position: fixed;
  top: 0px;
  z-index: 9999;
  text-align: right;
  padding: 5px;
}

#header {
  z-index: 9999;
}

.header-social-links .social-links a {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
  margin-left: 10px;
}

.header-social-links .social-links a i {
  line-height: 0;
}

.header-social-links .social-links a:hover {
  color: #ff8200;
}

.header-social-links .share-btn{
  border: 2px solid #ff8200;
  border-radius: 15px !important;
  padding: 3px 8px;  
  color: #ff8200 !important;
}

.header-social-links .share-btn:hover{
  border: 2px solid #f5bb44;
  background-color: #f5bb44;
  color: black !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  z-index: 997;
  transition: all 0.5s;
  background-color: #ffffff;
}

#header.header-scrolled {
  height: 60px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
    line-height: 41px;
  }
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #000;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  max-height: 44px;
  margin-right: 10px;
  float: left;
  margin-top: 0;
  margin-right: 8px;
}

/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/
.section-title{
  margin-bottom: 50px;
  text-align: center;
}

.section-title h2{
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
#mumu{
  background: linear-gradient(#FFF, #FFFDF2, #FFF);
  padding: 0px 0 0px 0;
  height: fit-content;
  width: 100%;
  position: relative;
}

#mumu .hero-info-index {margin-top: 0%; text-align: center;}

#mumu .hero-img-index img {
  max-height: 400px;
      margin: 0 auto;
    display: block;
}

.vip-banner {
  padding-top: 4%;
  position: relative;
  margin-bottom: 100px;
}

.vip-banner h3 {
  color: #ff7300;
  font-size: 2.3em;
  padding: 0px;
  margin-bottom: 0;
}

.vip-banner p {
  margin-top: 10px;
}

.banner-why{
  border-radius: 20px;
  border: solid #666666 1px;
  padding: 30px 20px;
  background-color: white;
  position: absolute;
  bottom: -130px;
}

.banner-why .subheader{
  display: flex;
  align-items: center;
}

.banner-why .subheader h5{
  margin-bottom: 0;
}

.banner-why p{
  text-align: left;
  margin-bottom: 0;
}

.banner-why .row{
  align-items: center;
}

.banner-icon{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner-icon img{
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.banner-icon h6{
  margin-bottom: 0;
}

#offer{
  margin-top: 180px;
  margin-bottom: 40px;
}

.offer-dots{
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: white;
  right: 0;
  top: 40px;
  align-items: center;
  padding: 5px 0;
}

.offer-dots .dot{
  background-color: #666666;
}

.offer-dots .dot:nth-child(2){
  height: 5px;
  width: 5px;
}

.offer-items {
  text-align: left;
  padding: 10px;
  position: relative;
}

.offer-items img{
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.offer-items h5{
  margin-bottom: 10px;
}

.offer-items p{
  margin-bottom: 0;
}

.offer-outline{
  border: #666666 1px solid;
  border-radius: 20px;
  padding: 30px;
  min-height: 258px;
}

/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.donut-container {
  position: relative;
  margin-top: 30%;
  z-index: 99999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 4rem;
}

.donut {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.3rem solid rgba(0, 0, 0, 0.3);
  border-top-color: #000;
  animation: 1.5s spin infinite linear;
}

.donut-container .img-load {
  width: 40px;
  position: absolute;
  top: 13px;
  text-align: center;
  left: 13px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FFAE35;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #FF8200;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar .logo{
  display: none;
}

.navbar .icon-menu-mobile {
  display: none;
}

.nav-icon-test {
  display: none;
}

.dropdown img {
  display: none;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  font-size: 1rem;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 1em;
  color: #000;
  font-weight: 400;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FF8200;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.logo h1 a{
  padding: 0 !important;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #FF8200;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar .icon-menu a,
.navbar .icon-menu a:focus {
  justify-content: left;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }

}


@media (max-width: 991px) {

  .logo h1 a{
    padding: 15px 20px !important;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ffffff;
  padding: 0 0 20px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: linear-gradient(90deg, #fff9d9, #FFF, #FFF, #fff9d9);
  padding: 40px 0 20px 0;
}

#footer .footer-top .footer-info {
  display: flex;
    flex-direction: column;
    align-items: center;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 0px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
  text-align: center;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .copyright {
  color: #000;
  text-align: center;
  padding-top: 18px;
  font-size: smaller;
}

#footer .copyright a {
  color: #fff;
}

#footer .copyright a:hover {
  color: #FF8200;
}

.footer-top img {
  float: left;
  width: 50px;
  margin-top: -8px;
  margin-right: 8px;
}

#footer .footer-top a {
  color: #000 !important;
}

#footer .footer-top a:hover {
  color: #ff8200 !important;
}

#footer .contact-icons{
  text-align: center;
  margin-top: 10px;
}

#footer .contact-icons i{
  font-size: 25px;
  color: #ff8200;
}

#footer .contact-icons i:hover{
  font-size: 30px;
}

#footer .contact-icons i:first-child{
  margin-right: 15px;
}

#footer .policy{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 600;
}

#footer .policy .dot{
  height: 5px;
  width: 5px;
}

/*--------------------------------------------------------------
# Terms and conditions
--------------------------------------------------------------*/
.protocol{
  margin-top: 90px;
  margin-bottom: 20px;
}

.protocol-bg{
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 20px;
}

.protocol h1{
  text-align: center;
}

.protocol ul{
  padding-left: 0;
}

/*--------------------------------------------------------------
# em-verify-result
--------------------------------------------------------------*/
.em-verify{
  margin-top: 110px;
  text-align: center;
}

.em-verify .btn{
  border-radius: 10px;
  background-color: #ff8200;
  color: white;
  margin-top: 20px;
  margin-bottom: 40px;
}

.em-verify #title{
  margin-top: 10px;
}

.em-verify #titlefailed h2{
  margin-bottom: 0;
}

.em-verify .thanku-page{
  padding-left: 0;
}

.em-verify i{
  font-size: 100px;
  color: rgb(0, 181, 0);
}

.em-verify .bi-envelope-exclamation{
  color: red;
}

/*--------------------------------------------------------------
# livechat
--------------------------------------------------------------*/
.livechat{
  margin-top: 90px;
  margin-bottom: 40px;
}

.livechat .header{
  text-align: center;
  margin-bottom: 30px;
}
.livechat .header h1{
  margin-bottom: 10px;
}
.livechat .header p{
  width: 80%;
  margin: 0 auto;
}

.livechat .why{
  border: #666666 1px solid;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

.livechat .row{
  justify-content: space-evenly;
}

.livechat .offer-dots{
  right: -10px;
}

.livechat .why p{
  margin-bottom: 10px;
}

.livechat .why p:last-child{
  margin-bottom: 0;
}


.livechat a{
  color: #ff8200;
}

.livechat a:hover{
  font-size: large;
}
/******************** RESPONSIVE SESSION  *******************/
@media screen and (max-width: 1200px) and (min-width: 992px) {
  /*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
  #mumu .hero-info-index h2 {
    font-size: 4.1rem;
  }

  #mumu .hero-info-index h2 span {
    font-size: 4.3rem;
  }

  .offer-outline{
  min-height: 282px;
}

  #footer .footer-top .footer-links {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
 
}

@media screen and (max-width: 992px) {
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.vip-banner {
  position: unset;
  margin-bottom: 0;
}
.banner-why{
  position: unset;
}
.banner-why p{
  margin-bottom: 20px;
}
.banner-why .banner-icon{
  margin-bottom: 20px;
}
.banner-why .banner-icon:last-child{
  margin-bottom: 0;
}
#offer{
  margin-top: 50px;
}
.offer-outline{
  min-height: unset;
}
}

@media screen and (max-width: 992px) and (min-width: 780px) {
 
}

@media screen and (max-width: 576px) {
  section{
  margin-top: 80px;
}
  /* Banner
--------------------------------*/
.vip-banner h3{
  font-size: 2em;
}
.vip-banner .hero-info-index p{
  margin-bottom: 0;
}
}


@media screen and (max-width: 552px) {
  
  
}


@media screen and (max-width: 519px) {
 
}

