@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* ====================================
                  Basic
   ==================================== */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: ‘Noto Sans TC’, sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 16px;
  color: #302D2C;
  width: 100vw;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  body {
    font-size: 14.5px;
  }
}

/* ==== a _ Button ==== */
a:hover {
  opacity: 0.9;
  text-decoration: none;
}
a.btn {
  border-radius: 2rem;
  border: none;
}
a.btn:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
a.btn.btn-primary {
  background-color: #E5554A !important;
}
a.btn.btn-primary span {
  padding: 6px 8px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 991.88px) {
  a.btn.btn-primary span {
    font-size: 15px;
  }
}
a.btn.btn-primary span small {
  font-weight: 100 !important;
  font-size: 100% !important;
}
a.btn.btn-primary span i {
  font-size: 20px;
  vertical-align: text-top;
}
a.btn.btn-primary:hover {
  opacity: 1;
  background-color: #e24438 !important;
}
a.btn.btn-outline {
  color: #9FA3A7;
  border: 1px solid #9FA3A7;
  padding: 0.375rem 1rem;
}
a.btn.btn-outline:hover {
  opacity: 1;
  color: #fff;
  border: 1px solid #E5554A;
  background-color: #E5554A;
}

/* ==== Text ==== */
@media only screen and (max-width: 414px) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 414px) {
  h2 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 414px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 414px) {
  h4 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 414px) {
  h5 {
    font-size: 1rem;
  }
}

.subtitle {
  color: #303336 !important;
  font-size: 18px;
  opacity: 0.8;
}

/* ==== Back to tpp ==== */
#back, .back-to-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 999;
  cursor: pointer;
  border: none;
  background: none;
  width: 80px;
}
#back:focus, .back-to-top:focus {
  outline: none;
}
#back:hover, .back-to-top:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 414px) {
  #back, .back-to-top {
    right: 5px;
  }
}
#back img, .back-to-top img {
  width: 100%;
}
@media only screen and (max-width: 414px) {
  #back img, .back-to-top img {
    width: 62px;
    height: 62px;
  }
}

/* ==== Float Icon ==== */
.float-icon {
  display: block;
  position: fixed;
  bottom: 200px;
  right: 18px;
  z-index: 999;
  cursor: pointer;
  border: none;
  background: none;
}
.float-icon:focus {
  outline: none;
}
.float-icon:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 768px) {
  .float-icon {
    display: none;
  }
}
.float-icon .icon {
  padding: 25px 2px;
  text-align: center;
  border-radius: 70px;
  background: #fff;
  font-size: 15px;
  border: 1px solid #000;
}
.float-icon .icon a {
  color: #000;
}
.float-icon .icon:nth-of-type(2), .float-icon .icon:last-of-type {
  margin-top: 10px;
}
.float-icon .icon:hover:first-of-type {
  border: 1px solid #ff0000;
}
.float-icon .icon:hover:first-of-type a {
  color: #ff0000;
}
.float-icon .icon:hover:nth-of-type(2) {
  border: 1px solid #3c5a98;
}
.float-icon .icon:hover:nth-of-type(2) a {
  color: #3c5a98;
}
.float-icon .icon:hover:last-of-type {
  border: 1px solid #00b900;
}
.float-icon .icon:hover:last-of-type a {
  color: #00b900;
}
.float-icon .icon a img {
  width: 25px;
  padding-bottom: 10px;
}
.float-icon .icon a p {
  writing-mode: vertical-lr;
  margin-bottom: 0;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

/* ==== Icon Section ==== */
.icon-section {
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.icon-section:focus {
  outline: none;
}
@media only screen and (max-width: 768px) {
  .icon-section {
    display: flex;
  }
}
.icon-section .icon {
  padding: 0;
  text-align: center;
  border: 1px solid #F4F4F4;
  background: #fff;
  font-size: 15px;
  display: flex;
}
.icon-section .icon:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 320px) {
  .icon-section .icon {
    font-size: 14px;
  }
}
.icon-section .icon a {
  padding: 10px;
  display: inline-flex;
  margin: 0 auto;
}
.icon-section .icon a img {
  width: 25px;
  margin-right: 10px;
}
@media (max-width: 350px) {
  .icon-section .icon a img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }
}
.icon-section .icon a p {
  margin-bottom: 0;
  color: #000;
}

/* ==== Hvr-buzz ==== */
@keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  width: 130px;
}
@media only screen and (max-width: 1366px) {
  .hvr-buzz {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .hvr-buzz {
    width: 80px;
  }
}
@media only screen and (max-width: 414px) {
  .hvr-buzz {
    width: 75px;
  }
}
@media only screen and (max-width: 375px) {
  .hvr-buzz {
    width: 65px;
  }
}
.hvr-buzz:hover {
  animation-name: hvr-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* ==== Card ==== */
.card {
  border: none;
  border-radius: 1rem;
}

/* ==== Card shadow ==== */
.card-shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-shadow:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.15);
  transform: translate(0, -4px);
}

/* ==== Scroll ==== */
.scroll {
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.scroll:hover {
  transform: scale(1.1);
}

/* ==== Deco-dot ==== */
@media only screen and (max-width: 414px) {
  .deco-dot img {
    width: 30%;
  }
}

/* ==== Section-carousel ==== */
.section-carousel .carousel-inner {
  margin: 0 auto;
  overflow: inherit;
}
.section-carousel .carousel-item {
  transition: transform 0.1s ease-in-out;
}
.section-carousel .carousel-control-prev-icon {
  background-image: url("../images/arrow2.png");
  transform: rotate(180deg);
}
.section-carousel .carousel-control-next-icon {
  background-image: url("../images/arrow2.png");
}

/* ==== Form input ==== */
input {
  color: #302D2C;
  border: none;
  border-radius: 40px;
  padding: 6px 20px;
}
input:placeholder {
  color: #ABABAB;
}
input:focus {
  outline: none !important;
}

/* ==== Active Line Icon ==== */
#active_line {
  display: flex;
  flex-direction: column;
  width: 70px;
  height: 50px;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 5px;
  bottom: 120px;
  transition: 0.3s;
}
#active_line:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 414px) {
  #active_line {
    right: 5px;
  }
}
#active_line img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 414px) {
  #active_line img {
    width: 64px;
    height: 64px;
    margin-bottom: 0px;
  }
}

/* ==== Spacing ==== */
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pd-20 {
  padding: 20px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pd-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pd-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pd-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

/* ==== Display ==== */
.f-right {
  float: right;
}

.f-left {
  float: left;
}

small.hidden-xs {
  display: contents !important;
}
@media (max-width: 600px) {
  small.hidden-xs {
    display: none !important;
  }
}

br.hidden-lg {
  display: none !important;
}
@media (max-width: 600px) {
  br.hidden-lg {
    display: block !important;
  }
}

/* ====================================
                  Header
   ==================================== */
nav {
  font-size: 15.5px;
}
nav.navbar {
  padding: 1.5rem 5.5rem !important;
}
@media only screen and (max-width: 1440px) {
  nav.navbar {
    padding: 1.5rem !important;
  }
}
@media only screen and (max-width: 1199.88px) {
  nav.navbar {
    padding: 1rem !important;
  }
}
@media (max-width: 1070px) {
  nav.navbar {
    padding: 0.8rem !important;
  }
}
@media only screen and (max-width: 991.88px) {
  nav.navbar {
    padding: 1rem !important;
  }
}
nav.navbar .navbar-toggler:focus {
  outline: none;
}
nav.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
nav.navbar .logo {
  width: 240px;
}
@media only screen and (max-width: 1440px) {
  nav.navbar .logo {
    width: 200px;
  }
}
@media only screen and (max-width: 1199.88px) {
  nav.navbar .logo {
    width: 160px;
  }
}
@media only screen and (max-width: 414px) {
  nav.navbar .logo {
    width: 140px;
  }
}
@media only screen and (max-width: 991.88px) {
  nav.navbar .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #DFE7E9;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 414px) {
  nav.navbar .navbar-collapse {
    padding-left: 20px;
  }
}
nav.navbar .navbar-collapse ul {
  margin-left: auto;
  margin-top: 15px;
}
nav.navbar .navbar-collapse ul li.active {
  color: #E5554A;
  list-style: initial;
}
nav.navbar .navbar-collapse ul li.active a {
  color: #E5554A;
}
nav.navbar .navbar-collapse ul li a {
  color: #302D2C;
  padding-right: 1.8rem !important;
  padding-left: 0 !important;
}
@media only screen and (max-width: 1366px) {
  nav.navbar .navbar-collapse ul li a {
    padding-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 1199.88px) {
  nav.navbar .navbar-collapse ul li a {
    padding-right: 1.2rem !important;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1070px) {
  nav.navbar .navbar-collapse ul li a {
    padding-right: 1rem !important;
    font-size: 15px;
  }
}
@media only screen and (max-width: 991.88px) {
  nav.navbar .navbar-collapse ul li a {
    font-size: 15.5px;
    letter-spacing: 0px;
  }
}
nav.navbar .navbar-collapse ul li a:hover {
  color: #E5554A;
}
nav.navbar .navbar-collapse ul li a sup {
  padding-left: 1.5px;
}
nav.navbar .navbar-collapse ul li.dropdown .dropdown-toggle:focus {
  outline: none;
}
nav.navbar .navbar-collapse ul li.dropdown .dropdown-toggle::after {
  display: none;
}
nav.navbar .navbar-collapse ul li.dropdown .dropdown-menu {
  margin: -8px 0 0 0;
  padding: 0.5rem 0.75rem;
  min-width: 7.7rem;
  border: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 991.88px) {
  nav.navbar .navbar-collapse ul li.dropdown .dropdown-menu {
    box-shadow: none;
  }
}
nav.navbar .navbar-collapse ul li.dropdown .dropdown-menu .dropdown-item {
  color: #302D2C !important;
  padding-right: 0 !important;
}
nav.navbar .navbar-collapse ul li.dropdown .dropdown-menu .dropdown-item.active {
  color: #E5554A !important;
  list-style: initial;
  background: none;
}
nav.navbar .navbar-collapse ul li.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
}

/* ====================================
                  Index
   ==================================== */
#index .banner-carousel .img-lg {
  display: block;
}
@media only screen and (max-width: 414px) {
  #index .banner-carousel .img-lg {
    display: none;
  }
}
#index .banner-carousel .img-sm {
  display: none;
}
@media only screen and (max-width: 414px) {
  #index .banner-carousel .img-sm {
    display: block;
  }
}
#index .banner-carousel .about-btn {
  position: relative;
  z-index: 3;
  margin: -280px -180px 0 0;
}
@media (max-width: 1900px) {
  #index .banner-carousel .about-btn {
    margin: -270px -170px 0 0;
  }
}
@media (max-width: 1800px) {
  #index .banner-carousel .about-btn {
    margin: -260px -160px 0 0;
  }
}
@media (max-width: 1700px) {
  #index .banner-carousel .about-btn {
    margin: -250px -150px 0 0;
  }
}
@media (max-width: 1600px) {
  #index .banner-carousel .about-btn {
    margin: -240px -140px 0 0;
  }
}
@media (max-width: 1500px) {
  #index .banner-carousel .about-btn {
    margin: -230px -130px 0 0;
  }
}
@media only screen and (max-width: 1440px) {
  #index .banner-carousel .about-btn {
    margin: -220px -120px 0 0;
  }
}
@media only screen and (max-width: 1366px) {
  #index .banner-carousel .about-btn {
    margin: -210px -110px 0 0;
  }
}
@media (max-width: 1200px) {
  #index .banner-carousel .about-btn {
    margin: -180px -100px 0 0;
  }
}
@media (max-width: 1100px) {
  #index .banner-carousel .about-btn {
    margin: -160px -90px 0 0;
  }
}
@media (max-width: 1024px) {
  #index .banner-carousel .about-btn {
    margin: -150px -80px 0 0;
  }
}
@media only screen and (max-width: 991.88px) {
  #index .banner-carousel .about-btn {
    margin: -130px -70px 0 0;
  }
}
@media (max-width: 800px) {
  #index .banner-carousel .about-btn {
    margin: -110px -60px 0 0;
  }
}
@media (max-width: 767px) {
  #index .banner-carousel .about-btn {
    margin: -100px -440px 0 0;
  }
}
@media (max-width: 730px) {
  #index .banner-carousel .about-btn {
    margin: -95px -410px 0 0;
  }
}
@media (max-width: 690px) {
  #index .banner-carousel .about-btn {
    margin: -90px -390px 0 0;
  }
}
@media (max-width: 650px) {
  #index .banner-carousel .about-btn {
    margin: -85px -370px 0 0;
  }
}
@media (max-width: 600px) {
  #index .banner-carousel .about-btn {
    margin: -80px -340px 0 0;
  }
}
@media (max-width: 560px) {
  #index .banner-carousel .about-btn {
    margin: -80px -310px 0 0;
  }
}
@media (max-width: 535px) {
  #index .banner-carousel .about-btn {
    margin: -80px -295px 0 0;
  }
}
@media (max-width: 500px) {
  #index .banner-carousel .about-btn {
    margin: -75px -280px 0 0;
  }
}
@media only screen and (max-width: 414px) {
  #index .banner-carousel .about-btn {
    margin: -90px -25px 0 0;
  }
}
@media only screen and (max-width: 320px) {
  #index .banner-carousel .about-btn {
    margin: -70px -15px 0 0;
  }
}
#index .banner-carousel .carousel-control-prev-icon {
  background-image: url("../images/arrow.png");
  transform: rotate(180deg);
}
#index .banner-carousel .carousel-control-next-icon {
  background-image: url("../images/arrow.png");
}
#index .scroll-logo {
  position: absolute;
  right: 0;
  left: 0;
  top: -65px;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  #index .scroll-logo {
    top: -60px;
  }
}
@media only screen and (max-width: 768px) {
  #index .scroll-logo {
    top: -40px;
  }
}
@media only screen and (max-width: 414px) {
  #index .scroll-logo {
    top: -36px;
  }
}
@media only screen and (max-width: 375px) {
  #index .scroll-logo {
    top: -32px;
  }
}
#index .scroll-logo a:hover {
  opacity: 1;
}
#index .service-section {
  background: #EEEEEE;
  padding-top: 100px;
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .service-section {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 414px) {
  #index .service-section {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 320px) {
  #index .service-section {
    padding-top: 50px;
  }
}
#index .service-section .col-md-8 {
  margin: 0 auto;
}
#index .service-section .col-md-8 h2 {
  color: #302D2C;
}
@media only screen and (max-width: 414px) {
  #index .service-section .col-md-8 h2 {
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 320px) {
  #index .service-section .col-md-8 h2 {
    margin-top: 30px !important;
  }
}
#index .service-section .col-md-8 h5 {
  color: #D8D8D8;
  font-weight: 300 !important;
  letter-spacing: 1px;
}
#index .service-section .col-md-8 .collection {
  padding: 80px 0 100px 0;
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .service-section .col-md-8 .collection {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 414px) {
  #index .service-section .col-md-8 .collection {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 320px) {
  #index .service-section .col-md-8 .collection {
    padding: 30px 0;
  }
}
#index .service-section .col-md-8 .collection a {
  padding: 0 25px;
}
#index .service-section .col-md-8 .collection a:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  #index .service-section .col-md-8 .collection a {
    padding: 0 30px 40px 30px;
  }
}
@media only screen and (max-width: 768px) {
  #index .service-section .col-md-8 .collection a {
    padding: 0 20px 40px 20px;
  }
}
@media only screen and (max-width: 414px) {
  #index .service-section .col-md-8 .collection a {
    padding: 0 15px 30px 15px;
  }
}
@media only screen and (max-width: 320px) {
  #index .service-section .col-md-8 .collection a {
    padding: 0 10px 30px 10px;
  }
}
#index .service-section .col-md-8 .collection .card-title {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
  padding: 16px 0;
  margin-bottom: 0;
}
#index .service-section .col-md-8 .collection .card-title.one {
  background-color: #E5554A;
}
#index .service-section .col-md-8 .collection .card-title.two {
  background-color: #65C4F2;
}
#index .service-section .col-md-8 .collection .card-title.three {
  background-color: #FFC80A;
}
#index .service-section .col-md-8 .collection .card-title.four {
  background-color: #1E9183;
}
#index .service-section .col-md-8 .collection .card-title h5 {
  color: #ffffff;
  margin-bottom: 0.2rem !important;
  font-weight: 600 !important;
}
#index .service-section .col-md-8 .collection .card-title p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 414px) {
  #index .service-section .col-md-8 .collection .card-title p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  #index .service-section .col-md-8 .collection .card-title p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 414px) {
  #index .service-section .col-md-8 .collection .my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1650px) {
  #index .service-section .col-md-8 .collection .my-60 img {
    width: 65%;
  }
}
@media only screen and (max-width: 414px) {
  #index .service-section .col-md-8 .collection .my-60 img {
    width: 80%;
  }
}
#index .wdmc-section {
  padding: 90px 0 80px 0;
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .wdmc-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 414px) {
  #index .wdmc-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 320px) {
  #index .wdmc-section {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 414px) {
  #index .wdmc-section .subtitle {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 320px) {
  #index .wdmc-section .subtitle {
    margin-top: 20px !important;
  }
}
#index .wdmc-section p {
  color: #7B8591;
  line-height: 28px;
}
@media only screen and (max-width: 414px) {
  #index .wdmc-section p {
    padding-top: 10px !important;
  }
}
#index .wdmc-section .deco-logo {
  margin-top: -657px;
}
@media only screen and (max-width: 1440px) {
  #index .wdmc-section .deco-logo {
    margin-top: -555px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .wdmc-section .deco-logo {
    margin-top: -1114px;
  }
}
@media (max-width: 1100px) {
  #index .wdmc-section .deco-logo {
    margin-top: -1049px;
  }
}
@media (max-width: 1024px) {
  #index .wdmc-section .deco-logo {
    margin-top: -997px;
  }
}
@media only screen and (max-width: 991.88px) {
  #index .wdmc-section .deco-logo {
    margin-top: -852px;
  }
}
@media (max-width: 800px) {
  #index .wdmc-section .deco-logo {
    margin-top: -785px;
  }
}
@media only screen and (max-width: 768px) {
  #index .wdmc-section .deco-logo {
    display: none;
  }
}
@media only screen and (max-width: 991.88px) {
  #index .wdmc-section .deco-logo img {
    width: 80%;
  }
}
#index .wdmc-section .overlay {
  margin: 80px auto 0 auto;
  z-index: 2;
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .wdmc-section .overlay {
    margin: 50px auto 0 auto;
  }
}
@media only screen and (max-width: 414px) {
  #index .wdmc-section .overlay {
    margin: 50px auto 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  #index .wdmc-section .overlay {
    margin: 40px auto 0 auto;
  }
}
#index .wdmc-section .overlay .col-10.col-md-8 {
  overflow-x: hidden;
}
#index .wdmc-section .overlay .col-10.col-md-8 .left {
  background-color: #74AD5E;
}
#index .wdmc-section .overlay .col-10.col-md-8 .left section {
  padding: 80px 100px;
  text-align: left;
}
@media (max-width: 1995px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 78px 100px;
  }
}
@media (max-width: 1985px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 76px 100px;
  }
}
@media (max-width: 1975px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 74px 100px;
  }
}
@media (max-width: 1960px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 72px 100px;
  }
}
@media (max-width: 1945px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 70px 100px;
  }
}
@media (max-width: 1935px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 68px 100px;
  }
}
@media (max-width: 1920px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 66px 100px;
  }
}
@media (max-width: 1910px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 64px 100px;
  }
}
@media (max-width: 1895px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 62px 100px;
  }
}
@media (max-width: 1885px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 60px 100px;
  }
}
@media (max-width: 1875px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 58px 100px;
  }
}
@media (max-width: 1865px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 56px 100px;
  }
}
@media (max-width: 1850px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 54px 100px;
  }
}
@media (max-width: 1840px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 52px 100px;
  }
}
@media (max-width: 1830px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 50px 100px;
  }
}
@media (max-width: 1815px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 48px 100px;
  }
}
@media (max-width: 1800px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 46px 100px;
  }
}
@media (max-width: 1790px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 44px 100px;
  }
}
@media (max-width: 1780px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 42px 100px;
  }
}
@media (max-width: 1765px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 40px 100px;
  }
}
@media (max-width: 1755px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 38px 100px;
  }
}
@media (max-width: 1745px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 36px 100px;
  }
}
@media (max-width: 1730px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 34px 100px;
  }
}
@media (max-width: 1715px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 32px 100px;
  }
}
@media (max-width: 1700px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 28px 100px;
  }
}
@media (max-width: 1685px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 26px 100px;
  }
}
@media (max-width: 1670px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 24px 96px;
  }
}
@media (max-width: 1655px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 22px 94px;
  }
}
@media (max-width: 1640px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 18px 92px;
  }
}
@media (max-width: 1535px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 18px 88px;
  }
}
@media (max-width: 1350px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 18px 70px;
  }
}
@media (max-width: 1290px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 18px 70px 0 70px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 30px 40px 20px 140px;
  }
}
@media (max-width: 1000px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 30px 40px 20px 40px;
  }
}
@media (max-width: 620px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 25px;
  }
}
@media only screen and (max-width: 414px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 30px 40px 50px 60px;
  }
}
@media only screen and (max-width: 375px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 20px 30px 50px 40px;
  }
}
@media only screen and (max-width: 320px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section {
    padding: 20px 20px 50px 25px;
  }
}
#index .wdmc-section .overlay .col-10.col-md-8 .left section p {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 14px;
}
#index .wdmc-section .overlay .col-10.col-md-8 .left section h1 {
  color: #ffffff;
}
@media (max-width: 1640px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1475px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h1 {
    font-size: 2.15rem;
  }
}
@media (max-width: 1350px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1225px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1208px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h1 {
    font-size: 1.65rem;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h1 {
    font-size: 2.15rem;
  }
}
@media (max-width: 550px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h1 {
    font-size: 1.8rem;
  }
}
#index .wdmc-section .overlay .col-10.col-md-8 .left section h4 {
  color: #ffffff;
}
@media (max-width: 1640px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1475px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h4 {
    font-size: 1.15rem;
  }
}
@media (max-width: 1350px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h4 {
    font-size: 1.15rem;
  }
}
@media (max-width: 550px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section h4 {
    font-size: 1rem;
  }
}
#index .wdmc-section .overlay .col-10.col-md-8 .left section .arrow {
  width: 42px;
  height: 42px;
  margin-top: 6px;
}
@media only screen and (max-width: 1440px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .arrow {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1225px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .arrow {
    width: 32px;
    height: 32px;
    margin-top: 3px;
  }
}
@media (max-width: 1208px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .arrow {
    width: 28px;
    height: 28px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .arrow {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 550px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .arrow {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1535px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .group {
    margin-top: 30px !important;
    padding-left: 25px !important;
  }
}
@media (max-width: 1235px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .group {
    margin-top: 25px !important;
  }
}
@media (max-width: 1208px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .group {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .group {
    margin-top: 30px !important;
  }
}
@media (max-width: 550px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .group {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 1440px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .group .d-flex.mt-20 {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .group .d-flex.mt-20 {
    margin-top: 20px !important;
  }
}
#index .wdmc-section .overlay .col-10.col-md-8 .left section .group .check {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
@media (max-width: 550px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .group .check {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
}
#index .wdmc-section .overlay .col-10.col-md-8 .left section .group i {
  font-size: 24px;
}
@media (max-width: 1350px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left section .group i {
    margin-top: -2px;
  }
}
#index .wdmc-section .overlay .col-10.col-md-8 .left section .group i.one {
  color: #FFEF24;
}
#index .wdmc-section .overlay .col-10.col-md-8 .left section .group i.two {
  color: #65C4F2;
}
#index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
  z-index: 3;
  position: relative;
  top: -120px;
  left: 130px;
}
@media (max-width: 1960px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    top: -110px;
  }
}
@media (max-width: 1885px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    top: -100px;
  }
}
@media (max-width: 1850px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    top: -90px;
    left: 120px;
  }
}
@media (max-width: 1780px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    top: -80px;
  }
}
@media (max-width: 1715px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    top: -70px;
    left: 110px;
  }
}
@media (max-width: 1655px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    top: -60px;
  }
}
@media (max-width: 1640px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    top: -45px;
    left: 90px;
  }
}
@media (max-width: 1350px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    left: 75px;
  }
}
@media only screen and (max-width: 991.88px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    left: 175px;
    top: -55px;
  }
}
@media only screen and (max-width: 768px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    left: 155px;
  }
}
@media (max-width: 620px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    left: 150px;
    top: -60px;
  }
}
@media (max-width: 550px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    left: 125px;
  }
}
@media only screen and (max-width: 414px) {
  #index .wdmc-section .overlay .col-10.col-md-8 .left .more-btn {
    left: auto;
    top: -20px;
  }
}
#index .activity-section {
  background: #DFE7E9;
  margin-top: -420px;
}
@media (max-width: 2000px) {
  #index .activity-section {
    margin-top: -410px;
  }
}
@media (max-width: 1900px) {
  #index .activity-section {
    margin-top: -400px;
  }
}
@media (max-width: 1800px) {
  #index .activity-section {
    margin-top: -380px;
  }
}
@media (max-width: 1700px) {
  #index .activity-section {
    margin-top: -360px;
  }
}
@media (max-width: 1600px) {
  #index .activity-section {
    margin-top: -340px;
  }
}
@media (max-width: 1530px) {
  #index .activity-section {
    margin-top: -334px;
  }
}
@media only screen and (max-width: 1440px) {
  #index .activity-section {
    margin-top: -318px;
  }
}
@media only screen and (max-width: 1366px) {
  #index .activity-section {
    margin-top: -308px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .activity-section {
    margin-top: -877px;
  }
}
@media (max-width: 1100px) {
  #index .activity-section {
    margin-top: -812px;
  }
}
@media (max-width: 1024px) {
  #index .activity-section {
    margin-top: -760px;
  }
}
@media only screen and (max-width: 991.88px) {
  #index .activity-section {
    margin-top: -678px;
  }
}
@media (max-width: 800px) {
  #index .activity-section {
    margin-top: -611px;
  }
}
@media only screen and (max-width: 768px) {
  #index .activity-section {
    margin-top: -718px;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .activity-section {
    margin-top: -558px;
  }
}
@media (max-width: 620px) {
  #index .activity-section {
    margin-top: -595px;
  }
}
@media (max-width: 550px) {
  #index .activity-section {
    margin-top: -538px;
  }
}
@media only screen and (max-width: 414px) {
  #index .activity-section {
    margin-top: -394px;
  }
}
@media only screen and (max-width: 375px) {
  #index .activity-section {
    margin-top: -362px;
  }
}
@media only screen and (max-width: 320px) {
  #index .activity-section {
    margin-top: -308px;
  }
}
#index .activity-section .deco-arrow {
  padding-top: 500px;
}
@media only screen and (max-width: 1440px) {
  #index .activity-section .deco-arrow {
    padding-top: 380px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .activity-section .deco-arrow {
    padding-top: 850px !important;
  }
}
@media (max-width: 1100px) {
  #index .activity-section .deco-arrow {
    padding-top: 800px !important;
  }
}
@media (max-width: 1024px) {
  #index .activity-section .deco-arrow {
    padding-top: 720px !important;
  }
}
@media only screen and (max-width: 991.88px) {
  #index .activity-section .deco-arrow {
    padding-top: 640px !important;
  }
}
@media (max-width: 800px) {
  #index .activity-section .deco-arrow {
    padding-top: 570px !important;
  }
}
@media only screen and (max-width: 768px) {
  #index .activity-section .deco-arrow {
    padding-top: 670px !important;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .activity-section .deco-arrow {
    padding-top: 580px !important;
  }
}
@media (max-width: 620px) {
  #index .activity-section .deco-arrow {
    padding-top: 570px !important;
  }
}
@media (max-width: 550px) {
  #index .activity-section .deco-arrow {
    padding-top: 510px !important;
  }
}
@media only screen and (max-width: 414px) {
  #index .activity-section .deco-arrow {
    padding-top: 400px !important;
  }
}
@media only screen and (max-width: 375px) {
  #index .activity-section .deco-arrow {
    padding-top: 340px !important;
  }
}
@media only screen and (max-width: 320px) {
  #index .activity-section .deco-arrow {
    padding-top: 300px !important;
  }
}
#index .activity-section .act-item {
  overflow-x: hidden;
  padding: 0 0 100px 0;
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .activity-section .act-item {
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 414px) {
  #index .activity-section .act-item {
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 375px) {
  #index .activity-section .act-item h1 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 375px) {
  #index .activity-section .act-item .section-carousel {
    margin-top: 30px !important;
  }
}
#index .activity-section .act-item .section-carousel .carousel-inner {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  #index .activity-section .act-item .section-carousel .carousel-inner {
    width: 60%;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .activity-section .act-item .section-carousel .carousel-inner {
    width: 80%;
  }
}
#index .activity-section .act-item .section-carousel .carousel-item .col-12.col-md-4 img {
  border-radius: 0.6rem 0.6rem 0 0;
}
@media only screen and (max-width: 768px) {
  #index .activity-section .act-item .section-carousel .carousel-item .col-12.col-md-4 {
    padding-bottom: 25px;
  }
}
#index .activity-section .act-item .section-carousel .carousel-item .col-12.col-md-4 p {
  color: #302D2C;
}
#index .marketing-section .mark-item {
  padding: 0 !important;
}
#index .marketing-section .row {
  padding: 80px 0 100px 0;
}
@media only screen and (max-width: 768px) {
  #index .marketing-section .row {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .marketing-section .row {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 414px) {
  #index .marketing-section .row {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 320px) {
  #index .marketing-section .row {
    padding: 15px 0 20px 0;
  }
}
#index .marketing-section .row .marketing {
  padding: 0 20px;
}
@media (max-width: 1260px) {
  #index .marketing-section .row .marketing {
    padding: 0 15px;
  }
}
@media (max-width: 885px) {
  #index .marketing-section .row .marketing {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  #index .marketing-section .row .marketing {
    padding: 20px 5px;
  }
}
#index .marketing-section .row .marketing img {
  width: 65%;
}
@media (max-width: 1326px) {
  #index .marketing-section .row .marketing h4 {
    font-size: 1.3rem !important;
  }
}
#index .marketing-section .row .marketing.col-md-2 {
  flex: 0 0 14% !important;
  max-width: 14% !important;
  margin: auto;
}
@media (max-width: 768px) {
  #index .marketing-section .row .marketing.col-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
}
@media only screen and (max-width: 991.88px) {
  #index .kid-section {
    padding: 0 !important;
  }
}
#index .kid-section .kid-item {
  background: #F2F3F5;
}
@media only screen and (max-width: 991.88px) {
  #index .kid-section .kid-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#index .kid-section .kid-item .row {
  padding: 50px;
}
@media (max-width: 1610px) {
  #index .kid-section .kid-item .row {
    padding: 50px 40px;
  }
}
@media (max-width: 1536px) {
  #index .kid-section .kid-item .row {
    padding: 50px 30px;
  }
}
@media (max-width: 1446px) {
  #index .kid-section .kid-item .row {
    padding: 50px 15px;
  }
}
@media (max-width: 1372px) {
  #index .kid-section .kid-item .row {
    padding: 50px 10px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .kid-section .kid-item .row {
    padding: 20px 60px;
  }
}
@media only screen and (max-width: 991.88px) {
  #index .kid-section .kid-item .row {
    padding: 20px 80px;
  }
}
@media only screen and (max-width: 768px) {
  #index .kid-section .kid-item .row {
    padding: 20px 50px;
  }
}
@media (max-width: 600px) {
  #index .kid-section .kid-item .row {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 414px) {
  #index .kid-section .kid-item .row {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 375px) {
  #index .kid-section .kid-item .row {
    padding: 10px;
  }
}
#index .kid-section .kid-item .row .col-lg-12 {
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  #index .kid-section .kid-item .row .col-lg-12 {
    padding: 0 20px;
  }
}
@media (max-width: 1402px) {
  #index .kid-section .kid-item .row .col-lg-12 {
    padding: 0 15px;
  }
}
@media (max-width: 1300px) {
  #index .kid-section .kid-item .row .col-lg-12 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .kid-section .kid-item .row .col-lg-12 {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991.88px) {
  #index .kid-section .kid-item .row .col-lg-12 {
    padding: 20px 80px;
  }
}
@media only screen and (max-width: 768px) {
  #index .kid-section .kid-item .row .col-lg-12 {
    padding: 20px 50px;
  }
}
@media (max-width: 600px) {
  #index .kid-section .kid-item .row .col-lg-12 {
    padding: 20px 30px;
  }
}
@media (max-width: 520px) {
  #index .kid-section .kid-item .row .col-lg-12 {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 414px) {
  #index .kid-section .kid-item .row .col-lg-12 {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 375px) {
  #index .kid-section .kid-item .row .col-lg-12 {
    padding: 15px 10px;
  }
}
#index .kid-section .kid-item .row .col-lg-12 .card {
  border-radius: 0;
  flex-direction: inherit;
}
#index .kid-section .kid-item .row .col-lg-12 .card .text {
  padding: 80px 25px 0 30px;
}
@media (max-width: 1770px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text {
    padding: 45px 0 0 20px;
  }
}
@media (max-width: 1610px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text {
    padding: 30px 0 0 20px;
  }
}
@media (max-width: 1446px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text {
    padding: 25px 0 0 10px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text {
    padding: 80px 25px 0 30px;
  }
}
@media (max-width: 650px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text {
    padding: 40px 0 0 20px;
  }
}
@media only screen and (max-width: 414px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text {
    padding: 30px 0 0 15px;
  }
}
@media only screen and (max-width: 375px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text {
    padding: 25px 0 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text {
    padding: 15px 0 0 10px;
  }
}
@media (max-width: 1372px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text h5 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text h5 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 414px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text h5 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 320px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text h5 {
    font-size: 0.9rem;
  }
}
#index .kid-section .kid-item .row .col-lg-12 .card .text p {
  color: #9FA3A7;
  line-height: 26px;
}
@media (max-width: 1402px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text p {
    line-height: 26px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text p {
    margin-top: 15px !important;
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 375px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 320px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text p {
    margin-top: 10px !important;
    font-size: 13.5px;
  }
}
@media (max-width: 1356px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text a.btn {
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 1300px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text a.btn {
    padding: 0.375rem 0.2rem;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text a.btn {
    padding: 0.375rem 0.75rem;
  }
}
@media only screen and (max-width: 414px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text a.btn {
    padding: 0.375rem 0.5rem;
  }
}
@media only screen and (max-width: 375px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text a.btn {
    padding: 0.375rem 0.2rem;
  }
}
@media only screen and (max-width: 320px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text a.btn.btn-primary {
    font-size: 13px;
    width: 140px !important;
  }
}
#index .kid-section .kid-item .row .col-lg-12 .card .text .reserve-btn {
  position: absolute;
  right: -118px;
  z-index: 3;
  bottom: 30px;
}
@media (max-width: 1770px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text .reserve-btn {
    right: -78px;
    bottom: 20px;
  }
}
@media (max-width: 1610px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text .reserve-btn {
    right: -58px;
  }
}
@media (max-width: 1536px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text .reserve-btn {
    right: -62px;
    bottom: 25px;
  }
}
@media (max-width: 1446px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text .reserve-btn {
    right: -54px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text .reserve-btn {
    right: -126px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 991.88px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text .reserve-btn {
    right: -174px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text .reserve-btn {
    right: -130px;
  }
}
@media (max-width: 650px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text .reserve-btn {
    right: -80px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 414px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text .reserve-btn {
    right: -46px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #index .kid-section .kid-item .row .col-lg-12 .card .text .reserve-btn {
    right: -20px;
    bottom: 6px;
  }
}
#index .talent-section {
  margin-bottom: 50px;
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .talent-section {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 414px) {
  #index .talent-section {
    margin-bottom: 10px;
  }
}
#index .talent-section .talent-item .row {
  padding: 30px 0;
}
@media only screen and (max-width: 414px) {
  #index .talent-section .talent-item .row {
    padding: 15px 0;
  }
}
#index .talent-section .talent-item .row .tag {
  width: 20%;
}
@media (max-width: 767.88px) {
  #index .talent-section .talent-item .row .tag {
    margin-top: 10px !important;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
#index .talent-section .talent-item .row .tag .btn {
  border-radius: 2rem;
  border: none;
  color: #302D2C;
  background-color: #DFE7E9;
  padding: 0.375rem 1.5rem;
  cursor: default !important;
}
@media (max-width: 600px) {
  #index .talent-section .talent-item .row .tag .btn {
    padding: 0.375rem 1rem;
  }
}
@media (max-width: 510px) {
  #index .talent-section .talent-item .row .tag .btn {
    padding: 0.375rem 1.25rem;
    font-size: 14.5px;
  }
}
@media (max-width: 510px) {
  #index .talent-section .deco-arrow {
    margin-top: 20px !important;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .talent-section .deco-arrow {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 414px) {
  #index .talent-section .deco-arrow {
    margin-top: 10px !important;
  }
}
#index .cut-section {
  padding: 0;
}
#index .cut-section .cut-item {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 414px) {
  #index .cut-section .cut-item {
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 414px) {
  #index .cut-section .cut-item .deco-dot {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 414px) {
  #index .cut-section .cut-item .deco-dot img {
    width: 27%;
  }
}
#index .cut-section .cut-item .bg-gray {
  background-color: #F4F4F4;
}
#index .cut-section .cut-item .bg-gray small,
#index .cut-section .cut-item .bg-gray p {
  color: #9FA3A7;
}
#index .cut-section .cut-item .bg-gray a {
  color: #6EB3D2;
}
#index .cut-section .cut-item .bg-yellow {
  background-color: #FFC80A;
}
#index .cut-section .cut-item .bg-yellow small,
#index .cut-section .cut-item .bg-yellow p,
#index .cut-section .cut-item .bg-yellow a {
  color: #ffffff;
}
#index .cut-section .cut-item .text {
  padding: 30px 25px;
}
@media (max-width: 1610px) {
  #index .cut-section .cut-item .text {
    padding: 20px 15px;
  }
}
@media (max-width: 1384px) {
  #index .cut-section .cut-item .text {
    padding: 15px 10px;
  }
}
@media (max-width: 1225px) {
  #index .cut-section .cut-item .text {
    padding: 10px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .cut-section .cut-item .text {
    padding: 40px 30px;
  }
}
@media (max-width: 795px) {
  #index .cut-section .cut-item .text {
    padding: 30px 25px;
  }
}
@media (max-width: 680px) {
  #index .cut-section .cut-item .text {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 414px) {
  #index .cut-section .cut-item .text {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 320px) {
  #index .cut-section .cut-item .text {
    padding: 10px;
  }
}
@media (max-width: 1610px) {
  #index .cut-section .cut-item .text h5 {
    margin-top: 15px;
    font-size: 1.15rem;
  }
}
@media (max-width: 1384px) {
  #index .cut-section .cut-item .text h5 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .cut-section .cut-item .text h5 {
    font-size: 1.25rem;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 414px) {
  #index .cut-section .cut-item .text h5 {
    margin-top: 15px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  #index .cut-section .cut-item .text h5 {
    margin-top: 10px;
  }
}
@media (max-width: 1610px) {
  #index .cut-section .cut-item .text p {
    margin-top: 15px;
  }
}
@media (max-width: 1384px) {
  #index .cut-section .cut-item .text p {
    font-size: 15px;
  }
}
@media (max-width: 1225px) {
  #index .cut-section .cut-item .text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .cut-section .cut-item .text p {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 414px) {
  #index .cut-section .cut-item .text p {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  #index .cut-section .cut-item .text p {
    margin-top: 10px;
    font-size: 13.5px;
  }
}
#index .cut-section .cut-item .text a {
  padding-top: 80px;
}
@media (max-width: 1870px) {
  #index .cut-section .cut-item .text a {
    padding-top: 50px;
  }
}
@media (max-width: 1740px) {
  #index .cut-section .cut-item .text a {
    padding-top: 30px;
  }
}
@media (max-width: 1482px) {
  #index .cut-section .cut-item .text a {
    font-size: 15px;
    padding-top: 20px;
  }
}
@media (max-width: 1384px) {
  #index .cut-section .cut-item .text a {
    font-size: 14px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #index .cut-section .cut-item .text a {
    font-size: 16px;
    padding-top: 120px;
  }
}
@media (max-width: 1100px) {
  #index .cut-section .cut-item .text a {
    padding-top: 90px;
  }
}
@media (max-width: 1000px) {
  #index .cut-section .cut-item .text a {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991.88px) {
  #index .cut-section .cut-item .text a {
    padding-top: 100px;
  }
}
@media (max-width: 960px) {
  #index .cut-section .cut-item .text a {
    padding-top: 60px;
  }
}
@media (max-width: 860px) {
  #index .cut-section .cut-item .text a {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #index .cut-section .cut-item .text a {
    padding-top: 70px;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  #index .cut-section .cut-item .text a {
    padding-top: 30px;
  }
}
@media (max-width: 680px) {
  #index .cut-section .cut-item .text a {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 414px) {
  #index .cut-section .cut-item .text a {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  #index .cut-section .cut-item .text a {
    padding-top: 5px;
  }
}

