/*-------------------------
   FONT
--------------------------*/
@font-face {
  font-family: fang;
  src: url('../fonts/fang.otf');
}

html {
  overflow-x: hidden; scroll-behavior:smooth;
}

body {
    letter-spacing: 0.5px!important;
    background-color: #fff!important;
    color: #000;
}

:focus {
    outline: none !important;
}
@media(max-width:991px){
#sp-main-body {
    padding: 50px 0px;
}}

p {
    margin: 0;
}

.zindex-1 {z-index:-1;}
.zindex1 {z-index:1;}
.zindex2 {z-index:2;}
.zindex3 {z-index:3;}
.zindex4 {z-index:4;}
.zindex5 {z-index:5;}
/*-------------------------
			FONT
--------------------------*/
h1 { font-size: 50px !important; line-height:1.2!important; }
h2 { font-size: 50px !important; line-height:1.2!important; }
h3 {font-size: 40px !important;line-height:1.2!important;}
h4 { font-size: 25px !important; line-height:1.2!important; }
h5 { font-size: 20px !important; line-height:1.2!important; }
h6 { font-size: 16px !important; line-height:1.2!important; }
body {font-size: 16px !important;line-height:1.8!important;font-family: 'Noto Sans SC'!important;}

@media (min-width: 768px) and (max-width: 991px){
h1 { font-size: 40px !important; line-height:1.2!important; }
h2 {font-size: 30px !important;line-height:1.2!important;}
h3 { font-size: 25px !important; line-height:1.2!important; }
h4 { font-size: 22px !important; line-height:1.2!important; }
h5 {font-size: 17px !important;line-height:1.2!important;}
h6 { font-size: 18px !important; line-height:1.2!important; }
body {font-size: 14px !important;line-height: 1.5!important;}
.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {font-size: 18px!important;}
}
  
@media(max-width:768px){
h1, h1.sppb-addon-title { font-size: 30px !important; line-height:1.2!important; }
h2, h2.sppb-addon-title { font-size: 30px !important; line-height:1.2!important; }
h3, h3.sppb-addon-title { font-size: 26px !important; line-height:1.2!important; }
h4, h4.sppb-addon-title { font-size: 22px !important; line-height:1.2!important; }
h5, h5.sppb-addon-title { font-size: 20px !important; line-height:1.2!important; }
h6, h6.sppb-addon-title { font-size: 16px !important; line-height:1.2!important; }
body { font-size: 14px !important; line-height:1.2!important; }
.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {font-size: 16px!important;}
}
.sppb-addon-divider-wrap {
    line-height: 0;
}

.dt-title-01 .sppb-addon-title {
    text-shadow: 0 0 10px black!important;
}

@supports (-webkit-touch-callout: none) {
    .sppb-section { transform: translate3d(0,0,0)!important; background-attachment:scroll!important;}
}

.fang-title.sppb-text-center h2 {
    font-family: 'fang';
    font-size: 50px!important;
    font-weight: normal;
}

span.red {
    color: #ff0000;
}

.mw-header h1.sppb-addon-title {
    font-family: 'fang';
    font-weight: normal;
    font-size: 75px!important;
    line-height: 1!important;
}
/*-------------------------
		Menu
--------------------------*/
div#sp-menu2 li {
    display: inline-flex;
    padding-right: 20px;
    border-bottom: 0px;
}

div#sp-menu2 ul li a:before {
    display: none;
}


section#sp-header2 {
    background: #ff0000;
    padding: 10px 0;
    z-index: 9999!important;
    width: 100%;
    position: fixed;  transition: top 0.5s ease;
}


.sp-megamenu-parent >li:hover>a:before {
    content: url(/images/0-discovery/others/btnleaf10.png)!important;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    -webkit-animation-name: float!important;
    -webkit-animation-duration: 3500ms!important;
    -webkit-animation-iteration-count: infinite!important;
    -webkit-animation-timing-function: linear!important;
}

a.menu-button {
    background: #fff;
    color: #ff0000!important;
    margin: auto!important;
    line-height: 40px!important;
    border-radius: 8px;
}

.offcanvas-menu a.menu-button:hover {
    line-height: 30px!important;
}

a.menu-button:hover {
    opacity:0.5; transition:0.5s ease;
    background: #fff;
    color: #ff0000!important;
    margin: auto!important;
    line-height: 40px!important;
    border-radius: 8px;
}

