/*
Template Name: RTB - Business HTML Template
Template URI: http://www.pierian-design.com/monster/RTB
Author: pierian_design
Author URI: http://www.pierian-design.com
Version: 1.0
*/
/**
 * Table of Contents:
 *
 * 1. - NORMALIZE CSS
 * 2. - GLOBAL STYLES
 *      2.1 - General Styles
 *      2.2 - Headings and Paragraph 
 * 3. - COMPONENTS
 *      3.1 - Buttons 
 *      3.2 - Particles
 *      3.3 - Video BG 
 *      3.4 - Preloader 
 *      3.5 - Color gradient styles  
 *      3.6 - Animated mouse scroll  
 *      3.7 - Forms 
 *      3.8 - Slider  
 * 4. - LOGO & NAVIGATION
 *      4.1 - logo  
 *      4.2 - Navigation 
 * 5. - BANNERS
 * 6. - SECTIONS
 *      6.1 - Intro   
 *      6.2 - About us 
 *      6.3 - Services
 *      6.4 - Faq
 *      6.5 - Skills 
 *      6.6 - Partners
 *      6.7 - Team
 *      6.8 - Facts 
 *      6.9 - Portfolio
 *      6.10 - Prices 
 *      6.11 - Cta 
 *      6.12 - Testimonials  
 *      6.13 - Blog   
 *      6.14 - Contact  
 *      6.15 - Info  
 *      6.16 - Maps  
 *      6.17 - Footer   
 * 7. - PAGES
 *      7.1 - Pages 
 *      7.4 - 404
 *      7.5 - Coming Soon
 *      7.6 - Services
 *      7.7 - Portfolio
 *      7.8 - Portfolio single
 *      7.9 - Faq
 *      7.10 - Blog single 
 * 8. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
/**
 * 1. - NORMALIZE CSS
 * -----------------------------------------------------------------------------
 */
/* ==========================
NORMALIZE
============================= */
/**
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);


html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * 2. - GLOBAL
 * -----------------------------------------------------------------------------
 */
body {
  font-family:'Microsoft JhengHei', 'Muli', 'Noto Sans TC';
  color: #666;
  background-color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  overflow-x: hidden;
}

::-webkit-scrollbar-track {
  background-color: #e9edf0;
  border-left: 1px solid #ededed;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  color: #fff !important;
  background: none !important;
  background-image: -o-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
}

p {
  margin-bottom: 30px;
}

a {
  color: #55acee;
  text-decoration: none !important;
  outline: 0 !important;
}

a:hover,
a:active,
a:focus {
  color: #2154cf;
}

blockquote {
  font-size: 14px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Montserrat', 'Microsoft JhengHei', 'Noto Sans TC';
  font-weight: 700;
  line-height: 1.25;
  color: #002e5a;
  margin-top: 0;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.h1,
.h2,
h1,
h2 {
  font-weight: 800;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: list-number;
}

li {
  margin-bottom: 15px;
}

ol li:before {
  content: counter(list-number, decimal);
  counter-increment: list-number;
  color: #272727;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
}

.nav>li {
  margin: 0;
}

.nav>li:before {
  content: none;
}

.navbar-main,
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.section.pad>.container,
.section.pad>.container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.video-frame {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 66.95%;
  height: 0;
  overflow: hidden;
  line-height: 0;
}

.video-frame-vimeo {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 57.95%;
  height: 0;
  overflow: hidden;
  line-height: 0;
}

.video-frame iframe,
.video-frame-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  line-height: 0;
}

.spacer-25 {
  height: 25px;
}

.section {
  position: relative;
}

.margin-none {
  margin: 0 !important;
}

.padding-right {
  padding-right: 35px;
}

.padding-left {
  padding-left: 35px;
}

.table {
  display: table;
  min-height: 510px;
  height: 1px;
  margin: 0;
}

.table-cell {
  display: table-cell;
  height: 100%;
}

/* 2.2 Headings and Paragraph */
.text-gradient {
  font-weight: 700;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  color: #2154cf !important;
  background-image: -o-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
}

.section-heading.section-margin {
  margin-bottom: 40px;
}

.section-heading h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 2px;
  padding-bottom: 3px;
}

.section-heading span {
  font-weight: 200;
}

.section-heading-1 {
  position: relative;
  text-align: center;
  text-transform: capitalize;
}

.section-heading-1 p,
.section-heading-2 p {
  margin-top: 0px;
  margin-bottom: 55px;
}

.section-heading-1 h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.section-heading-2 {
  margin-bottom: 25px;
}

.section-heading-2 h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

.section-heading-2 h3 {
  font-size: 21px;
}

.portfolio-parallax .section-heading-1 .small-heading {
  color: #999;
}

.portfolio-parallax .section-heading-1 .btn-primary {
  margin-top: 15px;
}

.white {
  color: #ffffff !important;
}

.image-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax {
  background-attachment: fixed;
}

.center-it {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#follower {
  position: absolute;
  margin: -25px 0 0 -25px;
  transition: top 0.1s, left 0.1s;
  -webkit-transition: top 0.1s, left 0.1s;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: 1;
}

/**
 * 3. - COMPONENTS
 * -----------------------------------------------------------------------------
 */
/* 3.1 Buttons */
.btn-primary {
  display: inline-block;
  margin: 15px 0 0 0;
  position: relative;
  border: none;
  border-radius: 3px !important;
  padding: 18px 28px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  line-height: 1;
  pointer-events: all;
  overflow: hidden;
  box-shadow: 0px 5px 15px 0px transparent;
  outline: 0 !important;
  background: #f3f3f3 !important;
  color: #002e5a !important;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 1;
}

.btn-primary i {
  margin-left: 15px;
  font-size: 20px;
  color: #55acee;
}

.btn-primary span {
  display: flex !important;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.btn-primary span:first-child {
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  padding: 22px 35px;
  line-height: 1;
  color: #ffffff !important;
  background: #002e5a;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-primary span:first-child i {
  color: #ffffff;
}

.btn-primary:hover span:first-child {
  top: 0;
}

.btn-primary:hover span:last-child {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
}

.btn-primary.color-gradient i {
  color: #fff !important;
}

.btn-primary.transparent {
  background: transparent;
  padding: 20px 31px;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.btn-primary.transparent span:first-child {
  padding: 20px 31px;
}

.btn-primary.color-gradient span {
  background: transparent;
}

.btn-primary.color-gradient:hover span:first-child {
  background: transparent;
}

form .btn-primary {
  margin-top: 0;
}

.get-btn {
  margin-top: 0;
  line-height: 40px;
  padding: 0 30px;
  float: right;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #fff ! important;
  color: #2154cf !important;
}

.get-btn {
  position: relative;
  margin-top: 0;
  line-height: 40px;
  padding: 0 30px;
  float: right;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #fff ! important;
  color: #6381e5 !important;
  overflow: hidden;
}

.get-btn span {
  color: inherit !important;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.get-btn span:first-child {
  position: absolute;
  left: 0;
  top: -100%;
  height: 100%;
  width: 100%;
  padding: 0 30px;
  line-height: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.get-btn:hover span:first-child {
  top: 0;
}

.get-btn:hover span:last-child {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}

.btn-primary:hover {
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.1);
  opacity: 1;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 2px;
  display: none;
  background-image: -o-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  color: #fff;
}

#back-to-top:hover {
  opacity: 0.8;
}

#back-to-top.visible {
  display: block;
}

/* 3.2 Particles*/
.particles-pointer>.container:first-child,
.particles-pointer>.container-fluid:first-child {
  pointer-events: none;
}

#particles-banner-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181721;
}

/* 3.3 Video BG*/
#video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
}

.ytplayer-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#banner #video {
  position: absolute;
}

/* 3.4 Preloader*/
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  background-image: url("../images/preloader.gif");
  background-position: center;
  background-repeat: no-repeat;
}

/* 3.5 Color gradient styles*/
.color-gradient {
  color: #fff !important;
  background: none !important;
  background-image: -o-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  text-shadow: unset;
}

.gradient-overlay:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  opacity: 0.95;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gradient-overlay {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(2, 6, 32, 0.3);
}

.gradient-overlay:after {
  background-image: -o-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
}

.color-gradient>*,
.gradient-overlay>*,
.black-overlay>*,
.black-overlay-2>*,
.white-overlay>* {
  position: relative;
  z-index: 2;
}

.black-overlay:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  /*background: #000a3b;*/
  z-index: 0;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.black-overlay-pg:after {
  /*background: #000a3be3;*/
}


.black-overlay-2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background: #0c2240;
  z-index: 0;
  opacity: 0.93;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.white-overlay:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 0;
  opacity: 0.86;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.black-overlay,
.black-overlay-2,
.gradient-overlay {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(2, 6, 32, 0.3);
}

.black-overlay h1,
.black-overlay-2 h1,
.gradient-overlay h1,
.color-gradient .black-overlay h2,
.black-overlay-2 h2,
.gradient-overlay h2,
.color-gradient .black-overlay h3,
.black-overlay-2 h3,
.gradient-overlay h3,
.color-gradient .black-overlay h4,
.black-overlay-2 h4,
.gradient-overlay h4,
.color-gradient .black-overlay h5,
.black-overlay-2 h5,
.gradient-overlay h5,
.color-gradient .black-overlay h6,
.black-overlay-2 h6,
.gradient-overlay h6,
.color-gradient {
  color: #fff !important;
}

.text-shadow {
  text-shadow: 0 1px 3px rgba(2, 6, 32, 0.3);
}

img.shadow {
  border: 15px solid #fff;
  box-shadow: 0px 20px 30px 0px #ededed;
}

.parallax {
  background-attachment: fixed;
}

.absolute_left {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 50% !important;
  height: 100%;
  z-index: 2;
}

.absolute_right {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 50% !important;
  height: 100%;
  z-index: -1;
}

.section-video-bg {
  position: relative;
  z-index: 1;
}

.grey-bg {
  background-color: #f9f9f9;
}

.grey-2-bg {
  background-color: #f2f2f2;
}

.blue-bg {
  background-color: #003e6c;
}




@media (max-width: 1199px) {

  .top-menu-info {
    padding: 0 6px !important;
  }

  .navbar-nav>li>a {
    padding: 30px 8px !important;
  }
}


@media (max-width: 991px) {


  .about-logo {
    top: unset !important;
  }

  .disc-text p {
    max-width: 100% !important;
  }

  .sitemap .sidebar {
    min-height: unset !important;
  }


  .header-top .container .row .top-menu-info:nth-child(3) {
    display: none;
  }


  .grid-item-v1,
  .grid-sizer-v1 {
    min-height: 180px !important;
  }

  .sitemap .sidebar {
    min-height: 357px !important;
  }

}


@media (max-width: 768px) {

  .grid-item-v1,
  .grid-sizer-v1 {
    min-height: 250px !important;
  }
}


@media (max-width: 650px) {

  .grid-item-v1,
  .grid-sizer-v1 {
    min-height: 220px !important;
  }
}

@media (max-width: 580px) {

  .grid-item-v1,
  .grid-sizer-v1 {
    min-height: 160px !important;
  }
}



@media (max-width: 425px) {

  .grid-item-v1,
  .grid-sizer-v1 {
    min-height: 270px !important;
  }
}

@media (max-width: 359px) {

  .grid-item-v1,
  .grid-sizer-v1 {
    min-height: 210px !important;
  }



}



@media (max-width: 1200px) {

  .absolute_right,
  .absolute_left {
    position: relative !important;
    width: 100% !important;
    height: 350px;
  }

  .g-recaptcha {
    display: none;
  }


  .sitemap .sidebar {
    min-height: unset !important;
  }



  .caret-out {
    padding: 23px 31px;
    width: 17%;
    float: right;
    position: absolute;
    top: 0px;
    right: 0;
  }

  .dropdown a {
    width: 80%;
  }

  .caret {
    top: 0px !important;
  }



  .navbar-toggle {
    right: 67px;
  }


  .lang-slect {
    position: relative;
    margin-top: 23px !important;
    margin-right: 13px !important;
    right: -38px;
  }

  .lang-slect-fix {
    display: block !important;
    width: 55px !important;
    font-size: 14px !important;
  }


}

.sitemap .widget {
  padding: 1px 20px;
}

.overflow-x-table {
  overflow-x: auto;
}


