body {
  /* font-family: 'custom-serif', 'Microsoft JhengHei', 'Noto Serif TC', serif, 'Arial', sans-serif; */
  /* font-size: 20px; */
  padding-top: 100px;
  line-height: 1.5;
  color: #707070;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  body .btn, body .form-control {
    font-size: 16px;
  }
}

body.noscroll {
  overflow: hidden;
}

@media (max-width: 575px) {
  body {
    padding-top: 90px;
  }
}

@media (max-width: 414px) {
  body {
    padding-top: 75px;
  }
}

@media (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
}

.show-mb {
  display: none !important;
}

@media (max-width: 767px) {
  .show-mb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h3 {
  font-size: 23px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

a {
  color: #424242;
}

a:hover {
  color: #76B195;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1480px;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5%;
}

.breadcrumb-item.active {
  color: #76B195;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0;
  }
}

.fixed-scroll {
  position: fixed;
  right: 0;
  bottom: 25px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.fixed-scroll i {
  color: #7eabc3;
  font-size: 38px;
}

.fixed-scroll:hover {
  color: #5B8772;
}

.fixed-box {
  position: fixed;
  width: 100px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 10px;
  bottom: 25%;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 30;
}

.fixed-box.open {
  right: 24px;
}

.fixed-box .fixed-btn {
  display: none;
  background-color: #76B195;
  color: #fff;
  padding: 20px 12px;
  margin-right: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fixed-box .fixed-btn:hover {
  background-color: #679c82;
}

.fixed-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 8px;
  text-shadow: 0 1px 1px #dde5e8;
}

.fixed-box .ic {
  font-size: 28px;
  line-height: 1.3;
}

.fixed-box .txt {
  font-size: 16px;
}

.fixed-box .clinic-box {
  background-image: url("../img/fixedbg-clinic.png");
  color: #76B195;
}

.fixed-box .clinic-box .ic {
  font-size: 38px;
  line-height: 1;
}

.fixed-box .medical-box {
  background-image: url("../img/fixedbg-medical.png");
  color: #e1c58d;
}

.fixed-box .gym-box {
  background-image: url("../img/fixedbg-gym.png");
  color: #7eabc3;
}

.fixed-box .restaurant-box {
  background-image: url("../img//fixedbg-restaurant.png");
  color: #d7b3a2;
}

@media (max-width: 767px) {
  .fixed-box {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fixed-box.section-box {
    padding: 20px 10px;
  }
  .fixed-box .fixed-btn {
    display: none;
  }
  .fixed-box a {
    margin: 0 5px;
  }
}

@media (max-width: 460px) {
  .fixed-box a {
    width: 65px;
    height: 65px;
  }
  .fixed-box .ic {
    font-size: 19px;
  }
  .fixed-box .txt {
    font-size: 10px;
  }
  .fixed-box .clinic-box .ic {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .fixed-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.text-green {
  color: #76B195;
}

.text-danger {
  color: #F81534;
}

.text-gray {
  color: #707070;
}

.tips {
  font-size: 12px;
}

.mt-45 {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .mt-45 {
    margin-top: 20px;
  }
}

.modal-header, .modal-footer {
  border: 0;
}

.modal-header {
  padding-top: 39px;
}

.modal-body {
  line-height: 1.6;
}

.modal-footer {
  padding-bottom: 39px;
}

.content-box {
  padding-bottom: 9%;
}

.more {
  margin-right: 30px;
}

.more:hover {
  color: #5d8972;
}

.loading {
  width: 50px;
  height: 50px;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-size: 300%;
  margin: 8% auto 0;
  background-position: center center;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.loading.show {
  opacity: 1;
}

.header-box {
  -webkit-box-shadow: 0 0 10px #dcdddd;
          box-shadow: 0 0 10px #dcdddd;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #fff;
}

.header-box .has-menu i {
  display: inline-block;
}

.header-box .has-menu:hover .submenu {
  display: block;
}

.header-box .submenu {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #FAFCFB;
  border: 1px solid #AAC1B5;
  display: none;
  width: 158px;
}

.header-box .navbar {
  padding: 0;
}

.header-box .navbar-nav {
  width: 100%;
}

.header-box .navbar-nav .dropdown-menu {
  border-radius: 0;
  margin-top: 0px;
  background-color: #FAFCFB;
  border: 1px solid #AAC1B5;
}

.header-box .navbar-nav .dropdown-menu li {
  position: relative;
}

.header-box .navbar-nav .dropdown-menu li > i {
  display: none;
}

.header-box .navbar-nav .dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-box .navbar-nav .dropdown-menu .dropdown-item.active, .header-box .navbar-nav .dropdown-menu .dropdown-item:active, .header-box .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #76B195;
}

.header-box .navbar-nav .nav-link {
  padding: 1.7rem 1rem;
  position: relative;
  display: block;
}

.header-box .navbar-nav .nav-link.dropdown-toggle::after {
  display: none;
}

.header-box .navbar-nav .nav-link-ic:hover::after {
  display: none;
}

.header-box .navbar-nav .nav-link::after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background-color: #76B195;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-box .navbar-nav .nav-link:hover::after {
  left: 0;
  width: 100%;
}

.header-box .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

@media (max-width: 991px) {
  .header-box .navbar-nav .dropdown-menu {
    border: 0;
  }
  .header-box .navbar-nav .nav-link {
    padding: 8px 1rem;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header-box {
    padding: 6px 0px;
  }
  .header-box .has-menu i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header-box .ic-link.show-mb,
  .header-box .close-btn.show-mb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header-box .nav-item.show-pc {
    display: none !important;
  }
  .header-box .navbar-collapse {
    position: fixed;
    left: -50%;
    height: 100%;
    background-color: #fff;
    top: 0;
    width: 50%;
    padding: 40px 0 15px;
    display: block !important;
    z-index: 202;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-box .navbar-collapse.open {
    left: 0;
  }
  .header-box .submenu {
    position: relative;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 0;
  }
}

.overlary {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 201;
  display: none;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.8;
  cursor: pointer;
}

.navbar-brand img {
  height: 55px;
}

@media (max-width: 991px) {
  .navbar-brand {
    margin-right: -2rem;
  }
}

@media (max-width: 575px) {
  .navbar-brand img {
    height: 35px;
  }
}

.ic-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ic-link a {
  padding: 0.25rem 0.65rem;
}

.ic-link .dropdown-toggle::after {
  display: none;
}

.ic-link .dropdown-menu {
  left: -100px;
}



.cart-btn {
  font-size: 19px;
}

.footer-box {
  background-color: #78B496;
  color: #fff;
  padding: 68px 0 38px;
}

.footer-box li {
  margin-bottom: 14px;
}

.footer-box a {
  color: white;
}

.footer-box a:hover {
  color: #484949;
}

.footer-box .social-link a {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 17px;
  margin-right: 10px;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer-box {
    padding-top: 38px;
  }
  .footer-box li {
    margin-bottom: 14px;
    display: inline-block;
    margin-right: 10px;
  }
}

.footer-item {
  padding-bottom: 7%;
}

@media (max-width: 767px) {
  .footer-item {
    padding-bottom: 20px;
  }
}

.footer-title {
  color: #484949;
  font-family: "Arial";
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 1.5px;
  margin-bottom: 10%;
}

@media (max-width: 767px) {
  .footer-title {
    margin-bottom: 10px;
  }
}

option:hover {
  background-color: #959595;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #76B195;
}

.form-control::-webkit-input-placeholder {
  color: #959595;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  color: #959595;
  font-size: 14px;
}

.form-control::-ms-input-placeholder {
  color: #959595;
  font-size: 14px;
}

.form-control::placeholder {
  color: #959595;
  font-size: 14px;
}

.require::before {
  content: '*';
  color: #F81534;
  position: relative;
  top: -7px;
  margin-right: 3px;
}

.btn {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-primary {
  background-color: #5D8972;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #5D8972;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #5D8972;
  color: #fff;
  outline: 0;
}

@media (min-width: 767px) {
  .btn-primary:hover, .btn-primary:focus {
    background-color: #3e5b4c;
    color: #fff;
  }
}

.btn-outline-primary {
  border: 1px solid #5D8972;
  color: #5D8972;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #707070;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #5D8972;
  border: 1px solid #5D8972;
  color: #fff;
  outline: 0;
}

@media (min-width: 767px) {
  .btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #5D8972;
    color: #fff;
  }
}

.btn + .btn {
  margin-left: 15px;
}

.page-box .page-item {
  margin: 0 4.5px;
}

.page-box .page-item:first-child .page-link, .page-box .page-item:last-child .page-link {
  background-color: transparent;
  width: inherit;
  font-size: 14px;
  border: 1px solid  transparent;
}

.page-box .page-item:first-child .page-link:hover, .page-box .page-item:last-child .page-link:hover {
  background-color: transparent;
  border: 1px solid  transparent;
  color: #AAC1B5;
}

.page-box .page-item:first-child {
  margin-right: 25px;
}

.page-box .page-item:last-child {
  margin-left: 25px;
}

.page-box .page-item.active .page-link, .page-box .page-item:hover .page-link {
  border: 1px solid rgba(112, 112, 112, 0.2);
  background-color: rgba(170, 193, 181, 0.28);
  color: #000000;
}

.page-box .page-link {
  border: none;
  font-size: 13px;
  color: #000000;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.2);
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 1.7;
  padding: 0;
  text-align: center;
}

.cart-box .table-box .img {
  width: 90px;
  height: 90px;
}

.cart-box .table-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.cart-box .table-box .input-group .input-group-text {
  height: 28px;
  background-color: #fff;
  padding: 7px;
  font-weight: bold;
  border-color: #707070;
}

.cart-box .table-box .input-group .input-group-text:first-child, .cart-box .table-box .input-group .input-group-text:last-child {
  border-radius: 0;
}

.cart-box .table-box .input-group .form-control {
  height: 28px;
  border-color: #707070;
  border-width: 1px 0;
  width: 48px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cart-box .table-tr {
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .cart-box .table-tr .remove {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
  }
}

.cart-box .table-th {
  font-size: 18px;
}

.cart-box .table-td .input-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .cart-box .table-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 0;
  }
  .cart-box .table-td .title {
    width: 100px;
  }
  .cart-box .table-td > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cart-box .table-td .input-group {
    width: calc(100% - 100px);
  }
  .cart-box .table-td .input-group .form-control {
    width: calc(100% - 64px);
  }
}

.cart-box .btn-box {
  margin-top: 8%;
}

@media (max-width: 767px) {
  .cart-box .table-th {
    font-size: 15px;
  }
}

.cart-head {
  margin-bottom: 5%;
}

.cart-head h2 {
  font-size: 32px;
  font-weight: normal;
}

.cart-head h2 span {
  display: block;
  width: 229px;
  margin: 0 auto;
  border-bottom: 2px solid #707070;
  padding-bottom: 5px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .cart-head {
    margin-bottom: 25px;
  }
  .cart-head h2 {
    font-size: 24px;
  }
}

.cart-content {
  max-width: 1163px;
  margin: 0 auto;
}

.cart-content .tab-box {
  margin-bottom: 5%;
}

.cart-content .tab-box .active span {
  color: #000000;
}

.cart-content .tab-box span {
  display: block;
  color: #d1d1d1;
  width: 100%;
}

.cart-content .tab-box .ic {
  font-size: 70px;
  text-align: center;
}

.cart-content .tab-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-content .tab-box li + li::before {
  content: '';
  display: inline-block;
  width: 58px;
  border-bottom: 1px solid #000000;
  margin: 0 55px;
}

@media (max-width: 767px) {
  .cart-content .tab-box .ic {
    font-size: 30px;
  }
  .cart-content .tab-box li + li::before {
    width: 25px;
    margin: 0 10px;
  }
}

.cart-info {
  font-size: 18px;
}

.cart-info li {
  margin-top: 20px;
}

.cart-info li span {
  margin-left: 10px;
}

.cart-info .real-total {
  font-size: 24px;
  margin-top: 30px;
}

.cart-info .pay-total {
  font-size: 30px;
}

.cart-info .pay-total .title {
  font-size: 18px;
}

.cart-info .pay-total i {
  font-size: 18px;
  font-style: normal;
}

.cart-info .point-box span {
  margin-left: 20px;
}

.cart-info .point-box .form-control {
  width: 100px;
  border-width: 0 0 1px;
  margin-right: 5px;
}

.cart-info .point-box .form-check-input {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .cart-info {
    font-size: 15px;
  }
  .cart-info li {
    margin-top: 15px;
    text-align: left;
  }
  .cart-info li span {
    margin-left: 0;
    margin-right: 5px;
  }
  .cart-info .real-total {
    font-size: 18px;
  }
  .cart-info .point-box span {
    margin-left: 0;
  }
  .cart-info .point-box span:first-child {
    width: 100%;
    display: block;
  }
}

.thank-content {
  max-width: 1045px;
  margin: 0 auto;
  font-size: 24px;
}

@media (max-width: 767px) {
  .thank-content {
    font-size: 15px;
  }
}

.submit-order-box {
  max-width: 732px;
  margin: 8% auto 0;
}

.submit-order-box .form-control-plaintext {
  font-size: 20px;
}

.submit-order-box .tips {
  margin-top: 5%;
  margin-left: 5%;
}

.submit-order-box .form-check-input {
  position: relative;
  top: 0px;
}

.submit-order-box .tips {
  font-size: 18px;
}

@media (max-width: 767px) {
  .submit-order-box {
    margin-top: 30px;
  }
  .submit-order-box .tips, .submit-order-box .form-control-plaintext {
    font-size: 15px;
  }
  .submit-order-box .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
  }
  .submit-order-box .form-check .form-check-input {
    margin-right: 5px;
  }
  .submit-order-box .form-group {
    margin-bottom: 0px;
  }
  .submit-order-box .form-group .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    max-width: 110px;
    padding-right: 0;
  }
  .submit-order-box .form-group .col-sm-9 {
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 110px);
            flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
  }
}

.member-column-box .container {
  max-width: 1170px;
}

.member-head {
  color: #484949;
}

.member-head h2 {
  font-size: 24px;
}

.member-head h2 span {
  margin-left: 5px;
}

.member-head p {
  color: #707070;
}

.member-banner-box {
  position: relative;
  overflow: hidden;
}

.member-banner-box h1 {
  position: absolute;
  right: 19%;
  font-size: 30px;
  bottom: 40px;
}

@media (max-width: 767px) {
  .member-banner-box {
    height: 186px;
  }
  .member-banner-box img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
}

.member-left {
  max-width: 200px;
}

@media (max-width: 767px) {
  .member-left {
    max-width: 100%;
  }
}

.member-left .account-box {
  margin: 50% 0;
}

.member-left .account-box::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #AAC1B5;
  display: block;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .member-left .account-box {
    margin: 15px 0;
  }
}

.member-left .member-list a {
  border-bottom: 2px solid #CFCFCF;
  padding: 23px 15px;
  display: block;
  color: #707070;
}

.member-left .member-list a:hover, .member-left .member-list a.active {
  color: #5D8972;
}

.member-left .member-list a:hover i, .member-left .member-list a.active i {
  color: #707070;
}

@media (max-width: 767px) {
  .member-left .member-list a {
    padding: 15px;
  }
}

.member-left .member-info {
  font-size: 16px;
}

.member-left .member-info:nth-child(2) {
  font-size: 18px;
  padding-top: 24px;
  margin-top: 24px;
  margin-bottom: 25px;
  border-top: 1px solid #CFCFCF;
}

.member-left .member-info:nth-child(2) .title {
  display: inline-block;
  width: 65%;
  position: relative;
}

.member-left .member-info:nth-child(2) .title::after {
  content: ":";
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .member-left .member-info:nth-child(2) {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .member-left .member-info:nth-child(2) li {
    width: 50%;
  }
  .member-left .member-info:nth-child(2) .title {
    width: 40%;
  }
}

.member-left .member-info-btn-box a {
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #707070;
  color: #707070;
  padding: 5px;
  text-align: center;
}

.member-left .member-info-btn-box a:hover, .member-left .member-info-btn-box a.active {
  color: #fff;
  background-color: #5D8972;
}

@media (max-width: 767px) {
  .member-left .member-info-btn-box a {
    font-size: 15px;
  }
}

.login-box {
  max-width: 700px;
  margin: 0 auto;
}

.login-box .tab-box {
  margin-bottom: 30px;
  text-align: center;
}

.login-box .tab-box a {
  color: rgba(72, 73, 73, 0.5);
  display: inline-block;
  padding: 0 15px;
}

.login-box .tab-box a:first-child {
  border-right: 1px solid #484949;
}

.login-box .tab-box a.active, .login-box .tab-box a:hover {
  color: #484949;
}

@media (max-width: 767px) {
  .login-box .tab-box {
    margin-top: 15px;
  }
}

.login-box .form-check {
  padding-left: 30px;
}

.login-box .btn-outline-primary {
  margin-right: 15px;
}

.password-box {
  position: relative;
}

.password-box .form-control {
  padding-right: 40px;
}

.password-box i {
  position: absolute;
  right: 10px;
  top: 15px;
}

.code-box .form-control {
  width: 212px;
}

.code-box span {
  margin: 0 5px;
  display: inline-block;
}

.dot {
  position: relative;
}

.dot span {
  color: #959595;
  background-color: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 3;
  font-size: 13px;
}

.dot::after {
  position: absolute;
  top: 15px;
  content: '';
  display: block;
  width: 100%;
  border-bottom: 2px solid #CFCFCF;
}

.google-login {
  border: 1px solid #5D8972;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}

.google-login a {
  color: #5D8972;
  font-size: 16px;
}

.google-login span {
  padding: 5px 0;
}

.google-login .ic {
  background-color: #5D8972;
}

.welcome-box {
  padding-top: 8%;
}

.welcome-box p {
  margin-top: 45px;
  font-size: 24px;
  font-weight: 600;
  color: #484949;
}

@media (max-width: 767px) {
  .welcome-box p {
    margin-top: 25px;
  }
}

.register-form-box {
  max-width: 800px;
}

.forgetpw-box {
  max-width: 650px;
}

.forgetpw-box .member-head {
  margin-bottom: 6%;
}

.send-box.register-dialog-box .modal-dialog {
  max-width: 474px;
}

.send-box .modal-dialog {
  max-width: 343px;
}

.send-box .modal-header {
  padding-top: 7px;
}

.send-box .modal-footer {
  padding-bottom: 19px;
}

.address-box {
  margin-bottom: 8px;
}

.address-box .form-control:nth-child(1) {
  margin-right: 8px;
}

.reset-modal-box .modal-dialog {
  max-width: 947px;
}

.reset-modal-box h2 {
  color: #484949;
}

.reset-modal-box .login-box {
  max-width: 789px;
}

.discount-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-image: url("../img/member/line.png"); */
  background-repeat: repeat-x;
  background-position: left -5px;
  padding: 20px 0;
  border-top: 1px solid #adadad;
  /* border-bottom:1px solid #707070; */
}

.discount-list li .title {
  width: calc(100% - 40px);
  display: block;
  padding-right: 20px;
  font-size: 20px;
  font-weight: normal;
}

.discount-list li .receive {
  width: 40px;
  display: block;
}

.discount-list .receive {
  font-size: 16px;
}

.discountModal .btn-close {
  position: absolute;
  right: -30px;
  top: -30px;
  font-size: 23px;
  color: #FFFFFF;
}

.discountModal .modal-dialog {
  max-width: 461px;
}

.discountModal .modal-content {
  border-radius: 0;
}

.discountModal .modal-header, .discountModal .modal-body {
  padding: 0;
}

@media (max-width: 575px) {
  .discountModal .btn-close {
    right: 0px;
    top: -35px;
  }
}

.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: rgba(247, 247, 247, 0.47);
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu-item:hover {
  background-color: rgba(170, 193, 181, 0.28);
}

.menu-left {
  width: 140px;
  height: 140px;
}

.menu-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.menu-right {
  width: calc(100% - 140px);
  padding-left: 15px;
}

.menu-right h3 {
  color: #484949;
  font-size: 22px;
  width: calc(100% - 118px);
  padding-right: 20px;
  margin-bottom: 0;
}

.menu-right .date {
  font-size: 18px;
  color: #707070;
  width: 118px;
  text-align: right;
}

.menu-head {
  margin-bottom: 15px;
}

.menu-content {
  color: #707070;
  font-size: 18px;
}

@media (max-width: 575px) {
  .menu-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-left {
    width: 100%;
    height: inherit;
  }
  .menu-right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .menu-right .date {
    font-size: 15px;
  }
  .menu-head {
    margin-bottom: 10px;
  }
  .menu-content {
    font-size: 15px;
  }
}

.menu-detail-title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 25px;
}

.menu-detail-item {
  margin-bottom: 20px;
}

.menu-detail-item p {
  margin-top: 20px;
}

.back-box {
  margin-top: 10%;
}

@media (max-width: 767px) {
  .back-box {
    margin-bottom: 25px;
  }
}

.week-tab .nav-link {
  border: 1px solid #707070;
  border-radius: 0;
  background-color: #fff;
  margin-right: 5px;
}

.week-tab .nav-link.active, .week-tab .show > .nav-link {
  background-color: #5D8972;
}

.index-food-table .row,
.nutritionist-box .row,
.nutritionist-people .row,
.index-banner-box .row {
  margin: 0;
  position: relative;
}

.index-banner-box {
  padding-right: 6%;
}

.index-banner-box .row {
  margin: 0;
  position: relative;
}

.index-banner-box .img2 {
  margin-top: 40px;
}

.index-banner-box .right {
  position: absolute;
  right: 0;
  width: 51%;
}

@media (max-width: 767px) {
  .index-banner-box {
    padding-right: 15px;
  }
  .index-banner-box .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.index-breadcrumb-box {
  margin-top: -5%;
}

@media (max-width: 767px) {
  .index-breadcrumb-box {
    margin-top: 0;
  }
}

.nutritionist-box {
  background-color: #e5e3e2;
  margin-right: 11.5%;
  padding: 20px 3% 0;
  margin-bottom: 2.8%;
}

.nutritionist-top .img1 {
  width: 38.6%;
}

.nutritionist-top .img2 {
  margin-left: 5%;
  margin-top: 50px;
  width: 31.7%;
}

.nutritionist-bottom .row {
  position: relative;
}

.nutritionist-bottom .row .img3 {
  position: absolute;
  left: 7%;
  bottom: 0;
  width: 28%;
}

.nutritionist-bottom .row .img4 {
  margin-top: -4%;
}

.nutritionist-bottom .row .img5 {
  width: 93.9%;
}

@media (max-width: 767px) {
  .nutritionist-box {
    margin-right: 15px;
  }
  .nutritionist-box .col-sm-10 {
    max-width: 83.33333%;
    margin-left: auto;
  }
  .nutritionist-top {
    margin-bottom: 10%;
  }
}

.nutritionist-people {
  margin-bottom: 10%;
  padding-right: 5%;
}

.nutritionist-people .img {
  margin-bottom: 20px;
}

.index-box.content-box {
  padding-bottom: 0;
}

.index-video-box {
  margin-bottom: 6%;
}

.index-video-box .video-item {
  position: relative;
}

.index-video-box .video-item .border {
  position: absolute;
  left: -5%;
  top: -13%;
  z-index: 1;
}

.index-video-box .video-info {
  position: relative;
  z-index: 2;
  width: calc(100% - 975px);
}

.index-video-box .video-info p {
  font-size: 40px;
  text-align: center;
  margin: 19% 0 19% -13%;
}

.index-video-box .btn-box {
  margin-left: 25px;
}

.index-video-box .info {
  margin-right: 4.4%;
}

.index-video-box .img {
  position: relative;
  z-index: 5;
  border: 1px solid #5b8772;
  padding: 25px 4px;
  max-width: 975px;
}

.index-video-box .img .inner {
  padding: 25px;
  background-color: #d1dbdc;
}

@media (max-width: 919px) {
  .index-video-box .video-info {
    width: 100%;
  }
  .index-video-box .video-info p {
    margin: 15px 0 15px -9%;
    font-size: 25px;
  }
  .index-video-box .video-item {
    position: relative;
  }
  .index-video-box .video-item .info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .index-video-box .video-item .border {
    top: -11px;
  }
  .index-video-box .btn-box {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .index-video-box .video-item .border {
    height: 60%;
  }
}

.index-food-banner {
  margin-bottom: 25px;
}

.index-food-banner .food-img {
  height: 100%;
  width: 100%;
}

.index-food-banner .food-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.index-food-banner .col-md-3 {
  padding-right: 0;
}

.index-food-banner .col-md-9 {
  background-color: #cabcae;
  padding: 3% 15px 4% 13%;
}

.index-food-banner .col-md-9 .food-txt {
  margin-left: 58%;
  text-align: left;
  margin-bottom: 3%;
  color: #fff;
}

.index-food-banner .col-md-9 .food-title {
  max-width: 100%;
  padding-bottom: 14px;
  margin-bottom: 2.5%;
  border-bottom: 5px solid #ffffff;
}

.index-food-banner .col-md-9 .sub-title {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .index-food-banner .col-md-9 .food-txt {
    margin-left: 35%;
  }
}

@media (max-width: 767px) {
  .index-food-banner .col-md-9 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px 15px 20px 5%;
  }
  .index-food-banner .col-md-9 .sub-title {
    font-size: 25px;
  }
  .index-food-banner .col-md-9 img {
    max-width: 50%;
  }
}

.index-food-table {
  margin-bottom: 6.8%;
}

.index-food-table .slick-list,
.index-food-table .slick-track {
  height: 100% !important;
}

.index-food-table .food-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.index-food-table .food-slider-nav .slick-slide {
  margin-bottom: auto;
}

.index-food-table .food-slider-nav .slick-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.index-food-table .food-slider-nav .slick-slide:last-child {
  margin-bottom: 0;
}
.slider-box{
  max-height: 638px;
}

.index-food-table .slider-box .col-sm-3 {
  max-width: 21%;
}

.index-food-table .slider-box .col-sm-3 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-food-table .slider-box .col-sm-3 .slider-nav-item {
  margin-bottom: 11.8%;
  display: block !important;
}

.index-food-table .slider-box .col-sm-3 .slider-nav-item:last-child {
  margin-bottom: 0;
}

.index-food-table .slider-box .col-sm-9 {
  max-width: 79%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79%;
          flex: 0 0 79%;
  padding-right: 30px;
}

.index-food-table .slider-box .col-sm-9 .food-slider-for {
  height: 100%;
}

.index-food-table .slider-box .col-sm-9 .food-slider-for .slick-slide, .index-food-table .slider-box .col-sm-9 .food-slider-for .slick-slide > div {
  height: 100%;
}

.index-food-table .slider-box .col-sm-9 .food-slider-for .slider-for-item {
  display: block !important;
  height: 100%;
}

.index-food-table .slider-box .col-sm-9 .food-slider-for img {
  
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media (max-width: 919px) {
  .index-food-table .slider-box .col-sm-3 {
    padding-right: 0;
  }
  .index-food-table .col-sm-9 {
    margin-left: 15px;
    max-width: 94.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 94.5%;
            flex: 0 0 94.5%;
    margin-left: 0;
  }
  .index-food-table .col-sm-9 .food-slider-for {
    height: 90%;
  }
}

@media (max-width: 767px) {
  .index-food-table .slider-box .col-sm-3 {
    padding-left: 0;
  }
  .index-food-table .slider-box .col-sm-9 {
    padding-right: 15px;
  }
}

.index-menu-box {
  padding-bottom: 5.7%;
}

.index-menu-box h3 {
  color: #a8bfb4;
  max-width: 600px;
  margin: 0 auto;
  border-top: 1px solid #707070;
  padding-top: 2.3%;
  padding-bottom: 5.2%;
  letter-spacing: 2px;
}

.index-menu-box .index-menu-item {
  margin-bottom: 30%;
}

@media (max-width: 767px) {
  .index-menu-box .index-menu-item {
    margin-bottom: 15%;
  }
}

.index-menu-box .index-menu-img {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  display: block;
}

.index-menu-box .index-menu-img > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index-menu-box .index-menu-img:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index-menu-box .index-menu-img .ic {
  position: absolute;
  right: 23px;
  top: 8px;
}

.index-menu-box .index-menu-img .ic img {
  width: 75px;
}

.index-menu-box .index-menu-info h4 {
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #4a3d37;
  margin-bottom: 10px;
}

.index-menu-box .index-menu-info h4:hover {
  border-bottom: 1px solid #76B195;
}

.index-menu-box .index-menu-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 150px;
  margin-bottom: 30px;
}

.index-menu-box .index-menu-info .price {
  font-size: 30px;
}

@media (max-width: 767px) {
  .index-menu-box .index-menu-info .price,
  .index-menu-box .index-menu-info h4 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .index-menu-list .col-md-3 {
    width: 50%;
  }
}

.index-dm-box {
  padding-bottom: 5.3%;
  position: relative;
  overflow: hidden;
}

.index-dm-box .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: inherit;
  width: 100%;
}

.index-dm-box .slick-arrow {
  width: 3.75%;
  height: 78px;
  line-height: 1;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}

.index-dm-box .slick-prev {
  background-image: url(../img/index/arrow-left.png);
  left: -15px;
}

.index-dm-box .slick-prev::before {
  content: '';
}

.index-dm-box .slick-next {
  right: 70px;
  background-image: url(../img/index/arrow-right.png);
}

.index-dm-box .slick-next::before {
  content: '';
}

.index-dm-box .dm-list {
  position: relative;
  right: -12px;
  margin-left: 8%;
}

@media (max-width: 757px) {
  .index-dm-box .dm-list {
    margin-left: 15px;
  }
}

.index-dm-box .dm-item {
  padding: 0 12px;
}

.index-dm-box .dm-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.nutritionist-people,
.index-banner-box,
.index-food-table {
  margin-left: 8%;
}

@media (max-width: 767px) {
  .nutritionist-people,
  .index-banner-box,
  .index-food-table {
    margin-left: 15px;
  }
}

.fixed-left-kind {
  background-color: #74B096;
  width: 60px;
  height: 185px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  -webkit-box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  bottom: 35%;
  z-index: 30;
}

.fixed-left-kind > li {
  padding: 20px;
  position: relative;
}

.fixed-left-kind .dropdown:hover .dropdown-menu {
  display: block;
}

.fixed-left-kind .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #FAFCFB;
  border: 1px solid #AAC1B5;
  border-radius: 0;
}

