/*  branch-banner */

.branch-banner {
    background: transparent;
    margin-bottom: 40px;
    max-height: 320px;
    position: relative;
    /* z-index: -1; */
}

.branch-banner-content {
    padding-top: 25%;
    padding-bottom: 25%;
}

.branch-banner-content.town {
    padding-top: 32%;
    padding-bottom: 32%;
}

.branch-banner .town-branch {
  background-color: rgba(255, 255, 255, 0.86);
  position: absolute;
  top: 50px;
  z-index: 100;
  height: 55px;
  width: 100%;
  box-shadow: 0 0px 4px rgba(50, 50, 50, 0.3);
  transition: all ease-out 0.5s;
}

.branch-banner .town-branch .townlogo{
  background-image: url('../images/town/applestoragetown.svg');
  background-repeat: no-repeat;
  margin-top:2px;
  height: 55px;
  width: 115px;
  float: left;
}

.branch-banner .town-branch span{
  float: left;
  margin-top: 19px;
  margin-left: 6px;
  font-size: 15px;
  font-family: 'PingFang HK','微軟正黒體';
}

.branch-banner .town-branch span a{
  background-color: rgb(102, 84, 66);
  color: #fffae0;
  text-decoration: none;
  border-radius: 6px;
  padding: 2px 4px 2px 6px;
  margin-left: 7px;
  transition: all ease-out 0.25s;
}

.branch-banner .town-branch span a:hover{
  background-color: rgb(133, 116, 99);
}

.branch-banner .town-branch span a i{
  font-size: 11px;
  top: 0;
}

.video-btn{
  display:block;
  text-align:center;
  background-image: url('../images/branches/icon/video-btn-bg.jpg');
  background-size:cover;
  background-position: center;
  /* background-color: white; */
  font-size:28px;
  font-weight: bolder;
  cursor:pointer;
  text-decoration: none;
  color:black;
  box-shadow: 0px 9px 0px 0px rgb(177, 12, 12);
  border:8px solid #ed1c24;
  border-radius: 20px;
  padding-bottom:5px;

}

.tour-btn{
  display:block;
  text-align:center;
  background-color: #62c0bd;
  font-size:28px;
  font-weight: bolder;
  cursor:pointer;
  text-decoration: none;
  color:white;
  box-shadow: 0px 9px 0px 0px  #439998;
  border:8px solid #62c0bd;
  border-radius: 20px;
  padding-bottom:5px;
}

.video-btn, .tour-btn{
  -webkit-user-select: none;  /* Chrome all / Safari all */
 -moz-user-select: none;     /* Firefox all */      /* IE 10+ */
 user-select: none;          /* Likely future */
}

.video-btn img,.tour-btn img{
  width:80px;
}
.video-btn:hover{
    text-decoration: none;
  color:black;
}
.tour-btn:hover{
    text-decoration: none;
  color:white;
}
.video-btn:active{
  box-shadow: 0px 5px 0px 0px rgb(177, 12, 12);
  transform: translateY(4px);
  text-decoration: none;
}

.tour-btn:active{
  box-shadow: 0px 5px 0px 0px #439998;
  transform: translateY(4px);
  text-decoration: none;
}

.btn-booknow {
    color: white;
    background-color: #ff4b72;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 0px rgb(177, 12, 12);
    transition: ease-out 0.1s;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 10px;
}

.btn-booknow:active{
  box-shadow: 0px 2px 0px 0px #861d33;
  transform: translateY(4px);
    text-decoration: none;
}

#booknowBtn{
  margin-bottom: 2em;
  text-align: center;
  margin-top: 30px;

}


#booknowBtn a {
  text-decoration: none;
  color:white;
  /* text-shadow: -1px -1px 1px #bd3d58; */
}

.booknowBtn span{
  font-size:28px;
  line-height: 28px;
}
.booknowBtn img{
  margin-top: -30px;
  margin-bottom: -15px;
}

.booknowBtn h4, .booknowBtn h4 span{
  font-size:16px;
  line-height: 18px;
}

.booknowBtn h4 span{
  display: block;
}


@media (max-width:374px){
  .branch-banner .town-branch .townlogo{
    margin-top:6px;
    width: 90px;
  }

  .branch-banner .town-branch span{
    margin-top: 19px;
    margin-left: 6px;
    font-size: 12px;
  }

  .branch-banner .town-branch span a{
    margin-left: 7px;
  }
  .branch-banner .town-branch span a i{
    font-size: 9px;
    top: 0;
  }
}

@media (min-width:375px) and (max-width:390px){
  .branch-banner .town-branch .townlogo{
    margin-top:7px;
    width: 95px;
  }

  .branch-banner .town-branch span{
    margin-top: 19px;
    margin-left: 6px;
    font-size: 16px;
  }

  .branch-banner .town-branch span a{
    margin-left: 5px;
  }
  .branch-banner .town-branch span a i{
    font-size: 9px;
    top: -1px;
  }
}