.menu-fixed a.menu-button {
    background: #ff0000;
    color: #fff!important;
    margin: auto!important;
    line-height: 40px!important;
    border-radius: 8px;
}

.menu-fixed  a.menu-button:hover {
    opacity:0.5; transition:0.5s ease;
    background: #ff0000;
    color: #fff!important;
    margin: auto!important;
    line-height: 40px!important;
    border-radius: 8px;
}


#sp-header .sp-megamenu-parent >li:hover>a.menu-button{
    color:#ff0000!important; transition:0.5s ease;
}
#sp-header .sp-megamenu-parent li.active:hover a.menu-button{
    color:#ff0000!important; transition:0.5s ease;
    background:#fff!important;
}
.menu-fixed#sp-header .sp-megamenu-parent >li:hover>a.menu-button{
    color:#fff!important; transition:0.5s ease;
}
.menu-fixed#sp-header .sp-megamenu-parent li.active:hover a.menu-button{
    color:#fff!important; transition:0.5s ease;
    background:#ff0000!important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a.menu-button {
    background: red;
    border-radius: 10px!important;
    color: #fff!important;
    text-align: center;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a.menu-button:before {
    display:none;
}


/*lang*/

.mw-lang ul.lang-inline {display: inline-flex;margin-right: 15px;}
.sp-module.mw-lang ul >li >a:before {display: none;}
.mw-lang li.lang-active{border: 0px!important;color:#fff!important;opacity: 1!important;}
.sp-module.mw-lang ul li:first-child {padding-right: 10px;position: relative;}
.sp-module.mw-lang ul li:first-child a {color: transparent!important;position: relative;}
.sp-module.mw-lang ul li:first-child a:hover, .sp-module.mw-lang ul li:first-child a :focus {color: #fff;}
.sp-module.mw-lang ul li:first-child:before {content: 'ÃƒÂ¤Ã‚Â¸Ã‚Â­';position: absolute;color: #fff;top: 5px;left: 0;}
.sp-module.mw-lang ul li:first-child a:hover:before {color: #ffffff780!important;}
.sp-module.mw-lang ul li:first-child:after {content: '|';position: relative;right: 0px;top: -2px;}
.sp-module.mw-lang ul li:nth-child(2) a:hover {color: #ffffff80!important;}

.menu-fixed .mw-lang li a{border: 0px!important;color:#000!important;opacity: 1!important;}
.menu-fixed .mw-lang li.lang-active{border: 0px!important;color:#000!important;opacity: 1!important;}
.menu-fixed .sp-module.mw-lang ul li:first-child:before {content: 'ÃƒÂ¤Ã‚Â¸Ã‚Â­';position: absolute;color: #000;top: 5px;left: 0;}
.menu-fixed .sp-module.mw-lang ul li:nth-child(2) a:hover {color: #ff0000!important;}


@media (max-width: 767px){
.sp-module.mw-lang ul li:first-child:before {content: 'ÃƒÂ¤Ã‚Â¸Ã‚Â­';position: absolute;color: #fff;top: 11px;left: 0;}
.menu-fixed .sp-module.mw-lang ul li:first-child:before {content: 'ÃƒÂ¤Ã‚Â¸Ã‚Â­';position: absolute;color: #000;top: 11px;left: 0;}
}}


/*-------------------------
   row-padding
--------------------------*/
.x-padding-top {
    padding-top: 80px!important;
}
@media screen and (max-width: 991px){
.x-padding-top {
    padding-top: 50px!important;
}}

.x-padding-bottom {
    padding-bottom: 80px!important;
}
@media screen and (max-width: 991px){
.x-padding-bottom {
    padding-bottom: 50px!important;
}}
.x-padding-both {
    padding: 80px 0 80px 0!important;
}
@media screen and (max-width: 991px){
.x-padding-both {
    padding: 50px 0 50px 0!important;
}}

/*-------------------------
   logo
--------------------------*/
.logo img {
    height: auto;
}
@media (max-width: 767px){
.logo img {
    /* height: auto; */
    /* transform: scale(0.7); */
    /* transform-origin: left; */
}}
/*-------------------------
   header
--------------------------*/
@media (max-width: 767px){
.mspga-header-banner {
    height: 60vh!important;
}}



/*-------------------------
   BOTTOM 4
--------------------------*/
#sp-bottom {
    font-size: 13px;padding: 80px 0;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container { margin-bottom: 0 !important; }
#sp-bottom .sppb-media-heading{
    display: none!important;
}
#sp-bottom4 .sppb-icon .sppb-icon-container i {
    line-height: 27px!important;
}
#sp-bottom #sp-bottom2 ul.nav.menu li {
  margin-bottom: 0px;
}

img.sp-bottom-logo {
    width: 60%;
}

#sp-bottom #sp-bottom1 .custom p {
    margin-bottom: 0px!important;
}

@media (min-width: 768px){
div#sp-bottom2 ul {display: inline-flex;/* float: right; */}
#sp-bottom2 ul.nav.menu li {margin-left: 20px;}
#sp-bottom .row {display: flex;align-items: flex-start;}
}

#sp-bottom #sp-bottom2 ul.nav.menu li a{color:hsl(0deg 0% 100% / 50%);}

#sp-bottom2 li.active a{color:hsl(0deg 0% 100% / 100%);}

#sp-bottom2 li a:hover{color:hsl(0deg 0% 100% / 100%);opacity:1!important;}

#sp-bottom2 li.active a {
    color: #fff!important;
    text-shadow: 0 0 10px white;
}

@media only screen and (max-width: 480px){
#sp-bottom .row>div {
    width: 100%;
    /* margin-bottom: 0px!important; */
}
img.sp-bottom-logo {
   margin-bottom:20px;
}}


/*----------------------------------------
     		   LOGIN
---------------------------------------*/
div#id-user {
    line-height: 75px;
}

div#id-user a{
    color: #fff!important;
}
.menu-fixed div#id-user a{
    color: #383838!important;
}
.sp-module.mw-lang {display: inline-block;color:#fff;margin-right: 0px;margin-left: 15px;}
.sp-module.mw-lang a{display: inline-block;color:#fff!important;}
.sp-module.mw-cart {display: inline-block;}
.sp-shopin-login{display: inline-block;}
.sp-module.mw-lang select.inputbox {
    height: 40px;
    border-radius: 15px;
    color: #ff4000;
	display:block !important;
}

#sp-top1 .mw-lang .chzn-container.chzn-container-single {
	display: none !important;
}

.sp-module.mw-acc {
    display: inline-block;
    line-height: 75px!important;
}

a.hikashop_small_cart_checkout_link {
    color: #fff!important;
}

/*----------------------------------------
     		   GALLERY
---------------------------------------*/
.com-speasyimagegallery.view-albums #sp-main-body{padding:50px 0px 30px 0px;}

.com-speasyimagegallery.view-album #sp-main-body{padding:50px 0px 30px 0px;}

.com-speasyimagegallery.view-albums .page-header {display: none;}

.com-speasyimagegallery.view-album .page-header {display: none;}


/*----------------------------------------
     		   FAQ
---------------------------------------*/
span.sppb-panel-title {
    color: #fff;
}

.sppb-panel-modern>.sppb-panel-heading {
    background: #26892400;
}

/*----------------------------------------
     		   FOOTER
---------------------------------------*/
footer#sp-footer {
    position: relative;
}

footer#sp-footer:before {
    position: absolute;
    content: '';
    background: #464646;
    height: 0px;
    width: 800px;
    margin: auto;
    left: 0;
    right: 0;
    top: 9px;
}

