@charset "UTF-8";
/*=======================================================================
* Template Name: Grape
* Template URI: http://codepassenger.com/html/grape
* Author: CodePassenger
* Author URI: http://codepassenger.com/
* Description: GRAPE - Multipurpose App Landing Template
* Version: 1.0
* License: GPL v2 or later
* License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* Tags: html, template, app landing, marketing, grape, codepassenger
======================================================================= */
/*------------------------------------------------------
Table of content
--------------------------------------------------------
Preloader
General
Buttons
Navbar
Banner
Intro
Features
Video Description
Screenshot
Pricing
Support
Testimonials
Client Logo
Subscription
Footer
Blog Pages
------------------------------------------------------*/
/*------------------------
Preloader Styles
------------------------*/
.loader-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
}

.cssload-loader {
  position: relative;
  width: 12px;
  height: 12px;
  left: 46%;
  left: calc(50% - 6px);
  left: -o-calc(50% - 6px);
  left: -ms-calc(50% - 6px);
  left: -moz-calc(50% - 6px);
  top: 50%;
  border-radius: 12px;
  background-color: #ab030d;
  transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  animation: cssload-loader 0.5s ease-in-out infinite;
  -o-animation: cssload-loader 0.5s ease-in-out infinite;
  -ms-animation: cssload-loader 0.5s ease-in-out infinite;
  -webkit-animation: cssload-loader 0.5s ease-in-out infinite;
  -moz-animation: cssload-loader 0.5s ease-in-out infinite;
}

