@charset "UTF-8";
/* CSS Document */
body {
  background-color: #f1f0ec;
  color: #58595b;
}
html {
  scroll-behavior: smooth;
}
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
html[lang=zh-CN], html[lang=zh-HK] {
  text-align: justify
}
html[lang=en], html[lang=zh-CN], html[lang=zh-HK] {
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif
}
html[lang=zh-CN][browser=MSIE] {
  font-family: IBM Plex Sans, 微軟正黑體, PMingLiu, MingLiu, Arial, Helvetica, sans-serif
}
h1, h2, h3 {
  font-weight: bold;
}

.lang-txt {
    font-size: .9rem;
    font-weight: 700;
}
.lang-txt a{
    color: #000;
    padding: 0 10px 0 10px;
}
.boc-nav-m {
  /*padding: 25px 25px 25px 25px;*/
  background-color: transparent;
  background-image: linear-gradient(180deg, #CBB28E 8%, #9F8567 89%);
  /*border-radius: 8px 8px 8px 8px;*/
}

.boc-nav-m-txt {
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 1rem;
  /*fill: #000;*/
}
.boc-nav {
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #CBB28E 8%, #9F8567 89%);
  border-radius: 8px 8px 8px 8px;
}
.boc-nav-txt {
  color: #FFFFFF;
  fill: #FFFFFF;
}

.navbar-light .navbar-brand {
    color: #fff;
}

.menu-line {
  border-right: 1px solid #FFFFFF;
}
.btn-apply {
  color: #932230;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-apply-m {
  color: #ffffff;
  background-color: #932230;
  border-color: #932230;
  font-size: 1rem;
}
.box-well {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.29);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /*margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;*/
  padding: 50px 50px 50px 50px;
  border-radius: 20px 20px 20px 20px;
  margin-top: 50px;
}
.tb-01 {
  background-color: #efe8e5;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  height: 70px;
}
.tb-02 {
  background-color: #ecd5d7;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  height: 70px;
}
.tb-01m {
  background-color: #efe8e5;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  height: 50px;
}
.tb-02m {
  background-color: #ecd5d7;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  height: 50px;
}
.tb-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #EFE8E5;
}
.tb-box-well-01b {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  border: 4px solid #EFE8E5;
}
.tb-box-well-01 {
  /*width: 100%;*/
  min-height: 70px;
  /*display:grid;
  align-items:center;    */
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #EFE8E5;
  text-align: center;
}
.tb-box-well-02 {
  /*width: 100%;*/
  min-height: 70px;
  /*display:grid;
  align-items:center; */
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #ecd5d7;
}
.tb-box-well-01m {
  /*width: 100%;*/
  /*height: 100px;*/
  /*display:grid;
  align-items:center;    */
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  border: 2px solid #EFE8E5;
  text-align: center;
}
.tb-box-well-02m {
  /*width: 100%;*/
  /*height: 100px;*/
  /*display:grid;
  align-items:center; */
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  border: 2px solid #ecd5d7;
}
#abs-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  width: 100px; /* Need a specific value to work */
  z-index: 100;
}
/*.btn-tab01 {*/
.nav-tabs .nav-link {
  /*width: 500px;*/
  background-color: #bcbcbc;
  border-radius: 20px 20px 0px 0px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  /*width: 500px;*/
  background-color: transparent;
  background-image: linear-gradient(180deg, #CBB28E 8%, #9F8567 89%);
  border-radius: 20px 20px 0px 0px;
}
.panel-title {
  position: relative;
}
.panel-title > a:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  width: 40px;
  height: 40px;
  line-height: 0px;
  text-align: left;
  font-size: 40px;
  color: #58595b;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.panel-title a.collapsed:before {
  content: "\f106";
}
.control-box {
  /*background-color: #faf5ea;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;*/
}
.box-well-01 {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.29);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /*margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;*/
  padding: 15px;
  border-radius: 20px 20px 20px 20px;
  height: 280px;
}
.btn-red {
  background-color: #99082f;
  padding: 3px;
  border-radius: 200px;
  color: #fff;
  font-size: 90%;
  margin: 0 3px;
}
.carousel-control-prev, .carousel-control-next {
  opacity: .5;
}
.carousel-control-prev.disabled, .carousel-control-next.disabled {
  opacity: 0;
  pointer-events: none;
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.8s all ease;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
.txt-gold2 {
  background: -webkit-linear-gradient(#CBB28E, #9F8567);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txt-gold {
  color: #9F8567;
}


.Menu_topRightMenu {
    text-align: right;
    font-weight: 700;
    float: right;
    margin: 0;
}
.Menu_topRightMenu li.Menu_home span {
    display: none;
}
.Menu_topRightMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-inline-start: 0;
}
.Menu_topRightMenu li {
    display: inline-block;
    font-size: .8125rem;
    margin: 0 2px;
}
.Menu_topRightMenu ul li {
    vertical-align: top;
}
.Menu_topRightMenu li.Menu_home a {
    width: 19px;
    height: 18px;
    background: url(../img/btn-home.png) no-repeat 0 0;
}
.Header_header__2-XWX a {
    display: inline-block;
}
.Menu_topRightMenu a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-decoration: none;
    cursor: pointer;
}
.Menu_topRightMenu a {
    color: inherit;
}


