@font-face {
  font-family: "KanitRegular";
  src: url("../../assets-public/assets/fonts/kanit/KanitRegular.eot");
  src: url("../../assets-public/assets/fonts/kanit/KanitRegular.eot") format("embedded-opentype"), url("../../assets-public/assets/fonts/kanit/KanitRegular.woff2") format("woff2"), url("../../assets-public/assets/fonts/kanit/KanitRegular.woff") format("woff"), url("../../assets-public/assets/fonts/kanit/KanitRegular.ttf") format("truetype"), url("../../assets-public/assets/fonts/kanit/KanitRegular.svg#KanitRegular") format("svg");
}
@font-face {
  font-family: "KanitBold";
  src: url("../../assets-public/assets/fonts/kanit/KanitBold.eot");
  src: url("../../assets-public/assets/fonts/kanit/KanitBold.eot") format("embedded-opentype"), url("../../assets-public/assets/fonts/kanit/KanitBold.woff2") format("woff2"), url("../../assets-public/assets/fonts/kanit/KanitBold.woff") format("woff"), url("../../assets-public/assets/fonts/kanit/KanitBold.ttf") format("truetype"), url("../../assets-public/assets/fonts/kanit/KanitBold.svg#KanitBold") format("svg");
}
@font-face {
  font-family: "KanitExtraBold";
  src: url("../../assets-public/assets/fonts/kanit/KanitExtraBold.eot");
  src: url("../../assets-public/assets/fonts/kanit/KanitExtraBold.eot") format("embedded-opentype"), url("../../assets-public/assets/fonts/kanit/KanitExtraBold.woff2") format("woff2"), url("../../assets-public/assets/fonts/kanit/KanitExtraBold.woff") format("woff"), url("../../assets-public/assets/fonts/kanit/KanitExtraBold.ttf") format("truetype"), url("../../assets-public/assets/fonts/kanit/KanitExtraBold.svg#KanitExtraBold") format("svg");
}
@font-face {
  font-family: "KanitLight";
  src: url("../../assets-public/assets/fonts/kanit/KanitLight.eot");
  src: url("../../assets-public/assets/fonts/kanit/KanitLight.eot") format("embedded-opentype"), url("../../assets-public/assets/fonts/kanit/KanitLight.woff2") format("woff2"), url("../../assets-public/assets/fonts/kanit/KanitLight.woff") format("woff"), url("../../assets-public/assets/fonts/kanit/KanitLight.ttf") format("truetype"), url("../../assets-public/assets/fonts/kanit/KanitLight.svg#KanitLight") format("svg");
}
@font-face {
  font-family: "KanitMedium";
  src: url("../../assets-public/assets/fonts/kanit/KanitMedium.eot");
  src: url("../../assets-public/assets/fonts/kanit/KanitMedium.eot") format("embedded-opentype"), url("../../assets-public/assets/fonts/kanit/KanitMedium.woff2") format("woff2"), url("../../assets-public/assets/fonts/kanit/KanitMedium.woff") format("woff"), url("../../assets-public/assets/fonts/kanit/KanitMedium.ttf") format("truetype"), url("../../assets-public/assets/fonts/kanit/KanitMedium.svg#KanitMedium") format("svg");
}
body {
  font-family: "KanitLight";
  font-weight: bolder;
}

