/* html base setting */

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'PingFang HK', 'Arial', '微軟正黑體';
}

h1.index-title {
    text-indent: -9999px;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.logo {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

.logo span {
    font-size: 16px;
    font-weight: bold;
}

.navbar-brand {
  font-size: 20px;
  line-height: 17px;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Black.eot');
    src: url('../fonts/MyriadPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Black.woff') format('woff'), url('../fonts/MyriadPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* @font-face {
    font-family: 'FuturaICG';
    src: url('../fonts/FuturaICG.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaICG.woff') format('woff'), url('../fonts/FuturaICG.ttf') format('truetype'), url('../fonts/FuturaICG.svg#FuturaICG') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Light';
    src: url('../fonts/FuturaStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaStd-Light.otf') format('opentype'), url('../fonts/FuturaStd-Light.woff') format('woff'), url('../fonts/FuturaStd-Light.ttf') format('truetype'), url('../fonts/FuturaStd-Light.svg#FuturaStd-Light') format('svg');
    font-weight: normal;
    font-style: normal;
} */

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.uspace {
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-right: 2px;
}

.glyphicon-shopping-cart, .glyphicon-map-marker{
  font-size: 16px;
}


/*Google Font
font-family: 'Roboto', sans-serif;
font-family: 'Ek Mukta', sans-serif;*/


/* Menu Cross Icon Effect */

div.mini-menu {
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}


/* Rotate first bar */

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 6px);
    transform: rotate(-45deg) translate(-3px, 6px);
}


/* Fade out the second bar */

.change .bar2 {
    opacity: 0;
}


/* Rotate last bar */

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -7px);
    transform: rotate(45deg) translate(-4px, -7px);
}

ul.nav li a {
    font-size: 18px;
    margin-bottom: 5px;
}

ul.dropdown-menu li a {
    font-family: 'Futura-Light', 'PingFang HK', 'Arial';
}

.nav>li>span{
  font-size: 18px;
}


/* New Dropdown Menu */
.navbar-right .dropdown-menu{
  right: inherit;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
  background-color: rgba(184, 219, 41, 1);
}

ul.dropdown-menu{
  padding: 0 0 8px 0;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.98);
  border: none;
  width: 420px;
}

ul.dropdown-menu li.allbranch a{
  padding: 10px 20px 5px 20px;
  transition: 0.25s all ease-out;
  color: rgb(255, 255, 255);
  background-color: rgba(184, 219, 41, 1);
}

ul.dropdown-menu li.allbranch a i{
  font-size: 10px;
  top:0;
}


ul.dropdown-menu li.allbranch a:hover{
  background-color: rgba(172, 205, 38, 1);
  color: rgb(255, 255, 255);
}


ul.dropdown-menu ul{
  list-style: none;
  float: left;
  padding:0;
  margin:0;
  border-top: 1px solid rgb(240, 240, 240);
  border-right: 1px solid rgb(240, 240, 240);
  width: 140px;
}

ul.dropdown-menu ul:nth-child(4){
  border-right: none;
}

ul.dropdown-menu>ul>li.dropdown-header{
  padding: 8px 0 5px 0;
  text-align: center;
  font-size: 13px;
}

.navbar ul.nav-main ul.dropdown-menu ul>li>a{
    transition: 0.3s all ease-out;
    text-decoration: none;
    color: rgb(89, 89, 89);
    display: block;
    padding: 3px 0;
    border-radius: 5px;
    margin: 3px 5px;
    text-align: center;
    font-size: 16px;
}

.navbar ul.nav-main ul.dropdown-menu>ul>li>a:hover {
    background-color: rgba(228, 228, 228, 0.8);
    pointer-events: auto;
}



@media (min-width:768px) {
    ul.nav li a {
        font-size: 14px;
        margin-bottom: 0;
    }
    ul.dropdown-menu li a {
        font-size: 16px;
    }
    .nav>li>span{
      font-size: 14px;
      padding: 14px 14px;
    }
}

.menu-kln {
    color: #FF5C77;
    color: rgb(255, 92, 119);
}

.menu-nt {
    color: #c1db3f;
    color: rgb(193, 219, 64);
}

.menu-hk {
    color: #5ae1e9;
    color: rgb(90, 225, 233);
}

.navbar ul.nav-main>li {
    transition: 0.4s all ease-out;
}

.navbar ul.nav-main>li:hover {
    background-color: rgba(85, 33, 28, 0.15);
}


/* Full Background Menu */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(150, 202, 12);
    background-color: rgba(150, 202, 12, 0.96);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.5s;
}

.overlay a:hover, .overlay a:focus {
    color: #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    text-shadow: 0 0 3px rgb(213, 251, 119);
}

.overlay .closebtn {
    z-index: 9999;
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    font-weight: lighter;
}

#myNav .btn-success{
    background-color: rgb(116, 195, 2);
}

#myNav .btn-success:focus, #myNav .btn-success.focus {
    background-color: rgb(116, 195, 2);
}


@media screen and (max-height: 960px) {
    .overlay {
        overflow-y: auto;
    }
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 50px;
        top: 0px;
        right: 35px;
    }
}


/* Scroll Menu Effect */

.NavEffect {
    margin-top: 13px;
    cursor: pointer;
    font-size: 17px;
    color: #FFF;
    float: left;
}

.NavEffect div{
  margin-right: -2px;
}

.scrollmenu ul {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding: 70px 0 80px 0;
    overflow-x: hidden;
    overflow-y: scroll;
    list-style: none;
    -webkit-overflow-scrolling: touch;
    font-family: 'PingFang HK', 'Arial';
    letter-spacing: -0.5px;
    /*-webkit-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;*/
}

