@charset "UTF-8";
/********************************************************** */
/**********************  Cogarden ************************* */
/**********************************************************

    TABLE OF CONTENT
    ========================

    01. Default CSS
    02. Slider Section
    03. Featured Section
    04. About Us
    05. Why Choose Us
    06. Featured Service
    07. Newsletter
    08. Our Project
    09. Ricent Articles
    10. Footer Section

/********************************************************* */
/* Import Google Fonts */
/* @import url("https://fonts.googleapis.com/css?family=Montserrat|Raleway:400,500,600,700,800&display=swap"); */
/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap"); */
/*font-family: 'Noto Sans TC', sans-serif;
font-family: 'Montserrat', sans-serif;*/
/* Import Stylesheets */
@import url("https://use.fontawesome.com/releases/v5.9.0/css/all.css");
@import url("bootstrap.min.css");
@import url("menu.css");
@import url("flaticon.css");
@import url("animate.min.css");
@import url("spacing.min.css");
@import url("owl.carousel.min.css");
/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body {
  color: #404040;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1.5px;
  font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}

a {
  color: #1f2a37;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600 !important;
  text-decoration: none;
}

ul li {
  font-weight: 600 !important;
}

span {
  font-weight: 600 !important;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  /* color: #1f2a37; */
}

button {
  font-weight: 600 !important;
}

label {
  font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #1f2a37;
  font-weight: 600 !important;
  font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}

h1 {
  font-size: 90px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  min-height: 100vh;
  overflow: hidden;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/** Section Title style One **/
.section-title h2 {
  margin-bottom: 15px;
}

.section-title.style-one .line {
  margin-bottom: 25px;
}

.line {
  height: 1px;
  width: 120px;
  background: #CC0000;
  display: inline-block;
}

/** Section Title style Two **/
.section-title.style-two span {
  position: relative;
}

.section-title.style-two span:before {
  position: absolute;
  content: "";
  left: -75px;
  top: 6px;
  height: 1px;
  width: 60px;
  background: #CC0000;
}

.section-title.style-two span:after {
  position: absolute;
  content: "";
  right: -75px;
  top: 6px;
  height: 1px;
  width: 60px;
  background: #CC0000;
}

.section-title.style-two span i:before {
  color: #CC0000;
  font-size: 24px;
}

/** Button style One **/
.theme-btn,
a.theme-btn {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  min-width: 127px;
  font-weight: 500;
  padding: 9px 40px;
  background: #CC0000;
  border: 2px solid #CC0000;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Noto Sans TC', sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/** Button Style Two **/
.theme-btn.btn-style-two {
  padding: 8px 25px;
}

.theme-btn.btn-style-one:hover {
  background-color: #89ddff;
}

.theme-btn.btn-style-two:hover {
  color: #CC0000;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.theme-btn.btn-style-two i {
  margin-left: 7px;
}

/** Button Style Three **/
.theme-btn.btn-style-three {
  position: relative;
  color: #CC0000;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 15px;
  z-index: 1;
  background: transparent;
}

.theme-btn.btn-style-three:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  z-index: -1;
  background: #CC0000;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.theme-btn.btn-style-three:hover:before {
  width: 100%;
}

.theme-btn.btn-style-three:hover {
  color: #fff;
}

.theme-btn.btn-style-three i {
  margin-left: 6px;
}

/** Social Link Style One */
.social-style-one {
  display: inline-block;
}

.social-style-one a {
  margin: 0 15px;
  font-size: 15px;
  display: inline-block;
}

.social-style-one a:first-child {
  margin-left: 0;
}

.social-style-one a:last-child {
  margin-right: 0;
}

/*List style One*/
.list-style-one li {
  /* display: flex;
  flex-wrap: wrap; */
  color: #1f2a37;
  margin-bottom: 30px;
  padding: 1vh 1vw;
  font-size: 1.2rem;
}

.list-style-one li span {
  width: 100%;
  letter-spacing: 1.5px;
  color: #747474;
  font-weight: 300;
  font-size: 1rem;
}

.list-style-one li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #CC0000;
  height: 30px;
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  /* background: #CC0000; */
}

/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.gif);
}

/*** Scroll Top style ** */
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  display: none;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  background: #CC0000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

/* input buttons */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

.form-control {
  padding: 12px 25px;
  border-radius: 0;
  color: #9ea4b7;
  border: 1px solid #e3e3e8;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e3e3e8;
}