/* ====================================
               All Content
   ==================================== */
.text-section {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .text-section {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 414px) {
  .text-section {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .text-section {
    margin-top: 40px;
  }
}
.text-section .deco-dot {
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .text-section .deco-dot {
    padding: 10px 0;
  }
}
.text-section .deco-dot img {
  width: 90px;
}
.text-section p {
  color: #7B8591;
  line-height: 28px;
}
@media only screen and (max-width: 414px) {
  .text-section p {
    padding-top: 0;
  }
}

/* ====================================
                  About
   ==================================== */
#about .about-section {
  margin-top: -70px;
}
@media (max-width: 550px) {
  #about .about-section {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 414px) {
  #about .about-section {
    margin-top: -30px;
    padding: 0;
  }
}
@media only screen and (max-width: 320px) {
  #about .about-section {
    margin-top: -20px;
  }
}
@media (max-width: 550px) {
  #about .about-section .col-md-7 {
    padding: 0;
  }
}
#about .about-section .col-md-7 .about-item {
  color: #ffffff;
  padding: 0 40px;
}
@media (max-width: 768px) and (max-height: 1024px) {
  #about .about-section .col-md-7 .about-item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 414px) {
  #about .about-section .col-md-7 .about-item {
    width: 100vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 375px) {
  #about .about-section .col-md-7 .about-item {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 320px) {
  #about .about-section .col-md-7 .about-item {
    padding: 0 10px;
  }
}
#about .about-section .col-md-7 .about-item .one,
#about .about-section .col-md-7 .about-item .two,
#about .about-section .col-md-7 .about-item .three,
#about .about-section .col-md-7 .about-item .four {
  padding: 20px 20px 30px 20px;
}
@media (max-width: 1530px) {
  #about .about-section .col-md-7 .about-item .one,
  #about .about-section .col-md-7 .about-item .two,
  #about .about-section .col-md-7 .about-item .three,
  #about .about-section .col-md-7 .about-item .four {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #about .about-section .col-md-7 .about-item .one,
  #about .about-section .col-md-7 .about-item .two,
  #about .about-section .col-md-7 .about-item .three,
  #about .about-section .col-md-7 .about-item .four {
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width: 550px) {
  #about .about-section .col-md-7 .about-item .one,
  #about .about-section .col-md-7 .about-item .two,
  #about .about-section .col-md-7 .about-item .three,
  #about .about-section .col-md-7 .about-item .four {
    padding: 15px;
  }
}
#about .about-section .col-md-7 .about-item .one img,
#about .about-section .col-md-7 .about-item .two img,
#about .about-section .col-md-7 .about-item .three img,
#about .about-section .col-md-7 .about-item .four img {
  width: 75px;
}
@media (max-width: 1530px) {
  #about .about-section .col-md-7 .about-item .one img,
  #about .about-section .col-md-7 .about-item .two img,
  #about .about-section .col-md-7 .about-item .three img,
  #about .about-section .col-md-7 .about-item .four img {
    width: 65px;
  }
}
@media only screen and (max-width: 1440px) {
  #about .about-section .col-md-7 .about-item .one img,
  #about .about-section .col-md-7 .about-item .two img,
  #about .about-section .col-md-7 .about-item .three img,
  #about .about-section .col-md-7 .about-item .four img {
    width: 55px;
  }
}
@media (max-width: 1530px) {
  #about .about-section .col-md-7 .about-item .one h5,
  #about .about-section .col-md-7 .about-item .two h5,
  #about .about-section .col-md-7 .about-item .three h5,
  #about .about-section .col-md-7 .about-item .four h5 {
    padding: 10px 0 0 0;
  }
}
#about .about-section .col-md-7 .about-item .one {
  background-color: #E5554A;
}
#about .about-section .col-md-7 .about-item .two {
  background-color: #65C4F2;
}
#about .about-section .col-md-7 .about-item .three {
  background-color: #FFC80A;
}
@media only screen and (max-width: 1199.88px) {
  #about .about-section .col-md-7 .about-item .three {
    margin-top: 20px;
  }
}
#about .about-section .col-md-7 .about-item .four {
  background-color: #1E9183;
}
@media only screen and (max-width: 1199.88px) {
  #about .about-section .col-md-7 .about-item .four {
    margin-top: 20px;
  }
}
#about .member-section {
  padding: 60px 0;
}
@media (max-width: 768px) and (max-height: 1024px) {
  #about .member-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 414px) {
  #about .member-section {
    padding: 30px 15px 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #about .member-section .row {
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 320px) {
  #about .member-section .row .col-12 {
    padding: 0;
  }
}
#about .member-section .row .col-12 .col-6 small.underline {
  position: relative;
}
#about .member-section .row .col-12 .col-6 small.underline:before {
  bottom: -8px !important;
}
#about .member-section .row .col-6 {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  #about .member-section .row .col-6 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 414px) {
  #about .member-section .row .col-6 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 320px) {
  #about .member-section .row .col-6 {
    padding: 0;
  }
}
@media only screen and (max-width: 320px) {
  #about .member-section .row .col-6 {
    max-width: 70%;
    flex: 0 0 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 414px) {
  #about .member-section .row .col-6 img {
    width: 100%;
  }
}
#about .member-section .row .col-6 h5 {
  margin-bottom: 0;
}
#about .member-section .row .col-6 small {
  color: #9FA3A7;
}
#about .member-section .row .col-6 small.underline {
  color: #302D2C;
  position: relative;
}
#about .member-section .row .col-6 small.underline:before {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -8px;
  width: 32px;
  margin: 0 auto;
  background: #DFE7E9;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 320px) {
  #about .member-section .row .col-6 small.underline:before {
    bottom: -10px !important;
  }
}
#about .member-section .row .col-6 p {
  color: #9FA3A7 !important;
  font-size: 15px;
}
@media only screen and (max-width: 375px) {
  #about .member-section .row .col-6 p {
    font-size: 13.5px;
  }
}
@media only screen and (max-width: 414px) {
  #about .member-section .row .col-6 p.wrap {
    overflow-wrap: break-word;
  }
}
@media only screen and (max-width: 414px) {
  #about .member-section .row .col-6 a {
    color: #9FA3A7 !important;
  }
}
#about .company-section {
  padding: 120px 0 50px 0;
}
@media only screen and (max-width: 414px) {
  #about .company-section {
    padding: 40px 0 10px 0;
  }
}
#about .company-section .company-title {
  background-color: #DFE7E9;
  padding: 20px 0;
  margin-top: 60px;
}
@media only screen and (max-width: 414px) {
  #about .company-section .company-title {
    margin-top: 30px;
  }
}
#about .company-section .company-title ul {
  padding: 0 20px;
}
@media only screen and (max-width: 375px) {
  #about .company-section .company-title ul {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 320px) {
  #about .company-section .company-title ul {
    padding: 0 10px;
  }
}
@media (max-width: 710px) {
  #about .company-section .company-title ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 375px) {
  #about .company-section .company-title ul li .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media only screen and (max-width: 320px) {
  #about .company-section .company-title ul li .btn {
    padding: 0.375rem 0.3rem;
  }
}
#about .company-section .company-title ul li .btn.btn-primary {
  color: #9FA3A7;
  background-color: #DFE7E9 !important;
  border-radius: 20px;
}
#about .company-section .company-title ul li .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#about .company-section .company-title ul li .btn.btn-primary b {
  padding: 8px;
}
@media only screen and (max-width: 414px) {
  #about .company-section .company-title ul li .btn.btn-primary b {
    padding: 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  #about .company-section .company-title ul li .btn.btn-primary b {
    font-size: 14.5px;
  }
}
#about .company-section .content {
  background-color: #F4F4F4;
  padding: 70px 0 100px 0;
}
@media only screen and (max-width: 414px) {
  #about .company-section .content {
    padding: 30px 0 50px 0;
  }
}
@media only screen and (max-width: 320px) {
  #about .company-section .content {
    padding: 10px 0 30px 0;
  }
}
@media only screen and (max-width: 414px) {
  #about .company-section .content .tab-content {
    padding: 0;
  }
}
@media only screen and (max-width: 414px) {
  #about .company-section .content .tab-content .section-carousel {
    margin-top: 10px;
  }
}
#about .company-section .content .tab-content .section-carousel .carousel-inner {
  width: 75%;
}
@media only screen and (max-width: 414px) {
  #about .company-section .content .tab-content .section-carousel .carousel-inner {
    width: 75%;
  }
}
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3,
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 {
  padding: 15px;
}
@media only screen and (max-width: 414px) {
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3,
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 {
    padding: 15px 8px;
  }
}
@media only screen and (max-width: 320px) {
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3,
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 {
    padding: 15px 7px;
  }
}
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card,
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card {
  border-radius: 0;
}
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card .text,
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card .text {
  padding: 15px 15px 10px 20px;
  text-align: center;
}
@media (max-width: 650px) {
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card .text,
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card .text {
    padding: 10px;
  }
}
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card .text p,
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card .text p {
  color: #302D2C;
  margin-bottom: 0.2rem;
}
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card .text small,
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card .text small {
  color: #9FA3A7;
}
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card iframe,
#about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card iframe {
  height: 28vh;
}
@media (max-width: 1024px) {
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card iframe,
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card iframe {
    height: auto;
  }
}
@media only screen and (max-width: 414px) {
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card iframe,
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card iframe {
    height: 28vh;
  }
}
@media only screen and (max-width: 375px) {
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card iframe,
  #about .company-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card iframe {
    height: 24vh;
  }
}
#about .graphic-section {
  padding: 100px 0;
}
@media (max-width: 768px) and (max-height: 1024px) {
  #about .graphic-section {
    padding: 50px 0;
  }
}
@media (max-width: 500px) {
  #about .graphic-section {
    padding: 0;
  }
}
@media only screen and (max-width: 414px) {
  #about .graphic-section {
    padding: 30px 10px 40px 10px;
  }
}
#about .graphic-section h5 {
  line-height: 34px;
}
@media (max-width: 500px) {
  #about .graphic-section .scroll {
    margin-top: 0;
  }
}
#about .bg-section {
  background-color: #DFE7E9;
  padding: 200px 0;
  margin-top: -280px;
}
@media only screen and (max-width: 1440px) {
  #about .bg-section {
    margin-top: -240px;
    padding: 160px 0;
  }
}
@media only screen and (max-width: 991.88px) {
  #about .bg-section {
    margin-top: -210px;
    padding: 130px 0;
  }
}
@media (max-width: 850px) {
  #about .bg-section {
    margin-top: -200px;
    padding: 120px 0;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  #about .bg-section {
    margin-top: -150px;
  }
}
@media (max-width: 500px) {
  #about .bg-section {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 414px) {
  #about .bg-section {
    margin-top: -120px;
    padding: 100px 0;
  }
}