main {
  min-height: calc(100vh - 250px);
  padding-top: 103px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 85px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.page {
  background-color: #F9F9F9;
}

.container-xl {
  position: relative;
}
@media (min-width: 1400px) {
  .container-xl {
    max-width: 1200px;
  }
}
.container-xl.login {
  width: 100% !important;
}

.container-lg {
  position: relative;
  padding: 0px 0px;
}
@media (min-width: 1400px) {
  .container-lg {
    max-width: 1350px;
  }
}

.hidden_line {
  text-decoration: none;
}

.txt_title {
  display: flex;
  color: #277241;
  font-size: 20px;
  font-weight: 900;
}
.txt_title img {
  margin-left: 8px;
  margin-right: 8px;
}
.txt_title.grey {
  display: block;
  color: #4F4F4F;
}
.txt_title.sky {
  color: #5BC0DE;
}
.txt_title.big_red_delete {
  display: block;
  color: #CB001A;
  font-size: 32px;
}

.txt_title_info {
  margin-right: 8px;
  color: #277241;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.txt_title_info.grey {
  margin-right: 0px;
  display: block;
  color: #6F6F6F;
}
.txt_title_info.soft_grey {
  margin-right: 0px;
  display: block;
  color: #9C9C9C;
}
.txt_title_info.green {
  color: #629C5A;
}
.txt_title_info.green.forget_pass {
  margin-top: 6px;
  cursor: pointer;
}

.txt_detail_info {
  color: #4F4F4F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.txt_detail_info.left {
  margin-left: 8px;
}
.txt_detail_info.grey {
  margin-right: 0px;
  display: block;
  color: #4F4F4F;
}
@media screen and (max-width: 768px) {
  .txt_detail_info.grey {
    padding-left: 0px;
  }
}
.txt_detail_info.sky {
  margin-left: 0px;
  color: #5BC0DE;
}
.txt_detail_info.sky img {
  margin-right: 10px;
}
.txt_detail_info.red {
  margin-right: 0px;
  display: block;
  color: #CB001A;
}

.txt_err {
  color: #CB001A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.btn_global {
  padding: 9px 16px;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--gray-ddd, #DDD);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-size: 20px;
  font-weight: 900;
  background-color: #F8F8F8;
  color: #828282;
}
.btn_global.ellipse {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 25px;
}
.btn_global.ellipse.fixed_width {
  width: 160px;
}
.btn_global.active {
  background-color: #0A85AC;
  color: white;
}
.btn_global.blue {
  background-color: #0A85AC;
  color: white;
}
.btn_global.grey {
  background-color: #F8F8F8;
  color: #828282;
}
.btn_global.green {
  background-color: #629C5A;
  color: white;
}
.btn_global.red {
  background-color: #CB001A;
  color: white;
}
.btn_global.light-blue {
  background-color: #0A85AC;
  color: white;
}
.btn_global.deep_green {
  background-color: #277241;
  color: white;
}
.btn_global.deep_green.header {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .btn_global.deep_green.header {
    background-color: white;
    color: #277241;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
.btn_global.deep_grey {
  background-color: #909090;
  color: white;
}
.btn_global.block {
  width: 100% !important;
}
@media (max-width: 600px) {
  .btn_global.ellipse {
    margin-right: 0px;
  }
  .btn_global.ellipse.lower_txt {
    font-size: 14px;
  }
  .btn_global.ellipse.block {
    width: 100%;
  }
}

.btn_square {
  padding: 9px 16px;
  border: 0px;
  border-radius: 4px;
  color: white;
  width: 100px;
}
.btn_square.green {
  background-color: #09A459;
}
.btn_square.blue {
  background-color: #0A85AC;
}
.btn_square.orange {
  background-color: #F19520;
}

.ge-table-layout {
  min-width: 767px;
}
.ge-table-layout th {
  background-color: #277241;
  color: white;
  font-weight: 900;
  padding-left: 20px;
  padding-right: 20px;
}
.ge-table-layout tbody tr:hover {
  background-color: #E3E3E3;
}
.ge-table-layout tbody tr td {
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.ge-table-layout tbody tr td img {
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}
.ge-table-layout .table-action {
  display: flex;
  justify-content: left;
  gap: 4px;
}
.ge-table-layout .table-action a {
  text-decoration: none;
  cursor: pointer;
}
.ge-table-layout .table-action a.button {
  min-width: 80px;
  color: white;
  border-radius: 7px;
  background-color: #0A85AC;
  margin-right: 5px;
  text-align: center;
}
.ge-table-layout .table-action a.button.orange {
  background-color: #F19520;
}
.ge-table-layout .form-check-input {
  border-color: #828282;
}

.wrapper_pagination {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 6px;
  position: relative;
}
.wrapper_pagination .active {
  display: block;
}
.wrapper_pagination .hide {
  display: none;
}
.wrapper_pagination .txt-page {
  margin: 0px 10px;
}
@media screen and (max-width: 600px) {
  .wrapper_pagination .row {
    position: relative;
    justify-content: space-between;
  }
}
.wrapper_pagination .txt-per-page {
  text-align: start;
}
@media screen and (max-width: 600px) {
  .wrapper_pagination .txt-per-page {
    text-align: center;
  }
}
.wrapper_pagination .txt-between-page {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #373A3C;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .wrapper_pagination .txt-between-page {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .wrapper_pagination .txt-between-page {
    margin-top: 20px;
  }
}
.wrapper_pagination select {
  padding: 3px 6px;
  color: gray;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  font-size: 16px;
  width: 164px;
  height: 36px;
}
@media screen and (max-width: 600px) {
  .wrapper_pagination select {
    width: 135px;
    font-size: 14px;
  }
}
.wrapper_pagination .select1 {
  width: 111px;
  height: 44px;
}
.wrapper_pagination .block-button-navigation {
  display: flex;
  justify-content: end;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .wrapper_pagination .block-button-navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

.display-modalDelete .modal_content_delete {
  padding-bottom: 30px;
}
.display-modalDelete .txt_title {
  margin-top: 20px;
}
.display-modalDelete .footer {
  margin-top: 40px;
}

.display-modalSkill .modal-content {
  padding: 25px 45px;
}
.display-modalSkill .modal-content .wrapper_modal_title {
  display: flex;
  justify-content: start;
}
.display-modalSkill .modal-content .wrapper_select_career {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.display-modalSkill .modal-content .wrapper_label {
  display: flex;
  align-items: center;
}
.display-modalSkill .modal-content .wrapper_action .hide {
  display: block !important;
}
.display-modalSkill .modal-content .wrapper_action .hide a {
  opacity: 0;
  pointer-events: none;
}
.display-modalSkill .modal-content .wrapper_note {
  display: flex;
  align-items: center;
  justify-content: center;
}
.display-modalSkill .modal-content .footer {
  margin-top: 40px;
}

.wrapper_info {
  margin-top: 0px;
}

.wrapper_search_skill,
.wrapper_input {
  text-align: end;
  margin-top: 0px;
  margin-bottom: 10px;
}
.wrapper_search_skill .row,
.wrapper_input .row {
  align-items: center;
}
.wrapper_search_skill .input-icons,
.wrapper_input .input-icons {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .display-modalSkill .modal-content {
    padding: 10px 20px;
  }
  .display-modalSkill .modal-content .wrapper_select_career {
    display: flex;
    justify-content: flex-start;
  }
  .display-modalSkill .modal-content .wrapper_note {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .wrapper_info {
    margin-top: 20px;
  }
  .wrapper_search_skill,
  .wrapper_input {
    text-align: start;
    margin-top: 20px;
  }
  .wrapper_search_skill.register,
  .wrapper_input.register {
    margin-top: 0px;
  }
}
.flexselect_dropdown li {
  font-family: "KanitLight";
  padding: 5px 15px;
  display: inline-table;
}
.flexselect_dropdown .flexselect_selected {
  background: #003d6b;
  color: white;
}

.icon-text-list {
  display: flex;
  gap: 7px;
  margin-bottom: 5px;
}
.icon-text-list .icon {
  width: 26px;
  height: 26px;
  display: block;
  background-size: 100%;
}
.icon-text-list .icon.check {
  background-image: url("./../assets/images/check.svg");
}
.icon-text-list .icon.non-check {
  background-image: url("./../assets/images/red-x-icon.svg");
}
.icon-text-list a {
  text-decoration: none;
}
.icon-text-list a.sky {
  color: #5BC0DE;
}

.hide {
  display: none;
}

.no-bg {
  background: none !important;
}

.input-has-button {
  position: relative;
}
.input-has-button button {
  background: none;
  border: none;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.input-has-button button img {
  width: 30px;
}

.wrap-progress {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap-progress .progress {
  height: 15px;
  width: 100%;
  background-color: #DFE3E4;
}
.wrap-progress .progress .progress-bar {
  background-color: #5BC0DE;
  border-radius: 40px;
}
.wrap-progress .number {
  font-size: 14px;
  color: #4F4F4F;
}

.card-form-style {
  border-radius: 6px;
  background: #F9F9F9;
  padding: 25px;
  padding-bottom: 50px;
  color: #4F4F4F;
  padding-left: 10%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .card-form-style {
    padding-left: 25px;
  }
}
.card-form-style .wrapper_input {
  display: flex;
  text-align: inherit;
  margin-bottom: 0px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .card-form-style .wrapper_input {
    display: block;
  }
}
.card-form-style .wrapper_input label {
  margin-right: 18px;
}
.card-form-style .wrapper_input .input-group {
  width: auto;
  flex-wrap: nowrap;
}
.card-form-style .wrapper_input .input-group button {
  background-color: #0A85AC;
  color: white;
  margin-left: 16px !important;
  border-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  min-width: 130px;
}
.card-form-style .wrapper_input .input-group input {
  border: 1px solid #DDDFE1;
  border-radius: 0;
  width: 350px;
  max-width: 100%;
}
.card-form-style .wrapper_input .input-group input::file-selector-button {
  display: none;
}
.card-form-style .description {
  margin: 15px 0px;
}
.card-form-style .description p {
  margin-bottom: 0px;
}
.card-form-style .pl {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .card-form-style .pl {
    padding-left: 0px;
  }
}
.card-form-style .action {
  position: absolute;
  top: 5px;
  right: 20px;
  display: flex;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .card-form-style .action {
    top: 12px;
  }
}

.info {
  color: #5BC0DE;
}

.box-data-list {
  display: grid;
  grid-template-columns: 19% 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .box-data-list {
    display: block;
  }
}
.box-data-list .title {
  text-align: end;
}
@media screen and (max-width: 768px) {
  .box-data-list .title {
    text-align: left;
    margin-bottom: 10px;
  }
}
.box-data-list .detail .list-option-data {
  padding: 0;
  list-style: none;
  border: 1px solid #DDDFE1;
  height: 200px;
  overflow: auto;
}
.box-data-list .detail .list-option-data li {
  color: #828282;
  padding: 3px 16px;
}
.box-data-list .detail .list-option-data li.active, .box-data-list .detail .list-option-data li:hover {
  background-color: #ECF6FF;
}
.box-data-list .detail .list-option-data-input-action {
  padding: 20px 20px 20px 10px;
}
.box-data-list .detail .list-option-data-input-action li {
  padding: 10px 16px;
}
.box-data-list .detail .list-option-data-input-action li.active, .box-data-list .detail .list-option-data-input-action li:hover {
  background: none;
}
@media screen and (max-width: 600px) {
  .box-data-list .detail .list-option-data-input-action li {
    padding-right: 0px;
  }
}
.box-data-list .detail .list-option-data-input-action input:disabled {
  background: none;
}
.box-data-list.style-1 {
  padding: 40px 55px;
  padding-top: 0px;
}
@media screen and (max-width: 600px) {
  .box-data-list.style-1 {
    padding: 10px 20px;
  }
}
.box-data-list.style-1 .detail {
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .box-data-list.style-1 .detail {
    padding-right: 0px;
  }
}
.box-data-list.style-2 {
  grid-template-columns: 39.5% 1fr;
}
.box-data-list.style-2 .detail .list-option-data {
  height: 350px;
}
@media screen and (max-width: 768px) {
  .box-data-list.style-2 .detail .list-option-data {
    height: 250px;
  }
}

.height-500 {
  height: 500px !important;
}

.wrap-input-action {
  display: grid;
  grid-template-columns: 1fr 60px;
  align-items: center;
  gap: 15px;
  padding: 7px;
}
@media screen and (max-width: 600px) {
  .wrap-input-action {
    grid-template-columns: 1fr auto;
  }
}

.block-manage-skill {
  margin-top: 20px;
  position: relative;
}
.block-manage-skill .arrow {
  position: absolute;
  display: block;
  width: 110px;
  left: 55%;
  top: 40%;
}
@media screen and (max-width: 992px) {
  .block-manage-skill .arrow {
    position: relative;
    left: 0;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    transform: rotate(90deg);
  }
}
.block-manage-skill .arrow img {
  display: block;
  width: 100%;
  margin: 5px 0px;
}
.block-manage-skill .block-button a {
  cursor: pointer;
  background: #909090;
  min-width: 130px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: white;
  text-decoration: none;
  justify-content: center;
  gap: 12px;
  border-radius: 5px;
}
.block-manage-skill .block-button a.blue {
  background: #0A85AC;
}
.block-manage-skill .left-column .block-button {
  text-align: end;
}
.block-manage-skill .right-column .block-button {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .block-manage-skill .right-column .block-button {
    text-align: end;
  }
}
@media screen and (max-width: 992px) {
  .block-manage-skill .box-data-list.style-2 {
    grid-template-columns: 30% 1fr;
  }
}

a:hover {
  color: #277241;
}

.card_elevation {
  padding: 28px 46px;
  border-radius: 15px;
  opacity: 0.9;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.card_elevation.edge {
  padding: 20px 20px;
  border-radius: 0px 0px 5px 5px;
  background: var(--white, #FFF);
}

.card_grey {
  padding: 40px 55px;
  border-radius: 6px;
  background: #F9F9F9;
}

.box_detail {
  padding: 10px 130px;
}
@media screen and (max-width: 768px) {
  .box_detail {
    padding: 10px 10px;
  }
}

@media (max-width: 600px) {
  .card_elevation {
    padding: 15px 25px;
  }
  .card_grey {
    padding: 10px 20px;
  }
}
@media (max-width: 400px) {
  .card_elevation {
    padding: 15px;
  }
}
.m-top-10 {
  margin-top: 10px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-25 {
  margin-bottom: 25px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-bottom-40 {
  margin-bottom: 40px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-right-20 {
  margin-right: 20px;
}

.m-right-25 {
  margin-right: 25px;
}

.m-right-30 {
  margin-right: 30px;
}

.m-right-40 {
  margin-right: 40px;
}

.m-right-50 {
  margin-right: 50px;
}

.m-left-8 {
  margin-left: 8px;
}

select {
  width: 100%;
  border: 1px solid #DDDFE1;
}

input {
  width: 100%;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 10px;
}
input:disabled {
  border: 1px solid #DDDFE1;
  background-color: #E5E5E5;
}

.input-group {
  border-left: 1px solid #e0e0e0;
  border-radius: 8px;
}

.input-group-append .input-group-text {
  height: 42px !important;
}
.input-group-append .input-group-text i {
  margin-top: 6px;
}

select {
  width: 100%;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position-x: 97%;
  background-position-y: 13px;
}

.input-group {
  height: 40px !important;
}
.input-group .prepend {
  border-radius: 0px;
  background-color: white;
}
.input-group .append {
  border-radius: 0px;
  background-color: white;
  border-left: 0px;
}
.input-group input {
  border-left: 0px;
}
.input-group img {
  width: 24px;
}

.input-icons i {
  position: absolute;
}

.input-icons {
  width: 100%;
}

.icon {
  padding: 6px 10px;
}

.input-field {
  width: 100%;
  padding-left: 40px;
  color: #828282;
}
.input-field.nm_select {
  padding-left: 10px;
}

.a_center {
  display: flex;
  align-items: center;
}

.j_center {
  display: flex;
  justify-content: center;
}

.j_end {
  display: flex;
  justify-content: flex-end;
}

.j_between {
  display: flex;
  justify-content: space-between;
}

.j_end_a_center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .j_end_a_center {
    justify-content: flex-start;
  }
}

.a_center {
  display: flex;
  align-items: center;
}

.j_center {
  display: flex;
  justify-content: center;
}

.j_end {
  display: flex;
  justify-content: flex-end;
}

.j_between {
  display: flex;
  justify-content: space-between;
}

.j_end_a_center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .j_end_a_center {
    justify-content: flex-start;
  }
}

/* 1 - Background color of carousel */
.simple-ver-39.sz-slider {
  background: #555;
  -webkit-font-smoothing: antialiased !important;
}

/* 2 - Background Images Position */
.simple-ver-39.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/* 1 - Layer - wrapper */
.simple-ver-39-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}

/* 2 - Background Color Overlay - center */
.simple-ver-39-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  font-size: 0;
  margin: auto;
  width: 535px;
  height: 100%;
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
  background: rgba(30, 96, 53, 0.8);
}

/* 3 - Background Color Overlay - left */
.simple-ver-39-layer.simple-ver-39-layer-left > div {
  margin: auto auto auto 10%;
}

/* 4 - Background Color Overlay - right */
.simple-ver-39-layer.simple-ver-39-layer-right > div {
  margin: auto 10% auto auto;
}

/* 5 - Text - Container */
.simple-ver-39-layer > div > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  font-size: 0;
  margin: auto;
  width: 400px;
  height: 580px;
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
}

/* 6 - Children */
.simple-ver-39-layer > div > div > span {
  display: block;
}

/* 7 - 1st child - ( How we Work ) */
.simple-ver-39-layer > div > div > span:nth-child(1) {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.8px;
  display: inline-block;
  text-transform: uppercase;
}

/* 8 - 1st child - ( How we Work ) - left & right side boxes */
.simple-ver-39-layer > div > div > span:nth-child(1)::after,
.simple-ver-39-layer > div > div > span:nth-child(1)::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 24px;
  height: 12px;
  position: absolute;
  background: rgba(181, 172, 174, 0.3);
}

/* 9 - 1st child - ( How we Work ) - left side boxe */
.simple-ver-39-layer > div > div > span:nth-child(1)::before {
  margin: auto auto auto -35px;
}

/* 10 - 1st child - ( How we Work ) - right side box */
.simple-ver-39-layer > div > div > span:nth-child(1)::after {
  margin: auto -35px auto auto;
}

/* 11 - 2nd child - ( Creative New Slide Presentation New Design ) */
.simple-ver-39-layer > div > div > span:nth-child(2) {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  margin: 20px 0 25px 0;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

/* 12 - 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
.simple-ver-39-layer > div > div > span:nth-child(3) {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

.simple-ver-39-layer > div > div > ol {
  color: #fff;
  text-align: left;
  line-height: normal;
  padding-top: 20px;
}

.simple-ver-39-layer > div > div > ol > li {
  font-size: 18px;
  font-weight: 400;
  border-bottom: #ffffff dotted 1px;
  padding: 20px 0px;
}

/* 13 - Button - ( Contact Us ) */
.simple-ver-39-layer > div > div > a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  padding: 18px 64px;
  text-align: center;
  background: #FECF59;
  letter-spacing: 0.5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
}

/* 14 - Button - hover - ( Contact Us ) */
.simple-ver-39-layer > div > div > a:hover {
  background: #e7ae1e;
}

/******************/
/* Responsiveness */
/******************/
/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Text - Container */
  .simple-ver-39-layer > div > div {
    width: 375px;
    height: 338px;
  }
  /* 2nd child - ( Creative New Slide Presentation New Design ) */
  .simple-ver-39-layer > div > div > span:nth-child(2) {
    font-size: 48px;
    margin: 20px 0 20px 0;
  }
  /* 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
  .simple-ver-39-layer > div > div > span:nth-child(3) {
    font-size: 16px;
  }
  /* li - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
  .simple-ver-39-layer > div > div > ol > li {
    font-size: 16px;
  }
  /* Button - ( Contact Us ) */
  .simple-ver-39-layer > div > div > a {
    margin-top: 30px;
  }
}
/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Background Color Overlay - center */
  .simple-ver-39-layer > div {
    width: 500px;
  }
  /* Background Color Overlay - left */
  .simple-ver-39-layer.simple-ver-39-layer-left > div {
    margin: auto auto auto 11%;
  }
  /* Background Color Overlay - right */
  .simple-ver-39-layer.simple-ver-39-layer-right > div {
    margin: auto 11% auto auto;
  }
  /* Text - Container */
  .simple-ver-39-layer > div > div {
    width: 350px;
    height: 515px;
  }
  /* 2nd child - ( Creative New Slide Presentation New Design ) */
  .simple-ver-39-layer > div > div > span:nth-child(2) {
    font-size: 42px;
    margin: 20px 0 20px 0;
  }
  /* 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
  .simple-ver-39-layer > div > div > span:nth-child(3) {
    font-size: 15px;
  }
  .simple-ver-39-layer > div > div > ol > li {
    font-size: 15px;
  }
  /* Button - ( Contact Us ) */
  .simple-ver-39-layer > div > div > a {
    margin-top: 30px;
  }
}
/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Background Color Overlay - center */
  .simple-ver-39-layer > div {
    width: 450px;
  }
  /* Background Color Overlay - left */
  .simple-ver-39-layer.simple-ver-39-layer-left > div {
    margin: auto auto auto 11%;
  }
  /* Background Color Overlay - right */
  .simple-ver-39-layer.simple-ver-39-layer-right > div {
    margin: auto 11% auto auto;
  }
  /* Text - Container */
  .simple-ver-39-layer > div > div {
    width: 322px;
    height: 280px;
  }
  /* 2nd child - ( Creative New Slide Presentation New Design ) */
  .simple-ver-39-layer > div > div > span:nth-child(2) {
    font-size: 38px;
    margin: 15px 0 15px 0;
  }
  /* 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
  .simple-ver-39-layer > div > div > span:nth-child(3) {
    font-size: 14px;
  }
  .simple-ver-39-layer > div > div > ol > li {
    font-size: 14px;
  }
  /* Button - ( Contact Us ) */
  .simple-ver-39-layer > div > div > a {
    font-size: 15px;
    margin-top: 20px;
  }
}
/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Background Color Overlay - center */
  .simple-ver-39-layer > div {
    width: 270px;
  }
  /* Background Color Overlay - left & right */
  .simple-ver-39-layer.simple-ver-39-layer-left > div,
  .simple-ver-39-layer.simple-ver-39-layer-right > div {
    margin: auto;
  }
  /* Text - Container */
  .simple-ver-39-layer > div > div {
    width: 100%;
    height: 537px;
  }
  /* 1st child - ( How we Work ) */
  .simple-ver-39-layer > div > div > span:nth-child(1) {
    font-size: 16px;
  }
  /* 2nd child - ( Creative New Slide Presentation New Design ) */
  .simple-ver-39-layer > div > div > span:nth-child(2) {
    font-size: 28px;
    margin: 15px 0 15px 0;
  }
  /* 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
  .simple-ver-39-layer > div > div > span:nth-child(3) {
    font-size: 13px;
  }
  .simple-ver-39-layer > div > div > ol > li {
    font-size: 14px;
  }
  /* Button - ( Contact Us ) */
  .simple-ver-39-layer > div > div > a {
    font-size: 15px;
    margin-top: 20px;
    padding: 16px 55px;
  }
}
/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Background Color Overlay - center */
  .simple-ver-39-layer > div {
    width: 190px;
  }
  /* Background Color Overlay - left & right */
  .simple-ver-39-layer.simple-ver-39-layer-left > div,
  .simple-ver-39-layer.simple-ver-39-layer-right > div {
    margin: auto;
  }
  /* Text - Container */
  .simple-ver-39-layer > div > div {
    width: 100%;
    height: 507px;
  }
  /* 1st child - ( How we Work ) */
  .simple-ver-39-layer > div > div > span:nth-child(1) {
    font-size: 12px;
  }
  /* 2nd child - ( Creative New Slide Presentation New Design ) */
  .simple-ver-39-layer > div > div > span:nth-child(2) {
    font-size: 24px;
    margin: 10px 0 10px 0;
  }
  /* 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
  .simple-ver-39-layer > div > div > span:nth-child(3) {
    font-size: 12px;
  }
  .simple-ver-39-layer > div > div > ol > li {
    font-size: 12px;
  }
  /* Button - ( Contact Us ) */
  .simple-ver-39-layer > div > div > a {
    font-size: 12px;
    margin-top: 10px;
    padding: 13px 45px;
  }
}
/**************************/
/* Simple Version 39
/* Left And Right Buttons
/**************************/
/* 1 - Buttons */
.simple-ver-39-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 50px;
  height: 115px;
  display: block;
  line-height: 115px;
  text-align: center;
  text-decoration: none;
  background: #f0f0f0;
  border-radius: 0;
  -webkit-border-radius: 0;
  transform: none !important;
  -webkit-transform: none !important;
  transition: background 0.2s ease, color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
}

/* 2 - Prev - Button */
.simple-ver-39-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  top: 120px !important;
  right: 0 !important;
  margin: auto 25px auto auto !important;
}