@media (min-width: 768px) {
  .branch-banner {
      max-height: 40vh;
  }

  .branch-banner-content.town {
      padding-top: 25%;
      padding-bottom: 25%;
  }

  .branch-banner .town-branch {
    top: inherit;
    bottom: 0;
    height: 75px;
  }

  .branch-banner .town-branch .townlogo{
    background-image: url('../images/town/applestoragetown2.svg');
    background-repeat: no-repeat;
    margin-top:10px;
    width: 245px;
  }

  .branch-banner .town-branch span{
    margin-top: 22px;
    margin-left: 0;
    font-size: 24px;
  }

  .branch-banner .town-branch span a{
    text-decoration: none;
    border-radius: 6px;
    padding: 2px 6px 2px 10px;
    margin-left: 10px;
    font-size: 22px;
  }

  .branch-banner .town-branch span a:hover{
    padding: 2px 15px 2px 25px;
    letter-spacing: 4px;
    border-radius: 8px;
  }
  .branch-banner .town-branch span a i{
    font-size: 15px;
    top: 0;
  }
  .booknowBtn h4 span{
    display: inline;
  }

}

@media (min-width: 992px) {
    .branch-banner {
        max-height: 45vh;
    }
}

.branch-banner-content h2 {
    text-indent: -9999px;
    line-height: 0;
}


/*  branch-title */

.branch-title-box {
    z-index: 200;
    pointer-events: none;
    margin-bottom: 10px;
    margin-top: -75px;
}

.branch-area {
    font-size: 18px;
    background-color: rgb(0, 205, 237);
    color: rgb(255, 255, 255);
    padding: 3px 12px 4px 12px;
    border-radius: 20px;
    text-align: left;
    letter-spacing: 0;
    font-weight: normal;
}

.branch-title h1 {
    color: #ff3d52;
    color: rgb(255, 61, 82);
    line-height: 40px;
    letter-spacing: -1px;
    font-size: 30px;
}

.branch-title .sub-title {
    margin-left: -60px;
    font-size: 32px;
}

@media (min-width:768px) {
    .branch-title-box {
        margin-bottom: 20px;
    }
    .branch-area {
        font-size: 16px;
    }
    .branch-title h1 {
        margin-top: 55px;
        line-height: 35px;
        font-size: 32px;
        text-align: left;
    }
    .branch-title h1.title-sm {
        font-size: 32px;
    }
    .branch-title .sub-title {
        font-size: 28px;
        margin-left: 50px;
    }
}

@media (min-width:992px) {
    .branch-title-box {
        margin-bottom: 30px;
    }
    .branch-title h1 {
        font-size: 42px;
        margin-top: 60px;
        line-height: 52px;
    }
    .branch-title h1.title-sm {
        font-size: 46px;
    }
    .branch-title .sub-title {
        font-size: 32px;
        letter-spacing: -1px;
        margin-left: 30px;
    }
}

@media (min-width:1200px) {
    .branch-area {
        font-size: 20px;
    }
    .branch-title h1 {
        margin-top: 75px;
        font-size: 42px;
    }
    .branch-title h1.title-sm {
        font-size: 42px;
    }
    .branch-title .sub-title {
        margin-left: 35px;
    }
}

.img-area {
    border: 8px solid #e6e6e6;
    margin-top: -60px;
    width: 275px;
    height: 275px;
    border-radius: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.img-area img {
    position: absolute;
    width: 100%;
    border-radius: 500px;
}

.img-area div h2 {
    letter-spacing: -3px;
    font-size: 60px;
}

@media (min-width:768px) {
    .img-area {
        margin-top: -110px;
        width: 220px;
        height: 220px;
    }
    .img-area div h2 {
        letter-spacing: -3px;
        font-size: 50px;
    }
}

@media (min-width:992px) {
    .img-area {
        margin-top: -140px;
        width: 290px;
        height: 290px;
    }
}

@media (min-width:1200px) {
    .img-area {
        margin-left: 0;
        margin-right: 0;
    }
}


/* rent ad */

.branch-ads-main.col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.branch-ads .branch-ads-box {
    width: 290px;
    margin: 20px 0 20px 0;
}

@media (min-width:375px) {
    .branch-ads .branch-ads-box {
        width: 340px;
    }
}

@media (min-width:768px) {
    .branch-ads .branch-ads-box {
        margin-top: 5px;
    }
}

@media (min-width:992px) {
    .branch-ads .branch-ads-box {
        margin-top: 5px;
    }
}

@media (min-width:1200px) {
    .branch-ads .branch-ads-box {
        margin-top: 15px;
    }
}

.branch-ads .branch-ads-box img {
    opacity: 0.6;
    filter: blur(4px);
    transition: all ease 0.8s;
    transform: scale(0.88);
    width: 100%;
}

.branch-ads .slick-center img {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}

@media (min-width:768px) {
    .branch-ads .branch-ads-box img {
        opacity: 1;
        filter: saturate(1) blur(0px);
        transition: all ease 0.8s;
        transform: scale(1);
    }
}


/* slick reset */

.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

@media (min-width:768px) {
    .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }
}

@media (min-width:992px) {
    .slick-dotted.slick-slider {
        margin-bottom: 70px;
    }
}

@media (min-width:1200px) {
    .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }
}


/* Price List */

.price-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .price-list {
        margin-top: 0;
    }
}

@media (min-width:992px) {
    .price-list {
        margin-bottom: 30px;
    }
}

@media (min-width:1200px) {
    .price-list {
        margin-top: 20px;
    }
}

/* Price List */

.tabs-floor>ul>li>a{
    padding: 10px 35px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
    font-size: 18px;
    color: rgb(147, 146, 146);
    transition: all 0.25s ease-in-out;
}

.tabs-floor>ul>li>a:hover{
    color: rgb(85, 85, 85);
    padding: 10px 45px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  background-color: #cbf32b;
}