@media (max-width: 767px) {

  table.res-table {
    width: 98%;
  }

  table.res-table thead {
    display: none;
  }

  /*table.res-table tr {border-bottom: 2px solid rgba(17,149,178,.35);}*/
  table.res-table tr:last-child {
    border-bottom: 0 none;
  }

  table.res-table td {
    display: block;
    padding: .3rem .5rem;
  }

  table.res-table td:before {
    content: attr(data-text);
    display: inline-block;
    width: auto;
    ;
    /*min-width: 40%;*/
    font-weight: 900;
    /*padding-right: 1rem;*/
    font-variant: small-caps;
  }

  /*table.res-table td:last-child {text-align: left;}*/
  /*  table.res-table td:nth-child(odd) {
    background: rgba(17,149,178,.15);
  }*/

  table.res-table .res-head,
  table.res-table .man-intro-head {
    display: none;
  }

  .res-table tr td:first-child {
    background: #002e5a;
    color: #fff !important;
  }


  table.res-table td {
    display: grid;
  }

  table.res-table .td-must-left:before,
  table.res-table .td-must-left {
    text-align: left !important;
  }

}





.middle-heading {
  font-weight: 700;
  font-size: 32px;
  color: #002e5a;
}

.z-top {
  position: relative;
  z-index: 9;
}

.blue {
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  color: #55acee !important;
  background-image: -o-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
}

/* 3.6 Animated mouse scroll*/
.scroll-down.absolute-center {
  position: absolute;
  bottom: 50px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.scroll-down:hover {
  opacity: 0.8;
}

.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #ededed;
  text-align: center;
}

.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #ededed;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }

  50% {
    -moz-transform: translateY(10px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 3.7 Forms*/
.form-group {
  margin-bottom: 30px;
}

input.form-control,
input[type=password].form-control,
input[type=email].form-control,
input[type=text].form-control,
textarea.form-control,
.contact-about {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 6px 25px;
  background: #f6f6f6;
  font-size: 15px;
  border: 1px solid #ededed;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 300;
  color: #002e5a;
  font-family: 'muli','Microsoft JhengHei';
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.white input[type=text],
#footer input[type=text],
.white input[type=email],
#footer input[type=email],
.white input[type=password],
#footer input[type=password],
.white input[type=url],
#footer input[type=url],
.white input[type=number],
#footer input[type=number],
.white input[type=search],
#footer input[type=search],
.white input[type=tel],
#footer input[type=tel],
.white textarea,
#footer textarea,
.white select,
#footer select {
  background: rgba(245, 245, 245, 0.01);
  color: #fff;
  border: 1px solid rgba(237, 237, 237, 0.15);
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
}

.white ::placeholder,
#footer ::placeholder {
  color: #fff;
  opacity: 1;
}

.white :-ms-input-placeholder,
#footer :-ms-input-placeholder {
  color: #fff;
}

.white ::-ms-input-placeholder,
#footer ::-ms-input-placeholder {
  color: #fff;
}

.white .progress-bar-2.progress-bar-left .skill>div span {
  color: #fff;
}

textarea.form-control {
  min-height: 135px;
  line-height: 1.8;
  padding: 20px 25px;
  font-family: 'Muli','Microsoft JhengHei',  'Noto Sans TC';
}

.contact-form-2 {
  padding: 40px;
  background: rgba(255, 255, 255, .05);
  border-radius: 3px;
  overflow: hidden;
}

.contact-form-2 .form-group {
  margin-bottom: 10px;
}

.contact-form-2 input.form-control,
.contact-form-2 input[type=password].form-control,
.contact-form-2 input[type=email].form-control,
.contact-form-2 input[type=text].form-control,
.contact-form-2 textarea.form-control,
.contact-form-2 .contact-about {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(221, 228, 233, .1);
}

.contact-form-2 h3 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #fff !important;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
}

.contact-form-2 .btn-primary {
  margin-top: 15px;
  margin-bottom: 0;
}

.contact-form-2 form {
  margin-top: 15px;
}

.contact-form-2 .btn-primary {
  width: 100%;
}

.text-success,
#success.h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

.help-block ul li:before {
  content: none;
}

.creative-form {
  padding-right: 70px;
}

#creative-form-block {
  margin: 0 0 80px;
}

.creative-form form {
  position: relative;
  margin: -180px 0;
  padding: 40px 70px;
  border-radius: 3px;
  color: #fff !important;
  background: none !important;
  background-image: -o-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  text-shadow: unset;
}

.creative-form .btn-primary {
  width: 100%;
  opacity: 1 !important;
}

.creative-form .btn-primary span:first-child {
  background: transparent !important;
  color: #002e5a !important;
}

.last-child {
  margin-bottom: 0;
}

.header-title h2 {
  font-size: 33px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}

/* 3.8 Slider*/
.swiper-banner-container-2 .swiper-slide.black-overlay:after {
  opacity: 0.6;
}

.swiper-banner-container-2 .swiper-slide.black-overlay:hover:after {
  opacity: 1;
}

#work-modal-gallery .swiper-gallery-container {
  max-height: 565px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-gallery-container {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-slide img {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 48px;
  margin-top: -28px;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #fff;
}

.swiper-button-prev {
  left: -50px;
  background-image: none;
}

.swiper-button-prev:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
}

.swiper-button-next {
  right: -50px;
  background-image: none;
}

.swiper-button-next:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}

.swiper-button-prev {
  left: auto;
  right: 85px;
  top: auto;
  bottom: 30px;
}

.swiper-button-next {
  left: auto;
  right: 30px;
  top: auto;
  bottom: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  text-shadow: none;
  border-radius: 2px;
  color: #272727;
  opacity: .35;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #55acee;
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  margin-top: 45px;
}

#slider.swiper-container-horizontal>.swiper-pagination-bullets,
#slider .swiper-pagination-custom,
#slider .swiper-pagination-fraction {
  position: absolute;
  margin-top: 30px;
  bottom: 30px;
}