/* ====================================
                  News
   ==================================== */
#news .news-section {
  padding: 20px 0 50px 0;
}
@media only screen and (max-width: 414px) {
  #news .news-section {
    padding: 0px 0 20px 0;
  }
}
#news .news-section .col-12 {
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  #news .news-section .col-12 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 414px) {
  #news .news-section .col-12:first-of-type {
    margin-top: 10px;
  }
}
#news .news-section .col-12 .news-item {
  background-color: #F4F4F4;
  padding: 20px;
}
@media only screen and (max-width: 414px) {
  #news .news-section .col-12 .news-item .d-flex {
    display: block !important;
  }
}
#news .news-section .col-12 .news-item .d-flex .col-9 {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 414px) {
  #news .news-section .col-12 .news-item .d-flex .col-9 {
    padding: 20px 0 0 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#news .news-section .col-12 .news-item .d-flex .col-9 small {
  color: #9FA3A7;
  margin-top: -26px;
}
@media (max-width: 1100px) {
  #news .news-section .col-12 .news-item .d-flex .col-9 h5 {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 900px) {
  #news .news-section .col-12 .news-item .d-flex .col-9 h5 {
    width: 180px;
  }
}
@media (max-width: 830px) {
  #news .news-section .col-12 .news-item .d-flex .col-9 h5 {
    width: 165px;
  }
}
@media (max-width: 767.88px) {
  #news .news-section .col-12 .news-item .d-flex .col-9 h5 {
    width: auto;
    text-overflow: unset;
  }
}
#news .news-section .col-12 .news-item .d-flex .col-9 p {
  color: #7B8591;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
#news .news-section .col-12 .news-item .d-flex .col-9 a small {
  color: #302D2C;
}
@media only screen and (max-width: 414px) {
  #news .news-section .col-12 .news-item .d-flex .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
#news .news-section .col-12 .news-item .d-flex .col-3 img {
  vertical-align: text-top;
  border-radius: 0.6rem;
}
@media only screen and (max-width: 414px) {
  #news .news-section .col-12 .news-item .d-flex .col-3 img {
    width: 60% !important;
  }
}
#news .news-section nav.navigation {
  padding: 50px 0 90px 0 !important;
}
#news .news-section nav.navigation .pagination .page-item,
#news .news-section nav.navigation .pagination .page-item2 {
  margin: 0 12px;
  border-radius: 20px;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 414px) {
  #news .news-section nav.navigation .pagination .page-item,
  #news .news-section nav.navigation .pagination .page-item2 {
    margin: 0 7px;
  }
}
@media only screen and (max-width: 320px) {
  #news .news-section nav.navigation .pagination .page-item,
  #news .news-section nav.navigation .pagination .page-item2 {
    margin: 0 3px;
  }
}
#news .news-section nav.navigation .pagination .page-item.active-now,
#news .news-section nav.navigation .pagination .page-item2.active-now {
  background-color: #F4F4F4;
}
#news .news-section nav.navigation .pagination .page-item.active-now .page-link,
#news .news-section nav.navigation .pagination .page-item2.active-now .page-link {
  color: #302D2C;
}
#news .news-section nav.navigation .pagination .page-item.active-now .page-link:focus,
#news .news-section nav.navigation .pagination .page-item2.active-now .page-link:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
#news .news-section nav.navigation .pagination .page-item:hover,
#news .news-section nav.navigation .pagination .page-item2:hover {
  border: 2px solid #ffffff;
}
#news .news-section nav.navigation .pagination .page-item .page-link,
#news .news-section nav.navigation .pagination .page-item2 .page-link {
  border: none;
  background: none;
  padding: 0.4rem 0.75rem;
  color: #9FA3A7;
}
#news .news-section nav.navigation .pagination .page-item .page-link:hover,
#news .news-section nav.navigation .pagination .page-item2 .page-link:hover {
  color: #302D2C;
}
#news .news-section nav.navigation .pagination .page-item .page-link:focus,
#news .news-section nav.navigation .pagination .page-item2 .page-link:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
#news .news-section nav.navigation .pagination .page-item2 {
  border: 2px solid #FFC80A;
}
#news .news-section nav.navigation .pagination .page-item2:hover {
  border: 2px solid #FFC80A;
}
#news .news-section nav.navigation .pagination .page-item2 i {
  font-size: 12px;
}
#news .news-section nav.navigation .pagination .page-item2 i:hover {
  color: #302D2C;
}

/* ====================================
               News Content
   ==================================== */
.news .news-content-section {
  background-color: #F2F3F5;
}
.news .news-content-section .text small {
  color: #9FA3A7;
}
@media only screen and (max-width: 414px) {
  .news .news-content-section .text h4 {
    margin-top: 15px;
  }
}
.news .news-content-section .text p {
  color: #7B8591;
}
@media only screen and (max-width: 414px) {
  .news .news-content-section .text p {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .news .news-content-section .photo {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .news .news-content-section .photo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .news .news-content-section .photo .col-12 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 414px) {
  .news .news-content-section .photo .col-12 {
    margin-top: 20px;
  }
}
.news .news-content-section .photo .col-12 .card {
  border-radius: initial;
  background-color: rgba(255, 255, 255, 0);
}
.news .news-content-section .photo .col-12 iframe {
  height: 40vw;
}
.news .news-content-section .more-btn {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .news .news-content-section .more-btn {
    padding: 50px 0;
  }
}
.news .navigation {
  font-size: 15px;
}
@media only screen and (max-width: 414px) {
  .news .navigation {
    margin: 30px 0 50px 0;
  }
}
@media only screen and (max-width: 320px) {
  .news .navigation {
    font-size: 14px;
  }
}
.news .navigation .page-item,
.news .navigation .page-item2 {
  margin: 0 14px;
}
@media only screen and (max-width: 375px) {
  .news .navigation .page-item,
  .news .navigation .page-item2 {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 320px) {
  .news .navigation .page-item,
  .news .navigation .page-item2 {
    margin: 0 5px;
  }
}
.news .navigation .page-item .page-link,
.news .navigation .page-item2 .page-link {
  border: none;
  background: none;
  color: #9FA3A7;
  line-height: 2.25;
}
@media only screen and (max-width: 320px) {
  .news .navigation .page-item .page-link,
  .news .navigation .page-item2 .page-link {
    line-height: 3;
  }
}
.news .navigation .page-item .page-link:hover,
.news .navigation .page-item2 .page-link:hover {
  color: #302D2C;
}
.news .navigation .page-item .page-link:focus,
.news .navigation .page-item2 .page-link:focus {
  box-shadow: none !important;
}
.news .navigation .page-item2 i {
  font-size: 12px;
  border-radius: 20px;
  padding: 0.65rem;
  border: 2px solid #FFC80A;
}
.news .navigation .page-item2 i:hover {
  color: #302D2C;
}
.news .navigation small {
  margin-top: 16px;
}
@media only screen and (max-width: 320px) {
  .news .navigation small {
    margin-top: 20px;
  }
}

/* ====================================
                 Wdmc
   ==================================== */
@media (max-width: 500px) {
  #wdmc .service-section {
    padding: 0 8px !important;
  }
}
#wdmc .service-section .title img {
  width: 150px;
}
@media only screen and (max-width: 414px) {
  #wdmc .service-section .title img {
    width: 100px;
  }
}
#wdmc .service-section .subtitle {
  padding: 0 7px;
}
#wdmc .service-section .row {
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 414px) {
  #wdmc .service-section .row {
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .service-section .row {
    padding: 0;
  }
}
#wdmc .service-section .row .col-6 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 414px) {
  #wdmc .service-section .row .col-6:nth-of-type(3), #wdmc .service-section .row .col-6:nth-of-type(4) {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 1366px) {
  #wdmc .service-section .row .col-6 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 414px) {
  #wdmc .service-section .row .col-6 {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .service-section .row .col-6 {
    padding: 0 7px;
  }
}
#wdmc .service-section .row .col-6 .act-item {
  background-color: #ececec;
  padding: 15px;
}
@media (max-width: 1530px) {
  #wdmc .service-section .row .col-6 .act-item {
    padding: 15px 15px 5px 15px;
  }
}
@media (max-width: 500px) {
  #wdmc .service-section .row .col-6 .act-item {
    padding: 15px 12px 5px;
  }
}
#wdmc .service-section .row .col-6 .act-item img {
  border-radius: 0.7rem;
}
@media (max-width: 1024px) {
  #wdmc .service-section .row .col-6 .act-item .card-body {
    padding: 15px 5px !important;
  }
}
@media (max-width: 500px) {
  #wdmc .service-section .row .col-6 .act-item .card-body {
    padding: 10px 0 !important;
  }
}
#wdmc .service-section .row .col-6 .act-item .card-body h5 {
  text-align: center;
}
@media (max-width: 1024px) {
  #wdmc .service-section .row .col-6 .act-item .card-body h5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 500px) {
  #wdmc .service-section .row .col-6 .act-item .card-body h5 {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 375px) {
  #wdmc .service-section .row .col-6 .act-item .card-body h5 {
    font-size: 1.05rem;
  }
}
#wdmc .service-section .row .col-6 .act-item .card-body p {
  color: #7B8591;
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 414px) {
  #wdmc .service-section .row .col-6 .act-item .card-body p {
    font-size: 13.5px;
  }
}
@media only screen and (max-width: 375px) {
  #wdmc .service-section .row .col-6 .act-item .card-body p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .service-section .row .col-6 .act-item .card-body p {
    font-size: 12px;
  }
}
#wdmc .case-section {
  padding: 120px 0 50px 0;
}
@media only screen and (max-width: 414px) {
  #wdmc .case-section {
    padding: 50px 0 10px 0;
  }
}
#wdmc .case-section .case-title {
  background-color: #DFE7E9;
  padding: 20px 0;
  margin-top: 60px;
}
@media only screen and (max-width: 414px) {
  #wdmc .case-section .case-title {
    margin-top: 40px;
  }
}
#wdmc .case-section .case-title ul {
  padding: 0 20px;
}
@media only screen and (max-width: 375px) {
  #wdmc .case-section .case-title ul {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .case-section .case-title ul {
    padding: 0 10px;
  }
}
@media (max-width: 710px) {
  #wdmc .case-section .case-title ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 375px) {
  #wdmc .case-section .case-title ul li .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .case-section .case-title ul li .btn {
    padding: 0.375rem 0.3rem;
  }
}
#wdmc .case-section .case-title ul li .btn.btn-primary {
  color: #9FA3A7;
  background-color: #DFE7E9 !important;
  border-radius: 20px;
}
#wdmc .case-section .case-title ul li .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#wdmc .case-section .case-title ul li .btn.btn-primary b {
  padding: 8px;
}
@media only screen and (max-width: 414px) {
  #wdmc .case-section .case-title ul li .btn.btn-primary b {
    padding: 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14.5px;
  }
}
#wdmc .case-section .content {
  background-color: #F4F4F4;
  padding: 70px 0 100px 0;
}
@media only screen and (max-width: 414px) {
  #wdmc .case-section .content {
    padding: 30px 0 50px 0;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .case-section .content {
    padding: 10px 0 30px 0;
  }
}
@media only screen and (max-width: 414px) {
  #wdmc .case-section .content .tab-content {
    padding: 0;
  }
}
@media only screen and (max-width: 414px) {
  #wdmc .case-section .content .tab-content .section-carousel {
    margin-top: 10px;
  }
}
#wdmc .case-section .content .tab-content .section-carousel .carousel-inner {
  width: 75%;
}
@media only screen and (max-width: 414px) {
  #wdmc .case-section .content .tab-content .section-carousel .carousel-inner {
    width: 75%;
  }
}
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3,
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 {
  padding: 15px;
}
@media only screen and (max-width: 414px) {
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3,
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 {
    padding: 15px 8px 20px 8px;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3,
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 {
    padding: 15px 7px;
  }
}
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card,
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card {
  border-radius: 0;
}
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card .text,
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card .text {
  padding: 15px 15px 10px 20px;
  text-align: center;
}
@media (max-width: 650px) {
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card .text,
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card .text {
    padding: 10px;
  }
}
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card .text p,
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card .text p {
  color: #302D2C;
  margin-bottom: 0.2rem;
}
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card .text small,
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card .text small {
  color: #9FA3A7;
}
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card iframe,
#wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card iframe {
  height: 28vh;
}
@media (max-width: 1024px) {
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card iframe,
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card iframe {
    height: auto;
  }
}
@media only screen and (max-width: 414px) {
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card iframe,
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card iframe {
    height: 28vh;
  }
}
@media only screen and (max-width: 375px) {
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-3 .card iframe,
  #wdmc .case-section .content .tab-content .section-carousel .carousel-item .col-6.col-xl-4 .card iframe {
    height: 24vh;
  }
}
#wdmc .design-section {
  padding: 20px 0 120px 0;
}
@media only screen and (max-width: 414px) {
  #wdmc .design-section {
    padding: 40px 0 110px 0;
  }
}
#wdmc .design-section .carousel-indicators li {
  background-color: #9FA3A7 !important;
}
#wdmc .design-section .carousel-inner {
  padding: 50px 0 80px 0;
  margin: 0 auto !important;
}
@media only screen and (max-width: 414px) {
  #wdmc .design-section .carousel-inner {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .design-section .carousel-inner {
    padding: 0 0 20px 0;
  }
}
#wdmc .design-section .carousel-inner .carousel-item {
  margin: 0 auto !important;
}
@media only screen and (max-width: 414px) {
  #wdmc .design-section .carousel-inner .carousel-item {
    margin: 0 auto 30px auto !important;
  }
}
#wdmc .design-section .carousel-inner .carousel-item.active {
  display: flex !important;
}
#wdmc .design-section .carousel-inner .col-6.col-md-4 {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  #wdmc .design-section .carousel-inner .col-6.col-md-4 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .design-section .carousel-inner .col-6.col-md-4 {
    margin-top: 20px;
  }
}
#wdmc .design-section .carousel-inner .col-6.col-md-4 img {
  border-radius: 0.6rem;
}
#wdmc .design-section .carousel-inner .col-6.col-md-4 .card-img-overlay {
  background-color: rgba(48, 45, 44, 0.7);
  border-radius: 0 0 0.7rem 0.7rem;
  height: 10vh;
  top: unset;
  padding: 20px 8px 0 8px;
}
@media only screen and (max-width: 1440px) {
  #wdmc .design-section .carousel-inner .col-6.col-md-4 .card-img-overlay {
    padding: 10px 8px 0 8px;
  }
}
@media (max-width: 1024px) {
  #wdmc .design-section .carousel-inner .col-6.col-md-4 .card-img-overlay {
    height: 8vh;
  }
}
@media only screen and (max-width: 414px) {
  #wdmc .design-section .carousel-inner .col-6.col-md-4 .card-img-overlay {
    padding: 15px 8px 0 8px;
    height: 10vh;
  }
}
@media only screen and (max-width: 375px) {
  #wdmc .design-section .carousel-inner .col-6.col-md-4 .card-img-overlay {
    padding: 9px 6px 0 6px;
    height: 9vh;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .design-section .carousel-inner .col-6.col-md-4 .card-img-overlay {
    padding: 8px 8px 0 8px;
    height: 13vh;
  }
}
#wdmc .design-section .carousel-inner .col-6.col-md-4 .card-img-overlay h5 {
  color: #ffffff;
  margin-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  #wdmc .design-section .carousel-inner .col-6.col-md-4 .card-img-overlay h5 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  #wdmc .design-section .carousel-inner .col-6.col-md-4 .card-img-overlay h5 {
    font-size: 0.9rem;
  }
}
#wdmc .design-section .carousel-inner .col-6.col-md-4 .card-img-overlay small {
  color: #ffffff;
}

/* ====================================
                Activity
   ==================================== */
#activity .service-section .title img {
  width: 150px;
}
@media only screen and (max-width: 414px) {
  #activity .service-section .title img {
    width: 100px;
  }
}
#activity .service-section .row {
  padding: 80px 0 100px 0;
}
@media only screen and (max-width: 768px) {
  #activity .service-section .row {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  #activity .service-section .row {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 414px) {
  #activity .service-section .row {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 320px) {
  #activity .service-section .row {
    padding: 15px 0 20px 0;
  }
}
#activity .service-section .row .marketing {
  padding: 0 20px;
}
@media (max-width: 1260px) {
  #activity .service-section .row .marketing {
    padding: 0 15px;
  }
}
@media (max-width: 885px) {
  #activity .service-section .row .marketing {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  #activity .service-section .row .marketing {
    padding: 20px 5px;
  }
}
#activity .service-section .row .marketing img {
  width: 65%;
}
@media (max-width: 1326px) {
  #activity .service-section .row .marketing h4 {
    font-size: 1.3rem !important;
  }
}
#activity .service-section .row .marketing.col-md-2 {
  flex: 0 0 14% !important;
  max-width: 14% !important;
  margin: auto;
}
@media (max-width: 768px) {
  #activity .service-section .row .marketing.col-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
}
#activity .case-section {
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 414px) {
  #activity .case-section {
    padding: 0;
  }
}
#activity .case-section .case-title {
  background-color: #DFE7E9;
  padding: 20px 0;
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  #activity .case-section .case-title {
    margin-top: 0;
  }
}
#activity .case-section .case-title ul {
  padding: 0 15px;
}
@media only screen and (max-width: 414px) {
  #activity .case-section .case-title ul {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  #activity .case-section .case-title ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 622px) {
  #activity .case-section .case-title ul li .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media only screen and (max-width: 414px) {
  #activity .case-section .case-title ul li .btn {
    padding: 0.375rem 0.4rem;
  }
}
#activity .case-section .case-title ul li .btn.btn-primary {
  color: #9FA3A7;
  background-color: #DFE7E9 !important;
  border-radius: 20px;
}
#activity .case-section .case-title ul li .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#activity .case-section .case-title ul li .btn.btn-primary b {
  padding: 8px;
}
@media (max-width: 728px) {
  #activity .case-section .case-title ul li .btn.btn-primary b {
    padding: 0;
  }
}
@media (max-width: 522px) {
  #activity .case-section .case-title ul li .btn.btn-primary b {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  #activity .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  #activity .case-section .case-title ul li .btn.btn-primary b {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  #activity .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
  }
}
#activity .case-section .content {
  padding: 20px 0 180px 0;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 414px) {
  #activity .case-section .content {
    padding: 10px 0 140px 0;
  }
}
@media only screen and (max-width: 320px) {
  #activity .case-section .content {
    padding: 10px 0 120px 0;
  }
}
#activity .case-section .content #website .col-12.col-sm-6.col-xl-4,
#activity .case-section .content #website .col-6.col-xl-4 {
  margin-left: auto;
  margin-right: auto;
}
#activity .case-section .content .col-12.col-sm-6.col-xl-4,
#activity .case-section .content .col-6.col-xl-4 {
  margin-top: 80px;
}
@media only screen and (max-width: 414px) {
  #activity .case-section .content .col-12.col-sm-6.col-xl-4,
  #activity .case-section .content .col-6.col-xl-4 {
    margin-top: 40px;
    padding: 0 10px;
  }
}
#activity .case-section .content .col-12.col-sm-6.col-xl-4 img,
#activity .case-section .content .col-6.col-xl-4 img {
  border-radius: 0.7rem 0.7rem 0 0;
}
#activity .case-section .content .col-12.col-sm-6.col-xl-4 iframe,
#activity .case-section .content .col-6.col-xl-4 iframe {
  border-radius: 0.7rem 0.7rem 0 0;
  height: 28vh;
}
@media (max-width: 1024px) {
  #activity .case-section .content .col-12.col-sm-6.col-xl-4 iframe,
  #activity .case-section .content .col-6.col-xl-4 iframe {
    height: auto;
  }
}
@media (max-width: 767.88px) {
  #activity .case-section .content .col-12.col-sm-6.col-xl-4 iframe,
  #activity .case-section .content .col-6.col-xl-4 iframe {
    height: 28vh;
  }
}
@media (max-width: 736px) and (max-height: 414px) {
  #activity .case-section .content .col-12.col-sm-6.col-xl-4 iframe,
  #activity .case-section .content .col-6.col-xl-4 iframe {
    height: 50vh !important;
  }
}
@media (max-width: 568px) and (max-height: 320px) {
  #activity .case-section .content .col-12.col-sm-6.col-xl-4 iframe,
  #activity .case-section .content .col-6.col-xl-4 iframe {
    height: 70vh !important;
  }
}
@media only screen and (max-width: 414px) {
  #activity .case-section .content .col-12.col-sm-6.col-xl-4 iframe,
  #activity .case-section .content .col-6.col-xl-4 iframe {
    height: 28vh;
  }
}
@media only screen and (max-width: 375px) {
  #activity .case-section .content .col-12.col-sm-6.col-xl-4 iframe,
  #activity .case-section .content .col-6.col-xl-4 iframe {
    height: 24vh;
  }
}
@media only screen and (max-width: 414px) {
  #activity .case-section .content .col-12.col-sm-6.col-xl-4 .card-body,
  #activity .case-section .content .col-6.col-xl-4 .card-body {
    padding: 15px;
  }
}
@media only screen and (max-width: 375px) {
  #activity .case-section .content .col-12.col-sm-6.col-xl-4 .card-body,
  #activity .case-section .content .col-6.col-xl-4 .card-body {
    padding: 10px;
  }
}
#activity .case-section .content .col-12.col-sm-6.col-xl-4 .card-body p,
#activity .case-section .content .col-6.col-xl-4 .card-body p {
  color: #7B8591;
}
@media only screen and (max-width: 414px) {
  #activity .case-section .content .col-12.col-sm-6.col-xl-4 .card-body p,
  #activity .case-section .content .col-6.col-xl-4 .card-body p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#activity .case-section .content .col-12.col-sm-6.col-xl-4 a .card-body h5,
#activity .case-section .content .col-6.col-xl-4 a .card-body h5 {
  color: #302D2C !important;
}

/* ====================================
                  Kids
   ==================================== */