.form-group label {
  position: absolute;
  top: 12px;
  left: 35px;
  cursor: text;
  padding: 0 10px;
  background: #ffffff;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

.home_form .form-group label,
.home_form .form-group label {
  top: -14px;
  font-size: 14px;
  cursor: pointer;
}

/*Border Radius*/
.br-10 {
  border-radius: 10px;
}

.br-20 {
  border-radius: 20px;
}

.br-30 {
  border-radius: 30px;
}

/*Width*/
.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

/****************************************************** */
/****************** 02. Slider Section  *************** */
/****************************************************** */
.main-slider {
  min-height: 0px;
}

.main-slider .container-fluid {
  padding: 0;
}

.main-slider .slider-wrapper {
  position: relative;
}

.main-slider .slider-wrapper .image img {
  height: auto !important;
  width: 100%;
}

.main-slider .slider-caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}

.slider-content {
  margin: 0 auto;
  text-align: center;
}

.main-slider h1 {
  color: #ffffff;
  font-weight: 600;
  line-height: 120px;
  margin-bottom: 30px;
  width: 100% !important;
}

.main-slider p {
  max-width: 645px;
  margin: 0 auto;
  color: #ffffff;
  margin-bottom: 55px;
  font-family: 'Noto Sans TC', sans-serif;
}