.fixed-left-kind .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed-left-kind .dropdown-item.active, .fixed-left-kind .dropdown-item:active, .fixed-left-kind .dropdown-item:hover {
  background: transparent;
  color: #76B195;
}

.fixed-left-kind .has-menu i {
  display: inline-block;
}

.fixed-left-kind .has-menu:hover .submenu {
  display: block;
}

.fixed-left-kind .submenu {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #FAFCFB;
  border: 1px solid #AAC1B5;
  display: none;
  width: 158px;
}

.product-detail-box h2,
.product-detail-box h3 {
  color: #000000;
  font-weight: normal;
}

.product-detail-box h3 {
  font-size: 30px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-box h3::after {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #81b89e;
  margin-left: 4%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  top: -4px;
}

.product-detail-box .container {
  max-width: 1200px;
}

.product-detail-box .product-related-item {
  margin-bottom: 20px;
}

.product-detail-box .product-related-img {
  position: relative;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.product-detail-box .product-related-img img {
  width: 100%;
  height: 100%;
}

.product-detail-box .product-related-img .ic {
  position: absolute;
  top: 27px;
  right: 15px;
}

.product-detail-box .product-related-img .ic img {
  width: 76px;
}

.product-detail-box .product-related-body {
  margin-top: 20px;
}

.product-detail-box .product-related-body h2 {
  font-size: 24px;
}

.product-detail-box .product-related-price {
  font-size: 30px;
  color: #82B99F;
}

.product-detail-head {
  margin-bottom: 5%;
}

.product-detail-head .info h2 {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #82b99f;
  margin-bottom: 20px;
}

.product-detail-head .info .text {
  margin-bottom: 20px;
}

.product-detail-head .info .form-control {
  border: 1px solid #82b99f;
  height: 48px;
}

.product-detail-head .info .input-group {
  color: #82b99f;
  text-align: center;
  width: 175px;
  height: 48px;
}

.product-detail-head .info .input-group .form-control {
  border-width: 1px 0;
}

.product-detail-head .info .input-group-text {
  background-color: transparent;
  border: 1px solid #82b99f;
  border-radius: 0;
  color: #82b99f;
}

.product-detail-head .info .input-group-text:first-child {
  border-right-width: 0;
}

.product-detail-head .info .input-group-text:last-child {
  border-left-width: 0;
}

.product-detail-head .info .btn-primary-light {
  background-color: #82b99f;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #82b99f;
  border-radius: 0;
  width: calc(100% - 175px);
  margin-left: 20px;
  position: relative;
  height: 48px;
  line-height: 2;
}

.product-detail-head .info .btn-primary-light:hover, .product-detail-head .info .btn-primary-light:focus, .product-detail-head .info .btn-primary-light:not(:disabled):not(.disabled):active, .product-detail-head .info .btn-primary-light:not(:disabled):not(.disabled).active {
  background-color: #82b99f;
  color: #fff;
  outline: 0;
}

@media (min-width: 767px) {
  .product-detail-head .info .btn-primary-light:hover, .product-detail-head .info .btn-primary-light:focus {
    background-color: #569979;
    color: #fff;
  }
}

.product-detail-head .info .btn-primary-light i {
  position: absolute;
  left: 10%;
  font-size: 24px;
  top: 10px;
}

@media (max-width: 575px) {
  .product-detail-head .info .btn-primary-light {
    padding: 6px 15px;
  }
  .product-detail-head .info .btn-primary-light i {
    position: relative;
    top: 4px;
    left: 0;
    margin-right: 10px;
  }
}

.product-detail-head .info .price i {
  font-size: 25px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.product-detail-head .info .price-orgin {
  width: 200px;
  display: inline-block;
}

.product-detail-head .info .price-orgin i {
  color: #82b99f;
}

.product-detail-head .info .price-special {
  font-size: 26px;
  color: #82b99f;
}

.product-detail-head .info .price-special i {
  color: #d3aa6a;
}

@media (max-width: 767px) {
  .product-detail-head .info {
    margin-top: 20px;
  }
}

.product-detail-content h3 {
  margin-bottom: 30px;
}

.product-detail-content h3::after {
  display: none;
}

.product-detail-content p {
  margin: 20px 0 30px;
}

.product-detail .container {
  max-width: 1150px;
}

.product-banner-box .slick-arrow {
  width: 30px;
  height: 30px;
  line-height: 1;
  z-index: 5;
  background-color: rgba(116, 176, 150, 0.6);
}

.product-banner-box .slick-arrow:hover {
  background-color: rgba(116, 176, 150, 0.6);
}

.product-banner-box .slick-arrow:hover::before {
  color: #fff;
}

.product-banner-box .slick-arrow::before {
  position: relative;
  top: -3px;
  color: #FFFFFF;
  font-weight: bold;
}

.product-banner-box .slick-prev {
  right: 55px;
  left: auto;
}

.product-banner-box .slick-prev::before {
  content: '<';
}

.product-banner-box .slick-next {
  right: 25px;
}

.product-banner-box .slick-next::before {
  content: '>';
}

.product-banner-box .product-banner-item {
  position: relative;
}

.product-banner-box .product-banner-item img {
  width: 100%;
}

.product-banner-box .txt {
  position: absolute;
  right: 5%;
  bottom: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}

.product-banner-box .txt img {
  margin-left: 15px;
  width: 53px;
}

@media (max-width: 767px) {
  .product-banner-box .txt img {
    width: 35px;
  }
}

.product-box .slick-arrow {
  width: auto;
  padding: 2px 5px;
  height: auto;
  line-height: 1;
}

.product-box .slick-arrow:hover {
  background-color: #74B096;
  border-radius: 3.68px;
}

.product-box .slick-arrow:hover::before {
  color: #fff;
}

.product-box .slick-arrow::before {
  position: relative;
  top: -3px;
  color: #74B096;
  font-weight: bold;
}

.product-box .slick-prev {
  left: -15px;
}

.product-box .slick-prev::before {
  content: '<<<';
}

.product-box .slick-next {
  right: -15px;
}

.product-box .slick-next::before {
  content: '>>>';
}

.product-head {
  margin-top: -7.5%;
  border-bottom: 1px solid #020202;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.product-head h2 {
  width: calc(100% - 180px);
}

.product-head h2 img {
  width: 110px;
  margin-left: 10%;
}

.product-head .search-box {
  position: relative;
  width: 180px;
  margin-left: auto;
}

.product-head .search-box .form-control {
  height: 43px;
  border-radius: 30px;
  border: 1px solid #231815;
}

.product-head .search-box img {
  position: absolute;
  right: 15px;
  top: 9px;
}

@media (max-width: 767px) {
  .product-head {
    margin-top: 0;
  }
  .product-head h2 img {
    margin-left: 0;
    width: 80%;
  }
}

.product-list .row > div {
  margin-bottom: 20px;
}

.product-list .pr-10 {
  padding-right: 10px;
}

.product-list .pl-10 {
  padding-left: 10px;
}

.product-list .product-item {
  background-color: #fcfbfd;
  position: relative;
}

.product-list .product-item.yellow-bg {
  background-color: #FEF8F0;
}

.product-list .product-item.mb-20 {
  margin-bottom: 20px;
}

.product-list .product-item.product3 {
  padding-bottom: 2%;
}

@media (max-width: 1470px) {
  .product-list .product-item.product3 {
    padding-bottom: 5%;
  }
}

@media (max-width: 1400px) {
  .product-list .product-item.product3 {
    padding-bottom: 8%;
  }
}

@media (max-width: 1350px) {
  .product-list .product-item.product3 {
    padding-bottom: 10%;
  }
}

@media (max-width: 575px) {
  .product-list .row > div {
    margin-bottom: 15px;
  }
  .product-list .pr-10 {
    padding-right: 15px;
  }
  .product-list .pl-10 {
    padding-left: 15px;
  }
  .product-list.mb-20 {
    margin-bottom: 15px;
  }
}

.product-sub-banner-box .slick-arrow {
  background-color: rgba(255, 255, 255, 0.6);
}

.product-sub-banner-box .slick-arrow::before {
  color: #74B096;
}

.product-sub-banner-box .text {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #8D9373;
  font-size: 16px;
  letter-spacing: 1.5px;
}

.product-sub-banner-box .text img {
  width: 55px;
  margin: 0 auto 5px;
}

.product-hot-slider {
  margin: 2% 0;
}

.product-hot-slider .product-hot-list .row {
  margin: 0 -5px;
}

.product-hot-slider .product-hot-list .col-sm-4 {
  padding: 0 5px;
}

.product-hot-slider .product-hot-item {
  padding: 0;
}

.hot-product-box {
  margin: 38px 0;
}

.hot-product-box .col-md-4 + .col-md-4 {
  padding-left: 0;
}

@media (max-width: 767px) {
  .hot-product-box .col-md-4 {
    margin-bottom: 15px;
  }
  .hot-product-box .col-md-4 + .col-md-4 {
    padding-left: 15px;
  }
}

.hot-product-item {
  position: relative;
  height: 100%;
}

.hot-product-item .img {
  position: relative;
  height: 100%;
}

.hot-product-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.hot-product-item .ic {
  position: absolute;
  right: 10px;
  top: 10px;
}

.hot-product-item .ic img {
  width: 31px;
}

.product-search-box {
  position: relative;
  width: 210px;
  margin-left: auto;
}

.product-search-box .form-control {
  height: 32px;
  border-radius: 30px;
  border: 1px solid #74B096;
  background-color: #FCFCFC;
}

.product-search-box img {
  position: absolute;
  right: 30px;
  top: 7px;
}

.main-title {
  padding-bottom: 13px;
  padding-right: 20px;
  border-bottom: 1px solid #020202;
  margin-bottom: 25px;
  margin-top: 50px;
}

.main-title img {
  width: 110px;
}

.product-sub-list {
  margin-bottom: 5%;
}

.product-sub-list-box {
  margin-bottom: 3%;
}

.product-sub-list-head {
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.product-sub-list-head::after {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #81b89e;
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  top: -4px;
}

.product-sub-item {
  padding: 0 5px;
}

.product-sub-item .img {
  position: relative;
  margin-bottom: 10px;
}

.product-sub-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.product-sub-item .img:hover .hover-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-sub-item .img .ic {
  position: absolute;
  right: 12px;
  top: 6px;
  width: 31px;
}

.product-sub-item .img .hover-btn {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}

.product-sub-item .img .hover-btn .line {
  border-radius: 5px;
  height: 7px;
  width: 100%;
  margin-top: 8px;
}

.product-sub-item .img .hover-btn .line-gold {
  background-color: #CCCA9E;
}

.product-sub-item .img .hover-btn .line-wood {
  background-color: #A4B074;
}

.product-sub-item .img .hover-btn .line-water {
  background-color: #AFDCE6;
}

.product-sub-item .img .hover-btn .line-fire {
  background-color: #A9262F;
}

.product-sub-item .img .hover-btn .line-soil {
  background-color: #9D824E;
}

.product-sub-item .img .hover-btn a {
  color: #373131;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin: 0 4px;
  padding: 2px;
  background-color: #82B99F;
}

.product-sub-item .img .hover-btn a:first-child {
  background-color: #b3d5c4;
}

.product-sub-item h4 {
  font-weight: normal;
  margin-bottom: 5px;
}

.product-sub-item p {
  color: #6D6C6C;
  margin-bottom: 5px;
}

.product-sub-item .price {
  color: #82B99F;
}

.product-sub-more-btn {
  margin-top: 25px;
}

.product-sub-more-btn a {
  color: #74B096;
}

.product-sub-detail-list .row {
  margin: 0 -5px;
}

.product-sub-detail-list .col-md-3 {
  padding: 0 5px;
}

.product-sub-detail-list .product-sub-item {
  padding: 0;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .product-sub-detail-list .col-sm-6 {
    width: 50%;
  }
}

.product-box-noslider .container {
  max-width: 1400px;
}

.product-box-noslider .product-sub-item {
  width: 25%;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .product-box-noslider .product-sub-item {
    width: 50%;
  }
}

@media (max-width: 375px) {
  .product-box-noslider .product-sub-item {
    width: 100%;
  }
}

.product-nologin .txt {
  color: #000000;
}

.product-sub-list .row {
  margin: 0 -5px;
}

.product-sub-list .col-sm-6 {
  padding: 0 5px;
}

.gym-header-box .navbar-brand {
  margin-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.gym-fixed-box {
  padding-top: 0;
  margin-top: -30px;
}

@media (max-width: 767px) {
  .gym-box .title img {
    max-width: 50%;
  }
}

.gym-slide-box {
  margin-bottom: 4%;
}

.gym-slide-box .tab-content {
  max-height: 916px;
  overflow: hidden;
}

.gym-slide-box .container {
  max-width: 1384px;
}

.gym-slide-box .nav-pills li {
  min-width: 20%;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

.gym-slide-box .nav-pills li + li {
  border-left: 1px solid #707070;
}

.gym-slide-box .nav-pills li .nav-link {
  padding: 0;
}

.gym-slide-box .nav-pills .nav-link {
  cursor: pointer;
}

.gym-slide-box .nav-pills .nav-link.active, .gym-slide-box .nav-pills .nav-link:hover {
  background-color: transparent;
  color: #A3B6B7;
}

.gym-slide-box .slider-nav {
  margin-bottom: 30px;
}

.gym-slide-box .slider-nav-item {
  padding: 0 15px;
}

.gym-slide-box .slider-nav-item img {
  width: 100%;
}

.gym-slide-box .slider-for {
  padding: 0 15px;
}

.gym-slide-box .slider-for img {
  width: 100%;
}

.gym-slide-box .slick-arrow {
  width: 39px;
  height: 78px;
  line-height: 1;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
}

.gym-slide-box .slick-prev {
  background-image: url(../img/gym/arrow-left.png);
  left: -30px;
}

.gym-slide-box .slick-prev::before {
  content: '';
}

.gym-slide-box .slick-next {
  right: -30px;
  background-image: url(../img/gym/arrow-next.png);
}

.gym-slide-box .slick-next::before {
  content: '';
}

@media (max-width: 767px) {
  .gym-slide-box .nav-pills {
    -ms-flex-wrap: warp;
        flex-wrap: warp;
  }
  .gym-slide-box .nav-pills li {
    padding: 0 5px;
  }
  .gym-slide-box .slider-nav {
    margin-bottom: 10px;
  }
  .gym-slide-box .slider-nav-item {
    padding: 0 5px;
  }
  .gym-slide-box .slider-for {
    padding: 0 5px;
  }
  .gym-slide-box .slick-arrow {
    width: 20px;
    background-size: 100%;
    background-position: center center;
  }
  .gym-slide-box .slick-prev {
    left: -10px;
  }
  .gym-slide-box .slick-next {
    right: -10px;
  }
}

.crew-box {
  margin-bottom: 4%;
}

.crew-box .title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .crew-box .title {
    margin-bottom: 30px;
  }
  .crew-box .title img {
    max-width: 50%;
  }
}

.crew-item {
  margin-bottom: 30px;
}

.crew-img img {
  width: 100%;
  height: 100%;
}

.crew-txt {
  background-color: #A4C1C0;
  color: #fff;
  padding: 20px;
  text-align: center;
  min-height: 460px;
  font-size: 30px;
}

@media (max-width: 575px) {
  .crew-txt {
    min-height: auto;
    font-size: 18px;
  }
}

.video-box {
  background-color: #CFEAEC;
  background-image: url(../img/gym/video-bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 30px 0;
  margin-bottom: 5%;
}

.video-item {
  margin-bottom: 50px;
}

.video-img {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 7px 7px 5px #000000;
          box-shadow: 7px 7px 5px #000000;
}

.video-img .video-inner {
  background-color: #D1DBDC;
  padding: 20px;
}

.video-img img {
  width: 100%;
  height: 100%;
}

.video-line {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .video .title img {
    max-width: 45%;
  }
}

.dm-box img {
  margin-bottom: 20px;
}

.title-line-bg {
  background-image: url(../img/gym/line.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 7%;
}

.contact-banner-box {
  padding: 7% 0;
  background-color: #e9edea;
}

.contact-banner-box .title-logo {
  margin: 52px 0 20px;
}

.contact-banner-box .info-txt {
  color: #515E51;
  margin-bottom: 9%;
}

.contact-banner-box .info-list {
  text-align: center;
}

.contact-banner-box .info-list .img {
  margin-bottom: 45px;
}

.contact-banner-box .info-list .txt {
  word-break: break-all;
}

.contact-banner-box .right-img .img {
  position: relative;
  top: 50%;
}

@media (max-width: 1200px) {
  .contact-banner-box .right-img .img {
    position: relative;
    top: 30%;
  }
}

@media (max-width: 767px) {
  .contact-banner-box .title-logo {
    margin: 20px 0 20px;
  }
  .contact-banner-box .title-logo img {
    max-width: 50%;
  }
  .contact-banner-box .info-list > li {
    padding-left: 0;
  }
  .contact-banner-box .info-list .img {
    margin-bottom: 10px;
  }
  .contact-banner-box .info-list .img img {
    width: 50px;
  }
  .contact-banner-box .info-list .txt {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.contact-box {
  padding-top: 0;
}

.contact-box .tip {
  font-size: 18px;
  color: #515E51;
}

.contact-box .tip span {
  color: #738473;
}

.contact-box .text-green {
  color: #76B195;
}

.contact-box .text-green img {
  width: 8px;
  position: relative;
  top: 6px;
  margin-right: 3px;
}

.contact-box .form-group {
  position: relative;
  background-color: #F7F7F2;
}

.contact-box .form-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 40px;
}

.contact-box .form-group > div.select-box {
  padding: 20px 28px;
}

.contact-box .form-group label {
  color: #686868;
  white-space: nowrap;
  margin-bottom: 0;
}

.contact-box .form-group label::after {
  content: "|";
  color: #707070;
  margin-left: 25px;
  display: inline-block;
}

.contact-box .form-group .ic-require {
  position: absolute;
  left: -30px;
}

.contact-box .form-group .form-control {
  padding-top: 10px;
  border: none;
  background-color: transparent;
}

.contact-box .textarea-box .form-group > div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 32px;
}

.contact-box .textarea-box label {
  width: 100%;
}

.contact-box .textarea-box label::after {
  display: none;
}

.contact-box .btn-secondary {
  background-color: #686868;
  border-radius: 0;
  padding: 20px 40px;
}

.contact-box .btn-secondary:hover {
  background-color: #424242;
}

.contact-box .reserve-box {
  margin-top: 10%;
}

.contact-box .reserve-box .inner {
  border: 1px solid #515E51;
  padding: 5% 25px;
}

.contact-box .reserve-box .title {
  border-bottom: 1px solid #515E51;
  max-width: 741px;
  margin: 0 auto 5%;
  padding-bottom: 10px;
  font-size: 30px;
}

.contact-box .reserve-box a {
  display: block;
  border: 1px solid #515E51;
  padding: 15px 25px;
  margin: 0 10px 30%;
}

.contact-box .reserve-box a:hover {
  background-color: #72877A;
  border-color: #72877A;
  color: #fff;
}

@media (max-width: 767px) {
  .contact-box {
    padding-top: 10%;
  }
  .contact-box .reserve-box a {
    margin: 0 10px 20px;
  }
}

.contact-form {
  margin: 0;
}

.contact-form .col-md-3 {
  padding-right: 0;
}

@media (max-width: 767px) {
  .contact-form {
    margin-left: 30px;
  }
}

.order-number {
  margin-left: 35px;
}

.table {
  margin-bottom: 0;
}

.table-box .row {
  margin: 0;
}

.table-box .row > div {
  padding: 0;
}

.table-title {
  color: #707070;
  background-color: #eff4f2;
  height: 100%;
  border: 1px solid #707070;
  border-width: 1px 0 1px 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-title > div {
  width: 50%;
  text-align: right;
}

.table-title img {
  position: absolute;
  left: 5px;
  bottom: 0;
}

@media (max-width: 767px) {
  .table-title {
    border: 1px solid #e3dddd;
    padding: 25px 15px 0;
  }
  .table-title > div {
    text-align: left;
    padding-left: 40px;
    font-size: 20px;
  }
  .table-title img {
    position: relative;
    width: 100px;
  }
}

.rwd-table {
  border-collapse: collapse;
}

.rwd-table th,
.rwd-table td {
  border: 1px solid #707070;
  padding: 15px;
  min-width: 30px;
  text-align: center;
}

.rwd-table thead th {
  border-bottom: 1px solid #707070;
  font-weight: normal;
  color: #76b195;
  background-color: #eff4f2;
  padding: 35px 15px;
}

.rwd-table tbody tr:nth-child(2n + 2) {
  background-color: #eff4f2;
}

.rwd-table tbody td {
  color: #707070;
}

@media screen and (max-width: 767px) {
  .rwd-table {
    width: 100%;
  }
  .rwd-table tr {
    border: 1px solid #e3dddd;
  }
  .rwd-table th {
    display: none;
  }
  .rwd-table td {
    display: block;
    border: none;
    position: relative;
    padding: 10px 15px;
    padding-left: 135px;
    text-align: left;
    border-bottom: 1px solid #e3dddd;
  }
  .rwd-table td::before {
    content: attr(data-th) " ";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    background-color: #eff4f2;
    color: #76b195;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border: 1px solid #e3dddd;
    border-width: 0 1px 0 0;
  }
  .rwd-table tbody tr:nth-child(2n + 2) {
    background-color: #fff;
  }
}

.outpatient-table {
  margin-bottom: 20px;
}

.outpatient-table .nav-pills {
  margin-bottom: 5%;
}

.outpatient-table .nav-pills li:first-child span::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.outpatient-table .nav-pills li:last-child span::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.outpatient-table .nav-pills span {
  position: relative;
  width: 300px;
  text-align: center;
  padding: 10px 0 30px;
}

.outpatient-table .nav-pills span::before {
  position: absolute;
  bottom: 0;
  content: '';
  border-radius: 10px;
  display: block;
  background-color: #b2c1bb;
  width: 100%;
  height: 18px;
}

.outpatient-table .nav-pills span::after {
  position: absolute;
  bottom: 0;
  content: '';
  border-radius: 10px;
  display: block;
  background-color: #b2c1bb;
  width: 100%;
  height: 18px;
}

.outpatient-table .nav-pills .nav-link.active,
.outpatient-table .nav-pills .show > .nav-link {
  background-color: transparent !important;
  color: #78b496;
}

.outpatient-table .nav-pills .nav-link.active::after,
.outpatient-table .nav-pills .show > .nav-link::after {
  background-color: #92a59d;
  border-radius: 10px;
}

.outpatient-table .outpatient-head {
  margin-bottom: 20px;
}

.outpatient-table .outpatient-head h2 {
  font-weight: normal;
  margin: 20px 0 4%;
}

.outpatient-table h3,
.outpatient-table p {
  margin-bottom: 0;
}

.outpatient-table h3 {
  font-size: 30px;
}

.outpatient-table th {
  font-weight: normal;
  vertical-align: middle;
}

.outpatient-table th,
.outpatient-table td {
  color: #707070;
  padding: 5px;
}

.outpatient-table thead th {
  border-left: 1px solid #b2bfb9;
  border-bottom: 0;
}

.outpatient-table thead th:first-child {
  border-right: 10px solid #e4efea;
  border-left: 0;
}

.outpatient-table tbody {
  position: relative;
  top: -10px;
}

.outpatient-table tbody th {
  white-space: nowrap;
  border-right: 10px solid #e4efea;
  border-top: 0;
}

.outpatient-table tbody tr:first-child th,
.outpatient-table tbody tr:first-child td {
  border-top: 10px solid #e4efea;
}

.outpatient-table tbody tr:nth-child(2n + 1) td {
  background-color: #e4efea;
}

.outpatient-table tbody td {
  border-left: 1px solid #b2bfb9;
  border-top: 0;
}

.outpatient-table td {
  text-align: center;
  color: #778780;
}

.outpatient-table .empty {
  height: 105px;
}

.outpatient-table .doctor-item {
  border: 1px solid #92a59d;
  border-radius: 10px;
  background-color: #fff;
  max-width: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  padding: 7% 10px;
  margin: 3px 0;
  text-align: left;
  width: calc(100% / 3 - 4px);
}

.outpatient-table .doctor-item:hover {
  background-color: #DCE1E0;
}

.outpatient-table .text-green {
  color: #778780;
}

@media (max-width: 919px) {
  .outpatient-table .doctor-item {
    width: auto;
  }
}

@media (max-width: 767px) {
  .outpatient-table .table {
    border: 1px solid #b2bfb9;
  }
  .outpatient-table h3 {
    font-size: 20px;
  }
  .outpatient-table th,
  .outpatient-table td {
    font-size: 15px;
  }
  .outpatient-table .doctor-item {
    border-radius: 0;
  }
  .outpatient-table .doctor-item:nth-child(2n + 1) {
    background-color: #dce1e0;
  }
  .outpatient-table thead th {
    background-color: #76b195;
    color: #fff;
    vertical-align: middle;
    border: 0;
  }
  .outpatient-table thead th:first-child {
    border-right: 0;
    width: 50px;
  }
  .outpatient-table tbody {
    top: 0;
  }
  .outpatient-table tbody th {
    border-right: 0;
  }
  .outpatient-table tbody tr:first-child th,
  .outpatient-table tbody tr:first-child td {
    border-top: 0;
  }
  .outpatient-table tbody tr:nth-child(2n + 1) td {
    background-color: transparent;
  }
  .outpatient-table tbody tr th,
  .outpatient-table tbody tr td {
    border-bottom: 1px solid #b2bfb9;
  }
  .outpatient-table tbody td {
    border-left: 0;
    vertical-align: middle;
  }
}

@media (max-width: 575px) {
  .outpatient-table .doctor-item {
    font-size: 14px;
  }
  .outpatient-table .nav-item {
    width: 50%;
  }
  .outpatient-table .nav-item span {
    width: 100%;
  }
  .outpatient-table .text-green {
    color: #76b195;
  }
}

.precautions-box {
  background-color: #f9f9f9;
  padding: 6% 0;
}

.precautions-box .booking {
  color: #5d8972;
  letter-spacing: 2px;
  width: 100%;
  padding: 10px 0;
}

.precautions-box .booking .ic {
  background-color: #5d8972;
  width: 17.2px;
  height: 17.2px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5%;
}

.precautions-box h2 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 25px;
}

.precautions-box li {
  margin-bottom: 10px;
}

.team-box-list {
  position: relative;
  margin-top: 6%;
  overflow: hidden;
  padding-left: 6%;
}

.team-box-list .nav-pills .nav-link.active,
.team-box-list .nav-pills .show > .nav-link {
  background-color: #76B195;
}

.team-box-list .team-menu-btn {
  background-color: rgba(121, 130, 121, 0.6);
  color: #fff;
  padding: 6px 13px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 132px;
  margin-bottom: 10px;
}

.team-box-list .team-menu-btn i {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .team-box-list .team-menu-btn {
    width: 110px;
  }
}

@media (max-width: 1000px) {
  .team-box-list .team-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1000px) {
  .team-box-list .team-menu-list {
    display: none;
    position: absolute;
    top: 43px;
    z-index: 2;
    border-radius: 5px;
    border: 1px solid rgba(112, 112, 112, 0.75);
    overflow: hidden;
    background-color: #fff;
  }
  .team-box-list .team-menu-list .nav-link {
    padding: 5px;
    margin-bottom: 0;
    background-color: #fff;
    color: #3d3d3d;
  }
  .team-box-list .team-menu-list .nav-link.active, .team-box-list .team-menu-list .nav-link:hover {
    color: #798279;
    background-color: transparent;
  }
}

.team-box-list .nav-link {
  background-color: rgba(121, 130, 121, 0.6);
  border-radius: 0;
  color: #fff;
  margin: 3px 0;
  padding: 24% 5%;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
}

.team-box-list .nav-link span {
  font-size: 30px;
  margin-right: 5px;
}

@media (max-width: 1800px) {
  .team-box-list .nav-link {
    padding: 20.5% 5%;
  }
}

@media (max-width: 1700px) {
  .team-box-list .nav-link {
    padding: 18.5% 5%;
  }
}

@media (max-width: 1340px) {
  .team-box-list .nav-link {
    padding: 10% 5%;
    font-size: 20px;
  }
  .team-box-list .nav-link span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .team-box-list .nav-link {
    font-size: 15px;
    padding: 0;
  }
  .team-box-list .nav-link span {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .team-box-list .nav-link {
    font-size: 12px;
    padding: 3px 0 !important;
    margin: 0;
  }
  .team-box-list .nav-link span {
    font-size: 14px;
  }
}

.team-box-list h3,
.team-box-list h4 {
  font-weight: normal;
}

.team-box-list .slogn {
  position: absolute;
  left: -17.5%;
  top: -4%;
}

.team-box-list .nav-pills {
  width: 200px;
  margin-right: 25px;
}

@media (max-width: 575px) {
  .team-box-list .nav-pills {
    width: 130px;
    margin-right: 0;
  }
}

.team-box-list .tab-content {
  width: calc(100% - 200px);
  padding-bottom: 48%;
  position: relative;
}

.team-box-list .tab-content .tab-pane {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.team-box-list .tab-content img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1340px) {
  .team-box-list .tab-content {
    padding-bottom: 38%;
  }
}

@media (max-width: 1000px) {
  .team-box-list .tab-content {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .team-box-list .tab-content {
    padding-bottom: 0;
  }
  .team-box-list .tab-content .tab-pane {
    position: relative;
  }
}

@media (max-width: 991px) {
  .team-box-list .nav-pills .nav-link.active,
  .team-box-list .nav-pills .show > .nav-link {
    color: #798279;
    background-color: transparent;
  }
}

.team-box .content-bg {
  background-color: #fff;
  position: relative;
  right: -20px;
  margin-top: 4%;
  padding-left: 25px;
}

.team-box .team-img {
  position: relative;
}

.team-box .team-img-bg {
  position: absolute;
  left: 0;
  bottom: -8.2%;
  left: -40%;
  width: 70%;
}

.team-box .team-doctor {
  position: relative;
  z-index: 1;
  top: -58px;
}

@media (max-width: 575px) {
  .team-box .team-doctor {
    top: -13px;
  }
}

.team-box .pink-box {
  padding-left: 0;
  padding-right: 6%;
}

.team-box .pink-box .team-menu-btn {
  margin-left: 15px;
  background-color: #F5E1E3;
  color: #798279;
}

@media (max-width: 1000px) {
  .team-box .pink-box .team-menu-list {
    display: none;
    position: absolute;
    top: 43px;
    z-index: 2;
    border-radius: 5px;
    border: 1px solid rgba(112, 112, 112, 0.75);
    overflow: hidden;
    background-color: #fff;
  }
  .team-box .pink-box .team-menu-list .nav-link {
    padding: 5px;
    margin-bottom: 0;
    background-color: #fff;
    color: #3d3d3d;
  }
  .team-box .pink-box .team-menu-list .nav-link.active, .team-box .pink-box .team-menu-list .nav-link:hover {
    color: #798279;
    background-color: transparent;
  }
}

.team-box .pink-box .content-bg {
  right: 10px;
}

.team-box .pink-box .nav-pills {
  margin-right: 0;
  margin-left: 25px;
}

.team-box .pink-box .tab-content {
  background-color: #d9c6c8;
}

.team-box .pink-box .nav-link {
  background-color: #f5e1e3;
  color: #798279;
}

.team-box .pink-box .nav-pills .nav-link.active,
.team-box .pink-box .nav-pills .show > .nav-link {
  background-color: #d9c6c8;
}

@media (max-width: 991px) {
  .team-box .pink-box .nav-pills {
    margin-left: 15px;
  }
  .team-box .pink-box .nav-pills .nav-link.active,
  .team-box .pink-box .nav-pills .show > .nav-link {
    color: #798279;
    background-color: transparent;
  }
}

.team-kind {
  max-width: 300px;
  margin-left: auto;
}

.team-kind h4 {
  font-size: 35px;
}

.team-kind p {
  font-size: 22px;
}

@media (max-width: 1100px) {
  .team-kind h4 {
    font-size: 25px;
  }
  .team-kind p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .team-kind h4 {
    font-size: 20px;
  }
  .team-kind p {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .team-kind {
    margin-left: 0;
  }
}

.team-name {
  border: 1px solid #5d8972;
  border-width: 1px 0;
  max-width: 228px;
  padding: 20px 0;
  font-size: 35px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 9%;
  margin-bottom: 20px;
}

.team-name span {
  margin-left: 20px;
}

@media (max-width: 1100px) {
  .team-name {
    font-size: 30px;
    padding: 15px 0;
    margin-top: 20%;
  }
}

@media (max-width: 575px) {
  .team-name {
    font-size: 20px;
    padding: 10px 0;
    max-width: 140px;
  }
}

.team-info {
  font-size: 22px;
  margin-left: -20px;
}

.team-info li {
  margin-top: 12%;
  position: relative;
}

.team-info li::before {
  content: '';
  display: inline-block;
  background-color: #e4e3df;
  width: 37px;
  height: 12px;
  left: -80px;
  top: 10px;
  position: absolute;
}

@media (max-width: 1100px) {
  .team-info li {
    margin-top: 5%;
  }
}

@media (max-width: 575px) {
  .team-info {
    font-size: 15px;
  }
  .team-info li::before {
    width: 30px;
    height: 10px;
    top: 5px;
    left: -50px;
  }
}

@media (max-width: 575px) {
  .team-content .col-sm-6 {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .team-content .col-sm-6:first-child {
    width: 100%;
  }
  .team-content .col-sm-6:last-child {
    width: 65%;
    margin-left: auto;
    margin-top: -12%;
  }
}

.team-box .img-box,
.program-box .img-box {
  background-color: rgba(121, 130, 121, 0.6);
  color: #fff;
  position: relative;
}

.team-box .img-box .img,
.program-box .img-box .img {
  position: relative;
  top: 15%;
}

.team-box .img-box .txt,
.program-box .img-box .txt {
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 15px;
}

.team-box .img-box.team-img-box .img,
.program-box .img-box.team-img-box .img {
  top: -10%;
}

@media (max-width: 575px) {
  .team-box .img-box,
  .program-box .img-box {
    padding: 5% 0;
  }
  .team-box .img-box.team-img-box .img,
  .program-box .img-box.team-img-box .img {
    top: 0;
  }
  .team-box .img-box .img,
  .program-box .img-box .img {
    top: 0;
  }
}

.kind-tab {
  margin-top: 5%;
}

.kind-tab a {
  display: block;
  width: calc(100% / 6);
  text-align: center;
  padding: 5px;
}

.kind-tab a + a {
  border-left: 1px solid #707070;
}

@media (max-width: 575px) {
  .kind-tab a {
    width: calc(100% / 3);
    margin: 5px 0;
    border-left: 1px solid #707070;
  }
  .kind-tab a:nth-child(3n + 3) {
    border-right: 1px solid #707070;
  }
}

.kind-box {
  margin-bottom: 10%;
}

.kind-item-box {
  margin-top: 10%;
}

.kind-item-box .more {
  margin-right: 30px;
}

.kind-item-box .more:hover {
  color: #5d8972;
}

.kind-head {
  padding-left: 5%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .kind-head img {
    width: 100px;
  }
}

.kind-img {
  margin-bottom: 7%;
  border: 1px solid #707070;
  padding: 3.1% 5.5%;
}

.kind-img > div {
  background-color: #d1dbdc;
  padding: 20px;
  position: relative;
}

.kind-img > div img,
.kind-img > div iframe {
  width: 100%;
  height: 100%;
}

.kind-txt {
  margin: 0 30px;
}

.kind-txt-title {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.kind-txt li {
  margin-bottom: 20px;
}

.kind-txt li::before {
  content: '';
  border-radius: 10px;
  border-bottom: 15px solid #707070;
  width: 8.5%;
  display: inline-block;
  margin-right: 25px;
}

.kind-txt li:hover::before {
  border-color: #9bc4b5;
}

.program-list {
  margin-top: 9%;
}

@media (max-width: 575px) {
  .program-list .col-sm-6 {
    width: 50%;
  }
}

.program-item {
  margin-bottom: 30px;
}

.program-item .link {
  border: 1px solid #000000;
  padding: 15px;
  max-width: 227px;
  margin-top: 25px;
}

.program-item .link:hover {
  background-color: #76B195;
  color: #fff;
  border-color: #76B195;
}

.program-title {
  margin-bottom: 20px;
}

.program-title span {
  padding-bottom: 8px;
  margin-left: 20px;
}

.program-img {
  border: 1px solid #707070;
  padding: 5px;
}

.program-img img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-banner-box img {
  -webkit-box-shadow: 0 0 22px #f1f1f1;
          box-shadow: 0 0 22px #f1f1f1;
  border: 6px solid #f1f1f1;
}

.article-head, .article-menu-list {
  margin-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .article-head, .article-menu-list {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .article-head, .article-menu-list {
    margin-right: 0;
  }
}

.article-head {
  margin-bottom: 13%;
  max-width: 195px;
}

@media (max-width: 767px) {
  .article-head {
    margin-bottom: 8%;
  }
}

.article-left {
  color: #000000;
}

.article-left h2 {
  font-weight: normal;
  margin-bottom: 0;
}

.article-left .product-search-box {
  margin-left: 0;
  max-width: 232px;
  margin-bottom: 15%;
}

.article-left .product-search-box .form-control {
  height: 39px;
}

.article-left .product-search-box img {
  top: 12px;
}

@media (max-width: 767px) {
  .article-left {
    margin-bottom: 20px;
  }
  .article-left .product-search-box {
    margin-bottom: 8%;
  }
}

@media (max-width: 767px) {
  .article-right .col-md-4 {
    width: 50%;
  }
}

@media (max-width: 414px) {
  .article-right .col-md-4 {
    width: 100%;
  }
}

.article-menu-list a {
  display: block;
  margin-bottom: 14px;
  color: #000000;
}

.article-menu-list a.active, .article-menu-list a:hover {
  color: #76B195;
}

@media (max-width: 767px) {
  .article-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-menu-list a {
    width: 50%;
    padding-right: 5px;
  }
}

.article-item {
  border-left: 6px solid #78b496;
  padding-left: 5px;
  margin-bottom: 16%;
  color: #5D8972;
  display: block;
}

.article-item:hover {
  color: #232323;
}

.article-item .tag,
.article-item h3 {
  font-size: 24px;
}

.article-item h3 {
  margin: 5px 0;
}

@media (max-width: 767px) {
  .article-item {
    margin-bottom: 10%;
  }
}

.article-img {
  margin-bottom: 15px;
}

.article-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.order-box .date-group {
  margin-right: 10px;
}

.order-box .form-control {
  width: 140px;
  margin-right: 10px;
}

.order-box .tips {
  margin-top: 10px;
}

@media (max-width: 575px) {
  .order-box .date-group {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .order-box .date-group:nth-child(2) {
    margin-right: 0;
  }
  .order-box .btn {
    width: 100%;
  }
}

.order-table {
  margin: 10px 0 20px;
}

.order-table .rwd-table thead th {
  padding: 15px;
  border-bottom: 0;
  font-weight: bold;
  color: #707070;
  background-color: transparent;
  border-bottom: 1px solid #CFCFCF;
}

.order-table .rwd-table th, .order-table .rwd-table td {
  font-size: 16px;
  border: 0;
}

.order-table .rwd-table .dollor {
  font-size: 12px;
}

.order-table .sub-table-box {
  background-color: rgba(235, 239, 249, 0.46);
}

.order-table .sub-table-box h3 {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}

.order-table .sub-table-box > .rwd-table {
  width: 100%;
}

.order-table .sub-table-box > .rwd-table thead th {
  padding: 15px 15px 0;
  border-bottom: 0;
}

.order-table .sub-table-box > .rwd-table th, .order-table .sub-table-box > .rwd-table td {
  font-size: 14px;
  padding: 15px 15px 0;
}

@media (max-width: 767px) {
  .order-table .sub-table-box {
    padding: 0;
  }
  .order-table .sub-table-box::before {
    content: '';
    width: 0;
    padding: 0;
  }
  .order-table .sub-table-box h3 {
    padding: 10px 10px 0;
  }
  .order-table .sub-table-box > .rwd-table td {
    padding: 5px 15px;
    padding-left: 135px;
  }
  .order-table .sub-table-box > .rwd-table td::before {
    content: attr(data-th) " ";
    width: 120px;
    padding: 10px;
  }
}


.copyright {
  background-color: #77b195;
  font-size: 14px;
  color: #fff;
  padding: 20px 15px;
  position:relative;
  z-index: 20;
}

.copyright .nav-link {
  display: block;
  padding: 0.5rem 0rem;
  color: rgb(255, 255, 255);
}
.copyright .nav-link:hover {
  color: rgb(73, 73, 73);
}

.copyright h6 {
  color: #343434;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 1.125rem;
}


@media (max-width: 575px) {
  .copyright h6 {
    font-size: 14px;
    letter-spacing: 1.5px;

  }

}

body {
  padding-top: 80px;
  
}



.btn {
  padding: 0.375rem 25px;
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-submit {
  background-color: #75AE95;
  color: #fff;
}

.btn-submit:hover {
  background-color: #59977c;
  color: #fff;
}

button:focus {
  outline: 0;
}

.jumbotron {
  margin-top: 2.5rem;
  background-color: #ffffff;
  padding: 0;
}

.page-txt h2 {
  letter-spacing: 15px;
  line-height: 40px;
}

.copyright {
  background-color: #77b195;
  font-size: 14px;
  color: #fff;
  padding: 20px 15px;
  position: relative;
  z-index: 20;
}

.navbar-brand img {
  height: 70px;
}

@media (max-width: 575px) {
  .navbar-brand img {
    height: 35px;
  }
}

.bannerbox {
  max-width: 100%;
  /* width: 1480px; */
  /* height: 550px; */
  margin-top: 1.5rem;
}

.bannerbox-info{
  margin-top: 3rem;
}

@media (max-width: 575px) {
  .bannerbox-info{
  margin-top: 1.5rem;
}
}

.clearfix .slick-prev {
  left: 0;
}

.clearfix .slick-next {
  right: 0;
}

.clearfix .slick-prev, .slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
}

.clearfix .slick-prev:before, .slick-next:before {
  color: rgb(86 151 118);
  font-size: 30px;
  opacity: 1;
  position: absolute;
}

.clearfix .slick-prev:before {
  content: "＜";
}

.clearfix .slick-next:before {
  content: "＞";
}


.clearfix .slick-prev:before {
  left: -1.5rem;
}

.clearfix .slick-next:before {
  left: 4.3rem;
}

.clearfix .slick-list {
  margin: 0 -1rem;
}

@media (max-width: 991px) {
  .bannerbox {
    /* margin-top: 6rem; */
  }
}

@media (max-width: 767px) {
  .bannerbox {
    /* margin-top: 1rem; */
  }

}

@media (max-width: 575px) {
  .bannerbox {
    margin-top: .7rem;
  }

}


.border-left-n1 {
  border-left: 10.9rem solid #aac1b5 !important;
}

.border-left-nn {
  border-left: 10.9rem solid #ffffff !important;
}

.border-left-n2 {
  border-left: 2px solid #aac1b5 !important;
}

.border-right-n {
  border-right: 2px solid #aac1b5 !important;
}

.border-tb-n1 {

  border-bottom: 2px solid #aac1b5 !important;
}

.border-tb-n {
  border-top: 2px solid #aac1b5 !important;
  border-bottom: 2px solid #aac1b5 !important;
}


.main-title1 p {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 30px;
  letter-spacing: 4px;
  color: #000;
}

.main-title1 h2 {
  letter-spacing: 2px;
  color: #000;
}

.main-txt .txt1 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 30px;
  letter-spacing: 3px;
  padding: 0 15px 0 15px;
}

.main-txt .txt1 p {
  font-size: 16px;
}

.txt2 p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 3.125rem;
  letter-spacing: 3px;
  padding: 0 15px 0 15px;
}

.txt1 .txt-l {
  line-height: 1.5rem;
}

.txt-p {
  padding: 0 15px 0 15px;
}

.txt-pp {
  padding: 0 13px 0 13px;
}

.box-txt p {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 30px;
  letter-spacing: 4px;

}

.box-txt h2 {
  font-size: 2.75rem;
  letter-spacing: 2px;
}

.copyright .nav-link {
  display: block;
  padding: 0.5rem 0rem;
  color: rgb(255, 255, 255);
}

.copyright .nav-link:hover {
  color: rgb(73, 73, 73);
}

.copyright h6 {
  color: #343434;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .main-title1 p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 32px;
  }

  .border-left-n1 {
    border-left: 10rem solid #aac1b5 !important;
  }

  .txt1 h3 {
    font-size: 1.5rem;
  }

  .txt1 h4 {
    font-size: 1.375rem;
  }

  .txt1 h5 {
    font-size: 1.125rem;
  }

  .txt1 p {
    font-size: 1.125rem;
  }

  .main-txt .txt1 p {
    font-size: 1rem;
  }

  .txt1 .txt-l {
    line-height: 1.375rem;
  }

}

@media (max-width: 767px) {
  .main-title1 p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 28px;
  }

  .border-left-n1 {
    border-left: 6.25rem solid #aac1b5 !important;
  }

  .txt1 h3 {
    font-size: 1.375rem;
  }

  .txt1 h4 {
    font-size: 1.25rem;
  }

  .txt1 h5 {
    font-size: 1rem;
  }

  .txt1 p {
    font-size: 1.125rem;
  }

  .txt1 .txt-l {
    line-height: 1rem;
  }

  .box-txt h2 {
    font-size: 2.5rem;
  }

}

.imgbox {
  background-image: url(../img/index/imgbg-02.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
  /* height: auto; */
}


@media (max-width: 575px) {
  .main-title1 p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 24px;
  }

  .border-left-n1 {
    border-left: 5rem solid #aac1b5 !important;
  }

  .box-txt h2 {
    font-size: 2rem;
  }

  .imgbox {
    background-image: url(../img/index/imgbg-02-m.jpg);
  }

  .copyright h6 {
    font-size: 14px;
    letter-spacing: 1.5px;

  }

}

.main-title1 {
  padding-bottom: 2%;
  color: #000;
}

.main-title1 h2 {
  font-size: 50px;
  color: #000;
}

@media (max-width: 767px) {
  .main-title1 h2 {
    font-size: 38px;
  }
}


.b-bottom {
  border-bottom: 2px solid #77b195;
  color: #77b195;
  border-radius: 0;
}

.b-bottom:hover {
  border-color: #77b195;
  border-bottom: 2px solid #77b195;
  background-color: #77b195;
  color: #ffffff;
  border-radius: 5px;
}

.tt-p {
  padding: 0 260px;
}

.txtfonts-h1 {
  font-size: 47px;
}

.btn-txt .btn-primary {
  font-size: 18px;
  letter-spacing: 16px;
  background-color: #77b195;
  color: #ffffff;
  border-color: #77b195;

}

.btn-txt .btn-primary:hover {
  background-color: #458566;
  color: #ffffff;
  border-color: #458566;

}

.txt-p1 {
  font-size: 12px;
  letter-spacing: 3px;
}

.txt-h6 {
  font-size: 20px;
  letter-spacing: 4px;

}

.txt-letter-s1 {
  letter-spacing: 10px;

}

.txt-letter-sp {
  letter-spacing: 7px;

}

.card-d1 .card {
  padding: 0;
  border-radius: 20px;
  border: 4px solid #77b195;

  /* border-color: rgba(255, 255, 255, 0); */

}

.card-title {
  font-size: 18px;
  color: #649980;
}

.card-text1 {
  font-size: 18px;
  color: #77b195 !important;
  font-weight: bold;
  margin: 5px 0;
}

.card-body .btn-outline {
  border-radius: 0;
  border-top: 2px solid #649980;
  border-bottom: 2px solid #649980;
  border-left: 0px;
  border-right: 0px;

}

.card-body .btn-outline:hover {
  color: #36664f;

}

.card-body .btn {
  padding: .5rem 0;

}

.card-body {
  padding: 15px 0;
}

.card-d1 .card .card-body img {
  padding: 5px;
}

.hrs {
  border-top: 2px solid #77b195;
}

.imgpm {
  padding: 0 2px;
}

@media (max-width: 575px) {
  .card-d1 {
    margin: 0 0 0 -10px;
  }


  .card-d1 .card {
    margin: 0 2px;
    border-radius: 10px;

  }

  .card-text1 {
    font-size: 12px;
    font-weight: bold;
    margin: 1px 0;
  }

  .hrs {
    margin: 8px 0;
  }

}

.card-deck .card {
  background-color: rgba(255, 255, 255, 0);

}


.border-c {
  border: 7px solid #77b195;
  border-radius: 15px;
}

.txtcon h2 {
  margin: 110px 0 50px 0;
  font-size: 54px;
  color: #458566;
}

.txtcon span {
  color: #458566;
  font-size: 24px;
  margin: 0 55px 0 0;
}

.txtfbtn .btn-outline-primary {
  border: 2px solid #77b195;
  color: #458566;
}

.txtfbtn .btn-outline-primary:hover {
  border: 2px solid #72b192;
  background-color: #72b192;
  color: #ffffff;
}

.txt-c {
  color: #458566;
}

.txtfbtn {
  margin: 20px 0;
}

@media (max-width: 991px) {
  .tt-p {
    padding: 0 20px;
  }

}


@media (max-width: 767px) {
  .jumbotron {
    margin-top: 2.5rem;
  }

  .btn-txt .btn-primary {
    font-size: 12px;
    letter-spacing: 8px;
  }

  .txtfonts-h1 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .jumbotron {
    margin-top: 1.5rem;
  }

  .footst-1 h6 {
    font-size: 15px;
  }

  .txtcon h2 {
    margin: 20px 0 30px 0;
    font-size: 34px;
    color: #458566;
  }

  .txtcon p {
    color: #458566;
    font-size: 24px;
    margin: 10px 0;
  }

  .main-txt .txt1 {
    padding: 0 3px;
  }

  .main-txt .txt-ms-1 h3 {
    font-size: 15px;
    letter-spacing: 3px;
  }

  .main-txt .txt-ms-1 h4 {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .main-txt .txt-ms-2 h3 {
    font-size: 15px;
    letter-spacing: 3px;

  }

  .main-txt .txt-ms-2 h5 {
    font-size: 14px;
    letter-spacing: 3px;

  }

  .main-txt .txt-ms-2 p {
    font-size: 12px;
    /* letter-spacing: 3px; */

  }
}

.btn-outline-dark {
  border-color: rgba(0, 0, 0, 0);
  margin: 0 15px;
}

.b-bottom {
  border-bottom: 2px solid #77b195;
  color: #77b195;
  border-radius: 0;
}

.b-bottom:hover {
  border-color: #77b195;
  border-bottom: 2px solid #77b195;
  background-color: #77b195;
  color: #ffffff;
  border-radius: 5px;
}

.clearfix .slider {
  width: 90%;
  margin: 20px auto;
  position: relative;
}

.clearfix .slick-slide {
  margin: 0px 20px;
}

.clearfix .slick-slide img {
  width: 100%;
}

.clearfix .slick-prev:before,
.clearfix .slick-next:before {
  color: black;
}


.clearfix .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.clearfix .slick-active {
  opacity: 1;
}

.clearfix .slick-current {
  opacity: 1;
}

.clearfix .slick-prev {
  left: 0;
}

.clearfix.slick-next {
  right: 0;
}

.clearfix .slick-prev, .clearfix.slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
}

.clearfix .slick-prev:before, .clearfix.slick-next:before {
  color: rgb(86 151 118);
  font-size: 30px;
  opacity: 1;
  position: absolute;
}

.clearfix .slick-prev:before {
  content: "＜";
}

.clearfix, .slick-next:before {
  content: "＞";
}


.clearfix .slick-prev:before {
  left: -1.5rem;
}

.clearfix .slick-next:before {
  left: 4.3rem;
}

.clearfix .slick-list {
  margin: 0 -1rem;
}


.linebg {
  background-image: url(../img/index/linebg-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
  height: 580px;
}

@media (max-width: 991px) {
  .clearfix .slick-prev:before, .clearfix.slick-next:before {
    font-size: 1.5rem;
  }

  .clearfix .slick-prev:before {
    left: -.5rem;
  }

  .clearfix .slick-next:before {
    left: 3.6rem;
  }

  .linebg {
    height: 360px;
  }

}

@media (max-width: 767px) {
  .clearfix .slick-prev:before, .slick-next:before {
    font-size: 1.5rem;
  }

  .clearfix .slick-prev:before {
    left: 0;
  }

  .clearfix .slick-next:before {
    left: 3rem;
  }

  .linebg {
    background-image: url();
    height: 280px;
  }

}

@media (max-width: 575px) {
  .clearfix .slick-prev:before, .slick-next:before {
    font-size: 1.25rem;
  }

  .clearfix .slick-prev:before {
    left: 0;
  }

  .clearfix .slick-next:before {
    left: 3rem;
  }

  .clearfix .slick-list {
    margin: -2.81rem -1rem;
  }

  .linebg {
    height: 210px;
    background-image: url();
  }

}


@media (max-width: 497px) {
  .clearfix .slider {
    width: 70%;

  }

  .clearfix .slick-prev:before, .slick-next:before {
    font-size: 1.25rem;
  }

  .clearfix .slick-prev:before {
    left: -3.75rem;
  }

  .clearfix .slick-next:before {
    left: 3rem;
  }

  .clearfix .slick-list {
    margin: -51px -95px;
  }

  .card-title {
    font-size: 12px;
  }

  .card-body .btn-outline {
    border-top: 1px solid #649980;
    border-bottom: 1px solid #649980;
  }

  .txt2 p {
    margin: 0 -104px;
  }

  .linebg {
    height: 175px;
  }
}

@media (max-width: 395px) {
  .clearfix .slider {
    width: 50%;

  }

  .clearfix .slick-prev:before, .slick-next:before {
    font-size: 1rem;
  }

  .clearfix .slick-prev:before {
    left: -94px;
  }

  .clearfix .slick-next:before {
    left: 116px;
  }

  .clearfix .slick-list {
    margin: -51px -135px;
  }

  .card-title {
    font-size: 12px;
  }

  .card-body .btn-outline {
    border-top: 1px solid #649980;
    border-bottom: 1px solid #649980;
  }

  .card-body .btn {
    padding: 3px 0;

  }

  .txt2 p {
    margin: 0 -90px;
  }

  .linebg {
    height: 150px;
  }
}

#loading-box {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: white;
}

.scroll-hidden {
  overflow: scroll;
  overflow-y: hidden;
}

.loading-mask {
  position: fixed;
  z-index: 210;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f8f8;
  top: 0;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.loading-mask.is-remove {
  top: -100px;
  height: 0;
}

.loading {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
}

.loading-sets {
  margin-left: 30px;
  margin-top: 20px;
}

.loading-0 {
  -animation: bounce 1s infinite ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  background: #77b195;
}

.loading-1 {
  -webkit-animation: bounce 1s infinite ease;
  animation: bounce 1s infinite ease;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #e1c58d;
}

.loading-2 {
  -webkit-animation: bounce 1s infinite ease;
  animation: bounce 1s infinite ease;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  background: #7eabc3;
}

.loading-3 {
  -webkit-animation: bounce 1s infinite ease;
  animation: bounce 1s infinite ease;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  background: #d7b3a2;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.infomt{
  margin-top: 10px;
}

.product-boxmt{
  margin-top: 65px;
}

.heardul-mx{
  margin-left: 24px;
}

.Mainstore-1{
  letter-spacing: 9px;
}

@media (max-width: 575px) {
  .ic-link .dropdown-menu {
    left: -50px;
  }
  .heardul-mx{
    margin-left: 0px;
  }

  .Mainstore-1{
    letter-spacing: -1px;
  }
  .product-boxmt{
    margin-top: 0px;
  }
}