#kids .service-section .title img {
  width: 150px;
}
@media only screen and (max-width: 414px) {
  #kids .service-section .title img {
    width: 100px;
  }
}
#kids .case-section {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 414px) {
  #kids .case-section {
    padding: 40px 0 0 0;
  }
}
#kids .case-section .case-title {
  background-color: #DFE7E9;
  padding: 20px 0;
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  #kids .case-section .case-title {
    margin-top: 0;
  }
}
#kids .case-section .case-title ul {
  padding: 0 15px;
}
@media only screen and (max-width: 414px) {
  #kids .case-section .case-title ul {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  #kids .case-section .case-title ul {
    padding: 0;
  }
}
@media (max-width: 622px) {
  #kids .case-section .case-title ul .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .case-title ul .btn {
    padding: 0.375rem 0.4rem;
  }
}
#kids .case-section .case-title ul .btn.btn-primary {
  color: #9FA3A7;
  background-color: #DFE7E9 !important;
  border-radius: 20px;
}
#kids .case-section .case-title ul .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#kids .case-section .case-title ul .btn.btn-primary b {
  padding: 8px;
}
@media (max-width: 728px) {
  #kids .case-section .case-title ul .btn.btn-primary b {
    padding: 0;
  }
}
@media (max-width: 522px) {
  #kids .case-section .case-title ul .btn.btn-primary b {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .case-title ul .btn.btn-primary b {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  #kids .case-section .case-title ul .btn.btn-primary b {
    font-size: 13px;
  }
}
#kids .case-section .tab-content .intro {
  background-color: #F4F4F4;
  padding: 80px 0 1000px 0;
}
@media (max-width: 1650px) {
  #kids .case-section .tab-content .intro {
    padding: 80px 0 900px 0;
  }
}
@media only screen and (max-width: 1440px) {
  #kids .case-section .tab-content .intro {
    padding: 80px 0 800px 0;
  }
}
@media (max-width: 1210px) {
  #kids .case-section .tab-content .intro {
    padding: 80px 0 650px 0;
  }
}
@media only screen and (max-width: 991.88px) {
  #kids .case-section .tab-content .intro {
    padding: 80px 0 550px 0;
  }
}
@media (max-width: 768px) {
  #kids .case-section .tab-content .intro {
    padding: 80px 0 450px 0;
  }
}
@media (max-width: 600px) {
  #kids .case-section .tab-content .intro {
    padding: 80px 0 450px 0;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .intro {
    padding: 40px 0 320px 0;
  }
}
@media only screen and (max-width: 375px) {
  #kids .case-section .tab-content .intro {
    padding: 40px 0 280px 0;
  }
}
@media only screen and (max-width: 320px) {
  #kids .case-section .tab-content .intro {
    padding: 40px 0 240px 0;
  }
}
#kids .case-section .tab-content .intro .paragraph {
  color: #7B8591;
  line-height: 28px;
  margin-top: 40px;
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .intro .paragraph {
    margin-top: 25px;
  }
}
#kids .case-section .tab-content .overlay {
  margin-top: -860px;
}
@media (max-width: 1650px) {
  #kids .case-section .tab-content .overlay {
    margin-top: -760px;
  }
}
@media only screen and (max-width: 1440px) {
  #kids .case-section .tab-content .overlay {
    margin-top: -660px;
  }
}
@media (max-width: 1210px) {
  #kids .case-section .tab-content .overlay {
    margin-top: -560px;
  }
}
@media only screen and (max-width: 991.88px) {
  #kids .case-section .tab-content .overlay {
    margin-top: -460px;
  }
}
@media (max-width: 768px) {
  #kids .case-section .tab-content .overlay {
    margin-top: -360px;
  }
}
@media (max-width: 600px) {
  #kids .case-section .tab-content .overlay {
    margin-top: -360px;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .overlay {
    margin-top: -300px;
  }
}
@media only screen and (max-width: 375px) {
  #kids .case-section .tab-content .overlay {
    margin-top: -260px;
  }
}
@media only screen and (max-width: 320px) {
  #kids .case-section .tab-content .overlay {
    margin-top: -220px;
  }
}
@media only screen and (max-width: 375px) {
  #kids .case-section .tab-content .overlay .col-11 {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .overlay h1 {
    padding-bottom: 25px;
  }
}
#kids .case-section .tab-content .course {
  margin-top: 160px;
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .course {
    margin-top: 60px;
  }
}
#kids .case-section .tab-content .course .col-11 {
  padding: 0;
}
#kids .case-section .tab-content .course .col-11 .carousel-inner {
  width: 80%;
}
@media (max-width: 1290px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner {
    width: 85%;
  }
}
@media (max-width: 548px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner {
    width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner {
    width: 94%;
  }
}
#kids .case-section .tab-content .course .col-11 .carousel-inner .row {
  padding: 50px;
}
@media (max-width: 1610px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row {
    padding: 50px 40px;
  }
}
@media (max-width: 1536px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row {
    padding: 50px 30px;
  }
}
@media (max-width: 1446px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row {
    padding: 50px 15px;
  }
}
@media (max-width: 1372px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row {
    padding: 50px 10px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row {
    padding: 20px 60px;
  }
}
@media (max-width: 788px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row {
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 768px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row {
    padding: 20px 30px;
  }
}
@media (max-width: 548px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 375px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row {
    padding: 10px;
  }
}
#kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 {
  padding: 0 30px;
}
@media (max-width: 1536px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 {
    padding: 0 20px;
  }
}
@media (max-width: 1402px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 {
    padding: 0 15px;
  }
}
@media (max-width: 1324px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 {
    padding: 20px 50px;
  }
}
@media (max-width: 898px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 {
    padding: 20px 30px;
  }
}
@media (max-width: 835px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 {
    padding: 20px 20px;
  }
}
@media (max-width: 804px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 {
    padding: 20px 15px;
  }
}
@media (max-width: 548px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 {
    padding: 15px 10px;
  }
}
#kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card {
  border-radius: 0;
  flex-direction: inherit;
}
#kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text {
  padding: 80px 25px 0 30px;
}
@media (max-width: 1800px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text {
    padding: 45px 0 0 20px;
  }
}
@media (max-width: 1634px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text {
    padding: 30px 0 0 20px;
  }
}
@media (max-width: 1446px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text {
    padding: 20px 0 0 15px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text {
    padding: 80px 25px 0 30px;
  }
}
@media only screen and (max-width: 991.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text {
    padding: 20px 0 0 20px;
  }
}
@media (max-width: 804px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text {
    padding: 30px 0 0 15px;
  }
}
@media (max-width: 580px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text {
    padding: 20px 0 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text {
    padding: 15px 0 0 10px;
  }
}
#kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text h5 {
  margin-bottom: 0;
}
@media (max-width: 1634px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text h5 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1199.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text h5 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text h5 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 320px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text h5 {
    font-size: 0.9rem;
  }
}
#kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text small {
  color: #9FA3A7;
}
#kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text p {
  color: #9FA3A7;
  line-height: 26px;
}
@media (max-width: 1634px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text p {
    line-height: 26px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text p {
    margin-top: 15px !important;
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 375px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 320px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text p {
    margin-top: 2px !important;
    font-size: 13px;
  }
}
@media (max-width: 1698px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text a.btn {
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 1634px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text a.btn {
    padding: 0.375rem 0.2rem;
  }
}
@media only screen and (max-width: 1199.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text a.btn {
    padding: 0.375rem 0.75rem;
  }
}
@media only screen and (max-width: 991.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text a.btn {
    padding: 0.375rem 0.4rem;
  }
}
@media (max-width: 568px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text a.btn {
    padding: 0.375rem 0.2rem;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text a.btn.btn-primary {
    font-size: 13px;
    width: 140px !important;
  }
}
@media (max-width: 1216px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text a.btn.btn-primary span {
    padding: 6px 8px;
  }
}
#kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text a.btn small {
  color: #ffffff;
}
#kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text .reserve-btn {
  position: absolute;
  right: -118px;
  z-index: 3;
  bottom: 30px;
}
@media (max-width: 1770px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text .reserve-btn {
    right: -78px;
    bottom: 20px;
  }
}
@media (max-width: 1610px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text .reserve-btn {
    right: -58px;
  }
}
@media (max-width: 1536px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text .reserve-btn {
    right: -62px;
    bottom: 25px;
  }
}
@media (max-width: 1446px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text .reserve-btn {
    right: -54px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text .reserve-btn {
    right: -126px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 991.88px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text .reserve-btn {
    right: -64px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text .reserve-btn {
    right: -130px;
  }
}
@media (max-width: 580px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text .reserve-btn {
    right: -60px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text .reserve-btn {
    right: -46px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 320px) {
  #kids .case-section .tab-content .course .col-11 .carousel-inner .row .col-lg-12 .card .text .reserve-btn {
    right: -20px;
    bottom: 6px;
  }
}
#kids .case-section .tab-content .teacher {
  background-color: #DFE7E9;
  padding: 230px 0 130px 0;
  margin-top: -120px;
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .teacher {
    padding: 150px 0 30px 0;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .teacher h1 {
    padding-bottom: 10px;
  }
}
#kids .case-section .tab-content .teacher .col-12 {
  padding: 30px;
}
@media (max-width: 1000px) {
  #kids .case-section .tab-content .teacher .col-12 {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .teacher .col-12 {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 320px) {
  #kids .case-section .tab-content .teacher .col-12 {
    padding: 20px 25px;
  }
}
#kids .case-section .tab-content .teacher .col-12 .card {
  padding: 30px 50px 10px 50px;
}
#kids .case-section .tab-content .teacher .col-12 .card img {
  width: 200px;
}
@media (max-width: 1530px) {
  #kids .case-section .tab-content .teacher .col-12 .card img {
    width: 150px;
  }
}
@media (max-width: 1300px) {
  #kids .case-section .tab-content .teacher .col-12 .card img {
    width: 120px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #kids .case-section .tab-content .teacher .col-12 .card img {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  #kids .case-section .tab-content .teacher .col-12 .card img {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  #kids .case-section .tab-content .teacher .col-12 .card img {
    width: 100px;
  }
}
#kids .case-section .tab-content .teacher .col-12 .card h5 {
  margin-bottom: 0.1rem;
}
#kids .case-section .tab-content .teacher .col-12 .card small {
  color: #9FA3A7;
}
#kids .case-section .tab-content .teacher .col-12 .card p {
  color: #797C7F;
  line-height: 28px;
  font-size: 15px;
}
#kids .case-section .tab-content .teacher .col-12 .card p:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 32px;
  margin: -4px auto 0 auto;
  background: #F4F4F4;
  left: 0;
  right: 0;
}
#kids .case-section .tab-content .activity {
  padding: 80px 0 120px 0;
}
@media (max-width: 600px) {
  #kids .case-section .tab-content .activity {
    padding: 80px 0 60px 0;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .activity {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .activity .list {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .activity .list h1 {
    padding-bottom: 10px;
  }
}
#kids .case-section .tab-content .activity .list .carousel-indicators li {
  background-color: #9FA3A7 !important;
}
#kids .case-section .tab-content .activity .list .carousel-inner {
  padding: 0 0 80px 0;
  margin: 0 auto !important;
}
#kids .case-section .tab-content .activity .list .carousel-inner .carousel-item {
  margin: 0 auto !important;
}
#kids .case-section .tab-content .activity .list .carousel-inner .carousel-item.active {
  display: flex !important;
}
#kids .case-section .tab-content .activity .list .carousel-inner .carousel-item .item {
  padding: 30px;
}
@media (max-width: 1000px) {
  #kids .case-section .tab-content .activity .list .carousel-inner .carousel-item .item {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .activity .list .carousel-inner .carousel-item .item {
    padding: 20px 0;
  }
}
#kids .case-section .tab-content .activity .list .carousel-inner .carousel-item .item img {
  border-radius: 0.75rem 0.75rem 0 0;
}
#kids .case-section .tab-content .activity .list .carousel-inner .carousel-item .item .card-body {
  background-color: #F4F4F4;
  border-radius: 0 0 0.75rem 0.75rem;
  text-align: center;
}
#kids .case-section .tab-content .activity .list .carousel-inner .carousel-item .item .card-body a small {
  color: #302D2C;
}
#kids .case-section .tab-content .activity .list .col-12.env-item {
  padding: 30px;
}
@media (max-width: 1000px) {
  #kids .case-section .tab-content .activity .list .col-12.env-item {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .activity .list .col-12.env-item {
    padding: 20px 15px;
  }
}
#kids .case-section .tab-content .activity .list .col-12.env-item img {
  border-radius: 0.75rem 0.75rem 0 0;
}
#kids .case-section .tab-content .activity .list .col-12.env-item .card-body {
  background-color: #F4F4F4;
  border-radius: 0 0 0.75rem 0.75rem;
}
#kids .case-section .tab-content .activity .list .col-12.env-item .card-body a small {
  color: #302D2C;
}
#kids .case-section .tab-content #environment .item img {
  border-radius: 0.75rem;
}
#kids .case-section .tab-content .contact-btn {
  margin: 0 auto 140px auto;
}
#kids .case-section .tab-content .contact-btn a .kids-deco {
  width: 80px;
  position: absolute;
  margin: -28px 0 0 -6px;
}
#kids .case-section .tab-content .contact-btn a:hover {
  opacity: 1;
}
#kids .case-section .tab-content .contact-btn .btn {
  padding: 0.375rem 0.75rem 0.375rem 5rem;
}
#kids .case-section .tab-content .street {
  margin: 40px auto 160px auto;
  padding: 0 40px;
}
@media only screen and (max-width: 375px) {
  #kids .case-section .tab-content .street {
    margin: 40px auto 130px auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  #kids .case-section .tab-content .street {
    padding: 0;
  }
}
#kids .case-section .tab-content .street .bg {
  background-color: #F4F4F4;
  border-radius: 0.75rem;
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .street .bg {
    padding: 0;
  }
}
#kids .case-section .tab-content .street .bg h1 {
  padding-top: 30px;
}
@media only screen and (max-width: 414px) {
  #kids .case-section .tab-content .street .bg h1 {
    padding-bottom: 10px;
  }
}
#kids .case-section .tab-content .street .bg ul {
  padding: 0 10px;
}
@media (max-width: 1082px) {
  #kids .case-section .tab-content .street .bg ul {
    padding: 0;
  }
}
@media (max-width: 892px) {
  #kids .case-section .tab-content .street .bg ul {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  #kids .case-section .tab-content .street .bg ul {
    padding: 0;
  }
}
@media (max-width: 892px) {
  #kids .case-section .tab-content .street .bg ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#kids .case-section .tab-content .street .bg ul li .btn {
  padding: 0.375rem 0.4rem;
}
@media (max-width: 1082px) {
  #kids .case-section .tab-content .street .bg ul li .btn {
    padding: 0.375rem 0.3rem;
  }
}
@media (max-width: 892px) {
  #kids .case-section .tab-content .street .bg ul li .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 576px) {
  #kids .case-section .tab-content .street .bg ul li .btn {
    padding: 0.375rem 0.2rem;
  }
}
#kids .case-section .tab-content .street .bg ul li .btn.btn-primary {
  color: #9FA3A7;
  background-color: #F4F4F4 !important;
  border-radius: 20px;
}
#kids .case-section .tab-content .street .bg ul li .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#kids .case-section .tab-content .street .bg ul li .btn.btn-primary b {
  padding: 0;
  font-size: 15px;
}
@media (max-width: 1082px) {
  #kids .case-section .tab-content .street .bg ul li .btn.btn-primary b {
    font-size: 14px;
  }
}
@media (max-width: 892px) {
  #kids .case-section .tab-content .street .bg ul li .btn.btn-primary b {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  #kids .case-section .tab-content .street .bg ul li .btn.btn-primary b {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  #kids .case-section .tab-content .street .bg ul li .btn.btn-primary b {
    font-size: 12.5px;
  }
}
#kids .case-section .tab-content .street .bg .tab-content {
  padding: 30px 0;
}
#kids .case-section .tab-content .street .bg .tab-content .card {
  padding: 10px 10px 5px;
}
#kids .case-section .tab-content .street .bg .tab-content .card iframe {
  width: 100%;
  height: 60vh;
  border-radius: 0.5rem;
}
@media (max-width: 1082px) {
  #kids .case-section .tab-content .street .bg .tab-content .card iframe {
    height: 45vh;
  }
}
@media (max-width: 650px) {
  #kids .case-section .tab-content .street .bg .tab-content .card iframe {
    height: 30vh;
  }
}

/* ====================================
                 Talent
   ==================================== */
#talent .service-section .title img {
  width: 150px;
}
@media only screen and (max-width: 414px) {
  #talent .service-section .title img {
    width: 100px;
  }
}
#talent .case-section {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 414px) {
  #talent .case-section {
    padding: 40px 0 0 0;
  }
}
#talent .case-section .case-title {
  background-color: #DFE7E9;
  padding: 20px 0;
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  #talent .case-section .case-title {
    margin-top: 0;
  }
}
#talent .case-section .case-title ul {
  padding: 0 15px;
}
@media only screen and (max-width: 414px) {
  #talent .case-section .case-title ul {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 414px) {
  #talent .case-section .case-title ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 622px) {
  #talent .case-section .case-title ul li .btn {
    padding: 0.375rem 0.5rem;
  }
}
#talent .case-section .case-title ul li .btn.btn-primary {
  color: #9FA3A7;
  background-color: #DFE7E9 !important;
  border-radius: 20px;
}
#talent .case-section .case-title ul li .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#talent .case-section .case-title ul li .btn.btn-primary b {
  padding: 8px;
}
@media (max-width: 728px) {
  #talent .case-section .case-title ul li .btn.btn-primary b {
    padding: 0;
  }
}
@media (max-width: 522px) {
  #talent .case-section .case-title ul li .btn.btn-primary b {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  #talent .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  #talent .case-section .case-title ul li .btn.btn-primary b {
    font-size: 13px;
  }
}
#talent .case-section .content {
  padding: 20px 0 180px 0;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 414px) {
  #talent .case-section .content {
    padding: 10px 0 50px 0;
  }
}
@media only screen and (max-width: 320px) {
  #talent .case-section .content {
    padding: 10px 0 50px 0;
  }
}
#talent .case-section .content .col-6.col-xl-4 {
  margin-top: 80px;
}
@media only screen and (max-width: 414px) {
  #talent .case-section .content .col-6.col-xl-4 {
    margin-top: 40px;
    padding: 0 10px;
  }
}
#talent .case-section .content .col-6.col-xl-4 img {
  border-radius: 0.6rem 0.6rem 0 0;
}
@media only screen and (max-width: 414px) {
  #talent .case-section .content .col-6.col-xl-4 p {
    padding: 10px 8px 10px 8px;
    margin-bottom: 0;
  }
}
#talent .case-section .content .talent-artist-banner {
  margin-top: 80px;
}
@media only screen and (max-width: 414px) {
  #talent .case-section .content .talent-artist-banner {
    margin-top: 30px;
    padding: 0;
  }
}
#talent .case-section .content .tab-pane small {
  color: #9FA3A7;
}
#talent .case-section .content .button {
  margin-top: 50px;
}
#talent .case-section .content .button .btn {
  background: none !important;
  color: #E5554A;
  border: 2px solid #E5554A;
}
#talent .case-section .content .button .btn.btn-primary:hover {
  opacity: 0.8;
}
#talent .footer-banner {
  background-image: url("../images/talent-banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  #talent .footer-banner {
    padding: 50px 0 140px 0;
  }
}
@media only screen and (max-width: 414px) {
  #talent .footer-banner {
    padding: 0 0 130px 0;
  }
}
@media only screen and (max-width: 768px) {
  #talent .footer-banner .col-sm-12 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 414px) {
  #talent .footer-banner .col-sm-12 {
    margin-top: 40px !important;
  }
}
#talent .footer-banner .col-sm-12 h5 {
  color: #ffffff;
  line-height: 34px;
  padding: 0 30px;
}
@media only screen and (max-width: 991.88px) {
  #talent .footer-banner .col-sm-12 h5 {
    padding: 0;
  }
}
#talent .footer-banner .col-sm-12 input {
  padding: 10px 80px 10px 20px;
  color: #302D2C;
}
#talent .footer-banner .col-sm-12 input:placeholder {
  color: #ABABAB;
}
#talent .footer-banner .col-sm-12 button.btn {
  padding: 10px 12px;
  background-color: #FFC80A !important;
  color: #302D2C;
  margin: 0px 30px;
  border-radius: 2rem;
  border: none;
}
#talent .footer-banner .col-sm-12 button.btn.btn-primary:hover {
  background-color: #f5be00 !important;
}
#talent .footer-banner .col-sm-12 button.btn.btn-primary:focus, #talent .footer-banner .col-sm-12 button.btn.btn-primary:active {
  box-shadow: none !important;
  outline: 0 !important;
}
#talent .footer-banner .col-sm-12 button.btn.btn-primary span {
  padding: 6px 12px;
  letter-spacing: 1.5px;
}
@media (max-width: 1252px) {
  #talent .footer-banner .col-sm-12 button.btn {
    margin: 15px 30px 0 30px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #talent .footer-banner .col-sm-12 button.btn {
    margin: 0 30px;
  }
}
@media (max-width: 1024px) {
  #talent .footer-banner .col-sm-12 button.btn {
    margin: 15px 30px 0 30px;
  }
}
@media (max-width: 1019px) {
  #talent .footer-banner .col-sm-12 button.btn {
    margin: 15px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  #talent .footer-banner .col-sm-12 button.btn {
    margin: 0 30px;
  }
}
@media (max-width: 522px) {
  #talent .footer-banner .col-sm-12 button.btn {
    margin: 15px 30px 0 30px;
  }
}

/* ====================================
                Staff
   ==================================== */
#staff .intro-section {
  background-color: #F2F3F5;
  padding: 80px 0 220px 0;
}
@media (max-width: 1352px) {
  #staff .intro-section {
    padding: 80px 0 180px 0;
  }
}
@media (max-width: 1040px) {
  #staff .intro-section {
    padding: 80px 0 150px 0;
  }
}
@media only screen and (max-width: 768px) {
  #staff .intro-section {
    padding: 80px 0 100px 0;
  }
}
@media only screen and (max-width: 414px) {
  #staff .intro-section {
    padding: 50px 0 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  #staff .intro-section {
    padding: 40px 0 40px 0;
  }
}
#staff .intro-section p {
  color: #7B8591;
  line-height: 28px;
}
#staff .graphic-section {
  padding: 0 0 180px 0;
  margin-top: -200px;
}
@media (max-width: 1600px) {
  #staff .graphic-section {
    margin-top: -160px;
  }
}
@media (max-width: 1352px) {
  #staff .graphic-section {
    margin-top: -140px;
  }
}
@media (max-width: 1040px) {
  #staff .graphic-section {
    margin-top: -110px;
  }
}
@media only screen and (max-width: 768px) {
  #staff .graphic-section {
    margin-top: -80px;
  }
}
@media (max-width: 500px) {
  #staff .graphic-section {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 414px) {
  #staff .graphic-section {
    margin-top: -50px;
    padding: 0 0 140px 0;
  }
}
@media only screen and (max-width: 320px) {
  #staff .graphic-section {
    margin-top: -30px;
    padding: 0 0 120px 0;
  }
}
@media (max-width: 500px) {
  #staff .graphic-section .scroll {
    margin-top: 0;
  }
}

/* ====================================
                Contact
   ==================================== */
#contact .contact-section {
  background-color: #F2F3F5;
  padding: 80px 0;
}
@media only screen and (max-width: 414px) {
  #contact .contact-section {
    padding: 30px 0 50px 0;
  }
}
@media only screen and (max-width: 414px) {
  #contact .contact-section .col-11 {
    padding: 0;
  }
}
#contact .contact-section .col-11 .col-6 {
  margin: 30px 0;
}
@media only screen and (max-width: 414px) {
  #contact .contact-section .col-11 .col-6 {
    padding: 0 10px;
  }
}
#contact .contact-section .col-11 .col-6:nth-child(2), #contact .contact-section .col-11 .col-6:nth-child(4) {
  border-left: 1px solid #C6C6C6;
}
#contact .contact-section .col-11 .col-6:nth-child(3) {
  border-left: 1px solid #C6C6C6;
}
@media only screen and (max-width: 991.88px) {
  #contact .contact-section .col-11 .col-6:nth-child(3) {
    border-left: none;
  }
}
#contact .contact-section .col-11 .col-6 small {
  color: #757575;
}
#contact .contact-section .col-11 .col-6 img {
  width: 100px;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 414px) {
  #contact .contact-section .col-11 .col-6 img {
    width: 80px;
  }
}
@media only screen and (max-width: 375px) {
  #contact .contact-section .col-11 .col-6 img {
    width: 60px;
  }
}
#contact .contact-section .col-11 .col-6 p {
  padding: 20px 0 0 0;
}
#contact .contact-section .col-11 .col-6 p.t-gray {
  padding: 5px 0 0 0;
  color: #7D7D7D;
}
@media only screen and (max-width: 414px) {
  #contact .contact-section .col-11 .col-6 p.t-gray {
    font-size: 14px;
  }
}
#contact .contact-section .col-11 .col-6 p.t-gray a {
  color: #7D7D7D;
}
#contact .contact-section .col-11 .col-6 .map-btn a.btn {
  background-color: #FFC80A !important;
}
#contact .contact-section .col-11 .col-6 .map-btn a.btn.btn-primary {
  background-color: #FFC80A !important;
}
#contact .contact-section .col-11 .col-6 .map-btn a.btn.btn-primary:hover {
  background-color: #f5be00 !important;
}
#contact .contact-section .col-11 .fb-btn a.btn {
  background-color: #4267B2 !important;
}
#contact .contact-section .col-11 .fb-btn a.btn.btn-primary {
  background-color: #4267B2 !important;
}
#contact .contact-section .col-11 .fb-btn a.btn.btn-primary:hover {
  background-color: #3c5ea3 !important;
}
#contact form {
  padding: 40px 0 140px 0;
}
@media only screen and (max-width: 414px) {
  #contact form {
    padding: 20px 0 140px 0;
  }
}
@media only screen and (max-width: 414px) {
  #contact form .form-group {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  #contact form .form-group {
    flex: 0 0 96%;
    max-width: 96%;
  }
}
#contact form .form-group .row .col-md-6:nth-child(1) {
  padding-left: 0;
}
@media (max-width: 767.88px) {
  #contact form .form-group .row .col-md-6:nth-child(1) {
    padding: 0;
  }
}
#contact form .form-group .row .col-md-6:nth-child(2) {
  padding-right: 0;
}
@media (max-width: 767.88px) {
  #contact form .form-group .row .col-md-6:nth-child(2) {
    padding: 0;
  }
}
#contact form .form-group input {
  width: 100%;
  border: 1px solid #ced4da;
  margin-top: 40px;
}
#contact form .form-group textarea {
  margin-top: 40px;
  border-radius: 20px;
}
#contact form .form-group textarea:placeholder {
  color: #ABABAB;
}
#contact form .form-group textarea:focus, #contact form .form-group textarea:active {
  border: 1px solid #ced4da;
  box-shadow: none !important;
  outline: 0 !important;
}
@media only screen and (max-width: 414px) {
  #contact form .form-group .agree {
    padding-left: 0;
    padding-right: 0;
  }
}
#contact form .form-group .agree label {
  color: #ABABAB;
}
@media (max-width: 508px) {
  #contact form .form-group .agree label {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  #contact form .form-group .agree label {
    font-size: 13px;
  }
}
@media only screen and (max-width: 375px) {
  #contact form .form-group .agree label {
    font-size: 12px;
  }
}
#contact form .form-group .agree input {
  width: auto;
  margin: 6px 0 0 0;
}
#contact form .form-group .agree a {
  text-decoration: underline;
  cursor: pointer;
}
#contact form .form-group .btn-primary {
  background-color: #E5554A !important;
  border-radius: 2rem;
  border: none;
}
#contact form .form-group .btn-primary span {
  padding: 6px 12px;
  letter-spacing: 1.5px;
}