.cssload-loader:before {
  content: "";
  position: absolute;
  background-color: #ab030d;
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

.cssload-loader:after {
  content: "";
  position: absolute;
  background-color: #ab030d;
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

@keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/*------------------------
General Styles
------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.75;
  color: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 6.4rem;
}

h2,
.h2 {
  font-size: 4.8rem;
}

h3,
.h3 {
  font-size: 3.6rem;
}

h4,
.h4 {
  font-size: 2.2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.4rem;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #ab030d;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:focus, a:visited, a:active {
  outline: none;
  color: #ab030d;
}
a:hover {
  color: #993025;
  text-decoration: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.m-x {
  margin-left: auto;
  margin-right: auto;
}

ol {
  padding-left: 2rem;
}

.section {
  position: relative;
}

.section-padding {
  padding: 75px 0 0;
}
.section-padding.bottom-0 {
  padding-bottom: 0;
}
.section-padding.pb-s {
  padding: 10px 0;
}
.section-padding.pb-m {
  padding: 30px 0;
}

.offwhite-bg {
  background-color: #f7f7fa;
}

.theme-bg {
  background-color: #ab030d;
  color: #ffffff;
}

.text-white {
  color: #ffffff;
}
.text-white .section-subtext {
  color: #ffffff;
}

.overlay-black {
  background-color: rgba(17, 17, 17, 0.9);
}

.section-header {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
.section-header:before {
  content: "";
  width: 370px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: rgba(171, 3, 13, 0.11);
  left: 50%;
  transform: translateX(-50%);
}
.section-header:after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #ab030d;
  left: 50%;
  transform: translateX(-50%);
}
.section-header.style-2 {
  padding-bottom: 0;
  margin-bottom: 20px;
}
.section-header.style-2:before, .section-header.style-2:after {
  content: none;
}
.section-title {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-title:after {
  content: "";
  width: 82%;
  background: url("../images/title-line_03.jpg") repeat-x;
  height: 20px;
  position: absolute;
  top: 35%;
  margin-left: 2%;
}

.section-subtext {
  color: #808080;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.section-subtext:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 31px 0 0;
  border-color: #ab030d transparent transparent transparent;
}

.section-subtitle h3 {
  font-family: "Noto Sans TC", sans-serif;
  color: #ab030d;
  font-size: 3.2rem;
  position: relative;
  padding: 0px 0px 6px 20px;
  z-index: 2;
}
.section-subtitle h3:before {
  content: "";
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ab030d;
}
.section-subtitle h3:after {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #ab030d;
  z-index: 1;
}

.mock {
  display: inline-block;
  float: none;
  margin: 0 auto;
  position: relative;
}
.mock img {
  position: relative;
}
.mock .back-mock {
  position: absolute;
  bottom: 0;
  left: 120px;
}
.mock.right-style {
  text-align: right;
  margin-right: 0;
  float: right;
}
.mock.right-style .back-mock {
  left: -120px;
}

.float-right {
  float: right;
}

.steller-parallax {
  background-repeat: no-repeat;
}

/*** Form and Inputs ***/
form {
  position: relative;
}
form *:focus,
form *:active {
  outline: none;
}
form p {
  margin-bottom: 15px;
}

input:not([type=radio]):not([type=checkbox]):not([type=range]),
textarea {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  padding: 8px 30px;
  background-color: rgba(17, 17, 17, 0.15);
  border: none;
}

textarea {
  resize: none;
}

[type=submit] {
  margin-top: 15px;
}

/*** Pages ***/
.page-header {
  background-image: url(../images/banner/1.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 200px 0 100px;
  border: none;
  border-radius: 0;
  position: relative;
}
.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.8);
  z-index: 0;
}
.page-header > .container {
  z-index: 1;
  position: relative;
}

.page-title {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumb {
  background-color: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0;
  color: #ffffff;
}
.breadcrumb a {
  color: #ffffff;
}
.breadcrumb .active {
  color: #ffffff;
}

/*----------------------------------------
Buttons Styles
----------------------------------------*/
.btn {
  font-size: 1.6rem;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  background-color: #ab030d;
  color: #ffffff;
  border: 1px solid #ab030d;
  line-height: 39px;
  padding: 0 39px;
  letter-spacing: 1.3px;
  border-radius: 0px;
  transition: all 0.3s ease;
}
.btn i {
  margin-right: 10px;
}
.btn:focus, .btn:visited, .btn:active {
  outline: none;
  color: #ffffff;
  background-color: #ab030d;
}
.btn:hover {
  background-color: #993025;
  color: #ffffff;
}
.btn.btn-sm {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 0 30px;
  text-transform: none;
  letter-spacing: 0;
}
.btn.btn-lg {
  padding: 0 45px;
  line-height: 50px;
  border-radius: 0px;
}
.btn.btn-border {
  border-radius: 25px;
  border-width: 2px;
  border-color: #ab030d;
  background-color: transparent;
  color: #ab030d;
}
.btn.btn-border:focus, .btn.btn-border:visitedm .btn.btn-border:active {
  color: #fff;
  background-color: transparent;
}
.btn.btn-border:hover {
  background-color: #ab030d;
  color: #ffffff;
}
.btn + .btn {
  margin-left: 26px;
}

/*-----------------------------------
Navbar Styles
-----------------------------------*/
.navbar-default {
  min-height: 80px;
  border-radius: 0;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ab030d;
  margin-bottom: 0;
  z-index: 995;
  transition: all 0.3s ease;
}
.navbar-default .navbar-brand {
  background-color: #fff;
  height: inherit;
  padding: 17px 30px 16px;
}
.navbar-default .navbar-brand:hover {
  background: #fff;
  opacity: 0.9;
}
.navbar-default .navbar-brand:focus {
  background: #fff;
}
.navbar-default .navbar-brand .logo-sp {
  display: none;
}
.navbar-default .navbar-brand img {
  height: 47px;
}
.navbar-default .navbar-nav > li {
  transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: 20px 15px 17px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a a:visited {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #eee;
  background: #890008;
}
.navbar-default .navbar-nav > li > a span {
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
}
.navbar-default .navbar-nav > li.active a {
  background-color: #890008;
  color: #fff;
}
.navbar-default .navbar-nav > li.active a:focus, .navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:visited {
  color: #fff;
  background-color: #890008;
}
.navbar-default .navbar-nav > li.contact-btn {
  padding: 14px 13px 11px;
}
.navbar-default .navbar-nav > li.contact-btn > a {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 4px 30px;
}
.navbar-default .navbar-nav > li.contact-btn > a:hover {
  background: #ec000e;
}
.navbar-default .navbar-nav > li.contact-btn.active {
  background-color: #ec000e;
}
.navbar-default .navbar-nav > li.contact-btn.active a {
  background: none;
}
.navbar-default .navbar-nav > li.tel-banner {
  padding: 14px 30px 15px;
  background: #fff;
  text-align: center;
}
.navbar-default .navbar-nav > li.tel-banner > a {
  color: #ab030d;
  text-transform: none;
  padding: 0;
}
.navbar-default .navbar-nav > li.tel-banner > a:hover {
  background: none;
  color: #890008;
}
.navbar-default .navbar-nav > li.tel-banner > a.tell {
  font-size: 30px;
  line-height: 1.2;
}
.navbar-default .navbar-nav > li.tel-banner > a.mailto {
  font-size: 15px;
  line-height: 1;
}
.navbar-default .navbar-nav > li.lang-btn-box ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.navbar-default .navbar-nav > li.lang-btn-box ul li {
  box-sizing: border-box;
  border-top: 1px solid #fff;
}
.navbar-default .navbar-nav > li.lang-btn-box ul li > a {
  display: block;
  color: #fff;
  padding: 6px 10px;
}
.navbar-default .navbar-nav > li.lang-btn-box ul li > a:hover {
  background: #ec000e;
}
.navbar-default .navbar-nav > li.lang-btn-box ul li:first-child {
  margin-top: -1px;
  border-top: none;
}
.navbar-default.affix {
  background-color: #ab030d;
  min-height: 60px;
  box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.3);
}
.navbar-default.affix .navbar-brand {
  padding: 11px 30px 12px;
}
.navbar-default.affix .navbar-nav > li > a {
  padding: 16px 15px 11px;
}
.navbar-default.affix .navbar-nav > li.contact-btn {
  padding: 10px 13px 7px;
}
.navbar-default.affix .navbar-nav > li.contact-btn > a {
  padding: 3px 30px;
}
.navbar-default.affix .navbar-nav > li.tel-banner {
  padding: 8px 30px 11px;
}
.navbar-default.affix .navbar-nav > li.tel-banner > a {
  padding: 0;
}
.navbar-default.affix .navbar-nav > li.lang-btn-box ul li > a {
  padding: 3.5px 10px;
}

.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.navbar-right > .dropdown:last-child > .dropdown-menu, .navbar-right > .dropdown:nth-last-child(2) > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown-menu {
  display: block;
  padding: 20px 10px;
  z-index: 996;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.dropdown-menu > li > a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.dropdown-menu > li > a:hover {
  color: #ffffff;
  background-color: #ab030d;
}
.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------
Banner Styles
----------------------------------------*/
.banner-item {
  height: 768px;
  background-position: center top;
  background-size: cover;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.banner-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.banner-1 {
  background-image: url(../images/home_slider-01.jpg);
}

.banner-2 {
  background-image: url(../images/parallax_box-01-2_bg.jpg);
  height: 400px;
}

.banner-3 {
  background-image: url(../images/parallax_box-02_bg.jpg);
  height: 400px;
}

.banner-4 {
  background-image: url(../images/page_title-01_bg.jpg);
  height: 400px;
}

.banner-5 {
  background-image: url(../images/privacy_title.jpg);
  height: 400px;
  background-position: center;
}

.banner-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-top: 50px;
}
.banner-content .banner-title {
  font-size: 4.8rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Noto Sans TC", sans-serif;
}
.banner-content .banner-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 22px;
  margin-bottom: 0;
}
.banner-content .button-group {
  margin-top: 34px;
}
.banner-content .btn-border {
  color: #ffffff;
}
.banner-content .banner-registration {
  background-color: rgba(17, 17, 17, 0.55);
  max-width: 400px;
  float: right;
  width: 100%;
  padding: 40px;
}
.banner-content .banner-registration input:not([type=radio]):not([type=checkbox]):not([type=range]),
.banner-content .banner-registration textarea {
  line-height: 30px !important;
  background-color: rgba(171, 3, 13, 0.22);
}
.banner-content .banner-registration .btn {
  width: 100%;
}

.banner.style-2 .banner-content {
  top: 0;
  transform: translateY(0);
}
.banner.style-2 .banner-hero-image {
  margin-top: 50px;
}
.banner.style-3 .banner-text-content {
  margin-top: 0;
}

.right-part {
  text-align: right;
}

/*------------------------
Intro Styles
------------------------*/
.intro-item {
  text-align: center;
  padding: 30px 35px;
  transition: all 0.3s ease;
  border: 1px solid #bfbfbf;
  position: relative;
}
.intro-item:before {
  content: "";
  width: 28px;
  height: 28px;
  background: #bfbfbf;
  position: absolute;
  top: -14px;
  left: -14px;
  z-index: 2;
  transition: all 0.3s;
}
.intro-item:hover {
  border-color: #000;
  background: #fafafa;
}
.intro-item:hover:before {
  background: #ab030d;
}

.intro-icon {
  font-size: 4rem;
  line-height: 1;
  color: #ab030d;
}
.intro-icon img {
  height: 170px;
}

.intro-title {
  color: #ab030d;
  font-size: 2.2rem;
  margin-top: 25px;
  font-family: "Noto Sans TC", sans-serif;
  margin-bottom: 0;
}

.intro-box {
  padding: 15px;
  margin-top: 30px;
}
.intro-box a {
  color: #000;
}

.intro-item2 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.intro-item2 .intro-icon {
  margin-right: 20px;
  width: 22%;
}
.intro-item2 .intro-icon > img {
  max-width: 100%;
}
.intro-item2 .intro-content {
  text-align: left;
  width: 78%;
}
.intro-item2 .intro-content img {
  margin-bottom: 5px;
  max-width: 100%;
}

/** 12.16 新增service區塊**/
.service_item {
  background: #eee;
  display: flex;
  overflow: hidden;
}
.service_item img {
  width: 100%;
}
.service_item .item_title_bg {
  background: #fff;
  width: 400px;
  height: 375px;
}
.service_item .item_title_bg a {
  color: inherit;
}
.service_item .item_title_bg a:hover > * {
  opacity: 0.8;
  transition: all 0.3s;
}
.service_item .item_title_bg a:focus {
  text-decoration: none;
}
.service_item .item_title_bg .item_title {
  padding: 10px 30px 40px;
  position: relative;
  z-index: 2;
}
.service_item .item_title_bg .item_title h2 {
  font-weight: 400;
  position: relative;
  margin-top: 0;
}
.service_item .item_title_bg .item_title h2:before {
  content: "";
  background: #ab030d;
  width: 6px;
  height: 3rem;
  position: absolute;
  top: 18px;
  left: -10px;
}
.service_item .item_title_bg .item_title h3 {
  font-weight: 400;
  color: #363636;
  margin-top: 0;
  position: relative;
}
.service_item .item_title_bg .item_title h3 i {
  padding: 0 15px;
}
.service_item .item_title_bg .item_title h3 i:after {
  transform: rotate(45deg);
  content: "";
  background: #363636;
  width: 2px;
  height: 30px;
  position: absolute;
  top: 10px;
}
.service_item .item_title_bg .item_title span {
  color: #ab030d;
}
.service_item .item_icon {
  padding: 32px 0;
  text-align: center;
}
.service_item .item_icon img {
  width: 122px;
}
.service_item .link {
  position: relative;
  display: inline-block;
  padding: 0 34px 0 6px;
}
.service_item .link:before, .service_item .link:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ab030d;
}
.service_item .link:before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.service_item .link:after {
  width: 26px;
  height: 1px;
  transform: rotate(45deg);
  right: -5px;
  bottom: 9px;
}
.service_item .left .item_title_bg .item_title {
  margin-left: -40px;
}
.service_item .left .item_icon {
  margin: 20px -30px 0 60px;
}
.service_item .right .item_title_bg {
  margin-left: -100px;
}
.service_item .right .item_title_bg .item_title {
  margin-right: -50px;
}
.service_item .right .item_icon {
  margin: 20px 60px 0 -30px;
}

.img_change {
  min-height: 300px;
  position: relative;
}
.img_change img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.img_change .img_top {
  z-index: 2;
  transition: all 0.3s;
}
.img_change .img_top:hover {
  opacity: 0;
}
.img_change .img_hover {
  z-index: 1;
  transition: all 0.3s;
}
.img_change .img_hover:hover {
  opacity: 0.8;
}

/*------------------------
Features Styles
------------------------*/
.feature {
  float: left;
  width: 100%;
  margin-top: 65px;
}

.feature-icon {
  font-size: 2.5rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ab030d;
  line-height: 68px;
  text-align: center;
  color: #ab030d;
  margin-right: 30px;
  float: left;
  transition: all 0.3s ease;
}
.feature:hover .feature-icon {
  background-color: #ab030d;
  color: #ffffff;
}
.col-sm-4:first-child .feature-icon {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.feature-content {
  float: left;
  width: calc(100% - 100px);
}
.col-sm-4:first-child .feature-content {
  float: right;
  text-align: right;
}

.feature-title {
  font-size: 2.2rem;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ab030d;
}

/*** More Features ***/
.more-feature-section .mock {
  margin-left: 25px;
}
.more-feature-section .section-header {
  margin-top: 50px;
}

.icon-list {
  line-height: 2.3;
  margin: 0;
  padding: 0;
  list-style: none;
}
.icon-list li span {
  font-size: 1.7rem;
  color: #ab030d;
  margin-right: 10px;
}

/*------------------------
Video Description Styles
------------------------*/
.plyr .plyr__play-large {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  text-align: center;
}
.plyr .plyr__play-large svg {
  color: #ab030d;
  left: 11px;
}

.plyr--video .plyr__controls {
  padding: 20px 5px 20px;
}

.plyr__controls button svg {
  width: 12px;
  height: 13px;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  height: 5px;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background-color: #ab030d;
}

.plyr input[type=range]::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  margin-top: -2.5px;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background-color: #ab030d;
}

/*------------------------
Screenshot Styles
------------------------*/
.screen-mock {
  background-image: url(../images/mocks/screenshot.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 476.5px;
  width: 254px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.screenshot-wrap {
  margin: 65px -20px 0;
  overflow: hidden;
}

.screenshot-carousel {
  padding-top: 50px;
}
.screenshot-carousel .owl-wrapper-outer {
  overflow: hidden;
}
.screenshot-carousel .owl-item img {
  width: calc(100% - 40px);
  margin: 0 20px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
}
.screenshot-carousel .owl-pagination {
  text-align: center;
  margin-top: 100px;
}
.screenshot-carousel .owl-page {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ab030d;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.screenshot-carousel .owl-page.active {
  width: 30px;
}
.screenshot-carousel .owl-controls {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 20px;
}
.screenshot-carousel .owl-controls .owl-buttons {
  display: flex;
  justify-content: space-between;
}
.screenshot-carousel .owl-controls .owl-buttons .owl-prev, .screenshot-carousel .owl-controls .owl-buttons .owl-next {
  width: 35px;
  padding: 0 13px;
  background: #ab030d;
  color: #fff;
  font-size: 20px;
}

button.mfp-close, button.mfp-arrow {
  position: fixed;
}

img.mfp-img {
  max-height: 100% !important;
}

/*----------------------------------------
Pricing Styles
----------------------------------------*/
.pricing-table {
  border: 1px solid rgba(171, 3, 13, 0.22);
  text-align: center;
  transition: all 0.3s ease;
}
.pricing-table .pricing-header {
  border-top: 10px solid rgba(171, 3, 13, 0.22);
  border-bottom: 1px solid rgba(171, 3, 13, 0.22);
  transition-duration: 0.3s;
}
.pricing-table .pricing-header .pack-name {
  padding: 25px 20px 25px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.pricing-table .pack-price {
  font-size: 4.2rem;
  margin: 0;
  padding: 34px 20px 28px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.pricing-table .pack-price .currency,
.pricing-table .pack-price .pack-duration {
  font-weight: 400;
  font-size: 2.2rem;
  vertical-align: baseline;
}
.pricing-table .pack-features {
  list-style: none;
  line-height: 1.75;
  margin: 0 0 42px;
  padding: 0;
}
.pricing-table .btn {
  margin-bottom: 52px;
}
.pricing-table:hover, .pricing-table.active {
  border-color: #ab030d;
}
.pricing-table:hover .pricing-header, .pricing-table.active .pricing-header {
  border-color: #ab030d;
}
.pricing-table:hover .btn, .pricing-table.active .btn {
  background-color: #ab030d;
  color: #ffffff;
}

/*----------------------------------------
Support Styles
----------------------------------------*/
.support-tabs .nav-tabs {
  border: none;
  width: 30%;
}
.support-tabs .nav-tabs > li {
  margin-bottom: 0;
  padding: 0 15px;
  float: none;
}
.support-tabs .nav-tabs > li > a {
  font-size: 1.8rem;
  border-color: transparent;
  border-radius: 0;
  margin: 0;
  text-align: left;
  color: #000000;
  display: block;
  line-height: 1.75;
  position: relative;
}
.support-tabs .nav-tabs > li > a span {
  font-size: 4rem;
  line-height: 1;
  display: block;
  margin-bottom: 7px;
}
.support-tabs .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
  color: #ab030d;
}
.support-tabs .nav-tabs > li > a:before {
  content: "";
  position: absolute;
  height: 60%;
  border-left: 10px solid #ab030d;
  top: 24%;
  left: 0;
}
.support-tabs .nav-tabs > li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ab030d;
  top: 85%;
  left: 0;
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.support-tabs .nav-tabs > li.active a {
  border-color: transparent;
  color: #000;
  font-weight: 500;
}
.support-tabs .nav-tabs > li.active a:after {
  opacity: 1;
  visibility: visible;
}
.support-tabs .pane-content {
  border-left: 1px solid #7d7d7d;
  padding: 15px 15px 0;
  width: 70%;
  float: left;
}
.support-tabs .pane-content ul {
  list-style: none;
  margin: 40px 0;
}
.support-tabs .pane-content ul li {
  color: #111111;
  position: relative;
  padding-left: 18px;
}
.support-tabs .pane-content ul li:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 10px;
  left: 0;
  background: #bf0000;
}
.support-tabs .installation-steps {
  float: left;
  width: 100%;
  margin-bottom: -45px;
}
.support-tabs .installation-step {
  width: 50%;
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 45px;
}
.support-tabs .installation-step:nth-child(2n) {
  padding-right: 0;
  padding-left: 15px;
}
.support-tabs .installation-step .step-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}

/*-----------------------------------
Testimonial Boxed Styles
-----------------------------------*/
.testimonial-carousel .testimonial {
  padding: 0 280px;
  text-align: center;
}
.testimonial-carousel .testimonial .commenter-thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  display: inline-block;
}
.testimonial-carousel .testimonial .commenter-name {
  font-size: 1.8rem;
}
.testimonial-carousel .testimonial .commenter-designation {
  font-size: 1.4rem;
}
.testimonial-carousel blockquote {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  border: none;
}
.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
  position: absolute;
  font-size: 3.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-carousel .owl-prev {
  left: 0;
}
.testimonial-carousel .owl-next {
  right: 0;
}
.testimonial-carousel .client-info {
  margin-top: 50px;
}
.testimonial-carousel .client-name {
  font-size: 2.2rem;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
  margin: 0;
}
.testimonial-carousel .client-profession {
  font-size: 1.2rem;
  margin-top: 4px;
  margin-bottom: 0;
}

/*------------------------
Client Logo Styles
------------------------*/
.client-logo {
  display: inline-block;
  width: 20%;
  padding: 15px;
  position: relative;
  height: 130px;
  text-align: center;
}

/*------------------------
Contact Styles
------------------------*/
.right-image {
  padding: 0;
}

.map-area {
  padding: 0;
}
.map-area iframe {
  width: 100% !important;
  height: 765px !important;
}

.google-map {
  height: 765px;
}

.contact-area {
  position: relative;
}
.contact-area .right-image {
  background-image: url(../images/bg/contact.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
.contact-area .right-image .overlay-black {
  height: 765px;
}
.contact-area .row {
  display: flex;
}
.contact-area .row .col-md-6 {
  float: none;
}

.form-wrap {
  position: absolute;
  left: 0;
  right: 0;
}
.form-wrap .section-header.style-2 .section-subtext {
  margin-top: 5px;
}

.contact-form input:not([type=radio]):not([type=checkbox]),
.contact-form textarea {
  background-color: #eeeeee;
}
.contact-form ::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}
.contact-form ::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.contact-form :-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
.contact-form :-moz-placeholder {
  color: #808080;
  opacity: 1;
}

.input-success,
.input-error,
.newsletter-success,
.newsletter-error {
  margin-top: 15px;
  margin-bottom: 0;
  display: none;
  background-color: #ffffff;
  padding: 2px 20px;
  float: left;
  width: 100%;
  clear: both;
  text-align: left;
}

.input-success,
.newsletter-success {
  color: #16a085;
}

.input-error,
.newsletter-error {
  color: #e74c3c;
}

.newsletter-success,
.newsletter-error {
  clear: both;
  width: 100%;
}

.about-content {
  padding-top: 1rem;
}

.company-info h4 {
  position: relative;
  padding-left: 20px;
}
.company-info h4:before {
  content: "";
  width: 10px;
  height: 80%;
  position: absolute;
  top: 15%;
  left: 0;
  background: #ab030d;
}
.company-info dl {
  padding-left: 2rem;
}
.company-info dl dt {
  display: block;
  float: left;
  width: 80px;
  font-weight: 400;
  position: relative;
}
.company-info dl dt:after {
  content: "";
  background: #111111;
  width: 1px;
  position: absolute;
  right: 0;
  height: 80%;
  top: 4px;
}
.company-info dl dd {
  margin: 6px 0;
  margin-left: 90px;
}

/*------------------------
Subscription Styles
------------------------*/
.subscription-area h3 {
  font-size: 4.8rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}

.subscription {
  width: 100%;
  text-align: right;
  float: right;
  margin-top: 44px;
}
.subscription ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.55;
}
.subscription ::-moz-placeholder {
  color: #ffffff;
  opacity: 0.55;
}
.subscription :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.55;
}
.subscription :-moz-placeholder {
  color: #ffffff;
  opacity: 0.55;
}
.subscription input[type=email] {
  background-color: transparent !important;
  border-bottom: 1px solid #ffffff !important;
  float: left;
  font-size: 1.4rem !important;
  width: calc(100% - 220px) !important;
  margin-bottom: 0;
  margin-top: 7px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.subscription *[type=submit] {
  font-size: 1.4rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #ab030d;
  background-color: #ffffff;
  border: none;
  line-height: 52px;
  width: 200px;
  padding: 0;
  text-align: center;
  border-radius: 26px;
  float: right;
  margin-left: 20px;
  margin-top: 0;
}

/*------------------------
Footer Styles
------------------------*/
.logo-footer {
  display: inline-block;
  margin: 0 auto;
}

.socials {
  margin-top: 30px;
}
.socials a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 38px;
  border: 1px solid #ab030d;
  font-size: 1.4rem;
  color: #ab030d;
}
.socials a + a {
  margin-left: 16px;
}
.socials a:hover {
  background-color: #ab030d;
  color: #ffffff;
}

.copyright-footer {
  background-color: #ab030d;
  color: #ffffff;
  padding: 21px 0;
}
.copyright-footer .copyright {
  font-size: 1.5rem;
}
.copyright-footer .copyright a {
  color: #ffffff;
}
.copyright-footer .copyright a:hover {
  color: #111111;
}

.footer-nav {
  text-align: right;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  display: inline;
  margin-left: 36px;
}
.footer-nav li a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}

