/* line 12, ../sass/style.scss */
@font-face {
  font-family: 'Acumin Variable Concept';
  src:  url('../font/Acumin Variable Concept.ttf') format('ttf');
}

body {
  /*font-family: "Acumin Variable Concept", "Raleway", "Microsoft JhengHei";*/
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000 !important;
}

/* line 20, ../sass/style.scss */
h1 {
  font-size: 40px;
}

/* line 24, ../sass/style.scss */
h2 {
  font-size: 32px;
}

/* line 28, ../sass/style.scss */
h3 {
  font-size: 28px;
}

/* line 32, ../sass/style.scss */
h4 {
  font-size: 24px;
}

/* line 36, ../sass/style.scss */
h5 {
  font-size: 20px;
}

/* line 40, ../sass/style.scss */
h6 {
  font-size: 18px;
  line-height: 24px;
}

/* line 45, ../sass/style.scss */
.small, small, .blockquote-footer {
  font-size: 90%;
}

/* line 49, ../sass/style.scss */
a {
  color: #3FDFCF;
}
/* line 52, ../sass/style.scss */
a:hover {
  color: #015654;
  text-decoration: none;
}

.keep-in-line {
    display: inline-block;
}

/* line 59, ../sass/style.scss */
.transition-all {
  transition: all 0.5s;
}

/*Filter styles*/
.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }

/* line 63, ../sass/style.scss */
.font-family-roboto {
  font-family: 'Roboto', sans-serif;
}

header.fixed-mobile-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 390, ../sass/style.scss */
header .pp-logo, footer .pp-logo {
  height: 75px;
  transition: all 0.5s;
}
/* line 395, ../sass/style.scss */
header.show-in, footer.show-in {
  box-shadow: 1px -2px 5px rgba(0, 0, 0, 0.45);
  background-color: white;
}
/* line 399, ../sass/style.scss */
header.show-in .btn-default, footer.show-in .btn-default {
  display: block !important;
}
/* line 405, ../sass/style.scss */
header .btn-default, footer .btn-default {
  background-color: #fbb03b !important;
  box-shadow: none !important;
}
/* line 409, ../sass/style.scss */
header .btn-default:hover, header .btn-default:active, header .btn-default:focus, footer .btn-default:hover, footer .btn-default:active, footer .btn-default:focus {
  background-color: #008080 !important;
  box-shadow: none !important;
}

/* line 67, ../sass/style.scss */
.color-highlight {
  color: #1D91D0;
}

/* line 71, ../sass/style.scss */
[class*="-title"] {
  font-weight: bold;
  color: #008080;
  transition: all 0.5s;
}

/* line 77, ../sass/style.scss */
.main-title {
  font-size: 34px;
  color:#015654;
}

/* line 81, ../sass/style.scss */
.sub-title {
  font-size: 26px;
}
/* line 84, ../sass/style.scss */
.sub-title[class*="feature-number"] {
  position: relative;
  padding-left: 160px;
  padding-right: 120px;
}
/* line 89, ../sass/style.scss */
.sub-title[class*="feature-number"]:before {
  content: "";
  position: absolute;
  font-family: 'Acumin Variable Concept', 'Roboto', sans-serif;
  font-size: 124px;
  left: 0;
}
/* line 97, ../sass/style.scss */
.sub-title[class*="feature-number"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  /* need to change in mobile version*/
  width: 160px;
  height: 3px;
  background-color: #008080;
  transition: all 0.5s;
}
/* line 110, ../sass/style.scss */
.sub-title.feature-number-1:before {
  content: "01";
  top: 50%;
  transform: translateY(-50%);
}
/* line 116, ../sass/style.scss */
.sub-title.feature-number-2 {
  opacity: 0.9;
}
/* line 119, ../sass/style.scss */
.sub-title.feature-number-2:before {
  content: "02";
  top: 50%;
  transform: translateY(-50%);
}
/* line 127, ../sass/style.scss */
.sub-title.feature-number-3 {
  opacity: 0.8;
  line-height: 124px;
}
/* line 131, ../sass/style.scss */
.sub-title.feature-number-3:before {
  content: "03";
  top: 50%;
  transform: translateY(-50%);
}