.scrollmenu ul li {
    padding: 10px 0 10px 0;
    color: #fff;
    /*-webkit-transform: translateZ(0px);
    transform: translateZ(0px);*/
}

.scrollmenu ul li a {
    font-size: 24px;
    color: #fff;
    padding: 0;
}


/* Carousel base class */

.carousel-indicators{
  display: none;
}

/* @media (min-width:768px){
  .carousel-indicators{
    display: block;
  }
} */

.carousel {
    height: 280px;
    /* margin-bottom: 40px; */
    margin-top: 50px;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
    max-width: 992px;
    /* For main-banner only */
    margin: 0 auto;
    /* For main-banner only */
}

.carousel-caption h2 {
    font-size: 35px;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 16px;
}


/* Declare heights because of positioning of img element */

.carousel .item {
    height: 280px;
}

.carousel-inner>.item>img {
    position: absolute;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

@media (max-width:375px){
  .carousel {
      height: 260px;
  }
  .carousel .item {
      height: 260px;
  }
}

@media (max-width:320px){
  .carousel {
      height: 220px;
      /* margin-bottom: 40px; */
  }
  .carousel .item {
      height: 220px;
  }
}

@media (min-width: 768px) {
    .carousel {
        height: 350px;
        /* margin-bottom: 50px; */
    }
    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 350px;
    }
    .carousel-caption h2 {
        font-size: 70px;
    }
    .carousel-caption p {
        font-size: 28px;
    }
    .carousel-caption .btn {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .carousel {
        height: 400px;
    }
    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 400px;
    }
    .carousel-caption h2 {
        font-size: 70px;
    }
    .carousel-caption p {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .carousel {
        height: 500px;
    }
    .carousel .item {
        height: 500px;
    }
    .carousel-caption h2 {
        font-size: 100px;
    }
    .carousel-caption p {
        font-size: 35px;
    }
}

/* One-Stop Service */

section.onestop-bg {
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: screen;
  background-size: 140%;
  background-image: url('../images/one-stop-service/one-stop-bg2.jpg');
  background-repeat: no-repeat;
  background-position: 35% top;
  box-shadow: 5px 0 6px rgba(96, 96, 96, 0.57);
  z-index: 1000;
  position: relative;
}

.onestop-maincontent {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  /* box-shadow: 0 0 10px rgba(33, 33, 33, 0.25); */
}

.onestop-maincontent h1{
  font-size: 2.4em;
  color: #ff4851;
  margin-top: 0;
}

.onestop-maincontent p{
  font-size: 1.2em;
  color: rgb(80, 80, 80);
}

.onestop-maincontent p a{
  color: rgb(80, 80, 80);
}

.onestop-maincontent p span.block{
  display: block;
}

.onestop-maincontent p a span.heart{
  color: #ff4851;
  font-weight: bold;
}

.onestop-maincontent .btn-onestop{
  margin-top: 20px;
}

.onestop-maincontent .btn-onestop a{
  font-size: 1.2em;
  color: rgb(255, 255, 255);
  background-color: #ff4851;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.onestop-maincontent .btn-onestop a i{
  transition: all 0.25s ease;
}


.onestop-maincontent .btn-onestop a:hover{
  background-color: #e03943;
}

.onestop-maincontent .btn-onestop a:hover > i{
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}



/* .onestop-maincontent p a.highlight{
  padding: 0 10px;
  position: relative;
}

.onestop-maincontent p a.highlight::before{
  content: "";
  width: 125px;
  height: 45px;
  position: absolute;
  top: -8px;
  left: -2px;
  background-image: url('../images/heart/a.svg');
  background-repeat: no-repeat;
  z-index: -1;

} */

.onestop-maincontent p a img{
  width: 25%;
  margin: -8px -28px 0 -28px;
}


.w100{
  padding: 0;
}

.container-box{
  margin: 0 auto;
}

.container-box a{
  text-decoration: none;
}

.need{
  font-size: 1.6em;
  text-align: center;
}

.need i{
  background-color: #ff4851;
  color: rgb(255, 255, 255);
  padding: 12px 10px 8px 10px;
  border-radius: 100px;
  font-size: 16px;
  margin-left: 5px;
}



.servicebox{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 200px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.55);
  background-blend-mode: multiply;
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
  border-top: 2px solid rgb(200, 242, 39);
  transition: all 0.2s ease-out;
  opacity: 0.95;
}

a:hover .servicebox{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-bottom: 2px solid rgb(200, 242, 39);
  opacity: 1;
  box-shadow: 0 0 35px rgba(38, 37, 37, 0.8);
}

.servicebox h2{
  margin: 0;
  padding: 0;
  font-size: 2em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.62);
}


.servicebox.morespace{
  background-image: url('../images/one-stop-service/img-morespace.jpg');
}
.servicebox.collect{
  background-image: url('../images/one-stop-service/img-toys2.jpg');
}
.servicebox.renovation{
  background-image: url('../images/one-stop-service/img-renovation2.jpg');
}
.servicebox.town{
  background-image: url('../images/one-stop-service/img-town.jpg');
}
.servicebox.repair{
  background-image: url('../images/one-stop-service/img-repair.jpg');
}
.servicebox.retails{
  background-image: url('../images/one-stop-service/img-retails.jpg');
}
.servicebox.movingboxes{
  background-image: url('../images/one-stop-service/img-movingboxes.jpg');
}
.servicebox.movestorage{
  background-image: url('../images/one-stop-service/img-movestorage.jpg');
}
.servicebox.moving{
  background-image: url('../images/one-stop-service/img-moving.jpg');
}