.price-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tab-content{
  padding-top:10px;
}

table tr td.pricelist-remark{
  text-align: left!important;
}


@media (min-width:768px) {
    .price-list {
        margin-top: 0;
    }
    .tabs-floor>ul>li>a{
      font-size: 22px;
    }
    .tab-content{
      padding-top:25px;
    }
}

@media (min-width:992px) {
    .price-list {
        margin-bottom: 30px;
    }
    .tabs-floor>ul>li>a{
      font-size: 26px;
    }
    .tab-content{
      padding-top:35px;
    }

}

@media (min-width:1200px) {
    .price-list {
        margin-top: 20px;
    }
}

@media (max-width:320px){
  .tabs-floor>ul>li>a{
      padding: 10px 30px;
  }
}

.price-list table {
    border-bottom: 1px solid rgb(227, 227, 227);
    margin-bottom: 0;
}

.price-list .floor {
    color: #b0d23f;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: bold;
    float: left;
    border-bottom: 1px #d0d0d0 solid;
}

.price-list .noair {
    float: left;
    padding-top: 5px;
    padding-left: 8px;
}

.price-list h3 {
    background-image: url('../images/rent/icon-branches.svg');
    background-repeat: no-repeat;
    padding-left: 26px;
    float: left;
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    clear: left;
    letter-spacing: -1px;
}

.price-list h3.uspacebranch {
    background-image: url('../images/rent/icon-uspace.svg');
}

.price-list div.table-responsive {
    margin-bottom: 0;
}

.table-block {
    clear: both;
}

.price-list table tr td {
    vertical-align: middle;
}

.price-list table td, .price-list table th {
    font-family: 'PingFang HK', 'Arial';
    text-align: center;
    letter-spacing: -0.5px;
    font-size: 13px;
}

.price-list table th {
    font-size: 12px;
}

@media (min-width:768px) {
    .price-list table td, .price-list table th {
        font-size: 14px;
        letter-spacing: 0;
    }
}

@media (min-width:992px) {
    .price-list table td, .price-list table th {
        font-size: 16px;
    }
}

.price-list table th:nth-child(3) div, .price-list table th:nth-child(4) div, .price-list table th:nth-child(5) div, .price-list table th:nth-child(6) div {
    /* border-radius: 500px; */
    width: 98%;
    min-height: 30px;
    border-radius: 6px;
    padding: 4px 5px;
    margin: 0 auto 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
}

@media (min-width:768px) {
    .price-list table th:nth-child(3) div, .price-list table th:nth-child(4) div, .price-list table th:nth-child(5) div, .price-list table th:nth-child(6) div {
      width: 70%;
      max-width: 120px;
      padding: 5px 6px;
    }
}

@media (min-width:992px) {
    .price-list table th:nth-child(3) div, .price-list table th:nth-child(4) div, .price-list table th:nth-child(5) div, .price-list table th:nth-child(6) div {
      width: 70%;
      max-width: 140px;
      padding: 8px 15px;
      font-size: 15px;
    }
}

@media (min-width:1200px) {
    .price-list table th:nth-child(3) div, .price-list table th:nth-child(4) div, .price-list table th:nth-child(5) div, .price-list table th:nth-child(6) div {
      width: 70%;
    }
}

.price-list table th:nth-child(3) div {
    background-color: #f28e9d;
}

.price-list table th:nth-child(4) div {
    background-color: #49cdda;
}

.price-list table th:nth-child(5) div {
    background-color: #b7d406;
}

.price-list table th:nth-child(6) div {
    background-color: #f6a254;
}

.price-list table th span {
    font-weight: normal;
    font-size: 12px;
    color: #868686;
}

@media (min-width:992px) {
    .price-list table th span {
        font-size: 14px;
    }
}

/* table phone */

.price-list table tr td.tablephone{
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.price-list table tr td.tablephone img{
  width: 45px;
  margin-bottom: 3px;
}

.price-list table tr td.tablephone a{
  font-weight: bold;
}

.price-list table tr td.tablephone a span{
  font-size: 19px;
}

a.pricelist-form{
  cursor: pointer;
  color: #b80334;
  text-decoration: underline;
}


@media (min-width:992px){
  .price-list table tr td.tablephone{
    font-size: 16px;
  }

  .price-list table tr td.tablephone img{
    width: 60px;
    margin-bottom: 3px;
  }

  .price-list table tr td.tablephone a{
    font-weight: bold;
  }

  .price-list table tr td.tablephone a span{
    font-size: 22px;
  }
}


.price-list .table.table-offer>tbody>tr:nth-child(even) {
  /* background-color: rgba(255, 253, 18, 0.2); */
  background-color: rgba(251, 240, 231, 1);
}

.price-list .table.table-offer>tbody>tr:nth-child(odd) {
  /* background-color: rgba(255, 255, 50, 0.4); */
  background-color: rgba(255, 238, 227, 1);
}

.price-list .table.table-offer>tbody>tr>td:hover {
  /* background-color: rgba(227, 247, 100, 0.4); */
  background-color: rgba(255, 235, 222, 1);
}

.price-list .table.table-offer>tbody>tr>td {
    color: rgb(84, 84, 84);
    border-top: 1px solid rgb(199, 199, 199);
    font-size: 16px;
    text-align: left;
    padding: 6px 0 6px 15px;
}

.price-list .offer-size {
    font-weight: bold;
}

.price-list .offer-sp {
    color: rgb(185 109 11);
    margin-left: 8px;
    font-weight: bold;
}

.price-list .offer-rent {
    font-size: 14px;
    padding-left: 5px;
}

.price-list .offer-ori {
    text-decoration: line-through;
    padding-left: 5px;
    float: left;
    padding-right: 5px;
}

.price-list .offer-sp-sp {
    font-size: 16px;
    color: rgb(236, 182, 19);
    padding-bottom: 0;
    margin-bottom: 5px;
}

.price-list .offer-sp-rent {
    padding-left: -5px;
}

.price-list .offer-sp-ori {
    text-decoration: line-through;
    padding-left: 5px;
    font-size: 16px;
}

/* cheaper pomo */

.price-list .offer-cheaperhead {
    font-weight: bold;
    font-size: 20px;
    color: #7d31a3;
}

.price-list .offer-cheaper {
    color: #2f2f2f;
}

.price-list #list-offer a {
    background-color:rgb(25, 168, 156);
    font-weight: bold;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 5px;
    transition: all 0.5s ease;
    text-decoration: none;
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 1px;
}

