/**
* @version   $1.0.0: custom.scss 2022-06-15 18:24 [Son Nguyen] $
* @author PHPKUNGFU https://phpkungfu.com/
* @copyright Copyright (C) 2022 PHPKUNGFU (Son Nguyen)
* @support info@phpkungfu.com
*/
/* @group VARIABLES */
/**
* @version   $1.0.0: custom.scss 2022-06-15 18:24 [Son Nguyen] $
* @author PHPKUNGFU https://phpkungfu.com/
* @copyright Copyright (C) 2022 PHPKUNGFU (Son Nguyen)
* @support info@phpkungfu.com
*/
/* @group VARIABLES */
/* @end */
/* @group BUTTONS */
/* @end */
/* @group COMPONENTS */
/* @end */
.tm-header .uk-navbar-container:not(.uk-navbar-transparent) .jk-button > a {
  background: transparent;
  border: 1px solid #83a792;
  border-radius: 42px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.tm-header .uk-navbar-dropdown {
  width: 798px !important;
  padding: 32px;
}
.tm-header .uk-navbar-dropdown .jk-main-menu {
  padding: 0;
  margin-left: 0;
  gap: 64px;
}
.tm-header .uk-navbar-dropdown .jk-main-menu > div {
  padding-left: 0;
  width: calc((100% - 128px) / 3);
  position: relative;
}
.tm-header .uk-navbar-dropdown .jk-main-menu > div::after {
  content: "";
  position: absolute;
  right: -32px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #B3B1AD;
}
.tm-header .uk-navbar-dropdown .jk-main-menu > div:last-child::after {
  content: none;
}
.tm-header .uk-navbar-dropdown .uk-card-media-top picture {
  display: block;
  aspect-ratio: 202/126;
  border-radius: 8px;
  overflow: hidden;
}
.tm-header .uk-navbar-dropdown .uk-card-media-top picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tm-header .uk-navbar-dropdown .uk-card-default {
  box-shadow: none;
  background: transparent;
}
.tm-header .uk-navbar-dropdown .uk-card-body {
  padding: 10px 0 0;
}
.tm-header .uk-navbar-dropdown .uk-card-body .el-title {
  color: #0B4E27;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
.tm-header .uk-navbar-dropdown .uk-card-body .el-content {
  color: #83A792;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.44;
  letter-spacing: -0.24px;
}

.jk-button-discover .el-item {
  width: 100%;
}
.jk-button-discover .el-item > a {
  width: 208px;
  background: #b3b1ad;
  border-color: #b3b1ad;
  border-radius: 8px;
  padding: 8px 16px;
  position: relative;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 550px) {
  .jk-button-discover .el-item > a {
    width: 100%;
  }
}
.jk-button-discover .el-item > a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url("../images/icon-arrow-right.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 19px;
  height: 20px;
  background-color: #fff;
}
.jk-button-discover .el-item > a:hover {
  text-decoration: none;
  background: #0d2718;
  border-color: #0d2718;
}
.jk-button-discover .el-item > a.jk-button-active {
  background: #0d2718;
  border-color: #0d2718;
}

.jk-button-consulation > a {
  background: #ffffff;
  border-radius: 12px;
  border-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  color: #0b4e27;
}

.jk-btn-inquiry .el-item {
  width: 100%;
}
.jk-btn-inquiry .el-item a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.36px;
  color: #83a792;
  display: block;
  text-align: left;
  line-height: normal;
}
.jk-btn-inquiry .el-item a:hover {
  text-decoration: none;
  color: #83a792;
  background-color: transparent;
}
.jk-btn-inquiry .el-item .el-content {
  border: 0 none;
  padding: 0;
}

.jk-btn-f {
  margin: 0 !important;
}
.jk-btn-f .el-item a {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.44px;
  color: #fff;
  display: block;
}
@media (max-width: 991px) {
  .jk-btn-f .el-item a {
    font-size: 24px;
  }
}
.jk-btn-f .el-item a:hover {
  text-decoration: none;
  color: #fff;
}
.jk-btn-f .el-item .el-content {
  padding: 12px 0;
  border-bottom: 1px solid #fff;
}

.jk-banner-home > .uk-section {
  padding-bottom: 0;
}
.jk-banner-home > .uk-section > .uk-container > .uk-grid {
  gap: 24px;
}
.jk-banner-home > .uk-section > .uk-container > .uk-grid > div:first-child {
  width: calc(100% - 606px);
}
.jk-banner-home > .uk-section > .uk-container > .uk-grid > div:last-child {
  width: 582px;
}
.jk-banner-home .jk-heading-title {
  font-size: 68px;
  font-weight: 500;
  letter-spacing: -2.04px;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .jk-banner-home .jk-heading-title {
    font-size: 50px;
  }
}
.jk-banner-home .uk-grid > div:last-child {
  position: relative;
}
.jk-banner-home .jk-scroll h3 {
  font-size: 20px;
  font-weight: 500;
}
.jk-banner-home .jk-scroll .el-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.88;
}
.jk-banner-home .jk-scroll .el-link {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 20px;
  margin: 0 0 16px;
}
.jk-banner-home .jk-scroll .el-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 112px;
  height: 21px;
  border: 0 none;
}
.jk-banner-home .jk-scroll .uk-child-width-expand {
  margin: 0 40px 0 0;
}
.jk-banner-home .jk-scroll .uk-child-width-expand > div:first-child {
  display: flex;
  align-items: center;
  padding: 0 0 0 48px;
  border-left: 1px solid #fff;
}
.jk-banner-home .jk-img-large {
  aspect-ratio: 542/633;
  margin: 0;
}
.jk-banner-home .jk-img-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jk-banner-home .jk-img-small {
  position: absolute;
  content: "";
  left: -97px;
  top: 109px;
  width: 197px;
  height: 189px;
}
@media (max-width: 991px) {
  .jk-banner-home .jk-img-small {
    position: static;
    width: 100%;
    height: auto;
  }
}
.jk-banner-home .jk-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jk-product {
  background: #f5f5f5;
  margin-bottom: -78px;
}
.jk-product .jk-heading-title {
  font-weight: 500;
  font-size: 96px;
  line-height: 1.05;
  letter-spacing: -2.88px;
  margin: 0 0 32px;
  color: #0b4e27;
}
@media (max-width: 991px) {
  .jk-product .jk-heading-title {
    font-size: 60px;
  }
}
.jk-product .jk-txt {
  font-size: 20px;
  line-height: 1.57;
  font-weight: 500;
  color: #0b4e27;
  margin: 0 0 40px;
}
.jk-product .jk-item {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #D2D3D2;
}
@media (max-width: 991px) {
  .jk-product .jk-item {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}
.jk-product .jk-item h3 {
  color: #0b4e27;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.2px;
  margin: 0 0 40px;
}
.jk-product .jk-item .el-content {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: -0.32px;
  width: 319px;
  float: right;
  color: #0B4E27;
}
@media (max-width: 991px) {
  .jk-product .jk-item .el-content {
    float: none;
  }
}
.jk-product .jk-item .el-content + .uk-margin-top {
  float: left;
  margin-top: 60px !important;
}
@media (max-width: 991px) {
  .jk-product .jk-item .el-content + .uk-margin-top {
    float: none;
    margin-top: 10px !important;
  }
}
.jk-product .jk-item > .uk-margin-top > a {
  border: 0 none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.57;
  padding: 0;
  border-radius: 0;
}
.jk-product .jk-item > .uk-margin-top > a:hover {
  background: transparent;
  color: #0b4e27;
  text-decoration: underline;
}
.jk-product .jk-img-product {
  border-radius: 8px;
  overflow: hidden;
}
.jk-product .jk-img-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jk-product > .uk-section {
  padding-bottom: 0;
}

.jk-discover {
  background: #0d2718;
  color: #fff;
  padding: 150px 0 70px;
}
.jk-discover .uk-h2 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.19;
  letter-spacing: -1.2px;
}
@media (max-width: 991px) {
  .jk-discover .uk-h2 {
    font-size: 30px;
  }
}
.jk-discover .uk-accordion-title {
  color: #fff;
}
.jk-discover .jk-content-discover {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-left: 0;
}
.jk-discover .jk-content-discover > div:first-child {
  width: 208px;
  padding: 0;
}
@media (max-width: 991px) {
  .jk-discover .jk-content-discover > div:first-child {
    width: 100%;
  }
}
.jk-discover .jk-content-discover > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: calc(100% - 224px);
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .jk-discover .jk-content-discover > div:last-child {
    width: 100%;
  }
}
.jk-discover .jk-content-discover .uk-slider-container {
  overflow: hidden;
  margin: 0 !important;
}
.jk-discover .jk-content-discover .uk-slider-items .el-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
.jk-discover .jk-content-discover .uk-slider-items .el-item > picture {
  width: 408px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .jk-discover .jk-content-discover .uk-slider-items .el-item > picture {
    width: 100%;
  }
}
.jk-discover .jk-content-discover .uk-slider-items .el-item > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jk-discover .jk-content-discover .uk-slider-items .el-item > .jk-slider-text {
  width: calc(100% - 428px);
  color: #0b4e27;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .jk-discover .jk-content-discover .uk-slider-items .el-item > .jk-slider-text {
    width: 100%;
  }
}
.jk-discover .jk-content-discover .uk-slider-items .el-item > .jk-slider-text h3 {
  color: #0b4e27;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.96px;
}
.jk-discover .jk-content-discover .uk-slider-items .el-item > .jk-slider-text .el-meta {
  font-size: 12px;
  line-height: 1.23;
  font-weight: 500;
  color: #0b4e27;
}
.jk-discover .jk-content-discover .uk-slider-items .el-item > .jk-slider-text p {
  font-size: 14px;
  line-height: 1.28;
}
.jk-discover .jk-content-discover .uk-slider-items .el-item > .jk-slider-text ul li {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
.jk-discover .jk-content-discover .uk-slider-items .el-item > .jk-slider-text .el-content + .uk-margin-top {
  padding: 20px 0 0px;
  margin: auto 0 0px !important;
  border-top: 1px solid #83A792;
}
.jk-discover .jk-content-discover .uk-slider-items .el-item > .jk-slider-text .el-content + .uk-margin-top > a {
  border: 1px solid #0B4E27;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.jk-discover .jk-content-discover .uk-slider-items .el-item > .jk-slider-text .el-content + .uk-margin-top > a:hover {
  color: #fff;
}
.jk-discover .jk-content-discover .uk-position-center-left,
.jk-discover .jk-content-discover .uk-position-center-right {
  margin: 0;
  left: auto;
  bottom: -17px;
  top: auto;
  display: block !important;
}
.jk-discover .jk-content-discover .uk-position-center-left > a,
.jk-discover .jk-content-discover .uk-position-center-right > a {
  width: 32px;
  height: 32px;
  position: relative;
  padding: 0;
  background: transparent;
}
.jk-discover .jk-content-discover .uk-position-center-left > a::after,
.jk-discover .jk-content-discover .uk-position-center-right > a::after {
  content: "";
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #0d2718;
}
.jk-discover .jk-content-discover .uk-position-center-left > a svg,
.jk-discover .jk-content-discover .uk-position-center-right > a svg {
  display: none;
}
.jk-discover .jk-content-discover .uk-position-center-left {
  right: 44px;
}
.jk-discover .jk-content-discover .uk-position-center-left > a::after {
  mask-image: url("../images/icon-prev.svg");
}
.jk-discover .jk-content-discover .uk-position-center-right {
  right: 0px;
}
.jk-discover .jk-content-discover .uk-position-center-right > a::after {
  mask-image: url("../images/icon-next.svg");
}

.jk-recent .uk-h2 {
  color: #0b4e27;
  text-align: center;
  font-weight: 600;
  font-size: 96px;
  line-height: 1.05;
  letter-spacing: -2.88px;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .jk-recent .uk-h2 {
    font-size: 50px;
  }
}
.jk-recent .jk-recent-slider {
  background: #ffffff;
  border-radius: 12px;
  padding: 8px;
}
.jk-recent .jk-recent-slider .el-item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-direction: row-reverse;
}
.jk-recent .jk-recent-slider .el-item > picture {
  float: right;
  width: 690px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .jk-recent .jk-recent-slider .el-item > picture {
    width: 100%;
  }
}
.jk-recent .jk-recent-slider .el-item > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jk-recent .jk-recent-slider .el-item .jk-slider-text {
  width: calc(100% - 702px);
  background: #d9d9d9;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .jk-recent .jk-recent-slider .el-item .jk-slider-text {
    width: 100%;
    padding: 20px 24px;
  }
}
.jk-recent .jk-recent-slider .el-item .el-title {
  color: #0b4e27;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.96px;
  margin: 0 0 16px;
}
.jk-recent .jk-recent-slider .el-item .el-content {
  color: #0d2718;
  font-size: 16px;
  line-height: 1.39;
  letter-spacing: -0.32px;
  margin-bottom: 20px;
}
.jk-recent .jk-recent-slider .el-item .el-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto !important;
  gap: 8px;
}
.jk-recent .jk-recent-slider .el-item .el-meta > span {
  background: #fff;
  color: #0d2718;
  padding: 4px 8px;
  border-radius: 26px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.39;
  letter-spacing: -0.24px;
  display: inline-block;
}
.jk-recent .jk-recent-slider .uk-position-center-left > a,
.jk-recent .jk-recent-slider .uk-position-center-right > a {
  width: 32px;
  height: 32px;
  position: relative;
  padding: 0;
  background: transparent;
}
.jk-recent .jk-recent-slider .uk-position-center-left > a::after,
.jk-recent .jk-recent-slider .uk-position-center-right > a::after {
  content: "";
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #0d2718;
}
.jk-recent .jk-recent-slider .uk-position-center-left > a svg,
.jk-recent .jk-recent-slider .uk-position-center-right > a svg {
  display: none;
}
.jk-recent .jk-recent-slider .uk-position-center-left > a::after {
  mask-image: url("../images/icon-prev.svg");
}
.jk-recent .jk-recent-slider .uk-position-center-right > a::after {
  mask-image: url("../images/icon-next.svg");
}