/* line 141, ../sass/style.scss */
.btn-default {
  background-color: #fbb03b;
  padding: 20px 40px;
  border: none;
  border-radius: 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  transition: all .5s ease-in-out;
  text-transform: uppercase;
}
/* line 152, ../sass/style.scss */
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: #015654 !important;
}

/* line 158, ../sass/style.scss */
.btn-outline-default {
  position: relative;
  max-width: 90%;
  width: 100%;
  line-height: 50px;
  padding-left: 55px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #1D91D0;
  border-color: #008080;
  background-color: white;
  transition: 0.5s;
  border-radius: 0px;
}
/* line 172, ../sass/style.scss */
.btn-outline-default:after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 15px;
  width: 11px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.5s;
}
/* line 186, ../sass/style.scss */
.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active {
  transform: translateX(10px) translateY(0px);
  color: #3FDFCF;
  border-color: #015654;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

/* line 158, ../sass/style.scss */
.btn-outline-collaps {
  position: relative;
  max-width: 90%;
  width: 100%;
  line-height: 30px;
  padding-left: 55px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #1D91D0;
  border-color: #008080;
  background-color: transparent;
  transition: 0.5s;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}
/* line 172, ../sass/style.scss */
.btn-outline-collaps:after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 15px;
  width: 11px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.5s;
}
/* line 186, ../sass/style.scss */
.btn-outline-collaps:hover, .btn-outline-collaps:focus, .btn-outline-collaps:active {
  border-color: #3FDFCF !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}

/* line 219, ../sass/style.scss */
.nav-tab-default .nav-item {
  width: calc(100% / 3 - 10px);
  margin-right: 15px;
}
/* line 223, ../sass/style.scss */
.nav-tab-default .nav-item:nth-child(3n+0) {
  width: calc(100% / 3 - 10px);
  margin-right: 0;
}
/* line 228, ../sass/style.scss */
.nav-tab-default .nav-item .nav-link {
  color: white;
  margin-bottom: 15px;
  border-radius: 0;
  text-align: center;
  background-color: #008080;
}
/* line 235, ../sass/style.scss */
.nav-tab-default .nav-item .nav-link.active {
  background-color: #1D91D0;
}

/* line 245, ../sass/style.scss */
.blockquote-default {
  position: relative;
  max-width: 650px;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
/* line 252, ../sass/style.scss */
.blockquote-default:before {
  position: absolute;
  width: 75px;
  height: 65px;
  top: -30px;
  left: 0px;
  transform: translateX(-50%);
  content: '\f10d';
  font-size: 40px;
  font-weight: 900;
  color:#3FDFCF;
  font-family: "Font Awesome\ 5 Free";
  transition: all 0.5s;
}

.blockquote-end-default {
  position: relative;
}
/* line 252, ../sass/style.scss */
.blockquote-end-default:before {
  position: absolute;
  width: 75px;
  height: 65px;
  top: 0px;
  left: 320px;
  transform: translateX(-50%);
  content: '\f10e';
  font-size: 30px;
  font-weight: 900;
  color: #3FDFCF;
  font-family: "Font Awesome\ 5 Free";
}

/* line 267, ../sass/style.scss */
.tab-content-default {
  height: 110px;
}

/* line 271, ../sass/style.scss */
.list-default {
  list-style: none;
}
/* line 274, ../sass/style.scss */
.list-default .list-item {
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
/* line 279, ../sass/style.scss */
.list-default .list-item:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 10px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #1D91D0;
}

/* line 294, ../sass/style.scss */
[class^="icon-"] {
  position: relative;
  top:50%;
  right:8px;
  transform: translateY(20%);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.5s;
}

.background-dark-grey{
  background-color: #F6F6F6;
}

/* line 324, ../sass/style.scss */
.background-lighter-blue {
  color: #3FDFCF;
}
/* line 327, ../sass/style.scss */
.background-lighter-blue [class*="-title"] {
  color: #008080;
}
/* line 331, ../sass/style.scss */
.background-lighter-blue:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EAF1F8;
  z-index: -2;
}

/* line 341, ../sass/style.scss */
.background-dark-blue {
  background-color: #008080;
}

/* line 346, ../sass/style.scss */
.background-feature-section:not(:last-child) {
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 350, ../sass/style.scss */
.background-feature-section [class^="background-feature"] {
  position: relative;
  padding: 30px 25px;
  max-width: 325px;
  width: 100%;
  color: white;
  background-color: #3FDFCF;
  z-index: 1;
}
/* line 359, ../sass/style.scss */
.background-feature-section [class^="background-feature"] .feature-icon-section {
  text-align: right;
}
/* line 362, ../sass/style.scss */
.background-feature-section [class^="background-feature"] .feature-icon-section .feature-icon {
  max-width: 60px;
  width: 100%;
}

.background-feature-section .feature-icon-section .feature-icon {
  max-width: 100px;
  width: 100%;
}

/* line 369, ../sass/style.scss */
.background-feature-section [class^="background-feature"] .feature-name {
  min-height: 80px;
  transition: all 0.5s;
}
/* line 376, ../sass/style.scss */
.background-feature-section .background-feature-white {
  border-color: #008080;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(25, 116, 165, 0.45);
}
/* line 384, ../sass/style.scss */
[class^="map-point-"] {
  position: absolute;
  transition: all 0.5s;
}
/* line 388, ../sass/style.scss */
[class^="map-point-"] > [class^="point-"] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #1D91D0;
  animation: pulse 1.5s infinite;
  transition: all .3s ease;
}
/* line 400, ../sass/style.scss */
[class^="map-point-"] > [class^="point-top-"] {
  top: 40px;
}
/* line 404, ../sass/style.scss */
[class^="map-point-"] > [class^="point-bottom-"] {
  top: -40px;
}
/* line 408, ../sass/style.scss */
[class^="map-point-"] > .continent-name {
  padding: 5px 25px;
  color: white;
  border-radius: 100px;
  background-color: #1D91D0;
}

/* line 417, ../sass/style.scss */
.map-point-europe {
  top: 20%;
  left: 40%;
}

/* line 422, ../sass/style.scss */
.map-point-the-americas {
  top: 28%;
  left: 8%;
}

/* line 427, ../sass/style.scss */
.map-point-the-middle-east {
  top: 42%;
  right: 27%;
}

/* line 432, ../sass/style.scss */
.map-point-asia-pacific {
  top: 60%;
  right: 8%;
}

/* line 437, ../sass/style.scss */
.map-point-africa {
  bottom: 15%;
  right: 39%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(29, 145, 208, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(29, 145, 208, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(29, 145, 208, 0);
  }
}
/* line 457, ../sass/style.scss */
.table-two-column td, .table-two-column th {
  padding: 0;
}

/* line 463, ../sass/style.scss */
.table-two-column td .table-default td, .table-two-column td .table-default th {
  border-top: none;
}

/* line 473, ../sass/style.scss */
.table-two-column td:last-child .table-default td, .table-two-column td:last-child .table-default th {
  border-left: none;
}

/* line 482, ../sass/style.scss */
.table-default thead th {
  color: white;
  background-color: #008080;
}
/* line 487, ../sass/style.scss */
.table-default td, .table-default th {
  border: 1px solid #E6E6E6;
  line-height: 55px;
  text-align: center;
  font-weight: 500;
}
/* line 494, ../sass/style.scss */
.table-default tbody > tr:nth-child(odd) {
  background-color: white;
}
/* line 498, ../sass/style.scss */
.table-default tbody > tr:nth-child(even) {
  background-color: #EAF1F8;
}

/* line 505, ../sass/style.scss */
header.fixed-top, footer.fixed-top {
  position: absolute;
}
/* line 509, ../sass/style.scss */
header .pp-logo, footer .pp-logo {
  height: 70px;
  transition: all 0.5s;
}

/* line 516, ../sass/style.scss */
.banner-section {
  position: relative;
  background-image: url(../images/banner.jpg?v1);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

/* line 534, ../sass/style.scss */
.banner-section .banner-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 50px;
  color: #ffffff;
  margin-top: -30px;
}

.banner-content{
  color: #ffffff;
  font-weight: normal;
}

.feature-section-last {
  position: relative;
  background-image: url(../images/banner-table-content.jpg?v2);
  background-repeat: no-repeat;
  background-position: right;
  background-size:  cover;
}

/* line 545, ../sass/style.scss */
.aboutus-feature-section .images-section .images-shadow {
  position: relative;
}
/* line 548, ../sass/style.scss */
.aboutus-feature-section .images-section .images-shadow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  background-color: #EAF1F8;
  z-index: -1;
  transition: all 0.5s;
}
.aboutus-section .bullet-pt {
  font-size: 14pt
}
.aboutus-section .bullet-pt-item:before{
  margin-top: -20px;
}
/* line 566, ../sass/style.scss */
.feature-section-1 {
  position: relative;
}
/* line 569, ../sass/style.scss */
.feature-section-1:before {
  position: absolute;
  top: 0;
  left: -30%;
}
/* line 575, ../sass/style.scss */
.feature-section-1 .images-iphone {
  position: absolute;
  top: -160px;
  transition: all 0.5s;
}

/* line 583, ../sass/style.scss */
.data-section {
  position: relative;
}
/* line 586, ../sass/style.scss */
.data-section:before {
  position: absolute;
  top: 190px;
  right: 0;
  width: 60%;
  height: 90%;
  transition: all 0.5s;
}
/* line 595, ../sass/style.scss */
.data-section .blockquote-section {
  background-repeat: no-repeat;
  background-image: url(../images/images-02.jpg);
  background-size: cover;
  background-position-y: center;
  background-position-x: right;
  z-index: -1;
}
/* line 603, ../sass/style.scss */
.blockquote-content-section{
  margin-left:20%;
}

.data-section .blockquote-section .blockquote-content-section {
  position: relative;
  display: table;
  margin-top: 150px;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-100% + 50%);
  transition: all 0.5s;
}