/* slide animation */
.main-slider .owl-item .slider-caption * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.main-slider .owl-item.active .slider-caption h1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.main-slider .owl-item.active .slider-caption p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.main-slider .owl-item.active .slider-caption .link-btn .theme-btn {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Dots Style */
.owl-dots {
  position: absolute;
  bottom: 4%;
  left: calc(50% - 30px);
}

.owl-carousel button.owl-dot {
  background: #ffffff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.owl-carousel button.owl-dot.active {
  background: #CC0000;
}

/* Nav Style */
.main-slider .owl-nav {
  z-index: 50;
  padding: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.97);
  transform: translateY(-50%) scale(0.97);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.main-slider:hover .owl-nav {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.main-slider .owl-carousel .owl-nav .owl-next,
.main-slider .owl-carousel .owl-nav .owl-prev {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 61px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 24px;
  color: #fff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-slider .owl-nav .owl-prev {
  left: 20px;
  float: left;
}

.main-slider .owl-nav .owl-next {
  right: 20px;
  float: right;
}

.main-slider .owl-nav .owl-next:hover,
.main-slider .owl-nav .owl-prev:hover {
  color: #CC0000;
}

/****************************************************** */
/***************** 24. Banner Section  **************** */
/****************************************************** */
.banner-section {
  background: url(https://picsum.photos/1500/750);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-position: center;
}

.banner-section * {
  color: #ffffff;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-section:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  background: #252525;
}

.banner-inner {
  padding-top: 125px;
}

.page-title {
  font-size: 55px;
  margin-bottom: 25px;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb-item.active {
  color: #CC0000;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/****************************************************** */
/**************** 24. Featured Section  *************** */
/****************************************************** */
.featured-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  -webkit-box-shadow: 20px 20px 30px rgba(65, 176, 241, 0.05);
          box-shadow: 20px 20px 30px rgba(65, 176, 241, 0.05);
}

.featured-item:hover {
  -webkit-box-shadow: 20px 20px 30px rgba(65, 176, 241, 0.05);
          box-shadow: 20px 20px 30px rgba(65, 176, 241, 0.05);
}

.featured-item i {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.featured-item i:before {
  color: #ffffff;
  background: #CC0000;
  font-size: 32px;
  height: 75px;
  width: 75px;
  line-height: 85px;
  display: inline-block;
  border-radius: 0 0 50% 50%;
}

.featured-item i:after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  border-left: 37px solid #CC0000;
  border-right: 37px solid #CC0000;
  border-top: 15px solid transparent;
}

.featured-item h4 a {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.featured-item h4 a:hover {
  color: #CC0000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.featured-item:hover h4 a {
  color: #CC0000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/****************************************************** */
/******************** 04. About Us ******************** */
/****************************************************** */
.about-content .btn-style-two {
  margin-top: 25px;
}

/** About Page Section **/
.about-page-content {
  max-width: 550px;
}

.company-ceo-content {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid #e3e3e8;
}

.ceo-image {
  margin-right: 20px;
}

.ceo-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.ceo-name h5 {
  margin-bottom: 5px;
}

.ceo-signature {
  margin-left: 67px;
}

/* Client Says Carousel */
.client-says {
  position: relative;
}

.client-says-carousel {
  position: absolute;
  left: 50px;
  bottom: -50px;
  max-width: 410px;
  padding: 30px;
  background: #CC0000;
}

.client-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.client-name {
  margin-left: 25px;
}

.client-name h5 {
  color: #ffffff;
  margin-bottom: 5px;
}

.client-says-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  color: #CC0000;
  background: #f5f9f2;
}

.client-says-carousel .owl-nav span {
  padding: 0 9.5px;
}

/****************************************************** */
/******************* 04. What We do ******************* */
/****************************************************** */
.what-we-do-content .list-style-one li {
  float: left;
  font-weight: 400;
}

.what-we-do-content .list-style-one li:nth-child(odd) {
  width: 56%;
}

.what-we-do-content .list-style-one li:nth-child(even) {
  width: 44%;
}

/*count up*/
.count-text {
  color: #1f2a37;
  font-size: 45px;
}

.count-text.thousand:after {
  content: "k";
}

.count-text.plus:after {
  content: "+";
}

.what-we-do-carousel {
  position: relative;
}

.what-we-do-carousel:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: -65px;
  top: 65px;
  border: 2px solid #CC0000;
  background: #ffffff;
}

/****************************************************** */
/***************** 05. Why Choose Us  ***************** */
/****************************************************** */
.why-choose-us-content {
  position: relative;
}

.why-choose-us-content:before {
  position: absolute;
  content: "";
  top: 100px;
  left: 0;
  width: 150%;
  height: 100%;
  border: 3px solid #CC0000;
  z-index: -1;
  -webkit-box-shadow: 20px 20px 30px rgba(31, 42, 55, 0.12);
          box-shadow: 20px 20px 30px rgba(31, 42, 55, 0.12);
}

.why-choose-us-list ul li {
  margin-bottom: 10px;
}

.why-choose-us-list ul li h4 {
  margin-bottom: 12px;
}

.why-choose-us-list ul li:last-child,
.why-choose-us-list ul li:last-child p {
  margin-bottom: 0;
}

.why-choose-us-list li:before {
  font-size: 40px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-right: 30px;
}

/****************************************************** */
/**************** 06. Service Section  **************** */
/****************************************************** */
.service-img img {
  width: 100%;
}

.service-content {
  position: relative;
  margin-right: 50px;
  margin-bottom: 30px;
  margin-top: -15%;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 20px 20px 30px rgba(65, 176, 241, 0.05);
          box-shadow: 20px 20px 30px rgba(65, 176, 241, 0.05);
}

.service-content h4 a {
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-content h4 a:hover {
  color: #CC0000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-content p {
  margin-bottom: 25px;
}

/****************************************************** */
/************* 24. Service Details Page  ************** */
/****************************************************** */
.service-sidebar ul li a {
  color: #1f2a37;
  display: block;
  font-weight: 500;
  padding: 20px 25px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 3px 6px rgba(65, 176, 241, 0.05);
          box-shadow: 0px 3px 6px rgba(65, 176, 241, 0.05);
  font-family: 'Noto Sans TC', sans-serif;
  border: 1px solid #f1f1f1;
}

.service-sidebar ul li a:hover,
.service-sidebar ul li.active a {
  color: #CC0000;
}

.service-details-content img {
  width: 100%;
}

.service-details-content h3 {
  font-weight: 500;
}

.service-details-content p {
  font-weight: 300;
}

@media all and (max-width: 1024px) {
  .service-details-content h3 {
    font-size: 1.5rem;
  }
  .service-details-content p {
    font-size: 1rem;
  }
}

/****************************************************** */
/*************** 07. Subscribe Section  *************** */
/****************************************************** */
.subscribe-section {
  position: relative;
}

.parallax {
  min-height: 440px;
  background: transparent;
}

.subscribe-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe-content {
  max-width: 680px;
  margin: 0 auto;
}

.subscribe-section h2 {
  color: #ffffff;
  margin-bottom: 35px;
}

.subscribe-content p {
  margin-bottom: 45px;
  color: #fff;
}

.subscribe {
  max-width: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
}

.subscribe input {
  padding: 5px 25px;
  width: 100%;
}

.subscribe .theme-btn {
  padding: 11px 25px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/****************************************************** */
/****************** 08. Our Project  ****************** */
/****************************************************** */
.project-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.project-item img {
  width: 100%;
}

.project-item .overlay-content {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: #CC0000;
  opacity: 0;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.project-item:hover .overlay-content {
  bottom: 0;
  opacity: 1;
}

.project-item:hover {
  -webkit-box-shadow: 20px 20px 30px rgba(65, 176, 241, 0.05);
          box-shadow: 20px 20px 30px rgba(65, 176, 241, 0.05);
}

.project-item h6 {
  margin-bottom: 0px;
}

.project-item h6 a {
  color: #fff;
}

.project-item span {
  font-size: 14px;
  color: #fff;
}

/*project page*/
.project-filter {
  text-align: center;
  margin-bottom: 40px;
}

.project-filter li {
  display: inline-block;
  padding: 8px 18px;
  margin: 0 2px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-size: 16px;
  border: 2px solid #CC0000;
  color: #333;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 30px;
}

.project-filter li:hover,
.project-filter li.current {
  color: #fff;
  background: #CC0000;
}

.project-wrap {
  margin: 0 -5px 0 -5px;
}

.project-wrap .item {
  padding: 5px;
}

.project-wrap .project-item {
  margin-bottom: 0;
}

/****************************************************** */
/***************** 09. Blog Section  ****************** */
/****************************************************** */
.blog-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.blog-item .blog-image img {
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}

.blog-item .blog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 15px 25px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#CC000000), color-stop(36%, #1b2c0f00), to(#1f2a37)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #CC000000 0%, #1b2c0f00 36%, #1f2a37 100%) 0% 0% no-repeat padding-box;
}

.blog-item .blog-content span {
  font-size: 14px;
}

.blog-item .blog-content h4,
.blog-item .blog-hover-content h4 {
  line-height: 30px;
}

.blog-item .blog-content h4 a,
.blog-item .blog-hover-content h4 a {
  color: #ffffff;
  font-weight: 500;
}

.blog-item .blog-content h4 a:hover {
  border-bottom: 1px solid white;
}

.blog-item .blog-hover-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #CC0000;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.blog-item:hover .blog-hover-content {
  top: 0;
}

.blog-item .blog-hover-content p {
  margin-bottom: 25px;
}

.blog-item .blog-hover-content .theme-btn {
  color: #CC0000;
  background: #ffffff;
}

.blog-item:hover .blog-image img {
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/****************************************************** */
/**************** 09. Blog Grid Page  ***************** */
/****************************************************** */
.page-link {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  color: #1f2a37;
  font-size: 16px;
  line-height: 40px;
  margin-right: 15px;
  border-radius: 0;
  text-align: center;
  background-color: rgba(70, 163, 218, 0.1);
}

.page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-item.active .page-link {
  background-color: #CC0000;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

/**** Blog Sidebar ****/
.sidebar-widget {
  margin-bottom: 60px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.widget-title h4 {
  margin-bottom: 30px;
}

/* Search Box Widget */
.search-box .form-group {
  position: relative;
  margin: 0px;
}

.search-box .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 50px;
  display: block;
  font-size: 16px;
  color: #9ea4b7;
  background: none;
  line-height: 26px;
  border: 1px solid #f1f1f1;
  padding: 10px 50px 10px 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-box .form-group input[type="search"]::-webkit-input-placeholder {
  color: #9ea4b7;
}

.search-box .form-group input[type="search"]:-ms-input-placeholder {
  color: #9ea4b7;
}

.search-box .form-group input[type="search"]::-ms-input-placeholder {
  color: #9ea4b7;
}

.search-box .form-group input[type="search"]::placeholder {
  color: #9ea4b7;
}

.search-box .form-group input:focus {
  border-color: #CC0000;
  outline: 0;
}

.search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 50px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  line-height: 100%;
  background: #CC0000;
  font-weight: normal;
  border: none;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}

.search-box .form-group button:focus {
  outline: 0;
}

/* Category Widget */
.category-widget ul li {
  margin-bottom: 8px;
}

.category-widget ul li:last-child {
  margin-bottom: 0;
}

.category-widget ul li a {
  color: #555;
  font-size: 16px;
  font-weight: 600;
}

/* Popular Post Widget */
.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.post-item img {
  margin-right: 15px;
}

.post-content span {
  color: #CC0000;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

.post-content h6 {
  font-size: 18px;
  line-height: 27px;
}

/* Tags Widget */
.tags-widget a,
.post-tags a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border: 2px solid #CC0000;
  background: #CC0000;
  margin-right: 10px;
  margin-bottom: 15px;
  display: inline-block;
}

.tags-widget a:hover {
  background: #fff;
  color: #CC0000;
}

/****************************************************** */
/************** 10. Blog Classic Page  **************** */
/****************************************************** */
.blog-classic-item {
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-box-shadow: 20px 20px 60px rgba(65, 176, 241, 0.05);
          box-shadow: 20px 20px 60px rgba(65, 176, 241, 0.05);
}

.classic-content {
  padding: 30px;
}

.classic-content span {
  color: #CC0000;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.classic-content .theme-btn {
  margin-top: 30px;
}

/****************************************************** */
/*************** 10. Blog Details Page  *************** */
/****************************************************** */
.blog-details-heading {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 35px;
}

.blog-details-heading span {
  font-size: 0.9rem;
  background-color: #CC0000;
  padding: 0.2rem 0.7rem;
  color: #ffffff;
  letter-spacing: 0.03em;
  border-radius: 50px;
  text-decoration: none;
}

.blog-details-heading h2 {
  margin-bottom: 35px;
}

blockquote {
  padding: 40px;
  margin: 40px 0;
  color: #1f2a37;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  background: rgba(148, 218, 70, 0.17);
  z-index: -2;
}

blockquote:before {
  content: "\f10c";
  font-family: 'Noto Sans TC', sans-serif;
  color: rgba(148, 218, 70, 0.19);
  font-size: 50px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  z-index: -1;
  left: 25px;
  top: 25px;
}

.blog-details-content {
  position: relative;
}

.blog-details-content p {
  letter-spacing: 1.5px;
  line-height: 1.8;
  font-weight: 400 !important;
  font-size: 1.1rem;
  text-align: justify;
}

.blog-details-content table thead th {
  font-weight: 600;
}

.blog-details-content table tbody td {
  font-weight: 600;
}

.social-share {
  position: absolute;
  left: 0;
  top: 0;
}

.social-share a {
  color: #fff;
  display: block;
  font-size: 12px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 15px auto;
  border: 2px solid #CC0000;
  background: #CC0000;
}

.social-share a:hover {
  color: #CC0000;
  background: #fff;
}

.post-tags h4 {
  margin-bottom: 30px;
}

.previous-next-post p {
  margin-bottom: 20px;
}

.previous-next-post h5 {
  line-height: 30px;
}

/* Comments Style */
.comments-area h4 {
  margin-bottom: 40px;
}

.comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.comment-box:last-child {
  margin-bottom: 0;
}

.comment-reply {
  padding-left: 120px;
}

.author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 30px;
}

.comment-reply .author-thumb {
  margin-right: 20px;
}

.comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.comment-info h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.comment-info span {
  color: #CC0000;
  font-size: 14px;
  margin-left: auto;
}

.comment-info .reply {
  color: #9ea4b7;
  font-weight: 500;
  font-size: 14px;
  margin-left: 40px;
  border: 1px solid #e3e3e8;
  border-radius: 20px;
  display: inline-block;
  padding: 3px 15px;
  text-transform: uppercase;
  font-family: 'Noto Sans TC', sans-serif;
}

.comment-info .reply:before {
  content: "\f10d";
  font-family: 'Noto Sans TC', sans-serif;
  margin-right: 10px;
}

.comment-inner-content p {
  margin-bottom: 0;
}

/****************************************************** */
/****************** 24. Team Page  ******************* */
/****************************************************** */
.team-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 20px 60px #579e0805;
          box-shadow: 0px 20px 60px #579e0805;
}

.team-item:hover {
  -webkit-box-shadow: 0px 20px 60px rgba(65, 176, 241, 0.05);
          box-shadow: 0px 20px 60px rgba(65, 176, 241, 0.05);
}

.team-item img {
  width: 100%;
}

.team-des {
  padding: 25px 30px 20px;
  border: 1px solid #CC0000;
}

.team-des span {
  display: block;
  margin: 12px 0;
}

.team-des .social-style-one a {
  background: rgba(70, 163, 218, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 15px 10px 0;
}

.team-des .social-style-one a:hover {
  background: #94da46;
  color: #ffffff;
}

/****************************************************** */
/***************** 24. Contact Page  ****************** */
/****************************************************** */
.contact-info {
  padding: 50px;
  background: url(../images/contact.png) no-repeat;
  background-size: cover;
  position: relative;
  /* height: 100%; */
}

.contact-info > h2 {
  font-size: 2.4rem;
}

.contact-info:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #021c02;
  opacity: 0.83;
}

.contact-info * {
  position: relative;
  color: #ffffff;
  z-index: 1;
}

.contact-info ul li {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info ul li:last-child {
  margin-bottom: 0;
}

.contact-info ul li i {
  height: 30px;
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid #ffff;
  text-align: center;
  margin: 8px 12px 0 0;
}

.contact-map .map {
  height: 400px;
}

.contact-map .leaflet-control-attribution {
  display: none;
}

/****************************************************** */
/***************** 24. Footer Section  **************** */
/****************************************************** */
.footer-section {
  background: #498c00;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-top {
  max-width: 680px;
  margin: auto;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 40px;
}

.footer-top .subscribe {
  margin-bottom: 100px;
}

.footer-menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-menu ul li {
  display: inline-block;
  margin-right: 25px;
}

.footer-menu ul li:last-child {
  margin-right: 0;
}

.footer-menu ul li a {
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.footer-menu-social .social-style-one a {
  color: #ffffff;
}

/*copyright*/
.copyright {
  border-top: 1px solid #CC0000;
  text-align: center;
  padding-top: 45px;
  margin-top: 45px;
}

/* 社群樣式 */
.mediabox {
  position: fixed;
  bottom: 8%;
  right: 15px;
  width: 40px;
  background-color: #ffffffde;
  border-radius: 30px;
  -webkit-box-shadow: 0px 1px 6px #c7c7c7;
          box-shadow: 0px 1px 6px #c7c7c7;
  text-align: center;
  z-index: 99;
}

.mediabox .media_icon {
  margin: 2vh 0;
}

.mediabox a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2rem;
}

.mediabox a i:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.mediabox .media_fb i {
  color: #1877f2;
}

.mediabox .media_line i {
  color: #00b833;
}

.mediabox .media_gotop i {
  color: #CC0000;
}

@media all and (min-width: 768px) {
  .mediabox {
    right: 25px;
    width: 55px;
  }
  .mediabox a i {
    font-size: 2.5rem;
  }
}

/* footer */
.footer-widgets-wrap p a,
.footer-widgets-wrap .widget li a {
  color: white;
}

.footer-widgets-wrap p a:hover,
.footer-widgets-wrap .widget li a:hover {
  border-bottom: 1px solid white;
}

.footer-widgets-wrap h4 {
  color: #CC0000;
  margin: 2.5vh 0 0.5vh 0;
  font-size: 1.6rem;
}

.footer-widgets-wrap .contact p {
  margin: 0.5rem 0;
}

/* 名師介紹hover樣式 */
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-d .title-e {
  font-size: 1.2rem;
  margin: 1rem 0;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.card-header-d .title-f {
  font-size: 2rem;
  margin: 1rem 0;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-box-d .content-d {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.card-box-d .info-agents {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.card-box-d .card-footer-d {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
  background-color: #012a54de;
  opacity: 0.9;
}

.card-box-d:hover .title-d,
.card-box-d:hover .title-e,
.card-box-d:hover .title-f,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.card-box-d .title-d {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.card-box-d .title-e {
  font-size: 1.2rem;
  margin: 1rem 0;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.card-box-d .title-e {
  font-size: 1.2rem;
  margin: 1rem 0;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.card-box-d .card-overlay-hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 15px 40px 15px 35px;
}

@media (min-width: 768px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }
  .card-box-d .content-d {
    line-height: 1.6;
  }
}

@media (min-width: 992px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }
}

@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }
}

/* 新聞頁碼 */
/*------/ Pagination-a /------*/
/* .pagination-a .pagination .page-link {
  margin: 0 0.2rem;
  border-color: transparent;
  padding: 0.5rem 0.8rem;
  color: #000000;
} */
/* 
.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
  background-color: #59a877;
}

.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
  padding: 0.4rem 0.9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: 0.4rem 0.9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
  background-color: #59a877;
} */
.a {
  color: #59a877;
  font-size: 1.3rem;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

.title-box-d .title-d:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #CC0000;
  bottom: 20px;
  left: 0;
}

.classListBanner {
  padding: 180px 0;
}

.searchbar {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.searchbar i {
  z-index: 5;
  color: #8b8b8b;
}

.searchInput {
  width: 100%;
  position: relative;
  border-radius: 3px;
  color: black;
  padding: 10px 50px;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 7px 15px #292929;
          box-shadow: 0 7px 15px #292929;
  border: 2px solid transparent;
}

.searchInput:focus {
  border: 2px solid #CC0000;
}

.class_category li {
  cursor: pointer;
  padding: 0.5vh 1vw;
  margin: 1vh 0.5vw;
  background: white;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

.class_category li:hover {
  background: #dcf4ff;
}

.class_category li.active {
  color: white;
  background: #CC0000;
  border: 1px solid #CC0000;
}

.class-page article {
  cursor: pointer;
  padding: 0;
  -webkit-box-shadow: 0px 0px 15px rgba(214, 214, 214, 0.78);
          box-shadow: 0px 0px 15px rgba(214, 214, 214, 0.78);
  background: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.class-page article.history {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.class-page articleimg {
  width: 100%;
}

.class-page article:hover {
  background: #f8f8f8;
}

.class-page article:hover img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.class-page article h3 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.4px;
  overflow: hidden;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.class-page article h4 {
  font-size: 0.95rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7e7e7e;
}

@media all and (max-width: 991px) {
  .classListBanner {
    padding: 100px 0 !important;
  }
}

.imgcontain {
  overflow: hidden;
}

/* .classItem {
  width: 100%;
  margin: 1vh auto;
} */
@media all and (max-width: 767px) {
  .imgcontain {
    height: 162px;
  }
  .class-page article {
    max-width: 300px;
    margin: 0 auto;
    /* display: flex; */
    /* align-items: center; */
    /* padding-left: 5px; */
  }
  .class-page article h3 {
    font-size: 1rem;
  }
  .class-page article h4 {
    font-size: 0.9rem;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  .classItem {
    width: 100%;
    max-width: 350px;
  }
  .imgcontain {
    height: 140px;
  }
}

@media all and (max-width: 1200px) and (min-width: 1025px) {
  .imgcontain {
    height: 130px !important;
  }
}

/* @media all and (max-width:1400px) and (min-width:1024px) {
  .classItem {
    width: 100%;
    max-width: 315px;
  }

  .imgcontain {
    height: 218px;
  }
} */
.videoContent iframe {
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0 5px 15px #6f6f6f;
          box-shadow: 0 5px 15px #6f6f6f;
}

.videoContent .selectList {
  height: 420px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 0 10px 10px 0;
  -webkit-box-shadow: 3px 5px 8px #747474;
          box-shadow: 3px 5px 8px #747474;
  background: #1e2327;
}

.videoContent .selectList .chapter {
  background: #262d32;
}

.videoContent .selectList .videoItem {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(85, 85, 85, 0.794);
  padding: 0px 10px;
  cursor: pointer;
}

.videoContent .selectList .videoItem h4,
.videoContent .selectList .videoItem p {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 1.2px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.videoContent .selectList .videoItem p,
.videoContent .selectList .videoItem p span {
  font-weight: 400 !important;
  font-size: 0.95rem;
}

.videoContent .selectList .videoItem p.active {
  color: yellow;
}

.videoContent .selectList .videoItem p.lock {
  color: #5c5c5c;
}

.videoContent .selectList .videoItem p.lock i {
  font-size: 0.9rem;
}

.videoContent .selectList .videoItem:hover p.lock {
  color: #5c5c5c;
}

/* .videoContent .selectList .videoItem a {
  margin-left: 10px;
  transition: .2s;
  padding: 6px 0;
} */
.videoContent .selectList .videoItem:hover p {
  color: #23daf3;
}

.videoContent .videobg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-box-shadow: 0 5px 15px #6f6f6f;
          box-shadow: 0 5px 15px #6f6f6f;
  min-height: 250px;
}

@media all and (max-width: 991px) {
  .videoContent .videobg {
    padding: 24%;
    min-height: 0;
    max-height: 300px;
  }
}

.videoContent .ifr_contain iframe {
  width: 100% !important;
  height: 100% !important;
}

@media all and (max-width: 767px) {
  .videoContent .ifr_contain {
    height: 240px;
  }
}

@media all and (max-width: 991px) and (min-width: 769px) {
  .videoContent .ifr_contain {
    height: 300px;
  }
}

@media all and (max-width: 1200px) and (min-width: 992px) {
  .videoContent .videobg {
    background-size: contain !important;
  }
  .videoContent .selectList {
    height: 349px;
  }
}

.VideoIntro,
.classlist {
  padding-bottom: 30vh !important;
}

.classlist table {
  margin: 2vh 0;
}

.classlist table tr th {
  font-size: 1.1rem;
}

.classlist table tr td {
  letter-spacing: 1.4px;
  padding: 5px 0 5px 15px;
}

.classlist table tr td i {
  font-size: 0.9rem;
}

.classlist table tr td:hover {
  cursor: pointer;
  background: #eeeeee;
}

.classlist table tr td.active {
  background: #edfaff;
}

.VideoIntro h4 {
  margin-top: 8vh;
  font-weight: 300;
}

.VideoIntro ul {
  padding: 1vh 1vw;
  background: #f2f9ff;
}

.VideoIntro ul li {
  list-style: square inside;
  margin: 5px 0;
}

.VideoIntro p {
  /* letter-spacing: 1.4px; */
  line-height: 2;
  text-align: justify;
  margin: 2vh 0;
  padding: 1.5vh 0 1.5vh 0.5vw;
}

.VideoIntro > p:nth-of-type(1) {
  border-bottom: 1px solid #e6e6e6;
}

#pills-tab .labelBtn {
  font-size: 16px;
  color: #CC0000;
  cursor: pointer;
  min-width: 127px;
  font-weight: 500;
  padding: 10px 0px;
  text-align: center;
  margin-right: 1vw;
  background: #ffffff;
  border: 2px solid #CC0000;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Noto Sans TC', sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#pills-tab .labelBtn.active {
  color: #ffffff;
  background: #CC0000;
  border: 2px solid #CC0000;
}

#pills-tab .serialbtn {
  background: #e44b4b;
  border: 2px solid #e44b4b;
  color: #ffffff;
}

#pills-tab .serialbtn:hover {
  background: #fd6565;
  border: 2px solid #fd6565;
  color: #ffffff;
}

#serialnumber .modal-body a:hover {
  border-bottom: 1px solid #b8b8b8;
}

/* scroll bar style */
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #d3e3ea;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #CC0000;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 0 #1ba6e8;
          box-shadow: 0 5px 0 #1ba6e8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5dd1ff;
}

.videoTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media all and (max-width: 767px) {
  .videoTitle h3 {
    font-size: 1.4rem;
  }
  .videoTitle h4 {
    font-size: 0.9rem;
  }
  /* .videoContent {
    flex-wrap: wrap;
  } */
  .videoContent iframe {
    border-radius: 10px 10px 0 0;
  }
  .videoContent .selectList {
    height: 300px;
  }
  .videoContent .selectList .videoItem h4,
  .videoContent .selectList .videoItem p {
    margin: 0;
    font-size: 0.9rem;
  }
  .VideoIntro ul li {
    font-size: 0.9rem;
    text-align: justify;
  }
  .VideoIntro p {
    font-size: 0.9rem;
  }
  #pills-tab {
    padding-top: clamp(0%, 120%, 470px);
    padding-top: 470px;
  }
  .VideoIntro h4 {
    margin-top: 3vh;
  }
}

@media all and (min-width: 768px) {
  #pills-tab {
    padding-top: 680px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .VideoIntro h4 {
    margin-top: 3vh;
  }
}

@media all and (min-width: 992px) {
  #pills-tab {
    padding-top: 210px;
  }
}

@media only screen and (min-width: 1200px) {
  #pills-tab {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1201px) {
  #pills-tab {
    padding-top: 280px;
  }
}

#pills-profile .form_group {
  width: 100%;
  margin: 2.5vh auto;
}

#pills-profile .form_group input {
  width: 100%;
}

#pills-profile .form_group #exampleInputEmail1 {
  width: 70%;
}

#pills-profile .form_group button {
  width: 30%;
}

@media all and (max-width: 550px) {
  #pills-profile .form_group #exampleInputEmail1 {
    width: 100%;
  }
  #pills-profile .form_group button {
    width: 100%;
  }
}