#myModal.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
#myModal.modal .modal-dialog {
  margin: 2rem auto;
}
@media only screen and (max-width: 414px) {
  #myModal.modal .modal-dialog {
    margin: auto;
  }
}
#myModal.modal .modal-dialog .modal-content {
  padding: 50px 30px;
}
#myModal.modal .modal-dialog .modal-content .close {
  width: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  cursor: pointer;
  z-index: 100;
  opacity: 1;
  height: 60px;
}
#myModal.modal .modal-dialog .modal-content .close i {
  color: #9FA3A7;
}
#myModal.modal .modal-dialog .modal-content .text-section {
  margin-top: 0;
}
#myModal.modal .modal-dialog .modal-content .text-section .deco-dot {
  padding: 10px 0;
}
#myModal.modal .modal-dialog .modal-content .modal-body {
  color: #302D2C;
}
#myModal.modal .modal-dialog .modal-content .modal-body p:not(:last-child) {
  padding: 0 0 20px 0;
}
#myModal.modal .modal-dialog .modal-content .modal-body p:last-child {
  margin-bottom: 0;
}

/* ====================================
                Footer-icon
   ==================================== */
.footer-icon {
  margin-top: -70px;
}
@media (max-width: 1024px) {
  .footer-icon {
    margin-top: -80px;
  }
}
.footer-icon a:hover {
  opacity: 1;
}

/* ====================================
                 Footer
   ==================================== */
footer {
  background-color: #E14459;
  padding: 130px 0 60px 0;
  margin-top: -64px;
}
@media (max-width: 1024px) {
  footer {
    margin-top: -60px;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  footer {
    padding: 100px 0 0 0 !important;
    margin-top: -44px !important;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 500px) {
  footer {
    padding: 100px 0 0 0;
    margin-top: -44px;
  }
}
@media only screen and (max-width: 414px) {
  footer {
    padding: 80px 0 0 0;
    margin-top: -38px;
  }
}
@media only screen and (max-width: 375px) {
  footer {
    margin-top: -34px;
  }
}
footer#index-footer {
  padding: 240px 0 60px 0;
  margin-top: -160px;
}
@media only screen and (max-width: 414px) {
  footer#index-footer {
    padding: 200px 0 30px 0;
  }
}
@media only screen and (max-width: 414px) {
  footer .row {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 1650px) {
  footer .row .col-4 {
    padding: 0;
  }
}
footer .row .col-4 img {
  width: 55px;
}
@media only screen and (max-width: 1440px) {
  footer .row .col-4 img {
    width: 50px;
  }
}
@media (max-width: 800px) {
  footer .row .col-4 img {
    width: 45px;
  }
}
@media only screen and (max-width: 414px) {
  footer .row .col-4 img {
    width: 40px;
  }
}
footer .text {
  color: #ffffff;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  footer .text {
    padding-bottom: 90px;
  }
}
footer .text a {
  color: #ffffff;
}
footer .text p {
  margin-bottom: 0.25rem;
  line-height: 1.75rem;
}
footer .text p.privacy {
  text-decoration: underline;
}
footer .text p.privacy a {
  cursor: pointer;
}

/* ==================================================
            Active 211228新增頁 / 230815修改
   ================================================== */
#active .banner .img-lg,
#opening .banner .img-lg,
#community .banner .img-lg {
  display: block;
}
@media only screen and (max-width: 414px) {
  #active .banner .img-lg,
  #opening .banner .img-lg,
  #community .banner .img-lg {
    display: none;
  }
}
#active .banner .img-sm,
#opening .banner .img-sm,
#community .banner .img-sm {
  display: none;
}
@media only screen and (max-width: 414px) {
  #active .banner .img-sm,
  #opening .banner .img-sm,
  #community .banner .img-sm {
    display: block;
  }
}
#active .intro-section .row,
#opening .intro-section .row,
#community .intro-section .row {
  padding: 0;
}
#active .intro-section .row .left,
#opening .intro-section .row .left,
#community .intro-section .row .left {
  line-height: 2;
  background-color: #1D729B;
  justify-content: center;
  align-items: center;
  display: flex;
}
#active .intro-section .row .left p,
#opening .intro-section .row .left p,
#community .intro-section .row .left p {
  position: relative;
  transition: 1s;
  color: #fff;
  font-size: 15px;
}
@media only screen and (max-width: 991.88px) {
  #active .intro-section .row .left p,
  #opening .intro-section .row .left p,
  #community .intro-section .row .left p {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}
#active .intro-section .row .right,
#opening .intro-section .row .right,
#community .intro-section .row .right {
  background-color: #65C4F2;
  padding: 20px;
}
@media only screen and (max-width: 991.88px) {
  #active .intro-section .row .right,
  #opening .intro-section .row .right,
  #community .intro-section .row .right {
    padding: 15px;
  }
}
#active .content-section,
#opening .content-section,
#community .content-section {
  background-color: #f4f4f4;
  box-shadow: 0 0 5px gray;
  margin-top: 80px;
  padding: 60px 140px;
}
@media (max-width: 1580px) {
  #active .content-section,
  #opening .content-section,
  #community .content-section {
    padding: 60px 60px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #active .content-section,
  #opening .content-section,
  #community .content-section {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 414px) {
  #active .content-section,
  #opening .content-section,
  #community .content-section {
    margin-top: 50px;
    padding: 50px 20px;
  }
}
#active .content-section h2,
#opening .content-section h2,
#community .content-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 414px) {
  #active .content-section h2,
  #opening .content-section h2,
  #community .content-section h2 {
    margin-bottom: 15px;
  }
}
#active .content-section .list-wrapper,
#opening .content-section .list-wrapper,
#community .content-section .list-wrapper {
  padding: 0;
  list-style: none;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  max-width: 1200px;
}
@media only screen and (max-width: 1199.88px) {
  #active .content-section .list-wrapper,
  #opening .content-section .list-wrapper,
  #community .content-section .list-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991.88px) {
  #active .content-section .list-wrapper,
  #opening .content-section .list-wrapper,
  #community .content-section .list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 414px) {
  #active .content-section .list-wrapper,
  #opening .content-section .list-wrapper,
  #community .content-section .list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
#active .content-section .list-wrapper .list,
#opening .content-section .list-wrapper .list,
#community .content-section .list-wrapper .list {
  padding: 0.5rem;
  border-radius: 1rem;
  margin: 0 5px;
  height: 460px;
}
@media only screen and (max-width: 414px) {
  #active .content-section .list-wrapper .list,
  #opening .content-section .list-wrapper .list,
  #community .content-section .list-wrapper .list {
    padding: 1rem 0.5rem;
  }
}
#active .content-section .list-wrapper .list .card,
#opening .content-section .list-wrapper .list .card,
#community .content-section .list-wrapper .list .card {
  display: block;
}
#active .content-section .list-wrapper .list .card .imgbox,
#opening .content-section .list-wrapper .list .card .imgbox,
#community .content-section .list-wrapper .list .card .imgbox {
  background-size: cover;
  background-position: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 40% !important;
}
#active .content-section .list-wrapper .list .card .imgbox img,
#opening .content-section .list-wrapper .list .card .imgbox img,
#community .content-section .list-wrapper .list .card .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
#active .content-section .list-wrapper .list .card .body,
#opening .content-section .list-wrapper .list .card .body,
#community .content-section .list-wrapper .list .card .body {
  padding: 10px;
  display: flex !important;
  flex-direction: column;
  height: 69.4%;
  padding-bottom: 30%;
}
#active .content-section .list-wrapper .list .card .body .title,
#opening .content-section .list-wrapper .list .card .body .title,
#community .content-section .list-wrapper .list .card .body .title {
  margin: 0;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  #active .content-section .list-wrapper .list .card .body ul,
  #opening .content-section .list-wrapper .list .card .body ul,
  #community .content-section .list-wrapper .list .card .body ul {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #active .content-section .list-wrapper .list .card .body ul,
  #opening .content-section .list-wrapper .list .card .body ul,
  #community .content-section .list-wrapper .list .card .body ul {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 414px) {
  #active .content-section .list-wrapper .list .card .body ul,
  #opening .content-section .list-wrapper .list .card .body ul,
  #community .content-section .list-wrapper .list .card .body ul {
    padding-left: 40px;
  }
}
#active .content-section .list-wrapper .list .card .body ul li,
#opening .content-section .list-wrapper .list .card .body ul li,
#community .content-section .list-wrapper .list .card .body ul li {
  width: 100%;
  line-height: 1.6;
  color: #7b8591;
  font-size: 15px;
}
#active .content-section .list-wrapper .list .card .body .btn,
#opening .content-section .list-wrapper .list .card .body .btn,
#community .content-section .list-wrapper .list .card .body .btn {
  color: #9FA3A7;
  border: 1px solid #9FA3A7;
  padding: 0.48rem 1rem 0.375rem 1rem;
  border-radius: 2rem;
  width: 95px;
  height: 35px;
  justify-content: flex-end;
  line-height: 1.2;
  text-align: center;
  transform: 0.5s;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 32%;
}
@media (max-width: 1270px) {
  #active .content-section .list-wrapper .list .card .body .btn,
  #opening .content-section .list-wrapper .list .card .body .btn,
  #community .content-section .list-wrapper .list .card .body .btn {
    left: 30%;
  }
}
@media only screen and (max-width: 1199.88px) {
  #active .content-section .list-wrapper .list .card .body .btn,
  #opening .content-section .list-wrapper .list .card .body .btn,
  #community .content-section .list-wrapper .list .card .body .btn {
    left: 35%;
  }
}
@media only screen and (max-width: 991.88px) {
  #active .content-section .list-wrapper .list .card .body .btn,
  #opening .content-section .list-wrapper .list .card .body .btn,
  #community .content-section .list-wrapper .list .card .body .btn {
    left: 38%;
  }
}
@media (max-width: 810px) {
  #active .content-section .list-wrapper .list .card .body .btn,
  #opening .content-section .list-wrapper .list .card .body .btn,
  #community .content-section .list-wrapper .list .card .body .btn {
    left: 36%;
  }
}
@media (max-width: 750px) {
  #active .content-section .list-wrapper .list .card .body .btn,
  #opening .content-section .list-wrapper .list .card .body .btn,
  #community .content-section .list-wrapper .list .card .body .btn {
    left: 34%;
  }
}
@media (max-width: 650px) {
  #active .content-section .list-wrapper .list .card .body .btn,
  #opening .content-section .list-wrapper .list .card .body .btn,
  #community .content-section .list-wrapper .list .card .body .btn {
    left: 32%;
  }
}
@media (max-width: 580px) {
  #active .content-section .list-wrapper .list .card .body .btn,
  #opening .content-section .list-wrapper .list .card .body .btn,
  #community .content-section .list-wrapper .list .card .body .btn {
    left: 29%;
  }
}
@media (max-width: 530px) {
  #active .content-section .list-wrapper .list .card .body .btn,
  #opening .content-section .list-wrapper .list .card .body .btn,
  #community .content-section .list-wrapper .list .card .body .btn {
    left: 28%;
  }
}
@media only screen and (max-width: 414px) {
  #active .content-section .list-wrapper .list .card .body .btn,
  #opening .content-section .list-wrapper .list .card .body .btn,
  #community .content-section .list-wrapper .list .card .body .btn {
    left: 35%;
  }
}
@media only screen and (max-width: 320px) {
  #active .content-section .list-wrapper .list .card .body .btn,
  #opening .content-section .list-wrapper .list .card .body .btn,
  #community .content-section .list-wrapper .list .card .body .btn {
    left: 32%;
  }
}
#active .content-section .list-wrapper .list .card .body .btn:hover,
#opening .content-section .list-wrapper .list .card .body .btn:hover,
#community .content-section .list-wrapper .list .card .body .btn:hover {
  opacity: 1;
  border: 1px solid #E5554A;
  background-color: #E5554A;
}
#active .content-section .list-wrapper .list .card .body .btn:hover a,
#opening .content-section .list-wrapper .list .card .body .btn:hover a,
#community .content-section .list-wrapper .list .card .body .btn:hover a {
  color: #fff;
}
#active .content-section .list-wrapper .list .card .body .btn a,
#opening .content-section .list-wrapper .list .card .body .btn a,
#community .content-section .list-wrapper .list .card .body .btn a {
  color: #9FA3A7;
  font-size: 15px;
}
#active .content-section .list-wrapper .list .card .body .btn a:hover,
#opening .content-section .list-wrapper .list .card .body .btn a:hover,
#community .content-section .list-wrapper .list .card .body .btn a:hover {
  color: #fff;
}
#active .slide-section,
#opening .slide-section,
#community .slide-section {
  padding: 100px 0;
  float: none;
}
@media only screen and (max-width: 1199.88px) {
  #active .slide-section,
  #opening .slide-section,
  #community .slide-section {
    padding: 50px 20px;
  }
}
#active .slide-section .nav-tabs,
#opening .slide-section .nav-tabs,
#community .slide-section .nav-tabs {
  border-bottom: none;
}
#active .slide-section #myTabContent,
#opening .slide-section #myTabContent,
#community .slide-section #myTabContent {
  border: 1px solid #ddd;
  padding: 20px;
}
#active .slide-section #myTabContent .carousel-inner,
#opening .slide-section #myTabContent .carousel-inner,
#community .slide-section #myTabContent .carousel-inner {
  display: block;
  justify-content: center;
  align-items: center;
}
#active .slide-section #myTabContent .carousel-inner .carousel-item,
#opening .slide-section #myTabContent .carousel-inner .carousel-item,
#community .slide-section #myTabContent .carousel-inner .carousel-item {
  text-align: center;
}
#active .slide-section #myTabContent .carousel-inner .carousel-item img,
#opening .slide-section #myTabContent .carousel-inner .carousel-item img,
#community .slide-section #myTabContent .carousel-inner .carousel-item img {
  width: 70%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1199.88px) {
  #active .slide-section #myTabContent .carousel-inner .carousel-item img,
  #opening .slide-section #myTabContent .carousel-inner .carousel-item img,
  #community .slide-section #myTabContent .carousel-inner .carousel-item img {
    width: 100%;
  }
}
#active .slide-section #myTabContent .carousel-control-prev-icon,
#opening .slide-section #myTabContent .carousel-control-prev-icon,
#community .slide-section #myTabContent .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%3f3f3f' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
@media only screen and (max-width: 1199.88px) {
  #active .slide-section #myTabContent .carousel-control-prev-icon,
  #opening .slide-section #myTabContent .carousel-control-prev-icon,
  #community .slide-section #myTabContent .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  }
}
#active .slide-section #myTabContent .carousel-control-next-icon,
#opening .slide-section #myTabContent .carousel-control-next-icon,
#community .slide-section #myTabContent .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%3f3f3f' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
@media only screen and (max-width: 1199.88px) {
  #active .slide-section #myTabContent .carousel-control-next-icon,
  #opening .slide-section #myTabContent .carousel-control-next-icon,
  #community .slide-section #myTabContent .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  }
}
#active .special-section,
#opening .special-section,
#community .special-section {
  padding: 0;
}
@media only screen and (max-width: 414px) {
  #active .special-section,
  #opening .special-section,
  #community .special-section {
    padding: 0 20px 10px 20px;
  }
}
#active .special-section ul,
#opening .special-section ul,
#community .special-section ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 0;
  flex-direction: column;
}
@media only screen and (max-width: 414px) {
  #active .special-section ul,
  #opening .special-section ul,
  #community .special-section ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    flex-direction: column;
    padding-left: 0;
  }
}
#active .special-section ul li,
#opening .special-section ul li,
#community .special-section ul li {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 414px) {
  #active .special-section ul li,
  #opening .special-section ul li,
  #community .special-section ul li {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
#active .special-section ul li.md,
#opening .special-section ul li.md,
#community .special-section ul li.md {
  display: block;
}
@media only screen and (max-width: 414px) {
  #active .special-section ul li.md,
  #opening .special-section ul li.md,
  #community .special-section ul li.md {
    display: none;
  }
}
#active .special-section ul li.xs,
#opening .special-section ul li.xs,
#community .special-section ul li.xs {
  display: none;
}
@media only screen and (max-width: 414px) {
  #active .special-section ul li.xs,
  #opening .special-section ul li.xs,
  #community .special-section ul li.xs {
    display: block;
  }
}
#active .special-section ul li img,
#opening .special-section ul li img,
#community .special-section ul li img {
  width: 100%;
}
#active .contact-section,
#opening .contact-section,
#community .contact-section {
  position: relative;
  height: 350px;
  padding: 50px;
  background: url("../images/active-contact-bg.png") no-repeat;
  background-color: #f7f7f7;
  background-color: #ffd29f;
  background-size: 300px;
  background-position: 5% center;
  box-shadow: 0 0 5px #c58626;
}
@media (max-width: 660px) {
  #active .contact-section,
  #opening .contact-section,
  #community .contact-section {
    background-size: 260px;
  }
}
@media (max-width: 530px) {
  #active .contact-section,
  #opening .contact-section,
  #community .contact-section {
    background-size: 230px;
  }
}
@media only screen and (max-width: 414px) {
  #active .contact-section,
  #opening .contact-section,
  #community .contact-section {
    background-size: 200px;
    padding: 20px;
    height: 280px;
  }
}
@media only screen and (max-width: 375px) {
  #active .contact-section,
  #opening .contact-section,
  #community .contact-section {
    background-position: -15% center;
  }
}
@media only screen and (max-width: 320px) {
  #active .contact-section,
  #opening .contact-section,
  #community .contact-section {
    background-position: -20% center;
    background-size: 180px;
  }
}
#active .contact-section .content,
#opening .contact-section .content,
#community .contact-section .content {
  width: 50%;
  height: 100%;
  padding: 60px 100px 100px 100px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  transition: 1s;
}
@media only screen and (max-width: 1440px) {
  #active .contact-section .content,
  #opening .contact-section .content,
  #community .contact-section .content {
    padding: 60px 80px 100px 80px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #active .contact-section .content,
  #opening .contact-section .content,
  #community .contact-section .content {
    padding: 60px 0 100px 0;
    margin: 0 0 0 340px;
  }
}
@media (max-width: 660px) {
  #active .contact-section .content,
  #opening .contact-section .content,
  #community .contact-section .content {
    width: 70%;
    margin: 0 0 0 220px;
  }
}
@media (max-width: 530px) {
  #active .contact-section .content,
  #opening .contact-section .content,
  #community .contact-section .content {
    width: 80%;
    margin: 0 0 0 160px;
  }
}
@media only screen and (max-width: 414px) {
  #active .contact-section .content,
  #opening .contact-section .content,
  #community .contact-section .content {
    width: 90%;
    padding: 40px 0 100px 0;
    margin: 0 0 0 110px;
  }
}
@media only screen and (max-width: 375px) {
  #active .contact-section .content,
  #opening .contact-section .content,
  #community .contact-section .content {
    padding: 30px 0 100px 0;
    margin: 0 0 0 90px;
  }
}
@media only screen and (max-width: 320px) {
  #active .contact-section .content,
  #opening .contact-section .content,
  #community .contact-section .content {
    width: 74%;
    padding: 24px 0 100px 0;
    margin: 0 0 0 95px;
  }
}
#active .contact-section .content p,
#opening .contact-section .content p,
#community .contact-section .content p {
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.6;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
  color: #292929;
}
@media only screen and (max-width: 1199.88px) {
  #active .contact-section .content p,
  #opening .contact-section .content p,
  #community .contact-section .content p {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 414px) {
  #active .contact-section .content p,
  #opening .contact-section .content p,
  #community .contact-section .content p {
    letter-spacing: 0;
    font-size: 18px;
  }
}
#active .contact-section .content a,
#opening .contact-section .content a,
#community .contact-section .content a {
  width: 150px;
  display: block;
  height: 50px;
  line-height: 22px;
  background-color: #74AD5F;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.22rem;
  transition: 0.5s;
  letter-spacing: 3px;
  padding: 15px;
  margin: 0 auto;
}
#active .contact-section .content a:hover,
#opening .contact-section .content a:hover,
#community .contact-section .content a:hover {
  background-color: #518f3a;
}
#active .contact-section .img,
#opening .contact-section .img,
#community .contact-section .img {
  width: 500px;
  height: 100%;
  position: absolute;
  bottom: 3px;
  right: 100px;
}
#active .contact-section .img img,
#opening .contact-section .img img,
#community .contact-section .img img {
  width: 100%;
  z-index: 2;
  height: 100%;
  object-fit: cover;
}
#active .bg-section,
#opening .bg-section,
#community .bg-section {
  margin-top: 4px;
}
@media only screen and (max-width: 1366px) {
  #active .bg-section,
  #opening .bg-section,
  #community .bg-section {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  #active .bg-section,
  #opening .bg-section,
  #community .bg-section {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #active .bg-section,
  #opening .bg-section,
  #community .bg-section {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 414px) {
  #active .bg-section,
  #opening .bg-section,
  #community .bg-section {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 375px) {
  #active .bg-section,
  #opening .bg-section,
  #community .bg-section {
    margin-top: 48px;
  }
}
#active .modal,
#opening .modal,
#community .modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
#active .modal .modal-dialog,
#opening .modal .modal-dialog,
#community .modal .modal-dialog {
  max-width: 50%;
  height: auto;
  max-height: 90%;
  margin: 6rem auto;
}
@media only screen and (max-width: 768px) {
  #active .modal .modal-dialog,
  #opening .modal .modal-dialog,
  #community .modal .modal-dialog {
    max-width: 85%;
    margin: 5rem auto;
  }
}
@media only screen and (max-width: 414px) {
  #active .modal .modal-dialog,
  #opening .modal .modal-dialog,
  #community .modal .modal-dialog {
    max-width: 100%;
    margin: 5rem auto;
  }
}
@media only screen and (max-width: 320px) {
  #active .modal .modal-dialog,
  #opening .modal .modal-dialog,
  #community .modal .modal-dialog {
    margin: 4rem auto;
  }
}
#active .modal .modal-dialog .modal-content,
#opening .modal .modal-dialog .modal-content,
#community .modal .modal-dialog .modal-content {
  padding: 0;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  border-radius: 0;
  border: none;
  color: #302D2C;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#active .modal .modal-dialog .modal-content .close,
#opening .modal .modal-dialog .modal-content .close,
#community .modal .modal-dialog .modal-content .close {
  cursor: pointer;
  z-index: 100;
  opacity: 1;
  float: none;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
}
#active .modal .modal-dialog .modal-content .modal-body,
#opening .modal .modal-dialog .modal-content .modal-body,
#community .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#active .modal .modal-dialog .modal-content .modal-body .carousel-inner,
#opening .modal .modal-dialog .modal-content .modal-body .carousel-inner,
#community .modal .modal-dialog .modal-content .modal-body .carousel-inner {
  display: block;
  justify-content: center;
  align-items: center;
}
#active .modal .modal-dialog .modal-content .modal-body .carousel-inner .carousel-item,
#opening .modal .modal-dialog .modal-content .modal-body .carousel-inner .carousel-item,
#community .modal .modal-dialog .modal-content .modal-body .carousel-inner .carousel-item {
  text-align: center;
}
#active .modal .modal-dialog .modal-content .modal-body .carousel-inner .carousel-item img,
#opening .modal .modal-dialog .modal-content .modal-body .carousel-inner .carousel-item img,
#community .modal .modal-dialog .modal-content .modal-body .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ====================================
           Marketing 220124新增頁
   ==================================== */