.form-section-right-bg{
  position: relative;
}

.form-section-right-bg:before {
  position: absolute;
  top: 0;
  right: 0;
}

.form-section-right-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/ISS-what-the-key-factors-img.jpg);
  background-size: 100%;
}

/* line 617, ../sass/style.scss */
.form-bar-section {
  position: relative;
}
/* line 621, ../sass/style.scss */
.form-bar-section:before {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 627, ../sass/style.scss */
.form-bar-section:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/ISS-what-the-key-factors-bg-img.jpg);
  background-size: cover;
  z-index: -1;
}
/* line 639, ../sass/style.scss */
.form-bar-section .form-section {
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
/* line 648, ../sass/style.scss */
.form-bar-section .form-section .form-title {
  text-transform: uppercase;
}
/* line 652, ../sass/style.scss */
.form-bar-section .form-section .form-group {
  position: relative;
}
/* line 655, ../sass/style.scss */
.form-bar-section .form-section .form-group .input-default {
  height: 45px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
}
/* line 662, ../sass/style.scss */
.form-bar-section .form-section .form-group .input-default:focus ~ label, .form-bar-section .form-section .form-group .input-default:hover ~ label, .form-bar-section .form-section .form-group .input-default.has-value ~ label {
  top: -20px;
  left: 0;
  color: #3FDFCF;
  font-size: 12px;
}
/* line 669, ../sass/style.scss */
.form-bar-section .form-section .form-group .input-default:focus ~ .border-bottom-animation, .form-bar-section .form-section .form-group .input-default:hover ~ .border-bottom-animation, .form-bar-section .form-section .form-group .input-default.has-value ~ .border-bottom-animation {
  background-position: 0 0;
}
/* line 675, ../sass/style.scss */
.form-bar-section .form-section .form-group .label-default {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  pointer-events: none;
  transition: .5s;
}
/* line 685, ../sass/style.scss */
.form-bar-section .form-section .form-group .border-bottom-animation {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #3FDFCF 50%, transparent 50%);
  background-color: #008080;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
}
/* line 697, ../sass/style.scss */
.form-bar-section .form-section label[for="check"] {
  display: inline-block;
  color: #008080;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  margin-left: 23px;
}
/* line 710, ../sass/style.scss */
.form-bar-section .form-section label[for="check"] span {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -23px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  transform-origin: center center;
  border: 1px solid #008080;
  vertical-align: -3px;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}
/* line 728, ../sass/style.scss */
.form-bar-section .form-section label[for="check"] span:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 0px;
  height: 1.5px;
  border-radius: 2px;
  background: #008080;
  transform: rotate(45deg);
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}
/* line 742, ../sass/style.scss */
.form-bar-section .form-section label[for="check"] span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 0px;
  height: 1.5px;
  border-radius: 2px;
  background: #008080;
  transform: rotate(305deg);
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
/* line 762, ../sass/style.scss */
.form-bar-section .form-section label[for="check"]:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}
/* line 767, ../sass/style.scss */
.form-bar-section .form-section label[for="check"]:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}
/* line 778, ../sass/style.scss */
.form-bar-section .form-section input[type="checkbox"] {
  display: none;
}
/* line 783, ../sass/style.scss */
.form-bar-section .form-section input[type="checkbox"]:checked + label span {
  background-color: #3FDFCF;
  border-color: #3FDFCF;
  transform: scale(1.25);
}
/* line 790, ../sass/style.scss */
.form-bar-section .form-section input[type="checkbox"]:checked + label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
/* line 797, ../sass/style.scss */
.form-bar-section .form-section input[type="checkbox"]:checked + label span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
/* line 808, ../sass/style.scss */
.form-bar-section .form-section input[type="checkbox"]:checked + label:hover span {
  background-color: #008080;
  border-color: #008080;
  transform: scale(1.25);
}
/* line 815, ../sass/style.scss */
.form-bar-section .form-section input[type="checkbox"]:checked + label:hover span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
/* line 822, ../sass/style.scss */
.form-bar-section .form-section input[type="checkbox"]:checked + label:hover span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
/* line 839, ../sass/style.scss */
.form-bar-section .form-section .btn-default {
  width: 100%;
  padding: 20px 0px;
  font-size: 18px;
}
.form-space-top{
    height:70px;
}
.form-space-bottom{
    height:100px;
}
.btn-primary.btn-default.form-download-but{
    height:120px;
    font-size: 28px;
    border-radius:25px;
}