.jk-inquiry .uk-width-1-1 {
  text-align: center;
}
.jk-inquiry .uk-panel {
  text-align: left;
}
.jk-inquiry .uk-h2 {
  font-size: 96px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -2.88px;
  color: #0b4e27;
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .jk-inquiry .uk-h2 {
    font-size: 60px;
  }
}
.jk-inquiry .uk-h2 i {
  display: inline-block;
  font-style: normal;
  position: relative;
  padding: 0 0 24px;
}
.jk-inquiry .uk-h2 span {
  display: block;
  font-size: 20px;
  letter-spacing: -0.6px;
  position: absolute;
  content: "";
  bottom: 0;
  right: 45px;
}
.jk-inquiry .uk-container > .uk-grid:last-child > div:first-child {
  width: 266px;
}
@media (max-width: 991px) {
  .jk-inquiry .uk-container > .uk-grid:last-child > div:first-child {
    width: 100%;
  }
}
.jk-inquiry .uk-container > .uk-grid:last-child > div:last-child {
  width: calc(100% - 266px);
}
@media (max-width: 991px) {
  .jk-inquiry .uk-container > .uk-grid:last-child > div:last-child {
    width: 100%;
  }
}

.jk-form {
  margin: 0;
}
.jk-form > div {
  padding: 0;
}
.jk-form h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.88;
  letter-spacing: -0.4px;
  margin: 0 0 20px;
  color: #0b4e27;
}
.jk-form .jk-content {
  float: left;
  width: 152px;
  margin: 0 !important;
  padding: 23px 0 0;
  border-top: 1px solid #83a792;
}
.jk-form .jk-content p {
  color: #83a792;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.36px;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #83a792;
}
.jk-form .jk-content p:last-child {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.jk-form .jk-content p a {
  color: #83a792;
}

.jk-module {
  padding: 0;
}
.jk-module.jk-line-fa {
  position: relative;
  padding: 70px 0;
}
.jk-module.jk-line-fa::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/line-fa.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1198px;
  height: 15px;
}
@media (max-width: 1199px) {
  .jk-module.jk-line-fa::after {
    width: 100%;
  }
}
.jk-module.footer {
  background: #0d2718;
  padding: 70px 0;
  color: #fff;
}