.price-list #list-offer a:hover {
    background-color:rgb(171, 45, 222);
    letter-spacing: 5px;
    width: 150px;
}


@media (min-width:550px) {
    .price-list .offer-ori {
        float: none;
    }
}

@media (min-width:768px) {
    .price-list .table.table-offer>tbody>tr>td {
        font-size: 16px;
    }
}

.price-list .moresize {
    display: inline-block;
    padding-top: 10px;
    /*font-family: 'Futura-Light';*/
    font-family: 'PingFang HK', 'Arial';
    font-size: 14px;
}

@media (min-width:992px) {
    .price-list .moresize {
        font-size: 16px;
    }
}


/*.icon-pricelist {
    font-size: 14px;
    color: #fff;
    background-color: #00cded;
    background-color: rgb(0, 205, 237);
    border: 3px solid #cbf9ff;
    border-radius: 50px;
    padding: 3px 8px;
    float: left;
    margin-left: 5px;
}*/

.type {
    font-size: 14px;
}

.type-clothes, .type-doc, .type-locker, .type-layer, .type-bike {
    font-weight: bold;
}

.type-clothes {
    color: rgb(134, 88, 156);
}

.type-doc {
    color: rgb(8, 195, 189);
}

.type-locker {
    color: rgb(167, 209, 24);
}

.type-layer {
    color: rgb(235, 39, 86);
}

.type-bike {
    color: rgb(228, 185, 31);
}

.sizefull {
    color: rgb(195, 195, 195);
}

@media (min-width:992px) {
    .type {
        font-size: 18px;
    }
}


/*@media (max-width:480px){
.price-list table tr td:nth-child(6),.price-list table tr th:nth-child(6) {
  display: none;
}
}*/


/* Tab Pricelist */

ul.branch-floor.nav-tabs {
    margin-bottom: 25px;
}

.branch-floor.nav-tabs>li>a {
    margin-left: 10px;
    border-radius: 15px 15px 0 0;
    font-size: 20px;
}

.branch-floor.nav>li>a {
    padding: 8px 22px 5px 22px;
}

.branch-floor a {
    color: rgb(170, 170, 170);
}


/* Remarks */

.price-remark {
    margin-top: 20px;
    /*font-family: 'Futura-Light';*/
    font-family: 'PingFang HK', 'Arial';
    display: block;
    padding-bottom: 20px;
}

.price-remark h4 {
    font-size: 16px;
    font-weight: bold;
}

ol#remarks {
    color: rgb(92, 92, 92);
    padding-top: 5px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 18px;
}

ol#remarks li {
    padding-bottom: 15px;
}

@media (min-width:992px) {
    ol#remarks {
        font-size: 16px;
        line-height: 22px;
    }
}


/* branch service */

.price-service {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
}

.price-service>div {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:768px) {
    .price-service>div {
        margin-right: 69px;
        margin-left: 0;
    }
    .price-service>div:nth-child(6), .price-service>div:nth-child(12) {
        margin-right: 0;
    }
}

@media (min-width:992px) {
    .price-service>div {
        margin-right: 65px;
    }
    .price-service>div:nth-child(6) {
        margin-right: 65px;
    }
    .price-service>div:nth-child(7) {
        margin-right: 0;
    }
    .price-service>div:nth-child(12) {
        margin-right: 65px;
    }
    .price-service>div:nth-child(14) {
        margin-right: 0;
    }
}

@media (min-width:1200px) {
    .price-service>div {
        margin-right: 62px;
        margin-left: -10px;
    }
    .price-service>div:nth-child(6) {
        margin-right: 60px;
    }
    .price-service>div:nth-child(7) {
        margin-right: 60px;
    }
    .price-service>div:nth-child(8) {
        margin-right: 0;
    }
    .price-service>div:nth-child(12) {
        margin-right: 60px;
    }
    .price-service>div:nth-child(14) {
        margin-right: 60px;
    }
    .price-service>div:nth-child(16) {
        margin-right: 0;
    }
}

.service-box {
    /*float: left;
  margin-left: 25px;
  margin-right: 25px;*/
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
    width: 110px;
    height: 100px;
}