#marketing .intro-section {
  padding-bottom: 120px;
}
#marketing .intro-section .card-deck .item {
  padding: 15px;
}
@media only screen and (max-width: 414px) {
  #marketing .intro-section .card-deck .item {
    padding: 20px 0;
  }
}
#marketing .intro-section .card-deck .item .card {
  padding: 15px 0;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card {
    padding: 0 15px;
  }
}
#marketing .intro-section .card-deck .item .card .row {
  margin-right: 0;
  margin-left: 0;
  display: -webkit-box;
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row {
    display: block;
  }
}
#marketing .intro-section .card-deck .item .card .row .left {
  padding: 0;
}
#marketing .intro-section .card-deck .item .card .row .left .lg {
  display: block;
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .left .lg {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .left .sm {
  display: none;
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .left .sm {
    display: block;
  }
}
#marketing .intro-section .card-deck .item .card .row .right {
  border-left: 1px solid #DFE7E9;
  padding: 30px 20px 20px 20px;
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .right {
    border-left: none;
    border-top: 1px solid #DFE7E9;
    padding: 30px 5px 20px 5px;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body {
  padding: 0;
}
#marketing .intro-section .card-deck .item .card .row .right .card-body h4 {
  color: #302D2C;
  font-weight: bold;
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body h4 {
    text-align: center;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p {
  color: #302D2C;
  text-align: justify;
  margin: 25px auto 30px auto;
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-1893 {
  display: block;
}
@media (max-width: 1893px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-1893 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-1820 {
  display: block;
}
@media (max-width: 1820px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-1820 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1820.hide-1703 {
  display: none;
}
@media (max-width: 1820px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1820.hide-1703 {
    display: block;
  }
}
@media (max-width: 1703px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1820.hide-1703 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-1581 {
  display: block;
}
@media (max-width: 1581px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-1581 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1557.hide-1506 {
  display: none;
}
@media (max-width: 1557px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1557.hide-1506 {
    display: block;
  }
}
@media (max-width: 1506px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1557.hide-1506 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1557.hide-1367 {
  display: none;
}
@media (max-width: 1557px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1557.hide-1367 {
    display: block;
  }
}
@media (max-width: 1367px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1557.hide-1367 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-1491 {
  display: block;
}
@media (max-width: 1491px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-1491 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-1484 {
  display: block;
}
@media (max-width: 1484px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-1484 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1425.hide-1359 {
  display: none;
}
@media (max-width: 1425px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1425.hide-1359 {
    display: block;
  }
}
@media (max-width: 1359px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1425.hide-1359 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1366.hide-1359 {
  display: none;
}
@media (max-width: 1366px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1366.hide-1359 {
    display: block;
  }
}
@media (max-width: 1359px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1366.hide-1359 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1366.hide-1121 {
  display: none;
}
@media (max-width: 1366px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1366.hide-1121 {
    display: block;
  }
}
@media (max-width: 1121px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1366.hide-1121 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1327.hide-1111 {
  display: none;
}
@media (max-width: 1327px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1327.hide-1111 {
    display: block;
  }
}
@media (max-width: 1111px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1327.hide-1111 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1228.hide-sm {
  display: none;
}
@media (max-width: 1228px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1228.hide-sm {
    display: block;
  }
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1228.hide-sm {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1162.hide-1030 {
  display: none;
}
@media (max-width: 1162px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1162.hide-1030 {
    display: block;
  }
}
@media (max-width: 1030px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1162.hide-1030 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1162.hide-sm {
  display: none;
}
@media (max-width: 1162px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1162.hide-sm {
    display: block;
  }
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1162.hide-sm {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1096.hide-sm {
  display: none;
}
@media (max-width: 1096px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1096.hide-sm {
    display: block;
  }
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1096.hide-sm {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1009.hide-sm {
  display: none;
}
@media (max-width: 1009px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1009.hide-sm {
    display: block;
  }
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-1009.hide-sm {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-sm {
  display: none;
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-sm {
    display: block;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-sm {
  display: block;
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-sm {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-971.hide-935 {
  display: none;
}
@media (max-width: 971px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-971.hide-935 {
    display: block;
  }
}
@media (max-width: 935px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-971.hide-935 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-935.hide-879 {
  display: none;
}
@media (max-width: 935px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-935.hide-879 {
    display: block;
  }
}
@media (max-width: 879px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-935.hide-879 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-819.hide-807 {
  display: none;
}
@media (max-width: 819px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-819.hide-807 {
    display: block;
  }
}
@media (max-width: 807px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-819.hide-807 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-807.hide-783 {
  display: none;
}
@media (max-width: 807px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-807.hide-783 {
    display: block;
  }
}
@media (max-width: 783px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-807.hide-783 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .show-775.hide-772 {
  display: none;
}
@media (max-width: 775px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-775.hide-772 {
    display: block;
  }
}
@media (max-width: 772px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .show-775.hide-772 {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-xs {
  display: block;
}
@media (max-width: 767.88px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-body p .hide-xs {
    display: none;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-footer {
  border-top: 1px solid #DFE7E9;
  background: none;
  border-radius: 0;
  margin-top: 120px;
  padding: 0.75rem 0.5rem 0 1.25rem;
}
@media (max-width: 1770px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-footer {
    margin-top: 80px;
  }
}
@media (max-width: 1690px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-footer {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-footer {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-footer {
    border-top: none;
    text-align: center;
  }
}
#marketing .intro-section .card-deck .item .card .row .right .card-footer .btn {
  float: right;
}
@media only screen and (max-width: 991.88px) {
  #marketing .intro-section .card-deck .item .card .row .right .card-footer .btn {
    float: none;
  }
}

/* ====================================
       Media 220124新增頁 220809修改
   ==================================== */
@media only screen and (max-width: 414px) {
  #media .intro-section {
    padding: 0 0 40px 0;
  }
}
#media .intro-section .card-deck .item {
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  #media .intro-section .card-deck .item {
    padding: 0;
  }
}
#media .case-section {
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 1199.88px) {
  #media .case-section {
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 414px) {
  #media .case-section {
    padding: 0;
  }
}
#media .case-section .case-title {
  background-color: #DFE7E9;
  padding: 20px 0;
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  #media .case-section .case-title {
    margin-top: 20px;
  }
}
#media .case-section .case-title ul {
  padding: 0 15px;
}
@media only screen and (max-width: 414px) {
  #media .case-section .case-title ul {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #media .case-section .case-title ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1308px) {
  #media .case-section .case-title ul li .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 1236px) {
  #media .case-section .case-title ul li .btn {
    padding: 0.375rem 0.4rem;
  }
}
@media (max-width: 805px) {
  #media .case-section .case-title ul li .btn {
    padding: 0.375rem 0.3rem;
  }
}
#media .case-section .case-title ul li .btn.btn-primary {
  color: #9FA3A7;
  background-color: #DFE7E9 !important;
  border-radius: 20px;
}
#media .case-section .case-title ul li .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#media .case-section .case-title ul li .btn.btn-primary b {
  padding: 8px;
}
@media (max-width: 805px) {
  #media .case-section .case-title ul li .btn.btn-primary b {
    padding: 8px 5px;
  }
}
@media (max-width: 522px) {
  #media .case-section .case-title ul li .btn.btn-primary b {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  #media .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  #media .case-section .case-title ul li .btn.btn-primary b {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  #media .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
    padding: 8px 1px;
  }
}
#media .case-section .banner {
  background-color: #F4F4F4;
  padding: 40px 0 100px 0;
}
@media only screen and (max-width: 1199.88px) {
  #media .case-section .banner {
    padding: 30px 0 50px 0;
  }
}
@media only screen and (max-width: 414px) {
  #media .case-section .banner {
    padding: 0 0 90px 0;
  }
}
@media only screen and (max-width: 320px) {
  #media .case-section .banner {
    padding: 0 0 70px 0;
  }
}
@media only screen and (max-width: 991.88px) {
  #media .case-section .banner .content {
    padding: 0;
  }
}
#media .case-section .banner .content h5 {
  color: #302D2C;
  font-weight: bold;
  padding: 0 20px;
}
#media .case-section .banner .content p {
  margin-bottom: 0;
  padding: 0 20px;
}
#media .case-section .banner .content .carousel-indicators {
  bottom: -60px;
}
#media .case-section .banner .content .carousel-indicators li {
  background-color: #9FA3A7;
}
@media only screen and (max-width: 414px) {
  #media .case-section .banner .content .section-carousel {
    margin-top: 15px;
  }
}
#media .case-section .banner .content .section-carousel .carousel-inner {
  width: 75%;
}
@media only screen and (max-width: 991.88px) {
  #media .case-section .banner .content .section-carousel .carousel-inner {
    width: 80%;
  }
}
@media (max-width: 650px) {
  #media .case-section .banner .content .section-carousel .carousel-inner {
    width: 100%;
  }
}
#media .case-section .holiday,
#media .case-section .product,
#media .case-section .promotion,
#media .case-section .knowledge {
  background-color: #F4F4F4;
  padding: 40px 0;
}
@media only screen and (max-width: 1199.88px) {
  #media .case-section .holiday,
  #media .case-section .product,
  #media .case-section .promotion,
  #media .case-section .knowledge {
    padding: 30px 0 10px 0;
  }
}
@media only screen and (max-width: 414px) {
  #media .case-section .holiday,
  #media .case-section .product,
  #media .case-section .promotion,
  #media .case-section .knowledge {
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 414px) {
  #media .case-section .holiday .content,
  #media .case-section .product .content,
  #media .case-section .promotion .content,
  #media .case-section .knowledge .content {
    padding: 0 20px;
  }
}
#media .case-section .holiday .content h5,
#media .case-section .product .content h5,
#media .case-section .promotion .content h5,
#media .case-section .knowledge .content h5 {
  color: #302D2C;
  font-weight: bold;
}
#media .case-section .holiday .content p,
#media .case-section .product .content p,
#media .case-section .promotion .content p,
#media .case-section .knowledge .content p {
  margin-bottom: 0;
}
#media .case-section .holiday .content .section-carousel,
#media .case-section .product .content .section-carousel,
#media .case-section .promotion .content .section-carousel,
#media .case-section .knowledge .content .section-carousel {
  display: block;
}
@media only screen and (max-width: 991.88px) {
  #media .case-section .holiday .content .section-carousel,
  #media .case-section .product .content .section-carousel,
  #media .case-section .promotion .content .section-carousel,
  #media .case-section .knowledge .content .section-carousel {
    display: none;
  }
}
#media .case-section .holiday .content .section-carousel .carousel-inner,
#media .case-section .product .content .section-carousel .carousel-inner,
#media .case-section .promotion .content .section-carousel .carousel-inner,
#media .case-section .knowledge .content .section-carousel .carousel-inner {
  width: 75%;
}
#media .case-section .holiday .content .section-carousel .carousel-item .col-4,
#media .case-section .product .content .section-carousel .carousel-item .col-4,
#media .case-section .promotion .content .section-carousel .carousel-item .col-4,
#media .case-section .knowledge .content .section-carousel .carousel-item .col-4 {
  padding: 0 15px 15px 15px;
}
#media .case-section .holiday .content .section-carousel .carousel-item .col-4 .card,
#media .case-section .product .content .section-carousel .carousel-item .col-4 .card,
#media .case-section .promotion .content .section-carousel .carousel-item .col-4 .card,
#media .case-section .knowledge .content .section-carousel .carousel-item .col-4 .card {
  border-radius: 1rem;
  cursor: pointer;
}
#media .case-section .holiday .content .section-carousel .carousel-item .col-4 .card img,
#media .case-section .product .content .section-carousel .carousel-item .col-4 .card img,
#media .case-section .promotion .content .section-carousel .carousel-item .col-4 .card img,
#media .case-section .knowledge .content .section-carousel .carousel-item .col-4 .card img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
#media .case-section .holiday .content .section-carousel .carousel-item .col-4 .card .text,
#media .case-section .product .content .section-carousel .carousel-item .col-4 .card .text,
#media .case-section .promotion .content .section-carousel .carousel-item .col-4 .card .text,
#media .case-section .knowledge .content .section-carousel .carousel-item .col-4 .card .text {
  padding: 15px 15px 10px 20px;
  text-align: center;
}
#media .case-section .holiday .content .section-carousel .carousel-item .col-4 .card .text p,
#media .case-section .product .content .section-carousel .carousel-item .col-4 .card .text p,
#media .case-section .promotion .content .section-carousel .carousel-item .col-4 .card .text p,
#media .case-section .knowledge .content .section-carousel .carousel-item .col-4 .card .text p {
  color: #302D2C;
  margin-bottom: 0.2rem;
}
#media .case-section .holiday .content .sm-section,
#media .case-section .product .content .sm-section,
#media .case-section .promotion .content .sm-section,
#media .case-section .knowledge .content .sm-section {
  display: none;
}
@media only screen and (max-width: 991.88px) {
  #media .case-section .holiday .content .sm-section,
  #media .case-section .product .content .sm-section,
  #media .case-section .promotion .content .sm-section,
  #media .case-section .knowledge .content .sm-section {
    display: block;
  }
}
@media only screen and (max-width: 414px) {
  #media .case-section .holiday .content .sm-section .row,
  #media .case-section .product .content .sm-section .row,
  #media .case-section .promotion .content .sm-section .row,
  #media .case-section .knowledge .content .sm-section .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
#media .case-section .holiday .content .sm-section .row .col-6,
#media .case-section .product .content .sm-section .row .col-6,
#media .case-section .promotion .content .sm-section .row .col-6,
#media .case-section .knowledge .content .sm-section .row .col-6 {
  padding: 15px;
}
@media only screen and (max-width: 414px) {
  #media .case-section .holiday .content .sm-section .row .col-6,
  #media .case-section .product .content .sm-section .row .col-6,
  #media .case-section .promotion .content .sm-section .row .col-6,
  #media .case-section .knowledge .content .sm-section .row .col-6 {
    padding: 15px 8px;
  }
}
@media only screen and (max-width: 320px) {
  #media .case-section .holiday .content .sm-section .row .col-6,
  #media .case-section .product .content .sm-section .row .col-6,
  #media .case-section .promotion .content .sm-section .row .col-6,
  #media .case-section .knowledge .content .sm-section .row .col-6 {
    padding: 15px 7px;
  }
}
#media .case-section .holiday .content .sm-section .row .col-6 .card,
#media .case-section .product .content .sm-section .row .col-6 .card,
#media .case-section .promotion .content .sm-section .row .col-6 .card,
#media .case-section .knowledge .content .sm-section .row .col-6 .card {
  border-radius: 1rem;
  cursor: pointer;
}
#media .case-section .holiday .content .sm-section .row .col-6 .card img,
#media .case-section .product .content .sm-section .row .col-6 .card img,
#media .case-section .promotion .content .sm-section .row .col-6 .card img,
#media .case-section .knowledge .content .sm-section .row .col-6 .card img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
#media .case-section .holiday .content .sm-section .row .col-6 .card .text,
#media .case-section .product .content .sm-section .row .col-6 .card .text,
#media .case-section .promotion .content .sm-section .row .col-6 .card .text,
#media .case-section .knowledge .content .sm-section .row .col-6 .card .text {
  padding: 15px 15px 10px 20px;
  text-align: center;
}
@media (max-width: 650px) {
  #media .case-section .holiday .content .sm-section .row .col-6 .card .text,
  #media .case-section .product .content .sm-section .row .col-6 .card .text,
  #media .case-section .promotion .content .sm-section .row .col-6 .card .text,
  #media .case-section .knowledge .content .sm-section .row .col-6 .card .text {
    padding: 10px;
  }
}
#media .case-section .holiday .content .sm-section .row .col-6 .card .text p,
#media .case-section .product .content .sm-section .row .col-6 .card .text p,
#media .case-section .promotion .content .sm-section .row .col-6 .card .text p,
#media .case-section .knowledge .content .sm-section .row .col-6 .card .text p {
  color: #302D2C;
  margin-bottom: 0.2rem;
}
#media .case-section .brand {
  background-color: #F4F4F4;
  padding: 70px 0 100px 0;
}
@media only screen and (max-width: 1199.88px) {
  #media .case-section .brand {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 414px) {
  #media .case-section .brand {
    padding: 50px 0 90px 0;
  }
}
@media only screen and (max-width: 320px) {
  #media .case-section .brand {
    padding: 30px 0 70px 0;
  }
}
@media only screen and (max-width: 414px) {
  #media .case-section .brand .content {
    padding: 0 20px;
  }
}
#media .case-section .brand .content h5 {
  color: #302D2C;
  font-weight: bold;
}
#media .case-section .brand .content p {
  margin-bottom: 0;
  color: #302D2C;
}
#media .case-section .brand .content .close p {
  color: #9FA3A7;
}
#media .case-section .brand .content .carousel-indicators {
  bottom: -60px;
}
#media .case-section .brand .content .carousel-indicators li {
  background-color: #9FA3A7;
}
#media .case-section .brand .content .lg-section {
  display: block;
}
@media only screen and (max-width: 991.88px) {
  #media .case-section .brand .content .lg-section {
    display: none;
  }
}
#media .case-section .brand .content .lg-section .carousel-inner {
  width: 75%;
}
@media only screen and (max-width: 991.88px) {
  #media .case-section .brand .content .lg-section .carousel-inner {
    width: 100%;
  }
}
#media .case-section .brand .content .lg-section .carousel-item .col-4 {
  padding: 0 15px 15px 15px;
}
#media .case-section .brand .content .lg-section .carousel-item .col-4:nth-child(4), #media .case-section .brand .content .lg-section .carousel-item .col-4:nth-child(5), #media .case-section .brand .content .lg-section .carousel-item .col-4:nth-child(6) {
  padding: 15px;
}
#media .case-section .brand .content .lg-section .carousel-item .col-4 .card {
  border-radius: 1rem;
  cursor: pointer;
}
#media .case-section .brand .content .lg-section .carousel-item .col-4 .card img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
#media .case-section .brand .content .lg-section .carousel-item .col-4 .card .text {
  padding: 15px 15px 10px 20px;
  text-align: center;
}
#media .case-section .brand .content .lg-section .carousel-item .col-4 .card .text p {
  color: #302D2C;
  margin-bottom: 0.2rem;
}
#media .case-section .brand .content .sm-section {
  display: none;
}
@media only screen and (max-width: 991.88px) {
  #media .case-section .brand .content .sm-section {
    display: block;
  }
}
@media only screen and (max-width: 414px) {
  #media .case-section .brand .content .sm-section .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
#media .case-section .brand .content .sm-section .row .col-6 {
  padding: 15px;
}
@media only screen and (max-width: 414px) {
  #media .case-section .brand .content .sm-section .row .col-6 {
    padding: 15px 8px;
  }
}
@media only screen and (max-width: 320px) {
  #media .case-section .brand .content .sm-section .row .col-6 {
    padding: 15px 7px;
  }
}
#media .case-section .brand .content .sm-section .row .col-6 .card {
  border-radius: 1rem;
  cursor: pointer;
}
#media .case-section .brand .content .sm-section .row .col-6 .card img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
#media .case-section .brand .content .sm-section .row .col-6 .card .text {
  padding: 15px 15px 10px 20px;
  text-align: center;
}
@media (max-width: 650px) {
  #media .case-section .brand .content .sm-section .row .col-6 .card .text {
    padding: 10px;
  }
}
#media .case-section .brand .content .sm-section .row .col-6 .card .text p {
  color: #302D2C;
  margin-bottom: 0.2rem;
}
#media .case-section .photo {
  background-color: #F4F4F4;
  padding: 40px 0 140px 0;
}
@media only screen and (max-width: 1199.88px) {
  #media .case-section .photo {
    padding: 30px 0 130px 0;
  }
}
@media only screen and (max-width: 414px) {
  #media .case-section .photo {
    padding: 0 0 130px 0;
  }
}
@media only screen and (max-width: 414px) {
  #media .case-section .photo .content {
    padding: 0 20px;
  }
}
#media .case-section .photo .content h5 {
  color: #302D2C;
  font-weight: bold;
}
#media .case-section .photo .content p {
  margin-bottom: 0;
  color: #302D2C;
}
#media .case-section .photo .content .close p {
  color: #9FA3A7;
}
#media .case-section .photo .content .section-carousel {
  display: block;
}
#media .case-section .photo .content .section-carousel .carousel-inner {
  width: 75%;
}
@media only screen and (max-width: 991.88px) {
  #media .case-section .photo .content .section-carousel .carousel-inner {
    width: 100%;
  }
}
#media .case-section .photo .content .section-carousel .carousel-item .col-6.col-lg-4 {
  padding: 0 15px 15px 15px;
}
#media .case-section .photo .content .section-carousel .carousel-item .col-6.col-lg-4:nth-child(4), #media .case-section .photo .content .section-carousel .carousel-item .col-6.col-lg-4:nth-child(5), #media .case-section .photo .content .section-carousel .carousel-item .col-6.col-lg-4:nth-child(6) {
  padding: 15px;
}
@media only screen and (max-width: 991.88px) {
  #media .case-section .photo .content .section-carousel .carousel-item .col-6.col-lg-4:nth-child(3) {
    padding: 15px;
  }
}
#media .case-section .photo .content .section-carousel .carousel-item .col-6.col-lg-4 .card {
  border-radius: 1rem;
  cursor: pointer;
}
#media .case-section .photo .content .section-carousel .carousel-item .col-6.col-lg-4 .card img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
#media .case-section .photo .content .section-carousel .carousel-item .col-6.col-lg-4 .card .text {
  padding: 15px 15px 10px 20px;
  text-align: center;
}
#media .case-section .photo .content .section-carousel .carousel-item .col-6.col-lg-4 .card .text p {
  color: #302D2C;
  margin-bottom: 0.2rem;
}
#media .modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
#media .modal .modal-dialog {
  max-width: 25%;
  height: auto;
  max-height: 90%;
  margin: 2rem auto;
}
@media only screen and (max-width: 1440px) {
  #media .modal .modal-dialog {
    max-width: 35%;
  }
}
@media only screen and (max-width: 1199.88px) {
  #media .modal .modal-dialog {
    max-width: 45%;
    margin: 1rem auto;
  }
}
@media only screen and (max-width: 768px) {
  #media .modal .modal-dialog {
    max-width: 70%;
    margin: 0.5rem auto;
  }
}
@media only screen and (max-width: 414px) {
  #media .modal .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
  }
}
#media .modal .modal-dialog .modal-content {
  padding: 0;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  border-radius: 0;
  border: none;
  color: #302D2C;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#media .modal .modal-dialog .modal-content .close {
  cursor: pointer;
  z-index: 100;
  opacity: 1;
  float: none;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
}
#media .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#media .modal .modal-dialog .modal-content .modal-body .inner {
  display: block;
  justify-content: center;
  align-items: center;
}
#media .modal .modal-dialog .modal-content .modal-body .inner .item {
  text-align: center;
}
#media .modal .modal-dialog .modal-content .modal-body .inner .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ====================================
             Web 220124新增頁
   ==================================== */