.jk-book-free {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  text-align: center;
}
.jk-book-free > .uk-grid-item-match {
  padding: 0;
}
.jk-book-free .uk-h2 {
  color: #0b4e27;
  font-weight: 500;
  font-size: 64px;
  letter-spacing: -1.92px;
  line-height: 1.05;
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  .jk-book-free .uk-h2 {
    font-size: 50px;
  }
}
.jk-book-free .uk-panel {
  color: #0b4e27;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.57;
}

.jk-frequently {
  align-items: center;
}
.jk-frequently .uk-h2 {
  color: #0b4e27;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.19;
  letter-spacing: -1.2px;
  margin: 0 0 20px;
}
.jk-frequently .uk-panel {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: -0.32px;
  color: #0b4e27;
}
.jk-frequently .jk-accordion > .el-item > a.el-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: -0.32px;
  color: #0b4e27;
  text-decoration: none;
}
.jk-frequently .jk-accordion > .el-item > a.el-title::before {
  content: "";
  background-image: none;
  width: 24px;
  height: 24px;
  mask-image: url("../images/icon-plus.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: #0b4e27;
}
.jk-frequently .jk-accordion > .el-item > a.el-title:hover {
  text-decoration: none;
}
.jk-frequently .jk-accordion > .el-item:first-child {
  border-top: 1px solid #b3b1ad;
  padding-top: 9px;
}
.jk-frequently .jk-accordion > .el-item:last-child {
  border-bottom: 1px solid #b3b1ad;
  padding-bottom: 9px;
}
.jk-frequently .jk-accordion > .el-item:nth-child(n+2) {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid #b3b1ad;
}
.jk-frequently .jk-accordion > .el-item .uk-accordion-content {
  margin-top: 6px;
}
.jk-frequently .jk-accordion > .el-item .uk-accordion-content .el-content {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.24px;
  color: #83a792;
}
.jk-frequently .jk-accordion > .el-item.uk-open > a.el-title::before {
  mask-image: url("../images/icon-close.svg");
}

.jk-footer .el-link {
  margin: 0 0 20px;
  color: #fff;
}
.jk-footer .el-link picture img {
  width: 157px;
  object-fit: contain;
}
.jk-footer .uk-panel {
  margin: 0 !important;
}
.jk-footer .uk-panel p {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.84px;
  padding: 0 0 24px;
  margin: 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .jk-footer .uk-panel p {
    font-size: 24px;
  }
}
.jk-footer .uk-panel p a {
  color: #fff;
  text-decoration: none;
}
.jk-footer .uk-panel p:not(:first-child) {
  font-size: 48px;
  letter-spacing: -1.44px;
}
.jk-footer .jk-img picture {
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
.jk-footer .jk-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#userForm {
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 15px;
}
#userForm .formRequired {
  display: none;
}
#userForm .rsform-block {
  display: block;
}
#userForm .formContainer input,
#userForm .formContainer textarea {
  width: 100%;
  background: #f5f5f5;
  color: #0d2718;
  padding: 0 16px;
  border: 0 none;
}
#userForm .formContainer input:focus,
#userForm .formContainer textarea:focus {
  box-shadow: none;
}
#userForm .formContainer input {
  height: 48px;
}
#userForm .formContainer textarea {
  height: 194px;
  padding: 8px 16px;
}
#userForm .formContainer .formControls {
  width: 100%;
  max-width: 100%;
}
#userForm .formContainer .rsform-submit-button {
  height: 38px;
  line-height: 38px;
  background: #0b4e27;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 0 16px;
  display: block;
  width: 100%;
  border: 0 none;
  border-radius: 8px;
}
#userForm .formContainer .rsform-submit-button:hover, #userForm .formContainer .rsform-submit-button:focus {
  box-shadow: none;
  outline: 0 none;
}
#userForm .formContainer .formControlLabel {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.57;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 0 6px;
  color: #0b4e27;
}
#userForm .formContainer > .row > .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#userForm .formContainer > .row > .col-md-12 > .row {
  position: relative;
  width: calc((100% - 16px) / 2);
  margin-bottom: 0 !important;
}
#userForm .formContainer > .row > .col-md-12 > .row.rsform-block-submit, #userForm .formContainer > .row > .col-md-12 > .row.rsform-block-message {
  width: 100%;
}
#userForm .formContainer > .row > .col-md-12 > .row.rsform-block-submit .formControlLabel {
  display: none;
}