@media (max-width:340px){
  .onestop-maincontent{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 25px;
  }

  .onestop-maincontent h1{
    font-size: 1.8em;
    color: rgb(68, 68, 68);
  }

  .onestop-maincontent h1 span{
  }

  .onestop-maincontent p{
    font-size: 1em;
    color: rgb(88, 88, 88)
  }

  .servicebox{
    min-height: 180px;
  }

  a:hover .servicebox{
  }

  .servicebox h2{
    margin: 0;
    padding: 0;
    font-size: 2em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.62);
  }

  .onestop-maincontent p a img{
    margin: -8px -24px 0 -24px;
  }
}



@media (min-width:768px){
  section.onestop-bg {
    background-color: rgba(255, 255, 255, 0.35);
    background-blend-mode: screen;
    background-size: 110%;
    background-position: 25% -80px;
  }

  .onestop-maincontent{
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 35px;
    padding-bottom: 40px;
    text-align: center;
    display: block;
    width: 620px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(33, 33, 33, 0.25);
  }

  .onestop-maincontent h1{
    font-size: 3.2em;
    line-height: 1.1em;
    margin-bottom: 20px;
  }

  .onestop-maincontent h1 span{
    font-size: 1em;
    display: inline-block;
  }


  .onestop-maincontent p{
    font-size: 1.2em;
    color: rgb(88, 88, 88)
  }

  .onestop-maincontent p span.block{
    display: block;
  }

  .onestop-maincontent p span.heart{
    color: #ff4851;
    font-weight: bold;
  }

  .onestop-maincontent .btn-onestop{
    margin-top: 35px;
    padding-left: 450px;
  }

  .onestop-maincontent .btn-onestop a{
    font-size: 1.2em;
    padding: 5px 15px;
  }


  /* .onestop-maincontent p a.highlight{
    padding: 0 10px;
  }

  .onestop-maincontent p a.highlight::before{
    width: 150px;
    height: 55px;
    top: -10px;
    left: -5px;
    } */

    .onestop-maincontent p a img{
      width: 20%;
      margin: -8px -44px 0 -44px;
    }

  .container-box{
    max-width: 700px;
    min-height: 650px;
    margin-bottom: 60px;
  }

  .w100{
    padding: 1px;
    margin: 0;
  }

  .need{
    font-size: 1.8em;
    text-align: center;
    padding-bottom: 15px;
  }

  .need i{
    padding: 12px 10px 8px 10px;
    border-radius: 100px;
    font-size: 16px;
  }


  .servicebox{
    background-size: cover;
    width: 100%;
    min-height: 200px;
    padding-top: 15%;
    padding-bottom: 15%;
    border: none;
  }


  a:hover .servicebox{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    z-index: 1000;
    border: none;
    opacity: 1;
    box-shadow: 0 0 35px rgba(38, 37, 37, 0.8);
  }


  .servicebox h2{
    margin: 0;
    font-size: 1.8em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.62);
  }

}


@media (min-width:992px){
  section.onestop-bg {
    background-position: 25% -160px;
  }

  .onestop-maincontent{
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 55px;
    padding-bottom: 40px;
    text-align: center;
    display: block;
    width: 760px;
  }

  .onestop-maincontent h1{
    font-size: 3.6em;
    line-height: 1.1em;
  }

  .onestop-maincontent h1 span{
    display: block;
  }


  .onestop-maincontent p{
    font-size: 1.4em;
    line-height: 1.2em;
  }

.onestop-maincontent p span.block{
  display: block;
}

  .onestop-maincontent p span.heart{
    color: #ff4851;
    font-weight: bold;
  }

  .onestop-maincontent .btn-onestop{
    margin-top: 35px;
    padding-left: 580px;
  }

  .onestop-maincontent .btn-onestop a{
    font-size: 1.2em;
    padding: 5px 15px;
  }


  .container-box{
    max-width: 920px;
    min-height: 480px;
    margin-bottom: 50px;
  }

  /* .onestop-maincontent p a.highlight{
    padding: 0 10px;
  }

  .onestop-maincontent p a.highlight::before{
    width: 175px;
    height: 70px;
    top: -12px;
    left: -5px;
    } */

    .onestop-maincontent p a img{
      width: 15%;
      margin: -8px -50px 0 -50px;
    }

  .w100{
    padding: 1px;
    margin: 0;
  }

  .need{
    font-size: 2em;
    text-align: center;
    padding-bottom: 20px;
  }

  .need i{
    padding: 12px 10px 8px 10px;
    border-radius: 100px;
    font-size: 18px;
  }

  .servicebox{
    background-size: cover;
    width: 100%;
    min-height: 200px;
    padding-top: 20%;
    padding-bottom: 20%;
    max-height: 380px;
    border: none;
    transition: all 0.22s ease-out;
    /* box-shadow: 0 0 3px rgba(17, 17, 17, 0.65); */
    background-color: rgba(0, 0, 0, 0.55);
  }

  a:hover .servicebox{
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .servicebox h2{
    margin: 0;
    font-size: 1.8em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.62);
  }

}



@media (min-width:1200px){
  section.onestop-bg {
    background-position: 35% -200px;
  }

  .onestop-maincontent{
    margin-top: 90px;
    margin-bottom: 80px;
    padding-top: 55px;
    padding-bottom: 40px;
    text-align: center;
    display: block;
    width: 820px;
  }

  .onestop-maincontent h1{
    font-size: 3.8em;
  }

  .onestop-maincontent h1 span{
  }


  .onestop-maincontent p{
    font-size: 1.5em;
  }

.onestop-maincontent p span.block{
  display: block;
}

  .onestop-maincontent p span.heart{
    color: #ff4851;
    font-weight: bold;
  }

  .container-box{
    max-width: 1200px;
    min-height: 600px;
    margin-bottom: 45px;
  }

  .w100{
    padding: 1px;
    margin: 0;
  }


  .servicebox{
    background-size: cover;
    width: 100%;
    min-height: 250px;
    padding-top: 15%;
    padding-bottom: 15%;
    max-height: 320px;
    /* box-shadow: 0 0 3px rgba(17, 17, 17, 0.6); */
  }

  .servicebox h2{
    margin: 0;
    font-size: 2.2em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.62);
  }

}