@media (min-width:992px) {
    .service-box {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

.service-box .icon-txt {
    color: rgb(117, 117, 117);
    font-size: 14px;
    padding-top: 62px;
    line-height: 16px;
}

.service-box.icon-lr {
    background: url('../images/branches/icon/icon-lr.svg') no-repeat;
    background-size: 65px;
    background-position: center 2px;
}

.service-box.icon-lr span {
    background-color: #ff4b72;
    display: inline-block;
    margin-top: 48px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    letter-spacing: -0.5px;
    padding: 1px 0;
    width: 70px;
}

.service-box.icon-mtr {
    background: url('../images/branches/icon/icon-mtr.svg') no-repeat;
    background-size: 65px;
    background-position: center 2px;
}

.service-box.icon-mtr span {
    background-color: #ff4b72;
    display: inline-block;
    margin-top: 48px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    letter-spacing: -0.5px;
    padding: 1px 0;
    width: 70px;
}

.service-box.icon-smart {
    background: url('../images/branches/icon/icon-smart.svg') no-repeat;
    background-size: 72px;
    background-position: center top;
}

.service-box.icon-cctv {
    background: url('../images/branches/icon/icon-cctv.svg') no-repeat;
    background-size: 65px;
    background-position: center top;
}

.service-box.icon-hotline {
    background: url('../images/branches/icon/icon-24hr-hotline.svg') no-repeat;
    background-size: 69px;
    background-position: center top;
}

.service-box.icon-rest {
    background: url('../images/branches/icon/icon-rest.svg') no-repeat;
    background-size: 70px;
    background-position: center top;
}

.service-box.icon-air {
    background: url('../images/branches/icon/icon-air.svg') no-repeat;
    background-size: 70px;
    background-position: center top;
}

.service-box.icon-carpark {
    background: url('../images/branches/icon/icon-carpark.svg') no-repeat;
    background-size: 52px;
    background-position: center top;
}

.service-box.icon-wifi {
    background: url('../images/branches/icon/icon-wifi.svg') no-repeat;
    background-size: 65px;
    background-position: center top;
}

.service-box.icon-pps {
    background: url('../images/branches/icon/icon-pps.png') no-repeat;
    background-size: 75px;
    background-position: center 15px;
}

.service-box.icon-eps {
    background: url('../images/branches/icon/icon-eps.png') no-repeat;
    background-size: 75px;
    background-position: center 8px;
}

.service-box.icon-cheque {
    background: url('../images/branches/icon/icon-cheque.svg') no-repeat;
    background-size: 75px;
    background-position: center 5px;
}

.service-box.icon-mailbox {
    background: url('../images/branches/icon/icon-mailbox.svg') no-repeat;
    background-size: 58px;
    background-position: center top;
}

.service-box.icon-vip {
    background: url('../images/branches/icon/icon-vip.svg') no-repeat;
    background-size: 55px;
    background-position: center top;
}

.service-box.icon-workshop {
    background: url('../images/branches/icon/icon-workshop.svg') no-repeat;
    background-size: 48px;
    background-position: center top;
}

.service-box.icon-charge {
    background: url('../images/branches/icon/icon-charge.svg') no-repeat;
    background-size: 28px;
    background-position: center top;
}
.service-box.icon-storepay {
    background: url('../images/branches/icon/icon-storepay.svg') no-repeat;
    background-size: 42px;
    background-position: center top;
}
.service-box.icon-alipay {
    background: url('../images/branches/icon/icon-alipay.png') no-repeat;
    background-size: 78px;
    background-position: center 7px;
}
.service-box.icon-town {
    background: url('../images/town/applestoragetown.svg') no-repeat;
    background-size: 77px;
    background-position: center 12px;
}
.service-box.icon-premium-smart {
    background: url('../images/branches/icon/icon-premium-smart.svg') no-repeat;
    background-size: 72px;
    background-position: center top 2px;
}

.service-box.icon-premium-cowork {
    background: url('../images/branches/icon/icon-premium-cowork.svg') no-repeat;
    background-size: 72px;
    background-position: center top;
}

.service-box.icon-premium-system {
    background: url('../images/branches/icon/icon-premium-qrsystem.svg') no-repeat;
    background-size: 60px;
    background-position: center top;
}

.service-box.icon-premium-minibox {
    background: url('../images/branches/icon/icon-premium-minibox.svg') no-repeat;
    background-size: 67px;
    background-position: center top;
}

.service-box.icon-premium-letterbox {
    background: url('../images/branches/icon/icon-premium-letterbox.svg') no-repeat;
    background-size: 58px;
    background-position: center top;
}

.service-box.icon-premium-pack {
    background: url('../images/branches/icon/icon-premium-pack.svg') no-repeat;
    background-size: 58px;
    background-position: center top;
}

.service-box.icon-premium-insurance {
    background: url('../images/branches/icon/icon-premium-insurance.svg') no-repeat;
    background-size: 48px;
    background-position: center top;
}


/* new icon demo */


.price-service-new {
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
}

.price-service-new h3{
  background-image: url('../images/branches/icon/new/icon-feature.svg');
  background-repeat: no-repeat;
  padding-left: 32px;
  font-size: 26px;
  margin-bottom: 30px;
  background-size: auto 25px;
  background-position: left center;
}

.price-service-new>div {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:768px) {

  .price-service-new h3{
    font-size: 28px;
    padding-left: 32px;
    background-size: auto 25px;
  }

    .price-service-new>div {
        margin-right: 64px;
        margin-left: 0;
    }
    .price-service-new>div:nth-child(7), .price-service-new>div:nth-child(13), .price-service-new>div:nth-child(19) {
        margin-right: 0;
    }
}

@media (min-width:992px) {
    .price-service-new>div {
        margin-right: 55px;
    }
    .price-service-new>div:nth-child(7) {
        margin-right: 55px;
    }
    .price-service-new>div:nth-child(13) {
        margin-right: 55px;
    }
    .price-service-new>div:nth-child(18) {
        margin-right: 55px;
    }
    .price-service-new>div:nth-child(19) {
        margin-right: 55px;
    }
}

@media (min-width:1200px) {
    .price-service-new>div {
        margin-right: 80px;
        margin-left: -10px;
    }
    .price-service-new>div:nth-child(7) {
        margin-right: 80px;
    }
    .price-service-new>div:nth-child(8) {
        margin-right: 0;
    }
    .price-service-new>div:nth-child(13) {
        margin-right: 80px;
    }
    .price-service-new>div:nth-child(15) {
        margin-right: 0;
    }
    .price-service-new>div:nth-child(18) {
        margin-right: 80px;
    }
    .price-service-new>div:nth-child(19) {
        margin-right: 80px;
    }
    .price-service-new>div:nth-child(22) {
        margin-right: 0;
    }
}



.service-box.icon-new-lr {
    background: url('../images/branches/icon/new/icon-lr.svg') no-repeat;
    background-size: 65px;
    background-position: center 2px;
}


.service-box.icon-new-mtr {
    background: url('../images/branches/icon/new/icon-mtr.svg') no-repeat;
    background-size: 63px;
    background-position: center 2px;
}


.service-box.icon-new-smart {
    background: url('../images/branches/icon/new/icon-smart.svg') no-repeat;
    background-size: 66px;
    background-position: center top 5px;
}

.service-box.icon-new-carpark {
    background: url('../images/branches/icon/new/icon-carpark.svg') no-repeat;
    background-size: 53px;
    background-position: center top;
}

.service-box.icon-new-hotline {
    background: url('../images/branches/icon/new/icon-hotline.svg') no-repeat;
    background-size: 56px;
    background-position: center top;
}

.service-box.icon-new-safe {
    background: url('../images/branches/icon/new/icon-safe.svg') no-repeat;
    background-size: 42px;
    background-position: center top;
}

.service-box.icon-new-cctv {
    background: url('../images/branches/icon/new/icon-cctv.svg') no-repeat;
    background-size: 69px;
    background-position: center top 11px;
}

.service-box.icon-new-fireequipment {
    background: url('../images/branches/icon/new/icon-fireequipment.svg') no-repeat;
    background-size: 53px;
    background-position: center top;
}

.service-box.icon-new-air {
    background: url('../images/branches/icon/new/icon-air.svg') no-repeat;
    background-size: 50px;
    background-position:  39px top;
}

.service-box.icon-new-clean {
    background: url('../images/branches/icon/new/icon-clean.svg') no-repeat;
    background-size: 45px;
    background-position: center top;
}

.service-box.icon-new-pestcontrol {
    background: url('../images/branches/icon/new/icon-pestcontrol.svg') no-repeat;
    background-size: 53px;
    background-position: center top;
}

.service-box.icon-new-district {
    background: url('../images/branches/icon/new/icon-district.svg') no-repeat;
    background-size: 50px;
    background-position: center top;
}

.service-box.icon-new-specialist {
    background: url('../images/branches/icon/new/icon-specialist.svg') no-repeat;
    background-size: 40px;
    background-position: center top;
}

.service-box.icon-new-maintenance {
    background: url('../images/branches/icon/new/icon-maintenance.svg') no-repeat;
    background-size: 78px;
    background-position: center top;
}

.service-box.icon-new-rest {
    background: url('../images/branches/icon/new/icon-relaxation.svg') no-repeat;
    background-size: 68px;
    background-position: center top;
}

.service-box.icon-new-packingarea {
    background: url('../images/branches/icon/new/icon-packingarea.svg') no-repeat;
    background-size: 47px;
    background-position: center top;
}

.service-box.icon-new-wifi {
    background: url('../images/branches/icon/new/icon-wifi.svg') no-repeat;
    background-size: 63px;
    background-position: center top 2px;
}

.service-box.icon-new-charge {
    background: url('../images/branches/icon/new/icon-charge.svg') no-repeat;
    background-size: 28px;
    background-position: center top 2px;
}



/*  branch-map */

.section-map {
    position: relative;
}

.section-map h3 {
    text-indent: -9999px;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.branch-map {
    position: relative;
}

#info_map {
    margin-top: 50px;
    min-height: 350px;
    height: 30vh;
    z-index: 0;
}

@media (min-width:768px) {
    #info_map {
        height: 40vh;
    }
}


/*  branch-info */

.section-branch-info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 100px;
}