@media all and (min-width: 1200px) {
  #pills-profile .form_group #exampleInputEmail1 {
    width: 60%;
  }
  #pills-profile .form_group button {
    width: 40%;
  }
}

#forgetPassword .form-group label {
  position: relative !important;
  top: 0;
  left: 0;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.profileForm {
  border: 1px solid #e9e9e9;
  padding: 2vh 2vw;
  border-radius: 5px;
}

.profileForm .form-group {
  margin: 2vh 0;
}

.profileForm .form-control {
  padding: 5px;
}

.profileForm label {
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  margin: 0;
}

.profileForm p {
  margin: 0;
}

.profileForm select {
  padding: 5px 10px;
  border: 1px solid #cecece;
  border-radius: 5px;
}

.loadingImg {
  -webkit-transition: .5s;
  transition: .5s;
}

@media all and (max-width: 768px) {
  .videoNav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .videoNav li:nth-of-type(1) {
    width: 100%;
  }
  .videoNav li:nth-of-type(1) a {
    width: 100%;
    text-align: center;
  }
  .videoNav li:nth-child(n+2) {
    width: 48%;
  }
  .videoNav li:nth-child(n+2) a {
    width: 100%;
    text-align: center;
  }
}

.imgContainer {
  width: 100%;
}

.imgContainer img {
  width: 100%;
}

.listscroll::-webkit-scrollbar {
  width: 5px;
}
/*# sourceMappingURL=style.css.map */