.banner-slide {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet {
  background: #dcdee0;
  opacity: 1;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 0 10px;
  position: relative;
  width: 15px;
  text-align: center;
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #2154cf;
}

/**
 * 4. - LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
/* 4.1 - LOGO */
.navbar-brand {
  padding: 0;
  margin: 0;
  height: 80px;
  line-height: 80px;
}

.navbar-brand>img {
  display: inline-block;
}

.navbar-toggle {
  height: 80px;
  margin: 0;
  padding: 0;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.sticky .navbar-toggle .icon-bar {
  background: #272727;
}

.logo {
  position: relative;
}

.navbar .logo-toggle img:first-child {
  display: none;
}

.navbar .logo-toggle img:last-child {
  display: inline-block;
}

.navbar.sticky .logo-toggle img:first-child {
  display: inline-block;
}

.navbar.sticky .logo-toggle img:last-child {
  display: none;
}

/* 2.1 - NAVIGATION */
.navbar {
  margin: 0;
  border: none;
  border-radius: 0;
}

.navbar-nav {
  margin: 0px -15px;
}

.navbar-nav .get-btn {
  margin-top: 20px;
  margin-left: 10px;
  line-height: 40px;
  padding: 0 30px !important;
  float: right;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: none;
}

.navbar.sticky .get-btn {
  display: inline-block;
}

.container-nav {
  padding: 0 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-nav li a {
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 1px;
}

.navbar-nav>li>a {
  padding: 25px;
  text-transform: uppercase;
  font-weight: 400;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
  background: transparent;
  color: #ededed;
}

.navbar-main.sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.navbar-main.sticky li a {
  color: #272727;
}

.navbar-main.sticky li a:hover {
  color: #55acee;
}

.sticky .navbar-nav>li>a:hover,
.sticky .navbar-nav>li>a:focus {
  background: transparent;
}

.navbar-nav>li>ul>li>a .caret {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/*dropdown menu*/
.navbar-main .dropdown-menu {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff !important;
  min-width: 230px;
  border: 0;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.navbar-main .dropdown-menu>li a {
  position: relative;
  padding: 7px 25px;
  font-weight: 400;
  color: #ffffff;
}


.navbar-nav>li>.dropdown-menu {
  padding: 15px 0px;
  background-image: url(../images/demo/header_bg.png) !important;
  background-color: #298dda !important;
}



.navbar-main .dropdown-menu>li a:hover,
.navbar-main .dropdown-menu>li a:focus {
  background-color: #ffffff;
  color: #55acee;
  text-shadow: none;
}

.dropdown-menu .dropdown-menu {
  top: 0px;
}

.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
  left: auto;
  left: 100%;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
}

.search-toggle {
  float: right;
  padding-left: 35px;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.sticky .search-toggle {
  color: #55acee;
}

.sticky .search-toggle:hover {
  color: #2154cf;
}

.search-container {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.search-container input {
  float: right;
  width: 210px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  padding: 6px 20px;
  font-size: 16px;
  box-shadow: none;
  border: none;
  border: 1px solid #ededed;
}

.hide-search-container {
  opacity: 0;
  visibility: hidden;
}

.dropdown-menu li {
  margin-bottom: 0;
}

.dropdown-menu li:before {
  content: none;
}

/*style-1*/
.header-style-2 {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.header-style-2 .header-top {
  height: 40px;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  background: #005fb9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*.header-style-2 .navbar-nav > li:last-child > a {
  padding-right: 0px;
}*/
.header-style-2 .container-nav {
  padding: 0 15px;
}

/*top menu info*/
.top-menu-info {
  display: inline-block;
  margin-top: 12px;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1.45;
  font-weight: 500;
  color: #fff;
}

.top-menu-info i {
  margin-right: 7px;
  color: #55acee;
}

.top-menu-info:first-child {
  padding-left: 0;
}

.top-menu-info:last-child {
  padding-right: 0;
  border-right: 0;
}

/**
 * 5. - BANNERS
 * -----------------------------------------------------------------------------
 */
.banner {
  height: 100vh;
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.small-heading {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #002e5a;
}

.banner .small-heading {
  color: #fff;
  font-weight: 600;
}

.normal-heading {
  position: relative;
  margin-bottom: 0px;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 2px;
  z-index: 9;
}

.middle-heading {
  position: relative;
  margin-bottom: 0px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  z-index: 9;
  text-transform: uppercase;
}

.monster-heading {
  position: relative;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  font-size: 109px;
  margin-bottom: 30px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
}

.big-heading {
  margin-bottom: 15px;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  font-size: 89px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;

}

.text-gradient {
  text-shadow: none;
}

.banner-text {
  font-family: 'Muli','Microsoft JhengHei',  'Noto Sans TC';
  max-width: 555px;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1.8;
  font-size: 25px;
  letter-spacing: 5px;
}

.banner-text-2 {
  font-family: 'Muli','Microsoft JhengHei',  'Noto Sans TC';
  max-width: 590px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1.8;
  font-size: 17px;
}

.banner-style-1 {
  display: flex;
  align-items: center;
}

.banner-style-1 .btn-group {
  pointer-events: auto;
}

.head-text-area.type-1 .normal-heading,
.head-text-area.type-1 .banner-text {
  margin-left: auto;
  margin-right: auto;
}

.play {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  padding-left: 6px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 25px;
  color: #2154cf !important;
  text-align: center;
  outline: none !important;
  cursor: pointer;
  z-index: 1;
}

.play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -10px;
  top: -10px;
  display: block;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(0.25);
    opacity: .25;
  }

  25% {
    transform: scale(0.5);
    opacity: .50;
  }

  50% {
    transform: scale(0.75);
    opacity: .75;
  }

  100% {
    transform: scale(1);
    opacity: .0;
  }
}

.banner .play {
  position: relative;
  top: auto;
  right: auto;
  margin-bottom: 25px;
  -webkit-transform: none;
  transform: none;
}

/*banner icons*/
.banner-icon {
  padding: 15px;
}

.banner-icon i {
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-icon i:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.banner-icon i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #ededed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  -webkit-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform: scale(0.77);
  z-index: 0;
  background-image: -o-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
}

.banner-icon i:before {
  z-index: 1;
  position: relative;
  color: #ffffff !important;
}

.svg-bottom {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

/**
 * 6. - SECTIONS
 * -----------------------------------------------------------------------------
 */
/* 6.1 - services-1 */
.services-1 {
  position: relative;
}

.services-1 .item {
  position: relative;
  margin-bottom: 45px;
  font-size: 15px;
}

.services-1.home .item {
  margin-bottom: 35px;
}

.services-3.home .service-item {
  margin-bottom: 35px;
}

.services-1 h5 {
  font-size: 20px;
}

.services-1 .item .item-inside img {
  max-width: 50px;
}

.services-1 .item .item-inside i {
  width: 70px;
  height: 70px;
  line-height: 67px;
  font-size: 26px;
  text-align: center;
  border-radius: 50%;
  text-shadow: 0 1px 3px rgba(2, 6, 32, 0.3);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
  background: #002e5a;
  color: #fff;
}

.services-1 .item .icon-bg {
  background: #002e5a;
  border-radius: 50%;
  padding: 2px;
}

.services-1 .item .box-icon-right {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
  padding-right: 25px;
}

.services-1 .item .box-icon-left {
  float: left;
}

.services-1 .item .desc {
  font-size: 15px;
  letter-spacing: 2px;
}

.services-1 a:hover {
  color: #55acee;
}

.services-1 a:hover h5 {
  color: inherit;
}

/* 6.15 - services-2 */
.services-2 {
  position: relative;
}

.services-2 .section-heading {
  text-align: left;
}

.services-2 .section-col-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.services-2-content-right {
  padding-left: 70px;
}

.services-2 .section-col-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.section-col-bg {
  position: relative;
}

.services-2 .box-icon-1 {
  margin-bottom: 30px;
  padding-right: 0;
}

.services-2 h2,
.info-photo h2 {
  margin-top: 0px;
  margin-bottom: 25px;
}

.info-photo {
  position: relative;
  background-color: #f7f9fb;
}

.info-photo .section-heading {
  text-align: left;
}

.info-photo .section-col-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(../images/1920x1280.jpg) center no-repeat;
  background-size: cover;
}

.info-photo-content-right {
  padding-left: 60px;
}

.info-photo .section-col-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.info-photo .box-icon-1 {
  margin-bottom: 30px;
  padding-right: 0;
}

.services-50-left {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}

.services-50-left .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0;
  padding: 20px;
  height: 50%;
  border-right: 1px solid #1c3250;
  border-bottom: 1px solid #1c3250;
  overflow: hidden;
}

.services-50-left .item .item-inside {
  width: 100%;
}

.services-50-left .item i {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 40px;
}

.services-50-left .item .desc {
  position: relative;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-50-left .item.black-overlay-2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  opacity: 0.95;
  background-image: -o-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.services-50-left h5 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 3px;
}

.services-50-left .abs-link {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.services-50-left .item.black-overlay-2:hover .desc {
  height: 65px;
  opacity: 1;
}

.services-50-left .item.black-overlay-2:hover:after {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.services-50-left .item.black-overlay-2:hover:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.services-top.pad>.container {
  padding-top: 100px;
  padding-bottom: 115px;
}

.services-3 .box-icon-1 h4 {
  font-size: 16px;
}

.services-3 .icon-bg {
  margin: 0 auto 30px;
  line-height: 1;
}

.services-3 .icon-bg img {
  width: 50px;
}

.section-video-bg {
  position: relative;
  z-index: 1;
}

.services-3.home {
  margin-top: -125px;
  padding-bottom: 65px;
}

.services-3 .box-icon-1 {
  position: relative;
  background: #fbfbfb;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 50px 35px;
  margin-bottom: 45px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 15px;
  text-align: center;
  background: #ffffff;
  z-index: 1;
}

.services-3 .box-icon-1:hover {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}






















/*v2*/
.intro-2 .intro-item-bg {
  padding: 0 45px;
  text-align: center;
}

.intro-2 .intro-item-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.intro-2 .intro-item-bg:hover:after,
.intro-item-bg.swiper-slide-active:after {
  opacity: 1;
}

.intro-2 .intro-item-bg:hover,
.intro-item-bg.swiper-slide-active {
  color: #ffffff;
}

.intro-2 .intro-item-bg:hover h4,
.intro-item-bg.swiper-slide-active h4 {
  color: #ffffff;
}

.intro-2 .box-icon-2 h4 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.intro-2 .box-icon-2 .icon-area i {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 82px;
  line-height: 80px;
  font-size: 22px;
}

.intro-2 .intro-item-bg {
  position: relative;
  padding: 55px 25px;
  text-align: center;
}

.intro-2 .box-icon-2 .icon-area i:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -3px;
  top: -3px;
  background-image: url(../images/icon-bg.png);
  width: 80px;
  height: 85px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.intro-2 .intro-item-bg:hover .icon-area i:after,
.intro-item-bg.swiper-slide-active .icon-area i:after {
  z-index: -1;
  background-image: url(../images/icon-bg-white.png);
}

/* 6.2 - About us */
.section-heading {
  margin-bottom: 25px;
}

.offices-list li:before {
  content: none;
}

.offices-list li {
  margin-bottom: 18px;
  border-bottom: 1px dotted #999;
  text-align: right;
  font-size: 15px;
  color: #272727;
}

.offices-list li span:first-child {
  float: left;
  font-weight: 600;
}

.offices-list li span:last-child {
  font-weight: 400;
}

#about-us .tab-content>.active {
  margin-top: 40px;
}

#about-us .nav-tabs {
  margin-bottom: 45px;
  text-align: center;
}

#about-us .nav-tabs>li {
  display: inline-block;
  float: none;
}

.nav-tabs>li>a {
  margin: 0;
  padding: 18px 30px;
  text-transform: uppercase;
  font-weight: 400;
  border: 0;
  font-size: 16px;
  color: #002e5a;
  letter-spacing: 1px;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
}

.nav-tabs {
  margin-bottom: 30px;
  border: none;
}

.nav-tabs>li {
  background: #e8ecef;
  border-left: 1px solid #dbe7f1;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  position: relative;
  color: #fff !important;
  background-image: -o-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  border: 0;
  z-index: 1;
}

.tab-description {
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

/* 6.3 - Services */
.box-icon-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-icon-4 i {
  position: relative;
  z-index: 2;
}

.box-icon-4 h3 {
  margin: 0;
}

.box-icon-4 .icon-bg {
  margin-right: 25px;
  position: relative;
  font-size: 28px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: #002e5a;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.box-icon-4 .box-icon-top {
  line-height: 0;
}

.service-item-thumbnail {
  position: relative;
}

.service {
  display: table;
  height: 100%;
  height: 1px;
  margin-bottom: 45px;
}

.service:last-child {
  margin-bottom: 0;
}

.img-service {
  display: table-cell;
  height: 100%;
}

.desc-service {
  display: table-cell;
  height: 100%;
  padding: 45px;
  background: #f1f2f6;
}

.desc-service h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.service-item {
  margin: 0 auto 65px;
}

.service-item:hover .icon-bg {
  background-color: #55acee;
}

.service-item-thumbnail img {
  width: 100%;
  border-radius: 3px;
}

.service-title {
  margin-bottom: 15px;
  width: 65%;
}

.service-title a {
  color: #002e5a;
}

.service-title a:hover {
  color: #55acee !important;
}

.service-title h5 {
  font-size: 16px;
  color: inherit;
}

.service-item-content {
  padding-top: 30px;
}

.services-4 .table {
  min-height: 1px;
}

.services-left {
  height: 100%;
  padding: 45px;
  background: #f1f2f6;
}

.services-2-box-area {
  padding-top: 45px;
}

.services-left h3 {
  margin-top: 0;
}

.service-item-2 .box-icon-1 {
  padding: 0;
  margin-bottom: 45px;
}

.service-item-2 .box-icon-1 h4 {
  margin: 15px 0;
}

.service-item-2 .box-icon-1 .box-icon-top {
  display: block !important;
  margin: 0;
}

/* 6.4 - Faq */
.panel {
  background: transparent;
}

.panel-default>.panel-heading {
  padding: 0;
  background: #e8ecef;
  /*border: none;*/
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  padding: 20px 20px 20px 25px;
  cursor: pointer;
  font-size: 14px;
  color: #002e5a;
  background: rgba(255, 255, 255, 0.02);
}

.panel-title i {
  margin: 0 10px;
}

.panel-default .panel-title:after {
  content: "\f067";
  font-family: 'FontAwesome';
  margin-top: 3px;
  float: left;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  margin: -20px;
  margin-left: -25px;
  margin-right: 15px;
  color: #ffffff !important;
  background-image: -o-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
}

.panel-default.active .panel-title:after {
  content: "\f068";
}

.panel {
  box-shadow: none;
}

.panel-group .panel+.panel {
  margin-top: 25px;
}

.panel-body {
  padding: 26px 20px;
  padding-bottom: 10px;
  font-size: 14px;
  background: #fff;
}

.panel-body p {
  margin: 0;
}

.panel-faq.panel-group .panel {
  border-radius: 0px;
}

.panel-faq .panel-default {
  border: none;
}

.panel-faq .panel-default>.panel-heading {
  background: transparent;
  border-color: #ededed;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 18px 20px;
  position: relative;
}

.panel-faq .panel-default>.panel-heading:before {
  padding: 0 10px 0 0;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  top: 5px;
  left: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
}

.panel-faq .panel-default.active>.panel-heading:before {
  transform: rotate(90deg);
}

.panel-faq .panel-title {
  display: block;
  padding-left: 30px;
}

.panel-faq .panel-title>a,
.panel-faq .panel-title>a:active,
.panel-faq .panel-title>a:focus {
  color: inherit;
  text-decoration: none;
  display: block;
}

.panel-default {
  /*border: none;*/
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  /*border: none;*/
}

.panel-faq .panel-body p {
  margin: 10px 0;
}

.panel-faq .collapse.in {
  display: block;
  visibility: visible;
}

.faq-list {
  margin: 0;
  padding: 0;
}

.faq-list li {
  list-style: none;
}

.faq-list li .fa {
  color: #f00;
  font-size: 14px;
  margin-right: 10px;
}

.faq-list .faq-item-image {
  position: relative;
  width: 100%;
  text-align: center;
}

.faq-list .faq-item-image img {
  display: block;
}

.faq-1 .item {
  margin-bottom: 70px;
}

.faq-1 .item .question {
  position: relative;
  padding-left: 40px;
  font-size: 1.714em;
  line-height: normal;
  margin-bottom: 30px;
}

.faq-1 .item .question:before {
  content: "\f059";
  color: #FF0000;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
}

.faq-1 .item .answer {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

.faq-1 .item .answer:before {
  content: "\f064";
  color: #c9c9c9;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
}

.box-faq {
  padding: 30px;
  background-color: #c9c9c9;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.box-faq .title {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

/* 6.5 - Skills */
#skills {
  background-color: #f7f9fb;
}

.progress-bar-2 .skill {
  margin-bottom: 30px;
}

.progress-bar-2 .skill h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.progress-bar-2 .skill p {
  font-family: "Montserrat",'Microsoft JhengHei',  sans-serif;
  letter-spacing: 1px;
  color: #272727;
  line-height: 22px;
  margin: 0 0 5px;
  font-size: 14px;
}

.progress-bar-2 .skill>div {
  width: 100%;
  height: 8px;
  position: relative;
  background-color: #e8ecef;
}

.progress-bar-2 .skill>div div {
  background-image: -o-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  height: 100%;
  color: #fff;
  text-align: right;
  width: 0;
}

.progress-bar-2 .skill>div span {
  position: absolute;
  top: -31px;
  font-family: "Montserrat",'Microsoft JhengHei',  sans-serif;
  letter-spacing: 1px;
  color: #777;
  line-height: 22px;
  margin: 0 0 5px;
  font-size: 14px;
}

.progress-bar-2 .skill>div span {
  display: none !important;
}

.progress-bar-2 .skill>div span:first-child {
  display: block !important;
}

.progress-bar-2.progress-bar-right {
  text-align: right;
}

.progress-bar-2.progress-bar-right .skill>div div {
  float: right;
}

.progress-bar-2.progress-bar-right .skill>div span {
  left: 0;
}

.progress-bar-2.progress-bar-left {
  text-align: left;
}

.progress-bar-2.progress-bar-left .skill>div div {
  float: left;
}

.progress-bar-2.progress-bar-left .skill>div span {
  right: 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 26px;
}

#doughnut,
#doughnut2,
#doughnut3,
#doughnut4 {
  position: absolute;
}

#skill1,
#skill2,
#skill3,
#skill4 {
  position: relative;
}

/* 6.6 - Partners */
.swiper-partners-container-1 .swiper-slide,
.item-partner {
  opacity: 0.5;
}

.black-overlay-2 .swiper-partners-container-1 .swiper-slide,
.black-overlay-2 .item-partner,
.color-gradient .swiper-partners-container-1 .swiper-slide,
.color-gradient .item-partner,
.black-overlay .swiper-partners-container-1 .swiper-slide,
.white .swiper-partners-container-1 .swiper-slide {
  opacity: 1;
}

.swiper-partners-container-1 .swiper-slide:hover,
.item-partner:hover {
  opacity: 1;
}

.item-partner {
  padding: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 6.7 - Team */
.team-1 .team-photo {
  display: block;
  max-width: 160px;
  margin: 0 auto;
  margin-bottom: 25px;
  background: #ededed;
  border-radius: 50%;
  border: 8px solid #FFF;
}

.team-1 .team .heading-after {
  border-color: #ffffff;
}

.team-1 .team .heading-after:before {
  background-color: #ffffff;
}

.team-1 .team .heading-after span {
  background-color: #ffffff;
}

.team-1 .team .heading-after:after {
  background-color: #ffffff;
}

.team-1 {
  position: relative;
  padding: 40px 25px;
  max-width: 395px;
  margin: 0 auto 30px;
  background: #fff;
  border: 1px solid #ededed;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: none;
}

.team-1:hover {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.team-1 .media {
  position: relative;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  margin: 0 auto 10px;
}

.team-1 .body {
  margin-top: 110px;
  margin-bottom: 57px;
  overflow: hidden;
  color: #575757;
}

.team-1:hover .body {
  color: #ffffff;
}

.team-1 .title {
  left: 0;
  z-index: 1;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  color: #002e5a !important;
}

.team-1 .position {
  margin-top: 15px;
  margin-bottom: 13px;
  color: #55acee !important;
  font-size: 14px;
}

.team-content-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.team-1 ul.social-links {
  margin-top: 20px;
  margin-left: 0;
}

.team-1 ul.social-links li {
  margin: 0;
}

ul.social-links li:before {
  content: none;
}

ul.social-links li {
  margin-bottom: 0;
}

.team-1 ul.social-links li a {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #e9edf0;
}

/*v2*/
.team-2 {
  position: relative;
  max-width: 395px;
  margin: 0 auto 30px;
}

.team-icon-area {
  position: relative;
  margin-bottom: 15px;
}

.team-content-area {
  background: #fff;
  padding: 35px;
  text-align: center;
}

.team-2 .title {
  margin-bottom: 10px;
  font-size: 16px;
}

.team-2-overlay {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 0;
}

.team-2:hover .team-2-overlay {
  opacity: 1;
}

.team-2-overlay ul.social-links {
  margin: 0;
  width: 100%;
  padding: 0;
  display: inline-block;
  list-style-type: none;
}

.team-2-overlay .social-links a {
  color: #2154cf;
}

.team-2 .team-photo {
  position: relative;
}

.team-2 .position {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  color: #55acee;
}

.team-2 .team-icon-area {
  margin: 0;
}

.team-2 ul.social-links li a {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  text-shadow: none;
}

.team-2 ul.social-links li {
  margin-right: 5px;
}

.team-2 ul.social-links li a span:before {
  font-weight: 700;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  color: #2154cf !important;
  background-image: -o-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
}

.team-2 ul.social-links li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-2 ul.social-links li a:hover {
  background: transparent;
}

.team-2 ul.social-links li a:hover:after {
  opacity: 1;
}

.team-2 ul.social-links li a:hover span:before {
  background: none;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: #fff !important;
  color: #fff !important;
}

/* 6.8 - Facts */
#facts {
  position: relative;
}

.facts-2 {
  padding-bottom: 25px;
}

.box-icon-3 i {
  margin-right: 15px;
  font-size: 38px;
}

.box-icon-3 h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.box-icon-3 h4 {
  margin-top: 15px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 5px;
}

.box-icon-3 .box-icon-top {
  margin-bottom: 10px;
}

/* 6.9 - Portfolio */
#portfolio {
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}

#portfolio>.container-fluid,
#portfolio>.container-fluid>.row,
#portfolio>.container-fluid>.row>.col-sm-12.col-md-12 {
  margin: 0;
  padding: 0;
}

#portfolio>.container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}

#portfolio.portfolio-parallax>.container-fluid {
  padding-top: 0;
}

#portfolio.portfolio-parallax .section-heading-1 h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

#portfolio.portfolio-parallax>.container-fluid:first-child {
  padding-top: 80px;
}

.portfolio-parallax .section-heading-1 .small-heading {
  color: #999;
  margin-bottom: 20px;
  font-size: 14px;
}

.portfolio-parallax .section-heading-1 .btn-primary {
  margin-top: 15px;
}

.portfolio-parallax .section-heading-1 {
  margin-bottom: 45px;
}

.portfolio_filter {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

.portfolio_filter li {
  display: table-cell;
}

.portfolio_filter li:before {
  content: none;
}

.portfolio_filter li a {
  color: #c9c9c9;
  letter-spacing: 1px;
  display: inline-block;
  width: 90px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio_filter li:first-child a {
  border-radius: 3px 0 0 3px;
}

.portfolio_filter li:last-child a {
  border-radius: 0 3px 3px 0;
}

.portfolio_filter li a:hover,
.portfolio_filter li a.active {
  color: #272727;
}

.overlay-portfolio-info {
  display: flex;
  align-items: center;
  text-align: center;
  /*  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  padding: 15px;
  color: #fff;
  /*background: rgba(255, 255, 255, 0.8);*/
  z-index: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  /*cursor: pointer;*/
  opacity: 1;
  margin-bottom: 20px;
}

.overlay-portfolio-info:hover {
  opacity: 1;
}

.single-portfolio {
  padding: 45px;
  padding-left: 15px;
  max-height: 515px;
  overflow: hidden;
  overflow-y: auto;
}

.portfolio-item-content {
  width: 100%;
}

.portfolio-item-content h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.portfolio-item-content p {
  margin-bottom: 0;
  color: #000000;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
}


.pd-card a img,
.pd-card a:hover h3,
.pd-card a:hover p {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}



.pd-card a:hover img {
  opacity: .7;
}

.pd-card a:hover p {
  color: #666;
}

.pd-card a:hover h3 {
  color: #55acee;
}


.swiper-slide .pd-card .overlay-portfolio-info {
  margin-bottom: 0px;
}




.grid-item,
.grid-sizer {
  width: 33.33333333%;
}

.grid-item {
  float: left;
}

.grid-item a img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.grid-item a:hover img {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.gutter-sizer {
  width: 2%;
}

.grid-item-v1,
.grid-sizer-v1 {
  width: 33.33333333%;
  min-height: 253px;
}

.grid-item-v2,
.grid-sizer-v2 {
  width: 33.33333333%;
  min-height: 260px;
}

.grid-item-v3,
.grid-sizer-v3 {
  width: 25%;
  min-height: 360px;
}

.grid-item-v2-height2 {
  min-height: 450px;
}

.grid-v1,
.grid-v2 {
  margin-left: -15px;
  margin-right: -15px;
}

.grid-v1 .grid-item-v1,
.grid-v2 .grid-item-v2,
.grid-v3 .grid-item-v3 {
  float: left;
  position: relative;
}

.grid-v1 .grid-item-v1 a,
.grid-v2 .grid-item-v2 a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  margin: 0 15px 30px 15px;
}

.grid-v3 .grid-item-v3 a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.grid-v1 .grid-item-v1 a img,
.grid-v2 .grid-item-v2 a img,
.grid-v3 .grid-item-v3 a img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.grid-v1 .grid-item-v1:hover img,
.grid-v2 .grid-item-v2:hover img,
.grid-v3 .grid-item-v3:hover img {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.grid-v1 .grid-item-v1--width2x,
.grid-v2 .grid-item-v2--width2x {
  width: 50%;
}

.grid-v3 .grid-item-v3--width2x {
  width: 50%;
}

.grid-item-v4 {
  height: 560px;
}

@media (max-width: 991px) {

  .grid-item,
  .grid-sizer {
    width: 33.33333333%;
  }

  .grid-item-v3,
  .grid-sizer-v3 {
    min-height: 290px;
  }

  #services-2 .section-col-left,
  #info-photo .section-col-photo {
    position: relative;
    width: 100%;
    height: 450px;
  }

  .transform-logo {
    transform: unset !important;
  }

  .about-logo {
    max-width: 80% !important;
    margin-bottom: 25px !important;
  }
}

@media (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }

  .grid-item,
  .grid-sizer {
    width: 50%;
  }

  .grid-item-v2,
  .grid-sizer-v2 {
    width: 50%;
  }

  .grid-item-v2,
  .grid-item-v2-height2 {
    min-height: 305px;
  }

  .grid-item-v1,
  .grid-sizer-v1 {
    width: 50%;
  }

  .hide-search-container {
    display: none;
  }
}

@media (max-width: 480px) {
  .top-fix {
    padding-top: 0px !important;
  }

  .item-partner {
    max-width: 300px;
    margin: 0 auto;
  }

  .grid-item,
  .grid-sizer {
    width: 100%;
  }

  .grid-item-v2,
  .grid-sizer-v2 {
    width: 100%;
  }

  .grid-item-v3,
  .grid-sizer-v3 {
    width: 100%;
  }

  #index_links a {
    font-size: 14px !important;
  }

  .timeline {
    padding: 22px 30px !important;
  }

  .timeline .event:after {
    left: -36.85px !important;
  }

}

@media (max-width: 425px) {

  .grid-item-v1,
  .grid-sizer-v1 {
    width: 100%;
  }

  .grid-item-v1--width2x {
    width: 100% !important;
  }
}

.popup-with-zoom-anim,
.popup-gallery-zoom,
.grid-item-v3,
.grid-item-v1 {
  background-position: center;
  background-size: cover;
}

/*portfolio popout info*/
.white-popup-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.white-popup-block .detail-list {
  padding: 0;
  background: none;
}

.modal-center {
  position: absolute;
  top: 50%;
  right: 50%;
  padding: 0;
  margin: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  background: #fff;
}

.modal-content {
  background-color: transparent;
}

.mfp-auto-cursor .mfp-content {
  height: 100%;
}

.mfp-container {
  position: fixed;
  top: 0;
  padding: 0;
  margin: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: absolute;
  background: #000000;
  opacity: .9;
}

.mfp-close {
  width: 42px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 48px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:active {
  top: 20px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: .8;
}

/**
 * Fade-zoom animation for first dialog
 **/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.popup-progect-title {
  margin-bottom: 25px;
  font-size: 42px;
}

.detail-list li {
  margin-bottom: 10px;
}

.detail-list li:before {
  content: none;
}

.detail-list span {
  font-weight: 700;
  margin-right: 5px;
  color: #272727;
}

/*popout gallery slider*/
/* 6.10 - Prices */
.price-detail .price-detail-heading {
  font-size: 16px;
  color: #0071BC;
  font-weight: 700;
  padding: 20px 0;
}

.price-detail .price-detail-body {
  background-color: #c9c9c9;
  border-top: 2px solid #575757;
  padding: 20px 40px 20px 20px;
}

.price-detail .price-detail-body .item {
  padding: 5px;
}

.price-detail .price-detail-body .item:after {
  clear: both;
  width: 100%;
  display: block;
  content: '';
}

.price-detail .price-detail-body .item-name {
  float: left;
}

.price-detail .price-detail-body .fa {
  margin-right: 10px;
  color: #575757;
  font-size: 16px;
}

.price-detail .price-detail-body .item-price {
  float: right;
  color: #666666;
  font-weight: 700;
}

.more-about-price {
  text-align: center;
  margin-top: 40px;
}

.more-about-price a {
  color: #575757;
  font-weight: 700;
}

.item-price {
  position: relative;
  max-width: 395px;
  margin: 0 auto 30px;
  background: #fff;
  border: 1px solid #ededed;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-head {
  padding: 35px;
  background: #002e5a;
  border-radius: 3px 3px 0 0;
}

.item-price .body {
  margin-top: 45px;
  color: #272727;
  font-weight: 500;
}

.item-price .body.white {
  color: white;
}

.item-price .btn-primary {
  margin-top: 45px;
  width: 100%;
  background: #002e5a !important;
  color: #fff !important;
}

.item-price .btn-primary.color-gradient {
  color: #fff !important;
  background: none !important;
  background-image: -o-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -ms--linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -moz-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
}

.primary-price .btn-primary {
  text-shadow: none;
}

.price-head h3 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.price-head.color-gradient h3 {
  color: #fff;
}

.price-wrap {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.price-num {
  font-size: 44px;
  font-weight: 700;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  color: #fff;
}

.price-num span {
  font-size: 14px;
}

.item-price ul {
  margin: 0;
  padding: 0;
}

.item-price ul li {
  list-style: none;
  padding-top: 13px;
  padding-bottom: 0px;
}

.item-price ul li {
  padding: 15px 35px 15px 35px;
  margin-bottom: 0;
}

.item-price ul li:nth-child(odd) {
  background: #f2f2f2;
}

.item-price ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #55acee;
  margin-right: 10px;
  font-size: 15px;
  text-shadow: none;
}

/* 6.11 - Cta */
#cta {
  position: relative;
  display: flex;
  align-items: center;
}

#cta .subheading {
  margin-top: 20px;
  margin-bottom: 0;
}