.section-branch-info h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #666666;
    background-image: url('../images/rent/icon-branches.svg');
    background-repeat: no-repeat;
    padding-left: 23px;
    letter-spacing: -1px;
}

.section-branch-info h3.uspacebranch2 {
  background-image: url('../images/rent/icon-uspace.svg');
  background-size: 18px;
}

.section-branch-info h3 span {
    color: #ff3d52;
    color: rgb(255, 61, 82);
}

.section-branch-info h4 {
  margin-top: 25px;
}


@media (min-width:768px) {
    .section-branch-info h3 {
        font-size: 24px;
        padding-left: 30px;
    }
    .section-branch-info h3.uspacebranch2 {
      background-image: url('../images/rent/icon-uspace.svg');
      background-size: 20px;
    }

}

.section-branch-info span.branch-address-chi {
    font-size: 18px;
    color: #383838;
    line-height: 20px;
}

.section-branch-info span.branch-contact {
    display: block;
    margin-top: 20px;
}

.branch-contact {
    color: #5b5b5b;
}

.branch-holiday {}

.Neighborhood {
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
}


/* Matterport */

.branch3d{
  margin-top: 25px;
}

.branch3d h3 img{
  width: 35px;
  margin-right: 5px;
  margin-top: -5px;
}

.branch3d h3{
  background-color: #bdf504;
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-top: 12px;
  text-align: center;
  display: block;
  font-size: 26px;
  color: rgb(65, 65, 65);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-repeat: no-repeat;
  background-position: 15px 6px;
  background-size: 30px;
}