footer {
  background: #0d2718;
}
footer .uk-section-default {
  background: transparent;
}
footer .jk-social > ul {
  position: relative;
  margin-left: 0;
}
footer .jk-social > ul::before {
  content: "Follow Us:";
  display: inline-block;
  font-size: 12px;
  letter-spacing: -0.36px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
}
footer .jk-social .el-item > a.el-link {
  margin: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b4e27;
}
footer .jk-social .el-item > a.el-link svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.jk-sec-apart {
  position: relative;
  padding: 70px 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background-image: url("../images/bg-apart.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.jk-sec-apart::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/line-fa.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1198px;
  height: 15px;
}
@media (max-width: 1199px) {
  .jk-sec-apart::after {
    width: 100%;
  }
}
.jk-sec-apart > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1248px) {
  .jk-sec-apart > div {
    margin: 0 24px;
  }
}
.jk-sec-apart h3.el-title {
  text-align: center;
  color: #0B4E27;
  font-weight: 600;
  font-size: 80px;
  line-height: 1.01;
  letter-spacing: -2.4px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .jk-sec-apart h3.el-title {
    font-size: 50px;
  }
}
.jk-sec-apart .jk-apart > div {
  counter-reset: item;
}
.jk-sec-apart .jk-apart .jk-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  counter-increment: item;
  padding-left: 76px;
  clear: both;
}
@media (max-width: 991px) {
  .jk-sec-apart .jk-apart .jk-item {
    font-size: 24px;
    padding-left: 32px;
  }
}
.jk-sec-apart .jk-apart .jk-item::before {
  content: counter(item, decimal-leading-zero) ". ";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 48px;
  color: #83A792;
  letter-spacing: -0.96px;
}
@media (max-width: 991px) {
  .jk-sec-apart .jk-apart .jk-item::before {
    font-size: 20px;
  }
}
.jk-sec-apart .jk-apart .jk-item .el-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.96px;
  color: #0B4E27;
  margin: 0 0 8px;
  text-align: left;
}
@media (max-width: 991px) {
  .jk-sec-apart .jk-apart .jk-item .el-title {
    font-size: 20px;
  }
}
.jk-sec-apart .jk-apart .jk-item .el-content {
  color: #B3B1AD;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.39;
  letter-spacing: -0.32px;
}
.jk-sec-apart .jk-apart .jk-item:nth-child(2n) {
  align-items: last baseline;
  float: right;
}