.free-cons {
  position: relative;
  padding: 65px 55px;
  z-index: 1;
  margin-top: -65px;
  border-radius: 3px;
  overflow: hidden;
}

.free-cons form {
  display: flex !important;
}

/* 6.12 - Testimonials */
.box-testimony {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 680px;
  border-radius: 3px;
}

.quote-box-top {
  display: flex !important;
  margin-top: 35px;
}

.box-testimony .quote-box blockquote {
  padding: 0;
  background-color: transparent;
  margin: 0;
  border-left: 0;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
}

.testimonial-photo .owl-controls {
  display: none;
}

.testimonial-text-content {
  padding: 35px;
}

.box105 {
  margin-right: 20px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}

.box105 img {
  position: relative;
  z-index: 1;
}

h4.testi-author {
  display: block;
  margin-top: 13px;
  margin-bottom: 2px;
  color: #002e5a;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.author-position {
  display: flex-row;
}

.swiper-testimonial-container {
  position: relative;
}

.swiper-testimonial-container-2 .box-testimony .quote-box blockquote {
  margin-top: 25px;
  padding: 0;
  background-color: transparent;
  border-left: 0;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  color: #002e5a;
  font-size: 16px;
}

.swiper-testimonial-container-2 .box-testimony {
  padding: 45px;
  margin-bottom: 15px;
  background-color: #f2f2f2;
  text-shadow: none;
}