/* Service Box */

.section-servicebox {
  margin-top: 50px;
  margin-bottom: 20px;
}

.service_box {
    position: relative;
    margin-bottom: 30px;
    font-size: 1.2em;

}

.service_box h2 {
    font-size: 25px;
    color: rgb(195, 219, 0);
    text-align: left;
}

.service_box:nth-child(1) h2 {
  color: rgb(34, 183, 244);
}

.service_box:nth-child(1) h2 {
  color: rgb(34, 183, 244);
}
.service_box:nth-child(2){
padding-bottom: 5%;
}
.service_box:nth-child(3) h2 span{
  color: rgb(143, 143, 143);
}

.service_box p {
    color: #b3b3b3;
    color: rgb(179, 179, 179);
    text-align: left;
    display: block;

}

.service_box img {
    border: 6px solid #e6e6e6;
    width: 300px;
    transition: 0.5s all ease-out;
}

.service_box:nth-child(2) img {
  border: 3px solid rgb(175, 200, 47);
}

.service_box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: 6px solid #e6e6e6;
}

.service_box a {
    color: transparent;
}

.icon_hot {
    position: absolute;
    font-size: 20px;
    top: 0;
    margin-top: 12px;
    margin-left: 59%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    border-radius: 100px;
    background-color: #5ae4ff;
    background-color: rgb(90, 228, 255);
    background-color: rgba(90, 228, 255, 0.8);
}

@media (min-width: 768px) {
    .section-servicebox {
      margin-top: 50px;
    }
    .icon_hot {
        margin-left: 65%;
    }
    .service_box {
        font-size: 1.2em;
    }
    .service_box h2 {
        font-size: 32px;
        text-align: center;
    }
    .service_box p {
        text-align: center;
    }
    .service_box img {
    }
}

@media (min-width: 768px) {
    .section-servicebox {
      margin-top: 50px;
    }
}



/* Brand Banner */

.brand-banner{
    background: transparent;
    margin-bottom: 40px;
    border-bottom: 20px solid rgba(119, 251, 255, 0.7);
}

.brand-banner2{
    background: transparent;
    margin-bottom: 40px;
    border-bottom: 20px solid rgba(210, 255, 46, 0.95);
}

.brand-banner-content {
    padding-top: 35%;
    padding-bottom: 6%;
    color: #fffef2;
    text-shadow: 1px 1px 2px rgba(116, 116, 116, 0.74);
    font-size: 24px;
    line-height: 30px;
}