/* CATEGORY  SECTION */
/* line 850, ../sass/style.scss */
.guide-section {
  margin: 20px 0px;
}
/* line 853, ../sass/style.scss */
.guide-section [class*="-name"] {
  font-weight: bold;
}
/* line 857, ../sass/style.scss */
.guide-section .btn-default {
  padding: 17px 20px;
  font-size: 16px;
  line-height: 16px;
}
/* line 863, ../sass/style.scss */
.guide-section .guide-content {
  position: relative;
  text-align: center;
  transition: all 0.5s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  margin-top:10px;
}
/* line 868, ../sass/style.scss */
.guide-section .guide-content .guide-front {
  margin: 50px 50px;
  transition: all 0.5s;
  cursor: pointer;
}
.guide-section .guide-content .guide-front-none-responsive{
  margin: 30px 0px;
  transition: all 0.5s;
  cursor: pointer;
}
/* line 874, ../sass/style.scss */
.guide-section .guide-content .guide-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0px 30px;
  transform: scale(0.5);
  transform-origin: 50% 50%;
  transition: all 0.5s;
  cursor: pointer;
}
/* line 887, ../sass/style.scss */
.guide-section .guide-content .guide-back .guide-detail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
  z-index: 1;
}
/* line 898, ../sass/style.scss */
.guide-section .guide-content:hover .guide-front {
  transform: scale(0.5);
  opacity: 0;
}
/* line 903, ../sass/style.scss */
.guide-section .guide-content:hover .guide-back {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}