.swiper-testimonial-container-2 .box-testimony:after {
  content: "\f10e";
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 45px;
  right: 45px;
  font-size: 46px;
  color: rgba(0, 62, 108, 0.15);
}

.swiper-testimonial-container-2 .quote-box-top {
  margin: 0;
}

.swiper-testimonial-container-2 .box-testimony .author-position {
  font-weight: 600;
  color: #55acee;
}








.swiper-testimonial-container-3 .box-testimony .quote-box blockquote {
  margin-top: 25px;
  padding: 0;
  background-color: transparent;
  border-left: 0;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  color: #002e5a;
  font-size: 16px;
}

.swiper-testimonial-container-3 .box-testimony {
  padding: 35px;
  margin-bottom: 15px;
  background: #f2f2f2;
  text-shadow: none;
}

.swiper-testimonial-container-3 .box-testimony:after {
  content: "\f10e";
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 26px;
  color: rgba(0, 62, 108, 0.15);
}

.swiper-testimonial-container-3 .quote-box-top {
  margin: 0;
}

.swiper-testimonial-container-3 .box-testimony .author-position {
  font-weight: 600;
  color: #55acee;
}







/* 6.13 - Blog */
.pad.home>.container,
.pad.home>.container-fluid {
  padding-bottom: 65px;
}

.blog-item {
  margin: 0 auto 65px;
}

.blog-1 {
  position: relative;
}

.blog-1 .blog-item-thumbnail img {
  width: 100%;
  border-radius: 3px;
}

.blog-1 .blog-meta {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  padding: 13px 15px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  overflow: hidden;
  color: #fff;
  background-color: #002e5a;
}

.blog-1 .standart-item .blog-meta {
  top: 0;
  left: 15px;
}

.blog-1 .standart-item {
  padding-left: 105px;
}

.standart-item-thumbnail {
  margin-bottom: 30px;
}

.blog-1 .standart-item .blog-title a {
  font-size: 24px;
}

.date-day {
  font-family: 'Muli','Microsoft JhengHei';
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
}

.date-month {
  font-weight: 700;
  font-size: 14px;
}

.blog-1 .blog-meta .date {
  color: #c9c9c9;
}

.blog-1 .blog-meta .author img {
  width: 25px;
  margin-top: 2px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}

.blog-1 .blog-category a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .5px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 4px 15px;
  background: #2154cf;
  border-radius: 30px;
  color: #fff;
}