@media (max-width: 991px) {
  .page-about .jk-list-post .uk-grid > div {
    margin: 20px 0 0;
  }
}
.page-about .jk-list-post .uk-grid > div:not(:nth-child(2)) {
  margin: 92px 0 0;
}
@media (max-width: 991px) {
  .page-about .jk-list-post .uk-grid > div:not(:nth-child(2)) {
    margin: 20px 0 0;
  }
}
.page-about .jk-list-post .uk-grid .el-item.uk-card {
  padding: 0;
  box-shadow: none;
}
.page-about .jk-list-post .uk-grid .el-item.uk-card > picture {
  aspect-ratio: 326/360;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.page-about .jk-list-post .uk-grid .el-item.uk-card > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .jk-list-post .uk-grid .el-item.uk-card .el-title {
  color: #0B4E27;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.32px;
  margin: 0 0 10px;
}
.page-about .jk-list-post .uk-grid .el-item.uk-card .el-content {
  color: #B3B1AD;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.39;
  letter-spacing: -0.32px;
}
.page-about .jk-breadcrumbs.about-page {
  background: #0e2a19;
  color: #fff;
  padding: 0;
}
.page-about .jk-breadcrumbs.about-page .uk-breadcrumb {
  padding: 16px 0;
  text-align: center;
}
.page-about .jk-breadcrumbs.about-page .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  color: #B3B1AD;
}
.page-about .jk-breadcrumbs.about-page .uk-breadcrumb > li a, .page-about .jk-breadcrumbs.about-page .uk-breadcrumb > li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.01;
  letter-spacing: -0.48px;
}
.page-about .jk-breadcrumbs.about-page .uk-breadcrumb > li > a {
  color: #B3B1AD;
}
.page-about .jk-breadcrumbs.about-page .uk-breadcrumb > li > span {
  color: #83A792;
}
.page-about .jk-breadcrumbs.about-page .uk-h1 {
  color: #fff;
  font-weight: 500;
  font-size: 80px;
  line-height: 1.01;
  letter-spacing: -2.4px;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .page-about .jk-breadcrumbs.about-page .uk-h1 {
    font-size: 50px;
  }
}
.page-about .jk-breadcrumbs.about-page .jk-img {
  margin: 0 0 -60px;
  gap: 22px;
}
.page-about .jk-breadcrumbs.about-page .jk-img > div:first-child {
  width: 261px;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .page-about .jk-breadcrumbs.about-page .jk-img > div:first-child {
    width: 100%;
  }
}
.page-about .jk-breadcrumbs.about-page .jk-img > div:last-child {
  width: calc(100% - 283px);
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .page-about .jk-breadcrumbs.about-page .jk-img > div:last-child {
    width: 100%;
  }
}
.page-about .jk-breadcrumbs.about-page .jk-img > div > div {
  width: 100%;
  height: 100%;
}
.page-about .jk-breadcrumbs.about-page .jk-img > div picture {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  height: 100%;
}
.page-about .jk-breadcrumbs.about-page .jk-img > div picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .jk-breadcrumbs.about-single {
  padding: 0 0 40px;
  background: #fff;
}
.page-about .jk-breadcrumbs.about-single > .uk-section {
  padding: 0;
}
@media (max-width: 1199px) {
  .page-about .jk-breadcrumbs.about-single > .uk-section {
    background-size: cover;
  }
}
.page-about .jk-breadcrumbs.about-single .uk-breadcrumb {
  padding: 16px 0;
  text-align: center;
}
.page-about .jk-breadcrumbs.about-single .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  color: #B3B1AD;
}
.page-about .jk-breadcrumbs.about-single .uk-breadcrumb > li a, .page-about .jk-breadcrumbs.about-single .uk-breadcrumb > li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.01;
  letter-spacing: -0.48px;
}
.page-about .jk-breadcrumbs.about-single .uk-breadcrumb > li > a {
  color: #B3B1AD;
}
.page-about .jk-breadcrumbs.about-single .uk-breadcrumb > li > span {
  color: #0B4E27;
}
.page-about .jk-breadcrumbs.about-single .jk-title {
  margin: 0;
  padding: 56px 0;
}
@media (max-width: 991px) {
  .page-about .jk-breadcrumbs.about-single .jk-title {
    padding: 40px 0 20px;
  }
}
.page-about .jk-breadcrumbs.about-single .jk-title > div {
  gap: 24px 60px;
  padding: 0;
}
.page-about .jk-breadcrumbs.about-single .jk-title > div:first-child {
  width: 410px;
}
@media (max-width: 991px) {
  .page-about .jk-breadcrumbs.about-single .jk-title > div:first-child {
    width: 100%;
  }
}
.page-about .jk-breadcrumbs.about-single .jk-title > div:last-child {
  width: calc(100% - 470px);
}
@media (max-width: 991px) {
  .page-about .jk-breadcrumbs.about-single .jk-title > div:last-child {
    width: 100%;
  }
}
.page-about .jk-breadcrumbs.about-single .jk-title .uk-h1 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1.01;
  letter-spacing: -0.8px;
  color: #0B4E27;
}
@media (max-width: 991px) {
  .page-about .jk-breadcrumbs.about-single .jk-title .uk-h1 {
    font-size: 50px;
  }
}
.page-about .jk-breadcrumbs.about-single .jk-title .uk-panel {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.88;
  margin: 0;
}
.page-about .jk-breadcrumbs.about-single .jk-title .uk-panel p {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #83A792;
}
.page-about .jk-breadcrumbs.about-single .jk-title .uk-panel .quadrilateral {
  width: 10px;
  height: 10px;
  background: #0B4E27;
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 24px;
}
.page-about .jk-breadcrumbs.about-single .jk-title .uk-h3 {
  color: #0B4E27;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.88;
  margin: 0;
}
.page-about .jk-breadcrumbs.about-single .jk-img {
  margin-left: 0;
}
.page-about .jk-breadcrumbs.about-single .jk-img > div {
  padding: 0;
}
.page-about .jk-breadcrumbs.about-single .jk-img picture {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  height: 100%;
}
.page-about .jk-breadcrumbs.about-single .jk-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-about .jk-breadcrumbs.about-single .jk-img + .jk-img {
  margin-top: 18px;
  margin-left: 0;
  display: flex;
  gap: 22px;
}
.page-about .jk-breadcrumbs.about-single .jk-img + .jk-img > div {
  padding: 0;
}
.page-about .jk-breadcrumbs.about-single .jk-img + .jk-img > div:first-child {
  width: 261px;
}
@media (max-width: 991px) {
  .page-about .jk-breadcrumbs.about-single .jk-img + .jk-img > div:first-child {
    width: 100%;
  }
}
.page-about .jk-breadcrumbs.about-single .jk-img + .jk-img > div:last-child {
  width: calc(100% - 283px);
}
@media (max-width: 991px) {
  .page-about .jk-breadcrumbs.about-single .jk-img + .jk-img > div:last-child {
    width: 100%;
    margin: 0;
  }
}
.page-about .jk-breadcrumbs.about-single .jk-img + .jk-img > div > div {
  height: 100%;
}
.page-about .jk-breadcrumbs.about-single .jk-question, .page-about .jk-breadcrumbs.about-single .jk-book-free {
  background: #fff;
}
.page-about .jk-breadcrumbs.about-single .jk-question {
  position: relative;
  margin: 50px 0 0;
}
.page-about .jk-breadcrumbs.about-single .jk-question::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/line-fa.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1198px;
  height: 15px;
}
@media (max-width: 1199px) {
  .page-about .jk-breadcrumbs.about-single .jk-question::after {
    width: 100%;
  }
}
.page-about .jk-about {
  padding-bottom: 0;
}
.page-about .jk-about .jk-title {
  text-align: center;
  margin: 40px 0 0;
}
@media (max-width: 991px) {
  .page-about .jk-about .jk-title {
    margin: 60px 0 0;
  }
}
.page-about .jk-about .jk-title > div {
  padding: 0;
}
.page-about .jk-about .jk-title .uk-h2 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1.01;
  letter-spacing: -0.8px;
  color: #0B4E27;
}
@media (max-width: 991px) {
  .page-about .jk-about .jk-title .uk-h2 {
    font-size: 50px;
  }
}
.page-about .jk-about .jk-title .uk-panel {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.39;
  letter-spacing: -0.4px;
  color: #83A792;
}
.page-about .jk-book-free.jk-about-page {
  margin-top: 0;
  margin-bottom: 0;
  background: #0D2718;
  padding: 40px 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  color: #fff;
}
.page-about .jk-book-free.jk-about-page > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1248px) {
  .page-about .jk-book-free.jk-about-page > div {
    margin: 0 24px;
  }
}
.page-about .jk-book-free.jk-about-page .uk-grid {
  align-items: flex-end;
}
.page-about .jk-book-free.jk-about-page .jk-book-title {
  color: #fff;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -1.92px;
  position: relative;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .page-about .jk-book-free.jk-about-page .jk-book-title {
    font-size: 32px;
  }
}
.page-about .jk-book-free.jk-about-page .jk-book-title::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-image: url("../images/arrow-right-short.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 63px;
  height: 43px;
}
@media (max-width: 991px) {
  .page-about .jk-book-free.jk-about-page .jk-book-title::after {
    width: 50px;
    height: 30px;
  }
}
.page-about .jk-book-free.jk-about-page .uk-panel {
  color: #B3B1AD;
  margin: 0;
  text-align: left;
}
.page-about .jk-book {
  padding: 0;
}