.brand-banner-content h2 {
    font-size: 30px;
    margin-left: -2px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.brand-banner-content-2 {
    padding-top: 25%;
    padding-bottom: 10%;
    font-size: 20px;
    color: #7c7c7c;
}

.brand-banner-content-2 h2 {
    font-size: 35px;
    line-height: 15%;
    color: #fffef2;
    text-shadow: 0px 2px 5px rgba(108, 108, 108, 0.59);
    margin-left: -2px;
}

.brand-banner-content-2 span.btn-success {
    background-color: rgb(244, 66, 103);
    padding: 5px 15px;
}

@media (min-width:768px) {
    .brand-banner-content {
        font-size: 30px;
        line-height: 40px;
    }
    .brand-banner-content h2 {
        font-size: 38px;
    }
    .brand-banner-content-2 h2 {
        font-size: 55px;
        line-height: 70%;
    }
}

@media (min-width: 992px) {
    .brand-banner {
        max-height: 580px;
    }
    .brand-banner-content {
        font-size: 35px;
        min-height: 580px;
        padding-top: 360px;
        line-height: 40px;
        text-shadow: 2px 2px 4px rgba(116, 116, 116, 0.74);
    }
    .brand-banner-content h2 {
        font-size: 58px;
        line-height: 70px;
        margin-left: -5px;
    }
    .brand-banner-content-2 {
        font-size: 35px;
        padding-top: 320px;
        min-height: 620px;
    }
    .brand-banner-content-2 h2 {
        font-size: 60px;
        line-height: 70%;
        margin-left: -5px;
    }
    .brand-banner-content-2 span.btn-success {
        background-color: rgb(244, 66, 103);
        padding: 10px 20px;
    }
}

.reset-fluid {
    padding: 0;
    margin: 0;
    font-family: 'PingFang HK', 'Arial';
}


/* lightbox img */

.imgbox{
  margin: 10px 0;
}

.imgbox a{
  cursor: pointer;
  text-decoration: none;
}

.imgbox a:hover{
  text-decoration: none;
}

.imgbox div{
  padding: 10px;
  min-height: 230px;
}

.imgbox h3{
  padding-left: 8px;
  color: rgb(43, 43, 43);
}

.imgbox h3 a{
  color: rgb(43, 43, 43);
}

.imgbox img{
  transition: 0.2s all ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}

.imgbox img:hover{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 100;
}

.imgbox span{
  font-size: 16px;
  font-weight: bold;
  color: rgb(74, 74, 74);
  line-height: 20px;
}
.imgbox span span{
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: rgb(74, 74, 74);
  display: block;
}

.imgbox img{
  box-shadow: 0 2px 6px rgba(112, 112, 112, 0.69);
  /* border: 6px solid rgb(255, 255, 255); */
  margin-bottom: 8px;
}

@media (max-width:375px){
  .promo-sem .promo-list ul li{
    font-size: 15px;
  }
  .imgbox div{
    padding: 10px;
    min-height: 230px;
  }
}

@media (min-width:480px) and (max-width:767px){
  .imgbox div{
    padding: 10px;
    min-height: 330px;
  }
}

@media (min-width:768px){
  .imgbox span{
    font-size: 18px;
  }

  .imgbox span span{
    font-size: 14px;
  }

  .imgbox div{
    min-height: 250px;
  }

  .imgbox h3{
    font-size: 30px;
  }
}

@media (min-width:992px){
  .imgbox div{
    min-height: 280px;
  }
}

@media (min-width:1200px){
  .imgbox div{
    min-height: 330px;
  }
}



/* Jetso */

.jetso-section-topbar {
  border-top: 15px solid rgba(119, 251, 255, 1);
  margin-bottom: 30px;
}

.jetso-content {
    margin-top: 2%;
    margin-bottom: 8%;
}

.jetso-box {
    min-height: 140px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    /* border-radius: 8px; */
}

.jetso-box h4 {
    color: #464646;
    font-size: 22px;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
}

.jetso-box h4 span {
    color: #808080;
    font-size: 18px;
}

.jetso-box h4 span i {
    font-size: 16px;
    padding-right: 2px;
    padding-left: 10px;
}

.jetso-box .desc {
    color: #a88c43;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.btn-diy {
    margin-top: 8px;
    padding: 3px 10px 2px 5px;
    font-weight: bold;
}

.btn-diy:hover>i {
    transform: matrix3d(1.128, 0.34, 0.00, 0, -0.34, 1.128, 0.00, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.128, 0.34, 0.00, 0, -0.34, 1.128, 0.00, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.icon-info {
    transition: ease-in 0.2s;
}

.jetso-content div:nth-child(even) {
    background-color: rgb(244, 244, 244);
}

@media (min-width:768px) {
    .jetso-content div:nth-child(even) {
        background-color: transparent;
    }
    .jetso-content div {
        margin-bottom: 10px;
    }
    .jetso-box {
        min-height: 165px;
    }
}

@media (max-width:767px) {
    .jetso-box:first-child {
        border-top: dotted 2px rgb(237, 237, 237);
    }
    .jetso-content {
        margin-bottom: 1px;
    }
}

@media (min-width:992px){
  .jetso-section-topbar {
    border-top: 20px solid rgba(119, 251, 255, 1);
    margin-bottom: 30px;
  }
  .jetso-box {
      min-height: 180px;
  }
  .jetso-content {
      margin-top: 3%;
      margin-bottom: 3%;
  }
}


/* Index Style Title  */

.style-title h2 {
    margin: 0;
    padding: 0;
    font-size: 82px;
    letter-spacing: -4px;
    line-height: 65px;
}

.style-title .sub-title {
    font-size: 20px;
    color: #808080;
    color: rgb(128, 128, 128);
    padding-left: 60px;
}

@media (min-width:768px) {
    .style-title h2 {
        font-size: 100px;
        letter-spacing: -6px;
        line-height: 85px;
    }
    .style-title .sub-title {
        padding-left: 100px;
    }
}


/* Jetso 3D Storage */

.estorebox{
  margin-top: 30px;
  margin-bottom: 25px;
}

.estorepromo{
  font-size: 16px;
  color: rgb(61, 61, 61);
  /* background-color: rgb(255, 55, 109); */
  /* background-color: rgb(20, 241, 255); */
  /* background-color: rgb(0, 178, 203); */
  padding: 8px 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 100%;
  position: relative;
}

.estorepromo div.estorepromobox{
  border-top: 1px dashed rgb(149, 149, 149);
  padding-top: 5px;
}

.estorepromo b{
  color:rgb(150, 127, 5);
}

.estorepromo img.estorelogo{
  width: 85%;
  max-width:300px;
  margin-left: -5px;
  margin-bottom: 10px;
}


.storagesize{
  margin-bottom: 35px;
}

.storagesize img{
  margin-bottom: 8px;
  margin-top: 5px;
  transition: all 0.15s ease-in;
}

.storagesize img:hover{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.storagesize div.estorearea{
  font-size: 16px;
  /* background-color: rgb(218, 247, 77); */
  padding: 9px 10px 5px;
  border-radius: 6px;
}

/* .estorearea-kln {
  color: #FF5C77;
  color: rgb(255, 92, 119);
}

.estorearea-nt {
  color: #c1db3f;
  color: rgb(193, 219, 64);
}

.estorearea-hk {
  color: #5ae1e9;
  color: rgb(90, 225, 233);
} */


.storagesize div.estorearea span.storagesizebold{
  font-size: 24px;
  font-weight: bold;
  color: rgb(71, 71, 71);
}


.estoreprice{
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.estoreprice span{
  font-weight: bold;
  font-size: 20px;
}

.storagesize a.shopnow{
  color: rgb(255, 255, 255);
  background-color: rgb(0, 178, 203);
  padding: 5px 15px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s ease-in;
  border-radius: 50px;

}

.storagesize a.shopnow:hover{
  color: rgb(71, 71, 71);
  background-color: rgb(218, 247, 77);
  padding: 5px 20px;
  letter-spacing: 2px;
  text-decoration: none;
}

.storageimg{
  max-height: 160px;
}

@media (min-width:768px){
  .estorepromo{
    font-size: 18px;
  }
  .estorepromo img.estorelogo{
    width: 50%;
    max-width: 580px;
    margin-left: -5px;
    margin-bottom: 10px;
  }
  .estorepromo div.estorepromobox span{
    display: inline-block;
  }
  .storageimg{
    max-height: 180px;
  }
}

@media (min-width:992px){
  .estorebox{
    margin-top: 0;
    margin-bottom: 25px;
  }

  .estorepromo{
    font-size: 18px;
  }
  .estorepromo img.estorelogo{
    width: 40%;
  }
  .estorepromo div.estorepromobox{
    width: 100%;
  }
  .storageimg{
    max-height: 220px;
  }
}

@media (min-width:1200px){
  .estorepromo{
    font-size: 18px;
  }
  .estorepromo img.estorelogo{
    width: 35%;
  }
  .estorepromo div.estorepromobox{
    width: 100%;
  }
  .storageimg{
    max-height: 280px;
  }
}



/* Inpage Style Title  */

.inpage-style-title h1, .inpage-style-title h1 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 50px;
}

.inpage-style-title .sub-title {
    font-size: 22px;
    color: #808080;
    color: rgb(128, 128, 128);
    padding-left: 60px;
}

@media (min-width:768px) {
    .inpage-style-title h1, .inpage-style-title h1 {
        font-size: 55px;
        line-height: 45px;
        letter-spacing: -3px;
    }
    .inpage-style-title .sub-title {
        padding-left: 60px;
        font-size: 22px;
    }
}

@media (min-width:992px) {
    .inpage-style-title h1, .inpage-style-title h1 {
        font-size: 70px;
        line-height: 55px;
    }
    .inpage-style-title .sub-title {
        padding-left: 100px;
        font-size: 28px;
    }
}


/*  Jetso Title */

.jetso-title {
    padding-left: 20px;
}

.jetso-title h2 {
    color: #d8ff56;
    color: rgb(216, 255, 85);
}

.jetso-title h2 span {
    color: #5ffaff;
    color: rgb(96, 250, 255);
}

.jetso-title .sub-title {
    color: #808080;
    color: rgb(128, 128, 128);
}

@media (min-width:992px) {
    .jetso-title {
        float: right;
    }
    .jetso-title {
        padding-top: 2%;
    }
}

.btn-default:hover {
    background-color: #bdc904;
}

/* Openday Review */

.review-more {
    margin-top: 20px;
}

/*  News Title */

.news-title {
    padding-left: 25px;
}

.news-title h2 {
    color: #5ffaff;
    color: rgb(96, 250, 255);
}


/*  News Content */

.news-section {
    margin-top: 4%;
    margin-bottom: 4%;
}

.news-content {
    padding-top: 20px;
    padding-left: 15px;
}

.news-content-box {
    margin-bottom: 40px;
}

.news-img {
    padding: 0;
    position: relative;
}

.news-txt {
    font-family: '微軟正黑體', 'PingFang HK', 'Arial';
    padding-right: 0;
}

.news-txt a {
    text-decoration: none;
}

.news-txt a {
    text-decoration: none;
}

.news-txt a h4 {
    color: rgb(89, 89, 89);
    transition: all 0.3s ease;
}

.news-txt a span {
    transition: all 0.3s ease;
}

.news-txt a:hover>h5 {
    color: rgb(31, 208, 219);
}

.news-txt a:hover>span {
    color: rgb(31, 208, 219);
}

@media (min-width: 768px) {
    .news-txt {
        padding-top: 10px;
    }
    .news-title {
        padding-left: 10px;
    }
    .news-content {
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .news-txt {
        padding-top: 5px;
    }
}

@media (min-width: 1200px) {
    .news-txt {
        padding-top: 20px;
    }
}

.news-txt h5 {
    color: #808080;
    color: rgb(128, 128, 128);
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    display: inline;
    margin-right: 6px;
}

.news-txt h5 div {
    display: inline;
}

.news-txt span {
    display: block;
    color: #a6a6a6;
    font-size: 16px;
    margin-top: 10px;
}

.news-img img {
    border-radius: 12px;
    border: 2px solid rgb(228, 228, 228);
}

@media (min-width:1200px) {
    .news-img img {
        border-radius: 20px;
    }
}

@media (min-width:768px) {
    .news-txt h5 {
        font-size: 22px;
    }
    .news-txt span {
        font-size: 18px;
    }
}


/*  News Type */

.news-icon {
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    padding: 3px 9px;
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
    /*
    top: -10px;
    right:10px;
    border: solid 2px rgb(255, 255, 255);
    position: absolute;
    */
}

@media (min-width:992px) {
    .news-icon {
        font-size: 14px;
    }
}

li div.news-icon {
    margin-bottom: 5px;
}

.news-icon-award {
    background-color: #c7b299;
}

.news-icon-act {
    background-color: #cddb00;
}

.news-icon-social {
    background-color: #76e1ff;
}

.news-icon-charity {
    background-color: #ff6d7d;
}

.news-icon-life {
    background-color: #b676ff;
}

.news-icon-media {
    background-color: #f7cc4a;
}

.news-icon-promo {
    background-color: #63ebca;
}

.news-more h5 {
    font-size: 20px;
    color: #808080;
    border-bottom: 3px solid rgb(255, 255, 255);
    padding-bottom: 2px;
    margin-bottom: 8px;
    display: inline-block;
    transition: all ease 0.5s;
}

.news-more a:hover>h5 {
    color: rgb(31, 208, 219);
    border-bottom: 3px solid rgb(31, 208, 219);
}

.news-more ul li {
    padding-right: 0px;
    padding-left: 4px;
}

@media (min-width:768px) {
    .news-more {
        font-size: 18px;
    }
}

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 15px 0 15px 3%;
}
@media (min-width:768px){
  #mc_embed_signup form {
    padding: 15px 0 15px 0;
  }
}

#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0 20px;
  font-size: 2em;
  color: rgb(0, 221, 228);
  text-shadow: 0px 1px 4px rgba(255, 255, 255, 1);
  line-height: .7em;
}

#mc_embed_signup h2 span {
  font-size: 16px;
  color: rgb(108, 108, 108);
}


#mc_embed_signup input {
  border: 1px solid #ABB0B2;
  background-color: rgba(255, 255, 255, 0.85);
  /* -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; */
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button {
  clear: both;
  background-color: rgb(0, 221, 228);
  /* background-color: rgb(84, 84, 84); */
  border: 0 none;
  /* border-radius: 8px; */
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  height: 38px;
  line-height: 32px;
  margin: 5px 5px 15px 0;
  padding: 0 40px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

#mc_embed_signup .button:hover {
  background-color: #777;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 4%;
  min-height: 50px;
}

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 96%;
  margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 10px 2px;
  text-indent: 2%;
  font-size: 18px;
}

