/* line 12, ../sass/style.scss */
body {
  font-family: "Raleway", "Microsoft JhengHei";
  font-size: 15px;
  font-weight: 500;
}

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

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

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

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

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

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

/* line 42, ../sass/style.scss */
a {
  color: #307843;
}
/* line 45, ../sass/style.scss */
a:hover {
  color: #fbb03b;
  text-decoration: none;
}

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

/* line 56, ../sass/style.scss */
.color-highlight {
  color: #fbb03b;
}

/* line 60, ../sass/style.scss */
.color-blue {
  color: #2691d0;
}

/* line 64, ../sass/style.scss */
.bg-default-color {
  background-color: #25598b;
}

/* line 68, ../sass/style.scss */
.btn-default {
  background-color: #fbb03b;
  padding: 20px 40px;
  border: none;
  border-radius: 100px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  transition: all .5s ease-in-out;
}
/* line 78, ../sass/style.scss */
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: #2691d0 !important;
}

/* line 84, ../sass/style.scss */
.table-two-column td, .table-two-column th {
  padding: 0;
}

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

/* line 100, ../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 109, ../sass/style.scss */
.table-default thead th {
  color: white;
  background-color: #307843;
}
/* line 114, ../sass/style.scss */
.table-default td, .table-default th {
  border: 1px solid #E6E6E6;
  line-height: 55px;
  padding: 0 0 0 25px;
  font-weight: 500;
}
/* line 121, ../sass/style.scss */
.table-default tbody > tr:nth-child(odd) {
  background-color: white;
}
/* line 125, ../sass/style.scss */
.table-default tbody > tr:nth-child(even) {
  background-color: #F7FAF1;
}

/* line 132, ../sass/style.scss */
.chechkbox-default > span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}
/* line 138, ../sass/style.scss */
.chechkbox-default > span:first-child {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
/* line 148, ../sass/style.scss */
.chechkbox-default > span:first-child svg {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 24px;
  height: 20px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
/* line 166, ../sass/style.scss */
.chechkbox-default > span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fbb03b;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
/* line 179, ../sass/style.scss */
.chechkbox-default > span:hover span:first-child {
  border-color: #506EEC;
}

/* line 189, ../sass/style.scss */
.chechkbox-input:checked + .chechkbox-default > span:first-child {
  background: #fbb03b;
  border-color: #e4b264;
  animation: chechkbox-animation 0.4s ease;
}
/* line 194, ../sass/style.scss */
.chechkbox-input:checked + .chechkbox-default > span:first-child svg {
  stroke-dashoffset: 0;
}
/* line 198, ../sass/style.scss */
.chechkbox-input:checked + .chechkbox-default > span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes chechkbox-animation {
  50% {
    transform: scale(0.9);
  }
}
/* line 217, ../sass/style.scss */
.hr-default {
  width: 20%;
  border-bottom: 2px solid #23b929;
}

/* line 222, ../sass/style.scss */
.main-slogan {
  font-weight: bold;
  line-height: 48px;
}
/* line 226, ../sass/style.scss */
.main-slogan > .year {
  position: absolute;
  top: -60px;
  font-family: Arial;
  font-size: 96px;
  letter-spacing: -5px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin: 0 !important;
  z-index: -1;
}
/* line 238, ../sass/style.scss */
.main-slogan .color-highlight {
  color: #23b929;
}

/* line 244, ../sass/style.scss */
.main-title {
  font-weight: 500;
  line-height: 43px;
  font-size: 36px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
/* line 252, ../sass/style.scss */
.main-title > .color-highlight {
  font-weight: bold;
  color: #307843;
}
/* line 257, ../sass/style.scss */
.main-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 38px;
  width: 10px;
  background-color: #307843;
  z-index: 1;
}
/* line 268, ../sass/style.scss */
.main-title.text-white:after {
  background-color: white;
}

/* line 274, ../sass/style.scss */
.sub-title {
  font-weight: bold;
}
/* line 277, ../sass/style.scss */
.sub-title.color-highlight {
  color: #307843;
}

/* line 283, ../sass/style.scss */
.image-triangle {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 0 0 150px;
  border-color: transparent transparent transparent #307843;
  transition: all 0.5s;
}

/* line 296, ../sass/style.scss */
header.fixed-top, footer.fixed-top {
  position: absolute;
}
/* line 300, ../sass/style.scss */
header .pp-logo, footer .pp-logo {
  height: 70px;
  transition: all 0.5s;
}
/* line 305, ../sass/style.scss */
header.show-in, footer.show-in {
  background-color: #000;
}
/* line 308, ../sass/style.scss */
header.show-in .btn-default, footer.show-in .btn-default {
  display: block !important;
}
/* line 314, ../sass/style.scss */
header .btn-default, footer .btn-default {
  background-color: #2691d0 !important;
  box-shadow: none !important;
}
/* line 318, ../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: #fbb03b !important;
  box-shadow: none !important;
}

/* line 327, ../sass/style.scss */
.banner-content-section {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}
/* line 333, ../sass/style.scss */
.banner-content-section:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 41, 10, 0.73);
}
/* line 343, ../sass/style.scss */
.banner-content-section:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  max-width: 50%;
  width: 100%;
  display: block;
  border-color: transparent #ffffff #3c83da transparent;
  border-width: 450px 2800px 0 0;
  border-style: solid;
  transition: all 0.5s;
}
/* line 357, ../sass/style.scss */
.banner-content-section > .container {
  padding-top: 400px;
  padding-bottom: 350px;
}
/* line 362, ../sass/style.scss */
.banner-content-section .slogan-section {
  z-index: 1;
}
/* line 365, ../sass/style.scss */
.banner-content-section .slogan-section .slogn-top-section {
  border-bottom: 2px solid #23b929;
  padding-bottom: 20px;
}
/* line 370, ../sass/style.scss */
.banner-content-section .slogan-section .slogn-bottom-section {
  display: block;
  clear: both;
}
/* line 374, ../sass/style.scss */
.banner-content-section .slogan-section .slogn-bottom-section > h5 {
  line-height: 30px;
}
/* line 380, ../sass/style.scss */
.banner-content-section .slogan-section .btn-default {
  background-color: #23b929;
}
/* line 386, ../sass/style.scss */
.banner-content-section .banner-guide-image {
  position: absolute;
  z-index: 1;
  right: -10%;
}