.page-contact .jk-breadcrumbs {
  padding: 0;
}
.page-contact .jk-breadcrumbs .uk-breadcrumb {
  padding: 16px 0;
  text-align: center;
}
.page-contact .jk-breadcrumbs .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  color: #B3B1AD;
}
.page-contact .jk-breadcrumbs .uk-breadcrumb > li a, .page-contact .jk-breadcrumbs .uk-breadcrumb > li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.01;
  letter-spacing: -0.48px;
}
.page-contact .jk-breadcrumbs .uk-breadcrumb > li > a {
  color: #B3B1AD;
}
.page-contact .jk-breadcrumbs .uk-breadcrumb > li > span {
  color: #0B4E27;
}
.page-contact .jk-content-form, .page-contact .jk-book-free {
  padding: 0;
}
.page-contact .jk-title {
  text-align: center;
  position: relative;
  padding: 40px 0 70px;
  margin: 0 0 40px;
}
.page-contact .jk-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/line-fa.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1198px;
  height: 15px;
}
@media (max-width: 1199px) {
  .page-contact .jk-title::after {
    width: 100%;
  }
}
.page-contact .jk-title > div {
  padding: 0;
}
.page-contact .jk-title .uk-h2 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1.01;
  letter-spacing: -0.8px;
  color: #0B4E27;
}
@media (max-width: 991px) {
  .page-contact .jk-title .uk-h2 {
    font-size: 42px;
  }
}
.page-contact .jk-title .uk-h2 > span {
  color: #83A792;
  font-size: 20px;
  line-height: 1.57;
  letter-spacing: 0;
  display: block;
  margin: 0 0 10px;
}
.page-contact .jk-title .uk-panel {
  color: #83A792;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.57;
}
.page-contact .jk-form {
  position: relative;
  padding: 0 0 70px;
}
.page-contact .jk-form::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/line-fa.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1198px;
  height: 15px;
}
@media (max-width: 1199px) {
  .page-contact .jk-form::after {
    width: 100%;
  }
}
.page-contact .jk-form .jk-content {
  width: 180px;
}
.page-contact .jk-form .jk-content p {
  font-size: 20px;
}
.page-contact .jk-free-question {
  padding: 60px 0;
}
.page-contact .jk-btn-inquiry .el-item a {
  font-size: 20px;
}