@media (min-width:768px){
  #mc_embed_signup .mc-field-group {
    width: 55%;
    padding-bottom: 15px;
  }
  #mc_embed_signup .mc-field-group input {
    padding: 8px 2px;
  }
}

@media (min-width:992px){
  #mc_embed_signup .mc-field-group {
    width: 45%;
    padding-bottom: 15px;
    font-size: 20px;
  }
  #mc_embed_signup .mc-field-group input {
    padding: 8px 2px;
  }
  #mc_embed_signup h2 {
    font-weight: bold;
    margin: 15px 0 15px;
    font-size: 2em;
  }
}

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px;
}

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em 0em;
  overflow: hidden;
  width: 90%;
  margin: 0;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 0.5em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #5c5c5c;
  background-color: rgba(194, 244, 0, 0.75);
  padding: 8px 10px;
  font-size: 16px;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 1px 0 0 0;
  padding: 6px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #da4444;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  /* border: 3px solid #e85c41; */
  border: 2px solid rgb(0, 221, 228);
}

/* Mailchimp Custom */
.form-section {
  background-image: url('../images/footer/bg_mailchimp.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(78, 78, 78);
}

.form-section #mc_embed_signup {
  clear: left;
}

.form-section #mc_embed_signup label {
  font-size: 16px;
}