#web .intro-section .card-deck .item {
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  #web .intro-section .card-deck .item {
    padding: 0;
  }
}
@media (max-width: 767.88px) {
  #web .intro-section .card-deck .item:first-of-type {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767.88px) {
  #web .intro-section .card-deck .item:last-of-type {
    margin: 40px 0;
  }
}
#web .intro-section .card-deck .item .card {
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  #web .intro-section .card-deck .item .card {
    margin: 0 15px;
  }
}
@media (max-width: 767.88px) {
  #web .intro-section .card-deck .item .card {
    margin: 0;
  }
}
#web .intro-section .card-deck .item .card .card-body {
  padding: 30px 20px;
}
@media only screen and (max-width: 768px) {
  #web .intro-section .card-deck .item .card .card-body {
    padding: 30px 15px 10px 15px;
  }
}
#web .intro-section .card-deck .item .card .card-body h4 {
  text-align: center;
  font-weight: bold;
  color: #302D2C;
}
#web .intro-section .card-deck .item .card .card-body p {
  color: #302D2C;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #web .intro-section .card-deck .item .card .card-body p {
    margin-top: 10px;
  }
}
#web .intro-section .card-deck .item .card .card-footer {
  background: none;
  border: none;
  text-align: center;
  padding: 0 0 30px 0;
}
#web .case-section {
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 1199.88px) {
  #web .case-section {
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 414px) {
  #web .case-section {
    padding: 0;
  }
}
#web .case-section .case-title {
  background-color: #DFE7E9;
  padding: 20px 0;
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  #web .case-section .case-title {
    margin-top: 20px;
  }
}
#web .case-section .case-title ul {
  padding: 0 15px;
}
@media only screen and (max-width: 414px) {
  #web .case-section .case-title ul {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #web .case-section .case-title ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1308px) {
  #web .case-section .case-title ul li .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 1236px) {
  #web .case-section .case-title ul li .btn {
    padding: 0.375rem 0.4rem;
  }
}
@media (max-width: 805px) {
  #web .case-section .case-title ul li .btn {
    padding: 0.375rem 0.3rem;
  }
}
#web .case-section .case-title ul li .btn.btn-primary {
  color: #9FA3A7;
  background-color: #DFE7E9 !important;
  border-radius: 20px;
}
#web .case-section .case-title ul li .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#web .case-section .case-title ul li .btn.btn-primary b {
  padding: 8px;
}
@media (max-width: 805px) {
  #web .case-section .case-title ul li .btn.btn-primary b {
    padding: 8px 5px;
  }
}
@media (max-width: 522px) {
  #web .case-section .case-title ul li .btn.btn-primary b {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  #web .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  #web .case-section .case-title ul li .btn.btn-primary b {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  #web .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
    padding: 8px 1px;
  }
}
#web .case-section .case-body {
  background-color: #F4F4F4;
  padding: 70px 0;
}
@media only screen and (max-width: 1199.88px) {
  #web .case-section .case-body {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 320px) {
  #web .case-section .case-body {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991.88px) {
  #web .case-section .case-body .content {
    padding: 0;
  }
}
#web .case-section .case-body .content h3 {
  color: #302D2C;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.35;
}
#web .case-section .case-body .content h3::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 90px;
  width: 80px;
  margin: 0 auto;
  background: #9FA3A7;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 414px) {
  #web .case-section .case-body .content h3::before {
    top: 80px;
  }
}
#web .case-section .case-body .content .inside {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #web .case-section .case-body .content .inside {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 414px) {
  #web .case-section .case-body .content .inside {
    margin-top: 40px;
  }
}
#web .case-section .case-body .content .inside .item {
  display: flex;
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  #web .case-section .case-body .content .inside .item {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 414px) {
  #web .case-section .case-body .content .inside .item {
    padding: 15px 20px;
  }
}
#web .case-section .case-body .content .inside .item .left {
  padding: 0;
}
#web .case-section .case-body .content .inside .item .left img {
  width: 70%;
}
#web .case-section .case-body .content .inside .item .right {
  text-align: left;
  padding: 0 0 0 15px;
}
#web .case-section .case-body .content .inside .item .right h5 {
  font-weight: bold;
}
#web .case-section .case-body .content .inside .item .right ul {
  list-style-position: outside;
  padding-inline-start: 17px;
}
#web .case-section .case-body .content .inside .item .right ul li {
  color: #9FA3A7;
}
#web .process-section {
  padding: 70px 0 0 0;
}
@media only screen and (max-width: 1199.88px) {
  #web .process-section {
    padding: 50px 0 0 0;
  }
}
@media only screen and (max-width: 320px) {
  #web .process-section {
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 991.88px) {
  #web .process-section .content {
    padding: 0;
  }
}
#web .process-section .content h3 {
  color: #302D2C;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.35;
}
#web .process-section .content h3::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 50px;
  width: 70px;
  margin: 0 auto;
  background: #9FA3A7;
  left: 0;
  right: 0;
}
#web .process-section .content .lg-img {
  display: block;
  width: 80%;
  margin: 60px auto;
}
@media only screen and (max-width: 768px) {
  #web .process-section .content .lg-img {
    display: none;
  }
}
#web .process-section .content .sm-img {
  display: none;
  margin: 60px auto;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
  #web .process-section .content .sm-img {
    display: block;
  }
}
#web .more-section {
  background-color: #74ad5f;
  padding: 80px 0 130px 0;
}
@media only screen and (max-width: 1199.88px) {
  #web .more-section {
    padding: 60px 0 130px 0;
  }
}
@media only screen and (max-width: 414px) {
  #web .more-section {
    padding: 50px 0 130px 0;
  }
}
@media only screen and (max-width: 320px) {
  #web .more-section {
    padding: 30px 0 120px 0;
  }
}
@media only screen and (max-width: 991.88px) {
  #web .more-section .content {
    padding: 0;
  }
}
#web .more-section .content h3 {
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.35;
}
#web .more-section .content h3::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 50px;
  width: 70px;
  margin: 0 auto;
  background: #fff;
  left: 0;
  right: 0;
}
#web .more-section .content .section-carousel {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #web .more-section .content .section-carousel {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 414px) {
  #web .more-section .content .section-carousel {
    margin-top: 40px;
  }
}
#web .more-section .content .section-carousel .carousel-inner {
  width: 75%;
}
@media only screen and (max-width: 991.88px) {
  #web .more-section .content .section-carousel .carousel-inner {
    width: 80%;
  }
}
@media (max-width: 650px) {
  #web .more-section .content .section-carousel .carousel-inner {
    width: 100%;
  }
}
#web .more-section .content .section-carousel .carousel-inner img {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #web .more-section .content .section-carousel .carousel-inner img {
    width: 80%;
  }
}
@media only screen and (max-width: 414px) {
  #web .more-section .content .section-carousel .carousel-inner img {
    width: 95%;
  }
}
#web .more-section .content .section-carousel .carousel-inner img.lg-img {
  display: block;
}
@media only screen and (max-width: 768px) {
  #web .more-section .content .section-carousel .carousel-inner img.lg-img {
    display: none;
  }
}
#web .more-section .content .section-carousel .carousel-inner img.sm-img {
  display: none;
}
@media only screen and (max-width: 768px) {
  #web .more-section .content .section-carousel .carousel-inner img.sm-img {
    display: block;
  }
}

/* ====================================
           Digital 220124新增頁
   ==================================== */
#digital .case-section {
  padding: 0;
}
#digital .case-section .case-title {
  background-color: #DFE7E9;
  padding: 20px 0;
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  #digital .case-section .case-title {
    margin-top: 0;
  }
}
#digital .case-section .case-title ul {
  padding: 0 15px;
}
@media only screen and (max-width: 414px) {
  #digital .case-section .case-title ul {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #digital .case-section .case-title ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1308px) {
  #digital .case-section .case-title ul li .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 1236px) {
  #digital .case-section .case-title ul li .btn {
    padding: 0.375rem 0.4rem;
  }
}
@media (max-width: 805px) {
  #digital .case-section .case-title ul li .btn {
    padding: 0.375rem 0.3rem;
  }
}
#digital .case-section .case-title ul li .btn.btn-primary {
  color: #9FA3A7;
  background-color: #DFE7E9 !important;
  border-radius: 20px;
}
#digital .case-section .case-title ul li .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#digital .case-section .case-title ul li .btn.btn-primary b {
  padding: 8px;
}
@media (max-width: 805px) {
  #digital .case-section .case-title ul li .btn.btn-primary b {
    padding: 8px 5px;
  }
}
@media (max-width: 522px) {
  #digital .case-section .case-title ul li .btn.btn-primary b {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  #digital .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  #digital .case-section .case-title ul li .btn.btn-primary b {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  #digital .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
    padding: 8px 1px;
  }
}
#digital .case-section .intro {
  background-color: #F4F4F4;
  padding: 70px 0 40px 0;
}
@media only screen and (max-width: 1199.88px) {
  #digital .case-section .intro {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 320px) {
  #digital .case-section .intro {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991.88px) {
  #digital .case-section .intro .content {
    padding: 0;
  }
}
#digital .case-section .intro .content h3 {
  color: #302D2C;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.35;
}
#digital .case-section .intro .content h3::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 50px;
  width: 70px;
  margin: 0 auto;
  background: #9FA3A7;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #digital .case-section .intro .content h3::before {
    top: 90px;
  }
}
@media only screen and (max-width: 414px) {
  #digital .case-section .intro .content h3::before {
    top: 80px;
  }
}
#digital .case-section .intro .content h3 .xs-show {
  display: none;
}
@media only screen and (max-width: 768px) {
  #digital .case-section .intro .content h3 .xs-show {
    display: block;
  }
}
#digital .case-section .intro .content h3 .xs-hidden {
  display: initial;
}
@media only screen and (max-width: 768px) {
  #digital .case-section .intro .content h3 .xs-hidden {
    display: none;
  }
}
#digital .case-section .intro .content img {
  margin-top: 40px;
  width: 40%;
}
@media only screen and (max-width: 414px) {
  #digital .case-section .intro .content img {
    margin-top: 30px;
    width: 70%;
  }
}
#digital .case-section .intro .content p {
  color: #302D2C;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 20px;
}
@media only screen and (max-width: 414px) {
  #digital .case-section .intro .content p {
    padding: 0 15px;
    font-size: 14px;
  }
}
#digital .case-section .intro .content p .xs-show {
  display: none;
}
@media only screen and (max-width: 768px) {
  #digital .case-section .intro .content p .xs-show {
    display: block;
  }
}
#digital .ad-section {
  background: #ff9e7d;
  padding: 50px 0;
}
@media only screen and (max-width: 991.88px) {
  #digital .ad-section .content {
    padding: 0;
  }
}
#digital .ad-section .content .left {
  align-self: center;
}
#digital .ad-section .content .left img {
  width: 100%;
}
@media only screen and (max-width: 991.88px) {
  #digital .ad-section .content .left img {
    width: 50%;
  }
}
@media (max-width: 650px) {
  #digital .ad-section .content .left img {
    width: 60%;
  }
}
@media only screen and (max-width: 414px) {
  #digital .ad-section .content .left img {
    width: 80%;
  }
}
#digital .ad-section .content .right {
  text-align: left;
  align-self: center;
}
@media only screen and (max-width: 991.88px) {
  #digital .ad-section .content .right {
    padding: 30px 15px 0 15px;
  }
}
@media (max-width: 576px) {
  #digital .ad-section .content .right {
    padding: 30px 20px 0 20px;
  }
}
#digital .ad-section .content .right h3 {
  color: #fff;
  font-weight: bold;
  padding: 0 20px 0 0;
  line-height: 1.35;
}
#digital .ad-section .content .right h3::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 50px;
  width: 70px;
  background: #fff;
  left: 15px;
  right: 0;
}
@media only screen and (max-width: 991.88px) {
  #digital .ad-section .content .right h3::before {
    top: 75px;
  }
}
@media (max-width: 576px) {
  #digital .ad-section .content .right h3::before {
    left: 20px;
  }
}
#digital .ad-section .content .right p {
  color: #fff;
  opacity: 0.7;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 414px) {
  #digital .ad-section .content .right p {
    padding: 0;
    font-size: 14px;
  }
}
#digital .ad-section .content .right p .md-hidden {
  display: block;
}
@media only screen and (max-width: 1199.88px) {
  #digital .ad-section .content .right p .md-hidden {
    display: none;
  }
}
#digital .ad-section .content .right h4 {
  color: #fff;
  font-weight: bold;
  padding: 20px 20px 0 0;
}
#digital .budget-section,
#digital .data-section {
  background-color: #F4F4F4;
  padding: 70px 0 50px 0;
}
@media only screen and (max-width: 1199.88px) {
  #digital .budget-section,
  #digital .data-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 320px) {
  #digital .budget-section,
  #digital .data-section {
    padding: 30px 0;
  }
}
#digital .budget-section .content,
#digital .data-section .content {
  padding: 0 25px;
}
@media only screen and (max-width: 1199.88px) {
  #digital .budget-section .content,
  #digital .data-section .content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991.88px) {
  #digital .budget-section .content,
  #digital .data-section .content {
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  #digital .budget-section .content,
  #digital .data-section .content {
    padding: 0 20px;
  }
}
#digital .budget-section .content h4,
#digital .data-section .content h4 {
  color: #302D2C;
  font-weight: bold;
}
#digital .budget-section .content p,
#digital .data-section .content p {
  color: #9FA3A7;
  margin-top: 10px;
}
@media only screen and (max-width: 414px) {
  #digital .budget-section .content p,
  #digital .data-section .content p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#digital .analysis-section {
  padding: 50px 0;
}
@media only screen and (max-width: 991.88px) {
  #digital .analysis-section .content {
    padding: 0;
    flex-direction: column-reverse;
  }
}
#digital .analysis-section .content .left {
  text-align: left;
  align-self: center;
}
@media only screen and (max-width: 991.88px) {
  #digital .analysis-section .content .left {
    padding: 30px 15px 0 15px;
  }
}
@media (max-width: 576px) {
  #digital .analysis-section .content .left {
    padding: 30px 20px 0 20px;
  }
}
#digital .analysis-section .content .left h3 {
  color: #302D2C;
  font-weight: bold;
  padding: 0 20px 0 0;
  line-height: 1.35;
}
#digital .analysis-section .content .left h3::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 50px;
  width: 70px;
  background: #9FA3A7;
  left: 15px;
  right: 0;
}
@media only screen and (max-width: 991.88px) {
  #digital .analysis-section .content .left h3::before {
    top: 75px;
  }
}
@media (max-width: 576px) {
  #digital .analysis-section .content .left h3::before {
    left: 20px;
  }
}
#digital .analysis-section .content .left p {
  color: #9FA3A7;
  padding: 20px 20px 0 0;
  opacity: 0.7;
}
@media only screen and (max-width: 414px) {
  #digital .analysis-section .content .left p {
    padding: 20px 0 0 0;
    font-size: 14px;
  }
}
#digital .analysis-section .content .left p .md-hidden {
  display: block;
}
@media only screen and (max-width: 1199.88px) {
  #digital .analysis-section .content .left p .md-hidden {
    display: none;
  }
}
#digital .analysis-section .content .right {
  align-self: center;
}
#digital .analysis-section .content .right img {
  width: 100%;
}
@media only screen and (max-width: 991.88px) {
  #digital .analysis-section .content .right img {
    width: 50%;
  }
}
@media (max-width: 650px) {
  #digital .analysis-section .content .right img {
    width: 60%;
  }
}
#digital .social-section {
  background-image: linear-gradient(to bottom, rgb(255, 234, 236), rgb(255, 204, 210));
  padding: 50px 0;
}
@media only screen and (max-width: 991.88px) {
  #digital .social-section .content {
    padding: 0;
  }
}
#digital .social-section .content .left {
  align-self: center;
}
#digital .social-section .content .left img {
  width: 100%;
}
@media only screen and (max-width: 991.88px) {
  #digital .social-section .content .left img {
    width: 50%;
  }
}
@media (max-width: 650px) {
  #digital .social-section .content .left img {
    width: 60%;
  }
}
#digital .social-section .content .right {
  text-align: left;
  align-self: center;
}
@media only screen and (max-width: 991.88px) {
  #digital .social-section .content .right {
    padding: 30px 15px 0 15px;
  }
}
@media (max-width: 576px) {
  #digital .social-section .content .right {
    padding: 30px 20px 0 20px;
  }
}
#digital .social-section .content .right h3 {
  color: #302D2C;
  font-weight: bold;
  padding: 0 20px 0 0;
  line-height: 1.35;
}
#digital .social-section .content .right h3::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 50px;
  width: 70px;
  background: #9FA3A7;
  left: 15px;
  right: 0;
}
@media only screen and (max-width: 991.88px) {
  #digital .social-section .content .right h3::before {
    top: 75px;
  }
}
@media (max-width: 576px) {
  #digital .social-section .content .right h3::before {
    left: 20px;
  }
}
#digital .social-section .content .right p {
  color: #302D2C;
  padding: 0 20px 0 0;
  opacity: 0.7;
}
@media only screen and (max-width: 414px) {
  #digital .social-section .content .right p {
    padding: 0;
    font-size: 14px;
  }
}
#digital .social-section .content .right p .md-hidden {
  display: block;
}
@media only screen and (max-width: 1199.88px) {
  #digital .social-section .content .right p .md-hidden {
    display: none;
  }
}
#digital .social-section .content .right h4 {
  color: #302D2C;
  font-weight: bold;
  padding: 20px 20px 0 0;
}
#digital .social-section .content .right h4 .xs-show {
  display: none;
}
@media only screen and (max-width: 768px) {
  #digital .social-section .content .right h4 .xs-show {
    display: block;
  }
}
#digital .socialad-section {
  padding: 50px 0 130px 0;
}
@media only screen and (max-width: 320px) {
  #digital .socialad-section {
    padding: 30px 0 90px 0;
  }
}
@media only screen and (max-width: 991.88px) {
  #digital .socialad-section .content {
    padding: 0;
  }
}
#digital .socialad-section .content h4 {
  color: #302D2C;
  font-weight: bold;
  padding: 0 20px;
}
#digital .socialad-section .content h4 .mob3-show {
  display: none;
}
@media only screen and (max-width: 320px) {
  #digital .socialad-section .content h4 .mob3-show {
    display: block;
  }
}
#digital .socialad-section .content h4 .mob3-hidden {
  display: initial;
}
@media only screen and (max-width: 320px) {
  #digital .socialad-section .content h4 .mob3-hidden {
    display: none;
  }
}
#digital .socialad-section .content .row {
  justify-content: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 991.88px) {
  #digital .socialad-section .content .row {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #digital .socialad-section .content .row {
    margin-top: 20px;
  }
}
#digital .socialad-section .content .row .item {
  padding: 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  #digital .socialad-section .content .row .item {
    padding: 20px 15px;
  }
}
#digital .socialad-section .content .row .item img {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  #digital .socialad-section .content .row .item img {
    width: 55%;
  }
}
#digital .socialad-section .content .row .item h5 {
  color: #302D2C;
  font-weight: bold;
  padding: 0 20px 0 0;
}
#digital .socialad-section .content .row .item p {
  color: #9FA3A7;
}
@media only screen and (max-width: 414px) {
  #digital .socialad-section .content .row .item p {
    font-size: 14px;
  }
}
#digital .socialad-section .content .row .item p .md-hidden {
  display: block;
}
@media only screen and (max-width: 1199.88px) {
  #digital .socialad-section .content .row .item p .md-hidden {
    display: none;
  }
}
#digital .socialad-section .content .row .item p .mob3-show {
  display: none;
}
@media only screen and (max-width: 320px) {
  #digital .socialad-section .content .row .item p .mob3-show {
    display: block;
  }
}
#digital .socialad-section .content .row .item p .mob3-hidden {
  display: initial;
}
@media only screen and (max-width: 320px) {
  #digital .socialad-section .content .row .item p .mob3-hidden {
    display: none;
  }
}

/* ====================================
            LINE 220124新增頁
   ==================================== */
#line .case-section {
  padding: 0;
}
#line .case-section .case-title {
  background-color: #DFE7E9;
  padding: 20px 0;
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  #line .case-section .case-title {
    margin-top: 0;
  }
}
#line .case-section .case-title ul {
  padding: 0 15px;
}
@media only screen and (max-width: 414px) {
  #line .case-section .case-title ul {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #line .case-section .case-title ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1308px) {
  #line .case-section .case-title ul li .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 1236px) {
  #line .case-section .case-title ul li .btn {
    padding: 0.375rem 0.4rem;
  }
}
@media (max-width: 805px) {
  #line .case-section .case-title ul li .btn {
    padding: 0.375rem 0.3rem;
  }
}
#line .case-section .case-title ul li .btn.btn-primary {
  color: #9FA3A7;
  background-color: #DFE7E9 !important;
  border-radius: 20px;
}
#line .case-section .case-title ul li .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#line .case-section .case-title ul li .btn.btn-primary b {
  padding: 8px;
}
@media (max-width: 805px) {
  #line .case-section .case-title ul li .btn.btn-primary b {
    padding: 8px 5px;
  }
}
@media (max-width: 522px) {
  #line .case-section .case-title ul li .btn.btn-primary b {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  #line .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  #line .case-section .case-title ul li .btn.btn-primary b {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  #line .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
    padding: 8px 1px;
  }
}
#line .case-section .intro {
  background-color: #F4F4F4;
  padding: 70px 0;
}
@media only screen and (max-width: 1199.88px) {
  #line .case-section .intro {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 320px) {
  #line .case-section .intro {
    padding: 30px 0;
  }
}
#line .case-section .intro .content h3 {
  color: #302D2C;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.35;
}
@media only screen and (max-width: 414px) {
  #line .case-section .intro .content h3 {
    padding: 0;
  }
}
#line .case-section .intro .content h4 {
  color: #302D2C;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  padding: 40px 20px 0 50px;
}
@media only screen and (max-width: 1440px) {
  #line .case-section .intro .content h4 {
    padding: 40px 20px 0 20px;
  }
}
@media (max-width: 767.88px) {
  #line .case-section .intro .content h4 {
    padding: 40px 20px 0 120px;
  }
}
@media (max-width: 576px) {
  #line .case-section .intro .content h4 {
    padding: 40px 20px 0 5px;
  }
}
@media only screen and (max-width: 414px) {
  #line .case-section .intro .content h4 {
    padding: 20px 20px 0 5px;
  }
}
#line .case-section .intro .content h4::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 130px;
  width: 120px;
  background: #9FA3A7;
  left: 65px;
  right: 0;
}
@media only screen and (max-width: 1440px) {
  #line .case-section .intro .content h4::before {
    left: 35px;
  }
}
@media (max-width: 767.88px) {
  #line .case-section .intro .content h4::before {
    left: 135px;
  }
}
@media (max-width: 576px) {
  #line .case-section .intro .content h4::before {
    left: 20px;
  }
}
@media only screen and (max-width: 414px) {
  #line .case-section .intro .content h4::before {
    top: 95px;
    width: 95px;
  }
}
#line .case-section .intro .content .row {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 414px) {
  #line .case-section .intro .content .row {
    margin-top: 30px;
  }
}
#line .case-section .intro .content .row .left {
  padding: 0 15px 0 100px;
}
@media only screen and (max-width: 1440px) {
  #line .case-section .intro .content .row .left {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #line .case-section .intro .content .row .left {
    padding: 10px 15px;
  }
}
#line .case-section .intro .content .row .left img {
  width: 60%;
  float: right;
  clear: both;
}
@media (max-width: 1600px) {
  #line .case-section .intro .content .row .left img {
    width: 70%;
  }
}
@media (max-width: 850px) {
  #line .case-section .intro .content .row .left img {
    width: 80%;
  }
}
@media (max-width: 767.88px) {
  #line .case-section .intro .content .row .left img {
    width: 40%;
    float: none;
  }
}
@media only screen and (max-width: 414px) {
  #line .case-section .intro .content .row .left img {
    width: 75%;
  }
}
@media only screen and (max-width: 375px) {
  #line .case-section .intro .content .row .left img {
    width: 80%;
  }
}
#line .case-section .intro .content .row .right {
  text-align: left;
  align-self: center;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  #line .case-section .intro .content .row .right {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 414px) {
  #line .case-section .intro .content .row .right {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