@media screen and (max-width:600px){
footer#sp-footer {
    padding-bottom: 30px!important;
    padding-top: 30px!important;
}

#sp-footer2 h3.sp-module-title {
    margin-top: 30px;
}}

#sp-footer a { font-weight: 400; }


/*sp-bottom*/
div#sp-bottom2 {
    position: relative;
}


div#sp-bottom2:before{
    position: absolute;
    content:'';
    background:#fff;
    left:0;
    bottom:0;
    top:0;
    margin: auto;
    width:1px;
    height: 133%;
}

div#sp-bottom2:after{
    position: absolute;
    content:'';
    background:#fff;
    right:0;
    bottom:0;
    top:0;
    margin: auto;
    width:1px;
    height: 133%;
}


/*footer icons*/
.footer-icons i {
    background: #fff!important;
    color: #ff0000!important;
    padding: 8px 8px;
    height:40px;
    width:40px;
    border-radius: 100%;
}





/*-------------------------
     OFFCANVAS
--------------------------*/ 
#offcanvas-toggler >i {
    color: #fff;
}

.offcanvas-menu {
    background: url(/images/0-discovery/others/offcanvas2.jpg)!important;
    background-position: left center;
    background-size: cover!important;
    background-repeat:no-repeat;
    background-position: 32% 100%!important;
    }