.blog-1 .blog-title {
  margin-bottom: 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blog-1 .blog-title a {
  color: #002e5a;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: 1px;
  margin-bottom: 18px;
  font-weight: 600;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.post-cat {
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 14px;
  letter-spacing: 2px;
}

.blog-1 .blog-title h3 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.blog-1 .blog-category a:hover {
  opacity: .8;
}

.blog-1 .blog-date a:before {
  content: "\f017";
  margin-right: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

.blog-1 .blog-comments a:before {
  content: "\f0e6";
  margin-right: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

.blog-1 .blog-title a:hover {
  color: #55acee;
}

.blog-1 .permalink {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(27, 26, 37, 0.8);
  z-index: -1;
  cursor: pointer;
}

.blog-1 .more-btn {
  margin: 15px 0 0 0;
}

.blog-1 .blog-item-content {
  position: relative;
  padding-top: 30px;
  padding-left: 75px;
}

/*blog item-v1*/
.blog-item-v1 {
  padding: 45px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  position: relative;
  z-index: 0;
}

.blog-item-v1:hover .tizer {
  opacity: 1;
}

.blog-item-v1 .blog-category {
  margin-top: auto;
  margin-bottom: 10px;
}

.blog-item-v1 .blog-item-text {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-item-v1:hover .blog-item-text {
  opacity: 1;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.blog-item-v1:hover .permalink {
  background: rgba(27, 26, 37, 0.98);
}

.blog-meta span {
  display: inline-block;
  margin-right: 15px;
}

span.author {
  color: #272727;
}

.blog-title a {
  color: #fff;
}

.blog-category a:hover {
  opacity: .8;
}

/* 6.14 - Contact */
.contact-about {
  padding: 35px;
  margin-bottom: 30px;
}

.contact .box-icon-3 {
  margin: 0;
  padding: 0;
}

.contact .box-icon-3 h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact .box-icon-3 span {
  font-family: 'Open Sans','Microsoft JhengHei',  sans-serif;
}

.contact .box-icon-3:first-child {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ededed;
}

.contact-text {
  margin-bottom: 35px;
}

.contact-info-box {
  margin: 20px 0 10px;
  color: #272727;
  font-weight: 500;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  font-size: 14px;
}

.contact-info-box i {
  margin-right: 10px;
}

.contact-info ul.social-links {
  margin-bottom: 35px;
}

ul.social-links {
  margin-top: 35px;
  padding: 0;
  list-style-type: none;
}

ul.social-links li {
  line-height: 1.8;
  display: inline-block;
  margin-right: 10px;
}

ul.social-links li a {
  list-style: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.contact-wrap ul.social-links i {
  color: #fff;
  margin-right: auto;
}

.hotspots {
  position: relative;
}

.trigger {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 8px;
  background: #2154cf;
  color: #ffffff !important;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: all;
  transition: box-shadow 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hotspots .trigger:hover {
  /*box-shadow: 0 0 0 5px rgba(97, 173, 246, 0.45);*/
}

.hotspots .trigger {
  cursor: initial;
  top: 70%;
  left: 25%;
}

.hotspots .trigger:nth-child(2) {
  top: 23%;
  left: 13%;
}

.hotspots .trigger:nth-child(3) {
  top: 69%;
  left: 30%;
}

.hotspots .trigger:nth-child(4) {
  top: 55%;
  left: 52%;
}

.hotspots .trigger:nth-child(5) {
  top: 29%;
  left: 60%;
}

.hotspots .trigger:nth-child(6) {
  top: 44%;
  left: 80%;
}

.hotspots .trigger:nth-child(7) {
  top: 78%;
  left: 87%;
}

.contact-modal {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 900px;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

.contact-modal-left,
.contact-modal-right {
  display: table-cell;
  height: 100%;
  padding: 0;
}

.contact-modal-left {
  height: 510px;
}

.contact-modal-left h3,
.contact-modal-right h3 {
  margin-top: 0;
}

.contact-modal-right {
  padding: 45px;
  max-height: 520px;
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
}

.contact .btn-primary {
  margin-top: 0;
}

/* 6.15 - Maps */
.maps {
  width: 100%;
  height: 450px;
  display: block;
  background: #ccc;
  position: relative;
}

/* 6.16 - Footer */
.footer {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.footer a {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 2px;
}

.footer a:hover {
  color: #55acee;
}

.footer-col h4 {
  color: #af8935;
  /*padding-bottom: 30px;
    margin-bottom: 35px;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #dab86e !important;
}

ul.footer-list li {
  margin-bottom: 5px;
}

.footer ul.social-links {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer ul.social-links li a {
  display: block;
  margin-right: 5px;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 21px;
  line-height: 1;
}

.footer ul.social-links li a:hover {
  color: #55acee;
}

.footer .logo {
  display: inline-block;
  margin-bottom: 30px;
}

.fcopy {
  background: #000;
}

.fcopy .container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  font-weight: 400;
  font-size: 13px !important;
  color: #fff !important;
  border-top: 2px solid rgba(237, 237, 237, 0.02);
}

.fcopy .container a {
  color: #fff;
}

.footer .newsletter form {
  margin-top: 25px;
}

/**
 * 7. - PAGES
 * -----------------------------------------------------------------------------
 */
/* 7.1 - Pages */
.breadcrumb {
  margin-bottom: 25px;
  padding: 0;
  background: 0;
  font-size: 16px;
  font-weight: 500;
  color: #f2f2f2;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
}

.breadcrumb a {
  color: #ffffff;
}

.breadcrumb a:hover {
  color: #55acee;
}

.v-line {
  padding: 0px 7px;
}

.page .section-heading-1 h2 {
  font-size: 46px;
}

#page-info {
  position: relative;
  padding: 200px 0 140px;
}

#page-info>.container-fluid {
  position: relative;
  z-index: 1;
}

.page-heading-1 h1 {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}

.page-heading-1 p {
  color: #ffffff;
  font-family: 'Muli','Microsoft JhengHei', ;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 17px;
}

.pagination {
  display: block;
  margin-top: 5px;
}

.pagination * {
  display: inline-block;
}

.page-number {
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  border-radius: 2px;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  text-transform: uppercase;
  background: #f2f2f2;
}

span.page-number {
  background-image: -o-linear-gradient(0deg, rgba(100, 66, 255, 0.9) 0%, rgba(143, 16, 254, 0.9) 100%);
  background-image: -ms--linear-gradient(0deg, rgba(100, 66, 255, 0.9) 0%, rgba(143, 16, 254, 0.9) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(100, 66, 255, 0.9) 0%, rgba(143, 16, 254, 0.9) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(100, 66, 255, 0.9) 0%, rgba(143, 16, 254, 0.9) 100%);
  background-image: linear-gradient(0deg, rgba(100, 66, 255, 0.9) 0%, rgba(143, 16, 254, 0.9) 100%);
}

a.page-number:hover {
  color: #55acee;
}

/* 7.4 404*/
.page-404 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 7.5 Coming soon*/
.coming-soon {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon .small-heading {
  margin-bottom: 55px;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}

.coming-soon .social-links a {
  font-size: 21px;
}

#countdown div span {
  display: block;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: initial;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #ffffff;
}

#countdown div {
  display: inline-block;
  font-size: 114px;
  font-weight: 800;
  line-height: 1;
}

.count-area {
  margin-bottom: 40px;
}

/* 7.6 - Services */
.service-column.widget {
  padding: 0px;
  background: none;
}

.service-column li {
  margin-bottom: 0;
  padding: 15px 20px;
  background: #f1f2f6;
}

.service-column li a {
  font-weight: 600;
  color: #002e5a;
}

.service-column li a:hover {
  color: #55acee;
}

.service-column li:nth-child(2n) {
  background: #f9f9f9;
}

/* 7.7 Portfolio*/
.portfolio-single-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.share-project,
.detail-list {
  padding: 12px 35px;
  background: #00000014;
}

#blog .share-project {
  margin-top: 15px;
}

.share-project>span {
  display: inline-block;
  color: #002e5a;
  font-size: 14px;
  font-weight: 800;
  margin-right: 20px;
}

.share-project .social-links {
  display: inline-block;
  margin-top: 0;
}

.share-project .social-links li {
  margin-left: 7px;
}

.share-project .social-links a {
  color: #272727;
  font-size: 16px;
  width: auto;
  height: auto;
}

.share-project .social-links a:hover {
  color: #55acee;
}

#portfolio.page {
  padding: 0;
}

/* 7.8 Portfolio single*/
.page-portfolio .work-detail h3 {
  margin-top: 0;
}

.portfolio-description h3 {
  margin-top: 0;
}

.single-portfolio h3,
.modal-address h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.single-portfolio h3:first-child,
.modal-address h3:first-child {
  margin-top: 0px;
}

.work-thumd {
  padding: 65px 0;
}

.work-detail {
  padding-top: 65px;
  background-color: #242331;
}

.work-detail>.container {
  padding-bottom: 55px;
}

.work-link {
  display: inline-block;
  padding: 25px 0;
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  text-transform: uppercase;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
}

.work-link span {
  display: inline-block;
  padding: 0 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work-link:hover span {
  padding: 0 12px;
}

.related-works {
  padding: 20px 0 10px;
  background: #f1f2f6;
}

.related-works-title {
  margin-bottom: 14px;
}



.related-works .swiper-works-container.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin-top: 7px;
}






.work-title {
  margin: 35px 0 25px;
}

.related-works .grid-item-v1 {
  width: 100%;
  min-height: 260px;
}

.swiper-works-container.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin-top: 45px;
}

/* 7.9 Faq*/
#faq {
  background-color: #f7f9fb;
}

#faq h3 {
  margin-top: 0;
}

.panel-group h2 {
  margin-top: 65px;
  margin-bottom: 35px;
}

.panel-group:first-child h2 {
  margin-top: 0;
}

/* 7.10 Blog single*/
.single .blog-item-v2 {
  margin-bottom: 0;
}

.blog-single .blog-title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 25px;
  font-weight: 600;
  color: #002e5a;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
}

.post-bottom-title-heading {
  margin-top: 0px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 600;
  font-weight: 700;
  letter-spacing: 1px;
}

/*author box*/
.author-box {
  display: table;
  padding: 35px;
  margin-bottom: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: #f1f2f6;
}

.author-box .media-heading {
  margin-bottom: 10px;
}

.author-box .media {
  display: table-cell;
  vertical-align: top;
  width: 105px;
  border-radius: 50%;
}

.author-box .body {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}

.media-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  color: #ffd372 !important;
}

/*post navigation*/
.post-navigation {
  margin: 45px 0;
}

.prev {
  width: 50%;
  float: left;
  border-right: #ededed solid 1px;
}

.next {
  width: 50%;
  float: right;
  text-align: right;
}

.content-next>a {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  color: #c9c9c9;
}

.content-next h5 a {
  color: #002e5a;
}

.content-next h5 a:hover {
  color: #55acee;
}

.next .img {
  width: 65px;
  float: right;
  margin-left: 25px;
}

.prev .img {
  width: 65px;
  float: left;
  margin-right: 25px;
}

/*related posts*/
.related-post {
  margin-bottom: 5px;
}

.related-post .blog-item-content {
  position: relative;
  padding-top: 25px;
  padding-left: 0;
}

.related-post .blog-title {
  margin-bottom: 5px;
}

.blog-1 .related-post .blog-title a {
  font-size: 18px;
}

.related-post .blog-meta {
  margin: 5px 0 0;
}

/*comments*/
.comments-box .media {
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

.comments-box .media .media-left {
  width: 80px;
  display: inline-table;
  float: left;
  padding-right: 0;
  border-radius: 50%;
  overflow: hidden;
}

.media-body {
  padding-left: 30px;
  display: table-cell;
  vertical-align: top;
}

.comments-box .media.reply-comment {
  margin-left: 40px;
}

.comments-box .date {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #c9c9c9;
  font-weight: 400;
  font-size: 12px;
}

.reply {
  float: right;
}

.reply a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 12px;
  color: #fff !important;
  border-radius: 2px;
}

.form-comments {
  margin-top: 65px;
}

/*SIBEBAR*/
.sidebar a {
  color: #272727;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Montserrat','Microsoft JhengHei',  'Noto Sans TC';
  letter-spacing: 1px;
  text-transform: capitalize;
}

.sidebar a:hover {
  color: #55acee;
}

.widget {
  padding: 0 45px;
  /*background: #f1f2f6;*/
  margin-bottom: 30px;
}

.sidebar .title {
  margin-top: 40px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-bottom: 7px;
  font-size: 20px;
  letter-spacing: 2px;
}

.sidebar .title:first-child {
  margin-top: 0px;
}

ul.sidebar-list li:before {
  content: "";
  display: inline-block;
  margin-bottom: 0px;
  background: #a2a9c5;
  width: 8px;
  height: 8px;
  line-height: 2px;
  font-weight: 400;
  margin-right: 10px;
  border-radius: 1px;
}

ul.sidebar-list li {
  margin-bottom: 10px;
}

.tags-list a {
  display: inline-block;
  margin-right: 2px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 5px 18px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  font-size: 12px;
  color: #272727;
  border-radius: 30px;
}

.tags-list a:hover {
  background-color: #55acee;
  color: #ffffff;
}

.blog-item-v2 .tags-list {
  margin-top: 25px;
}

.blog-item-v2 .tags-list a {
  margin-right: 20px;
  padding: 0;
  background: transparent;
  border: none;
}

.blog-item-v2 .tags-list a:before {
  content: "\f02c";
  margin-right: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 4.4. NEWSLETTER */
.newsletter-bg {
  position: relative;
  padding: 45px;
  background: #f8f8f8;
  z-index: 1;
}

.newsletter h3 {
  margin: 0 0 8px;
  font-size: 28px;
}

.newsletter form {
  display: flex !important;
  margin-top: 5px;
}

.newsletter .form-control {
  width: 100%;
}

.newsletter input.form-control,
.newsletter input[type=password].form-control,
.newsletter input[type=email].form-control,
.newsletter input[type=text].form-control,
.newsletter textarea.form-control {
  padding-right: 75px;
}

.newsletter input.form-control:focus,
.newsletter input[type=password].form-control:focus,
.newsletter input[type=email].form-control:focus,
.newsletter input[type=text].form-control:focus,
.newsletter textarea.form-control:focus {
  box-shadow: none;
}

.newsletter button {
  margin: 0;
  margin-left: -76px;
  padding: 0 30px;
  border-radius: 30px;
  font-size: 19px;
  color: #ffffff;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsletter button:hover {
  color: #55acee;
}

.newsletter button:before,
.newsletter button:before {
  border-radius: 30px;
  background: transparent;
}


/*LINK*/
.link .col-md-6 {
  margin-top: 15px;
}

.link .section-heading:last-child h2 {
  margin-top: 40px;
}

.link ul.sidebar-list li {
  margin-left: 17px;
  text-indent: -17px;
}

.link ul.sidebar-list li:before {
  border-radius: 8px;
}

/**
 * 8. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
@media (min-width: 1199px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .services-3 .box-icon-1 {
    padding: 35px 25px;
  }

  .box-icon-1 {
    padding: 0px 0px 35px 0px;
  }

  .intro .intro-item-bg {
    padding: 0 15px 25px;
  }

  .grid-item-v1,
  .grid-sizer-v1 {
    min-height: 270px;
  }

  .intro-item-bg {
    padding: 15px;
  }

  .intro-2 .intro-item-bg {
    padding: 35px 15px;
  }

  .info-photo-content-right {
    padding-left: 25px;
  }

  .services-2-content-right {
    padding-left: 25px;
  }

  .banner-icon {
    padding: 6px;
  }

  .grid-item-v3,
  .grid-sizer-v3 {
    width: 33.33333333%;
  }

  .creative-form {
    padding-right: 25px;
  }

}







@media (max-width: 991px) {
  .blog-1 .standart-item {
    padding-left: 0 !important;
  }

  .disc-text {
    padding: 15px 15px !important;
    border-left: 0 !important;
  }


  .pd-list .grid-item-v1 {
    height: 430px !important;
  }


  #blog .widget {
    padding: 0 0px;
  }

  #blog.sitemap .widget {
    padding: 1px 20px;
  }
}



@media (min-width: 1201px) {

  .navbar-main .dropdown-menu {
    color: #fff !important;
    background: none !important;
    background-image: -o-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
    background-image: -ms--linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
    background-image: -moz-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
    background-image: -webkit-linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
    background-image: linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;
    text-shadow: 0 1px 3px rgba(2, 6, 32, 0.3);
  }

  #about-us .nav-tabs {
    margin-right: 15px;
  }

  .header-style-2 .sticky {
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  .navbar-collapse.collapse {
    float: right;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
  }

  .navbar-nav>li>a {
    padding: 30px 10px;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: -5px;
    margin-left: 0;
  }

  li.dropdown:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .navbar-nav>li>ul>li>a .caret {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media (max-width: 992px) {
  .item-price {
    margin: 0 auto 55px;
  }

  .services-1.home .item {
    margin-bottom: 45px;
  }

  .section-heading-1 p,
  .section-heading-2 p {
    margin-bottom: 45px;
  }

  .services-3.home {
    margin-top: -80px;
  }

  .skill-progress {
    margin-top: 45px;
  }

  .mfp-close-btn-in .mfp-close {
    color: #55acee;
  }

  .creative-form form {
    padding: 45px;
  }

  .portfolio-single .swiper-portfolio-container {
    margin-bottom: 25px;
  }

  .img-service {
    display: none;
  }

  .desc-service {
    padding: 25px;
  }

  .hotspots {
    margin-top: 45px;
  }

  .panel-group {
    margin-bottom: 50px;
  }

  .modal-center {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }

  .single-portfolio {
    max-height: 2000px;
    padding: 15px;
    padding-top: 35px;
    overflow: hidden;
  }

  .grid-item-v4 {
    height: 420px;
  }

  .top-menu-info {
    padding: 0 20px;
  }

  .header-style-3 .get-btn {
    display: none;
  }

  .work-step {
    margin-bottom: 45px;
  }

  .skill>div {
    margin-bottom: 20px;
  }

  .skill>div.text-center {
    margin-bottom: 30px;
  }

  .skill h5 {
    margin-bottom: 10px;
  }

  .footer .col-md-3 {
    margin-bottom: 55px;
  }

  .footer .col-md-3:last-child {
    margin-bottom: 0px;
  }

  .sidebar {
    margin-top: 55px;
    padding: 15px;
  }

  .portfolio-single .sidebar {
    margin-top: 25px;
  }

  .section.pad>.container,
  .section.pad>.container-fluid {
    padding-top: 85px;
    padding-bottom: 85px;
    position: relative;
    z-index: 1;
  }

  .section-heading.section-margin {
    margin-bottom: 25px;
  }

  .pad.home>.container,
  .pad.home>.container-fluid {
    padding-bottom: 35px;
  }

  .services-2-content-right {
    padding-left: 0px;
  }

  .padding-left {
    padding-left: 15px;
  }

  .padding-right {
    margin-bottom: 45px;
    padding-right: 15px;
  }

  .text-right {
    text-align: left !important;
  }

  .work-pagination .text-right {
    text-align: right !important;
  }

  #services-2 .section-col-bg,
  #info-photo .section-col-bg {
    position: relative;
    width: 100%;
  }

  .banner-text {
    width: 100%;
  }

  .page-portfolio .single-portfolio {
    margin-top: 0;
    margin-bottom: 45px;
  }

  .overlay-portfolio-info {
    padding: 15px;
  }

  .creative-form form {
    margin: 0 0 45px;
    padding: 60px 70px;
  }

  .creative-form {
    padding-right: 15px;
  }

  #creative-form-block {
    margin: 0;
  }
}

@media only screen and (max-width: 1200px) {

  #services-2 .section-col-left,
  #info-photo .section-col-photo {
    min-height: 350px;
    height: auto;
  }

  .services-50-left .item {
    height: 200px;
  }

  #cta .subheading {
    margin-bottom: 45px;
  }

  .intro .intro-item-bg {
    margin-bottom: 15px;
  }

  .intro .intro-item-bg:last-child {
    margin-bottom: 0;
  }

  .grid-item-v3,
  .grid-sizer-v3 {
    width: 50%;
  }

  .search-toggle {
    display: none;
  }

  .navbar-main.sticky {
    height: auto;
    max-height: 100vh;
    overflow-x: hidden;
  }

  .navbar-main .navbar-collapse {
    color: #fff;
    background-image: -o-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
    background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
    background-image: -moz-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
    background-image: -webkit-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
    background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
    margin: 0;
  }

  .navbar-main .dropdown-menu>li a {
    color: #ffffff;
    background: transparent !important;
  }

  li.dropdown .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
  }

  li.dropdown.open .dropdown-menu {
    display: block;
    padding-left: 10px;
  }

  .navbar-main .open .dropdown-menu>li a:hover {
    background-color: transparent;
    color: #ededed;
  }

  .nav .open>a,
  .nav .open>a:focus,
  .nav .open>a:hover,
  .sticky .navbar-nav>li>a:focus,
    {
    background-color: #ffffff;
    border-color: transparent;
    color: #272727 !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 15px 10px 25px;
  }

  .container-nav,
  .header-style-2 .container-nav {
    padding: 0;
  }

  .navbar-header {
    padding: 0 35px;
  }

  .navbar-nav>li>a {
    padding: 20px 25px;
  }

  .navbar-main.sticky li a {
    color: #ffffff;
  }

  .navbar-nav>li>a .caret,
  .navbar-nav>li>ul>li>a .caret {
    position: absolute;
    right: 29px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .header-top {
    display: none;
  }

  #about-us .nav-tabs>li {
    display: block;
  }

  .grid-v1 .grid-item-v1--width2x,
  .grid-v2 .grid-item-v1--width2x {
    width: 100%;
  }

  .grid-v3 .grid-item-v3--width2x,
  .grid-v3 .grid-item-v3--width2x {
    width: 100%;
  }

  .box-icon-3 {
    margin-bottom: 45px;
  }

  .coming-soon .small-heading {
    font-size: 21px;
  }

  .count-area {
    margin-bottom: 35px;
  }

  .coming-soon .small-heading {
    margin-bottom: 25px;
  }

  .big-heading {
    font-size: 58px;
  }

  .normal-heading {
    width: 100%;
    font-size: 32px;
  }

  .free-cons {
    padding: 60px 25px;
  }

  .newsletter form {
    margin-top: 15px;
  }

  .cta .btn-primary {
    float: left;
  }

  .grid-item-v4 {
    height: 320px;
  }

  #countdown div span {
    font-size: 10px;
    font-weight: 500;
  }
}

@media (min-width: 767px) and (max-width: 992px) {

  .grid-item-v1,
  .grid-sizer-v1 {
    min-height: 220px;
  }

  .intro-item-bg {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }

  .intro-item-bg:last-child {
    border-bottom: 0;
  }

  .intro-item-bg:nth-child(3) {
    border-bottom: 0;
  }

  .navbar-nav>li>a {
    padding: 30px 15px;
  }

  .search-toggle {
    padding-left: 25px;
  }

  .team-1 .team-photo {
    max-width: 180px;
    margin-left: auto;
  }

  .grid-v3 .grid-item-v3--width2x {
    width: 33.33333333%;
  }
}



@media (max-width: 991px) {
  .navbar>.container .navbar-brand {
    max-width: 119px !important;
  }

  .navbar-nav>li>a {
    padding: 30px 9px !important;
  }

  .navbar-nav li a {
    font-size: 12px !important;
  }
}




@media (max-width: 767px) {

  .navbar>.container .navbar-brand {
    max-width: unset !important;
  }

  .navbar-nav>li>a {
    padding: 15px 20px !important;
  }

  .navbar-nav li a {
    font-size: 15px !important;
  }

  .navbar-nav>li>.dropdown-menu {
    background-size: cover;
  }

}




@media (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio {
    max-height: 420px;
  }

  .grid-v3 .grid-item-v3--width2x {
    width: 33.33333333%;
  }
}

@media (max-width: 479px) {
  .blog-1 .standart-item .blog-meta {
    display: none;
  }

  .blog-1 .standart-item {
    padding-left: 0;
  }

  .swiper-testimonial-container-2 .box-testimony {
    padding: 25px;
  }

  .swiper-testimonial-container-2 .box-testimony:after {
    top: 25px;
    right: 25px;
  }

  #cta-2 .newsletter input.form-control,
  .newsletter input[type=password].form-control,
  .newsletter input[type=email].form-control,
  .newsletter input[type=text].form-control,
  .newsletter textarea.form-control {
    padding-right: 95px;
  }

  .creative-form form {
    padding: 45px 35px;
  }

  #cta-2 .newsletter .btn-primary {
    margin-left: -80px;
    padding: 15px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .sidebar {
    padding: 0;
  }

  .portfolio-single .sidebar {
    padding: 15px;
  }

  .widget {
    padding: 25px;
  }

  .share-project,
  .detail-list {
    padding: 15px;
  }

  .share-project>span {
    float: none;
  }

  .share-project .social-links a:first-child {
    margin-left: 0;
    padding-left: 0;
  }

  .contact-modal-right {
    padding: 15px;
  }

  .price-head {
    padding: 25px;
  }

  .item-price ul li {
    padding: 15px 25px 15px 25px;
  }

  .panel-default .panel-title:after,
  .panel-default.active .panel-title:after {
    content: none;
  }

  .panel-default.active .panel-title {
    color: #ffffff !important;
    background-image: -o-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
    background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
    background-image: -moz-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
    background-image: -webkit-linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
    background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  }

  .trigger {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
  }

  .fact>div {
    width: 100%;
  }

  .monster-heading {
    font-size: 38px;
  }

  .comments-box .media.reply-comment {
    padding-left: 0px;
  }

  .author-box {
    padding: 30px 15px;
  }

  .author-box .media,
  .comments-box .media .media-left {
    display: block;
  }

  .media-body,
  .author-box .body {
    padding-left: 0;
    padding-top: 25px;
    display: block;
    width: 100%;
  }

  #portfolio .section-heading-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-heading-1 h1 {
    font-size: 36px;
  }

  .big-heading {
    font-size: 34px;
  }

  .testi-author {
    margin-top: 15px;
  }

  .box105 {
    width: 80px;
    height: 80px;
  }

  .panel-title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .panel-group h2 {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .grid-v3 .grid-item-v3--width2x {
    width: 50%;
  }

  .monster-heading {
    font-size: 62px;
  }

  #countdown div {
    font-size: 42px;
  }

  .grid-item-v3,
  .grid-sizer-v3 {
    width: 50%;
  }
}

@media (min-width: 801px) and (max-width: 1199px) {
  .info-photo-content-right {
    padding-left: 25px;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  #countdown div {
    font-size: 76px;
  }
}

.hidden-o {
  opacity: 0;
}

.visible-o {
  opacity: 1;
  /*margin-bottom: 30px;*/
}

@media (max-width: 480px) {
  .scroll-down.absolute-center {
    display: none;
  }

  .services-50-left .item.black-overlay-2:hover .desc {
    height: auto;
  }

  .services-50-left .item {
    height: 200px;
  }

  #info-photo .section-col-photo {
    height: auto;
  }

  .mfp-close {
    right: 0px !important;
    top: 0px !important;
    font-size: 34px;
  }

  .monster-heading {
    font-size: 38px;
    line-height: 1.25;
  }

  .tizer {
    top: 15px;
    left: 15px;
  }

  .blog-item-v1 {
    padding: 45px 15px;
  }

  #countdown div {
    font-size: 26px;
  }

  #countdown div span {
    font-size: 16px;
  }

  .section-heading-1 h2 {
    font-size: 26px;
  }

  .grid-item-v3,
  .grid-sizer-v3 {
    width: 100%;
  }

  .nav-tabs>li {
    float: none;
    background: #e8ecef;
    border-bottom: 1px solid #dbe7f1;
  }

  .portfolio_filter li a,
  .portfolio_filter li:first-child a,
  .portfolio_filter li:last-child a {
    width: 100%;
    border-radius: 0;
    border-bottom: none !important;
  }

  .portfolio_filter,
  .portfolio_filter li {
    display: block;
    width: 100%;
  }

  .portfolio_filter li {
    margin-bottom: 0;
  }

  .box-testimony .quote-box blockquote {
    font-size: 14px;
  }

  .section-heading-2 h2,
  .newsletter h2 {
    font-size: 24px;
  }
}