/* line 913, ../sass/style.scss */
.guide-section .blog-content {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin: 10px 30px;
  padding: 30px;
  min-height: 92%;
  text-align:center;
}

/* line 947, ../sass/style.scss */
.guide-section .blog-content .blog-detail {
  margin: 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 955, ../sass/style.scss */
.guide-section .blog-content .blog-detail > .btn-default {
  padding: 17px 30px;
  background-color: #fbb03b;
  color: #ffffff;
  font-weight: 600;
}
/* line 960, ../sass/style.scss */
.guide-section .blog-content .blog-detail > .btn-default:hover {
  color: white;
  background-color: #015654 !important;
}

.blog-name, .guide-name{
  color:#015654;
}

/* line 973, ../sass/style.scss */
footer {
  color: white;
}
/* line 978, ../sass/style.scss */
footer .terms-section > p a {
  color: white;
}
/* line 981, ../sass/style.scss */
footer .terms-section > p a:hover {
  color: #3FDFCF;
}
/* line 986, ../sass/style.scss */
footer .terms-section > p a:not(:last-child):after {
  content: "";
  margin: 0 6px 0 9px;
  width: 1px;
  height: 14px;
  display: inline-block;
  background-color: white;
  top: 1px;
  position: relative;
}

/* line 1007, ../sass/style.scss */
[class^="btn-icon-"] {
  position: fixed;
  display: none;
  right: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: white !important;
  background-color: #3FDFCF;
  box-shadow: 0 0 3px rgba(208, 216, 220, 0.8);
  z-index: 9999;
  transition: all 0.5s;
}
/* line 1021, ../sass/style.scss */
[class^="btn-icon-"] .tooltip {
  background: #eaeaea;
  display: block;
  position: absolute;
  padding: 5px 15px;
  color: #015654;
  border-radius: 6px;
  opacity: 0;
  line-height: 18px;
  pointer-events: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease;
  z-index: 1;
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
/* line 1039, ../sass/style.scss */
[class^="btn-icon-"] .tooltip:after {
  content: "";
  position: absolute;
  top: 50%;
  border-right-width: 0;
  right: calc(0em - 17px);
  transform: translate(-0.5em, -50%);
  border: 5px solid transparent;
  z-index: 1001;
  border-left-color: #eaeaea;
}
/* line 1053, ../sass/style.scss */
[class^="btn-icon-"]:hover {
  background-color: #015654;
}
/* line 1056, ../sass/style.scss */
[class^="btn-icon-"]:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

/* line 1065, ../sass/style.scss */
.btn-icon-angle-up {
  bottom: 70px;
}
/* line 1068, ../sass/style.scss */
.btn-icon-angle-up:hover {
  line-height: 40px;
}
/* line 1072, ../sass/style.scss */
.btn-icon-angle-up:before {
  float:right;
  content: '\f106';
  font-size: 18px;
  font-weight: 900;
  font-family: "Font Awesome\ 5 Free";
}

/* line 1065, ../sass/style.scss */
.btn-icon-angle-down {
  bottom: 70px;
}
/* line 1068, ../sass/style.scss */
.btn-icon-angle-down:hover {
  line-height: 40px;
}
/* line 1072, ../sass/style.scss */
.btn-icon-angle-down:before {
  float:right;
  content: '\f107';
  font-size: 18px;
  font-weight: 900;
  font-family: "Font Awesome\ 5 Free";
}

/* line 1065, ../sass/style.scss */
.btn-icon-download {
  bottom: 70px;
}
/* line 1068, ../sass/style.scss */
.btn-icon-download:hover {
  line-height: 40px;
}
/* line 1072, ../sass/style.scss */
.btn-icon-download:before {
  content: '\f019';
  font-size: 18px;
  font-weight: 900;
  font-family: "Font Awesome\ 5 Free";
}

/* line 1065, ../sass/style.scss */
.btn-icon-banner-download {
  bottom: 70px;
}
/* line 1072, ../sass/style.scss */
.btn-icon-banner-download:before {
  content: '\f358';
  font-size: 40px;
  font-weight: normal;
  font-family: "Font Awesome\ 5 Free";
  vertical-align: middle;
  padding-right: 10px;
}

/* line 1081, ../sass/style.scss */
.btn-icon-back {
  bottom: 20px;
}
/* line 1084, ../sass/style.scss */
.btn-icon-back:hover {
  line-height: 30px;
}
/* line 1088, ../sass/style.scss */
.btn-icon-back:before {
  content: '\f106';
  font-size: 20px;
  font-weight: 900;
  font-family: "Font Awesome\ 5 Free";
}

/* carousel-slider-default */
.carousel-inner{
  height: 520px;
}
/* line 1098, ../sass/style.scss */
.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-image: none;
}

/* line 1105, ../sass/style.scss */
.carousel-control-next-icon:after {
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 55px;
  font-weight: 900;
  color: #008080;
}

/* line 1113, ../sass/style.scss */
.carousel-control-prev-icon:after {
  content: '\f104';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 55px;
  font-weight: 900;
  color: #008080;
}

/* line 1121, ../sass/style.scss */
.carousel-item .guide-detail .btn-default {
  color: white !important;
}

.color-highlight {
  color: #008080;
  font-weight: bold;
}

.collapsible:before {
  cursor: pointer;
}

.collaps-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left:25px;
  padding-top:15px
}