.offcanvas-menu {
    /* BACKGROUND: #15151536!important; */
    background-position: left center;
    background-size:cover;
    background-repeat:no-repeat;
    }

.offcanvas-menu {
    border-left: 4px solid #ff0000!important;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
    padding: 80px 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #000!important;
  border-radius: 0px;
}

.offcanvas-menu li.current.active a {
  color: #fff!important;
  font-weight: 900!important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
    background: #50b450 !important;
}


.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a {
  background: #464646 !important;
  color:#fff!important;
}
  

.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a{
  background: #ff0000!important;
  color:white!important;
}

/*for display child*/
.offcanvas-menu ul.menu-child {
    display: inherit !important;
}
.close-offcanvas{border:0px;}

i.fa.fa-remove {
    color: #000;
}


.gm-style-iw-d input.button {
    background: #ff0000;
    color: #fff;
    border: 0;
    letter-spacing: 0.5px;
    padding: 8px 15px;
}

/**************feature box**************/
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
  border: 0px solid transparent;
  padding: 0px;
}

.sppb-addon.sppb-addon-feature.sppb-text-center {
  padding: 0 !important;
  border: 0px !important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text {
    font-size: 14px;
}

.sppb-addon.sppb-addon-feature.sppb-text-center:hover {
  background: transparent !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
  background: transparent;
  border: 0px;
  padding: 0px;
  color: inherit;
}
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-addon-title.sppb-feature-box-title {
  color: inherit !important;
}
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-addon-text {
  color: inherit !important;
}
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-addon-text,
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-addon-title.sppb-feature-box-title,
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-icon
  span
  i {
  color: #ffff!important;
  font-size: 14px;
}
@media only screen and (max-width: 480px){
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text br {
    display: block;
}}


#sp-bottom4 .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text {
    font-size: 14px;
}




/*cta*/
@media (min-width: 768px) and (max-width: 991px){
.cta-screen {
    padding: 50px 25px!Important;
}}

@media only screen and (min-width: 992px) {
div#sp-cta .mspga-padding-both {
    padding: 7% 0!important;
}}



/*page-title*/
.sp-page-title .breadcrumb >.active {
    color: rgb(255 255 255 / 80%);
}
.sp-page-title .breadcrumb >span, .sp-page-title .breadcrumb >li, .sp-page-title .breadcrumb >li+li:before, .sp-page-title .breadcrumb >li>a {
    color: #fff;
}
.sp-page-title {
    padding: 100px 0 30px 0;
      background-attachment: scroll!important;
    background-position: center center!important;
}
@media(max-width:991px){
.sp-page-title {
    padding: 100px 0 30px 0;
}
}
.sp-page-title h2 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}
@media(max-width:991px){
.sp-page-title h2 {
    font-size: 18px !important;
}
}
.sp-page-title {
    background: #fff;
    text-align: left;
    border-bottom: 0px solid #ccc;
}
.sp-page-title h2:before {
    content: "";
    position: absolute;
    /* background: #000; */
    height: 2px;
    width: 50px;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
.sp-page-title .breadcrumb {
    margin-top: 0;
    font-size: 14px;
    position: relative;
}
.sp-page-title .breadcrumb >li>a:hover {
    color: #00000096;
}

.sp-page-title:before {
    position:absolute;
    content:'';
    width:100%;
    height:1000px;
    top:0;
    left:0;
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0 / 8%) 15%)!important;
}

.sp-page-title {
position:relative;overflow:hidden;}
/*-------------------------
     LIVE CHAT
--------------------------*/ 
#hover_text {top: 14%!important;}

@media (min-width: 768px){
.fab-wrapper {
    bottom: 35px!important;
  }}

/*-------------------------
     Checkout confirm
--------------------------*/ 
a.upload-button2 {
    background: #2ebf5e;
    color: #fff;
    padding: 15px 20px;
    text-transform: capitalize;
}

a.upload-button2:hover {
    background: #000;
    color: #fff;
    padding: 15px 20px;
    text-transform: capitalize;
}