#line .case-section .intro .content .row .right p {
  color: #302D2C;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 20px;
}
@media only screen and (max-width: 414px) {
  #line .case-section .intro .content .row .right p {
    padding: 0;
    font-size: 14px;
  }
}
#line .case-section .intro .content .row .right p span {
  background: #fee84e;
  padding: 2px 0 0 10px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: -4px;
  position: absolute;
}
@media only screen and (max-width: 414px) {
  #line .case-section .intro .content .row .right p span {
    padding: 3px 0 0 9.5px;
  }
}
@media only screen and (max-width: 375px) {
  #line .case-section .intro .content .row .right p span {
    padding: 3px 0 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  #line .case-section .intro .content .row .right p span {
    width: 24px;
    height: 24px;
    padding: 2px 0 0 8.5px;
    margin-top: -3px;
  }
}
#line .case-section .intro .content .row .right p b {
  margin-left: 40px;
  font-weight: 500;
}
#line .product-section {
  padding: 50px 0 40px 0;
}
#line .product-section .content h4 {
  color: #302D2C;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  padding: 0 20px 0 50px;
}
@media only screen and (max-width: 1440px) {
  #line .product-section .content h4 {
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 767.88px) {
  #line .product-section .content h4 {
    padding: 0 20px 0 120px;
  }
}
@media (max-width: 576px) {
  #line .product-section .content h4 {
    padding: 0 20px 0 5px;
  }
}
#line .product-section .content h4::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 45px;
  width: 95px;
  background: #9FA3A7;
  left: 65px;
  right: 0;
}
@media only screen and (max-width: 1440px) {
  #line .product-section .content h4::before {
    left: 35px;
  }
}
@media (max-width: 767.88px) {
  #line .product-section .content h4::before {
    left: 135px;
  }
}
@media (max-width: 576px) {
  #line .product-section .content h4::before {
    left: 20px;
  }
}
@media only screen and (max-width: 414px) {
  #line .product-section .content h4::before {
    top: 35px;
    width: 77px;
  }
}
#line .product-section .content .row {
  margin-top: 40px;
}
@media only screen and (max-width: 414px) {
  #line .product-section .content .row {
    margin-top: 30px;
  }
}
#line .product-section .content .row .item {
  padding: 15px;
}
@media (max-width: 767.88px) {
  #line .product-section .content .row .item {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 414px) {
  #line .product-section .content .row .item {
    padding: 10px 0;
  }
}
#line .product-section .content .row .item.lg-item img {
  width: 85%;
}
@media (max-width: 1600px) {
  #line .product-section .content .row .item.lg-item img {
    width: 90%;
  }
}
@media (max-width: 850px) {
  #line .product-section .content .row .item.lg-item img {
    width: 100%;
  }
}
@media (max-width: 767.88px) {
  #line .product-section .content .row .item.lg-item img {
    width: 80%;
  }
}
@media only screen and (max-width: 414px) {
  #line .product-section .content .row .item.lg-item img {
    width: 95%;
  }
}
#line .product-section .content .row .item img {
  width: 70%;
}
@media (max-width: 1600px) {
  #line .product-section .content .row .item img {
    width: 80%;
  }
}
@media (max-width: 850px) {
  #line .product-section .content .row .item img {
    width: 100%;
  }
}
@media (max-width: 767.88px) {
  #line .product-section .content .row .item img {
    width: 40%;
  }
}
@media only screen and (max-width: 414px) {
  #line .product-section .content .row .item img {
    width: 65%;
  }
}
#line .product-section .content .row .item h5 {
  color: #302D2C;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 414px) {
  #line .product-section .content .row .item h5 {
    margin-top: 15px;
  }
}
#line .f4-section {
  background-color: #F4F4F4;
  padding: 50px 0;
}
#line .f4-section .content h4 {
  color: #302D2C;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  padding: 0 20px 0 40px;
}
@media only screen and (max-width: 1440px) {
  #line .f4-section .content h4 {
    padding: 0 20px 0 15px;
  }
}
@media (max-width: 767.88px) {
  #line .f4-section .content h4 {
    padding: 0 20px 0 110px;
  }
}
@media (max-width: 576px) {
  #line .f4-section .content h4 {
    padding: 0 20px 0 5px;
  }
}
#line .f4-section .content h4::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 45px;
  width: 125px;
  background: #9FA3A7;
  left: 55px;
  right: 0;
}
@media only screen and (max-width: 1440px) {
  #line .f4-section .content h4::before {
    left: 30px;
  }
}
@media (max-width: 767.88px) {
  #line .f4-section .content h4::before {
    left: 125px;
  }
}
@media (max-width: 576px) {
  #line .f4-section .content h4::before {
    left: 20px;
  }
}
@media only screen and (max-width: 414px) {
  #line .f4-section .content h4::before {
    top: 35px;
    width: 100px;
  }
}
#line .f4-section .content p {
  color: #9FA3A7;
  padding: 20px 20px 0 38px;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  #line .f4-section .content p {
    padding: 20px 20px 0 15px;
  }
}
@media (max-width: 767.88px) {
  #line .f4-section .content p {
    padding: 20px 20px 0 108px;
  }
}
@media (max-width: 576px) {
  #line .f4-section .content p {
    padding: 20px 20px 0 5px;
  }
}
@media only screen and (max-width: 414px) {
  #line .f4-section .content .section-carousel {
    margin-top: 10px;
  }
}
#line .f4-section .content .section-carousel .carousel-inner {
  width: 75%;
}
@media only screen and (max-width: 991.88px) {
  #line .f4-section .content .section-carousel .carousel-inner {
    width: 80%;
  }
}
@media (max-width: 650px) {
  #line .f4-section .content .section-carousel .carousel-inner {
    width: 100%;
  }
}
@media (max-width: 767.88px) {
  #line .f4-section .content .section-carousel .carousel-inner .row {
    flex-direction: column-reverse;
  }
}
#line .f4-section .content .section-carousel .carousel-inner .row .left {
  align-self: center;
}
@media only screen and (max-width: 991.88px) {
  #line .f4-section .content .section-carousel .carousel-inner .row .left {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767.88px) {
  #line .f4-section .content .section-carousel .carousel-inner .row .left {
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 414px) {
  #line .f4-section .content .section-carousel .carousel-inner .row .left {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
#line .f4-section .content .section-carousel .carousel-inner .row .left h5 {
  color: #302D2C;
  padding: 0 20px 0 0;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 767.88px) {
  #line .f4-section .content .section-carousel .carousel-inner .row .left h5 {
    padding: 0;
  }
}
#line .f4-section .content .section-carousel .carousel-inner .row .left p {
  color: #9FA3A7;
  padding: 20px 20px 0 0;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767.88px) {
  #line .f4-section .content .section-carousel .carousel-inner .row .left p {
    padding: 0;
  }
}
#line .f4-section .content .section-carousel .carousel-inner .row .right img {
  width: 70%;
}
@media (max-width: 1600px) {
  #line .f4-section .content .section-carousel .carousel-inner .row .right img {
    width: 80%;
  }
}
@media (max-width: 850px) {
  #line .f4-section .content .section-carousel .carousel-inner .row .right img {
    width: 90%;
  }
}
@media (max-width: 767.88px) {
  #line .f4-section .content .section-carousel .carousel-inner .row .right img {
    width: 55%;
  }
}
@media (max-width: 650px) {
  #line .f4-section .content .section-carousel .carousel-inner .row .right img {
    width: 50%;
  }
}
@media only screen and (max-width: 414px) {
  #line .f4-section .content .section-carousel .carousel-inner .row .right img {
    width: 70%;
  }
}
#line .promotion-section {
  padding: 50px 0 60px 0;
}
@media only screen and (max-width: 1199.88px) {
  #line .promotion-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991.88px) {
  #line .promotion-section .content {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #line .promotion-section .content {
    padding: 0 10px;
  }
}
#line .promotion-section .content h4 {
  color: #302D2C;
  font-weight: bold;
  line-height: 1.35;
  padding: 0 20px;
}
#line .promotion-section .content p {
  color: #9FA3A7;
  padding: 0 20px 20px 20px;
}
@media only screen and (max-width: 991.88px) {
  #line .promotion-section .content p {
    padding: 0 20px 0 20px;
  }
}
#line .promotion-section .content img {
  margin-top: 20px;
}
#line .promotion-section .content img:last-of-type {
  margin-top: 40px;
}
#line .contact-section {
  position: relative;
  height: 350px;
  padding: 50px;
  background: url("../images/active-contact-bg.png") no-repeat;
  background-color: #f7f7f7;
  background-color: #ffd29f;
  background-size: 300px;
  background-position: 5% center;
  box-shadow: 0 0 5px #c58626;
}
@media (max-width: 660px) {
  #line .contact-section {
    background-size: 260px;
  }
}
@media (max-width: 530px) {
  #line .contact-section {
    background-size: 230px;
  }
}
@media only screen and (max-width: 414px) {
  #line .contact-section {
    background-size: 200px;
    padding: 20px;
    height: 280px;
  }
}
@media only screen and (max-width: 375px) {
  #line .contact-section {
    background-position: -15% center;
  }
}
@media only screen and (max-width: 320px) {
  #line .contact-section {
    background-position: -20% center;
    background-size: 180px;
  }
}
#line .contact-section .content {
  width: 50%;
  height: 100%;
  padding: 60px 100px 100px 100px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  transition: 1s;
}
@media only screen and (max-width: 1440px) {
  #line .contact-section .content {
    padding: 60px 80px 100px 80px;
  }
}
@media only screen and (max-width: 1199.88px) {
  #line .contact-section .content {
    padding: 60px 0 100px 0;
    margin: 0 0 0 340px;
  }
}
@media (max-width: 660px) {
  #line .contact-section .content {
    width: 70%;
    margin: 0 0 0 220px;
  }
}
@media (max-width: 530px) {
  #line .contact-section .content {
    width: 80%;
    margin: 0 0 0 160px;
  }
}
@media only screen and (max-width: 414px) {
  #line .contact-section .content {
    width: 90%;
    padding: 40px 0 100px 0;
    margin: 0 0 0 110px;
  }
}
@media only screen and (max-width: 375px) {
  #line .contact-section .content {
    padding: 30px 0 100px 0;
    margin: 0 0 0 90px;
  }
}
@media only screen and (max-width: 320px) {
  #line .contact-section .content {
    width: 74%;
    padding: 24px 0 100px 0;
    margin: 0 0 0 95px;
  }
}
#line .contact-section .content p {
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.6;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
  color: #292929;
}
@media only screen and (max-width: 1199.88px) {
  #line .contact-section .content p {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 414px) {
  #line .contact-section .content p {
    letter-spacing: 0;
    font-size: 18px;
  }
}
#line .contact-section .content a {
  width: 150px;
  display: block;
  height: 50px;
  line-height: 22px;
  background-color: #74AD5F;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.22rem;
  transition: 0.5s;
  letter-spacing: 3px;
  padding: 15px;
  margin: 0 auto;
}
#line .contact-section .content a:hover {
  background-color: #518f3a;
}
#line .contact-section .img {
  width: 500px;
  height: 100%;
  position: absolute;
  bottom: 3px;
  right: 100px;
}
#line .contact-section .img img {
  width: 100%;
  z-index: 2;
  height: 100%;
  object-fit: cover;
}
#line .bg-section {
  margin-top: 4px;
}
@media only screen and (max-width: 1366px) {
  #line .bg-section {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  #line .bg-section {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #line .bg-section {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 414px) {
  #line .bg-section {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 375px) {
  #line .bg-section {
    margin-top: 48px;
  }
}

/* ====================================
            Video 220124新增頁
   ==================================== */
#video .case-section {
  padding: 0;
}
#video .case-section .case-title {
  background-color: #DFE7E9;
  padding: 20px 0;
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  #video .case-section .case-title {
    margin-top: 0;
  }
}
#video .case-section .case-title ul {
  padding: 0 15px;
}
@media only screen and (max-width: 414px) {
  #video .case-section .case-title ul {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #video .case-section .case-title ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1308px) {
  #video .case-section .case-title ul li .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 1236px) {
  #video .case-section .case-title ul li .btn {
    padding: 0.375rem 0.4rem;
  }
}
@media (max-width: 805px) {
  #video .case-section .case-title ul li .btn {
    padding: 0.375rem 0.3rem;
  }
}
#video .case-section .case-title ul li .btn.btn-primary {
  color: #9FA3A7;
  background-color: #DFE7E9 !important;
  border-radius: 20px;
}
#video .case-section .case-title ul li .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#video .case-section .case-title ul li .btn.btn-primary b {
  padding: 8px;
}
@media (max-width: 805px) {
  #video .case-section .case-title ul li .btn.btn-primary b {
    padding: 8px 5px;
  }
}
@media (max-width: 522px) {
  #video .case-section .case-title ul li .btn.btn-primary b {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  #video .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  #video .case-section .case-title ul li .btn.btn-primary b {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  #video .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
    padding: 8px 1px;
  }
}
#video .case-section .video-section {
  background-color: #F4F4F4;
  padding: 70px 0 130px 0;
}
@media only screen and (max-width: 1199.88px) {
  #video .case-section .video-section {
    padding: 50px 0 130px 0;
  }
}
@media only screen and (max-width: 320px) {
  #video .case-section .video-section {
    padding: 30px 0 110px 0;
  }
}
#video .case-section .video-section .content .section:not(:first-child) {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #video .case-section .video-section .content .section:not(:first-child) {
    margin-top: 40px;
  }
}
#video .case-section .video-section .content .section h4 {
  color: #302D2C;
  font-weight: bold;
}
#video .case-section .video-section .content .section .item {
  padding: 10px;
}
@media (max-width: 767.88px) {
  #video .case-section .video-section .content .section .item {
    padding: 15px;
  }
}
@media only screen and (max-width: 414px) {
  #video .case-section .video-section .content .section .item {
    padding: 20px 10px;
  }
}
#video .case-section .video-section .content .section .item img {
  border-radius: 0.7rem 0.7rem 0 0;
}
#video .case-section .video-section .content .section .item iframe {
  border-radius: 0.7rem 0.7rem 0 0;
  height: 28vh;
}
@media (max-width: 1024px) {
  #video .case-section .video-section .content .section .item iframe {
    height: auto;
  }
}
@media (max-width: 767.88px) {
  #video .case-section .video-section .content .section .item iframe {
    height: 28vh;
  }
}
@media (max-width: 736px) and (max-height: 414px) {
  #video .case-section .video-section .content .section .item iframe {
    height: 50vh !important;
  }
}
@media (max-width: 568px) and (max-height: 320px) {
  #video .case-section .video-section .content .section .item iframe {
    height: 70vh !important;
  }
}
@media only screen and (max-width: 414px) {
  #video .case-section .video-section .content .section .item iframe {
    height: 28vh;
  }
}
@media only screen and (max-width: 375px) {
  #video .case-section .video-section .content .section .item iframe {
    height: 24vh;
  }
}
#video .case-section .video-section .content .section .item .card-body {
  padding: 15px;
  text-align: center;
}
@media only screen and (max-width: 375px) {
  #video .case-section .video-section .content .section .item .card-body {
    padding: 10px;
  }
}
#video .case-section .video-section .content .section .item .card-body h6 {
  color: #302D2C !important;
  margin-bottom: 0;
}

/* ====================================
          Auxiliary 220124新增頁
   ==================================== */
#auxiliary .case-section {
  padding: 0;
}
#auxiliary .case-section .case-title {
  background-color: #DFE7E9;
  padding: 20px 0;
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  #auxiliary .case-section .case-title {
    margin-top: 0;
  }
}
#auxiliary .case-section .case-title ul {
  padding: 0 15px;
}
@media only screen and (max-width: 414px) {
  #auxiliary .case-section .case-title ul {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #auxiliary .case-section .case-title ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1308px) {
  #auxiliary .case-section .case-title ul li .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 1236px) {
  #auxiliary .case-section .case-title ul li .btn {
    padding: 0.375rem 0.4rem;
  }
}
@media (max-width: 805px) {
  #auxiliary .case-section .case-title ul li .btn {
    padding: 0.375rem 0.3rem;
  }
}
#auxiliary .case-section .case-title ul li .btn.btn-primary {
  color: #9FA3A7;
  background-color: #DFE7E9 !important;
  border-radius: 20px;
}
#auxiliary .case-section .case-title ul li .btn.btn-primary.active {
  color: #302D2C;
  border: 1px solid #302D2C !important;
}
#auxiliary .case-section .case-title ul li .btn.btn-primary b {
  padding: 8px;
}
@media (max-width: 805px) {
  #auxiliary .case-section .case-title ul li .btn.btn-primary b {
    padding: 8px 5px;
  }
}
@media (max-width: 522px) {
  #auxiliary .case-section .case-title ul li .btn.btn-primary b {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  #auxiliary .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  #auxiliary .case-section .case-title ul li .btn.btn-primary b {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  #auxiliary .case-section .case-title ul li .btn.btn-primary b {
    font-size: 14px;
    padding: 8px 1px;
  }
}
#auxiliary .case-section .intro {
  background-color: #F4F4F4;
  padding: 70px 0 40px 0;
}
@media only screen and (max-width: 1199.88px) {
  #auxiliary .case-section .intro {
    padding: 50px 0 30px 0;
  }
}
@media only screen and (max-width: 414px) {
  #auxiliary .case-section .intro {
    padding: 30px 0 20px 0;
  }
}
@media only screen and (max-width: 320px) {
  #auxiliary .case-section .intro {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 991.88px) {
  #auxiliary .case-section .intro .content {
    padding: 0;
  }
}
#auxiliary .case-section .intro .content h3 {
  color: #302D2C;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.35;
}
#auxiliary .case-section .intro .content h3::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 50px;
  width: 70px;
  margin: 0 auto;
  background: #9FA3A7;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #auxiliary .case-section .intro .content h3::before {
    top: 90px;
  }
}
@media only screen and (max-width: 414px) {
  #auxiliary .case-section .intro .content h3::before {
    top: 80px;
  }
}
#auxiliary .case-section .intro .content h3 .xs-show {
  display: none;
}
@media only screen and (max-width: 768px) {
  #auxiliary .case-section .intro .content h3 .xs-show {
    display: block;
  }
}
#auxiliary .case-section .intro .content h3 .xs-hidden {
  display: initial;
}
@media only screen and (max-width: 768px) {
  #auxiliary .case-section .intro .content h3 .xs-hidden {
    display: none;
  }
}
#auxiliary .case-section .intro .content img {
  margin-top: 40px;
  width: 40%;
}
@media only screen and (max-width: 414px) {
  #auxiliary .case-section .intro .content img {
    margin-top: 30px;
    width: 70%;
  }
}
#auxiliary .case-section .intro .content p {
  color: #302D2C;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 20px;
}
@media only screen and (max-width: 414px) {
  #auxiliary .case-section .intro .content p {
    padding: 0 15px;
    font-size: 14px;
  }
}
#auxiliary .case-section .intro .content p .xs-show {
  display: none;
}
@media only screen and (max-width: 768px) {
  #auxiliary .case-section .intro .content p .xs-show {
    display: block;
  }
}
#auxiliary .blogger-section {
  background-color: #F4F4F4;
  padding: 100px 0 70px 0;
}
@media only screen and (max-width: 1199.88px) {
  #auxiliary .blogger-section {
    padding: 70px 0 50px 0;
  }
}
@media (max-width: 767.88px) {
  #auxiliary .blogger-section {
    padding: 50px 0 20px 0;
  }
}
@media only screen and (max-width: 414px) {
  #auxiliary .blogger-section {
    padding: 50px 10px 20px 10px;
  }
}
#auxiliary .blogger-section .card {
  padding: 50px 40px;
}
@media only screen and (max-width: 414px) {
  #auxiliary .blogger-section .card {
    padding: 40px 15px;
  }
}
#auxiliary .blogger-section .card h4 {
  color: #302D2C;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 15px;
}
@media (max-width: 767.88px) {
  #auxiliary .blogger-section .card h4 {
    padding: 0;
  }
}
#auxiliary .blogger-section .card p {
  color: #9FA3A7;
  margin-top: 5px;
  text-align: left;
  padding: 0 0 0 15px;
  margin-bottom: 0;
}
@media (max-width: 767.88px) {
  #auxiliary .blogger-section .card p {
    padding: 0;
  }
}
@media only screen and (max-width: 414px) {
  #auxiliary .blogger-section .card p {
    font-size: 14px;
  }
}
#auxiliary .blogger-section .card .row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 414px) {
  #auxiliary .blogger-section .card .row {
    margin-top: 5px;
  }
}
#auxiliary .blogger-section .card .row .left {
  text-align: left;
  align-self: center;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  #auxiliary .blogger-section .card .row .left {
    padding: 10px 0;
  }
}
#auxiliary .blogger-section .card .row .left p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 414px) {
  #auxiliary .blogger-section .card .row .left p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  #auxiliary .blogger-section .card .row .left p {
    font-size: 13px;
  }
}
#auxiliary .blogger-section .card .row .left p span {
  background: #69d4da;
  padding: 2px 0 0 10px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: -4px;
  position: absolute;
}
@media only screen and (max-width: 414px) {
  #auxiliary .blogger-section .card .row .left p span {
    padding: 3px 0 0 9.5px;
  }
}
@media only screen and (max-width: 375px) {
  #auxiliary .blogger-section .card .row .left p span {
    padding: 3px 0 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  #auxiliary .blogger-section .card .row .left p span {
    width: 24px;
    height: 24px;
    padding: 2px 0 0 8.5px;
    margin-top: -3px;
  }
}
#auxiliary .blogger-section .card .row .left p a {
  color: #9FA3A7;
  margin-left: 40px;
}
@media only screen and (max-width: 414px) {
  #auxiliary .blogger-section .card .row .left p a {
    margin-left: 35px;
  }
}
#auxiliary .blogger-section .card .row .right {
  padding: 0;
  text-align: left;
}
@media (max-width: 767.88px) {
  #auxiliary .blogger-section .card .row .right {
    text-align: center;
  }
}
#auxiliary .blogger-section .card .row .right img {
  width: 70%;
}
@media (max-width: 1600px) {
  #auxiliary .blogger-section .card .row .right img {
    width: 80%;
  }
}
@media (max-width: 850px) {
  #auxiliary .blogger-section .card .row .right img {
    width: 100%;
  }
}
@media (max-width: 767.88px) {
  #auxiliary .blogger-section .card .row .right img {
    width: 70%;
  }
}
@media only screen and (max-width: 414px) {
  #auxiliary .blogger-section .card .row .right img {
    width: 100%;
  }
}
#auxiliary .news-section {
  background-color: #F4F4F4;
  padding: 40px 0 50px 0;
}
@media only screen and (max-width: 1199.88px) {
  #auxiliary .news-section {
    padding: 20px 0 30px 0;
  }
}
@media (max-width: 767.88px) {
  #auxiliary .news-section {
    padding: 10px 0 20px 0;
  }
}
@media only screen and (max-width: 414px) {
  #auxiliary .news-section {
    padding: 30px 10px 20px 10px;
  }
}
#auxiliary .news-section .card {
  padding: 50px 40px;
}
@media only screen and (max-width: 414px) {
  #auxiliary .news-section .card {
    padding: 40px 15px;
  }
}
#auxiliary .news-section .card h4 {
  color: #302D2C;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 15px;
}
@media (max-width: 767.88px) {
  #auxiliary .news-section .card h4 {
    padding: 0;
  }
}
#auxiliary .news-section .card p {
  color: #9FA3A7;
  margin-top: 5px;
  text-align: left;
  padding: 0 0 0 15px;
  margin-bottom: 0;
}
@media (max-width: 767.88px) {
  #auxiliary .news-section .card p {
    padding: 0;
  }
}
@media only screen and (max-width: 414px) {
  #auxiliary .news-section .card p {
    font-size: 14px;
  }
}
#auxiliary .news-section .card .row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767.88px) {
  #auxiliary .news-section .card .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 414px) {
  #auxiliary .news-section .card .row {
    margin-top: 5px;
  }
}
#auxiliary .news-section .card .row .left {
  padding: 0;
}
#auxiliary .news-section .card .row .left img {
  width: 70%;
  text-align: left;
}
@media (max-width: 1600px) {
  #auxiliary .news-section .card .row .left img {
    width: 80%;
  }
}
@media (max-width: 850px) {
  #auxiliary .news-section .card .row .left img {
    width: 100%;
  }
}
@media (max-width: 767.88px) {
  #auxiliary .news-section .card .row .left img {
    width: 70%;
  }
}
@media only screen and (max-width: 414px) {
  #auxiliary .news-section .card .row .left img {
    width: 100%;
  }
}
#auxiliary .news-section .card .row .right {
  text-align: left;
  align-self: center;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  #auxiliary .news-section .card .row .right {
    padding: 10px 0;
  }
}
#auxiliary .news-section .card .row .right p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 414px) {
  #auxiliary .news-section .card .row .right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  #auxiliary .news-section .card .row .right p {
    font-size: 13px;
  }
}
#auxiliary .news-section .card .row .right p span {
  background: #d6574e;
  padding: 2px 0 0 10px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: -4px;
  position: absolute;
}
@media only screen and (max-width: 414px) {
  #auxiliary .news-section .card .row .right p span {
    padding: 3px 0 0 9.5px;
  }
}
@media only screen and (max-width: 375px) {
  #auxiliary .news-section .card .row .right p span {
    padding: 3px 0 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  #auxiliary .news-section .card .row .right p span {
    width: 24px;
    height: 24px;
    padding: 2px 0 0 8.5px;
    margin-top: -3px;
  }
}
#auxiliary .news-section .card .row .right p a {
  color: #9FA3A7;
  margin-left: 40px;
}
@media only screen and (max-width: 414px) {
  #auxiliary .news-section .card .row .right p a {
    margin-left: 35px;
  }
}
#auxiliary .logo-section {
  background-color: #F4F4F4;
  padding: 60px 0 130px 0;
}
@media only screen and (max-width: 1199.88px) {
  #auxiliary .logo-section {
    padding: 40px 0 130px 0;
  }
}
@media only screen and (max-width: 414px) {
  #auxiliary .logo-section {
    padding: 30px 10px 130px 10px;
  }
}
@media only screen and (max-width: 320px) {
  #auxiliary .logo-section {
    padding: 20px 10px 110px 10px;
  }
}
#auxiliary .logo-section .content {
  padding: 0;
}
#auxiliary .logo-section .content .section:not(:first-child) {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #auxiliary .logo-section .content .section:not(:first-child) {
    margin-top: 35px;
  }
}
#auxiliary .logo-section .content .section h4 {
  color: #302D2C;
  font-weight: bold;
}
#auxiliary .logo-section .content .section p {
  color: #302D2C;
}
@media only screen and (max-width: 414px) {
  #auxiliary .logo-section .content .section p {
    margin-bottom: 0.5rem;
  }
}
#auxiliary .logo-section .content .section .row {
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  #auxiliary .logo-section .content .section .row {
    margin-top: 0px;
  }
}
#auxiliary .logo-section .content .section .row .item {
  padding: 15px;
}
@media only screen and (max-width: 414px) {
  #auxiliary .logo-section .content .section .row .item {
    padding: 20px 15px;
  }
}
#auxiliary .logo-section .content .section .row .item img {
  border-radius: 1rem 1rem 0 0;
}
#auxiliary .logo-section .content .section .row .item .card-body {
  padding: 0 30px 15px 30px;
  text-align: center;
}
@media only screen and (max-width: 375px) {
  #auxiliary .logo-section .content .section .row .item .card-body {
    padding: 10px;
  }
}
#auxiliary .logo-section .content .section .row .item .card-body h6 {
  color: #302D2C !important;
  margin-bottom: 0;
  border-top: 1px solid #DFE7E9;
  padding-top: 16px;
}

/* ====================================
          Community 220304新增頁
   ==================================== */
/* ====================================
        Private Modal 220415新增頁
   ==================================== */
#privacy .intro-section {
  padding: 40px 0 180px 0;
}
@media (max-width: 1352px) {
  #privacy .intro-section {
    padding: 20px 0 180px 0;
  }
}
@media (max-width: 1040px) {
  #privacy .intro-section {
    padding: 20px 0 150px 0;
  }
}
@media only screen and (max-width: 768px) {
  #privacy .intro-section {
    padding: 20px 0 120px 0;
  }
}
@media only screen and (max-width: 414px) {
  #privacy .intro-section {
    padding: 0 0 100px 0;
  }
}
#privacy .intro-section p {
  color: #302D2C;
  line-height: 28px;
  text-align: justify;
}
#privacy .intro-section p span {
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 414px) {
  #privacy .intro-section p span {
    font-size: 1rem;
  }
}