@charset "utf-8";
@font-face {font-family: 'Quicksand-light'; src: url("../fonts/Quicksand-Light.otf") format("opentype")}
@font-face {font-family: 'Quicksand-book'; src: url("../fonts/Quicksand-Book.otf") format("opentype")}
@font-face {font-family: 'Quicksand-bold'; src: url("../fonts/Quicksand-Bold.otf") format("opentype")}
@font-face {font-family: 'CenturyGothic'; src: url("../fonts/century-gothic/Century-Gothic.ttf")}
html{-webkit-text-size-adjust:none;
scroll-behavior: smooth;}


/* body {font-size:20px; color:#464646;line-height:26px; margin:0; padding:0; font-family:'Quicksand-book', '微軟正黑體', 'PingFang HK'; -webkit-text-size-adjust:none; background:#fff} */
body {font-size:18px; color:#464646;line-height:26px; margin:0; padding:0; font-family:'PingFang HK', '微軟正黑體' ; -webkit-text-size-adjust:none; background:#fff}
img { border:0; padding:0; margin:0; max-width:100%; height:auto;}
div,form,span,dl,dt,dd {border: 0;margin: 0;padding: 0;list-style-type:none;}
ul,ol,li {margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6 { font-weight:normal;}
a { outline:none;-moz-outline:none; color:#2f3032;}
a:link {color:#2f3032;text-decoration: none}

a:visited {/*color:#2f3032;*/text-decoration: none}
a:active {color:#2f3032;text-decoration: none}
a:hover {color:#2f3032;text-decoration:none;}

/* a:visited {color:#d0f073;text-decoration: none}
a:active {color:#d0f073;text-decoration: none}
a:hover {color:#d0f073;text-decoration:none;} */


p { padding:0; margin:0; padding-bottom:10px;}
.tar { text-align:right}
.tal { text-align:left}
.tac { text-align:center}
.ft {float:left}
.fr {float:right}
.clear { clear:both}
.w100 { width:1170px; margin:0 auto; position:relative; z-index:2}
.page { text-align:center; padding-bottom:60px;}
.page ul { text-align:center}
.page ul li { display:inline-block; vertical-align:top; margin:0; padding:0 1px; }
.page ul li a { font-size:16px; color:#fff;width:24px; height:24px; background:#585d62;vertical-align:middle; position:relative; z-index:1; display:block;}
.page ul li a:hover {color:#fff; text-decoration:none; background:#479fa0;  }
.page ul li a:before {font-family:"iconfont" !important; position:absolute; z-index:999; top:12px; left:3px; font-size:18px; line-height:0; display:block;}
.prev-z a:before {content: "\e62e"; -webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);transform:rotate(180deg);}
.prev-s a:before {content: "\e602";-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);transform:rotate(180deg);}
.next-z a:before {content: "\e62e";}
.next-s a:before {content: "\e602";}
.page .page-s a { display:block;}
.page-s.active a {background:#479fa0}
input:focus, textarea:focus {outline:none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
    background-color:#ffffff !important;
}

/*common*/
.font-base { font-family: 'PingFang HK', '微軟正黑體'; }
.font-title { font-family: 'PingFang HK', '微軟正黑體'; }
.font-content { font-family: 'PingFang HK', '微軟正黑體'; }

/*header*/
header{position: relative; z-index: 99;}
.top {
  /* background: #d0f073; */
  background: rgb(214, 251, 105);
    font-size: 15px;
    color: #656565;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: center;
    padding: 5px 10px;
    letter-spacing: 1px;
}
.top i{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 100%;
    min-height: 18px;
}
.top i > img {
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 4px;
    height: 16px;
}

@media (max-width:767px){
  .top i{
    display: inline-block;
  }
}

.header {
    box-shadow:0px 2px 10px rgba(115, 115, 115, 0.7);
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
}

@media (max-width:996px) and (min-width:768px){
  .header {
    padding-bottom: 10px;
  }
}


.header .w100 {
    z-index: 5
}
.language {
    position: absolute;
    z-index: 99;
    top: 80px;
    right: 0;
}
.language a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 30px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    box-sizing:border-box;
    display: inline-block;
    margin: 0 5px;
}
.language a:hover,.language a.active {
    background-color: #6c6c6c;
    color:#fff;
}

/*end header*/
.depot {
    position: absolute;
    z-index: 99;
    top: 0;
    right:0;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
	overflow: hidden;
}
.depot a {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    background-color: #585858;
    line-height: 1em;
	padding: 20px 20px 20px 58px;
	display: block;
}
.depot a:before {
    content: '';
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0;
    width: 60px;
    height: 60px;
    background: url(../uploads/header/space.png) no-repeat ;
    background-size: 60px;
}
.logo {
    float: left;
    padding: 30px 150px 0 0;
}
.nav {
    float: left;
    margin-top: 62px;
}
.nav-img,.nav-close {
    display: none;
}
.nav-ul {
    list-style: none;
}
.nav-ul > li {
    float: left;
    font-size: 16px;
    line-height: 1.5em;
    margin-right: 40px;
    position: relative;
}
.nav-ul > li > a {
    font-family: '微軟正黑體', 'PingFang HK';
    color: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 6px;
    margin-bottom: 8px;

}
@media(max-width:767px){
	.nav-ul > li > a {
color:#636a70;
}

}

.nav-ul > li > a:before{
    content: '';
    position: absolute;
    z-index: 98;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #4da6eb;
    border-radius: 5px;
    transition: all .5s ease;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}

@media (max-width:767px){
  .nav-ul > li > a:before{
      z-index: 98;
      bottom: -5px;
      left: 0;
      width: 0;
      height: 4px;
  }

}


.nav-ul > li > a:after{
    content: '';
    position: absolute;
    z-index: 98;
    bottom: -1px;
    left: -1px;
    width: 6px;
    height: 6px;
    background-color: #d0f073;
    border-radius: 5px;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transform: translateX(-5px);
}
.nav-ul > li > a:hover:before{
    display: block;
    width: 100%;
}
.nav-ul > li > a:hover:after,.nav-ul > li.active > a:after {
    display: none;
    transform: translateX(0);
    opacity: 1;
}

.nav-ul > li.active > a:before  {
    display: block;
    width: 100%;
}
.nav-som {
    position:absolute;
    z-index:999;
    top:50px;
    left:50%;
    visibility:hidden;
    opacity:0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);}
.nav-som-ul { background:#d0f073; padding:0; list-style-type:none; margin-top:10px; border-radius: 8px;}
.nav-som-ul li { line-height:1.5em; height:auto; white-space:nowrap; margin-right:0!important; margin-left: 0!important;}
.nav-som-ul > li > a { font-size:16px; line-height:2em;  padding:10px 15px; position:relative; z-index:1; display:block;}
.nav-som-ul > li a:hover { color:#000  !important; background:#b9d965}
.nav-ul > li:hover .nav-som { visibility: visible; opacity:1; top:40px;}


.banner {
	overflow:hidden;
	clear:both;
	position:relative;
  /* max-width:1400px; */
	max-width:1600px; /* bert */
	margin:0 auto; /* bert */
  	z-index: 1;
    line-height: 0;

}
.slider-img { line-height:0;}
.slider-word { position:absolute;
    z-index:99;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-65%);
    -moz-transform:translate(-50%,-65%);
    -ms-transform:translate(-50%,-65%);
    transform: translate(-50%,-65%);
    font-size:22px;
    color:#fff;
    line-height:1.5em;
    text-align: center;
    margin-top: 0;
}
.word-l {
    font-size: 100px;
	text-shadow: 2px 2px 8px rgb(80, 80, 80);
    color: #fff;
    line-height: 1.2em;
    display: block;
	padding-top: 150px;
    padding-bottom:100px;
    letter-spacing: 0;
	font-weight: bold;
	opacity:0.95;
	transform:scale(1.5);
}
.word-r {
    font-size: 50px;
    color: #fff;
    text-shadow: 2px 2px 8px rgb(80, 80, 80);
    line-height: 1.5em;
    display:block;
    padding-bottom:100px;
    letter-spacing: 5px;
	opacity:0.95;
	transform:scale(1.8);
}

a.word-a {
    height: 80px;
    border-radius: 100px;
    font-size: 38px;
    color: #fff;
    line-height: 80px;
    padding: 0 30px 0 80px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 210px;
	transform:scale(2);
}
.word-a:before {
    content: '';
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: rgba(105,188,255,.9);
    top: 0;
    left: 0;
}
.word-a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 65px;
    height: 65px;
    background-color: #d0f073;
    top: 8px;
    left: 8px;
    border-radius: 50px;
}


@media (min-width:768px){
.word-l {
    font-size: 80px;
	transform:scale(1.6);
	padding-top: 220px;
	padding-bottom: 100px;
}
.word-r {
    font-size: 60px;
	transform:scale(1.5);
	padding-bottom: 120px;
}
a.word-a {
    transform:scale(1.4);
}
}

@media (min-width:996px){
.word-l {
}
.word-r {
    padding-bottom: 120px;
}
a.word-a {
}
}

@media (min-width:1200px){
.word-l {
	font-size: 100px;
	padding-bottom: 0;
	transform:scale(1);
}
.word-r {
	transform:scale(1);
}
a.word-a {
	transform:scale(1);
}
}


/* Bert - 20230609 Index */

.index-box p{
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

.index-box-eng p{
  font-size: 18px;
  line-height: 26px;
}

@media (max-width:996px){
  .index-box p{
    font-size: 16px;
    line-height: 22px;
  }
  .index-box-eng p{
    font-size: 16px;
    line-height: 20px;
  }

}

.index-threebox{
  background-color: #CFF073;
  background-image: url('../uploads/3boxbg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -360px bottom -110px;
  position: relative;
  transition: all 0.6s ease;
  /* box-shadow: 0 3px 5px rgba(50, 50, 50, 0.8); */
}

.threebox-title{
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
}

.threebox-title h1{
  padding-bottom: 20px;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 70px;
  line-height: 50px;
  margin: 0;
  padding: 30px;
  letter-spacing: 6px;
}

.threebox-title span{
  color: #0784d1;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 2px;
}

.threebox-title p{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.functionbox-main{
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
}

.cubebox{
  position: relative;
  width: 33.33333%;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: -10px 30px 50px rgba(58, 60, 51, 0.35);
  position: relative;
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-shadow: 0px 2px 5px rgba(8, 15, 8, 0.85);
  transition: all 0.25s ease;
  z-index: 10;
}

.cubebox a{
  color: rgb(255, 255, 255);
}


.cubebox:hover{
  box-shadow: -20px 50px 80px rgba(58, 60, 51, 0.40);
  transform: scale(1.03);
}

.cubebox:nth-child(2){
  z-index: 9;
}

.cubebox::before{
  content: '';
  position: absolute;
  z-index: 20;
  top: -28px;
  left: -13px;
  background-image: url('../uploads/index-section-new/service-smallcube.png');
  background-repeat: no-repeat;
  width: 130px;
  height: 30px;

}


.functionbox{
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.functionbox span{
  position: absolute;
  right:15px;
  bottom: -10px;
}


.filterbg{
  mix-blend-mode: multiply;
  background-color: rgb(74, 74, 74);
  opacity: 0.75;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.functionbox:hover > .filterbg{
  opacity: 1;
}


.contentflex{
  position: relative;
  z-index: 1;
  transition: all 0.45s ease;
}

.contentflex span{
  font-size: 16px;
}

.functionbox:hover > .contentflex{
  margin-top: -160px;
}

.functionbox:hover > .contentflex p{
  padding-top: 35px;
}

.functionbox:hover > .contentflex h2{
  margin-bottom: 90px;
}

.functionbox:hover > .contentflex h4{
  padding-bottom: 3px;
  /* border-bottom: solid 3px #00E0FF; */
}

.contentflex h2{
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 100px;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.contentflex h4{
  font-size: 18px;
  font-weight: 400;
  /* border-bottom: solid 4px #00E0FF; */
  color: rgb(77,77,77);
  text-shadow: none;
  background-color: rgb(219,255,87);
  display: inline;
  padding: 5px 23px 5px 28px;
  letter-spacing: 1px;
  transition: all 0.5s ease;
}


.contentflex h4 img{
  margin-left: 20px;
  width: 10px;
}

.contentflex p{
  padding: 45px;
  padding-top: 150px;
  text-align: left;
  transition: all 0.5s ease;
  font-size: 16px!important;
  line-height: 24px;
}

.contentflex p span{
  margin-top: 15px;
}

.multiple{
  background-image: url('../uploads/index-section-new/ministorage@2x.jpg');
  background-size: cover;
  background-position: center 100%;
}

.flexible{
  background-image: url('../uploads/index-section-new/box@2x.jpg');
  background-size: cover;
  background-position: center 100%;
}

.platform{
  background-image: url('../uploads/index-section-new/doortodoor-storage.jpg');
  background-size: cover;
  background-position: center 100%;
}

/* ENG ver */

.threebox-title-eng h1{
  font-size: 42px;
  letter-spacing: 0;
  line-height: 24px;
}

.threebox-title-eng span{
  font-size: 22px;
  letter-spacing: 0;
}

.threebox-title-eng p{
  letter-spacing: 0;
  width: 960px;
}

.functionbox-main-eng .contentflex h2{
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 90px;
  margin-bottom: 50px;
}

.functionbox-main-eng .contentflex p{
  padding: 45px;
  padding-top: 150px;
}



@media (max-width:1350px){

  .index-threebox{
    background-size: cover;
    background-position: right -180px bottom -80px;
  }

  .threebox-title{
    padding-top: 70px;
  }

  .threebox-title h1{
    font-size: 70px;
  }

  .threebox-title span{
    font-size: 25px;
  }

  .threebox-title p{
    width: 900px;
  }

  .functionbox-main{

  }

  .index-video-box{
    /* padding-left: 15px;
    padding-right: 15px; */
  }

  .cubebox{
  }

  .functionbox{
    width: 100%;
    height: 250px;
    overflow: hidden;
  }



  .filterbg{
  }

  .functionbox:hover > .filterbg{
  }

  .contentflex{
  }

  .functionbox:hover > .contentflex{
    margin-top: -150px;
  }

  .functionbox:hover > .contentflex p{
    padding-top: 25px;
  }

  .functionbox:hover > .contentflex h2{
    margin-bottom: 80px;
  }

  .functionbox:hover .contentflex h4{
    padding-bottom: 3px;
  }

  .contentflex h2{
    margin-top: 80px;
  }


  .contentflex h4{
  }

  .contentflex p{
    font-size: 15px!important;
  }

  .contentflex p span{
    margin-top: 5px;
  }

  .multiple{
    background-size: cover;
  }

  .flexible{
    background-size: cover;
  }

  .platform{
    background-size: cover;
  }

  /* ENG ver */

  .threebox-title-eng h1{
    font-size: 42px;
    letter-spacing: 0;
    line-height: 24px;

  }

  .threebox-title-eng span{
    font-size: 22px;
    letter-spacing: 0;
  }

  .threebox-title-eng p{
    letter-spacing: 0;
    width: 800px;
  }

  .functionbox-main-eng .contentflex h2{
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 80px;
    margin-bottom: 35px;
  }

  .functionbox-main-eng .contentflex p{
    padding: 25px;
    padding-top: 150px;
  }

}

@media (max-width:996px){

  .index-threebox{
    background-size: cover;
    background-position: left -380px bottom -130px;
    padding-top: 50px;
  }

  .threebox-title{
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .threebox-title h1{
    line-height: 28px;
    margin: 0;
    letter-spacing: 5px;
    font-size: 55px;
  }

  .threebox-title span{
    font-weight: 400;
  }

  .threebox-title p{
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }


  .functionbox-main{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
  }

  .index-video-box{
    /* padding-left: 15px;
    padding-right: 15px; */
  }

  .cubebox{
    position: relative;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: -10px 30px 50px rgba(58, 60, 51, 0.35);
    text-shadow: 0px 2px 5px rgba(8, 15, 8, 0.85);
    margin-bottom: 80px;
  }

  .cubebox:hover{
    box-shadow: -20px 50px 80px rgba(58, 60, 51, 0.40);
    transform: scale(1.03);
  }

  .cubebox:nth-child(2){
    z-index: 9;
  }

  .cubebox::before{
    content: '';
    top: -21px;
    left: -10px;
    width: 130px;
    height: 30px;
    background-size: 75%;
  }


  .functionbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .functionbox span{
    position: absolute;
    right:10px;
    bottom: 25px;
  }

  .filterbg{
  }

  .functionbox:hover > .filterbg{
    opacity: 1;
  }


  .contentflex{
    height: 260px;
  }

  .functionbox:hover > .contentflex{
    margin-top: -20px;
  }

  .functionbox:hover > .contentflex p{
    padding-top: 20px;
  }

  .functionbox:hover > .contentflex h2{
    margin-bottom: 35px;
  }

  .functionbox:hover > .contentflex h4{
    padding-bottom: 3px;
  }

  .contentflex h2{
    font-size: 48px;
    letter-spacing: 0;
    margin-top: 50px;
    margin-bottom: 35px;
  }

  .contentflex h4{
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 5px;
  }

  .contentflex p{
    padding: 20px;
    padding-top: 30px;
    text-align: left;
    font-weight: normal;
  }

  .multiple{
    background-size: cover;
  }

  .flexible{
    background-size: cover;
  }

  .platform{
    background-size: cover;
  }


  /* ENG ver */


  .threebox-title-eng h1{
    font-size: 35px;
    letter-spacing: 0;
    line-height: 20px;

  }

  .threebox-title-eng span{
    font-size: 22px;
    letter-spacing: 0;
  }

  .threebox-title-eng p{
    letter-spacing: 0;
    width: 630px;
  }

  .functionbox-main-eng .contentflex h2{
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .functionbox-main-eng .contentflex p{
    padding: 45px;
    padding-top: 30px;
  }

  }

@media (max-width:767px){

  .index-threebox{
    background-size: cover;
    background-position: left -380px bottom -130px;
    padding-top: 50px;
  }

  .threebox-title{
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .threebox-title h1{
    font-weight: 500;
    font-size: 36px;
    line-height: 15px;
    margin: 0;
    padding-bottom: 20px;
    letter-spacing: 0;
  }

  .threebox-title span{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0;
  }

  .threebox-title p{
    width: 96%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .functionbox-main{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }

  .index-video-box{
    padding-left: 0;
    padding-right: 0;
  }

  .cubebox{
    width: 85%;
    margin-bottom: 30px;
  }

  .functionbox{
    width: 100%;
    height: 320px;
  }

  .functionbox span{
    position: absolute;
    right:10px;
    bottom: 0;
  }

  .functionbox-main-eng .funtionbox span{
    position: absolute;
    right:10px;
    bottom: 50px;
  }

  .filterbg{
  }

  .functionbox:hover > .filterbg{
    opacity: 1;
  }


.functionbox:hover > .contentflex{
    margin-top: 0;
  }

.functionbox:hover > .contentflex p{
    padding-top: 25px;
  }

.functionbox:hover > .contentflex h2{
    margin-top: 12%;
    margin-bottom: 25px;
  }

.functionbox:hover > .contentflex h4{
    padding-bottom: 3px;
  }

  .contentflex h2{
    font-size: 40px;
    letter-spacing: 0;
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .contentflex h4{
    font-size: 18px;
    font-weight: normal;
    display: inline;
    padding-bottom: 3px;
    letter-spacing: 3px;
  }

  .contentflex p{
    padding: 15px;
    padding-top: 20px;
    text-align: left;
  }

  .multiple{
    background-size: cover;
  }

  .flexible{
    background-size: cover;
  }

  .platform{
    background-size: cover;
  }


  @media (max-width: 374px){
    .threebox-title h1{
      font-size: 30px;
    }

  }


  /* ENG ver */

  .threebox-title-eng{
    text-align: left;
  }

  .threebox-title-eng h1{
    font-size: 30px;
    letter-spacing: 0;
    line-height: 30px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .threebox-title-eng span{
    font-size: 20px;
    letter-spacing: 0;
    line-height: 10px;
    padding-left: 10px;
  }

  .threebox-title-eng p{
    letter-spacing: 0;
    /* width: inherit; */
  }

  .functionbox-main-eng .contentflex h2{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 10%;
    margin-bottom: 20px;
  }

  .functionbox-main-eng .contentflex h4{
    font-size: 16px;
    font-weight: normal;
    display: inline;
    padding-top: 8px;
    padding-bottom: 7px;
    letter-spacing: 0;
  }

  .functionbox-main-eng .contentflex h4 img{
    margin-left: 15px;
    width: 8px;
  }

  .functionbox-main-eng .contentflex:hover h4{
    padding-top: 8px;
    padding-bottom: 7px;
  }


  .functionbox-main-eng .contentflex p{
    padding: 25px;
    padding-top: 30px;
  }

  }

/* end */


/* Index Video -  */


.index-main{
}

.index-video-box{
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  background-image: url('../uploads/index-section/section-bg2.jpg');
  background-size: cover;
  z-index: 10;
  margin: 0 auto;
}

.video-section{
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.index-video{
  transition: all 0.6s ease;
  font-size: 1em;
  line-height: 2.2em;
  max-width: 1600px;
  min-height: 510px;
  margin: 0 auto 20px;
  position: relative;
  padding: 20px 0;
  color: rgb(65, 64, 64);
  background-image: url('../uploads/index-section-new/uspace-3dgraphic-nocloud@2x.png');
  background-size:  880px auto;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 20;
  display: flex;
}

.index-video .video-text{
  position: relative;
  width: 28%;
  margin-top: 170px;
  margin-left: 450px;
  margin-right: 10px;
  text-align: center;
}

.index-video .video-text h2{
  font-size: 1.7em;
  text-align: center;
  line-height: 0.95em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.index-video .video-text h2 span{
  font-size: 0.6em;
  font-weight: 400;
  color: rgb(7,132,209);
}


.index-video .video-text-eng h2{
  font-size: 1.6em;
  line-height: 0.95em;
}

.index-video .video-text-eng h2 span{
  font-size: 0.6em;
}


.video-box{
  position: relative;
  margin-top: 120px;
  margin-bottom: 0;
  width: 28%;
}

.video-box-text{
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 20px;
  text-align: left;
}

.video-box-text-eng{
  font-size: 18px;
}


.video-box-text .icon-play{
  width: 32px;
  vertical-align: middle;
  margin-right: 8px;
}

.video-box-text img{
  /* box-shadow: 0 20px 30px rgb(71, 71, 71); */
}

.index-video .video-youtube{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.index-video .videoiframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0 35px 40px rgba(27, 27, 27, 0.3);
}

.index-intro-content{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  margin-top: 20px;
}

.index-intro-content .intro-img{
  width: 50%;
  padding-left:25px;
  float: left;
}

.index-intro-content .intro-img img{
  width: 100%;
}

.intro-content-box{
  width: 40%;
  float: left;
  margin-top: 70px;
  padding-right: 50px;
}

.intro-content-box h2{
  font-size: 42px;
  padding-left: 60px;
  position: relative;
  font-weight: 500;
}

.intro-content-box h2::before{
  content: '';
  width: 52px;
  height: 52px;
  position: absolute;
  top: -13px;
  left: 0;
  background-image: url('../uploads/index-section-new/icon-uspace-gray.svg');
  background-repeat: no-repeat;
}

.intro-content-box p{
  margin-bottom: 50px;
}

.cloud-main{
  overflow: hidden;
}

.cloud{
  position: absolute;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0;
}

.cloud1{
  width: 130px;
  height: 100px;
  top: 10px;
  animation-name: cloud1;
  animation-duration: 55s;
  animation-delay: 1.25s;
  z-index: 10;
}

.cloud2{
  width: 220px;
  height: 180px;
  top:35px;
  animation-name: cloud2;
  animation-duration:62s;
  animation-delay: 1.15s;
  z-index:15;
}

.cloud3{
  width: 300px;
  height: 200px;
  top:270px;
  animation-name: cloud3;
  animation-duration: 75s;
  animation-delay: 1.45s;
  z-index: 30;
}

@keyframes cloud1 {
  0%   {opacity: 0; left: 600px;   transform: scale(0);}
  0.25%  {opacity: 0.7; transform: scale(1.05)}
  0.45%  {opacity: 0.7; transform: scale(1)}
  85%   {opacity: 0.7;}
  95%   {opacity: 0;}
  100%  {left: 300px;}
}

@keyframes cloud2 {
  0%   {opacity: 0; left: 440px; transform: scale(0);}
  0.25%  {opacity: 0.9; transform: scale(1.05)}
  0.45%  {opacity: 0.9; transform: scale(1)}
  85%   {opacity: 0.9;}
  95%   {opacity: 0;}
  100%  {left: 10px;}
}

@keyframes cloud3 {
  0%   {opacity: 0; left: 620px; transform: scale(0);}
  0.25%  {opacity: 0.95; transform: scale(1.05)}
  0.45%  {opacity: 0.95; transform: scale(1)}
  85%   {opacity: 0.95;}
  95%   {opacity: 0;}
  100%  {left: 120px;}
}



@media (max-width:1350px){

  .video-section{
    padding-bottom: 50px;
  }

  .index-main{
  }

  .index-video{
    transition: all 0.6s ease;
    font-size: 1em;
    line-height: 2.2em;
    max-width: 1600px;
    min-height: 430px;
    margin: 0 auto 20px;
    position: relative;
    padding: 20px 0;
    color: rgb(65, 64, 64);
    background-size:  700px auto;
    background-position: left -70px top 30px;
    background-repeat: no-repeat;
    z-index: 10;
    display: flex;
  }

  .index-video .video-text{
    position: relative;
    width: 48%;
    margin-top: 120px;
    margin-left: 0;
    margin-right: -20px;
    padding-left: 160px;
    text-align: center;
  }

  .index-video .video-text h2{
    font-size: 1.65em;
    text-align: center;
    line-height: 0.95em;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 60px;
  }

  .index-video .video-text h2 span{
    font-size: 0.6em;
    font-weight: 400;
    color: rgb(7,132,209);
  }

  .index-video .video-text-eng h2{
    font-size: 1.45em;
    line-height: 0.95em;
  }

  .index-video .video-text-eng h2 span{
    font-size: 0.6em;
  }


  .video-box{
    position: relative;
    margin-top: 120px;
    margin-bottom: 0;
    width: 32%;
  }

  .video-box-text{
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: left;
  }

  .video-box-text-eng{
    font-size: 18px;
  }

  .video-box-text .icon-play{
    width: 40px;
    vertical-align: middle;
    margin-right: 8px;
  }

  .video-box-text img{
    /* box-shadow: 0 20px 30px rgb(71, 71, 71); */
  }

  .index-video .video-youtube{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }

  .index-video .videoiframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: 0 35px 40px rgba(27, 27, 27, 0.3);
  }

  .index-intro-content{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    margin-top: 30px;
  }

  .index-intro-content .intro-img{
    width: 50%;
    padding-left:25px;
    padding-top: 20px;
    float: left;
  }

  .index-intro-content .intro-img img{
    width: 100%;
  }

  .intro-content-box{
    width: 40%;
    float: left;
    margin-top: 0;
    padding-top: 80px;
    padding-right: 50px;
  }

  .intro-content-box h2{
    font-size: 36px;
    padding-left: 60px;
    position: relative;
    font-weight: 500;
  }

  .intro-content-box h2::before{
    content: '';
    width: 52px;
    height: 52px;
    position: absolute;
    top: -13px;
    left: 0;
    background-repeat: no-repeat;
  }

  .intro-content-box p{
    margin-bottom: 50px;
  }


 .cloud1{
    width: 130px;
    height: 100px;
    top: 20px;
    animation-name: cloud1;
    animation-duration: 65s;
    animation-delay: 1s;
    z-index: 10;
  }


  .cloud2{
    width: 220px;
    height: 180px;
    top:35px;
    animation-name: cloud2;
    animation-duration:50s;
    animation-delay: 1.15s;
    z-index:15;
  }

  .cloud3{
    width: 260px;
    height: 200px;
    top:240px;
    animation-name: cloud3;
    animation-duration: 25s;
    animation-delay: 1.35s;
    z-index: 30;
  }


  @keyframes cloud1 {
    0%   {opacity: 0; left: 380px;   transform: scale(0);}
    0.35%  {opacity: 0.7; transform: scale(1.05)}
    0.55%  {opacity: 0.7; transform: scale(1)}
    85%   {opacity: 0.7;}
    95%   {opacity: 0;}
    100%  {left: 10px;}
  }

  @keyframes cloud2 {
    0%   {opacity: 0; left: 200px; transform: scale(0);}
    0.35%  {opacity: 0.9; transform: scale(1.05)}
    0.55%  {opacity: 0.9; transform: scale(1)}
    85%   {opacity: 0.9;}
    95%   {opacity: 0;}
    100%  {left: 40px;}
  }

  @keyframes cloud3 {
    0%   {opacity: 0; left: 280px; transform: scale(0);}
    0.35%  {opacity: 0.9; transform: scale(1.05)}
    0.55%  {opacity: 0.9; transform: scale(1)}
    85%   {opacity: 0.9;}
    95%   {opacity: 0;}
    100%  {left: 80px;}
  }


}


@media (max-width:996px){
  .index-main{
  }

  .index-video{
    font-size: 0.95em;
    line-height: 2.3em;
    max-width: 750px;
    display: block;
    /* flex-direction: column-reverse; */
    background-size:  100% auto;
    background-position: left -70px top -100px;
    background-repeat: no-repeat;
    z-index: 5;
  }

  .index-video .video-text{
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-bottom: 180px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .index-video .video-text h2{
    font-size: 1.8em;
    text-align: center;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 200px;
  }

  .index-video .video-text h2 span{
    font-size: 0.6em;
    font-weight: normal;
  }

  .index-video .video-text h2{
    font-size: 1.4em;
    font-weight: 500;
  }

  .index-video .video-text h2 span{
    font-size: 0.6em;
    font-weight: normal;
  }


  .index-video .video-text img{
    margin: 0 auto;
    width: 380px;
  }

  .video-box{
    margin-top: 15px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    width: 80%;
    float: none;
  }

  .video-box-text{
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .video-box-text .icon-play{
    width: 40px;
    margin-right: 8px;
  }

  .index-video .video-youtube{
  }

  .index-video .videoiframe{
  }


  .index-intro-content{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .index-intro-content .intro-img{
    width: 50%;
    padding-left:25px;
    padding-top: 80px;
    float: left;
  }

  .index-intro-content .intro-img img{
    width: 100%;
  }

  .intro-content-box{
    width: 45%;
    float: left;
    margin-top: 0;
    padding-top: 100px;
    padding-right: 50px;
  }

  .intro-content-box h2{
    font-size: 30px;
    padding-left: 55px;
    position: relative;
    font-weight: 500;
  }

  .intro-content-box h2::before{
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: -9px;
    left: 0;
    background-repeat: no-repeat;
  }

  .intro-content-box p{
    font-weight: normal;
    margin-bottom: 50px;
  }


  .cloud1{
    width: 100px;
    height: 100px;
    top: 0;
    animation-name: cloud1;
    animation-duration: 65s;
    animation-delay: 1s;
    z-index: 1;
  }


  .cloud2{
    width: 160px;
    height: 80px;
    top:40px;
    animation-name: cloud2;
    animation-duration:50s;
    animation-delay: 1.15s;
    z-index:15;
  }

  .cloud3{
    width: 200px;
    height: 200px;
    top:120px;
    animation-name: cloud3;
    animation-duration: 25s;
    animation-delay: 1.35s;
    z-index: 30;
  }


  @keyframes cloud1 {
    0%   {opacity: 0; left: 380px;   transform: scale(0);}
    0.35%  {opacity: 0.7; transform: scale(1.05)}
    0.55%  {opacity: 0.7; transform: scale(1)}
    85%   {opacity: 0.7;}
    95%   {opacity: 0;}
    100%  {left: 10px;}
  }

  @keyframes cloud2 {
    0%   {opacity: 0; left: 200px; transform: scale(0);}
    0.35%  {opacity: 0.9; transform: scale(1.05)}
    0.55%  {opacity: 0.9; transform: scale(1)}
    85%   {opacity: 0.9;}
    95%   {opacity: 0;}
    100%  {left: 40px;}
  }

  @keyframes cloud3 {
    0%   {opacity: 0; left: 280px; transform: scale(0);}
    0.35%  {opacity: 0.9; transform: scale(1.05)}
    0.55%  {opacity: 0.9; transform: scale(1)}
    85%   {opacity: 0.9;}
    95%   {opacity: 0;}
    100%  {left: 80px;}
  }


}


@media (max-width:767px){
  .index-main{
  }

  .index-video{
    font-size: 0.8em;
    line-height: 2.3em;
    max-width: 750px;
    display: block;
    /* flex-direction: column-reverse; */
    background-size:  450px auto;
    background-position: left -70px bottom 280px;
    background-repeat: no-repeat;
    z-index: 5;
  }

  .index-video .video-text{
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-bottom: 120px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .index-box-eng .index-video .video-text{
    margin-top: 20px;
    margin-bottom: 150px;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0;
  }



  .index-video .video-text h2{
    font-size: 1.4em;
    text-align: center;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 160px;
  }

  .index-box-eng .index-video .video-text h2{
      font-size: 1.4em;
      text-align: left;
      font-weight: 500;
      margin-top: 0;
      margin-bottom: 0;
      padding-right: 15px;
      padding-left: 160px;
    }


  .index-video .video-text h2 span{
    font-size: 0.6em;
    font-weight: normal;
    line-height: 0.8em;
  }

  .index-video .video-text img{
    margin: 0 auto;
    max-width: 380px;
    width: 68%;
  }

  .video-box{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    width: 92%;
    max-width: 420px;
    float: none;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
  }

  .video-box-text{
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }

  .video-box-text .icon-play{
    width: 28px;
    margin-right: 8px;
  }

  .index-video .video-youtube{
  }

  .index-video .videoiframe{
    box-shadow: 0 6px 8px rgba(54, 54, 54, 0.3);
  }

  .index-intro-content{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .index-intro-content .intro-img{
    width: 80%;
    padding-left: 20%;
    padding-top: 20px;
    float: inherit;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .index-intro-content .intro-img img{
    width: 80%;
  }

  .intro-content-box{
    width: 90%;
    float: inherit;
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .intro-content-box h2{
    font-size: 30px;
    padding-left: 55px;
    position: relative;
    font-weight: 500;
  }

  .intro-content-box h2::before{
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: -10px;
    left: 0;
    background-repeat: no-repeat;
  }

  .intro-content-box p{
    margin-bottom: 50px;
  }


  .cloud1{
    width: 80px;
    height: 100px;
    top: 0;
    animation-name: cloud1;
    animation-duration: 65s;
    animation-delay: 1s;
    z-index: 10;
  }


  .cloud2{
    width: 120px;
    height: 100px;
    top:180px;
    animation-name: cloud2;
    animation-duration:40s;
    animation-delay: 1.15s;
    z-index:25;
  }

  .cloud3{
    width: 160px;
    height: 200px;
    top:120px;
    animation-name: cloud3;
    animation-duration: 20s;
    animation-delay: 1.35s;
    z-index: 30;
  }


  @keyframes cloud1 {
    0%   {opacity: 0; left: 180px;   transform: scale(0);}
    0.35%  {opacity: 0.7; transform: scale(1.05)}
    0.55%  {opacity: 0.7; transform: scale(1)}
    85%   {opacity: 0.7;}
    95%   {opacity: 0;}
    100%  {left: 10px;}
  }

  @keyframes cloud2 {
    0%   {opacity: 0; left: 270px; transform: scale(0);}
    0.35%  {opacity: 0.9; transform: scale(1.05)}
    0.55%  {opacity: 0.9; transform: scale(1)}
    85%   {opacity: 0.9;}
    95%   {opacity: 0;}
    100%  {left: 40px;}
  }

  @keyframes cloud3 {
    0%   {opacity: 0; left: 200px; transform: scale(0);}
    0.35%  {opacity: 0.9; transform: scale(1.05)}
    0.55%  {opacity: 0.9; transform: scale(1)}
    85%   {opacity: 0.9;}
    95%   {opacity: 0;}
    100%  {left: 80px;}
  }


}



/* new feature box - 20220109 */

.feature{
  position: relative;
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 100px;
  width: 100%;
}

.feature-graybg{
  background-image: url('../uploads/index-section/section-bg2.jpg');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-box{
  font-size: 22px;
  min-height: 400px;
  position: relative;
}

.feature-multi{
  padding-bottom: 100px;
}

.feature-multi p{
  max-width: 860px;
}

h2.feature-title{
  font-size: 2em;
  background-color: rgb(6, 113, 178);
  color: rgb(255, 255, 255);
  padding: 28px 45px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  box-shadow: 3px 10px 15px rgba(54, 74, 99, 0.4);
  letter-spacing: 0.06em;
  text-align: center;
  min-width: 330px;
}

h2.feature-title-eng {
  font-size: 1.6em;
  letter-spacing: 0;
}

h2.feature-title::before{
  position: absolute;
  content: '';
  width: 115px;
  height: 50px;
  background-size: 100%;
  background-image: url('../uploads/index-section-new/feature-title-cube.png');
  background-repeat: no-repeat;
  top: -14px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}


h2.feature-title.feature-title-textonly{
  background-color: inherit;
  box-shadow: inherit;
  color: rgb(6, 113, 178);
  font-weight: 500;
  padding: 5px 45px;
}

h2.feature-title-textonly::before{
  display: none;
}




h2.feature-title-nobox{
  font-size: 1.6em;
  margin: 30px 0 5px;
  font-weight: 500;
}

.index-box-eng h2.feature-title-nobox{
  font-size: 28px;
}



@media (max-width:767px){
  .index-box-eng .feature h3{
    font-size: 22px;
  }
}

.feature p{
  padding: 15px 0 35px;
  border-radius: 100px;
  display: block;
}



.feature-box{
  margin-top: 10px;
  max-width: 1170px;
  margin-left:auto;
  margin-right: auto;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.feature-deposit .feature-content{
  width: 68%;
}

.deposit-img{
  background-image: url('../uploads/index-section-new/deposit-pig@2x.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 160px;
  right: 6%;
}

.feature-multi{
  z-index: 10;
}

.feature-multi .multi-table{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-left: -90px;
}

.feature-multi .feature-content2{
  width: 52%;
}

.multi-img{
  background-image: url('../uploads/index-section-new/mult-graphic.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 500px;
  position: absolute;
  bottom: 220px;
  right: 5%;
  z-index: 0;
}


.cloud4{
  width: 155px;
  height: 100px;
  bottom: 290px;
  animation-name: cloud4;
  animation-duration: 65s;
  animation-delay: 1.25s;
  z-index: 10;
}

.cloud5{
  width: 255px;
  height: 180px;
  bottom:105px;
  animation-name: cloud5;
  animation-duration:82s;
  animation-delay: 1.15s;
  z-index:15;
}

.cloud6{
  width: 260px;
  height: 160px;
  bottom:50px;
  animation-name: cloud6;
  animation-duration: 100s;
  animation-delay: 1.35s;
  z-index: 12;
}

@keyframes cloud4 {
  0%   {opacity: 0; left: 800px;   transform: scale(0);}
  0.25%  {opacity: 0.9; transform: scale(1.05)}
  0.45%  {opacity: 0.9; transform: scale(1)}
  85%   {opacity: 0.9;}
  95%   {opacity: 0;}
  100%  {left: 0px;}
}

@keyframes cloud5 {
  0%   {opacity: 0; right: 500px; transform: scale(0);}
  0.25%  {opacity: 0.9; transform: scale(1.05)}
  0.45%  {opacity: 0.9; transform: scale(1)}
  85%   {opacity: 0.9;}
  95%   {opacity: 0;}
  100%  {left: 20px;}
}

@keyframes cloud6 {
  0%   {opacity: 0; left: 0; transform: scale(0);}
  0.25%  {opacity: 0.95; transform: scale(1.05)}
  0.45%  {opacity: 0.95; transform: scale(1)}
  85%   {opacity: 0.95;}
  95%   {opacity: 0;}
  100%  {left: 30px;}
}




@media (max-width: 1350px){

  .feature{
    position: relative;
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 100px;
    width: 100%;
  }

  .feature-box{
    font-size: 22px;
    min-height: 400px;
    position: relative;
  }

  h2.feature-title{
    font-size: 2em;
    padding: 28px 45px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    box-shadow: 3px 10px 15px rgba(54, 74, 99, 0.4);
    letter-spacing: 0.06em;
    text-align: center;
    min-width: 330px;
  }

  h2.feature-title-eng{
    font-size: 1.6em;
    letter-spacing: 0;
  }

  h2.feature-title::before{
    position: absolute;
    content: '';
    width: 115px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -14px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  h2.feature-title-nobox{
    font-size: 1.4em;
    margin: 30px 0 5px;
    font-weight: 500;
  }

  .feature p{
    padding: 15px 0 35px;
    border-radius: 100px;
    display: block;
  }

  .feature .feature-box{
    margin-top: 10px;
    max-width: 1170px;
    margin-left:auto;
    margin-right: auto;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
  }

  .feature-deposit .feature-content{
    width: 75%;
  }

  .deposit-img{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center right -80px;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 160px;
    right: 0;
  }

  .feature-multi{
    z-index: 10;
  }

  .feature-multi .multi-table{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-left: -90px;
  }

  .feature-multi .feature-content2{
    width: 55%;
  }

  .multi-img{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 550px;
    height: 520px;
    position: absolute;
    bottom: 190px;
    right: 0;
  }

}


@media (max-width:996px){
  .feature{
    position: relative;
    min-height: 300px;
    padding-top: 80px;
    padding-bottom: 100px;
    width: 100%;
  }

  .feature-box{
    font-size: 22px;
    min-height: 400px;
    position: relative;
  }

  h2.feature-title{
    font-size: 2em;
    padding: 28px 45px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    box-shadow: 3px 10px 15px rgba(54, 74, 99, 0.4);
    letter-spacing: 0.06em;
    text-align: center;
    min-width: 330px;
  }

  h2.feature-title-eng{
    font-size: 1.4em;
    letter-spacing: 0;
  }


  h2.feature-title::before{
    position: absolute;
    content: '';
    width: 115px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -14px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  h2.feature-title-nobox{
    font-size: 1.4em;
    margin: 30px 0 5px;
    font-weight: 500;
  }

  .feature p{
    padding: 15px 0 35px;
    border-radius: 100px;
    display: block;
  }

  .feature .feature-box{
    margin-top: 10px;
    max-width: 1170px;
    margin-left:auto;
    margin-right: auto;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
  }

  .feature-deposit .feature-content{
    width: 85%;
  }

  .deposit-img{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center right -80px;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 280px;
    right: 0;
  }

  .feature-multi{
    z-index: 10;
    padding-bottom: 150px;
  }

  .feature-multi .multi-table{
    width:780px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-left: -70px;
  }

  .feature-multi .feature-content2{
    width: 100%;
  }

  .multi-img{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 420px;
    position: absolute;
    bottom: 0px;
    right: 0;
  }

}


@media (max-width:767px){
  .feature{
    position: relative;
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 50px;
    width: 100%;
  }

  .feature-box{
    font-size: 18px;
    min-height: 400px;
    position: relative;
  }

  h2.feature-title{
    font-size: 1.4em;
    padding: 18px 25px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    box-shadow: 0px 5px 8px rgba(54, 74, 99, 0.3);
    letter-spacing: 0;
    text-align: center;
    min-width: 220px;
  }

  h2.feature-title-eng{
    font-size: 1em;
    letter-spacing: 0;
  }


  h2.feature-title::before{
    position: absolute;
    content: '';
    width: 115px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -14px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  h2.feature-title-nobox{
    font-size: 1.4em;
    margin: 30px 0 5px;
    font-weight: 500;
    text-align: left;
  }

  .feature p{
    padding: 15px 0 35px;
    border-radius: 100px;
    display: block;
    text-align: left;
  }

  .feature .feature-box{
    margin-top: 10px;
    max-width: 1170px;
    margin-left:auto;
    margin-right: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .feature-deposit .feature-content{
    width: 100%;
  }

  .deposit-img{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 260px;
    right: 0;
  }

  .feature-multi{
    z-index: 10;
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .feature-multi .multi-table{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-left: 0;
    overflow: hidden;
    width: 100%;
  }

  .feature-multi .feature-content2{
    width: 100%;
  }

  .multi-img{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 350px;
    height: 320px;
    position: absolute;
    bottom: 0px;
    right: 0;
  }

}


/* feature-flex */

.feature-flex{
    position: relative;
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 100px;
    width: 100%;
    margin-top: -100px;
}

.feature-content-flex{
  max-width: 1170px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-p p {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.feature-3{
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.feature-ball{
  background-image: url('../uploads/index-section-new/featureball.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 260px;
  height: 300px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-ball h4{
  text-align: center;
  margin-top: -60px;
  margin-left: 6px;
  margin-bottom: 0;
  font-size: 3em;
  letter-spacing:0.1em;
}

.feature-title-eng .feature-ball h4{
  font-size: 1.6em;
  letter-spacing:0;
  line-height: 1.1em;
}

.feature-content-flex img{
  width: 80%;
  margin-left: 25px;
}

@media (max-width:1350px){

  .feature-flex{
      position: relative;
      min-height: 300px;
      padding-top: 0;
      padding-bottom: 100px;
      width: 100%;
      margin-top: -100px;
  }

  .feature-content-flex{
    max-width: 1170px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .feature-p p {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 55px;
    padding-right: 55px;
  }

  .feature-3{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .feature-ball{
    background-repeat: no-repeat;
    background-size: 100%;
    width: 260px;
    height: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-ball h4{
    text-align: center;
    margin-top: -60px;
    margin-left: 6px;
    margin-bottom: 0;
    font-size: 2.8em;
    letter-spacing:0.1em;
  }

  .feature-title-eng .feature-ball h4{
    font-size: 1.6em;
    letter-spacing:0;
    line-height: 1.1em;
  }


}


@media (max-width:996px){

  .feature-flex{
      position: relative;
      min-height: 300px;
      padding-top: 0;
      padding-bottom: 100px;
      width: 100%;
      margin-top: -100px;
  }

  .feature-content-flex{
    max-width: 1170px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .feature-p p {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-3{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .feature-ball{
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px;
    height: 240px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-ball h4{
    text-align: center;
    margin-top: -60px;
    margin-left: 6px;
    margin-bottom: 0;
    font-size: 2.2em;
    letter-spacing:0.1em;
  }

  .feature-title-eng .feature-ball h4{
    font-size: 1.3em;
    letter-spacing:0;
    line-height: 1.1em;
  }


  .feature-content-flex img{
    width: 90%;
    margin-left: 20px;
  }


}


@media (max-width:767px){

  .feature-flex{
      position: relative;
      min-height: 300px;
      padding-top: 0;
      padding-bottom: 100px;
      width: 100%;
      margin-top: -50px;
  }

  .feature-content-flex{
    max-width: 1170px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .feature-p p {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;

  }

  .feature-3{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .feature-ball{
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120px;
    height: 140px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-title-eng .feature-ball{
    width: 140px;
    height: 160px;
  }

  .feature-ball h4{
    text-align: center;
    margin-top: -30px;
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 1.2em;
    letter-spacing:0.1em;
  }

  .feature-title-eng .feature-ball h4{
    font-size: 0.85em;
    letter-spacing:0;
    line-height: 1.2em;
    margin-top: -35px;
  }

  .feature-content-flex img{
    width: 95%;
    margin-left: 0px;
  }

}

@media(max-width:375px){
  .feature-title-eng .feature-ball h4{
    font-size: 0.75em;
    letter-spacing:0;
    line-height: 1.2em;
    margin-top: -45px;
  }

}


/* ministorage section */

#ministorage{
  scroll-margin: 115px;
}


.ministorage-content{
  width: 100%;
  min-height: 500px;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}
.ministorage-content-eng{
  font-size: 16px;
  line-height: 22px;
}
.ministorage-table-content h2{
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 500;
}
.ministorage-content-eng .ministorage-table-content h2{
  font-size: 2em;
}
.ministorage-content p{
  margin-bottom: 5px;
}
.ministorage-content a{
  margin-top: 20px;
  display: inline-block;
}

.ministorage-main-product{
position: relative;
}


/* mainbanner ads */
.ministorage-mainbanner-ads{
  background-image: url('../uploads/ministorage/banner@2x.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 575px;
  width: 100%;
  background-position: center 25%;
  position: relative;
  transition: all 0.25s ease;
  font-size: 1em;
}

.ministorage-shapebg{
  background-color: rgba(0,128,205,0.95);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.ministorage-banner-content{
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* transition: all 0.25s ease; */
}

.ministorage-banner-box{
  float: right;
  padding: 155px 8% 0;
  color: rgb(255, 255, 255);
  text-align: center;
}

.ministorage-banner-box a{
  margin-right: 0;
}


.ministorage-content-eng .ministorage-banner-box{
  padding: 135px 8% 0;
}

.ministorage-banner-heading2{
  font-size: 4em;
  line-height: 1.5em;
  font-weight: 500;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}



.ministorage-content-eng .ministorage-banner-heading2{
  font-size: 3.2em;
  line-height: 1.5em;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}

.ministorage-banner-heading3{
  font-size: 1.7em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 3px;
  border-top: 1px solid rgb(255, 255, 255);
  padding-top: 15px;
  padding-bottom: 25px;
}

.ministorage-content-eng .ministorage-banner-heading3{
  letter-spacing: 2px;
}


/* intro */

.ministorage-intro{
  position: relative;
  width: 100%;
}

.ministorage-grid-intro-container{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 20px 0px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 80px;
  padding-bottom: 180px;
}

.ministorage-title h1{
  font-size: 2.5em;
  line-height: 1.2em;
  color: rgb(6, 113, 178);
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 25px;
}


.ministorage-content-eng .ministorage-title h1{
  font-size: 2.2em;
  line-height: 1.15em;
  letter-spacing: 0;
  margin-top: 25px;
  margin-bottom: 20px;
  max-width: 400px;
}

.ministorage-title span{
  font-size: 1.666em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
}

.ministorage-content-eng .ministorage-title span{
  font-size: 1.4em;
  letter-spacing: 0;
}

.ministorage-point{
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 50px 70px;
}


/* table */
.ministorage-table{
  background-color: rgb(7, 132, 209);
  /* min-height: 780px; */
  z-index: 5;
}

.ministorage-table-container{
  max-width: 1600px;
  /* min-height: 700px; */
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 0.9fr 0.9fr 1.2fr 0.8fr;
  display: grid;
  grid-gap: 15px 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.ministorage-content-eng .ministorage-table-container{
  grid-template-columns: 0.9fr 0.9fr 1.2fr 0.8fr;
}

.kathy-box{
  grid-column: 4 / span 1;
  grid-row-start: 1;
}

.ministorage-table-content{
  grid-column: 1 / span 1;
  grid-row-start: 1;
}

.table-ministorage{
  grid-column: 3 / span 1;
  grid-row-start: 1;
}

.table-table-ministorage{
  grid-column: 2 / span 1;
  grid-row-start: 1;

}





.kathy-box{
}

.kathy{
/* background-image: url('../uploads/ministorage/Kathy-new@2x.png'); */
background-image: url('../uploads/ministorage/maisy-new@2x.png');
background-size: 100%;
background-repeat: no-repeat;
background-position: center bottom;
width: 500px;
height: 100%;
right: 0;
bottom: 0;
position: absolute;
z-index: 10;
}

.ministorage-table-content{
color: rgb(255, 255, 255);
text-align: right;
padding-top: 120px;
z-index: 20;
}

.ministorage-table-content h2{
line-height: 0.7;
}

.ministorage-content-eng .ministorage-table-content h2{
line-height: 1.2;
}

.ministorage-table-content a{
float: right;
margin-right: 0!important;
display: block;
clear: both;
}

.ministorage-image{
background-image: url('../uploads/ministorage/ministorage@2x.jpg');
background-repeat: no-repeat;
background-size: 100%;
background-position: center center;
width:650px;
height:650px;
position: absolute;
top: 80px;
right: 0;
left: 350px;
bottom: 0;
margin: auto;
z-index: 6;
}

.ministorage-table-content{
z-index: 20;

}
.table-table-ministorage{
z-index: 30;
background-color: rgb(255, 255, 255);
border-radius: 20px;
min-height: 600px;
box-shadow: 0 7px 10px rgba(0, 48, 91, 0.3);
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
z-index: 9;
}

.table-table-ministorage table{
line-height: 1.45;
font-size: 16px;
font-weight: 500;
/* height: 85%; */
width: 85%;
border-collapse: collapse;
margin-top: 20px;
margin-bottom: 15px;
}

.table-table-ministorage table tr td{
  /* padding-top: 20px;
  padding-bottom: 20px; */
  position: relative;
  height: 80px;
}

.table-table-ministorage table tr td:nth-child(1){
  color: rgb(6, 113, 178);
  text-align: right;
  width: 33%;
  padding-right: 25px;
}

.table-table-ministorage table tr td:nth-child(2){
  padding-left: 25px;
}

.table-table-ministorage table tr td:nth-child(1)::after{
  background-color: rgb(7, 132, 209);
  content: '';
  width: 5px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.table-table-ministorage table tr td:nth-child(2){
  color: rgb(77, 77, 77);
}

.table-table-ministorage table tr td{
  border-bottom: 1px solid rgb(194, 194, 194);
}

.table-table-ministorage table tr:last-child td{
  border-bottom: none;
}

.table-ministorage{
}


/* step */
.ministorage-step{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  padding-top: 60px;
  min-height: 500px;
}

.ministorage-step-content {
  text-align: center;

}

.ministorage-step-content h2{
  /* color: rgb(6, 113, 178); */
  /* margin-bottom: 15px; */
  text-align: center;
}

.ministorage-step-content p{
  max-width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ministorage-flow-container{
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-gap: 50px 5%;
  margin-bottom: 100px;
  margin-top: 60px;
}

.ministorage-flow-box{
  /* background-color: rgb(221, 221, 221); */
  position: relative;
}

.ministorage-flow-box img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 83%;
}

.step-line{
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 90px;
}

.ministorage-flow-text{
  position: relative;
  margin-top: 15px;
  margin-left: 25px;
}

.step-box-ministorage{
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: rgb(77, 77, 77);
  color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 2em;
  font-weight: 500;
  margin-right: 15px;
  margin-left: 20px;
}

.step-box-ministorage-content{
  float: left;
  width: 70%;
}


.ministorage-flow-text h3{
  font-size: 1.4444em;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.ministorage-flow-text p{
  font-size: 0.8888em;
  line-height: 1.5em;
}

.ministorage-content-eng .ministorage-flow-text p{
  font-size: 1em;
  line-height: 1.3em;
}

.ministorage-other-box{
}
.ministorage-other-box img{
  box-shadow: 0 6px 16px rgba(28, 28, 28, 0.2);
}
.ministorage-other-box h2{
  font-size: 1.5em;
  color: inherit;
}
.ministorage-content-eng .ministorage-other-box h2{
  font-size: 1.3em;
}
.ministorage-other-box h2::before{
  content: '';
  background-image: url('../uploads/facilities-img/other-point.svg');
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  float: left;
  width: 50px;
  height: 30px;
  margin-right: 10px;
}

.ministorage-content-eng .ministorage-other-box h2::before{
  width: 45px;
  height: 25px;
  margin-right: 10px;
}

.ministorage-other-box p{
  padding: 0;
  margin: 0;
}
.ministorage-content-eng .ministorage-other-box p{
  padding: 0;
  margin: 0;
}

/* location section */

.location-section{
  background-color: rgb(6, 113, 178);
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
}

.location-content{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.location-content h2{
  text-align: center;
  color: rgb(255, 255, 255);
  margin-top: 0;
}

.icon-map{
  position: absolute;
  top: 35px;
  right: 5%;
  background-image: url('../uploads/ministorage/map-pin.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 340px;
  height: 340px;
}

.area-box{
  position: relative;
  margin-top: 80px;
  clear: both;
}

.area-title{
  color: rgb(255, 255, 255);
  font-size: 1.3em;
}

.area-map{
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 40px 40px;
  margin-top: 25px;
}

.area-map-box{
  background-color: rgb(255, 255, 255);
  width: 100%;
  position: relative;
  box-shadow: 0 5px 15px rgba(7, 33, 73, 0.25);
  box-sizing: border-box;
  padding: 8px 8px 20px;
}

.area-map-box .branch-map{
  width: 100%;
  height: 280px;
}

.area-map-box h3{
  font-weight: 500;
  font-size: 1.444em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.area-map-box a.btn-more-default{
  text-align: center;
  float: inherit;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  min-width: 100px;
  width: 100px;
}



@media (max-width:1350px){
  .ministorage-content{
    min-height: 500px;
  }
  .ministorage-table-content h2{
    font-size: 2.2em;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .ministorage-content-eng .ministorage-table-content h2{
    font-size: 1.9em;
  }
  .ministorage-content p{
    margin-bottom: 10px;
  }

  .ministorage-content-eng p{
    margin-right: 0;
  }

  .ministorage-content a{
    margin-top: 15px;
  }

  .ministorage-main-product{
  position: relative;
  }


  /* mainbanner ads */
  .ministorage-mainbanner-ads{
    background-size: cover;
    height: 450px;
    width: 100%;
    background-position: left calc(20% - 20px) top;
    position: relative;
    font-size: 0.8em;
  }

  .ministorage-shapebg{
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 55%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }


  .ministorage-banner-content{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .ministorage-banner-box{
    padding: 110px 5% 0;
  }

  .ministorage-content-eng .ministorage-banner-box{
    padding: 100px 5% 0;
  }


  .ministorage-banner-heading2{
    font-size: 4.2em;
    line-height: 1.5em;
    font-weight: 500;
    padding-bottom: 0;
  }

  .ministorage-banner-heading3{
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 3px;
    padding-top: 15px;
    padding-bottom: 25px;
  }


  .price-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width:160px;
    height:160px;
    border-radius: 200px;
    font-size: 1.2em;
    position: absolute;
    right: 39.5%;
    top: 300px;
  }

  .price-box span{
    font-size: 4em;
    line-height: 0.8em;
    font-weight: 700;
  }

  .price-box span span.dollar{
    font-size: 0.6em;
  }

  /* intro */

  .ministorage-intro{
  }

  .ministorage-grid-intro-container{
    max-width: 1100px;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    grid-gap: 20px 10px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .ministorage-title h1{
    font-size: 1.9em;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 20px;
  }

  .ministorage-content-eng .ministorage-title h1{
    font-size: 1.9em;
    line-height: 1.1em;
    letter-spacing: 0;
    margin-top: 20px;
  }

  .ministorage-title span{
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .ministorage-content-eng .ministorage-title span{
    font-size: 1.2em;
  }

  .ministorage-point{
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 40px 50px;
  }

  /* table */
  .ministorage-table{
    min-height: 780px;
  }

  .ministorage-table-container{
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 10px 30px;
    padding-left: 15px;
    padding-right: 15px;
    grid-template-rows: 520px 600px;
    overflow: hidden;
    padding-bottom: 130px;
  }

  .ministorage-content-eng .ministorage-table-container{
    grid-template-columns: 1fr 1fr;
  }


  .kathy-box{
    grid-column: 2 / span 1;
    grid-row-start: 2;
  }

  .ministorage-table-content{
    grid-column: 1 / span 1;
    grid-row-start: 1;
  }

  .table-ministorage{
    grid-column: 2 / span 1;
    grid-row-start: 1;
  }

  .table-table-ministorage{
    grid-column: 1 / span 1;
    grid-row-start: 2;

  }



  .ministorage-table-content{
    padding-top: 70px;
    /* padding-right: auto; */
    /* padding-left: auto; */
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    z-index: 20;
  }

  .ministorage-table-content h2{
    line-height: 0.7;
  }

  .ministorage-table-content a{
    float: right;
    margin-right: 0;
  }


  .kathy{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 500px;
    height: 700px;
    right: 5%;
    bottom: 0;
  }

  .ministorage-image{
    background-size: 100%;
    width:580px;
    height:580px;
    position: absolute;
    top: 60px;
    right: 0;
    left: 380px;
    bottom: inherit;
    margin: auto;
    z-index: 2;
  }

  .table-table-ministorage{
    z-index: 30;
    border-radius: 20px;
    min-height: 690px;
    box-shadow: 0 7px 10px rgba(0, 48, 91, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 50px;
    margin-left: 50px;
    z-index: 2;
  }

  .table-table-ministorage table{
    line-height: 1.45;
    font-size: 16px;
    font-weight: 500;
    /* height: 85%; */
    width: 85%;
    border-collapse: collapse;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .table-table-ministorage table tr td{
    /* padding-top: 20px;
    padding-bottom: 20px; */
    position: relative;
    height: 80px;
  }

  .table-table-ministorage table tr td:nth-child(1){
    text-align: right;
    width: 38%;
    padding-right: 20px;
  }

  .table-table-ministorage table tr td:nth-child(2){
    padding-left: 20px;
  }

  .table-table-ministorage table tr td:nth-child(1)::after{
    content: '';
    width: 5px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .table-table-ministorage table tr td:nth-child(2){
    color: rgb(77, 77, 77);
  }

  .table-table-ministorage table tr td{
    border-bottom: 1px solid rgb(194, 194, 194);
  }

  .table-table-ministorage table tr:last-child td{
    border-bottom: none;
  }





  /* step */
  .ministorage-step{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    min-height: 500px;
  }

  .ministorage-step-content h2{
  }

  .ministorage-step-content p{
    max-width: 670px;
  }

  .ministorage-flow-container{
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 50px 20px;
    margin-bottom: 70px;
    margin-top: 50px;
  }

  .ministorage-flow-box{
    /* background-color: rgb(221, 221, 221); */
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .ministorage-flow-box img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }

  .step-line{
    justify-content: center;
    align-items: center;
    display: flex;
    padding-bottom: 90px;
  }

  .ministorage-flow-text{
    position: relative;
    margin-top: 15px;
  }

  .step-box-ministorage{
    float: left;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    background-color: rgb(77, 77, 77);
    color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 1.33333em;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 0;
  }

  .step-box-ministorage-content{
    float: left;
    width: 200px;
  }


  .ministorage-flow-text h3{
    font-size: 1.3em;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.2em;
  }

  .ministorage-flow-text p{
    font-size: 0.8em;
    line-height: 1.5em;
  }



  .ministorage-other-box{
  }
  .ministorage-other-box img{
    box-shadow: 0 6px 16px rgba(28, 28, 28, 0.2);
  }
  .ministorage-other-box h2{
    font-size: 1.3em;
    color: inherit;
  }
  .ministorage-content-eng .ministorage-other-box h2{
    font-size: 1.3em;
  }
  .ministorage-other-box h2::before{
    background-position: center left;
    position: relative;
    float: left;
    width: 40px;
    height: 30px;
    margin-right: 8px;
  }
  .ministorage-other-box p{
    padding: 0;
    margin: 0;
  }
  .ministorage-content-eng .ministorage-other-box p{
    padding: 0;
    margin: 0;
  }


  /* location section */

  .location-section{
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
  }

  .location-content{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .location-content h2{
    text-align: center;
    margin-top: 0;
  }

  .icon-map{
    position: absolute;
    top: 35px;
    right: 3%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 280px;
    height: 280px;
  }

  .area-box{
    position: relative;
    margin-top: 80px;
    clear: both;
  }

  .area-title{
    font-size: 1.3em;
  }

  .area-map{
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 60px 35px;
    margin-top: 25px;
  }

  .area-map-box{
    width: 100%;
    position: relative;
    box-shadow: 0 5px 15px rgba(7, 33, 73, 0.25);
    padding: 8px 8px 20px;
  }

  .area-map-box .branch-map{
    width: 100%;
    height: 280px;
  }

  .area-map-box h3{
    font-weight: 500;
    font-size: 1.444em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .area-map-box a.btn-more-default{
    text-align: center;
    float: inherit;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    min-width: 100px;
    width: 100px;
  }


}



@media (max-width:996px){
  .ministorage-content{
    min-height: 500px;
    font-size: 16px;
    line-height: 22px;
  }
  .ministorage-content-eng{
    font-size: 16px;
    line-height: 20px;
  }
  .ministorage-table-content h2{
    font-size: 1.95em;
    font-weight: 500;
  }
  .ministorage-content-eng .ministorage-table-content h2{
    font-size: 1.65em;
    font-weight: 500;
  }
  .ministorage-content p{
    margin-bottom: 10px;
  }
  .ministorage-content a{
    margin-top: 15px;
  }

  .ministorage-main-product{
  position: relative;
  }

  /* mainbanner ads */
  .ministorage-mainbanner-ads{
    background-size: cover;
    height: 350px;
    width: 100%;
    background-position: left calc(30% - 40px) top;
    position: relative;
    font-size: 0.65em;
  }

  .ministorage-banner-content{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .ministorage-banner-box{
    padding: 95px 5% 0;
  }

  .ministorage-content-eng .ministorage-banner-box{
    padding: 75px 5% 0;
  }


  .ministorage-banner-heading2{
    font-size: 3.8em;
    line-height: 1.5em;
    font-weight: 500;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ministorage-banner-heading3{
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 3px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .price-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width:110px;
    height:110px;
    border-radius: 200px;
    font-size: 1.2em;
    position: absolute;
    right: 38%;
    top: 180px;
  }

  .price-box span{
    font-size: 3.5em;
    line-height: 0.8em;
    font-weight: 700;
  }

  .price-box span span.dollar{
    font-size: 0.75em;
  }

  /* intro */

  .ministorage-intro{
  }

  .ministorage-grid-intro-container{
    max-width: 900px;
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 20px 10px;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ministorage-title{
    margin-bottom: 15px;
  }


  .ministorage-title h1{
    font-size: 1.95em;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 0;
  }

  .ministorage-title span{
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .ministorage-point{
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 40px 80px;
  }


  /* table */
  .ministorage-table{
    min-height: 720px;
  }

  .ministorage-table-container{
    max-width: 880px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 10px 30px;
    padding-left: 15px;
    padding-right: 15px;
    grid-template-rows: 450px 460px;
    padding-bottom: 160px;
    overflow: hidden;
  }

  .ministorage-content-eng .ministorage-table-container{
    grid-template-columns: 1fr 1fr;
  }


  .kathy{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 450px;
    height: 700px;
    right: 0;
    bottom: 0;
  }

  .kathy-box{
    grid-area: 2 / 2;
  }

  .ministorage-table-content{
    grid-area: 1 / 1;
  }

  .table-ministorage{
    grid-area: 1 / 2;
  }

  .table-table-ministorage{
    grid-area: 2 / 1;
  }


  .ministorage-table-content{
    padding-top: 30px;
    padding-right: 0;
    padding-left: 50px;
    z-index: 10;
  }

  .ministorage-table-content h2{
    line-height: 0.7;
  }

  .ministorage-table-content p{
    margin-bottom: 15px;
  }

  .ministorage-table-content a{
    float: none;
    margin-right: 0;
  }


  .ministorage-image{
    background-size: 100%;
    background-position: center center;
    width: 500px;
    height: 450px;
    position: absolute;
    top: 80px;
    right: 30px;
    bottom: inherit;
    left: inherit;
    z-index: 0;
  }

  .table-table-ministorage{
    z-index: 30;
    border-radius: 20px;
    min-height: 580px;
    box-shadow: 0 7px 10px rgba(0, 48, 91, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 20px;
    margin-top: -30px;
    z-index: 55;
  }

  .ministorage-content-eng .table-table-ministorage{
    min-height: 630px;
  }


  .table-table-ministorage table{
    line-height: 1.45;
    font-size: 16px;
    font-weight: 500;
    /* height: 85%; */
    width: 85%;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 15px;
  }

.ministorage-content-eng .table-table-ministorage table{
    line-height: 1.25;
    font-size: 14px;
  }

  .table-table-ministorage table tr td{
    /* padding-top: 20px;
    padding-bottom: 20px; */
    position: relative;
    height: 70px;
  }

  .table-table-ministorage table tr td:nth-child(1){
    text-align: right;
    width: 38%;
    padding-right: 20px;
  }

  .table-table-ministorage table tr td:nth-child(2){
    padding-left: 20px;
  }

  .table-table-ministorage table tr td:nth-child(1)::after{
    content: '';
    width: 5px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .table-table-ministorage table tr td:nth-child(2){
    color: rgb(77, 77, 77);
  }

  .table-table-ministorage table tr td{
    border-bottom: 1px solid rgb(194, 194, 194);
  }

  .table-table-ministorage table tr:last-child td{
    border-bottom: none;
  }

  .table-ministorage{
  }


  /* step */
  .ministorage-step{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-top: 50px;
    min-height: 500px;
  }

  .ministorage-step-content h2{
  }

  .ministorage-step-content p{
    max-width: 670px;
  }

  .ministorage-flow-container{
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 50px 20px;
    margin-bottom: 70px;
    margin-top: 50px;
  }

  .ministorage-flow-box{
    /* background-color: rgb(221, 221, 221); */
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .ministorage-flow-box img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }

  .step-line{
    justify-content: center;
    align-items: center;
    display: flex;
    padding-bottom: 90px;
  }

  .ministorage-flow-text{
    position: relative;
    margin-top: 10px;
  }

  .step-box-ministorage{
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: rgb(77, 77, 77);
    color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 1.3em;
    font-weight: 500;
    margin-right: 15px;
    margin-left: 0;
  }

  .step-box-ministorage-content{
    float: left;
    width: 150px;
  }


  .ministorage-flow-text h3{
    font-size: 1.3em;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.4em;
  }

  .ministorage-flow-text p{
    font-size: 0.85em;
    line-height: 1.4em;
  }




  .ministorage-other-box{
  }
  .ministorage-other-box img{
    box-shadow: 0 6px 16px rgba(28, 28, 28, 0.2);
  }
  .ministorage-other-box h2{
    font-size: 1.3em;
    color: inherit;
  }
  .ministorage-content-eng .ministorage-other-box h2{
    font-size: 1.3em;
  }
  .ministorage-other-box h2::before{
    background-position: top 6px left;
    position: relative;
    float: left;
    width: 38px;
    height: 30px;
    margin-right: 8px;
  }
  .ministorage-other-box p{
    padding: 0;
    margin: 0;
  }
  .ministorage-content-eng .ministorage-other-box p{
    padding: 0;
    margin: 0;
  }

  /* location section */

  .location-section{
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
  }

  .location-content{
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .location-content h2{
    text-align: center;
    margin-top: 0;
  }

  .icon-map{
    position: absolute;
    top: 30px;
    right: 2%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 280px;
    height: 280px;
  }

  .area-box{
    position: relative;
    margin-top: 80px;
    clear: both;
  }

  .area-title{
    font-size: 1.3em;
  }

  .area-map{
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 40px 35px;
    margin-top: 25px;
  }

  .area-map-box{
    width: 100%;
    position: relative;
    box-shadow: 0 5px 15px rgba(7, 33, 73, 0.25);
    padding: 8px 8px 20px;

  }

  .area-map-box .branch-map{
    width: 100%;
    height: 280px;
  }

  .area-map-box h3{
    font-weight: 500;
    font-size: 1.444em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .area-map-box a.btn-more-default{
    text-align: center;
    float: inherit;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    min-width: 100px;
    width: 100px;
  }

}



@media (max-width:767px){
  .ministorage-content{
    width: 100%;
    min-height: 500px;
  }
  .ministorage-table-content h2{
    font-size: 1.7em;
    line-height: 1.2em;
  }
  .ministorage-content-eng .ministorage-table-content h2{
    font-size: 1.6em;
  }
  .ministorage-content p{
    margin-bottom: 10px;
  }
  .ministorage-content a{
    float: left;
    margin-top: 10px;
  }
  /* product - storage */
  .ministorage-main-product{
    width: 100%;
  }

  /* mainbanner ads */
  .ministorage-mainbanner-ads{
    background-size: cover;
    height: 280px;
    width: 100%;
    background-position: left -180px top;
    position: relative;
    font-size: 0.65em;
  }

  .ministorage-banner-content{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .ministorage-shapebg{
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 73%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }

.ministorage-content-eng  .ministorage-shapebg{
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }



  .ministorage-banner-box{
    padding: 65px 5% 0;
  }

  .ministorage-content-eng .ministorage-banner-box{
    height: 150px;
    padding: 45px 5% 0;
}


  .ministorage-banner-heading2{
    font-size: 2.8em;
    line-height: 1.2em;
    font-weight: 500;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ministorage-content-eng .ministorage-banner-heading2{
    font-size: 1.8em;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ministorage-banner-heading3{
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ministorage-banner-heading3 span{
    display: block;
    line-height: 1.6em;
  }

  .ministorage-banner-box ul{
    float: right;
    display: block;
    padding-right: 15px;
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:0;
  }

  .ministorage-banner-box ul li{
    float: none;
    text-align: left;
    padding-left: 25px;
    margin-left: 40px;
    background-size: 25px;
    background-position: top 0px left -5px;
    margin-bottom: 5px;
  }

  .ministorage-banner-content a{
    float: right;
    margin-right: 0;
  }

  .price-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width:80px;
    height:80px;
    border-radius: 200px;
    font-size: 1em;
    position: absolute;
    right: 43%;
    top: 140px;
  }

  .ministorage-content-eng .price-box{
    right: 50%;
  }

  .price-box span{
    font-size: 3em;
    line-height: 0.8em;
    font-weight: 700;
  }

  .price-box span span.dollar{
    font-size: 0.75em;
  }


  /* intro */

  .ministorage-intro{
  }

  .ministorage-grid-intro-container{
    width: 100%;
    max-width: 90%;
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 70px;
    z-index: 10;
  }

  .ministorage-title{
    margin-bottom: 15px;
  }


  .ministorage-title h1{
    font-size: 1.7em;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 0;
  }

  .ministorage-content-eng .ministorage-title h1{
    margin-top: 0px;
  }


  .ministorage-title span{
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .ministorage-point{
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 25px 0;
  }



  /* table */
  .ministorage-table{
    min-height: 780px;
  }

  .ministorage-table-container{
    width: 100%;
    max-width: 90%;
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 10px 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    grid-template-rows: 150px;
  }

  .ministorage-content-eng .ministorage-table-container{
    grid-template-columns: 1fr;
  }


    .kathy{
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center bottom;
      width: 350px;
      height: 700px;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
    }

    .kathy-box{
      grid-area: 4;
      height: 400px;

    }

.ministorage-table-content{
  grid-area: 2;
  text-align: center;
  padding-left: 0;
}

.table-ministorage{
  grid-area: 1;
}

.table-table-ministorage{
  grid-area: 3;
}


.ministorage-table-content h2{
line-height: 0.7;
}

.ministorage-table-content p{
margin-bottom: 5px;
}

.ministorage-table-content a{
float: none;
margin-right: 0;
}

.ministorage-image{
background-size: 100%;
background-position: center top;
width: 220px;
height: 280px;
position: absolute;
top: 30px;
bottom: inherit;
left: 0;
right: 0;
z-index: 0;
margin-left: auto;
margin-right: auto;
}

.table-table-ministorage{
z-index: 30;
border-radius: 20px;
min-height: 520px;
box-shadow: 0 7px 10px rgba(0, 48, 91, 0.3);
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
margin-top: 30px;
margin-right: 0!important;
margin-left: 0;
}

.table-table-ministorage table{
line-height: 1.3;
font-size: 14px;
font-weight: 500;
/* height: 85%; */
width: 85%;
border-collapse: collapse;
margin-top: 10px;
margin-bottom: 10px;
}

.table-table-ministorage table tr td{
/* padding-top: 20px;
padding-bottom: 20px; */
position: relative;
height: 60px;
}

.table-table-ministorage table tr td:nth-child(1){
text-align: right;
width: 38%;
padding-right: 20px;
}

.table-table-ministorage table tr td:nth-child(2){
padding-left: 20px;
}

.table-table-ministorage table tr td:nth-child(1)::after{
content: '';
width: 5px;
height: 35px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
}

.table-table-ministorage table tr td:nth-child(2){
color: rgb(77, 77, 77);
}

.table-table-ministorage table tr td{
border-bottom: 1px solid rgb(194, 194, 194);
}

.table-table-ministorage table tr:last-child td{
border-bottom: none;
}

.table-ministorage{
}

/* step */
.ministorage-step{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  padding-top: 50px;
  min-height: 500px;
}

.ministorage-step-content h2{
}

.ministorage-step-content p{
  max-width: 670px;
}

.ministorage-flow-container{
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr;
  display: grid;
  grid-gap: 50px 20px;
  margin-bottom: 60px;
  margin-top: 40px;
}

.ministorage-flow-box{
  /* background-color: rgb(221, 221, 221); */
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.ministorage-flow-box img{
  display: block;
  width: 230px;
}

.step-line{
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 90px;
}

.ministorage-flow-text{
  position: relative;
  margin-top: 15px;
  width: 100%;
}

.step-box-ministorage{
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1.6em;
  font-weight: 500;
  margin-right: 15px;
  margin-left: 0;
}

.step-box-ministorage-content{
  float: left;
  width: 200px;
  max-width: 200px;
}


.ministorage-flow-text h3{
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.ministorage-flow-text p{
  font-size: 1em;
  line-height: 1.4em;
}

  .ministorage-other-box{
  }
  .ministorage-other-box img{
    box-shadow: 0 6px 16px rgba(28, 28, 28, 0.2);
    max-width: 100%;
  }
  .ministorage-other-box h2{
    font-size: 1.3em;
    color: inherit;
  }
  .ministorage-other-box h2::before{
    background-position: top 6px left;
    position: relative;
    float: left;
    width: 38px;
    height: 30px;
    margin-right: 8px;
  }
  .ministorage-other-box p{
    padding: 0;
    margin: 0;
  }

  /* location section */

  .location-section{
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
  }

  .location-content{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .location-content h2{
    text-align: center;
    margin-top: 50px;
  }

  .icon-map{
    position: absolute;
    top: 10px;
    right: 1%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 180px;
    height: 180px;
  }

  .area-box{
    position: relative;
    margin-top: 50px;
    clear: both;
  }

  .area-title{
    font-size: 1.444em;
    text-align: center;
  }

  .area-map{
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 40px 35px;
    margin-top: 25px;
  }

  .area-map-box{
    width: 100%;
    position: relative;
    box-shadow: 0 5px 15px rgba(7, 33, 73, 0.25);
    padding: 8px 8px 20px;

  }

  .area-map-box .branch-map{
    width: 100%;
    height: 280px;
  }

  .area-map-box h3{
    font-weight: 500;
    font-size: 1.444em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .area-map-box a.btn-more-default{
    text-align: center;
    float: inherit;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    min-width: 100px;
    width: 100px;
  }



}








/* feature service */

.feature-service{
    min-height: 300px;
    padding-top: 80px;
    padding-bottom: 100px;
    width: 100%;
    margin-top: 0;
}

.feature-content-service{
  max-width: 1170px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-service-icon{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0;
  font-size: 18px;
  line-height: 26px;
}

.feature-service-icon-eng{
  font-size: 18px;
  line-height: 22px;
}


.service-icon{
  width: 100%;
  height: auto;
  /* background-color: rgba(146, 167, 18, 0.61); */
  text-align: center;
  padding-top: 135px;
  padding-bottom:10px;
  margin-top: 35px;
  background-size: 155px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.service-icon.icon-nodeposit{
  background-image: url('../uploads/index-section-new/icon-nodeposit.png');
}

.service-icon.icon-booking{
  background-image: url('../uploads/index-section-new/icon-booking.png');
}

.service-icon.icon-24hr{
  background-image: url('../uploads/index-section-new/icon-24hr.png');
}

.service-icon.icon-smartcard{
  background-image: url('../uploads/index-section-new/icon-smartcard.png');
}

.service-icon.icon-mobile{
  background-image: url('../uploads/index-section-new/icon-mobile.png');
}
.service-icon.icon-cctv{
  background-image: url('../uploads/index-section-new/icon-cctv.png');
}
.service-icon.icon-fireproof{
  background-image: url('../uploads/index-section-new/icon-fireproof.png');
}

.service-icon.icon-air{
  background-image: url('../uploads/index-section-new/icon-air.png');
}

.service-icon.icon-clean{
  background-image: url('../uploads/index-section-new/icon-clean.png');
}

.service-icon.icon-moving{
  background-image: url('../uploads/index-section-new/icon-moving.png');
}

.service-icon.icon-staffcard{
  background-image: url('../uploads/index-section-new/icon-staffcard.png');
}

.service-icon.icon-minibox{
  background-image: url('../uploads/index-section-new/icon-minibox.png');
}

.service-icon.icon-home{
  background-image: url('../uploads/index-section-new/icon-home.png');
}

.service-icon.icon-size{
  background-image: url('../uploads/index-section-new/icon-size.png');
}







@media (max-width:1350px){

  .feature-service{
      position: relative;
      min-height: 300px;
      padding-top: 60px;
      padding-bottom: 100px;
      width: 100%;
      margin-top: 0;
  }

  .feature-content-service{
    max-width: 1170px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .feature-service-icon{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .feature-service-icon-eng{
    font-size: 18px;
  }

  .service-icon{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 125px;
    padding-bottom:10px;
    margin-top: 20px;
    background-size: 140px auto;
    background-repeat: no-repeat;
    background-position: center top;
  }


}

@media (max-width:996px){

  .feature-service{
      position: relative;
      min-height: 300px;
      padding-top: 60px;
      padding-bottom: 100px;
      width: 100%;
      margin-top: 0;
  }

  .feature-content-service{
    max-width: 1170px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .feature-service-icon{
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
    font-size: 16px;
    line-height: 22px;
  }

  .feature-service-icon-eng{
    font-size: 16px;
    line-height: 20px;
  }


  .service-icon{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
    padding-top: 110px;
    padding-bottom:10px;
    background-size: 120px auto;
    background-repeat: no-repeat;
    background-position: center top;
  }



}

@media (max-width:767px){

  .feature-service{
      position: relative;
      min-height: 300px;
      padding-top: 60px;
      padding-bottom: 100px;
      width: 100%;
      margin-top: -50px;
  }

  .feature-content-service{
    max-width: 1170px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .feature-service-icon{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .feature-service-icon-eng{
    font-size: 15px;
    line-height: 18px;
  }


  .service-icon{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
    padding-top: 100px;
    padding-bottom:20px;
    background-size: 105px auto;
    background-repeat: no-repeat;
    background-position: center top;
  }

}

/* onlineplatform */

.feature-onlineplatform{
    margin-top: 0;
    min-height: 300px;
    padding-top: 80px;
    padding-bottom: 0;
    width: 100%;
}

.feature-content-onlineplatform{
  max-width: 1600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-content-onlineplatform .functionlist{
  text-align: left;
  display: flex;
  justify-content: center;
}

.functionlist-box{
  width: 450px;
  padding-left: 200px;
  margin-top: 50px;
}

.feature-content-onlineplatform .functionlist ul{
  /* color: #0671b2; */
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 50px;
}

.feature-content-onlineplatform .functionlist ul li{
  padding: 15px 0 15px 110px;
  margin: 15px 0;
}

.functionlist li{
  background-repeat: no-repeat;
  background-position: left top -12px;
  background-size: auto 92px;
  min-height: 50px;
}

.functionlist li.functionlist-shopping{
  background-image: url('../uploads/index-section-new/online-icon-shopping.jpg');
}

.functionlist li.functionlist-phone{
  background-image: url('../uploads/index-section-new/online-icon-phone.jpg');
}

.functionlist li.functionlist-booking{
  background-image: url('../uploads/index-section-new/online-icon-book.jpg');
}

.feature-content-onlineplatform .img-platform{
  width: 60%;
}

.functionlist a{
  margin-left: 20px;
}


@media (max-width:1350px){
  .feature-onlineplatform{
      margin-top: 0;
      min-height: 300px;
      padding-top: 80px;
      padding-bottom: 0;
      width: 100%;
  }

  .feature-content-onlineplatform{
    max-width: 1600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .feature-content-onlineplatform .functionlist{
    text-align: left;
    display: flex;
    justify-content: center;
  }

  .functionlist-box{
    width: 380px;
    padding-left: 55px;
    margin-top: 35px;
  }

  .feature-content-onlineplatform .functionlist ul{
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 50px;
  }

  .feature-content-onlineplatform .functionlist ul li{
    padding: 15px 0 15px 110px;
    margin: 15px 0;
  }

  .functionlist li{
    background-repeat: no-repeat;
    background-position: left top -12px;
    background-size: auto 92px;
    min-height: 50px;
  }

  .functionlist li.functionlist-shopping{
  }

  .functionlist li.functionlist-phone{
  }

  .functionlist li.functionlist-booking{
  }

  .feature-content-onlineplatform .img-platform{
    width: 60%;
  }

  .functionlist a{
    margin-left: 20px;
  }

}


@media (max-width:996px){
  .feature-onlineplatform{
      margin-top: 0;
      min-height: 300px;
      padding-top: 80px;
      padding-bottom: 50px;
      width: 100%;
  }

  .feature-content-onlineplatform{
    max-width: 1600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .feature-content-onlineplatform .functionlist{
    text-align: left;
    display: flex;
    justify-content: center;
  }

  .functionlist-box{
    width: 350px;
    padding-left: 15px;
    margin-top: 15px;
  }

  .feature-content-onlineplatform .functionlist ul{
    font-size: 1.1em;
    line-height: 1em;
    margin-bottom: 50px;
  }

  .feature-content-onlineplatform .functionlist ul li{
    padding: 15px 0 15px 95px;
    margin: 15px 0;
  }

  .functionlist li{
    background-repeat: no-repeat;
    background-position: left top -10px;
    background-size: auto 80px;
    min-height: 50px;
  }

  .functionlist li.functionlist-shopping{
  }

  .functionlist li.functionlist-phone{
  }

  .functionlist li.functionlist-booking{
  }

  .feature-content-onlineplatform .img-platform{
    width: 60%;
  }

  .functionlist a{
    margin-left: 20px;
  }

}


@media (max-width:767px){
  .feature-onlineplatform{
      margin-top: 0;
      min-height: 300px;
      padding-top: 80px;
      padding-bottom: 100px;
      width: 100%;
  }

  .feature-content-onlineplatform{
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .feature-content-onlineplatform .functionlist{
    text-align: left;
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
  }

  .functionlist-box{
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }

  .feature-content-onlineplatform .functionlist ul{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px;
  }

  .feature-content-onlineplatform .functionlist ul li{
    padding: 15px 0 15px 80px;
    margin: 5px 0;
  }

  .functionlist li{
    background-repeat: no-repeat;
    background-position: left top -5px;
    background-size: auto 70px;
    min-height: 30px;
  }

  .functionlist li.functionlist-shopping{
  }

  .functionlist li.functionlist-phone{
  }

  .functionlist li.functionlist-booking{
  }

  .feature-content-onlineplatform .img-platform{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .functionlist a{
    margin-left: 20px;
  }

}


/* about content */

.feature-about{
    margin-top: -100px;
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 100px;
    width: 100%;
}

.feature-content-about{
  max-width: 1170px;
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-content-about h2{
  color: #0671b2;
  padding-bottom: 15px;
  padding-top: 10px;

}

.feature-content-about p{
  padding-top: 0;
  max-width: 100%;
  line-height: 1.5em;
}


.qa-box{
  border-top: solid 1px #cccccc;
  padding: 25px 0 25px 0;
}

.feature-content-about:last-child{
  border-bottom: solid 1px #cccccc;
}

.QA-question{
  cursor: pointer;
  transition: all 0.25s ease;
}

.QA-question:hover, .QA-question.active{
  color: #0671b2;
}

.QA-question:hover::before, .QA-question.active::before{
  transform: translate(5px, 0);
}

.QA-question.active::before{
  /* transform: rotate(90deg); */
}

.QA-question h3{
  margin: 0;
  padding:  0;
  font-size: 1.15em;
  padding-left: 23px;
}

.QA-question::before{
  content: "";
  background-image: url('../uploads/index-section-new/icon-arrow.svg');
  background-repeat: no-repeat;
  background-position: left top 3px;
  width: 11px;
  height: 25px;
  position: absolute;
  transition: all 0.25s ease;
  /* transform: rotate(90deg); */
}

.QA-answer p{
  margin: 0;
  padding: 10px 0 0 23px;
}

.QA-answer ul{
  padding: 15px 0 0 40px;
  font-size: 0.9em;
  line-height: 1.4em;
}

.QA-answer ul li{
  list-style-type: disc;
  padding-bottom: 6px;
}

.QA-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out, opacity 0.65s ease;
  opacity: 0;
  font-size: 0.9em ;
}

@media (max-width: 1350px){
  .feature-about{
      margin-top: 0;
      min-height: 300px;
      padding-top: 0;
      padding-bottom: 100px;
      width: 100%;
  }

  .feature-content-about{
    max-width: 85%;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .feature-content-about h2{
    padding-bottom: 15px;
    padding-top: 10px;

  }

  .feature-content-about p{
    padding-top: 0;
  }


  .qa-box{
    border-top: solid 1px #cccccc;
    padding: 25px 0 25px 0;
  }

  .feature-content-about:last-child{
    border-bottom: solid 1px #cccccc;
  }

  .QA-question{
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .QA-question:hover{
  }


  .QA-question h3{
    margin: 0;
    padding:  0;
    font-size: 1.15em;
    padding-left: 23px;
  }

  .QA-question.active{
  }

  .QA-question::before{
    content: "";
    background-repeat: no-repeat;
    background-position: left top 3px;
    width: 11px;
    height: 25px;
    position: absolute;
    transition: all 0.25s ease;
    /* transform: rotate(90deg); */
  }

  .QA-answer p{
    margin: 0;
    padding: 10px 0 0 23px;
  }

  .QA-answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out, opacity 0.65s ease;
    opacity: 0;
    font-size: 0.9em ;
  }

}

@media (max-width: 767px){
  .feature-about{
      margin-top: 0;
      min-height: 300px;
      padding-top: 0;
      padding-bottom: 100px;
      width: 100%;
  }

  .feature-content-about{
    max-width: 90%;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .feature-content-about h2{
    font-size: 24px;
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 1.3em;
  }

  .feature-content-about p{
    padding-top: 0;
  }


  .qa-box{
    border-top: solid 1px #cccccc;
    padding: 25px 0 25px 0;
  }

  .feature-content-about:last-child{
    border-bottom: solid 1px #cccccc;
  }

  .QA-question{
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .QA-question:hover{
  }

  .QA-question h3{
    margin: 0;
    padding:  0;
    font-size: 0.9em;
    padding-left: 18px;
  }

  .QA-question.active{
  }

  .QA-question::before{
    content: "";
    background-repeat: no-repeat;
    background-position: left top 6px;
    width: 8px;
    height: 25px;
    position: absolute;
    transition: all 0.25s ease;
    /* transform: rotate(90deg); */
  }

  .QA-answer p{
    margin: 0;
    padding: 10px 0 0 17px;
  }

  .QA-answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out, opacity 0.65s ease;
    opacity: 0;
    font-size: 0.9em ;
  }

}





/* temp old btn */

.ordernow-btn a{
  padding: 8px 35px;
  background-color: #dbfd5f;
  text-shadow: none;
  font-size: 1.1em;
  border-radius: 100px;
  color: #323232;
  letter-spacing: 0.2em;
  box-shadow: -5px 5px 10px rgba(78, 78, 78, 0.15);
  transition: all 0.25s ease;
}

.ordernow-btn a:hover{
background-color: #46e2f9;

}

.ordernow-btn a:hover{
}

@media (max-width: 1350px){
  .ordernow-btn a{
    padding: 8px 25px;
    font-size: 1.2em;
    border-radius: 100px;
    color: #323232;
    letter-spacing: 0.2em;
    box-shadow: -5px 5px 10px rgba(78, 78, 78, 0.15);
    transition: all 0.25s ease;
  }

  .ordernow-btn a:hover{
  background-color: #46e2f9;

  }

  .ordernow-btn a:hover{
  }

}

@media (max-width:996px){
  .ordernow-btn a{
    padding: 8px 25px;
    font-size: 1.1em;
    border-radius: 100px;
    color: #323232;
    letter-spacing: 0.2em;
    box-shadow: 0 4px 6px rgba(78, 78, 78, 0.15);
    transition: all 0.25s ease;
  }

  .ordernow-btn a:hover{
  }

  .ordernow-btn a:hover{
  }

}


@media (max-width:767px){
  .ordernow-btn a{
    padding: 8px 25px;
    font-size: 1.3em;
    border-radius: 100px;
    color: #323232;
    letter-spacing: 0.2em;
    box-shadow: 0 4px 6px rgba(78, 78, 78, 0.15);
    transition: all 0.25s ease;
  }

  .ordernow-btn a:hover{

  }

  .ordernow-btn a:hover{
  }

}


/* Index - Content - bert */

.index-one {
    background: url(../images/bg-1new.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(140, 140, 140);
    background-blend-mode: multiply;
    padding: 160px 0 160px;
}

.index-one-img {
    width: 400px;
    height: 400px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    border: #bff64a solid 6px;
    box-sizing: border-box;
    margin-left: 0;
}
.index-one-img img {
    display: block;
}
.index-one-con {
    width: 550px;
    margin-left: 170px;
    float: left;
    position: relative;
    z-index: 1;
}
.index-one-topic{
    font-family: '微軟正黑體', 'PingFang HK';
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 100px;
    font-size: 65px;
    color: #878e96;
    line-height: 1.1em;
}
.index-one-title {
    width: 250px;
}

.index-tow {
    /* background: url(../images/bg-2.jpg) no-repeat;
    background-size: cover; */
    padding: 90px 0 0;
    background-color: #d0f073;
}
.index-tow-title {
    font-family: '微軟正黑體', 'PingFang HK';
    float: left;
    text-shadow: 0 2px 5px #a2a2a2;
    color: #fff;
    font-size: 42px;
    line-height: 1em;
    /* padding-left: 20px; */
}
.index-tow-title span {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 5px;
}
.index-tow-title span.zi-big {
    font-size: 68px;
    position: relative;
    padding-top: 18px;

}
.index-tow-title span.zi-big:before  {
    content: '\e608';
    font-family:"iconfont" !important;
    position: absolute;
    z-index: 99;
    bottom: -30px;
    right: 10px;
    width: 55%;
    height: 12px;
    background-color: #69bcff;
    border-radius: 9px;
    font-size: 12px;
    color: #d0f073;
    line-height: 12px;
}

@media (max-width:767px){
  .index-tow-title span.zi-big:before  {
      bottom: -23px;
  }
}
@media (min-width:1351px){
  .index-tow-title span.zi-big:before  {
      bottom: -35px;
  }
}


.index-tow-title span.zi-som {
    line-height: 1.3em;
    margin-left: -10px;
}
.index-tow-img {
    width: 700px;
    float: right;
    margin-right: 55px;
    position: relative;
    z-index: 1;
}
.index-tow-img:before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -8%;
    top: -13%;
    width: 110%;
    height: 104%;
    border-radius: 30px;
    background-color: #69bcff;
    transform: rotate(-10deg);
}
.index-tow-img:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -5%;
    top: -10%;
    width: 110%;
    height: 116%;
    border-radius: 30px;
    background-color:rgba(255,255,255,.9);
    transform: rotate(-3deg);
}
.index-tow-img img {
    border-radius: 30px;
}
.index-tow-form {
    width: 635px;
    margin-top: 150px;
    position: relative;
    padding-bottom: 50px;
}
.index-tow-form:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -10%;
    left: -6%;
    width: 115%;
    height: 120%;
    background: rgba(255,255,255,.9);
    border-radius: 50px 80px 0 0;
    transform: rotate(3deg);

}
.index-tow-topic {
    font-size: 33px;
    color: #666;
    line-height: 1.5em;
    letter-spacing: 5px;
    font-weight: 600;
}
.index-tow-topic span {
    font-family: '微軟正黑體', 'PingFang HK';
    position: relative;
    display: inline-block;
}
.index-tow-topic span:after {
    content: '\e608';
    font-family:"iconfont" !important;
    position: absolute;
    z-index: 99;
    bottom: -8px;
    left: 50%;
    width: 45%;
    height: 9px;
    background-color: #69bcff;
    border-radius: 9px;
    font-size: 12px;
    color: #d0f073;
    line-height: 9px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index-tow-table {
    padding-top: 20px;
}
.iform-row {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.iform-bor {
    border: #b0b9bf solid 2px;
    border-radius: 50px;
    height: 50px;
    box-sizing:border-box;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    overflow: hidden;
}
.iform-detail {
    width: 300px;
    position: relative;
}
.iform-name {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 24px;
    font-size: 16px;
    color: #808080;
    line-height: 50px;
}
.iform-input {
    margin-left: 100px;
    /* height: 50px; */
    /* line-height: 50px; */
}
body.en-US .iform-input {
    margin-left: 70px;
}
body.en-US .iform-input.visit-name-input {
    margin-left: 75px;
}
body.en-US .iform-input.phone-number-input {
    margin-left: 160px;
}
.iform-input input {
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    font-size: 20px;
    color: #69BCFF;
    font-family: '微軟正黑體', 'PingFang HK';
    display: block;
    position: relative;
}
#visit-date-pick placeholder{
  padding: 0;
  margin: 0;
  height: 50px;
}

.iform-set {
    display: inline-block;
}
.index-check {
    display: inline-block;
    margin-right: 20px;
}
.index-check input, .index-check label {
    vertical-align: middle;
}
.index-check input[type="radio"] + label {
    /* font-family: 'Quicksand-book'; */
    font-weight: bold;
}
.index-check label{
    padding-left: 15px;
}
input[type='checkbox'],input[type='radio'] {
    width:18px;
    height:18px;
    position:relative;
    background:transparent;
    border:0;
    outline:none;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    vertical-align:middle;
}
input[type='checkbox']:before {
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    background:#fff;
    border:none;
    border-radius:2px;
    box-sizing:border-box;
}
input[type='radio']:before {
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    border:2px solid #ccc;
    border-radius:100%;
    box-sizing:border-box;
    background: #fff;
}
input[type='checkbox']:checked:before {
    border:4px solid transparent;
    background:#69BCFF;
}

input[type='checkbox']:checked:after {
    content:"";
    position:absolute;
    top:3px;
    left:6px;
    border-right:2px solid transparent;
    border-bottom:2px solid transparent;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    width:4px;
    height:8px;
    border-color:#fff;
}
input[type='radio']:checked:after {
    content:"";
    position:absolute;
    top:4px;
    left:4px;
    border:1px solid #fff;
    border-radius:100%;
    width:10px;
    height:10px;
    background:#69BCFF;
    box-sizing:border-box;
}
.iform-select {
    width:auto;
    font-size: 16px;
    color: #2f3032;
    position:relative;
    z-index:3;
    margin-left: 100px;
}
select::-ms-expand { display: none; }
select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: none;
    padding-right:0px;
    font-size: 22px;
    color: #69BCFF;
}
.iform-select .iform-select-s {
    display: block;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    line-height: inherit;
    color: inherit;
    cursor: default;
    position: relative;
    z-index: 3;
    text-transform: capitalize;
    border:none;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 20px;
    color: #69BCFF;
    font-family: '微軟正黑體', 'PingFang HK';
}
.iform-select:before {
    content: "\e600";
    font-family:"iconfont" !important;
    position:absolute;
    z-index:99;
    top:12px;
    right:15px;
    font-size:15px;
    color:#808080;
}
.iform-time .iform-detail {
    display: inline-block;
    width: 260px;
    float: left;
}
.iform-time .iform-detail:first-child {
    width: 200px;
}
.iform-time .iform-detail:last-child .iform-select {
    margin-left: 70px;
}
body.en-US .iform-time .iform-detail:last-child .iform-select {
    margin-left: 100px;
}
.iform-button input {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    line-height: 45px;
    height: 45px;
    width: 180px;
    background: #ff7488;
    border: none;
    border-radius: 45px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Visit sending */
@-webkit-keyframes sending-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes sending-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.iform-button.visit-submit-group {
    position: relative;
}
.sending-ele, .iform-button.visit-submit-group .sending-ele {
    display: none;
    position: absolute;
    left: 190px;
    top: 2px;
    width: 30px;
    height: 30px;
    border: 5px solid #ddd;
    border-radius: 50%;
    border-top: 5px solid #555;
    -webkit-animation: sending-spin 2s linear infinite;
    animation: sending-spin 2s linear infinite;
}
.sending + .sending-ele , .iform-button.visit-submit-group .sending + .sending-ele {
    display: block;
}

.inner-submit{position: relative;}
.inner-submit .sending-ele{left: 275px;}
/* end */
.iform-button input[type="submit"].sending {
    background: #ddd;
}
.index-three {
    margin: 60px 0;
    padding: 5px 0;
}
.index-three-title {
    color: #808080;
    text-shadow: none;
}
.index-three-title .zi-big{
    color: #69BCFF;
}
.index-three-title span.zi-big:before{
    width: 44%;
}
.index-three-title .zi-big b {
    font-weight: 500;
    color: #D0F073;
}
.index-three .index-one-more {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 15px;
    letter-spacing: 10px;
}
.index-three .index-one-more a {
        padding: 15px 20px 10px 28px;
}





.index-three .product-list-district-list{text-align: center; margin-top: 30px; }
.index-three .product-list-district-list .por-slide > h2{
    font-size: 20px;
    margin-bottom: 30px;
    color: #69bcff;
    font-weight: 500;
}
.index-three .product-list-district-list ul li{list-style: none; display: inline-block;   padding: 0px 15px;   font-weight: bold;}
.index-three .product-list-district-list ul li > a{display: inline-block;padding: 5px 20px;}
.index-three .product-list-district-list ul li.space{padding: 0px 15px; display: none;}

.index-three .product-list-district-list ul li.active > a{background: #d0f073;padding: 5px 20px;
    border-radius: 25px;border: 2px solid #69bcff}
.por-slide {
    padding-top: 30px;
    position: relative;
}
.index3-slider-con {
    line-height:1.5em;
    position:relative;
    z-index:1;
    border-right: #e6e6e6 solid 1px;
    text-align: center;
    padding: 0 5px;
}
.index3-slider-img {
    height:200px;
    overflow:hidden;
    line-height:0;
    position:relative;
    z-index:1;
}
.index3-slider-img img {
    width:auto;
    max-width:none !important;
    height:100%;
    position:absolute;
    z-index:99;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.index3-slider-title {
    font-family: '微軟正黑體', 'PingFang HK';
    font-size:30px;
    padding-bottom:10px;
    line-height: 1.5em;
}
.index3-slider-title a {
    color: #69BCFF;
    font-family: '微軟正黑體', 'PingFang HK';
}
.index3-slider-word {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 1.1em;
    display: inline-block;
    padding-bottom: 20px;
}
.index3-slider-word span {
    /* text-align: left; */
    display: block;
    margin-bottom: 10px;
}
.index3-slider-word span.index3-sapn2 {
    /* padding-left: 40px; */
    padding-top: 5px;
    font-size: 18px;
}
.index3-slider-word span.index3-sapn2 i {
    font-size: 15px;
	font-style: normal!important;
  margin-left: 3px;
display:none;
}
.index3-slider-word b {
    font-size: 36px;
    font-family: '微軟正黑體', 'PingFang HK';
    font-weight: normal;
}
.index3-slider-more a {
    color:#333;
    padding:0 30px;
    height: 35px;
    line-height: 33px;
    text-align:center;
    border:#e5e5e5 1px solid;
    box-sizing:border-box;
    display:inline-block;
    font-size: 16px;
    border-radius: 35px;
    min-width: 120px;
    transition: all 0.25s ease;
}
.index3-slider-more a:hover {
    color:#fff;
    background:#69BCFF;
}
.por-slide .bx-wrapper .bx-pager {
    display: none;
}
.por-slide .bx-wrapper .bx-controls-direction a {
    width:52px;
    height: auto;
    margin-top:0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background:none !important;}
.por-slide .bx-wrapper .bx-controls-direction a:before {
    content: "";
    position:absolute;
    z-index:99;
    top:0px;
    left:0;
    width: 52px;
    height: 52px;
    background: url(../images/next.png);
    background-size: 100%;
    text-indent:1px;
}
.por-slide .bx-wrapper .bx-prev {
    left:-70px;
}
.por-slide .bx-wrapper .bx-prev:before {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
}
.por-slide .bx-wrapper .bx-next { right:-70px;}
.index-four {
    background-image: url('../uploads/index-section/section-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 90px;
    z-index: 10;
    position: relative;
}
.index-four-title {
    text-align: center;
}
.index-four-title span {
    font-family:  '微軟正黑體', 'PingFang HK';
    font-size: 38px;
    line-height: 1.5em;
    color: #4D4D4D;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}
.index-four-title span:before{
    content: '';
    position: absolute;
    z-index: 10;
    bottom: 13px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #69bcff;
    border-radius: 12px;
    text-align: center;
}

/* .index-four-title span:before{
    content: '\e608';
    font-family: "iconfont" !important;
    position: absolute;
    z-index: 99;
    bottom: 0px;
    left: 48%;
    width: 20%;
    height: 12px;
    background-color: #69bcff;
    border-radius: 12px;
    font-size: 16px;
    color: #d0f073;
    line-height: 12px;
    text-align: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} */

.index-four-con {
    overflow: hidden;
    margin-top: 40px;
    /* background-color: rgba(64, 64, 64, 0.85); */
    box-sizing: border-box;
    border-radius: 30px;
}
.index-four-con .index-one-more a{
    padding: 6px 15px 6px 20px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 10px 0 0 8px}
.index-four-left {
    width: 510px;
    float: left;
}
.index-four-img img {
    display: block;
}
.index-four-nr {
    padding: 25px 35px;
    font-size: 18px;
    color: #fff;
    /* line-height: 1.5em; */
    text-shadow: 0 2px 5px #292929;
    position: relative;
    min-height: 90px;
}
.index-four-left .index-four-nr {
    background-color: rgba(64, 64, 64, 0.9);
    min-height:162px;
}

.index-four-day {
    font-size: 22px;
    line-height: 1em;
    position: absolute;
    z-index: 99;
    top: 27px;
	display:none;
}

@media (max-width:1350px){
  .index-four-day{
    top:26px;
  }
  .index-four-nr {
      min-height: 0;
  }
  .index-four-left .index-four-nr{
    min-height:249px;
    padding:25px 15px 25px 25px;
  }
}

@media (max-width:996px){
  .index-four-left .index-four-nr{
    min-height:50px;
    margin-top: 80px;
    padding:25px 15px 25px 45px;
  }
}

@media (max-width:767px){
  .index-four-day{
    top:23px;
  }
  .index-four-left .index-four-nr{
    min-height:50px;
    margin-top: 0%;
  }
}

@media (min-width:1351px){
.index-four-left .index-four-nr {
    min-height:213px;
}

}



.index-four-detial {
    /* margin-left: 110px; */
}
.index-four-date {
    font-size: 22px;
    letter-spacing: -2px;
    margin-left: 30px;
	display:none;
}
.index-four-date:before { content: "/"; padding-right: 6px; }
.index-four-topic a {
    font-family:'微軟正黑體', 'PingFang HK';
    font-size: 30px;
    color: #fff;
    padding: 5px 0;
    display: inline-block;
    font-weight: 500;
    transition: all 0.25s ease;
}
.index-four-topic a:hover {
    color: #69bcff;
}


.index-four-word {
    font-family: '微軟正黑體', 'PingFang HK';
}
.index-four-right {
    width: 660px;
    float: right;
    background: rgba(255, 255, 255, 0.88);
}
.index-four-ul {
    list-style: none;
    margin: 25px 0 -1px 0;
}

@media (max-width:1350px){
  .index-four-ul {
      list-style: none;
      margin: 15px 20px 0 0;
  }
}

@media (min-width:997px){
  .index-four-right {
    min-height: 515px;
  }
}

@media (min-width:1351px){
  .index-four-right {
    min-height: 525px;
  }
}

.index-four-ul .index-four-nr {
    /* background: #fff; */
    text-shadow:none;
    color: #4D4D4D;
  	padding: 20px 40px 30px 5px;
	border-bottom: solid 1px #d0d0d0;
	margin: 0 30px;
}
.index-four-ul .index-four-day {
    top: 12px;
    color: #69BCFF;
}
.index-four-ul li .index-four-day {
    /* left: 10px; */
}
.index-four-ul .index-four-date {
    color: #69BCFF;
}
.index-four-ul .index-four-topic a {
    font-family: '微軟正黑體', 'PingFang HK';
    color: rgb(82, 140, 177);
    transition: all 0.25s ease;
}
.index-four-ul .index-four-topic a:hover {
    color: rgb(192, 222, 106);
}

.index-four-right .index-one-more {
    margin: 10px 20px 20px 20px;
}

@media (max-width:1350px){
  .index-four-ul .index-four-day {
      top: 10px;
  }
  .index-four-ul .index-four-nr {
    	padding: 15px 5px 20px 5px;
  }
  .index-four-right .index-one-more {
      margin: 10px 20px 15px 20px;
  }
}

@media (max-width:767px){
  .index-four-ul .index-four-day {
      top: 18px;
  }
  .index-four-con .index-one-more a{
      margin: 0}
}

.footer {
  background: #d0f073;
  /* background: rgb(218, 252, 120); */
    /* border-top: #4bcdfc solid 3px; */
    border-top: #0093ec solid 4px;
    padding: 25px 0 10px;
}
.footer .w100 { z-index: auto; }
.footer .footer-nav-title > a{font-weight: bold;}
.footer-left {
    float: left;
}
.footer-share {
    list-style: none;
}
.footer-share li {
    float: left;
    color: #666;
    margin-right: 6px;
}

@media (max-width:996px){
  .footer-share li {
      margin-right: 5px;
  }
}

@media (max-width:767px){
  .footer-share li {
      margin-right: 0;
  }
}


.footer-share li a {
    width: 40px;
    height: 40px;
    display: block;
    border: #585858 solid 1px;
    border-radius:40px;
    box-sizing:border-box;
    text-align: center;
    color: #585858;
}
.footer-share li a.i-img {
    border: 0;
}
.footer-share li a.i-img:hover .i-img1, .footer-share li a.i-img .i-img2 {
    display: none;
}
.footer-share li a.i-img:hover .i-img2 {
    display: block;
}
.footer-share li i {
    font-size: 20px;
    line-height: 40px;
}
.footer-share li a:hover {
    color:#69bcff
}
.footer-tel {
    clear: both;
    font-size: 17px;
    color: #585858;
    line-height: 1.8em;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: 400;
}

.footer-tel div{
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
}

.footer-tel div.footer-hotline  {
  background-image: url('../images/social/icon-hotline-gray.svg');
  background-size: 18px;
  background-position: center left 2px;
}

.footer-tel div.footer-whatsapp  {
  background-image: url('../images/social/icon-whatapp-gray.svg');
  background-size: 23px;
}

.footer-tel div.footer-email  {
  background-image: url('../images/social/icon-email.svg');
  background-size: 23px;
}

.office-hour{
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
}




.footer-nav {
    float: right;
}
.footer-nav-block {
    float: left;
}
.footer-nav-s {
    float: left;
    padding-left: 50px;
}

.footer-nav-ul {
    list-style: none;
    padding-top: 20px;
}

.footer-nav-s a {
    font-size: 16px;
    color: #585858;
    line-height: 1.5em;
}
.copyright {
    clear: both;
    text-align: center;
    font-size: 14px;
    color: #585858;
    line-height: 1.5em;
    padding-top: 50px;
}
.footer-nav-s a:hover {
    color:#4bcdfc;
}

.where {
    display: none;
    font-size: 16px;
    color: #636a70;
    vertical-align: middle;
    line-height: 1.5em;
    padding: 15px 0;
}
.where a {
    color: #636a70;
    font-size: 14px;
}
.where a:hover { color: #69bcff }
.where span {
    display: inline-block;
    padding: 0 10px;
}

.title {
    text-align: center;
}
.title span {
    font-family: '微軟正黑體', 'PingFang HK';
    font-size: 32px;
    line-height: 1.1em;
    /* color: #4D4D4D; */
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    /*text-shadow: 0 1px 0 #fff ,0 2px 0 #fff ,0 3px 2px #fff , 0 3px 2px #000;*/
}
.title span:before{
    content: '';
    position: absolute;
    z-index: 99;
    bottom: 0px;
    left: 50%;
    width: 140px;
    height: 5px;
    background-color: #4da6eb;
    border-radius: 12px;
    font-size: 21px;
    color: #d0f073;
    line-height: 14px;
    text-align: left;
    text-indent: -3px;
    text-shadow:none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.word {
    font-size: 16px;
    color: #2f3032;
    line-height: 1.5em;
    padding: 15px 32.5%;
    text-align: center;
}
.reserve {
    padding-top: 20px;
    margin: 0;
}
.page-top.with-banner .reserve{
    padding-top: 120px;
}

.reserve-listbox{
  padding-top: 60px;
}

@media (max-width:996px){
  .reserve {
      /* padding-top: 105px; */
  }
  .reserve-listbox{
    padding-top: 50px;
  }
  .page-top.with-banner .reserve{
      padding-top: 105px;
  }
}
@media (max-width:767px){
  .reserve {
      /* padding-top: 80px; */
  }
  .reserve-listbox{
    padding-top: 40px;
  }
  .page-top.with-banner .reserve{
      padding-top: 80px;
  }
}

.reserve-top {
    background: #d0f073 url(../images/bg-2.png) no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.reserve .reserve-top{
    border-radius: 50px;
}
.pop-reserve .reserve .reserve-top{
    border-radius: unset;
}
.reserve-top li {
    display: inline-block;
    vertical-align: top;
    padding: 15px 30px;
}
.reserve-top li a {
    font-size: 18px;
    color: #2f3032;
    line-height: 1.5em;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    padding: 0 40px;
    display: block;
    border: 4px transparent solid;
}
.reserve-top li a:hover,.reserve-top li.active a {
    background: #69bcff;
    color: #fff;
}
.reserve .reserve-list {
    padding: 40px 0 20px;
}
.reserve .reserve-list.no-first {
    padding-top: 0;
}
.reserve-li { margin-bottom: 60px;
display: inline-block;
width: 32.99%;
}

@media (max-width:1350px){
  .reserve-li {
  display: inline-block;
  min-width: 49.222%;
  }
}

@media (max-width:767px){
  .reserve-li {
  display: block;
  width: 100%;
  }
}


@media (max-width:480px){
  .reserve-li { margin-bottom: 35px; }
  .reserve-lis-img img {height:155%;}
}

.reserve-title {
    position: relative;
    margin: 0 12px;
    cursor: pointer;
}
.reserve-title:before {
    content: '';

}
.reserve-title span {
    font-size: 16px;
    color: #404040;
    line-height: 1.5em;
    position: relative;
    background-color: #fff;
    display: inline-block;
    padding-right: 20px;
    font-family: '微軟正黑體', 'PingFang HK';
}
.reserve-title span:before {
    content: "\e616";
    font-family:"iconfont" !important;
    position: absolute;
    z-index: 99;
    top: 2px;
    right: 0px;
    font-size: 20px;
}
.reserve-title.active span:before {
    transform: rotate(180deg);
}
.reserve-title b {
    font-size: 28px;
    padding-right: 10px;
}
.reserve-ul {
    font-size: 0;
    display: none;
}
.reserve-lis {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    min-width: 380px;
}

@media (max-width:1350px){
  .reserve-lis {
      min-width: 450px;
  }
}

@media (max-width:996px){
  .reserve-lis {
      min-width: 100%;
  }
}


.reserve-lis-con {
    margin: 0 5px;
    /* padding: 10px; */
    /* border-radius: 15px; */
}

.reserve-lis-img {
    height: 280px;
    border: #69bcff solid 5px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

@media (max-width:767px){
  .reserve-lis-img {
      height: 185px;
  }
}

@media (min-width:768px){
  .reserve-lis-con {
      margin: 0 10px;
  }
  .reserve-lis-img {
      height: 185px;
  }
}

@media (min-width:992px){
  .reserve-lis-con {
      margin: 0 10px;
  }
  .reserve-lis-img {
      height: 230px;
  }
}

@media (min-width:1351px){
  .reserve-lis-img {
      height: 220px;
      width: 100%;
  }
}

.reserve-lis-img img {
    width:auto;
    height:110%;
    max-width: none;
    position:absolute;
    z-index:99;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media (max-width:767px){
    .reserve-lis-img img {
      height:166%;
  }
}
.pop-con .reserve-lis-img > .reserve-bg{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter:alpha(opacity=0);
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding-top: 10%;
    box-sizing: border-box;
    z-index: 99999999;}
.pop-con .reserve-lis-img > .reserve-bg img{
    top: unset;
    left: unset;
    display: block;
    transform: none;margin: 0 auto;
    max-width: 80px; height: auto; position: relative;}
.pop-con .reserve-lis-img > .reserve-bg span{
    color: #ffffff;
    text-align: center;margin-top:25%;
    opacity:0;
    filter:alpha(opacity=0);
    display: block;width: 100%; font-size: 20px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.pop-con .reserve-lis-img:hover > .reserve-bg{

    opacity: 1;
    filter:alpha(opacity=100);
    background: rgba(0,0,0,0.5);
}
.pop-con .reserve-lis-img:hover >  .reserve-bg span{
    opacity:1;
    filter:alpha(opacity=100);
    margin-top:10px;
}
.pop-reserve .pop-close {
    display: none;
}
.reserve-lis-nr {
    position: relative;
    padding: 10px 10px 10px 5px;
}
.reserve-lis-topic {
    font-size: 22px;
    color: #49bdff;
    line-height: 1.5em;
    position: relative;
    font-weight: 500;
    /* padding-left: 25px; */
    margin-right: 100px;
}
body.en-US .reserve-lis-topic {
    font-size: 20px;
}
/* .reserve-lis-topic:before {
    content: '';
    position: absolute;
    z-index: 99;
    top: 12px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #69bcff;
} */
.reserve-lis-word {
    font-size: 16px;
    color: #2f3032;
    line-height: 1.5em;
    /* padding-top: 10px; */
    font-family: '微軟正黑體', 'PingFang HK';
}
.reserve-lis-now {
    font-size: 16px;
    color: #69bcff;
    line-height: 1.5em;
    font-weight: 600;
    text-shadow: 0 2px 0 #fff ,0 3px 4px #fff , 0 3px 2px #ccc;
    position: absolute;
    z-index: 99;
    top: 13px;
    right: 10px;
    cursor: pointer;
}
.reserve-tops {
    background: none;
    text-align: left;
    margin-top: 0;
}
.reserve-top.reserve-tops li{
    padding: 10px 15px;
}
.reserve-tops li a {
    background: #9c9da6;
    color: #fff;
}
.pop {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}
.pop-bg {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,.5);
}
.pop-con {
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 13%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
@media (min-width:768px){
  .pop-con {
      top: 25%;
  }
}
.pop-con .index-tow-form {
    margin: 40px;
    padding-bottom: 0;
}
.pop-con .index-tow-form:before {
    display: none;
}
.pop-close {
    width: 110px;
    height: 110px;
    background: #69bcff;
    border-radius: 110px;
    position: absolute;
    z-index: 99;
    top: -55px;
    right: -55px;
}
.pop-close:before {
    content: "\e612";
    font-family:"iconfont" !important;
    position: absolute;
    z-index: 99;
    top: 68px;
    left: 22px;
    font-size: 20px;
    color: #fff;
    line-height: 1em;
    cursor: pointer;
}
.reserve-success {
    padding: 60px 90px 60px;
    text-align: center;
}
.reserve-success .reserve-logo > img { min-width: 120px; max-width: 120px; }
.reserve-success-word {
    font-size: 24px;
    color: #2f3032;
    line-height: 1.5em;
    padding-top: 20px;
    font-weight: normal;
}
.reserve-success-word span {
    display: block;
    color: #69bcff;
    padding-top: 10px;
}
.goods { padding: 100px 0 130px; }
.product-bg {
    background: url(../images/pro-bg.png) no-repeat top;
    background-size: 100%;
}
.pro-left {
    width: 650px;
    float: left;
}
.goods-slide {
    /*border: #d0f073 solid 10px;
    border-radius: 20px;
    background: #fff;
    box-sizing:border-box;
    padding-top: 0;
    position: relative;*/
}
.goods-slide:before {
    /*content: '';
    position: absolute;
    z-index: -1;
    top: -2%;
    left: 0;
    width: 100%;
    height: 105%;
    border-radius: 20px;
    background: #97cbf5;
    transform: rotate(10deg);*/
}
.goods-slider-con {
    height: 625px;
    position: relative;
}
.goods-slider-con img {
    position:relative;
    z-index:99;
    /*top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}
.goods-item {
    width: 130px;
    height: 130px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 3%;
    background: url(../images/icon-2.png) no-repeat;
    background-size: cover;
    text-align: center;
    transform: rotate(-15deg);
}
.goods-item span {
    font-size: 15px;
    color: #fff;
    line-height: 1.3em;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.goods-slide .bx-wrapper .bx-prev {
    left: -80px;
}
.goods-slide .bx-wrapper .bx-next {
    right: -80px;
}
.pro-right {
    width: 412px;
    float: right;
}
.goods-title {
    font-family: '微軟正黑體', 'PingFang HK';
    font-size: 35px;
    color: #fff;
    line-height: 1.3em;
    text-align: center;
    background: #69bcff;
    border-radius: 50px 20px 50px 20px;
    padding: 5px
}
body.en-US .goods-title {
    /*font-size: 40px;*/
    font-size: 30px;
}
.goods-price {
    font-size: 16px;
    color: #69bcff;
    line-height: 1.5em;
    text-shadow: 0 -2px 0 #fff, 0 2px 0 #fff,0 3px 4px #fff,0 4px 5px #fff, 0 3px 1px #666;
    padding-top: 20px;
}
.goods-price span {
    font-size: 30px;
    font-family: '微軟正黑體', 'PingFang HK';
}

.goods-detial {
    font-family: 'CenturyGothic', '微軟正黑體', 'PingFang HK';
    font-size: 15px;
    color: #2f3032;
    line-height: 1.35em;
    padding: 10px 0;
}
.goods-detial p {
    padding-bottom: 15px;
}

.goods-detial ul,
.goods-detial ol {
    padding-left: 8px;
}
.goods .index-one-more {
    margin-top: 55px;
}

.goods-detial{
font-family:'PingFang HK','arial','微軟正黑體';
}

.goods-detial table{
border:1px solid rgb(222, 222, 222);
text-align:center;
width:98%;
margin-bottom:12px;
/* border-radius: 14px; */
}

@media (max-width:480px){
.goods-detial {
    font-size: 15px;
}
.goods-detial table{
    font-size: 14px;
width:100%;
}
}




.goods-detial table thead th{
font-weight:normal;
padding: 15px 10px 2px;
border-bottom: 3px solid #c5c5c5;
background-color:#dbfd5f;
}

/* .goods-detial table thead th:nth-child(1){
	border-top-left-radius: 13px;
}

.goods-detial table thead th:nth-child(5){
	border-top-right-radius: 13px;
}

.goods-detial table tbody tr:nth-child(2) td:nth-child(1){
	border-bottom-left-radius: 13px;
}

.goods-detial table tbody tr:nth-child(2) td:nth-child(5){
	border-bottom-right-radius: 13px;
} */

.goods-detial table tbody td{
padding: 6px 5px 6px;
}

@media (min-width:767px){
.goods-detial table tbody td{
padding: 6px 5px 6px;
}
}

@media (min-width:992px){
.goods-detial table tbody td{
padding: 6px 10px 6px;
}
}

.goods-detial table thead th:nth-child(1){
text-align:left;
}

.goods-detial table tbody td:nth-child(1){
text-align:left;
}


.goods-detial table tbody tr:nth-child(even) {background: #fff;}
.goods-detial table tbody tr:nth-child(odd) {background: #f5f5f5;}


.goods-detial table tbody tr:nth-child(2) {background: #944aff; color: #fff}

.goods-detial table.mini-box tbody tr:nth-child(1) {background: #bcf8fc; color: #464646}
.goods-detial table.mini-box tbody tr:nth-child(2) {background: #fff6d1; color: #464646}





.product { padding-bottom: 100px; }

.product-list-district-list{text-align: left;}
.product-list-district-list .por-slide > h2{
    font-size: 24px;
    margin-bottom: 30px;
    color: #69bcff;
    font-weight: 500;
    font-family: '微軟正黑體', 'PingFang HK';
}
.product-list-district-list ul li{list-style: none; display: inline-block;   padding: 0px 45px 0px 15px;   font-weight: bold;}
.product-list-district-list ul li > a{display: inline-block;padding: 5px 20px;}
.product-list-district-list ul li.space{padding: 0px 15px; display: none;}

.product-list-district-list ul li.active > a{background: #d0f073;padding: 5px 20px;
    border-radius: 25px;border: 2px solid #69bcff}
.pay {
    box-shadow: 0px 2px 15px #ccc;
    border-radius: 20px;
    padding: 40px 30px;
    margin-top: 30px;
}
.pay-item {
    border-top: #dfe1e3 solid 1px;
    padding: 40px 0;
}
.pay-item:first-child {
    border: none;
    padding: 20px 0 40px;

}
.pay-title {
    font-size: 24px;
    /* color: #474b50; */
    line-height: 1.5em;
    /* font-weight: 500; */

}
.pay .my-pro-img{padding: 8px; border-radius: 5px; overflow: hidden;
    box-sizing: border-box;
}
.pay .my-pro-img > img{
    position: relative;
    max-width: 100%;
    height: auto;
}
.pay .apply-shop-list { margin-top: 20px; }
.my-pro {
    background: #f4f5f6;
    min-height: 126px;
    position: relative;
    padding: 10px;
    margin-top: 20px;
}
.my-pro-img {
    width: 126px;
    height: 126px;
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 10px;
    background: #fff;
}
.my-pro-img img {
    width:auto;
    height:100%;
    position:absolute;
    z-index:99;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.my-pro-con {
    margin-left: 140px;
}
.my-pro-title {
    font-size: 24px;
    /* color: #2f3032; */
    line-height: 1.5em;
    /* font-weight: 600; */
    padding-top: 5px;
}
.my-pro-word {
    font-size: 16px;
    color: #636a70;
    line-height: 1.5em;
    padding-top: 5px;
}
.my-pro-word span {
    display: inline-block;
    padding-right: 20px;
}
.my-pro-word b {
    color: #464646;
    font-weight: 400;
    font-size: 18px;
}
.my-pro-address {
    padding-top: 25px;
}
.my-pro-price {
    font-size: 16px;
    color: #2f3032;
    line-height: 1.5em;
    position: absolute;
    z-index: 99;
    bottom: 15px;
    right: 0;
}
.my-pro-price span {
    display: inline-block;
    padding-right: 30px;
}
.my-pro-price b {
    font-size: 26px;
    color: #69bcff;
    padding-left: 10px;
}
.pay-way {
    list-style: none;
    padding-top: 20px;
}
.pay-way li {
    width: 130px;
    height: 50px;
    border: #dfe1e3 solid 1px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    box-sizing:border-box;
}
.pay-way li img {
    max-width:100%;
    max-height:100%;
    position:absolute;
    z-index:98;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pay-way li:hover,.pay-way li.active {
    border: #d0f073 solid 2px;
}
.pay-way li.active:before {
    content: '';
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/icon-3.png);
    background-size: 100%;
}
.pay-fee {
    text-align: right;
    /* font-size: 16px; */
    /* color: #2f3032; */
    /* line-height: 1.5em; */
    /* font-weight: 600; */
    padding-right: 30px;
    padding-bottom: 10px;
}
.pay-fee span {
    /* font-size: 24px; */
    /* color: #69bcff; */
}
.pay-fee-infos{
    position: fixed;
    width: 100%;
    /*height: 80px;*/
    bottom: 0px;
    left: 0;
    background: #f7f8fa;
    padding: 15px;
    box-sizing: border-box;
    z-index: 999;
    text-align: right;
}
.pay-fee-infos > .pay-fee{
    display: inline-block;    padding: 0px;
    min-width: 130px;
}
.pay-fee-infos > .pay-fee .total-total,
.pay-fee-infos > .pay-fee .total-coupon,
.pay-fee-infos > .pay-fee .total-period
{width: auto;padding-left: 15px;}
.pay-btn {
    text-align: right;
}
.pay-fee .total-coupon{
    color: #fb961f;
}

.coupon-remark{padding-left: 125px;padding-top: 5px;}
.pay-btn a {
    font-size: 24px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 600;
    height: 60px;
    background-color: #69bcff;
    border: #e6e6e6 solid 2px;
    display: inline-block;
    line-height: 60px;
    border-radius: 60px;
    padding: 0 70px;
}

/*通用樣式*/
.un-line,.un-line-blue{
    position: relative; display: block;
    margin:0 auto; max-width: 140px;
}
.un-line:before,.un-line-blue:before{
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    z-index: 98;
    bottom: -10px;
    left: 0;
    height: 5px;
    border-radius: 12px;
}
.un-line:after,.un-line-blue:after{
    display: block;
    content: '';
    position: absolute;
    z-index: 98;
    bottom: -10px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
}
.un-line:before{background-color: #bcc3c9;}
.un-line:after{ background-color: #d0f073;}

.un-line-blue:before{background-color: #4da6eb;}

@media(max-width:767px){
  .un-line-blue:before{display: none;}
}
/* .un-line-blue:after{ background-color: #d0f073;} */
.btn{
    border: none;
    -moz-box-shadow:1px 1px 1px #ffffff; -webkit-box-shadow:1px 1px 1px #ffffff; box-shadow:1px 1px 1px #ffffff;
    border-radius: 50px;
    padding: 5px 15px;
transition: all ease-in 0.2s;
  }

.btn.btn-blue{background-color: #0671b2; color: #ffffff;}
.btn.btn-blue:hover { background-color: #025b91;}
.min-height{min-height: 500px;}
h1.title, h2.title{
    font-family: '微軟正黑體', 'PingFang HK';
    text-align: center;
    font-size: 35px;
    color: #4D4D4D;
    position: relative;
    padding-top: 120px;
    display: block;
    margin: 0;
    line-height: 1.1em;
}
@media (max-width:996px){
  h1.title, h2.title{
    padding-top: 105px;
}
}

@media (max-width:767px){
  h1.title, h2.title{
    padding-top: 80px;
}
}

.content-background{position: absolute; left: 0px; right: 0px; top:0px}
.content-top-bg{
    height: 330px;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
}
/*end 通用樣式*/
/*faq 頁面*/
.problem h2.title > img {max-height: 32px;}
.problem .problem-list{
    padding: 40px 30px;
    margin-top: 30px;
    background-color: #f4f5f7;
    border-radius:10px;
}
.problem{margin-bottom: 150px;}
.faq-icon-q, .faq-icon-a{font-style:normal ;
    width: 30px;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 20px;
    position: relative;
    text-align: center;
    border-radius: 50px;
}
.faq-icon-q{background-color: #d0f073; margin-right: 5px}
.faq-icon-a{background-color: #69bcff; margin-right: 5px;
    font-size: 16px;
    width: 25px;
    height: 25px;
}
.faq-icon-q:before{content: "Q";}
.faq-icon-a:before{content: "A";}
.problem-list .faq-icon-a{position: absolute;}
.problem-list .problem-title{
    color: #2f3032;
    font-size: 20px;
    cursor: pointer;
}
.problem-list .problem-li{margin-bottom: 20px;}
.problem-list .problem-con{display: none;}
.problem-con .inner-problem{font-size: 16px; color: #2f3130; padding-left: 35px;}
.problem-list .open-con.problem-con{ padding: 15px;background-color: #d0f073; margin: 10px 0px; position: relative;}
/*end faq頁面*/
/*magazine*/
.magazine{margin-bottom: 50px;}
.lastest{position: relative;
    margin-bottom: 40px;
    margin-top: 50px;
    border-radius: 20px; overflow: hidden;}
.lastest .magazine-img{width: 100%;
    display: block;
    float: none;
    max-height: 600px;
}
.lastest .magazine-li-con{
    position: absolute;
    bottom: 0px;
    left: 0px;display: inline-block;
    background: rgba(36, 36, 36, 0.9);
    /* background: #7f7f7f; */
    padding: 20px;
    width: 100%;}
.lastest .magazine-time{
    color: #69bcff;max-width: 200px;
    display: none;
    vertical-align: middle;
    font-size: 24px;
}
.lastest .magazine-time span{font-size: 24px;    font-family: inherit;}
.lastest .magazine-content{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    box-sizing: border-box;
    max-width: 900px;
}
.lastest .magazine-li-title{
    margin-top: 0px;
}
.lastest .magazine-li-title a{
    font-size: 32px;
    color: #ffffff;
    font-weight: 500;

}
.lastest .magazine-li-word{
    font-family: 'CenturyGothic', '微軟正黑體', 'PingFang HK';
    color: #ffffff;
    font-size: 18px;
}
.magazine-time{
display:none;
}
.magazine .magazine-list{
    width: 80%;
    float: left;
}
.magazine .magazine-right{
    width: 19.999%;
    float: right;
    padding-left: 15px;
    box-sizing: border-box;
}
.magazine-right a.active{color: #69bcff;}
.magazine-li,.message-item  {
    float: left;
    margin-bottom: 20px;
    width: 98%;
    border-bottom: 1px solid #dedede;
    padding: 10px 0px 15px;
    position: relative;
}
.magazine-li .magazine-time,
.magazine-inner .magazine-time,
.message-item .item-date{
    color: #323232;
    font-size: 20px;
}
.magazine-li .magazine-time span,.magazine-inner .magazine-time span ,
.message-item .item-date span{font-size: 20px;  font-family: inherit; }
.magazine-li-title,
.message-item .item-title{ font-family: '微軟正黑體', 'PingFang HK'; margin-top: 10px; margin-bottom:10px; }
.magazine-li-title a { font-family: '微軟正黑體', 'PingFang HK'; font-weight: 500;}
.magazine-li-title a,
.message-item .item-title a{color: #2f3032;font-size: 32px;line-height:36px;}
.magazine-li-word,
.message-item .item-content{ font-family: '微軟正黑體', 'PingFang HK'; font-size: 18px; color: #323232; }
.magazine-more,
.message-item .item-more{position: absolute; bottom: 25px; right: 25px;font-size: 17px;}
.magazine-more { position: static; margin-top: 35px; text-align: right; }
.magazine-img,.message-item .cover-wrap {
    /* border-radius: 10px; */
    overflow: hidden;
    width: 45%;
    min-width: 250px;
    float: left;
}
.magazine-img img{
    border-radius: 20px;
}
.magazine-more a{
  text-shadow: none;
  padding: 10px 20px 8px 20px;
  -moz-box-shadow:0px 0px 0px #949494;
  -webkit-box-shadow:0px 0px 0px #949494;
  box-shadow:0px 0px 0px #949494;
}
.magazine-li-con,.message-item  .message-body {width: 54.9999%; box-sizing: border-box;float: right; padding: 15px 30px 0 20px;}

@media (max-width:1350px){
  .magazine-li-con,.message-item  .message-body {padding: 10px 0 0 20px;}
}
.magazine-right .magazine-category,
.magazine-right .magazine-year{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    -moz-box-shadow:1px 1px 6px #dddddd; -webkit-box-shadow:1px 1px 6px #dddddd; box-shadow:1px 1px 6px #dddddd;
}

.magazine-right li{list-style: none;text-align: center; background-color: #f4f5f7; padding: 5px; font-size: 16px;}
.magazine-right li a{color: #2b2c2e; border-bottom: 1px solid #dfe0e2; min-width: 100px; display: inline-block; padding: 10px 0px;}
.magazine-right .magazine-category li:first-child,
.magazine-right .magazine-year li:first-child{
    background-color: #d0f073; padding: 10px 10px 5px 10px;
    font-size: 16px;font-weight: bold;
}
.magazine-right .magazine-category li:last-child,
.magazine-right .magazine-year li:last-child{
    padding-bottom: 20px;
}
.magazine .magazine-detail{
    display: inline-block;
    margin-bottom: 50px;
    width:100%;
    margin-top: 50px;
}
.magazine .magazine-detail .magazine-inner{
    float: left;
    width: 80%;
}
.magazine .magazine-detail .content-inner{
    /* border: 1px solid #dedede; */
    -moz-box-shadow:1px 1px 6px #dddddd; -webkit-box-shadow:1px 1px 6px #dddddd; box-shadow:1px 1px 6px #dddddd;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 30px 15px 20px 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    display: inline-block;
    max-width: 100%;
}

@media (min-width:768px){
.magazine .magazine-detail .content-inner{
    padding: 30px;
}
}



.magazine-detail .magazine-title{color: #2f3032;font-size: 24px;
    margin: 30px 0px 20px;
}
.magazine-detail .magazine-img{display: block; max-width: 800px;}
.magazine-detail .magazine-content{
    display: inline-block;
    padding: 10px 0px;
    max-width: 100%;
}
.magazine-detail .prev-next a{font-size: 18px; color: #2f3032;
    background: #c8e973;
    border: none;
    box-shadow: unset;
    border-radius: 5px;
    padding: 8px 15px;
}
.magazine-detail .prev-next a:hover,
.magazine-detail .prev-next a:link{
    color: #2f3032;
}
.magazine-detail .prev-next a > span > img{max-height: 10px;}
.magazine-detail .prev-next .prev > span > img{margin-right: 5px;}
.magazine-detail .prev-next .next > span > img{margin-left: 5px;}
.magazine-detail .prev-next .next{float: right;}
/*end magazine*/
/*會員中心*/
.personal h2.title{
    text-align: center;
    font-size: 30px;
    line-height: 1.5em;
    color: #4D4D4D;
    position: relative;
    padding-bottom: 15px;
    display: block;
    /*text-shadow: 0 1px 0 #fff, 0 2px 0 #fff, 0 3px 2px #fff, 0 3px 2px #000;*/
}
.personal .menu-list{width: 100%;     float: none; border-bottom: 5px solid #69bcff;}
.personal .menu-list li{
    padding: 8px 20px 8px;
    font-size: 18px;
    background: #d0f073;
    float: none;     display: inline-block;
    list-style: none; margin-right: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
    vertical-align: bottom;
}
.personal .menu-list li:last-child{margin-right: 0px;}
.personal .menu-list li a{color: #4D4D4D; font-size: 18px;}
.personal .menu-list li.active{background-color: #69bcff; padding: 10px 20px 10px;}
.personal .menu-list li.active a{color: #ffffff;}
.personal .menu-list li a > i {position: relative;
    width: 22px;height: 22px;margin-right: 5px;
    display: inline-block;}
.personal .menu-list li a > i > img{position: absolute;top:5px;
    left: 0px;
}
.personal .personal-block{
    box-shadow: 0px 3px 5px #eaeaea;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 150px;
    background: rgba(255, 255, 255, 0.9);
    min-height: 450px;
}
.user-default-index .account-group .group-title .price {
    color: #000;
    font-weight: bold;
}
.personal .message-top{margin-bottom: 20px;}
.personal .message-top > a{
    border-radius: 50px;
    padding: 6px 15px;
    background-color: #ebeef1;
    font-size: 16px;
    color: #2f3032;
}
.personal .message-top > a.active{
    background-color: #d0f073;
}
.personal .message-record-list {
    display: inline-block;
    max-width: 100%;
}
.personal .message-item .cover-wrap{
    width: 33.333%;
}
.personal .message-item .message-body{
    width: 66.6666%;
}
.personal .record-empty{
    text-align: center;
    margin-top: 100px;
    font-size: 18px;
}
.personal .record-empty img { max-width: 100px; margin-bottom: 15px; }
.user-default-index .arrow.down{
    display: inline-block;
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    color: #000;
    margin-left: 8px;
    margin-bottom: 4px;
}
.user-default-index .form-group input{max-width: 300px;}
/*end 會員中心*/
/*登陸頁面*/
.title-logo{
    display: block;
    width: 148px;
    margin: 0 auto;
}
.sign{min-height: 450px; margin-bottom: 150px;}
.sign .content-top-bg{height: 250px;}
.sign-top{text-align: center;}
.sign-top > h2 {
     margin-top: 50px;
    font-size: 30px;
    line-height: 1.5em;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}
.sign-form{text-align: center;}
.sign-form-wk{width: 100%; max-width: 450px; margin:40px auto; text-align: left;}
.sign-form-list{margin-top: 20px;}
.sign-row{width: 100%;}
.sign-row label,.sign-code label{text-align: right; ;width: 100%; max-width: 120px; display: inline-block; font-size: 14px; box-sizing: border-box; padding-right: 10px}
.sign-row .form-group input,.sign-code .form-group input{
    width: 100%;
    max-width: 300px;
    display: inline-block;
    border-radius: 50px;
    padding: 7px 15px 5px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    font-size: 16px;
}
.sign-code .form-group input{
    max-width: 190px;
}
.sign-code .sign-code-img,
.sign-code .help-block-error,
.sign-row .help-block-error,
.sign-submit,
.sign-a{box-sizing: border-box; padding-left: 120px; }
.sign-form .sign-submit > input[type="submit"] {
    min-width: 300px;
    margin-top: 20px;
    font-size: 24px;
    padding: 8px;
}
.sign-code .sign-code-img{
    display: inline-block;
    max-width: 100px;
    padding: 0px;
    vertical-align: top;
}
.sign-no{padding-left: 120px; font-size: 16px; color: #ff7488;}
.sign-no:visited,.sign-no:link,
.sign-no:hover,.sign-no:focus{color: #ff7488;}
.help-block-error {
    font-size: 12px;
    color: red;
    padding-bottom: 0px;
}

/************/
.sign .content-top-bg { display: none; }
.sign-top > h2 { color: #666; font-weight: 400; position: relative; margin: 72px 0 36px; }
.sign-top > h2:after, .sign-top > h2:before { display: block; width: 60px; content: ''; position: absolute; z-index: 98; bottom: -2px; left: 50%; margin-left: -30px; height: 5px; border-radius: 12px; background-color: #4da6eb; }
/* .sign-top > h2:before { width: 8px; height: 8px; left: 76px; bottom: 2px; background-color: #d0f073; z-index: 99; } */
.en-US .sign-top > h2:after { width: 80px; margin-left: -40px; }
.en-US .sign-top > h2:before { left: 66px; }


/*end登陸頁面*/
/*忘記密碼頁面*/
.site-request-password-reset{text-align: center;
     margin:50px auto 40px;}
.site-request-password-reset > h2 {
    font-size: 30px;
    line-height: 1.5em;
    color: #4D4D4D;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    /*text-shadow: 0 1px 0 #fff, 0 2px 0 #fff, 0 3px 2px #fff, 0 3px 2px #000;*/
    }
.site-request-password-reset    .note{font-size: 16px;}
.site-request-password-reset #request-password-reset-form {margin: 40px auto; min-height: 250px; max-width: 450px;}
.form-group{margin-top: 15px;}
.form-group label{text-align: left;
    width: 100%; max-width: 150px; display: inline-block;
    font-size: 16px; box-sizing: border-box; padding-right: 10px}
.en-US #login-form .form-group label {line-height: 1.2em; vertical-align: middle; }
body.en-US .pay-item .form-group label { max-width: 250px; }
.form-group input{
    width: 100%;
    max-width: 200px;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 15px;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.pay-item .form-group input { padding: 7px 15px; }
.site-request-password-reset .form-group input{
    width: 100%;
    max-width: 300px;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 15px;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.site-request-password-reset .form-group .help-block-error{padding-left: 140px; box-sizing: border-box; text-align: left;}
.site-request-password-reset .row-right{padding-left: 140px; margin-top: 15px; text-align: left;}
.site-request-password-reset .sign-a{font-size: 16px; color: #ff7488; padding: 0px}
.site-request-password-reset .form-group > button[type="submit"] {
    min-width: 300px;
    margin-top: 20px;
    font-size: 24px;
    padding: 8px;
    /*margin-left: 120px;*/
}
/*end 忘記密碼頁面*/
/*product list*/
.product-list .title span{text-shadow:unset;}
.product-list .word{ padding: 15px 0px;}
.product-list .por-slide h2{
    font-size: 24px;
    margin-bottom: 30px;
    color: #69bcff;
    font-weight: 500;
    font-family: '微軟正黑體', 'PingFang HK';
}
.product-list .por-slide h2 > span { font-size: 14px; font-weight: 400; background-color: #d0f073; color: #666; display: inline-block; line-height: 1em; padding: 8px 12px 5px 12px; border-radius: 20px; vertical-align: top; margin-top: -3px; border: 2px solid #5cb3e8;}
@media (max-width:390px) {.product-list .por-slide h2 > span{ margin-top: 5px;border: 1px solid #5cb3e8;}}
.product-list .index3-slider-con{ padding: 0px; border: none;}
.product-list .index3-slider-con .product-content-1{border-right: 1px solid #e6e6e6;padding: 0 5px;}
.product-list .quantity-minus,.product-list .quantity-add{
    width: 30px;cursor: pointer;
    height: 30px;    font-size: 18px;
    background-color: #d0f073; border-radius: 50%; border: none; padding: 0;}
.product-list .quantity-selection{font-size: 18px;
    border: #e6e6e6 solid 1px;
    border-radius: 50px;
    padding: 8px 10px;
    margin: 30px auto 10px;
    width: 80%;
    max-width: 250px;
    }
.product-list .quantity-selection .quantity-input{
    font-size: 22px;
    color: #000;
    font-family:'微軟正黑體', 'PingFang HK';
}



#product-list-slider .slide:nth-child(4) .quantity-selection{
  display: none;
}

#product-list-slider .slide:nth-child(5) .quantity-selection{
  display: none;
}



.product-list .index3-slider-word span.index3-sapn1{font-size: 16px; margin-bottom: 8px;}
.product-list .index3-slider-word span.index3-sapn2 { font-size: 18px;padding-top: 5px; }
.product-list .index3-slider-word b { font-size: 36px; font-family: '微軟正黑體', 'PingFang HK'; font-weight: normal;}
.product-list .index3-slider-word span.index3-sapn2 > i{font-style: normal;
    font-size: 16px;
    padding-left: 0;
display:none;}

.goods-popup-slider .goods-slider-con{height: auto;}

.goods-border .bx-wrapper{    border: #d0f073 solid 10px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 0;
    position: relative;}
.goods-border .bx-wrapper:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 105%;
    border-radius: 20px;
    background: #97cbf5;
    transform: rotate(15deg);
}
.product-popup .goods-detial p{
	padding-top: 5px;
    padding-bottom: 5px;
}
.product-popup .goods-price{text-shadow:none;}
.product-popup .pro-right{
    padding-right: 5px;
	padding-left: 5px;
    box-sizing: border-box;
}

@media (min-width:767px){
.product-popup .pro-right{
padding-right:20px;
padding-left:10px;
}
}


@media (min-width:997px){
.product-popup .pro-right{
padding-right:35px;
padding-left:15px;
}
}


@media (min-width:1351px){
.product-popup .pro-right{
padding-right:50px;
padding-left:0px;
}
}


.product-popup .por-slide .bx-wrapper .bx-controls-direction a:before {
    content: "";
    width: 35px;
    height: 35px;
}
.product-popup .goods-detial ul li{
    margin-left: 15px;
}
/*end product list*/
/*apply*/

/* .pay .my-pro-title{font-weight: 200;} */
.pay .form-group .error{padding-left: 125px; font-size: 14px;}
.pay select{
    border: none;
    color: #2f3032;
    font-size: 16px;
    padding: 4px 15px;
}
.pay .pay-group .agree-group label {
    font-size: 16px;
}
.pay .coupon-btn{
    background-color: #f7f7f7;
    border: 0;
    padding: 5px 15px;
    border-radius: 50px;
    cursor: pointer;
}
.pay  .form-group input[type='radio'] + label{
    max-width: 100%;width: auto;
    text-align: left; padding-left: 15px;}
.pay .note{font-size: 16px;color: #636a70;}
.pay .coupon-btn:last-child{
    background-color: #dbdbe1;
    border: 0;
    padding: 5px 15px;
    border-radius: 50px;
}
.pay input[type='radio']:checked:after{
    background: #d0f073;
}
.select-div {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    position: relative;
    border-radius: 50px;
    border: 1px solid #dedede;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 16px;
}
span.select-div{
    padding: 3px 15px;
}
.select-div.select-date{
    width: auto;max-width: auto;

}
.select-div:focus,.select-div select:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
.select-div select{width: 100%;}
.select-div:after {
    display: inline-block;
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    right: 12px;
    top: 8px;
}
/*end apply*/

/*home slider*/
.jssorb05{
    /*
    position: absolute;
    right: 0px !important;
    left: auto !important;
    bottom: 20px !important;
    top: auto !important;
    text-align: center;
    margin-right: calc(50% - 70px);
    */
    position: absolute;
    right: 0 !important;
    left: 0 !important;
    bottom: 20px !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    height: 30px !important;
}
.jssorb05 > div {
    position: static !important;
    display: inline-block;
    padding: 0 5px;
}
.jssorb05 > div:before{
    display: inline-block;
    content: " ";
    /*background: #000;*/
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #d0f073;
}
.jssorb05 > div.av:before{
    background: #d0f073;
}
.jssora12l{
    position: absolute;
    left: 20px;
    /* top: 55% !important; */
    width: 65px;
    height: 65px;
    cursor: pointer;
    opacity: 0.75;
    transition: all 0.25s ease;
}
.jssora12l:hover{
  opacity: 0.98;
}
.jssora12l.bx-prev:before{
    content: "";
    position: absolute;
    z-index: 99;
    /* top: -50px; */
    left: 0;
    width: 65px;
    height: 65px;
    background: url(../images/next.png);
    background-size: 100%;
    text-indent: 1px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.jssora12l .a {
    fill: none;
    stroke: #000;
    stroke-width: 640;
    stroke-miterlimit: 10;
}
.jssora12r{
    position: absolute;
    right: 20px;
    /* top: 55% !important; */
    width: 65px;
    height: 65px;
    cursor: pointer;
    opacity: 0.75;
    transition: all 0.25s ease;
}
.jssora12r:hover{
  opacity: 0.98;
}
.jssora12r.bx-next:before{
    content: "";
    position: absolute;
    z-index: 99;
    /* top: -50px; */
    left: 0;
    width: 65px;
    height: 65px;
    background: url(../images/next.png);
    background-size: 100%;
    text-indent: 1px;
}
.jssora12r .a {
    fill: none;
    stroke: #000;
    stroke-width: 640;
    stroke-miterlimit: 10;
}

@media (max-width:767px){
  .jssora12l{
      left: 50px;
      width: 150px;
      height: 150px;
  }
  .jssora12r{
      right: 50px;
      width: 150px;
      height: 150px;
  }
  .jssora12l.bx-prev:before{
      width: 150px;
      height: 150px;
  }
  .jssora12r.bx-next:before{
      width: 150px;
      height: 150px;
  }
}


/*end home slider*/

/*contact*/
.contact .row{
    margin-left: -15px;
    margin-right: -15px;
}
.contact > .row{
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.col-xs-6{
    float: left;
    width: 49.999%;
    padding: 0px 15px;
    box-sizing: border-box;
}
.contact .contact-form-div{
    border: 2px solid #d0f073;
    border-radius: 15px;
    padding: 15px 15px 30px;
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 150px;
}
.contact .hear-note{
    font-size: 14px;
}
.contact .contact-note{
    margin: 0px;
    font-size: 18px;
    color:#69bcff;
}
.contact .form-group .radio{
    display: inline-block;
}
.contact input[type='radio']:before{
    top: -3px;
}
.contact input[type='radio']:checked:after{
    top: 1px;
}
.contact .form-group input{
    border-radius: 8px;
    max-width: 100%;
}
.contact .form-group textarea{
    border-radius: 8px;
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    box-sizing: border-box;
}
.contact .contact-submit > input[type="submit"] {
    min-width: 300px;
    margin-top: 20px;
    font-size: 24px;
    padding: 8px;
}
.change-password-note{
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 120px;
    padding-bottom: 0px;
}
/*end contact*/



/* Bert index-one */

.index-one-con h2{
  margin-top: 30px;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #46e2f9;
  text-shadow: 0px 4px 5px rgba(24, 24, 24, 0.75);
}

.index-one-con h2.coneng{
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}

.index-one-word h3{
  font-size: 34px;
  color: rgb(255, 255, 255);
  padding: 8px 0 6px;
  /* background-color: rgb(255, 255, 255); */
  /* border-radius: 50px; */
  /* border: 4px solid rgb(117, 227, 226); */
  margin-bottom: 8px;
  margin-top: 40px;
  float: left;
  font-family: arial;
  font-weight: 400;
  text-shadow: -1px 2px 2px rgba(8, 8, 8, 0.85);
}

.index-one-word span{
  font-size: 20px;
  line-height: 28px;
  float: left;
  clear: both;
  color: #ffffff;
  font-weight: normal;
  text-shadow: -1px 2px 2px rgba(8, 8, 8, 0.85);
}

.index-one-pic {
    width: 230px;
    height: 230px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    border: #46e2f9 solid 5px;
    box-sizing:border-box;
    position: absolute;
    z-index: 99;
    top: 210px;
    left: 295px;
}

.seo-content-block{
    padding: 0;
    position: relative;
    margin-top: -68px;
    margin-bottom: 25px;
    z-index: 20;
}

@media (max-width:767px){
  .seo-content-block{
      margin-top: -62px;
      margin-bottom: 25px;
  }
}
.txtCursor {
    cursor: pointer;
}
.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}
.seo-content-block .collapse{
    font-size: 14px;
}
@media (max-width:1350px){

  .index-one-con {
      width: 450px;
      margin-left: 120px;
      float: left;
      position: relative;
      z-index: 1;
  }

  .index-one-img {
      width: 350px;
      height: 350px;
      overflow: hidden;
      float: left;
      border-radius: 50%;
      border: #bff64a solid 4px;
      box-sizing: border-box;
      margin-left: 0;
  }
  .index-one-img img {
      display: block;
  }


  .index-one-con h2{
    font-size: 45px;
  }

  .index-one-word h3{
    float: left;
    font-family: arial;
  }

  .index-one-word span{
    line-height: 28px;
    float: left;
    clear: both;
  }


  .index-one-word a{
    font-size: 20px;
    line-height: 28px;
    float: left;
    clear: both;
    color: #ffffff;
    font-weight: normal;
    background-color: #d0f073;
    color: #212121;
    display: block;
    padding: 4px 20px;
    margin-top: 20px;
    border-radius: 50px;
    transition: all 0.25s ease;
  }

  .index-one-word a:hover{
    background-color: #46e2f9;
  }


  .index-one-pic {
      width: 200px;
      height: 200px;
      float: left;
      border: #69bcff solid 4px;
      top: 200px;
      left: 240px;
  }

}

@media (max-width:996px) {

  .index-one-con h2{
    margin-top: 50px;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #46e2f9;
    text-shadow: 0px 2px 4px rgba(24, 24, 24, 0.65);
  }

  .index-one-con{
    margin-left: 50px;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .index-one-con {
      width: 650px;
      margin-left: 50px;
      padding-left: 0;
      margin-bottom: 20px;
      float: left;
      position: relative;
      z-index: 1;
  }


  .index-one-word h3{
    font-size: 34px;
    padding: 8px 0 6px;
    margin-bottom: 8px;
    margin-top: 30px;
    float: left;
    font-family: arial;
  }
  .index-one-word span{
    font-size: 20px;
    line-height: 30px;
    float: left;
    clear: both;
  }
  .index-one-pic {
      width: 210px;
      height: 210px;
      float: right;
      border: #69bcff solid 4px;
      top: 200px;
      left: 380px;
  }
  .index-one-img {
      width: 400px;
      height: 400px;
      border: #bff64a solid 4px;
      margin-left: 30px;
      padding: 0;
  }
}

@media (max-width:767px) {

    .index-one-con{
      margin-left: 0;
      padding-left: 0;
      width: 100%;
    }
    .index-one-con h2{
      margin-top: 20px;
      font-size: 35px;
      margin-bottom: 10px;
    }
    .index-one-word h3{
      font-size: 24px;
      margin-bottom: 8px;
      margin-top: 30px;
      float: left;
      font-family: arial;
    }
    .index-one-word span{
      font-size: 18px;
      line-height: 28px;
      padding-left: 5px;
      float: left;
      clear: both;
    }
    .index-one-pic {
        width: 145px;
        height: 145px;
        float: right;
        top: 130px;
        left: 200px;
    }
    .index-one-img {
        width: 260px;
        height: 260px;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0;
    }
}

@media (max-width:414px){

    .index-one-con{
      margin-left: 0;
      padding-left: 0;
      width: 100%;
    }
    .index-one-con h2{
      margin-top: 20px;
      font-size: 30px;
      margin-bottom: 0;
    }
    .index-one-word h3{
      font-size: 26px;
      padding: 8px 0 6px;
      margin-bottom: 8px;
      margin-top: 30px;
    }
    .index-one-word span{
      font-size: 18px;
      line-height: 28px;
      padding-left: 0;
      float: left;
      clear: both;
    }
    .index-one-pic {
        width: 145px;
        height: 145px;
        float: right;
        top: 130px;
        left: 200px;
    }
    .index-one-img {
        width: 260px;
        height: 260px;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0;
    }
}

@media (max-width:375px){
  .index-one-img{
      margin-top: 0;
  }
}


/* Bert Edit 3SEP2020 */

.tablebox{
  margin-top: 15px;
  clear: both;
}

.tablebox p{
  font-size: 18px;
}

.goods-price{
  display: none;
}

.mini-hotline{
  clear: both;
  font-size: 18px;
}

.mini-hotline a{
  color: #69bcff;
  font-size: 24px;
}

.reserve-lis-word a{
   color:#69bcff;
font-size: 18px;
}


/* Bert bg for account! */
.member-center{
  background-image: url('../uploads/BG@2x.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 100px;
}

.select_shop .comm_tabc{
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.t-deposit-item .termination-groups > .form-group.t-deposit-item ul { display: none; }

.order-record-list.order-box-list .order-item .cover-wrap{left: 35px;}
.order-record-list.order-box-list .order-item{padding-left: 350px;}

/* Chat tools 20230324 */

.chattools{
  position: fixed;
  z-index: 1000;
  width: inherit;
  bottom:0;
  right:0;
  transition: all 0.8s ease;
  background-color: rgba(0, 93, 175, 0.97);
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  animation-name: chattools;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-direction: alternate;
  animation-fill-mode: backwards;
  font-size: 14px;
  line-height: 16px;
}

@keyframes chattools {
  0% {opacity: 0; right:-220px;}
  100% {}
}


.whatsapp, .callphone, .easychat, .booking{
  position: relative;
  /* clear: both; */
  display: inline;
  color: rgb(255, 255, 255);
  float: left;
  transition: all 0.2s ease;
  background-color: rgba(162, 30, 33, 0);
  padding: 6px 0 8px;
  min-width: 88px;
}

.whatsapp:hover, .callphone:hover, .easychat:hover, .booking:hover{
  background-color: rgba(2, 80, 149, 0.97);
}

.whatsapp:active, .callphone:active, .easychat:active, .booking:active{
  background-color: rgba(4, 102, 189, 0.8);
}

.chattext{
  text-align: center;
}

.callphone-icon, .whatsapp-icon, .booking-icon {
  height: 50px;
  border-radius: 100px;
  z-index: 10000;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.callphone a, .whatsapp a, .booking a {
  cursor: pointer;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.whatsapp-icon, .callphone-icon, .booking-icon{
  background: none;
}

.callphone-icon span, .whatsapp-icon span{
  float: left;
}

.callphone-icon img{
  width: 32px;
}

.whatsapp-icon img{
  width: 38px;
}

.booking-icon img{
  width: 56px;
}



@media (min-width:768px){

  .chattools{
    position: fixed;
    z-index: 1000;
    width: inherit;
    bottom:12%;
    right:0;
  }

  .whatsapp, .callphone, .easychat, .booking{
    position: relative;
    clear: both;
    display: block;
    padding: 8px 0 10px;
    min-width: inherit;
  }

  .callphone-icon, .whatsapp-icon, .booking-icon {
    width: 90px;
    height: 50px;
    border-radius: 100px;
    z-index: 10000;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .callphone a, .whatsapp a, .booking a {
  }

  .whatsapp-icon, .callphone-icon, .booking-icon{
  }

  .callphone-icon span, .whatsapp-icon span{
  }

  .callphone-icon img{
    width: 31px;
  }

  .whatsapp-icon img{
    width: 38px;
  }

  .booking-icon img{
    width: 58px;
  }

}


/* form class */
.noscroll {
  overflow: hidden;
}
.form {
  clear: both;
  position: relative;
  padding-top: 15px;
}
.form .content-box h2 {
  margin: 10px 0;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  color: rgb(60, 60, 60);
}
.form .content-box h2 span {
  display: inline-block;
  margin: 0;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  color: rgb(50, 50, 50);
  line-height: 56px;
}
.content-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 80%;
  text-align: center;
}
.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  transition: all 0.45s ease;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 27, 27, 0.7);
  padding-top: 60px;
  padding-bottom: 60px;
  z-index:20000;
}
.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  opacity: 1;
  visibility: visible;
  z-index: 30000;
}
.popup-content {
  /*Hides pop-up content when there is no "active" class */
  background-color: rgb(248, 255, 233);
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(59, 59, 59, 0.6);
  width: 87%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  padding: 20px 15px;
  z-index: 40000;
  position: relative;
}

.overlaybg{
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30000;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
}
.popup-content iframe {
  /* height: 1200px; */
}
.close-x {
  cursor: pointer;
  border: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 0.8;
  color: #ffffff;
  transition: 0.25s ease-out all;
  top: -40px;
  right: 0;
  position: absolute;
  opacity: 0.8;
}
.close-x:hover{
  color: #ffffff;
  opacity: 1;
  transform: scale(1.2);
}
button.open {
  display: inline-block;
  vertical-align: middle;
  border-radius: 300px;
  font-size: 1.3rem;
  color: #ffffff;
  background: #00beff;
  border: 3px solid #d1f073;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: normal;
  letter-spacing: 3px;
  transition: 0.25s ease-out all;
}
button.open:hover {
  background: #d1f073;
  color: #323232;
}
div.close{
  display: inline-block;
  position: relative;
  color: grey;
  font-size: 18px;
  float: right;
  padding-right: 28px;
  margin-top: -40px;
}
div.close:hover{
  color: #696969;
  transition: 0.25s ease all;
}
@media (max-width:340px) {
  .form {
    clear: both;
    position: relative;
    padding-top: 15px;
  }
  .form .content-box h2 {
    margin: 10px 0;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    color: rgb(60, 60, 60);
  }
  .form .content-box h2 span {
    display: block;
    margin: 0;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    color: rgb(50, 50, 50);
  }
  .content-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80%;
    text-align: center;
  }
  .popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
  }
  .popup-overlay.active {
    /*displays pop-up when "active" class is present*/
    opacity: 1;
    visibility: visible;
  }
  .popup-content {
    /*Hides pop-up content when there is no "active" class */
  }
  .popup-content.active {
    /*Shows pop-up content when "active" class is present */
  }
  button.open {
    display: inline-block;
    vertical-align: middle;
    border-radius: 300px;
    font-size: 1.3rem;
    color: #ffffff;
    background: #00beff;
    border: 3px solid #d1f073;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: normal;
    letter-spacing: 3px;
  }
  button.open:hover {
    /* background: #d1f073; */
    color: #ffffff;
  }
}
@media (min-width:768px) {
  .form {
    clear: both;
    position: relative;
    padding-top: 15px;
  }
  .form .content-box h2 {
    margin: 10px 0;
    text-align: center;
    font-size: 46px;
    font-weight: normal;
    color: rgb(60, 60, 60);
  }
  .form .content-box h2 span {
    display: inline-block;
    margin: 0;
    text-align: center;
    font-size: 56px;
    font-weight: 400;
    color: rgb(50, 50, 50);
  }
  .content-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80%;
    text-align: center;
  }
  .popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
  }
  .popup-overlay.active {
    /*displays pop-up when "active" class is present*/
    opacity: 1;
    visibility: visible;
  }
  .popup-content {
    /*Hides pop-up content when there is no "active" class */
    width: 90%;
  }
  .popup-content.active {
    /*Shows pop-up content when "active" class is present */
  }
  button.open {
    display: inline-block;
    vertical-align: middle;
    border-radius: 300px;
    font-size: 1.8rem;
    color: #ffffff;
    background: #00beff;
    border: 3px solid #d1f073;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: normal;
    letter-spacing: 3px;
  }
  button.open:hover {
    background: #d1f073;
    color: #ffffff;
  }
}


/* 20220601 new btn-default */

a.btn-more-default{
  background-color: rgb(221, 255, 97);
  padding: 9px 25px 8px 30px;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  color: rgb(77,77,77);
  box-shadow: 0px 6px 10px rgba(78, 91, 0, 0.2);
  transition: 0.25s all ease-out;
  cursor: pointer;
  z-index: 10;
  margin-right: 15px;
  margin-bottom: 10px;
  border: solid 1px rgba(115, 115, 115, 0);
  text-align: center;
  min-width: 145px;
}


a.btn-more-default::after{
  content: '';
  background-image: url('../uploads/index-section-new/icon-arrow.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left 52%;
  padding-left: 10px;
  padding-right: 5px;
  margin-left: 20px;
  transition: 0.15s all ease-out;
  z-index: 20;
}

a.btn-more-default:hover {
  background-color: rgb(216, 250, 94);
  box-shadow: 0px 3px 6px rgba(78, 91, 0, 0.15);
  /* border: solid 1px rgb(0, 188, 207); */
  border: solid 1px rgb(102, 102, 102);
  padding: 9px 22px 8px 33px;
}

a.btn-more-default:hover::after{
  margin-left: 25px;
  padding-right: 0;
}

a.btn-more-gray{
  background-color: rgba(66, 65, 66, 0.88);
  color: rgb(255, 255, 255);
}

a.btn-more-gray:hover{
  color: rgb(77,77,77);
}

a.btn-more-gray::after{
  background-image: url('../uploads/index-section-new/icon-arrow-white.svg');
}

a.btn-more-gray:hover::after{
  background-image: url('../uploads/index-section-new/icon-arrow.svg');
}




@media (max-width:996px){

  a.btn-more-default{
    padding: 7px 12px 6px 22px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    box-shadow: 0px 6px 10px rgba(78, 91, 0, 0.2);
    min-width: 140px;
    clear: both;
  }

  a.btn-more-default::after{
    content: '';
    background-size: 10px;
    background-position: left 52%;
    padding-left: 10px;
    padding-right: 5px;
    margin-left: 20px;
  }

  a.btn-more-default:hover {
    padding: 7px 9px 6px 25px;
  }

  a.btn-more-default:hover::after{
    margin-left: 25px;
    padding-right: 0;
    box-shadow: 0px 2px 6px rgba(78, 91, 0, 0.15);
  }

}



/* Booking form */

.section-booking{
  background-color: rgb(252, 240, 236);
}

.form-bigbox {
    margin: 10px auto 0;
    padding: 10px 35px 80px;
    background-color: rgba(255, 255, 255, 1);
    font-size: 16px;
    max-width: 500px;
    min-height: 70vh;
    border-top: 10px solid rgb(202, 235, 103);
    border-left: 1px solid rgb(227, 227, 227);
    border-right: 1px solid rgb(227, 227, 227);
    border-bottom: 1px solid rgb(227, 227, 227);
    /* box-shadow: 0 20px 10px rgba(65, 65, 65, 0.2); */
    border-radius: 5px;
}

.form-bigbox h1{
  font-size: 35px;
  margin-top: 20px;
  color: rgb(57, 57, 57);
  margin-bottom: 30px;
}

.form-bigbox p {
}


.form-bigbox button, .form-bigbox input, .form-bigbox textarea {
    border: 1px solid rgb(200, 199, 199);
    color: #373737;
    margin-bottom: 5px;
    font-size: 16px;
    border-radius: 0;
}

.customer-type label {
    font-weight: normal;
    margin-right: 15px;
}


.input-group-addon {
    border: solid 1px rgb(212, 206, 206);
    border-radius: 0;
    padding: 0 15px;
}

.input-group input:-moz-read-only {
    /* For Firefox */
    background-color: #ffffff;
}

.input-group input:read-only {
    background-color: #ffffff;
}

.input-group{
  min-width: 100%;
}


.form-group label{
  font-size: 16px;
  font-weight: normal;
}

p.error-pop{
  color: rgb(207, 12, 54)!important;
  font-size: 14px!important;
}

button.btn-message{
  background-color: rgba(0, 93, 175, 1);
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  font-size: 16px;
  margin-top: 0;
  cursor: pointer;
}

.form-contact{
  margin-bottom: 35px;
  text-align: left;
}

.form-contact label{
  display: none!important;
}


.select-box {
  margin-bottom: 15px!important;
}

.select-box label{
  font-size: 16px;
  font-weight: normal;
}

.select-district-box{
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 300px;
}

.select-district-box::after{
  content: "";
  background-image: url('../images/booking/dropdown-arrow.svg');
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 21px;
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.select-district-box select{
  overflow: hidden;
  font-size: 16px;
  width: 100%;
  height: 50px;
  text-indent:20px;
  border-radius: 0;
  border: 1px solid rgb(212, 206, 206);
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  padding: 5px;
  color: rgb(59, 59, 59);
}

.form.cmxform label.error, label.error{
  margin-top: 5px;
  margin-bottom: 0px!important;
}

#recaptcha-form-error, form.cmxform label.error, label.error{
  color: rgb(207, 12, 54)!important;
}

label.hour span{
  font-size: 14px;
}

::placeholder {
  color: rgb(133, 132, 132)!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(133, 132, 132)!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(133, 132, 132)!important;
}

@media (min-width:768px) {
    .form-bigbox{
    }
}

@media (min-width:992px) {
    .form-bigbox {
    }
}

@media (min-width:1200px) {
    .form-bigbox {
    }
}

#message .btn-message, .close{
  cursor: pointer;
}

#message .popup-overlay{
  text-align: left;
  line-height: 22px;
}

#message .select-box label{
  line-height: 34px;
  text-align: left;
}

#form-response{
  margin-top: 0;
}

.checkbot{
  margin-top: 50px;
}

span.icon-date{

}

.datebox{
  position: relative;
}

div.img-date{
  position: absolute;
  background-color: rgb(25, 115, 198);
  width: 40px;
  height: 40px;
  pointer-events: none;
  background-image: url('../images/social/onlinebook_icon.svg');
  top:0;
  left: 160px;
}

.date:hover ~ div.img-date{
  background-color: rgb(40, 103, 162);
}