/*--------------------------------------------------
Blog Page Styles
--------------------------------------------------*/
.blog-listing {
  float: left;
  width: 100%;
  clear: both;
}
.blog-listing .post:nth-child(2n+1) {
  clear: left;
}
.blog-listing .post-inner {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 5px;
}
.blog-listing .post-inner .btn {
  margin-top: 25px;
}
.blog-listing .post-metas {
  margin-top: 20px;
  margin-bottom: 0;
  color: #777777;
}
.blog-listing .post-metas .post-meta + .post-meta {
  margin-left: 20px;
}
.blog-listing .post-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 2.4rem;
  color: #111111;
}
.blog-listing .post-title a {
  color: inherit;
}
.blog-listing .post-title a:hover {
  color: #ab030d;
}
.blog-listing .post-excerpt {
  margin-top: 15px;
  margin-bottom: 0;
}

.post-pagination {
  margin-top: 30px;
  text-align: center;
}

.post-pagination > a, .post-pagination .current,
.nav-links > a,
.nav-links .current {
  height: 32px;
  width: 32px;
  line-height: 30px;
  border: 1px solid #ab030d;
  color: #111111;
  border-radius: 50% !important;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.post-pagination > a + a, .post-pagination .current + a,
.nav-links > a + a,
.nav-links .current + a {
  margin-left: 10px;
}
.post-pagination > a:hover, .post-pagination .current:hover,
.nav-links > a:hover,
.nav-links .current:hover {
  background-color: #ab030d;
  color: #ffffff;
  text-decoration: none;
}
.post-pagination > a:first-child, .post-pagination > a:last-child, .post-pagination .current:first-child, .post-pagination .current:last-child,
.nav-links > a:first-child,
.nav-links > a:last-child,
.nav-links .current:first-child,
.nav-links .current:last-child {
  border-radius: 50% !important;
}
.post-pagination .current,
.nav-links .current {
  background-color: #ab030d;
  color: #ffffff;
  margin-left: 10px;
}
.post-pagination > li > a,
.nav-links > li > a {
  height: 32px;
  width: 32px;
  line-height: 30px;
  border: 1px solid #ab030d;
  color: #111111;
  border-radius: 50% !important;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.post-pagination > li > a:hover,
.nav-links > li > a:hover {
  background-color: #ab030d;
  color: #ffffff;
}
.post-pagination > li + li > a,
.nav-links > li + li > a {
  margin-left: 10px;
}
.post-pagination > li:first-child > a, .post-pagination > li:last-child > a,
.nav-links > li:first-child > a,
.nav-links > li:last-child > a {
  border-radius: 50% !important;
}
.post-pagination > li.current a,
.nav-links > li.current a {
  background-color: #ab030d;
  color: #ffffff;
}

/*--------------------------------------------------
Blog Single Page Styles
--------------------------------------------------*/
.blog-single {
  float: left;
  width: 100%;
  clear: both;
}
.blog-single .post {
  float: left;
  width: 100%;
  clear: both;
}
.blog-single .post-bar {
  float: left;
  width: 100%;
}
.blog-single .post-inner {
  float: left;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 5px;
}
.blog-single .post-metas {
  margin-top: 20px;
  margin-bottom: 0;
  color: #777777;
}
.blog-single .post-metas .post-meta + .post-meta {
  margin-left: 20px;
}
.blog-single .post-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 3rem;
}
.blog-single .post-entry {
  margin-top: 20px;
}
.blog-single .post-entry blockquote {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
}
.blog-single .share-on {
  margin-top: 30px;
}

.given-comment {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: -50px;
}
.given-comment .given-comment-title {
  margin-top: 0;
  margin-bottom: 34px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.8rem;
  float: left;
  width: 100%;
}
.given-comment .comments {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.given-comment .comments.child-comments {
  padding-left: 100px;
}
.given-comment .comment {
  float: left;
  width: 100%;
}
.given-comment .comment-wrap {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.given-comment .commenter-thumb {
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.given-comment .commenter-thumb img {
  max-width: 100%;
  height: auto;
}
.given-comment .comment-body {
  float: left;
  width: calc(100% - 100px);
}
.given-comment .comment-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.8rem;
}
.given-comment .comment-title .comment-date {
  font-weight: 400;
  font-size: 1.4rem;
}
.given-comment .comment-content p {
  margin-bottom: 7px;
}
.given-comment .comment-reply {
  font-weight: 600;
  font-size: 1.4rem;
}

.commenting-wrap {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.commenting-wrap .comment-form-title {
  margin-top: 0;
  margin-bottom: 34px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.8rem;
  float: left;
  width: 100%;
}
.commenting-wrap input {
  margin-bottom: 20px;
}

/*** Sidebar ***/
.widget {
  float: left;
  width: 100%;
  border: 1px solid rgba(171, 3, 13, 0.22);
}
.widget + .widget {
  margin-top: 40px;
}
.widget .widget-title {
  position: relative;
  padding: 8px 0;
  margin: 20px 30px 15px;
}
.widget .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 25px;
  background-color: rgba(171, 3, 13, 0.22);
}
.widget .widget-inner {
  padding: 0 30px 20px;
  float: left;
  width: 100%;
}
.widget .widget-inner p:last-child {
  margin-bottom: 0;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  color: #111111;
  line-height: 1.75;
}
.widget ul li a {
  color: inherit;
}
.widget ul li a:hover {
  color: #ab030d;
  text-decoration: none;
}
.widget ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 7px;
  display: inline-block;
}
.widget.post-widget ul li + li {
  margin-top: 10px;
}
.widget.post-widget ul li a {
  text-decoration: underline;
}
.widget.post-widget ul li a:before {
  text-decoration: none;
}
.widget .widget-posts {
  float: left;
  width: 100%;
  margin-bottom: -15px;
}
.widget .widget-post {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.widget .widget-post-thumb {
  width: 60px;
  display: inline-block;
  margin-right: 15px;
}
.widget .widget-post-thumb img {
  width: 100%;
  height: auto;
}
.widget .widget-post-body {
  width: calc(100% - 75px);
  float: left;
}
.widget .widget-post-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
}
.widget .widget-post-date {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}
.widget .widget-tag {
  margin-left: -10px;
  margin-right: -10px;
  float: left;
}
.widget .widget-tag a {
  color: #111111;
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  line-height: 1.75;
}
.widget .widget-tag a:hover {
  color: #ab030d;
}
.widget .social-media {
  float: left;
  width: 100%;
}
.widget .social-media a {
  color: #111111;
  clear: both;
  float: left;
  font-weight: 700;
  line-height: 1.75;
}
.widget .social-media a:hover {
  color: #ab030d;
  text-decoration: none;
}