.branch3d div{
  clear: both;
}
.matterportbox{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (min-width:992px) {
  .branch3d{
    margin-top: 45px;
  }

  .branch3d h3 img{
    width: 45px;
    margin-right: 8px;
    margin-top: -5px;
  }

  .branch3d h3{
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 16px;
    display: block;
    float: none;
    font-size: 34px;
    color: rgb(65, 65, 65);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-repeat: no-repeat;
    background-position: 20px 7px;
    background-size: 45px;
  }
  .branch3d div{
    clear: both;
  }
  .matterportbox{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }

}


/* Matterport New */

.video-section{
  margin-top: 0;
}

.video-section h3 img{
  width: 35px;
  margin-right: 6px;
  margin-top: -5px;
}

.video-section h3{
  border-bottom: 4px solid #bdf504;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 12px;
  text-align: left;
  display: block;
  color: rgb(65, 65, 65);
  font-size: 26px;
}

.branch3d-new{
  margin-top: 35px;
}


.video-section div{
}
.video-section .matterportbox{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (min-width:992px) {
  .video-section{
  }

  .video-section h3 img{
    width: 38px;
    margin-right: 6px;
    margin-top: -5px;
  }

  .video-section h3{
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 16px;
    display: block;
    float: none;
    font-size: 28px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-repeat: no-repeat;
    background-position: 20px 7px;
    background-size: 45px;
  }
  .video-section div{
  }
  .video-section .matterportbox{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}


@media (max-width:600px) {

    .video-btn, .tour-btn{
      width:100%;
      margin-bottom:10px;
      padding-bottom:5px;
      font-size: 2vh;
    }

    .video-btn img,.tour-btn img{
      margin:10px 20px;
      width:60%;
    }
}

/* Town Section */

.town-section {
  background-image: url('../images/branches/section-town/town-bg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'PingFang HK', '微軟正黒體';
}

.town-logobar {
  background-image: url('../images/branches/section-town/townlogobar.svg');
  background-repeat: no-repeat;
  background-position: center -6px;
  margin: 0 auto 15px;
  width: 100%;
  height: 100px;
}

.town-caption {
  background-image: url('../images/branches/section-town/caption.svg');
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 220px;
  height: 100px;
}

.town-service-allbox {
  margin-top: 5px;
  margin-bottom: 50px;
}

.town-service-allbox .no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}


.town-service-box {
  width: 100%;
  padding-top: 100%;
  box-shadow: 0 0 8px rgba(61, 61, 61, 0.5);
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-size: contain;
}

.town-service-box h5 {
  position: absolute;
  top: 40px;
  z-index: -1;
  color: rgb(110, 110, 110);
}

.town-service-box span {
  position: absolute;
  top: 0;
  font-size: 0.9em;
  line-height: 1.15em;
  color: rgb(62, 62, 62);
  text-shadow: 1px 1px 1px rgb(255, 255, 255), -1px -1px 2px rgb(255, 255, 255);
  z-index: 100;
  padding: 10px;
}

.town-service-box.service-townmore img.btn-townmore {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 15%;
  width: 55%;
  transition: transform 0.2s ease-in;
}

.town-service-box.service-repair {
  background-image: url('../images/branches/section-town/service-repair.jpg');
}

.town-service-box.service-moving {
  background-image: url('../images/branches/section-town/service-moving.jpg');
}

.town-service-box.service-storage {
  background-image: url('../images/branches/section-town/service-storage.jpg');
}

.town-service-box.service-coworking {
  background-image: url('../images/branches/section-town/service-coworking.jpg');
}

.town-service-box.service-deliver {
  background-image: url('../images/branches/section-town/service-deliver.jpg');
}

.town-service-box.service-townmore {
  background-image: url('../images/branches/section-town/service-townlogo.svg');
  background-size: 78%;
  background-position: center 33%;
  transition: background-color 0.3s ease-in;
}

.town-service-box.service-townmore:hover{
  background-color: rgb(212, 255, 3);
}

.town-service-box.service-townmore:hover > img.btn-townmore{
  transform: scale(1.1);
}


.town-service-box.service-repair span {
  margin-top: 30%;
}

.town-service-box.service-moving span {
  margin-top: 30%;
}

.town-service-box.service-storage span {
  margin-top: 32%;
}

.town-service-box.service-coworking span {
  margin-top: 48%;
}

.town-service-box.service-deliver span {
  margin-top: 48%;
}

@media (max-width:340px) {
  .town-service-box span {
    font-size: 0.75em;
  }

  .town-service-box.service-repair span {
    margin-top: 30%;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .town-service-box span {
    font-size: 1.15em;
    padding: 15px;
  }

  .town-service-box.service-repair span {
    margin-top: 30%;
  }
}

@media (min-width:768px) {
  .town-logobar {
    margin: 0 auto 5px;
    width: 100%;
    height: 110px;
  }

  .town-caption {
    margin: 40px 0 0 0;
    width: 300px;
    height: 55px;
  }

  .town-service-allbox {
    margin-top: 10px;
    margin-bottom: 70px;
  }

  .town-service-box {
    width: 90%;
    padding-top: 90%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 8px rgba(61, 61, 61, 0.5);
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .town-service-box span {
    width: 90%;
    padding: 20px;
    font-size: 0.95em;
  }


  .town-service-box.service-repair span {
    margin-top: 34%;
  }

  .town-service-box.service-moving span {
    margin-top: 34%;
  }

  .town-service-box.service-storage span {
    margin-top: 34%;
  }

  .town-service-box.service-coworking span {
    margin-top: 50%;
  }

  .town-service-box.service-deliver span {
    margin-top: 57%;
  }
}

@media (min-width:992px) {
  .town-logobar {
    margin: 0 auto 5px;
    width: 100%;
    height: 120px;
  }

  .town-caption {
    margin: 30px 0 0 -50px;
    width: 350px;
    height: 80px;
  }

  .town-service-allbox {
    margin-top: 10px;
    margin-bottom: 100px;
  }

  .town-service-box {
    width: 260px;
    padding-top: 260px;
    margin-top: 40px;
  }

.town-service-box.service-repair,.town-service-box.service-coworking{
    float: right;
  }
  .town-service-box.service-storage,.town-service-box.service-townmore{
      float: left;
    }

  .town-service-box span {
    width: 260px;
    padding: 20px;
    font-size: 1em;
  }

  .town-service-box.service-repair span {
    margin-top: 37%;
  }

  .town-service-box.service-moving span {
    margin-top: 34%;
  }

  .town-service-box.service-storage span {
    margin-top: 34%;
  }

  .town-service-box.service-coworking span {
    margin-top: 50%;
  }

  .town-service-box.service-deliver span {
    margin-top: 55%;
  }

  .town-service-box.service-townmore img.btn-townmore {
    margin: 0 auto 15%;
    right: 60px;
    width: 45%;
  }

  .town-service-box.service-townmore {
    background-size: 72%;
    background-position: center 35%;
  }
}

@media (min-width:1200px){

  .town-section {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .town-logobar {
    margin: 0 0 5px 30px;
    width: 100%;
    height: 130px;
  }

  .town-caption {
    margin: 30px 0 0 -40px;
    width: 350px;
    height: 80px;
  }

  .town-service-allbox {
    margin-top: 10px;
    margin-bottom: 120px;
  }

  .town-service-box {
    width: 280px;
    padding-top: 280px;
    margin-top: 40px;
  }

  .town-service-box span {
    width: 280px;
    padding: 20px;
    font-size: 1.05em;
  }

  .town-service-box.service-repair span {
    margin-top: 33%;
  }

  .town-service-box.service-moving span {
    margin-top: 32%;
  }

  .town-service-box.service-storage span {
    margin-top: 32%;
  }

  .town-service-box.service-coworking span {
    margin-top: 46%;
  }

  .town-service-box.service-deliver span {
    margin-top: 50%;
  }

  .town-service-box.service-townmore img.btn-townmore {
    margin: 0 auto 13%;
    right: 105px;
    width: 40%;
  }

  .town-service-box.service-townmore {
    background-size: 72%;
    background-position: center 38%;
  }
}



#appointmentModal iframe{
  height: 1800px;
}

@media (min-width:768px){
  #appointmentModal iframe{
    height: 1650px;
  }
}


/* Storage Video */

.storage-video-main{
  margin-top: 30px;
}

.storage-video-main h3{
  font-size: 26px;
  padding-left: 46px;
  margin-left: 13px;
  background-image: url('../images/branches/icon/new/icon-ruler.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 42px;
}


.video-box{
  margin: 0 15px;
  max-height: 250px;
  max-width: 400px;
}

.video-box img{
  cursor: pointer;
}

.video-box img {
    opacity: 0.6;
    filter: blur(4px);
    transition: all ease 0.8s;
    transform: scale(0.88);
    width: 100%;
}

.video-box.slick-center img {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}


@media (min-width:768px){
  .video-box{
    margin: 0 5px;
    max-height: 220px;
    max-width: 100%;
  }
  .video-box img {
      opacity: 1;
      filter: blur(0);
      transform: scale(1);
      width: 100%;
  }
}

@media (min-width:992px){
  .video-box{
    margin: 0 10px;
    max-height: 220px;
  }
}



/* modal */

.modal-dialog.modal-width{
  width: 92%;
  max-width: 1000px;
  margin: 200px auto;
}
.modal-content.modal-film{
  background: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
  border: none;
  border-radius: 0;
}
.modal-body{
  position:relative;
  padding:0px;
}
.close.close-film{
  position:absolute;
  right:-15px;
  top: -55px;
  z-index:999;
  font-size:4.5rem;
  font-weight: normal;
  color:#fff;
  transition: 0.25s ease-in all;
  opacity:0.8;
}
.close.close-film:hover{
  color:#fff;
  opacity:1;
}