.page-project {
  background: #fff;
}
.page-project .jk-breadcrumbs {
  padding: 0;
  background: #fff;
}
.page-project .jk-breadcrumbs > .uk-section {
  padding: 0;
}
@media (max-width: 1199px) {
  .page-project .jk-breadcrumbs > .uk-section {
    background-size: cover;
  }
}
.page-project .jk-breadcrumbs .uk-breadcrumb {
  padding: 16px 0;
  text-align: center;
}
.page-project .jk-breadcrumbs .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  color: #B3B1AD;
}
.page-project .jk-breadcrumbs .uk-breadcrumb > li a, .page-project .jk-breadcrumbs .uk-breadcrumb > li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.01;
  letter-spacing: -0.48px;
}
.page-project .jk-breadcrumbs .uk-breadcrumb > li > a {
  color: #B3B1AD;
}
.page-project .jk-breadcrumbs .uk-breadcrumb > li > span {
  color: #0B4E27;
}
.page-project .jk-content-post {
  position: relative;
  background: #fff;
}
.page-project .jk-content-post > .uk-background-top-center {
  background-position: top -65px center;
}
.page-project .jk-content-post .jk-title {
  text-align: center;
  margin: 0 0 60px;
}
.page-project .jk-content-post .jk-title .uk-h2 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1.01;
  letter-spacing: -0.8px;
  margin: 0 0 20px;
  color: #0B4E27;
}
.page-project .jk-content-post .jk-title .uk-panel {
  color: #0B4E27;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.12;
}
.page-project .jk-content-post .jk-title .uk-panel p {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.page-project .jk-content-post .jk-list-post .uk-card-default {
  background: transparent;
  box-shadow: none;
}
.page-project .jk-content-post .jk-list-post .uk-card-media-top picture {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 341/406;
  display: block;
}
.page-project .jk-content-post .jk-list-post .uk-card-media-top picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-project .jk-content-post .jk-list-post .uk-card-body {
  padding: 10px 0;
}
.page-project .jk-content-post .jk-list-post .uk-card-body .el-title {
  color: #0D2718;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.32;
  margin: 0 0 10px;
}
.page-project .jk-content-post .jk-list-post .uk-card-body .el-content {
  color: #B3B1AD;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.14px;
}
.page-project .jk-book-free {
  padding: 0;
}
.page-project .jk-title {
  margin: 0;
  padding: 56px 0;
}
@media (max-width: 991px) {
  .page-project .jk-title {
    padding: 40px 0 20px;
  }
}
.page-project .jk-title > div {
  gap: 24px 60px;
  padding: 0;
}
.page-project .jk-title > div:first-child {
  width: 410px;
}
@media (max-width: 991px) {
  .page-project .jk-title > div:first-child {
    width: 100%;
  }
}
.page-project .jk-title > div:last-child {
  width: calc(100% - 470px);
}
@media (max-width: 991px) {
  .page-project .jk-title > div:last-child {
    width: 100%;
  }
}
.page-project .jk-title .uk-h1 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1.01;
  letter-spacing: -0.8px;
  color: #0B4E27;
}
@media (max-width: 991px) {
  .page-project .jk-title .uk-h1 {
    font-size: 50px;
  }
}
.page-project .jk-title .uk-panel {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.88;
  margin: 0;
}
.page-project .jk-title .uk-panel p {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #83A792;
}
.page-project .jk-title .uk-panel .quadrilateral {
  width: 10px;
  height: 10px;
  background: #0B4E27;
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 24px;
}
.page-project .jk-title .uk-h3 {
  color: #0B4E27;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.88;
  margin: 0;
}
.page-project .jk-img {
  margin-left: 0;
}
.page-project .jk-img > div {
  padding: 0;
}
.page-project .jk-img picture {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  height: 100%;
}
.page-project .jk-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-project .jk-img + .jk-img {
  margin-top: 18px;
  margin-left: 0;
  display: flex;
  gap: 22px;
}
.page-project .jk-img + .jk-img > div {
  padding: 0;
}
.page-project .jk-img + .jk-img > div:first-child {
  width: 261px;
}
@media (max-width: 991px) {
  .page-project .jk-img + .jk-img > div:first-child {
    width: 100%;
  }
}
.page-project .jk-img + .jk-img > div:last-child {
  width: calc(100% - 283px);
}
@media (max-width: 991px) {
  .page-project .jk-img + .jk-img > div:last-child {
    width: 100%;
    margin: 0;
  }
}
.page-project .jk-img + .jk-img > div > div {
  height: 100%;
}
.page-project .jk-question, .page-project .jk-book-free {
  background: #fff;
}
.page-project .jk-question {
  position: relative;
  margin: 50px 0 0;
}
.page-project .jk-question::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/line-fa.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1198px;
  height: 15px;
}
@media (max-width: 1199px) {
  .page-project .jk-question::after {
    width: 100%;
  }
}