.first-letter-left {
  float: left;
  font-size: 80px;
  line-height: 60px;
  padding-top: 8px;
  padding-right: 8px;
}

.first-letter-right {
  font-size: 80px;
  line-height: 60px;
  padding-top: 8px;
  padding-right: 8px;
}

.underline-left{
  margin-bottom:30px;
  border-bottom: 5px solid #3FDFCF;
}

.underline-right{
  margin-bottom:30px;
  border-bottom: 5px solid #3FDFCF;
  float: right;
}

.underline-center{
  margin-bottom:30px;
  border-bottom: 5px solid #3FDFCF;
  margin: 0px auto;
}

.collaps-title{
  color: #333;
  font-weight: 600;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #3FDFCF;
  font-weight: bold;
  font-size: 40px;
  display: inline-block;
  width: 1em;
  margin-left: -0.7em;
  margin-top: -0.1em;
  position: absolute;
}

.year-label{
  position: absolute;
  padding: 0 15px 50px 15px;
  background-color: #ffffff;
  color: #008080;
  font-size: 35px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  font-weight: bold !important;
  height: 20px;
}

.report-title{
  color:#ffffff;
  font-size:45px;
  font-weight: normal;
}

.question-banner{
  border: 1px solid #008080;
  background-color: transparent;
}

.box-icon-align-content {
  float: left;
  padding-top: 5px;
  padding-right: 8px;
}

.section05-content-left{
  background-color: #008080;
  color: #ffffff;
  padding: 25px;
}

.section05-content-right{
  background-color: #41B7B1;
  color: #ffffff;
  padding: 25px;
}

.section05-content-left .sub-title, .section05-content-right .sub-title{
  color: #ffffff;
  font-size: 20px;
}

.section05-icon{
  width: 130px;
}

.img-description{
  color: #666666;
  font-style: italic;
}