/*scroll up*/

a.scrollup {
    bottom: 80px;
    right: 100px;
    background: #ff0000;
    border: 1px solid #fff;
    color: #fff!important;
}
a.scrollup:hover {
    /* bottom: 25px; */
    background: red;
    border: 2px solid #fff;
}
.scrollup:before {
    width: 38px;
    color: #fff;
}
.scrollup:hover:before {
    color: #fff;
}


/*--------------------------------
          SCROLL UP
--------------------------------*/

a.scrollup {
    right: 30px;
    bottom: 165px;
    border-radius: 50%;
    background: transparent!important;
    border: none!important;
}
.scrollup:before {
    color: #000;
}

.scrollup:before{
    position: absolute;
    line-height: 15px;
    float:right;
    top: -0px;
    text-align:right;
    right: 10px;
}


.scrollup{
    content: " "!important;
    background: url(/images/0-discovery/others/arrowup.png);
    content: '';
    height: 60px;
    width: 40px;
    background-repeat: no-repeat;
    -webkit-animation-name: float2;
    -webkit-animation-duration: 3500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.jumpnext-icon .fa-arrow-circle-down:before{
    content: url(/images/0-mspga/others/jumpnext.png);
    background-repeat: no-repeat;
    -webkit-animation-name: float2!important;
    -webkit-animation-duration: 3500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}




/*float*/
@keyframes float2 {
	0% {
	
		transform: translatey(0px);
	}
	50% {

		transform: translatey(-20px);
	}
	100% {

		transform: translatey(0px);
	}
}


/*-------------------------
      SCROLLBAR
--------------------------*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #44b66442;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff0000;
  border-radius:50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/*others*/
i{
    font-weight: 900!important;
}

@media (max-width: 767px){
.sppb-carousel-extended-nav-control {
    display: none;
}}

.fa-shopware {position: relative;top:10px;}.fa-shopware:before {content:url(/images/00_Master/Others/laz.png)!important;bottom: 2px;left: 7px;position: absolute;}



/*line*/
.line-position {
    position: fixed;
    z-index: 99;
    bottom: -25px;
    right: 0 !important;
    width: 150px;
}
@media(max-width:991px){
.line-position {
    position: fixed;
    z-index: 99;
    bottom: -65px;
    right: -20px !important;
    width: 150px;
}
}
.line-position img {
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
    border-radius: 100px;
    width: 60px !important;
    height: 60px !important;
}
@keyframes glowing {
  0% { background-color: #00b900; box-shadow: 0 0 3px #00b900; }
  50% { background-color: #00b900; box-shadow: 0 0 40px #00b900; }
  100% { background-color: #00b900; box-shadow: 0 0 3px #00b900; }
}


/*end of mw overall*/

/*feed*/
/*feed*/

.promotion-msg-card {
    position: relative;
    background: #fff;
    width: 400px !IMPORTANT;
    max-width: 400px;
    border-radius: 5px;
    padding: 1px 0px 10px 10px;
    box-shadow: 0px 0px 10px #00000015;
}
.promotion-msg-card .close-button {
    position: absolute;
    right: 10px;
    top: 0px;
}
.promotion-msg-card p {
    line-height: 1.3;
    margin: 0px;
}
.promotion-msg-card p.msg-content {
    line-height: 1.3;
    margin: 0px;
    padding-right: 25px;
    font-size: 13px;
  }
@media(max-width:991px){
.promotion-msg-card {
    width: 300px !IMPORTANT;
    max-width: 300px;
    border-radius: 5px;
    padding: 1px 0px 10px 10px;
}
.promotion-msg-card .close-button {
    position: absolute;
    right: 10px;
    top: 0px;
}
.promotion-msg-card p {
    line-height: 1.3;
    margin: 0px;
    font-size: 8px !important;
}
.promotion-msg-card p.msg-content {
    line-height: 1.3;
    margin: 0px;
    font-size: 10px !important;
    padding-right: 20px;
  }}

section#sp-cart-position {
    position: fixed;
    bottom: 20px;
    z-index: 9999999999;
    width: 300px !IMPORTANT;
    max-width: 300px;
}

/*landing*/
.landing-page-css header#sp-header,
.landing-page-css section#sp-bottom,
.landing-page-css footer#sp-footer {
    display: none;
}