.page-product {
  background: #fff;
}
.page-product .jk-breadcrumbs > .uk-section {
  padding: 0 0 60px;
}
.page-product .jk-breadcrumbs .uk-breadcrumb {
  padding: 16px 0;
  text-align: center;
}
.page-product .jk-breadcrumbs .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  color: #B3B1AD;
}
.page-product .jk-breadcrumbs .uk-breadcrumb > li a, .page-product .jk-breadcrumbs .uk-breadcrumb > li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.01;
  letter-spacing: -0.48px;
}
.page-product .jk-breadcrumbs .uk-breadcrumb > li > a {
  color: #B3B1AD;
}
.page-product .jk-breadcrumbs .uk-breadcrumb > li > span {
  color: #0B4E27;
}
.page-product .jk-breadcrumbs .jk-intro {
  text-align: center;
}
.page-product .jk-breadcrumbs .jk-intro span {
  color: #0B4E27;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.12;
  text-align: center;
  position: relative;
  padding: 40px 0 60px;
  display: inline-block;
}
@media (max-width: 991px) {
  .page-product .jk-breadcrumbs .jk-intro span {
    font-size: 24px;
  }
}
.page-product .jk-breadcrumbs .jk-intro span::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0px;
  background-image: url("../images/icon-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  height: 60px;
}
.page-product .jk-breadcrumbs .jk-intro span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/line-fa.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1198px;
  height: 15px;
}
@media (max-width: 1199px) {
  .page-product .jk-breadcrumbs .jk-intro span::after {
    width: 100%;
  }
}
.page-product .jk-breadcrumbs .jk-count .counter-container {
  margin: 0;
}
.page-product .jk-breadcrumbs .jk-count .counter-container > div > span {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.12;
  color: #000;
}
.page-product .jk-breadcrumbs .jk-count .jk-heading-title {
  color: #0B4E27;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.57;
}
.page-product .jk-text {
  padding: 40px 0;
  background: #fff;
}
.page-product .jk-text .uk-h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.01;
  letter-spacing: -0.2px;
  margin: 0;
  color: #0B4E27;
}
.page-product .jk-text .uk-panel {
  color: #83A792;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.32;
  letter-spacing: -0.16px;
}
.page-product .jk-products {
  background: #fff;
  padding: 0;
}
@media (max-width: 1248px) {
  .page-product .jk-products {
    margin: 0 0 24px;
  }
}
.page-product .jk-products > .uk-container {
  padding: 0 0 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #F5F5F5 0%, #83A792 55.77%, #F5F5F5 100%) 1;
}
@media (max-width: 1248px) {
  .page-product .jk-products > .uk-container {
    margin: 0 24px;
  }
}
.page-product .jk-products .uk-h2 {
  color: #0B4E27;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.01;
  letter-spacing: -0.4px;
}
.page-product .jk-products .uk-inline-clip picture {
  display: block;
  border-radius: 4px;
  aspect-ratio: 230/297;
  overflow: hidden;
}
.page-product .jk-products .uk-inline-clip picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-product .jk-products .jk-slider-text .el-title {
  color: #0B4E27;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.28px;
}
.page-product .jk-products .uk-slider-items {
  margin-left: -16px;
}
.page-product .jk-products .uk-slider-items > div {
  padding-left: 16px;
}
.page-product .jk-products .uk-position-small {
  margin: 0;
}
.page-product .jk-products .uk-position-small > a {
  width: 38px;
  height: 38px;
  position: relative;
  padding: 0;
  background: transparent;
}
.page-product .jk-products .uk-position-small > a::after {
  content: "";
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  width: 38px;
  height: 38px;
  display: inline-block;
  background-color: #0d2718;
}
.page-product .jk-products .uk-position-small > a svg {
  display: none;
}
.page-product .jk-products .uk-position-center-left-out > a::after {
  mask-image: url("../images/icon-arrow-prev.svg");
}
.page-product .jk-products .uk-position-center-right-out > a::after {
  mask-image: url("../images/icon-arrow-next.svg");
}
.page-product .jk-question {
  padding: 60px 0;
  position: relative;
  background: #fff;
}
.page-product .jk-question::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/line-fa.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1198px;
  height: 15px;
}
@media (max-width: 1199px) {
  .page-product .jk-question::after {
    width: 100%;
  }
}
.page-product .jk-book {
  padding: 0;
}
.page-product .jk-insights {
  background: #fff;
}
.page-product .jk-insights .uk-inline-clip picture {
  aspect-ratio: 308/296;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.page-product .jk-insights .uk-inline-clip picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-product .jk-insights .el-item > a {
  display: block;
}
.page-product .jk-insights .el-meta {
  color: #B3B1AD;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.32;
  letter-spacing: -0.12px;
}
.page-product .jk-insights .el-title {
  color: #0D2718;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.32;
  letter-spacing: -0.42px;
}
.page-product .jk-insights .jk-list-post > .uk-grid {
  gap: 24px 54px;
  margin: 0;
}
.page-product .jk-insights .jk-list-post > .uk-grid > div {
  width: calc((100% - 108px) / 3);
  padding: 0;
}
@media (max-width: 1248px) {
  .page-product .jk-insights .jk-list-post > .uk-grid > div {
    width: 100%;
  }
}
.page-product .jk-content-product .jk-img picture {
  aspect-ratio: 530/408;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.page-product .jk-content-product .jk-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-product .jk-content-product .uk-h1 {
  color: #0B4E27;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.96px;
}
.page-product .jk-content-product .uk-panel {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.23;
}
.page-product .jk-content-product .uk-panel ul li {
  line-height: 1;
}
.page-product .jk-content-product .uk-panel p:last-child {
  font-size: 14px;
  line-height: 1.28;
}
.page-product .jk-content-product .jk-btn {
  padding: 28px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid #83A792;
}
.page-product .jk-content-product .jk-btn > .uk-flex-middle {
  margin-left: -8px;
}
.page-product .jk-content-product .jk-btn .el-item {
  padding-left: 8px;
}
.page-product .jk-content-product .jk-btn .el-item a {
  border-radius: 8px;
  border: 1px solid #0B4E27;
  font-size: 14px;
  font-weight: 500;
  color: #0B4E27;
}
.page-product .jk-content-product .jk-btn .el-item a:hover {
  color: #fff;
}
.page-product .jk-intro-product {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .page-product .jk-intro-product {
    padding: 0px 0 40px;
  }
}
.page-product .jk-intro-product .jk-txt > div {
  gap: 24px 78px;
}
.page-product .jk-intro-product .jk-txt > div:first-child {
  width: 415px;
}
.page-product .jk-intro-product .jk-txt > div:last-child {
  width: calc(100% - 493px);
}
.page-product .jk-intro-product .jk-large {
  color: #0B4E27;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.12;
}
@media (max-width: 991px) {
  .page-product .jk-intro-product .jk-large {
    font-size: 28px;
  }
}
.page-product .jk-intro-product .jk-small {
  color: #0B4E27;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0.6px;
}
.page-product .jk-intro-product .jk-image {
  margin-left: -32.5px;
}
.page-product .jk-intro-product .jk-image > div {
  padding-left: 32.5px;
}
.page-product .jk-intro-product .jk-image picture {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.page-product .jk-more .jk-list-post .uk-position-small {
  margin: 0;
}
.page-product .jk-more .jk-list-post .uk-position-small > a {
  width: 38px;
  height: 38px;
  position: relative;
  padding: 0;
  background: transparent;
}
.page-product .jk-more .jk-list-post .uk-position-small > a::after {
  content: "";
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  width: 38px;
  height: 38px;
  display: inline-block;
  background-color: #0d2718;
}
.page-product .jk-more .jk-list-post .uk-position-small > a svg {
  display: none;
}
.page-product .jk-more .jk-list-post .uk-position-center-left-out > a::after {
  mask-image: url("../images/icon-arrow-prev.svg");
}
.page-product .jk-more .jk-list-post .uk-position-center-right-out > a::after {
  mask-image: url("../images/icon-arrow-next.svg");
}
.page-product .jk-more .uk-inline-clip picture {
  display: block;
  border-radius: 4px;
  aspect-ratio: 230/297;
  overflow: hidden;
}
.page-product .jk-more .uk-inline-clip picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-product .jk-more .jk-slider-text .el-title {
  color: #0B4E27;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.28px;
}
.page-product .jk-more .uk-slider-items {
  margin-left: -16px;
}
.page-product .jk-more .uk-slider-items > div {
  padding-left: 16px;
}
.page-product .jk-reviews {
  background: #fff;
}

.jk-has-title .jk-title {
  gap: 40px 10px;
}
.jk-has-title .jk-title > div {
  margin: 0;
}
.jk-has-title .jk-title > div:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.jk-has-title .jk-title > div:last-child > div {
  margin: 0 !important;
}
.jk-has-title .jk-title h2 {
  color: #0B4E27;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.01;
  letter-spacing: -0.2px;
}
.jk-has-title .jk-title .uk-panel {
  color: #83A792;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.32;
  letter-spacing: -0.16px;
}
.jk-has-title .jk-title .jk-btn > a {
  border: 1px solid #0B4E27;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  display: inline-block;
  padding: 8px 24px;
}