.nav_col ul {list-style: none; padding:0px; margin:0px;}
.nav_col ul li {display:inline-block;}

.index_doc_each {
    display: inline-block;
}


.nav_col ul li a {
font-family: 'Noto Sans HK', 'Noto Sans SC', sans-serif;
color: #051638;
font-size: 15px;
line-height: 22px;
font-weight: 500;

position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.nav_col ul li a:hover {color: #14adf6;}
.navbar {background-color:#FFFFFF;}


@media screen and (min-width:992px) {
    .menu-button.w-nav-button {
      padding: 16px;
      font-size: 18px;
    }
    .w-icon-nav-menu:before {
      content: "More";
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 93.6 82' style='enable-background:new 0 0 93.6 82;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23B0B7BD;%7D%0A%3C/style%3E%3Cpath class='st0' d='M93.1,1.8c-0.6-1.1-1.8-1.8-3-1.8H3.5c-1.2,0-2.4,0.7-3,1.8s-0.6,2.4,0,3.5l43.3,75c0.6,1.1,1.8,1.8,3,1.8 s2.4-0.7,3-1.8l43.3-75C93.8,4.2,93.8,2.8,93.1,1.8z'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: 98% 70%;
      background-size: 10px 8px;
      padding-right: 20px;
      font-family: 'Noto Sans HK', 'Noto Sans SC', sans-serif;
      color: #051638;
      font-size: 15px;
      line-height: 22px;
      font-weight: 500;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
    }
    .w-icon-nav-menu:hover::before {
      color: #43c3f2;
        -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
    }
    .nav_link.nav_dd_toggle {
      z-index: -1;
    }
    .nav_ul {
      display: block !important;
    }
  }

  /************* PAGE : Account management **************/
.overflow-x {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  input[type="submit"],
  input[type="submit"]:hover,
  input[type="file"],
  input[type="file"]:hover,
  a,
  a:hover {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  input[type="file"] {
    cursor: pointer;
    display: none;
  }
  label {
    margin: 0px;
  }
  ::-moz-selection {
    background: #ee6c39;
    color: #fff
  }
  ::selection {
    background: #ee6c39;
    color: #fff
  }
  /*search*/
  .searchbar_field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
  }
  .searchbar_field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }
  .searchbar_field::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
  }
  /*end of search*/
  /* input text shadow fix for iphone*/
  .globe_input {
    -webkit-appearance: none;
  }
  .nav_dd_toggle.open {
    color: #14adf6;
  }
  @media screen and (min-width:992px) {
    .menu-button.w-nav-button {
      padding: 16px;
      font-size: 18px;
    }
    .w-icon-nav-menu:before {
      content: "More";
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 93.6 82' style='enable-background:new 0 0 93.6 82;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23B0B7BD;%7D%0A%3C/style%3E%3Cpath class='st0' d='M93.1,1.8c-0.6-1.1-1.8-1.8-3-1.8H3.5c-1.2,0-2.4,0.7-3,1.8s-0.6,2.4,0,3.5l43.3,75c0.6,1.1,1.8,1.8,3,1.8 s2.4-0.7,3-1.8l43.3-75C93.8,4.2,93.8,2.8,93.1,1.8z'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: 98% 70%;
      background-size: 10px 8px;
      padding-right: 20px;
      font-family: 'Noto Sans HK', 'Noto Sans SC', sans-serif;
      color: #051638;
      font-size: 15px;
      line-height: 22px;
      font-weight: 500;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
    }
    .w-icon-nav-menu:hover::before {
      color: #43c3f2;
        -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
    }
    .nav_link.nav_dd_toggle {
      z-index: -1;
    }
    .nav_ul {
      display: block !important;
    }
  }

  /************* nav dropdown icon animation**************/
  .qa_arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: transform .4s linear;
    transition: transform .4s linear;
  }
  .qa_arrow.open {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform .2s linear;
    transition: transform .2s linear;
  }
  /**********end of nav dropdown icon animation**********/

.preloader,
.lb_wrapper {
    /*display:none;*/
}
.preloader.open,
.lb_wrapper.open {
    display: flex !important;
}


 /************* PAGE : How to Video & Service Minisite **************/
.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 15px 0px;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


 /************* Footer **************/
.footer .quicklink-tbl .menu {display: block;}
.footer .quicklink-tbl>ul>li {
    display:block; 
    float: left;
    width: 33.3333%;
}
.footer .quicklink-tbl>ul>li:nth-child(3n+1) {
    clear:both;
}
.footer .quicklink-tbl>ul>li>a {
    font-family: 'Noto Sans HK', 'Noto Sans SC', sans-serif;
    color: #ee6c39;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
}
.footer .quicklink-tbl ul.sub-menu {
    /*padding-top: 18px;*/
    padding-bottom: 23px;
    padding-left: 17px;
    color: #ee6c39;
    list-style-type: square;
}
.footer .quicklink-tbl>ul>li>ul>li {
    list-style-type: square;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}
.footer .quicklink-tbl li a {
    font-style: normal;
}
@media screen and (max-width: 480px) {
    .footer .quicklink-tbl>ul>li {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .footer .quicklink-tbl {
        display:block;
        width: 100%;
    }
    .footer .quicklink-tbl>ul>li>ul {
        margin-top: 0px;
    }
    .footer .quicklink-tbl>ul>li {
        display: block;
    }
    .footer .quicklink-tbl>ul>li>a {
        font-size: 18px;
    }
    .footer .quicklink-tbl li a {
        font-size: 13px;
    }
    .footer .quicklink-tbl>ul>li>ul>li {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .footer .quicklink-tbl ul.sub-menu {
        padding-top: 0px;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 480px) {
    .footer .quicklink-tbl {
        padding: 0px;
        margin: 0px;
    }
}

.w-embed {position: relative;}
.cart_count {background: red; color: #FFF; border-radius: 50%; padding: 1px; position: absolute; top: -10px; right: -10px; font-size: 12px; LINE-HEIGHT: 18px; width: 18px; text-align: center;}
.index_searchbtn.text-block-19 {background-size:16px; border:none; padding-right: 40px; background-position-x: 85px; cursor:pointer;}

 /*search*/
 .searchbar_field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
  }
  .searchbar_field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }
  .searchbar_field::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
  }
  /*end of search*/

input[type='text'].searchbar_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(255, 255, 255, 0.4);
  background-color: transparent;
}

.home .index_searchbtn.text-block-19 {min-width:117px;}

@media screen and (max-width: 479px) {
    .home .index_searchbtn.text-block-19 {display:block; position: absolute; top: 50px;}
    .between.mv-60.m_flex_v {padding-bottom: 60px;}
}
@media screen and (max-width: 1024px) {
    .banner-holder {max-width:100%; margin-top:0px;}
    .banner-img-holder {max-width:100%; min-width:auto; left:auto; margin-left:0px; min-height:auto;}
    .theme-default .nivoSlider img {max-width:100%;}
    .nivo-controlNav {bottom:0px;}
}
.theme-default {min-height:auto;}


@media only screen and (max-width: 991px) {
  .select-field.w-select{
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-image:	url('../images/select_arrow.svg');
      background-position: right 16px top 50%;
      background-size:9px 8px;
      background-repeat:no-repeat;
    }
  }