/* 3 - Next - Button */
.simple-ver-39-btn.sz-slider .carousel-control-btn.carousel-control-next {
  top: -120px !important;
  margin: auto 25px auto auto !important;
}

/* 5 - Buttons - hover */
.simple-ver-39-btn.sz-slider .carousel-control-btn:hover {
  background: #555;
}

/* 6 - Button - Text */
.simple-ver-39-btn.sz-slider .carousel-control-btn > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #333;
  width: 100%;
  height: 18px;
  margin: auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 0.75;
  position: absolute;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
}

/* 5 - Buttons - hover */
.simple-ver-39-btn.sz-slider .carousel-control-btn:hover > span {
  color: #fff;
}

/******************/
/* Responsiveness */
/******************/
/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Buttons */
  .simple-ver-39-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}
/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Buttons */
  .simple-ver-39-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}
/*********************/
/* Simple Version 39
/* Indicators Buttons
/*********************/
/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-39-indicators.carousel-indicators {
  padding: 0;
  width: 30px;
  height: 87px;
}

/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-39-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 20px;
  height: 20px;
  border: none;
  background: #f0f0f0;
  line-height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 0 0 0 2px #f0f0f0;
  -webkit-box-shadow: 0 0 0 2px #f0f0f0;
  transition: background 0.2s ease, border 0.2s ease, box-shadow 0.2s ease;
  -webkit-transition: background 0.2s ease, border 0.2s ease, -webkit-box-shadow 0.2s ease;
}