.Footer_bottom__3x6XB {
    padding: 20px 20px 10px;
    overflow: hidden;
    color: #666;
    position: relative;
    background-color: #d2dcde;
}

.Footer_bottom__3x6XB>div, .Footer_bottom__3x6XB>div>div {
    display: -moz-box;
    display: inline;
    -moz-box-align: center;
    align-items: center;
}

.Footer_copyright__YZgw_ {
    font-size: .875rem;
    display: inline-block;
    white-space: nowrap;
}

.Footer_menu__YX9Tb {
    display: inline-block;
    text-align: right;
    float: right;
}

.Footer_menu__YX9Tb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-inline-start: 0;
}

.Footer_menu__YX9Tb li {
    display: inline-block;
    margin-right: 0.875rem;
    font-size: .875rem;
    text-align: -webkit-match-parent;
}

.Footer_menu__YX9Tb ul li {
    vertical-align: top;
}

.Footer_menu__YX9Tb a {
    color: rgb(102, 102, 102);
    font-size: .875rem;    
}

.footer-mobile a{
    color: #333333;
}

/* gradient text for modern browsers */
@supports (background-clip: text) {
  .gradient-text {
    background-image: linear-gradient(60deg, #E21143, #FFB03A);
    background-clip: text;
    color: transparent;
  }
}
.img-hover-zoom img {
  transition: transform .5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    */
}
  .service-box-txt-h {
    height: 20px;
  }
.tab-txt {
    color: #fff; font-weight: 600; font-size: 110%;
}
@media (max-width: 576px) {
  .box-well {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.29);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;*/
    padding: 25px;
    border-radius: 20px 20px 20px 20px;
    margin-top: 50px;
  }
  .carousel-control-prev {
    top: 15%;
    left: -20px;
  }
  .carousel-control-next {
    top: 15%;
    right: -20px;
  }
  .mobile-p-1 {
    padding: 35px 35px 0px 35px;
  }
  .menu-line {
    border-right: 0px solid #FFFFFF;
  }
  .icon-m {
    /*transform: scale(0.6);*/
    width: 100px;
    height: auto;
  }
  .mobile-top {
    margin-top: 65px;
  }
}
@media (max-width: 991px) {
  .box-well-01-820 {
    height: 320px;
  }
  .service-box-txt-h {
    height: 30px;
  }
}
@media (max-width: 820px) {
  .btn-h {
    height: 140px;
  }
  .txt-h {
    margin-top: 20px;
  }
  .box-well-01-820 {
    height: 330px;
    margin-bottom: 10px;  
  }
  .box-well-01-txt-h {
    margin-top: 30px;
  }
.boc-nav-txt {
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 1rem;
  /*fill: #000;*/
}  
.tab-txt {
    color: #fff; font-weight: 500; font-size: 90%;
}
    .tab-img {
         width: 80px;
        height: auto;
    }
    
}
@media (max-width: 767px) {
  .hide-desktop-menu {
    display: none;
  }
   
}
@media (min-width: 768px) {

}