/* line 12, ../sass/style.scss */
body {
  font-family: "Roboto", "Raleway", "Microsoft JhengHei";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #414042 !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: #1cb3e8;
}
/* line 52, ../sass/style.scss */
a:hover {
  color: #1D91D0;
  text-decoration: none;
}

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

ul {
  margin-left: -35px;
}

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

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

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

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px white inset !important;
}

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

/* 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: '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: #1974A5;
  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: #11ADE4;
  padding: 20px 40px;
  border: none;
  border-radius: 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  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: #1D91D0 !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: #1974A5;
  background-color: white;
  transition: 0.5s;
}
/* 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(15px) translateY(0px);
  color: #11ADE4 !important;
  border-color: #11ADE4 !important;
  background-color: transparent !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: #1974A5;
}
/* 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: 500px;
  padding: 50px 35px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
/* line 252, ../sass/style.scss */
.blockquote-default:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 65px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/icon-double-comma.svg);
  background-repeat: no-repeat;
  transition: all 0.5s;
}

/* 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: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.5s;
}

/* line 308, ../sass/style.scss */
.icon-risk {
  background-image: url(../images/icon-risk.svg);
}

/* line 312, ../sass/style.scss */
.icon-healthcare {
  background-image: url(../images/icon-healthcare.svg);
}

/* line 316, ../sass/style.scss */
.icon-insurance {
  background-image: url(../images/icon-insurance.svg);
}

/* line 320, ../sass/style.scss */
.icon-technology {
  background-image: url(../images/icon-technology.svg);
}

/* line 324, ../sass/style.scss */
.background-lighter-blue {
  color: inherit;
  background-color: #f6f6f6;
  height: 740px;
}

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

/* 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: #25598B;
  z-index: 1;
}

.img-feature-1{
  max-width: 470px;
  margin-top: -130px;
  display:none;
}

/* 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 {
  color: #1974A5;
  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: #1974A5;
}
/* 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-1.jpg?v2);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
/* line 534, ../sass/style.scss */
.banner-section .banner-title {
  font-weight: bold;
  line-height: 60px;
  color: #414042;
  padding:20px;
  text-shadow: 0 0 25px #fff;
}

.banner-section .banner-title {
  line-height: 60px;
  color: #414042;
  padding:20px;
}

.title-highlight{
    color: #1cb3e8;
}

/* 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;
}

/* 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;
}

.feature-section-1 ul li, .feature-section-2 ul li {
    background: url(../images/shield_li.png) no-repeat left bottom;
    padding: 10px 0px 0px 35px;
    list-style: none;
    margin: 0;
}

/* line 595, ../sass/style.scss */
.feature-section-2 {
  background-repeat: no-repeat;
  background-image: url(../images/background-01.jpg?v2);
  background-size: cover;
  background-position-x: center;
  z-index: -1;
}

.form-bar-section .form-control{
  border-radius: 0px !important;
  border: none !important;
  color: #1974a5 !important;
}

.form-bar-section .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1974a5;
  opacity: 1; /* Firefox */
}

.form-bar-section .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1974a5;
}

.form-bar-section .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #1974a5;
}

/* line 617, ../sass/style.scss */
.form-bar-section {
  position: relative;
  height: 550px;
  padding: 30px 50px;
  border-top: 40px solid #25598b;
  color: #015984;
  background-image: linear-gradient(#f6f6f6,#f6f6f6);
}
/* 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: 70%;
  height: 100%;
  z-index: -1;
}
/* line 639, ../sass/style.scss */
.form-bar-section .form-section {
  position: absolute;
  top: -24px;
  border-top: 25px solid #25598b;
  background-color: white;
  padding: 40px 35px;
  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: #11ADE4;
  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, #11ade4 50%, transparent 50%);
  background-color: #1974a5;
  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: #1974A5;
  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;
  border: 1px solid #1974A5;
  vertical-align: -3px;
  margin-right: 10px;
  transition: 0.5s;
}
/* 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: #1974A5;
  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: #1974A5;
  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: #11ADE4;
  border-color: #11ADE4;
  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: #1974A5;
  border-color: #1974A5;
  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;
}

/* 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 10px;
  padding: 20px 10px;
  min-height: 100%;
}

.guide-section .blog-content:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* 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: #1D91D0 !important;
}

/* 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: #11ADE4;
}
/* 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;
}

.title-padding{
    background-color: #fff !important;
    padding: 20px;
}

.quote_tool {
  background-color: #25598b !important;
  background-image: none !important;
  border-radius: 0px !important;
  padding-top: 12px;
  width: 320px;
  height: 60px;
  font-size: 22px;
  border: none;
}

.quote_tool:hover{
  background-color: #1D91D0 !important;
}

.fullwidth{
  width: 100%;
  height: 50px !important;
  padding-top: 5px !important;
}

/* 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: #1cb3e8;
  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: #25598B;
  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: #1D91D0;
}
/* line 1056, ../sass/style.scss */
[class^="btn-icon-"]:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

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

/* 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 */
/* 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: #1974A5;
}

/* 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: #1974A5;
}

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

.color-highlight {
  color: #3b6a97;
}

.collapsible:before {
  cursor: pointer;
}

.active {
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.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 #25598B;
}

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

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

.timeline-section{
  background-color: #ffffff;
  position: fixed;
  z-index: 99;
  width: 100px;
}

.timeline-year{
  height: 100px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  padding: 0 10px;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}

.timeline-year-inner{
  background-color: #ffffff;
}

.timeline-year::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

#upClick, #downClick{
  cursor: pointer;
}

.btn-scroll{
  background-color:transparent;
}

/*
  -moz-box-shadow: 0 22px 22px -22px #666666 inset, 0 -22px 22px -22px #666666 inset;
  -webkit-box-shadow: 0 22px 22px -22px #666666 inset, 0 -22px 22px -22px #666666 inset;
  box-shadow: 0 22px 22px -22px #666666 inset, 0 -22px 22px -22px #666666 inset;
*/