/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-39-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 2px #f0f0f0;
  -webkit-box-shadow: 0 0 0 2px #f0f0f0;
}

/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .simple-ver-39-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: #f0f0f0;
  position: absolute;
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .simple-ver-39-indicators.carousel-indicators > li.active::after {
  background: #f0f0f0;
}

/******************/
/* Responsiveness */
/******************/
/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-39-indicators.carousel-indicators {
    display: none;
  }
}
/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-39-indicators.carousel-indicators {
    display: none;
  }
}
/* new theme */
.event {
  position: absolute;
  z-index: 99;
  left: 10%;
  background: rgba(30, 96, 53, 0.8);
  height: 835px;
  width: 538px;
  padding: 50px;
  text-align: center;
  overflow: auto;
}
.event ol {
  color: #fff;
  text-align: left;
  line-height: normal;
  padding: 20px;
}
.event ol li {
  font-size: 18px;
  font-weight: 400;
  border-bottom: #ffffff dotted 1px;
  padding: 20px 0px;
}
.event span:nth-child(1) {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.8px;
  display: inline-block;
  text-transform: uppercase;
}
.event span:nth-child(1)::before {
  margin: auto auto auto -35px;
}
.event span:nth-child(1)::after {
  margin: auto -35px auto auto;
}
.event span:nth-child(1)::before, .event span:nth-child(1)::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 24px;
  height: 12px;
  position: absolute;
  background: rgba(181, 172, 174, 0.3);
}
.event a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  padding: 18px 64px;
  text-align: center;
  background: #FECF59;
  letter-spacing: 0.5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
}