.footer p {
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 14px;
}


.footer-col {
  text-align: center;
  min-height: 225px;
}


/*-------------------------- alanz-add -----------------------------------*/

.section-heading.index-title {
  font-size: 18px;
  letter-spacing: 2px;
  color: #000000;
}

.blog-meta i {
  font-size: 25px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.post-cat .date-text {
  margin-left: 20px;
  font-size: 12px;
  line-height: 21px;
}

.post-cat a {
  color: #000;
}

.post-cat a:hover {
  color: #666;
}



.blog-item-thumbnail img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}




.blog-item-thumbnail a:hover img {
  opacity: .7;
}


.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a50000;
  letter-spacing: 1px;
}

.golf-man {
  max-width: 220px;
  float: right;
  position: relative;
  top: 53px;
  right: 100px;
}


.golf-ball {
  max-width: 49px;
  position: relative;
  left: 108px;
  top: 81px;
  transform: rotate(31deg);
}



.max800 {
  max-width: 800px;
  margin: 0 auto;
}

.fs26 {
  font-size: 26px;
}


/*.our-ins{
  color: #feffc9 !important;
    font-weight: 400!important;
    font-size: 40px!important;
    border-bottom: 1px solid #ffffff78!important;
    max-width: 500px!important;
    margin: 0 auto!important;
    padding-bottom: 6px!important;
}
*/

.black-overlay-2 h2.our-ins {
  color: #feffc9 !important;
  font-weight: 400 !important;
  font-size: 29px !important;
  border-bottom: 1px solid #ffffff78 !important;
  max-width: 200px !important;
  margin: 0 auto !important;
  padding-bottom: 3px !important;
}

.footer-col .white i {
  padding-right: 5px;
  font-size: 25px;
  position: relative;
  top: 4px;
  color: #e4ad32;
}


.golf_bg {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  background-image: url(../images/demo/golf_bg.jpg);
}

.sidebar .title i {
  margin-right: 5px;
}


.sec-title {
  font-size: 18px;
  letter-spacing: 2px;
  color: #000000;
}


.form-contact-fix input,
.form-contact-fix textarea {
  border-left: 4px solid #acacac !important;
}


.artical-share {
  margin: 0px 0px;
  text-align: right;
  color: #333;
}

.artical-share a {
  color: #333;
}

.artical-share a:hover {
  color: #3f9ad6;
}

.artical-share img {
  width: 22px;
  position: relative;
  top: -2px;
}


.w78 {
  width: 25px !important;
  height: 25px !important;
  margin-top: -10px;
}


.footer .w78 {
  margin-top: 0px;
}

.clearfix {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


.fs15 {
  font-size: 15px;
}


.fs22 {
  font-size: 22px;
}

.sitemap .sidebar {
  min-height: 282px;
}



.sitemap ul.sidebar-list li:before {
  content: "";
  background: #a2a9c500;
}


.pd-list .grid-item-v1 {
  width: unset;
  height: 270px;
  overflow: hidden;
  min-height: unset;
}


.career p {
  margin-bottom: 5px;
}


.blog-1.gallery-fix .blog-item-content {
  position: relative;
  padding-top: 28px;
  padding-left: 10px;
}

.mr10 {
  margin-right: 10px;
}


td,
th {
  padding: 10px 21px;
}








.accordion a.store-location {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #3a3d45;
  border-bottom: 1px solid #e5e5e5;
}

.accordion a.store-location:hover,
.accordion a.store-location:hover::after {
  cursor: pointer;
  color: #0744b0;
}

.accordion a.store-location.active {
  color: #0744b0;
  border-bottom: 1px solid #0744b0;
}

.accordion a.store-location::after {
  font-family: FontAwesome;
  content: '\f067';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 16px;
  color: #7288a2;
  text-align: center;
}

.accordion a.store-location.active::after {
  font-family: FontAwesome;
  content: '\f068';
  color: #0744b0;
}

.accordion .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}