/* Footer */

.footer {
    color: #fff;
    background-color: #ff3d52;
    background-color: rgba(255, 61, 82, 1);
    padding-bottom: 20px;
}

.footer-hotline h3, .footer-hotline small {
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: -2px;
}

.footer-hotline small {
    letter-spacing: -1px;
}

.footer-link {
    padding-top: 5px;
    font-size: 15px;
}

.footer-link ul li a {
    color: #fff;
}

.footer-hotline {
    padding-top: 10px;
}

.footer-social-media {
    padding-top: 5px;
}

.footer-social-media a {
    text-decoration: none;
}

.copyright {
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.copyright span {
    display: block;
}

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

img.footer-award {
    max-width: 90%;
    padding: 10px 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

@media (min-width:768px) {
    img.footer-award {
        max-width: 95%;
        padding: 15px 65px;
    }
    .copyright {
        margin-top: 30px;
    }
    .copyright span {
        display: inline;
    }
}

@media (min-width:992px) {
    img.footer-award {
        max-width: 70%;
        padding: 10px 35px;
        border-radius: 12px;
    }
}

@media (min-width:1200px) {
    .footer-hotline {
        text-align: left;
    }
    .footer-social-media {
        text-align: right;
        padding-top: 10px;
    }
    .footer-link {
        margin-top: 6px;
    }
    .copyright {
        margin-top: 85px;
        margin-bottom: 5px;
    }
    img.footer-award {
        max-width: 65%;
        padding: 15px 40px;
    }
}

.footer-icon-email, .footer-icon-blog, .footer-icon-facebook, .footer-icon-youtube, .footer-icon-ig {
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin: 0 2px;
    transition: all ease-out 0.3s;
    opacity: 0.7;
    display: inline-block;
    cursor: pointer;
}

.footer-icon-email:hover, .footer-icon-blog:hover, .footer-icon-facebook:hover, .footer-icon-youtube:hover , .footer-icon-ig:hover {
    opacity: 1;
    transform: matrix3d(1.176, -0.17, 0.00, 0, 0.17, 1.176, 0.00, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.176, -0.17, 0.00, 0, 0.17, 1.176, 0.00, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}


.footer-icon-email {
  background-image: url(../images/footer/icon-email.svg);
}

.footer-icon-blog {
  background-image: url(../images/footer/icon-blog.svg);
}

.footer-icon-ig {
  background-image: url(../images/footer/icon-ig.svg);
}

.footer-icon-facebook {
  background-image: url(../images/footer/icon-facebook.svg);
}

.footer-icon-youtube {
  background-image: url(../images/footer/icon-youtube.svg);
}


/* breakpoint menu */


/*@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
}*/


/* hotline icon */

/* .callphone,.whatsapp {
  display: none;
}

@media (min-resolution: 192dpi) and (max-width: 767px) {
  .callphone {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    right: 20px;
    bottom: 75px;
    background: rgba(45, 235, 206, 0.92);
    position: fixed;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    z-index: 10000;
  }

  .callphone div {
    font-size: 28px;
  }


  .whatsapp {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    right: 20px;
    bottom: 150px;
    background: rgba(63, 218, 9, 0.92);
    position: fixed;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
    z-index: 10000;
    color: rgb(255, 255, 255)
  }

  .whatsapp img {
    width: 39px;
  }

} */

/* Chattools */

.chattools{
  position: fixed;
  z-index: 1000;
  width: 200px;
  bottom:20px;
  right:-120px;
  transition: all 0.35s ease;
  background-color: rgba(32, 32, 32, 0);
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-animation-name: chattools;
  animation-name: chattools;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes chattools {
  0% {opacity: 0;}
  100% {}
}

@keyframes chattools {
  0% {opacity: 0;}
  100% {}
}

.chattools:hover{
  right:0;
  background-color: rgba(32, 32, 32, 0.85);
}

.chattext{
  color: rgb(255, 255, 255);
  font-size: 20px;
  position: absolute;
  left: 74px;
  top: 15px;
  width: 180px;
  z-index: 9999;
}

.chattext:hover{
  text-decoration: underline;
}

.whatsapp, .callphone, .easychat{
  position: relative;
  clear: both;
  display: block;
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
  float: left;
}

.callphone-icon, .whatsapp-icon {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  z-index: 10000;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  float: left;
}

.whatsapp-icon{
  background: rgba(63, 218, 9, 0.95);
}

.callphone-icon{
  /* background: rgba(235, 45, 79, 0.92); */
  background: rgba(86, 223, 226, 0.93);
}

.callphone-icon span, .whatsapp-icon span{
  float: left;
}

.callphone-icon img{
  width: 30px;
}

.whatsapp-icon img{
  width: 42px;
}

.chattools a#easychat-floating-button::after{
  content: 'Message';
  font-size: 20px;
  position: absolute;
  left: 74px;
  top: 15px;
  width: 140px;
  z-index: 99999999;
  color: rgb(255, 255, 255);
}

.chattools a#easychat-floating-button:hover::after{
  text-decoration: underline;
}

.chattools #easychat-floating-button.omnichat-icon-wrapper{
  /* background-color: rgb(193, 62, 62) !important; */
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2) !important;
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: visible !important;
  width: 58px !important;
  height: 58px !important;
}