.carousel-item .image {
  width: 100%;
  height: 835px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/******************/
/* Responsiveness */
/******************/
/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Text - Container */
  .event {
    width: 375px;
  }
  .event ol > li {
    font-size: 16px;
  }
  .event a {
    margin-top: 30px;
  }
}
/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .event {
    width: 400px;
  }
  .event ol > li {
    font-size: 15px;
  }
  .event a {
    margin-top: 30px;
  }
}
/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .event {
    width: 60%;
  }
  .event ol > li {
    font-size: 14px;
  }
  .event a {
    font-size: 15px;
    margin-top: 20px;
  }
  .carousel-item .image {
    width: 100%;
  }
}
/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  .event {
    width: 78%;
    height: 535px;
    padding: 20px;
  }
  .event ol > li {
    font-size: 14px;
  }
  .event a {
    font-size: 15px;
    margin-top: 20px;
    padding: 16px 55px;
  }
  .carousel-item .image {
    width: 100%;
    height: 535px;
  }
}
/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  .event {
    width: 78%;
    height: 535px;
    padding: 20px;
  }
  .event ol > li {
    font-size: 12px;
  }
  .event a {
    font-size: 12px;
    margin-top: 10px;
    padding: 13px 45px;
  }
  .carousel-item .image {
    height: 535px;
  }
}
/*# sourceMappingURL=home.css.map */