.accordion .accordion-none-icon a.store-location::after {
  display: none;
}







/*------------------------- investor-page -------------------------*/

.investor-page .table {
  margin-bottom: 0;
}

.investor-page .seminar .in-link {
  text-align: center;
}

.investor-page .seminar img {
  width: 20px;
  transition: 0.5s;
}

.investor-page .seminar img:hover {
  opacity: 0.8;
}

.investor-page table thead tr th {
  text-align: center;
}

.investor-page .report {
  text-align: center;
}

.investor-page .resolution tbody tr td:nth-child(1) {
  text-align: center;
}

.investor-page .panel-default>.panel-heading {
  text-align: center;
  color: #3a3d45;
  font-weight: 600;
  font-size: 18px;
}

.investor-page .unit {
  border: 1px solid #ccc;
  text-align: right;
  font-size: 14px;
  padding: 3px 5px;
}

.investor-page .form-control {
  margin: auto;
  width: 150px;
}


.panel-default>.panel-heading {
  color: #ffffff;
  background-color: #002e5a;
  border-color: #ddd;
  padding: 10px 20px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}


.panel-default {
  border-color: #002e5a61;
}

table.report td,
table.report th {
  padding: 5px 14px;
  border: 1px solid #d4d4d4;
}


.border-bt {
  border-bottom: 1px solid #002e5a;
  padding-bottom: 6px;
}


/*timeline*/


/* Timeline */
.timeline {
  border-left: 4px solid #4298C3;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #fff !important;
  color: rgba(255, 255, 255, 0.8);
  /*font-family: 'Source Sans Pro', sans-serif;*/
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 800px;
}

.timeline h1,
.timeline h2,
.timeline h3 {
  font-family: unset !important;
  letter-spacing: 0.5px !important;
  font-weight: 100;
  font-size: 1.4em;
  color: #4298c3;
  font-weight: 600 !important;
}


.timeline p {
  color: #000;
}


.timeline .event {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3) !important;
  padding-bottom: 16px;
  margin-bottom: 30px;
  position: relative;
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -217.5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5) !important;
  content: unset !important;
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

.timeline .event:after {
  box-shadow: 0 0 0 4px #4298c3;
  left: -57.85px;
  background: #313534;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}


.disc-text {
  padding: 15px 43px;
  border-left: #505358bf 1px solid;
}

.disc-text p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  max-width: 500px;
  text-align: justify;
}

.overflow-hide {
  overflow: hidden;
}

.about-logo {
  max-width: 350px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 70px;
}








#index_links a {
  cursor: initial;
  text-align: center;
  padding: 20px;
  letter-spacing: 3px;
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Noto Sans TC','Microsoft JhengHei',  'Microsoft JhengHei', Arial;
  transition: all 500ms ease-out;
}





#index_links a:nth-child(1),
.color-line span:nth-child(1) {
  background: #002f5a;
}

#index_links a:nth-child(2),
.color-line span:nth-child(2) {
  background: #002f5a;
}

#index_links a:nth-child(3),
.color-line span:nth-child(3) {
  background: #002f5a;
}

#index_links a:nth-child(4),
.color-line span:nth-child(4) {
  background: #008bce;
}

#index_links a:nth-child(5),
.color-line span:nth-child(5) {
  background: #31b3ff;
}

#index_links a:nth-child(6),
.color-line span:nth-child(6) {
  background: #31cfff;
}

#index_links a:nth-child(7),
.color-line span:nth-child(7) {
  background: #00bda3;
}

#index_links a:nth-child(8),
.color-line span:nth-child(8) {
  background: #23af00;
}

#index_links a:nth-child(9),
.color-line span:nth-child(9) {
  background: #9bc100;
}

#index_links a:nth-child(10),
.color-line span:nth-child(10) {
  background: #ffb100;
}

#index_links a:nth-child(11),
.color-line span:nth-child(11) {
  background: #ff3100;
}









#index_links a {
  margin-top: 35px;
}

#index_links a i {
  font-size: 7.5rem;
  position: absolute;
  left: 0.5%;
  top: 5px;
  opacity: 0.15;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

#index_links a:after {
  content: '\f2ee';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  font-family: 'Material-Design-Iconic-Font';
  color: #fff;
  padding-top: 30px;
  text-align: center;
  opacity: 0;
  transition: all 500ms ease-out;
}



.fcopy a:hover {
  color: #55acee;
}

.transform-logo {
  transform: translate(0%, 37%);
}






table#man-intro td,
table#man-intro th {
  padding: 9px 6px;
  border: 1px solid;
}

.man-intro-head {
  background: #002e5a;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}


.env_list li {
  color: #002e5a;
  font-size: 21px;
  font-weight: 600;
}

.index-h30 {
  height: 30px;
}




.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;

  float: right;
  position: relative;
  top: -41px;
  color: #fff;
}




.lang-slect {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 5px;
  border: 1px #ccc solid;
  padding: 1px;
  margin: 4px;
  height: 32px;
  width: 53px;
  letter-spacing: 1px;
}

.lang-slect-fix {
  display: none;
}

/*===============================*/
a.active {
  color: #337ab7;
}

/*===============================*/
/*=========================================================*/
.link #blog .list {
  margin-bottom: 40px;
}

.link #blog .list h4.title {
  text-align: center;
  font-size: 32px;
  border-bottom: 3px solid;
  margin-bottom: 5px;
}

.link #blog .map-btn {
  /*background-image:linear-gradient(45deg, #6ec5ff 0%, #2154cf 100%) !important;*/
  background-color: #2154cf;
  color: #ffffff;
  padding: 2px;
  border-radius: 3px;
  margin-right: 8px;
  margin-left: 10px;
}

.link #blog .map-btn:hover {
  background-color: #6ec5ff;

}

/*.link #blog .sidebar-list */

.link .region {
  background: #f6f6f6;
  padding: 10px;
  margin-right: 5px;
  margin-top: 10px;
  margin-left: 5px;
  border-radius: 3px;
}

.link #blog .widget {
  margin-top: 25px;
}

.link #blog .search input,
.link #blog .search select {
  border-left: 4px solid #acacac;
  background-color: #f6f6f6;
}

.link #blog .search select {
  height: 55px;
}

@media(max-width: 991px) {
  .link #blog .list .title {
    margin-bottom: 30px;
  }

  .link #blog .sidebar {
    margin-top: 0px;
  }
}


.en-style .top-menu-info:last-child {
  display: none;
}



/*英文版navbar的class*/


@media (max-width: 1199px) {
  .en-style .navbar-nav>li>a {
    padding: 30px 10px !important;
  }
}


@media (max-width: 1199px) {
  .en-style .search-toggle {
    padding-left: 5px;
  }
}



@media (min-width: 768px) {

  .en-style .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    max-width: 128px;
  }

  .en-style .navbar-nav>li>a {
    padding: 30px 11px;
  }
}




.hotspots img {
  max-width: 100% !important;
  height: inherit !important;
}


@media (max-width: 767px) {
  .sm-table-fit {
    min-width: inherit !important;
  }
}



.row#index_links {
  display: flex;
  flex-wrap: wrap;
}

/* roger add */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  text-align: right;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  text-align: right;
}

.outer-box .year {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #0744b0;
  background: #eee;
  padding: 5px 10px;
  border-bottom: 1px solid #0744b099;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
}

.outer-box .year::before {
  content: '^';
  display: inline-block;
  padding-right: 5px;
  color: #4b9ae8;
  font-size: 14px;
  font-weight: 900;
  transform: scaleY(1);
  transition: .3s ease;
}

.outer-box.show .year::before {
  transform: scaleY(-1);
}

.outer-box .dropbox {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: .3s ease;
}

.outer-box.show .dropbox {
  height: auto;
  opacity: 1;
}

.outer-box .dropbox ul {
  display: inline-block;
  width: 100%;
}

.outer-box .dropbox li {
  padding-bottom: 15px;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 20%;
  padding-top: 15px;
  float: left;
}

.outer-box .dropbox li a {
  color: #555;
  font-weight: 400;
}

.outer-box .dropbox li a:hover {
  color: #0744b0;
}

@media (max-width: 768px) {
  .outer-box .dropbox li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .outer-box .dropbox li {
    width: 100%;
  }
}



.page-heading-1 h1{
  display: inline-block;
}

/*  investor_right.php
    分類變漢堡選單       */

.menu {
  background-color: #ebebeb;
  position: fixed;
  top:0px;
  z-index: 999999;
  height: 100vh;
  width: 200px;
  box-shadow: inset 1px 0 0 0 #f2f2f2;
  transition: transform .2s ease;
  transition-delay: 0.01s;
  overflow-y: auto;
  padding: 5px 5px 0px 5px;
}

.menu-right {
  transform: translate3d(100%, 0, 0);
}

.investor-btn{
    background: transparent;
    font-size: 30px;
    position: relative;
    top: -60px;
    border: transparent;
}

.sidebar-menu .menu .accordion .accordion-item .content li a{
  color: #0744b0;
}

.sidebar-menu .navbar{
  min-height: auto;
}

.header__menu {
  position: absolute;
  top: 25px;
  right: 10%;
}

.hamburger {
  display: block;
  position: absolute;
  width: 30px;
  height: 40px;
  z-index: 2;
  top: -90px;
  right: -70px;
}

.hamburger__inner {
  display: block;
  width: 40px;
  height: 6px;
  margin-top: 12px;
  background-color: #002e5a;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hamburger__inner::before, .hamburger__inner::after {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  width: 40px;
  height: 6px;
  background-color: #002e5a;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hamburger__inner::before {
  top: 0;
}
.hamburger__inner::after {
  top: 24px;
}

.hamburger--open .hamburger__inner {
  background: none;
}
.hamburger--open .hamburger__inner::before, .hamburger--open .hamburger__inner::after {
  top: 12px;
}
.hamburger--open .hamburger__inner::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger--open .hamburger__inner::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



@media(max-width: 768px){
  .header__menu{
    right: 95px;
  }
}

.accordion .header__menu .close-btn{
  display: block;
  position: absolute;
  width: 30px;
  height: 40px;
  z-index: 2;
  top: 0px;
  right: 0px;
}
.accordion .accordion-item:nth-child(2){
  margin-top: 55px;
}

.accordion .header__menu{
  top: 15px;
  right: 5%;
}

.close-btn .close__inner:before , .close-btn .close__inner:after{
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  width: 20px;
  height: 6px;
  background: #002e5a;
  right: 5px;
  top: 15px;
}

.close-btn .close__inner:before{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-btn .close__inner:after{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




/*report sidebar*/
.report .hamburger{
  top: 550px;
}

/**/
.financial .hamburger,.share .hamburger , .regulations .hamburger{
  top: 550px;
}


.ability td{
  padding: 10px 15px;
}


.responsibility-focus-item{
  list-style-type: disc;
  margin-top: 10px;
  margin-left: 30px; 
}

.language-select{
  color: #ffffff;
  display: block;
  margin-top: 10px;
  text-align: right;
}

.language-select li{
  display: inline-block;
  
}

.language-select li + li:before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: rgba(255,255,255,0.15);
  margin: 0px 15px -5px 10px;
}

.language-select li > input[type=radio]{
  display: none;
}
.language-select li > label{
  font-weight: 500;
  cursor: pointer;
}

.rule-intro-head{
  background: #002e5a;
  color: #ffffff;
}
.rule-intro-head >td.style2{

  font-weight: 400;
  font-size: 18px;
}
table#rule-intro td , table#rule-intro th{
  padding: 10px 21px;
  border: 1px solid;
  font-size: 16px;
  font-weight: 600;
}

table#rule-intro td.style10{
  word-break: keep-all;
}