.chattools #easychat-floating-button.easychat-float-botton-show{
  -webkit-animation: none;
  animation: none;
}


/* @media (min-resolution: 192dpi) and (max-width: 767px) {
  .callphone {
    display: flex;
  }
  .whatsapp-icon {
    display: flex;
  }
} */


.newbooking-btn{
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 50px;
  background-color: rgb(246, 48, 90);
  /* background-color: rgb(246, 48, 72); */
  padding-right: 12px;
  padding-left: 5px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
  transition: all 0.35s ease;
  letter-spacing: 0;
  -webkit-animation-name: booknow;
  animation-name: booknow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes booknow {
  0% {left:-200px;}
  100% {}

}

@keyframes booknow {
  0% {left:-200px;}
  100% {}

}

.newbooking-btn:hover{
  background-color: rgb(210, 35, 72);
  padding-left: 25px;
  letter-spacing: 1px;
}

.newbooking-btn:hover > img{
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.newbooking-btn img{
  width: 43px;
  float: left;
  transition: all 0.25s ease-in;
}

.newbooking-btn div{
  color: rgb(255, 255, 255);
  font-size: 17px;
  float: left;
  margin-top: 9px;
}

.newbooking-text{
}

/* popup notice */
div#heathnotice{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.65);
  z-index: 99999;
  display: none;
}

div.popup{
    width: 80%;
    max-width: 500px;
    display: block;
    position: fixed;
    margin: 5vh auto;
    left: 0;
    right: 0;
    top: 5%;
    z-index: 2000;
}

div.popup .close-notice{
  text-shadow: none;
  color: rgb(255, 255, 255);
  opacity: 1;
  font-size: 24px;
  margin-right: 0;
  padding-right: 5px;
}

div.popup .close-notice span{
  font-size: 22px;
  padding-left: 3px;
}

div.popup img{
  width: 100%;
  box-shadow: 0 0 10px rgba(28, 28, 28, 0.62);
}




/* Seo collapse */

div.readmoreapple{
  margin-top: 30px;
}

div.readmoreapple-btn{
  font-size: 18px;
  cursor: pointer;
  background-color: rgb(102, 102, 102);
  /* background-color: rgb(0, 175, 231); */
  color: rgb(255, 255, 255);
  display: inline-block;
  padding-left: 20px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -15px;
}

div.readmoreapple-content{
  padding: 15px 15px;
}

div.readmoreapple-btn i{
  font-size: 12px;
  /* padding-bottom: 10px; */
}

div.readmoreapple-content h2{
  color: rgb(254, 58, 111);
  font-size: 22px;
  padding-bottom: 5px;
  margin-right: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(65, 65, 65);
}

div.readmoreapple-content p{
  font-size: 15px;
  color: rgb(48, 48, 48);
  padding-bottom: 20px;
}

div.readmoreapple-content a{
  color: rgb(0, 151, 215);
  text-decoration: underline;
  font-weight: bold;
}


@media (min-width:768px){
  div.readmoreapple{
  }

  div.readmoreapple-btn{
    /* background-color: rgb(0, 175, 231); */
    color: rgb(255, 255, 255);
    display: inline-block;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0;
  }

  div.readmoreapple-btn i{
  }

  div.readmoreapple-content h2{
    font-size: 24px;
    padding-bottom: 5px;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 25px;
  }

  div.readmoreapple-content p{
    font-size: 16px;
    padding-bottom: 20px;
  }
}


@media (min-width:1200px){
  div.readmoreapple{
    margin-top: 65px;
  }

  div.readmoreapple-btn{
  }

  div.readmoreapple-btn i{
  }

  div.readmoreapple-content h2{
  }

  div.readmoreapple-content p{
  }
}