/* line 394, ../sass/style.scss */
.feature-section-2 {
  background-image: url(../images/bg-feature-section.png);
  background-position-y: -100px;
  background-position-x: right;
  position: relative;
  overflow: hidden;
  background-repeat-x: no-repeat;
}
/* line 402, ../sass/style.scss */
.feature-section-2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 126px;
  max-width: 50%;
  width: 100%;
  display: block;
  border-color: transparent transparent #307843 transparent;
  border-width: 0 2800px 545px 0;
  border-style: solid;
  transition: all 0.5s;
}
/* line 416, ../sass/style.scss */
.feature-section-2:after {
  content: "";
  position: absolute;
  top: 670px;
  background-color: #307843;
  width: 100%;
  min-height: 100%;
  transition: all 0.5s;
}
/* line 426, ../sass/style.scss */
.feature-section-2 .main-title {
  width: 70%;
}

/* line 432, ../sass/style.scss */
.health-insurance-section {
  position: relative;
}
/* line 435, ../sass/style.scss */
.health-insurance-section:before {
  content: "";
  position: absolute;
  top: 0px;
  background-color: #307843;
  width: 100%;
  height: 50%;
  transition: all 0.5s;
}
/* line 445, ../sass/style.scss */
.health-insurance-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 50%;
  width: 100%;
  display: block;
  border-color: #307843 transparent transparent transparent;
  border-width: 450px 2800px 0 0;
  border-style: solid;
  transition: all 0.5s;
}
/* line 459, ../sass/style.scss */
.health-insurance-section .insurance-content {
  z-index: 1;
}
/* line 462, ../sass/style.scss */
.health-insurance-section .insurance-content > h6 {
  line-height: 1.5;
  font-weight: 500;
}

/* line 473, ../sass/style.scss */
.findings-section .image-section img {
  width: 100%;
  position: relative;
  z-index: 1;
}
/* line 481, ../sass/style.scss */
.findings-section .content-section {
  position: relative;
  padding: 40px 25px;
}
/* line 485, ../sass/style.scss */
.findings-section .content-section:before {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  font-family: Arial;
  font-weight: 900;
  font-size: 135px;
  color: rgba(48, 120, 67, 0.2);
}
/* line 496, ../sass/style.scss */
.findings-section .content-section:after {
  content: "";
  position: absolute;
  left: -70px;
  width: 140%;
  bottom: 0;
  border-bottom: 2px dashed #307843;
}
/* line 508, ../sass/style.scss */
.findings-section .content-section:nth-child(1):before {
  content: "1";
}
/* line 515, ../sass/style.scss */
.findings-section .content-section:nth-child(2):before {
  content: "2";
}
/* line 522, ../sass/style.scss */
.findings-section .content-section:nth-child(3):before {
  content: "3";
}
/* line 529, ../sass/style.scss */
.findings-section .content-section:nth-child(4):before {
  content: "4";
}
/* line 536, ../sass/style.scss */
.findings-section .content-section:last-child:after {
  border: none;
}

/* line 545, ../sass/style.scss */
.form-section .form-default {
  background-color: #F7FAF1;
  padding: 75px 75px 50px;
  border-top: 30px solid #307843;
  transition: all 0.5s;
}
/* line 552, ../sass/style.scss */
.form-section .btn-default {
  padding: 0px 25px;
  font-size: 20px;
}
/* line 557, ../sass/style.scss */
.form-section .form-control {
  border-radius: 0;
  padding: 25px 15px;
}
/* line 561, ../sass/style.scss */
.form-section .form-control:focus {
  box-shadow: none;
  border-color: #000;
}
/* line 566, ../sass/style.scss */
.form-section .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
/* line 572, ../sass/style.scss */
.form-section .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
/* line 578, ../sass/style.scss */
.form-section .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}
/* line 584, ../sass/style.scss */
.form-section .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
/* line 592, ../sass/style.scss */
.form-section .input-default + label[placeholder] {
  position: absolute;
  pointer-events: none;
  top: 11px;
}
/* line 597, ../sass/style.scss */
.form-section .input-default + label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  margin: 0 10px;
  color: #333;
  transition: 0.3s ease-in-out;
}
/* line 609, ../sass/style.scss */
.form-section .input-default:focus + label[placeholder]:before {
  transform: translate(0, -25px) scale(0.9, 0.9);
  font-weight: 600;
  color: #000;
  background: linear-gradient(to top, #ffffff 50%, #f7faf1 50%);
}

/* line 618, ../sass/style.scss */
.background-feature {
  position: relative;
  padding: 40px 35px 35px;
  background-color: #F0FAE1;
  z-index: 1;
}
/* line 624, ../sass/style.scss */
.background-feature > .feature-name {
  font-size: 22px;
  font-weight: bold;
  padding-right: 70px;
  min-height: 80px;
  transition: all 0.5s;
}
/* line 632, ../sass/style.scss */
.background-feature > .feature-icon {
  position: absolute;
  right: 30px;
  top: 45px;
  width: 70px;
}

/* CATEGORY  SECTION */
/* line 642, ../sass/style.scss */
.guide-section {
  margin: 20px 0px;
}
/* line 645, ../sass/style.scss */
.guide-section [class*="-name"] {
  font-weight: bold;
}
/* line 649, ../sass/style.scss */
.guide-section .btn-default {
  padding: 17px 20px;
  font-size: 16px;
  line-height: 16px;
}
/* line 655, ../sass/style.scss */
.guide-section .guide-content {
  position: relative;
  text-align: center;
  transition: all 0.5s;
}
/* line 660, ../sass/style.scss */
.guide-section .guide-content .guide-front {
  margin: 50px 50px;
  transition: all 0.5s;
  cursor: pointer;
}
/* line 666, ../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 679, ../sass/style.scss */
.guide-section .guide-content .guide-back .guide-detail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 30px;
  z-index: 1;
}
/* line 690, ../sass/style.scss */
.guide-section .guide-content:hover .guide-front {
  transform: scale(0.5);
  opacity: 0;
}
/* line 695, ../sass/style.scss */
.guide-section .guide-content:hover .guide-back {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* line 705, ../sass/style.scss */
.guide-section .blog-content {
  text-align: center;
  color: white;
}
/* line 709, ../sass/style.scss */
.guide-section .blog-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
  margin: 0px 30px;
  background-color: rgba(48, 120, 67, 0.85);
}
/* line 723, ../sass/style.scss */
.guide-section .blog-content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px;
  overflow: hidden;
  margin: 0px 30px;
  background-image: url(../images/bg-guide-01.jpg);
  background-position: center;
  background-size: cover;
}
/* line 739, ../sass/style.scss */
.guide-section .blog-content .blog-detail {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0px 70px;
  z-index: 1;
}
/* line 747, ../sass/style.scss */
.guide-section .blog-content .blog-detail > .btn-default {
  padding: 17px 30px;
  background-color: white;
  color: #307843;
}
/* line 752, ../sass/style.scss */
.guide-section .blog-content .blog-detail > .btn-default:hover {
  color: white;
  background-color: #fbb03b !important;
}

/* line 765, ../sass/style.scss */
footer {
  position: relative;
}
/* line 768, ../sass/style.scss */
footer:after {
  content: "";
  position: absolute;
  right: 0;
  top: -60px;
  max-width: 50%;
  width: 100%;
  display: block;
  border-color: transparent #F7FAF1 #3c83da transparent;
  border-width: 350px 1500px 0 0;
  border-style: solid;
  z-index: -5;
}
/* line 785, ../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: #212529;
  top: 1px;
  position: relative;
}

/* line 804, ../sass/style.scss */
[class^="btn-icon-"] {
  position: fixed;
  display: none;
  right: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: white;
  text-align: center;
  background-color: rgba(149, 196, 92, 0.85);
  z-index: 9999;
  transition: all 0.5s;
}
/* line 817, ../sass/style.scss */
[class^="btn-icon-"] .tooltip {
  background: #eaeaea;
  display: block;
  position: absolute;
  padding: 5px 15px;
  color: #307843;
  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 835, ../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 849, ../sass/style.scss */
[class^="btn-icon-"]:hover {
  background-color: #95c45c;
  color: white !important;
}
/* line 853, ../sass/style.scss */
[class^="btn-icon-"]:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

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

/* line 878, ../sass/style.scss */
.btn-icon-back {
  bottom: 20px;
}
/* line 881, ../sass/style.scss */
.btn-icon-back:hover {
  line-height: 30px;
}
/* line 885, ../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 895, ../sass/style.scss */
.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-image: none;
}

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

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

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