@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

:root {
  font-size: 100%;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html {
  background-color: #252424;
}

body {
  box-sizing: border-box;
  background-color: white;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

dl, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 30px;
  list-style: unset;
}

ol {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 30px;
  list-style: decimal;
}

.padding-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 992px) {
  .padding-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.rounded {
  border-radius: 0px !important;
}

a {
  color: rgb(70.8441295547, 158.7267206478, 62.7732793522);
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
}
a:hover, a:active, a:focus {
  color: rgb(93.4615384615, 187.6923076923, 84.8076923077);
  text-decoration: none;
  outline: none;
}

.thai a {
  font-weight: 500;
}

.color--light-primary {
  color: rgb(207.9327935223, 235.3886639676, 205.4113360324) !important;
  filter: saturate(1.5);
}

.color--primary {
  color: #4fb146 !important;
}

.color--secondary {
  color: #23814d !important;
}

.color--tertiary {
  color: #ef5a21 !important;
}

.color--gray {
  color: rgb(178.5, 178.5, 178.5) !important;
}

.bg--primary {
  background-image: none !important;
  background-color: #4fb146 !important;
}

.bg--secondary {
  background-image: none !important;
  background-color: #23814d !important;
}

.bg--tertiary {
  background-image: none !important;
  background-color: #ef5a21 !important;
}

.bg--darkgray {
  background-image: none !important;
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

.bg--gray {
  background-image: none !important;
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.bd--primary {
  border: 1px solid #4fb146 !important;
  border-radius: 0px;
}

.bd--secondary {
  border: 1px solid #23814d !important;
  border-radius: 0px;
}

.bd--tertiary {
  border: 1px solid #ef5a21 !important;
  border-radius: 0px;
}

.bd--darkgray {
  border: 1px solid rgb(76.5, 76.5, 76.5) !important;
  border-radius: 0px;
}

.bd--gray {
  border: 1px solid #cccccc !important;
  border-radius: 0px;
}

.line1 {
  height: 1px;
  border-bottom: 1px solid #dadada;
}

.line2 {
  height: 6px;
  background-image: linear-gradient(to right, #c8c8c8, #f4f4f4, #c8c8c8, #f4f4f4, #c8c8c8);
}

.line3 {
  height: 1px;
  border-bottom: 1px solid #dadada;
}

.line-v {
  border-right: none;
  padding-right: 15px;
  border-bottom: 1px solid #c2c2c2;
}

@media only screen and (min-width: 992px) {
  .line-v {
    border-right: 1px solid #c2c2c2;
    padding-right: 25px;
    border-bottom: none;
  }
}
.line-v2 {
  border-right: none;
}

@media only screen and (min-width: 992px) {
  .line-v2 {
    border-right: 2px solid #5bacce;
  }
}
.padding1 {
  padding-left: 15px;
}

@media only screen and (min-width: 992px) {
  .padding1 {
    padding-left: 25px;
  }
}
.maxwidth1 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth3 {
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .maxwidth3 {
    max-width: 300px;
  }
}
img.max-width-height1 {
  max-width: 150px;
  max-height: 75px;
}

@media only screen and (min-width: 768px) {
  img.max-width-height1 {
    max-width: 180px;
    max-height: 90px;
  }
}
#slide1 p {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.border-red-btm {
  border-bottom: 1px solid #dd4949;
}

.bg-gradient-gray {
  background-image: linear-gradient(to right, #fff, #eff1f2, #fff);
}

.zone img.banner_zone {
  margin-bottom: 15px;
  border: 1px solid #e2e2e2;
}

.zone2 img.banner_zone {
  border: 1px solid #e2e2e2;
}

#exh_lg_zone-wrap img {
  max-width: 110px;
  max-height: 50px;
}
#exh_lg_zone-wrap .item > div > div {
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#exh_lg_zone-wrap2 .item img {
  max-height: 62px;
  margin: 5px 12px;
}

.lg-wrap {
  max-width: 280px;
}

.lg-pad {
  background-color: #fff;
  width: 120px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  border: 1px solid #d6d6d6;
}
.lg-pad img {
  max-width: 100px;
  max-height: 40px;
}

@media only screen and (min-width: 576px) {
  .lg-wrap {
    max-width: 420px;
  }
  .lg-pad {
    width: 120px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .lg-wrap {
    max-width: 660px;
  }
  .lg-pad {
    width: 200px;
    height: 100px;
  }
  .lg-pad img {
    max-width: 130px;
    max-height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .lg-wrap {
    max-width: 880px;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-wrap {
    max-width: 1100px;
  }
  .lg-wrap .lg-pad {
    width: 160px;
    height: 100px;
  }
}
.modal {
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 576px) {
  .modal_size1 .modal-dialog {
    max-width: 950px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0 10px;
  }
}
.modal_size2 .modal-dialog {
  max-width: 700px;
  padding: 0 10px;
  margin: auto;
  height: 100vh;
  align-content: center;
}
.modal_size2 .modal-dialog .modal-header {
  padding: 0.5rem;
  padding-bottom: 0;
}
.modal_size2 .modal-dialog .modal-body {
  padding: 0.5rem 0;
}
.modal_size2 .modal-dialog .slick-dots {
  margin-top: 0;
}

.modal_size3 .modal-dialog {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 10px;
}

@media only screen and (min-width: 576px) {
  .modal_size3 .modal-dialog {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0 10px;
  }
}
.modal_size4 .modal-dialog {
  max-width: 460px;
  margin: auto;
  height: 100vh;
  align-content: center;
}
.modal_size4 .modal-dialog .modal-header {
  padding: 0.5rem;
  padding-bottom: 0;
}
.modal_size4 .modal-dialog .modal-body {
  padding: 0.5rem;
}

@media only screen and (min-width: 576px) {
  .modal_size4 .modal-dialog {
    max-width: 460px;
  }
}
.modal_size_vdo .modal-content {
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.modal_size_vdo .modal-header {
  padding: 20px;
  border-bottom: none;
}
.modal_size_vdo .modal-body {
  padding: 15px;
}
.modal_size_vdo .btn-close {
  --bs-btn-close-opacity: 0.7;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
}
.modal_size_vdo button:focus {
  box-shadow: none;
}

@media only screen and (min-width: 576px) {
  .modal_size_vdo .modal-dialog {
    max-width: 1140px;
    margin: 1rem auto;
  }
}
.btn-close-wht .btn-close {
  --bs-btn-close-opacity: 0.7;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
}

.accordion-wrap .arrow-down, .accordion-wrap .arrow-up {
  color: rgb(62.6882591093, 140.4534412955, 55.5465587045);
  margin-right: -20px;
  position: absolute;
  top: 0;
  right: 0;
}
.accordion-wrap h5 {
  position: relative;
  margin-right: 20px;
}
.accordion-wrap .card-header a.collapsed .arrow-down {
  display: block;
}
.accordion-wrap .card-header a.collapsed .arrow-up {
  display: none;
}
.accordion-wrap .card-header a .arrow-down {
  display: none;
}
.accordion-wrap .card-header a .arrow-up {
  display: block;
}

.goal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.goal .item {
  display: flex;
  flex-direction: column;
  align-items: end;
  border-radius: 15px;
  width: 98%;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 0 13px 0;
}
.goal .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid;
  margin-top: -10px;
  margin-right: -20px;
}
.goal .item .icon img {
  max-width: 35px;
  max-height: 35px;
}
.goal .item .text {
  margin-top: -24px;
}
.goal .item .text p {
  color: #fff;
}
.goal .item .text p.num {
  font-size: 38px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .goal .item {
    width: 47%;
  }
}
@media only screen and (min-width: 992px) {
  .goal .item {
    width: 22%;
  }
}
@media only screen and (min-width: 1200px) {
  .goal .item {
    width: 18%;
  }
}
@media only screen and (min-width: 992px) {
  .w-lg-45 {
    width: 45% !important;
  }
}
@media only screen and (min-width: 992px) {
  .w-lg-45-2 {
    width: 45% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .w-lg-45-2 {
    width: 50% !important;
  }
}
@media only screen and (min-width: 992px) {
  .w-lg-70 {
    width: 70% !important;
  }
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23105931'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
  background-color: #4fb146;
  color: #fff;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.li-ic-left {
  padding-left: 0;
  margin-left: 50px;
  list-style-type: none;
  margin-bottom: 0;
}
.li-ic-left li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 120px;
  border-bottom: 1px dashed #999;
}
.li-ic-left li .ic-left {
  position: relative;
  background-color: #fff;
  border: 4px solid #1851b9;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  border-radius: 30px;
  font-weight: 700;
}
.li-ic-left li .ic-left p {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.conf_hightlight img {
  max-height: 340px;
  border: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .conf_hightlight img {
    max-height: 420px;
  }
}
.quote-slider .img-wrap img {
  max-height: 186px;
  border: 2px solid #5a9055;
  border-radius: 35px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}

ul.slide_margin {
  margin-left: 0;
  padding-left: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.35rem;
  color: black;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  color: #23814d;
}

h6 {
  font-weight: 700;
  color: rgb(29.5579268293, 108.9420731707, 65.0274390244);
}

h1 {
  position: relative;
}

strong {
  font-weight: 700;
}

body.thai {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: black;
}

.thai h1,
.thai h2,
.thai h3,
.thai h4,
.thai h5,
.thai h6 {
  font-weight: 500;
}
.thai strong, .thai .emphasis1 {
  font-weight: 500;
}
.thai .font-weight-bold {
  font-weight: 500 !important;
}

.emphasis1 {
  color: rgb(40.4420731707, 149.0579268293, 88.9725609756);
  font-weight: 600;
}

.emphasis2 {
  color: #4fb146;
  font-weight: 600;
}

.emphasis3 {
  color: #ef5a21;
  font-weight: 600;
}

.text-small {
  font-size: 14px;
  line-height: 1.1rem;
}

.text-gray {
  color: rgb(127.5, 127.5, 127.5);
}

.text-justify {
  text-align: justify !important;
}

.link1 {
  text-transform: uppercase;
  font-size: 18px;
}

.icon1 {
  font-size: 38px;
  filter: hue-rotate(-15deg) saturate(1.4);
  color: rgb(110.8056680162, 194.9190283401, 103.0809716599);
  margin-bottom: 10px;
  margin-left: 15px;
}

.icon2 {
  font-size: 40px;
  color: #2fac64;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  background-color: #f6fff5;
  background-image: linear-gradient(360deg, transparent, rgba(66, 175, 16, 0.25));
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-top: 25px;
  box-shadow: 0 0 8px rgba(0, 98, 10, 0.3);
  border: 5px solid #bae1bb;
}

ul.fa-ul i.fa-li {
  left: -35px;
  font-size: 16px;
  color: #ef5a21;
  margin-top: 0px;
}

.btn {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3) !important;
  font-weight: 700;
}
.btn:not(:last-child) {
  margin-right: 10px;
}
.btn, .btn:link, .btn:visited {
  text-decoration: none;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 6px;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.btn:active, .btn:focus {
  outline: none !important;
  border-color: transparent !important;
}
.btn--primary {
  filter: saturate(1.1);
  background-color: rgb(74.1064777328, 166.0360323887, 65.6639676113);
  color: white;
  margin-top: 10px;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background-color: rgb(93.4615384615, 187.6923076923, 84.8076923077) !important;
  color: #fff !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  border-color: transparent !important;
}
.btn--secondary {
  filter: saturate(0.8) grayscale(15%);
  background-color: #23814d;
  color: white;
  margin-top: 10px;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  filter: saturate(0.8) grayscale(15%);
  background-color: rgb(42.618902439, 157.081097561, 93.7615853659) !important;
  color: #fff !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  border-color: transparent !important;
}
.btn--textwhite {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
}
.btn--textwhite:hover, .btn--textwhite:active, .btn--textwhite:focus {
  background-color: #4fb146 !important;
  color: #fff !important;
  border: 1px solid #4fb146 !important;
}
.btn--regist {
  background-color: #ef5a21;
  color: white;
  margin-top: 10px;
  padding: 6px 12px !important;
  width: max-content;
  font-size: 12px;
}
.btn--regist:hover, .btn--regist:active, .btn--regist:focus {
  filter: saturate(2);
  background-color: rgb(242.4285714286, 125.3571428571, 80.5714285714) !important;
  color: #fff !important;
}
.btn--bd-primary {
  color: rgb(46.3765182186, 103.9068825911, 41.0931174089);
  margin-top: 10px;
  border: 1px solid rgb(46.3765182186, 103.9068825911, 41.0931174089);
  padding: 4px 20px !important;
}
.btn--bd-primary:hover, .btn--bd-primary:active, .btn--bd-primary:focus {
  color: #fff !important;
  background-color: #4fb146 !important;
  border: 1px solid #4fb146 !important;
}
.btn--bd-secondary {
  color: #23814d;
  margin-top: 10px;
  border: 1px solid #23814d;
  padding: 4px 20px !important;
}
.btn--bd-secondary:hover, .btn--bd-secondary:active, .btn--bd-secondary:focus {
  color: #fff !important;
  background-color: rgb(45.8841463415, 169.1158536585, 100.9451219512) !important;
  border: 1px solid rgb(45.8841463415, 169.1158536585, 100.9451219512) !important;
}

@media only screen and (min-width: 768px) {
  .btn--regist {
    font-size: 14px;
  }
}
.label--bd-primary {
  display: inline-block;
  color: #6f7f1d;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  border: 1px solid #6f7f1d;
  padding: 4px 20px !important;
  border-radius: 4px !important;
}

.maxwidth-features {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.btn-features {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  background-image: linear-gradient(to bottom, #55a78e, #55a78e, #5bab80);
  border-radius: 70px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  min-height: 250px;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.25s ease-in;
}
.btn-features img {
  max-height: 76px;
  transition: all 0.3s ease-in;
  margin-bottom: 15px;
}
.btn-features h3, .btn-features h4, .btn-features h5, .btn-features h6 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 4px;
}
.btn-features h6 {
  font-weight: 400;
  margin-bottom: 0;
}
.btn-features:hover, .btn-features:active, .btn-features:focus {
  background-image: linear-gradient(to bottom, #4cbc92, #4cbc92, #52bf7d);
  border-radius: 40px;
}
.btn-features:hover img, .btn-features:active img, .btn-features:focus img {
  transform: scale(1.05);
}
.btn-features:hover h3, .btn-features:hover h4, .btn-features:hover h5, .btn-features:hover h6, .btn-features:active h3, .btn-features:active h4, .btn-features:active h5, .btn-features:active h6, .btn-features:focus h3, .btn-features:focus h4, .btn-features:focus h5, .btn-features:focus h6 {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .btn-features {
    min-height: 250px;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-features {
    border-radius: 90px;
    min-height: 290px;
  }
}
.btn-img, .btn-img-no-overlay {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.btn-img i, .btn-img-no-overlay i {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: 2;
  pointer-events: none;
}
.btn-img img, .btn-img-no-overlay img {
  transform: scale(1);
  transition: all 0.3s ease-in;
}
.btn-img .text-hover, .btn-img-no-overlay .text-hover {
  position: absolute;
  padding: 20px;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease-in;
}
.btn-img .text-hover h5, .btn-img-no-overlay .text-hover h5 {
  color: #fff;
}
.btn-img .text-hover p, .btn-img-no-overlay .text-hover p {
  color: #fff;
}
.btn-img::before, .btn-img-no-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
.btn-img:hover::before, .btn-img:active::before, .btn-img:focus::before, .btn-img-no-overlay:hover::before, .btn-img-no-overlay:active::before, .btn-img-no-overlay:focus::before {
  opacity: 1;
}
.btn-img:hover img, .btn-img:active img, .btn-img:focus img, .btn-img-no-overlay:hover img, .btn-img-no-overlay:active img, .btn-img-no-overlay:focus img {
  transform: scale(1.04);
}
.btn-img:hover i, .btn-img:active i, .btn-img:focus i, .btn-img-no-overlay:hover i, .btn-img-no-overlay:active i, .btn-img-no-overlay:focus i {
  opacity: 1;
  transform: translate(-50%, -50%) scale(3.5);
}
.btn-img:hover .text-hover, .btn-img:active .text-hover, .btn-img:focus .text-hover, .btn-img-no-overlay:hover .text-hover, .btn-img-no-overlay:active .text-hover, .btn-img-no-overlay:focus .text-hover {
  opacity: 1;
}

.btn-img-no-overlay::before {
  content: none;
}

.btn-img2 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.btn-img2 img {
  transform: scale(1);
  transition: all 0.3s ease-in;
}
.btn-img2 .text-hover1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  z-index: 2;
  transition: all 0.3s ease-in;
  background-image: linear-gradient(to right, rgba(0, 68, 58, 0.85), rgba(0, 68, 58, 0.85), transparent);
  width: 100%;
  padding: 10px 15px;
}
.btn-img2 .text-hover1 .heading {
  color: #fff;
  margin-bottom: 0;
}
.btn-img2 .text-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 4;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-img2 .text-hover img {
  max-height: 45px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn-img2 .text-hover .heading {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
}
.btn-img2::after {
  content: "";
  background-color: rgba(79, 177, 70, 0.9);
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.btn-img2:hover .text-hover1, .btn-img2:active .text-hover1, .btn-img2:focus .text-hover1 {
  bottom: -70px;
  opacity: 0;
}
.btn-img2:hover::after, .btn-img2:active::after, .btn-img2:focus::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-img2:hover img, .btn-img2:active img, .btn-img2:focus img {
  filter: blur(5px);
}
.btn-img2:hover .text-hover, .btn-img2:active .text-hover, .btn-img2:focus .text-hover {
  opacity: 1;
}
.btn-img2:hover .text-hover img, .btn-img2:active .text-hover img, .btn-img2:focus .text-hover img {
  filter: none;
  transform: none;
}

@media only screen and (min-width: 576px) {
  .btn-img2 .text-hover img {
    max-height: 80px;
  }
  .btn-img2 .text-hover .heading {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-img2 .text-hover img {
    max-height: 100px;
  }
  .btn-img2 .text-hover .heading {
    font-size: 20px;
  }
}
@media only screen and (min-width: 2000px) {
  .btn-img2 .text-hover img {
    max-height: 130px;
    margin-bottom: 15px;
  }
  .btn-img2 .text-hover .heading {
    font-size: 28px;
  }
}
.btn-img3 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  max-height: 240px;
}
.btn-img3 img {
  transform: scale(1);
  transition: all 0.3s ease-in;
}
.btn-img3 .text-hover1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  z-index: 2;
  transition: all 0.3s ease-in;
  background-image: linear-gradient(to right, rgba(0, 68, 58, 0.85), rgba(0, 68, 58, 0.85), transparent);
  width: 100%;
  padding: 10px 15px;
}
.btn-img3 .text-hover1 .heading {
  color: #fff;
  margin-bottom: 0;
}
.btn-img3 .text-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 4;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-img3 .text-hover img {
  max-height: 80px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn-img3 .text-hover .heading {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
}
.btn-img3::after {
  content: "";
  background-color: rgba(79, 177, 70, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.btn-img3:hover .text-hover1, .btn-img3:active .text-hover1, .btn-img3:focus .text-hover1 {
  bottom: -70px;
  opacity: 0;
}
.btn-img3:hover::after, .btn-img3:active::after, .btn-img3:focus::after {
  opacity: 1;
}
.btn-img3:hover img, .btn-img3:active img, .btn-img3:focus img {
  filter: blur(5px);
}
.btn-img3:hover .text-hover1, .btn-img3:active .text-hover1, .btn-img3:focus .text-hover1 {
  opacity: 0;
}
.btn-img3:hover .text-hover, .btn-img3:active .text-hover, .btn-img3:focus .text-hover {
  opacity: 1;
}
.btn-img3:hover .text-hover img, .btn-img3:active .text-hover img, .btn-img3:focus .text-hover img {
  filter: none;
  transform: none;
}

@media only screen and (min-width: 576px) {
  .btn-img3 .text-hover img {
    max-height: 70px;
  }
  .btn-img3 .text-hover .heading {
    font-size: 18px;
  }
}
.btn-up, .btn-up:focus {
  color: #fff !important;
  background-color: rgba(79, 177, 70, 0.8);
}

.btn-up:hover {
  background-color: #4fb146;
}

.scrollToTop {
  width: 52px;
  height: 52px;
  padding: 15px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 99;
  display: none;
  transition: all 0.3s ease-in-out;
}

.scrollToTop i {
  margin-top: -6px;
  font-size: 2rem;
}

.showScrollTop {
  display: block;
  opacity: 1 !important;
}

.card {
  border-radius: 0px !important;
  background-color: transparent;
  transition: all 0.5s;
  margin-right: 0px !important;
  margin-left: 0px !important;
  border-left: 1px solid rgb(216.75, 216.75, 216.75) !important;
  border: 1px solid rgb(216.75, 216.75, 216.75);
}
.card h5 {
  color: #4fb146;
}
.card .card-body {
  padding: 15px 20px;
  transition: all 0.3s;
}
.card .card-body:hover {
  background-color: white;
}
.card .text-white {
  color: #fff;
}
.card:hover::before, .card:active::before, .card:focus::before {
  opacity: 1;
}
.card:hover img.card-pic, .card:active img.card-pic, .card:focus img.card-pic {
  transform: scale(1.08);
}
.card:hover i, .card:active i, .card:focus i {
  opacity: 1;
  transform: translateX(0px);
}
.card:hover .text-hover, .card:active .text-hover, .card:focus .text-hover {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .card {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}
.card2 {
  border-radius: 0px !important;
  background-color: transparent;
  border: none !important;
  transition: all 0.5s;
  overflow: hidden;
  margin-bottom: 35px;
}
.card2 img.card-pic {
  transition: all 0.5s;
}
.card2:not(:last-child) {
  margin-right: 0 !important;
}
.card2 h5 {
  color: #4fb146;
}
.card2 .card-body {
  padding: 5px 5px 10px;
  transition: all 0.3s;
}
.card2 .card-body p {
  margin-bottom: 5px;
  color: rgb(70.8441295547, 158.7267206478, 62.7732793522);
  font-weight: 700;
}
.card2 .img-item {
  overflow: hidden;
  border: 1px solid #cccccc !important;
}
.card2:hover img.card-pic, .card2:active img.card-pic, .card2:focus img.card-pic {
  transform: scale(1.05);
  transition: all 0.5s;
}
.card2:hover .card-body p, .card2:active .card-body p, .card2:focus .card-body p {
  color: #4fb146;
}

.card-footer {
  padding: 15px 25px;
  background-color: transparent;
  border-top: none;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .card2:not(:last-child) {
    margin-right: 1.5rem !important;
  }
}
.card-direction-row .card {
  flex-direction: column;
  margin-right: 0 !important;
  padding-bottom: 1.5rem;
  border: none !important;
  border-bottom: 1px solid rgb(76.5, 76.5, 76.5) !important;
  margin-bottom: 1.5rem !important;
}
.card-direction-row .card .card-img-width {
  margin: 0rem 1rem;
}
.card-direction-row .card:hover {
  background-color: transparent;
}
.card-direction-row .card-body {
  width: 100%;
  padding: 0.6rem 1rem;
}
.card-direction-row .emphasis1 {
  float: right;
  margin-bottom: 0.75rem;
}
.card-direction-row .card-title {
  color: #fff;
  width: 80%;
}
.card-direction-row .card-text {
  width: 80%;
  font-size: 14px;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .card-direction-row .card {
    flex-direction: row;
  }
  .card-direction-row .card .card-img-width {
    margin: 0rem;
  }
  .card-direction-row .card-body {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .card-direction-row .card:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
  }
  .card-direction-row .card-body {
    width: 50%;
  }
}
.card-no-bd .card {
  border: none !important;
}
.card-no-bd .card img.img-circle {
  border-radius: 50% !important;
  max-height: 120px;
}
.card-no-bd .card:hover {
  background-color: transparent;
}
.card-no-bd .card-body {
  padding: 1.25rem;
}

.card-feature {
  justify-content: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.card-feature .filter-shade {
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.3));
  display: flex;
  flex: 1 0 100%;
}
.card-feature .card {
  width: 100%;
  border: none;
  border-radius: 0px !important;
  border-left: none !important;
  background-color: #23814d;
  transition: all 0.5s;
  margin: 10px !important;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 85%, 90% 100%, 0 100%, 0 0);
}
.card-feature .card::after {
  background-color: #4fb146;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent, rgba(0, 0, 0, 0.3));
  width: 200%;
  height: 320%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0px;
  right: 0;
  border-radius: 50%;
  transition: all 0.4s ease-in;
  mix-blend-mode: multiply;
  opacity: 0.15;
}
.card-feature .card .card-body {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin: 25px 10px;
}
.card-feature .card .card-body img {
  max-height: 104px;
}
.card-feature .card .card-title {
  margin-bottom: 5px;
}
.card-feature .card .card-text {
  margin-bottom: 5px;
}
.card-feature .card .card-footer {
  padding: 0 1.25rem 2rem;
  background-color: transparent;
  border-top: none;
}
.card-feature .card img {
  margin-bottom: 10px;
  transition: all 0.3s ease-in;
}
.card-feature .card h4, .card-feature .card p {
  color: #fff;
}
.card-feature .card:hover, .card-feature .card:focus {
  filter: saturate(1.2);
  background-color: #4fb146;
  transform: scale(1.04);
}
.card-feature .card:hover .card-body, .card-feature .card:focus .card-body {
  background-color: transparent !important;
}

@media only screen and (min-width: 576px) {
  .card-feature .filter-shade {
    flex: 1 0 50%;
  }
}
@media only screen and (min-width: 992px) {
  .card-feature .filter-shade {
    flex: 1 0 0%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-feature {
    width: 95%;
  }
}
.card-feature-3item {
  justify-content: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.card-feature-3item .filter-shade {
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.3));
  display: flex;
  flex: 1 0 100%;
}
.card-feature-3item .card {
  width: 100%;
  border: none;
  border-radius: 0px !important;
  border-left: none !important;
  background-color: #23814d;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent, rgba(0, 0, 0, 0.3));
  transition: all 0.5s;
  margin: 10px !important;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 85%, 90% 100%, 0 100%, 0 0);
}
.card-feature-3item .card::after {
  content: "";
  background-color: #4fb146;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent, rgba(0, 0, 0, 0.3));
  width: 200%;
  height: 320%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0px;
  right: 0;
  border-radius: 50%;
  transition: all 0.4s ease-in;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.card-feature-3item .card .card-body {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin: 25px 10px;
}
.card-feature-3item .card .card-title {
  margin-bottom: 5px;
}
.card-feature-3item .card .card-text {
  margin-bottom: 5px;
}
.card-feature-3item .card .card-footer {
  padding: 0 1.25rem 2rem;
  background-color: transparent;
  border-top: none;
}
.card-feature-3item .card img {
  margin-bottom: 10px;
  transition: all 0.3s ease-in;
}
.card-feature-3item .card h4, .card-feature-3item .card p {
  color: #fff;
}
.card-feature-3item .card:hover, .card-feature-3item .card:focus {
  background-color: rgb(103.8680161943, 192.028340081, 95.771659919);
  transform: scale(1.05);
}
.card-feature-3item .card:hover .card-body, .card-feature-3item .card:focus .card-body {
  background-color: transparent !important;
}

@media only screen and (min-width: 768px) {
  .card-feature-3item .filter-shade {
    flex: 1 0 33%;
  }
}
@media only screen and (min-width: 992px) {
  .card-feature-3item .filter-shade {
    flex: 1 0 0%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-feature-3item {
    width: 90%;
  }
}
.row-flexbox {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  width: 100%;
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
body:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
}
body.offcanvas-menu {
  position: relative;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #90c0a6;
}
.site-navbar .toggle-button {
  padding-top: 1px;
  position: absolute;
  right: 0;
}
.site-navbar .toggle-button a {
  text-decoration: none;
}
.site-navbar .toggle-button i {
  font-size: 30px;
  color: rgb(127.5, 127.5, 127.5);
}
.site-navbar .site-logo {
  z-index: 3;
  transition: all 0.4s;
}
.site-navbar .site-logo img.logo {
  max-height: 60px;
  transition: all 0.4s;
  margin-top: 10px;
  margin-bottom: 10px;
}
.site-navbar .date_venue {
  z-index: 3;
  transition: all 0.4s;
  display: flex;
  align-items: end;
}
.site-navbar .date_venue img.date {
  max-height: 50px;
  transition: all 0.4s;
  margin-top: 10px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  z-index: 1;
}
.site-navbar .site-navigation .site-menu a::after {
  width: 0;
  opacity: 0;
  height: 1px;
  background-color: #4fb146;
  position: absolute;
  top: 25px;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.4s;
}
.site-navbar .site-navigation .site-menu li {
  display: inline-block;
  position: relative;
}
.site-navbar .site-navigation .site-menu li:hover, .site-navbar .site-navigation .site-menu li:focus, .site-navbar .site-navigation .site-menu li:active {
  background-color: rgb(75.7376518219, 169.6906882591, 67.1093117409);
}
.site-navbar .site-navigation .site-menu li a {
  position: relative;
  color: #23814d;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 10px 13px;
}
.site-navbar .site-navigation .site-menu li a:hover {
  color: #fff;
}
.site-navbar .site-navigation .site-menu li a:hover::after {
  width: 100%;
  opacity: 1;
  transform: scaleX(1);
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font: normal normal normal 14px/1 LineAwesome;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  background-color: rgb(75.7376518219, 169.6906882591, 67.1093117409);
  transition: 0.2s 0s;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(79, 177, 70, 0.9);
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  min-width: 250px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li a {
  color: #fff;
  margin: 0.3rem 1rem;
  padding: 0;
  display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li:hover {
  background-color: rgb(80.6311740891, 180.6546558704, 71.4453441296);
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li:hover a {
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li.has-children > a:before {
  content: "\f112";
  right: 0px;
  font: normal normal normal 14px/1 LineAwesome;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown li.has-children ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li.has-children > .dropdown li a, .site-navbar .site-navigation .site-menu .has-children .dropdown li.has-children ul li a {
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li.has-children > .dropdown li:hover a, .site-navbar .site-navigation .site-menu .has-children .dropdown li.has-children ul li:hover a {
  color: rgb(158.5714285714, 52.1428571429, 11.4285714286);
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .site-navbar .site-logo img.logo {
    max-height: 50px;
  }
  .site-navbar .date_venue img.date {
    max-height: 40px;
  }
}
.site-mobile-menu {
  width: 100%;
  max-width: unset;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  text-align: center;
  background-color: #23814d;
  height: 100vh;
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  color: rgb(191.25, 191.25, 191.25);
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close i {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close i:hover {
  color: #fff;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: rgb(180.1821862348, 223.8259109312, 176.1740890688);
  text-decoration: none;
  font-weight: 400;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #fff;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 8px;
  top: 5px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font: normal normal normal 14px/1 LineAwesome;
  content: "\f110";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 10px;
  font-size: 18px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  color: #fff;
  padding-left: 25px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  color: #fff;
  font-size: 16px;
  padding-left: 40px;
}

@media only screen and (min-width: 992px) {
  .site-mobile-menu {
    max-width: 400px;
  }
}
.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  transition: 0.3s all ease;
}
.sticky-wrapper .shrink {
  padding: 0;
}
.sticky-wrapper .shrink .site-navigation .site-menu .has-children .dropdown li.has-children > .dropdown, .sticky-wrapper .shrink .site-navigation .site-menu .has-children .dropdown li.has-children ul {
  left: 100%;
  top: 0;
}
.sticky-wrapper .shrink .site-navigation .site-menu .has-children .dropdown li.has-children:hover > a, .sticky-wrapper .shrink .site-navigation .site-menu .has-children .dropdown li.has-children:active > a, .sticky-wrapper .shrink .site-navigation .site-menu .has-children .dropdown li.has-children:focus > a {
  color: #fff !important;
}

.site-navbar .dropdown-menu {
  background-color: rgb(31.7347560976, 116.9652439024, 69.8164634146);
  margin-top: 0px;
  border: 0;
  border-radius: 6px;
  transition: all 0.3s;
}
.site-navbar .dropdown-item:focus, .site-navbar .dropdown-item:hover {
  background-color: rgb(45.8841463415, 169.1158536585, 100.9451219512);
}
.site-navbar .dropdown-toggle::after {
  content: none;
}
.site-navbar .navbar-light .navbar-nav .nav-link {
  border-radius: 6px;
  padding-left: 12px;
  padding-right: 12px;
}
.site-navbar .navbar-light .navbar-nav .nav-link:hover {
  background-color: rgb(45.8841463415, 169.1158536585, 100.9451219512);
}
.site-navbar .navbar-light .navbar-nav .nav-link.nav-focus:focus {
  background-color: rgb(45.8841463415, 169.1158536585, 100.9451219512);
}
.site-navbar .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.site-navbar .mn-text {
  display: none;
}
.site-navbar .icon-mn {
  font-size: 20px;
  color: #fff;
  margin-right: 0px;
}

@media only screen and (min-width: 992px) {
  .site-navbar .mn-text {
    display: inline-block;
  }
  .site-navbar .icon-mn {
    font-size: 16px;
    margin-right: 10px;
  }
}
.title-theme {
  max-width: 750px;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .title-theme {
    max-width: unset;
  }
}
.navtab-style1 ul.nav-tabs {
  margin-left: 0 !important;
}
.navtab-style1 .tab-pane {
  margin: 0 5px;
}
.navtab-style1 .nav-tabs {
  border-bottom: 6px solid rgb(216.75, 216.75, 216.75);
  margin-bottom: 20px;
}
.navtab-style1 .nav-tabs .nav-item {
  width: unset;
  flex: 1 1 auto !important;
  text-align: center;
  background-color: rgb(29.5579268293, 108.9420731707, 65.0274390244);
  margin: 1px;
  border-radius: 0px;
}
.navtab-style1 .nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.5s;
}
.navtab-style1 .nav-tabs .nav-link {
  border-color: rgb(29.5579268293, 108.9420731707, 65.0274390244);
  border-radius: 0px;
  font-weight: 600;
}
.navtab-style1 .nav-tabs .nav-link:hover {
  color: #fff;
  border-color: rgb(93.4615384615, 187.6923076923, 84.8076923077);
  background-color: rgb(93.4615384615, 187.6923076923, 84.8076923077);
}
.navtab-style1 .nav-tabs .nav-item.show .nav-link,
.navtab-style1 .nav-tabs .nav-link.active,
.navtab-style1 .nav-tabs .nav-link:focus {
  color: #fff;
  border-color: rgb(38.2652439024, 141.0347560976, 84.1835365854);
  background-color: rgb(38.2652439024, 141.0347560976, 84.1835365854);
}

.navtab-style2 .nav-tabs {
  border-bottom: none;
  margin-bottom: 1.5rem;
}
.navtab-style2 .nav-tabs .nav-item {
  width: unset;
  flex: 1 1 auto !important;
  text-align: center;
  border: 1px solid rgb(89.25, 89.25, 89.25) !important;
  background-color: rgba(79, 177, 70, 0);
  margin: 3px;
  border-radius: 0px;
}
.navtab-style2 .nav-tabs .nav-item .nav-link {
  color: #fff;
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  transition: all 0.5s;
}
.navtab-style2 .nav-tabs .nav-item .nav-link i {
  font-size: 1.5rem;
  color: #999999;
  margin-right: 5px;
}
.navtab-style2 .nav-tabs .nav-item .nav-link p {
  color: rgb(24.1158536585, 88.8841463415, 53.0548780488);
  display: inline-block;
  margin-bottom: 0;
  vertical-align: text-bottom;
}
.navtab-style2 .nav-tabs .nav-link:hover {
  border: none;
  background-color: rgb(2.3475609756, 8.6524390244, 5.1646341463);
}
.navtab-style2 .nav-tabs .nav-link:hover p {
  color: #23814d;
}
.navtab-style2 .nav-tabs .nav-link:hover i {
  color: rgb(229.5, 229.5, 229.5);
}
.navtab-style2 .nav-tabs .nav-item.show .nav-link,
.navtab-style2 .nav-tabs .nav-link.active,
.navtab-style2 .nav-tabs .nav-link:focus {
  border-color: transparent;
  background-color: rgb(13.2317073171, 48.7682926829, 29.1097560976);
}
.navtab-style2 .nav-tabs .nav-item.show .nav-link p,
.navtab-style2 .nav-tabs .nav-link.active p,
.navtab-style2 .nav-tabs .nav-link:focus p {
  color: #fff;
}
.navtab-style2 .nav-tabs .nav-item.show .nav-link i,
.navtab-style2 .nav-tabs .nav-link.active i,
.navtab-style2 .nav-tabs .nav-link:focus i {
  color: white;
}

.pmain {
  position: relative;
}
.pmain__mask {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.45);
}

.main-pic .carousel-inner img {
  width: 1000px !important;
  position: relative;
  margin-left: -500px;
  left: 50%;
}

@media only screen and (min-width: 992px) {
  .main-pic .carousel-inner img {
    width: 100% !important;
    position: relative;
    margin-left: unset;
    left: unset;
  }
}
.main-pic .carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 0;
  bottom: 40px;
  left: 0;
  top: 160px;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.main-pic .carousel-caption .bg-caption {
  padding: 2rem 0;
  padding: 0 1rem;
  text-align: left;
}
.main-pic .carousel-caption .bg-caption h1 {
  font-weight: 500 !important;
  font-size: 2rem;
  line-height: 2rem;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  max-width: 40rem;
}
.main-pic .carousel-caption .bg-caption h1:before {
  opacity: 0;
}
.main-pic .carousel-caption .bg-caption p {
  color: rgb(209.1, 209.1, 209.1);
  padding: 0;
  max-width: 40rem;
  font-weight: 300;
}

@media only screen and (min-width: 992px) {
  .main-pic .carousel-caption .bg-caption {
    padding: 1.25rem;
  }
  .main-pic .carousel-caption .bg-caption h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}
.carousel-control-next i,
.carousel-control-prev i {
  color: #ffffff;
  font-size: 2.5rem;
}

.carousel-indicators [data-bs-target] {
  background-color: #aeaeae;
}

.carousel-indicators li {
  height: 5px;
  background-color: #9ca79a;
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #4fb146;
}

.title-logo {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 3;
}
.title-logo img.logo {
  max-height: 45px;
}
.title-logo img.date {
  max-height: 45px;
}

@media only screen and (min-width: 992px) {
  .title-logo {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
  }
  .title-logo img.logo {
    max-height: 65px;
  }
  .title-logo img.date {
    max-height: 65px;
  }
}
.bg-newfeature {
  background-color: #e9ebe9;
  clip-path: unset;
}

@media only screen and (min-width: 992px) {
  .bg-newfeature {
    clip-path: polygon(5% 0, 100% 0, 100% 93%, 95% 100%, 0 100%, 0 7%);
  }
}
#newfeature {
  display: flex;
  flex-flow: row wrap;
}
#newfeature .item {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 15px;
  border-radius: 20px;
  background-image: linear-gradient(138deg, #145341, #145341, #27663b);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}
#newfeature .item .top-image img {
  border-radius: 20px 20px 0 0;
}
#newfeature .item .cnt {
  padding: 5px 15px 15px;
  margin: 0 10px;
  border-radius: 20px;
}
#newfeature .item .cnt h5 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
#newfeature .item .cnt p {
  text-align: justify;
}
#newfeature .item .label-bottom {
  margin-top: auto;
}

@media only screen and (min-width: 576px) {
  #newfeature .item {
    max-width: 400px;
  }
}
.hotel .table {
  min-width: 600px;
}
.hotel .table thead th {
  vertical-align: middle;
  border-bottom: none;
  background-color: #ececec;
  text-align: center;
  color: rgb(62.6882591093, 140.4534412955, 55.5465587045);
  font-weight: 600;
}
.hotel .table td, .hotel .table th {
  border: 1px solid #dadada;
}
.hotel .table .btn--primary {
  font-size: 14px;
}
.hotel .btn-img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}

.thai .hotel .table thead th {
  font-weight: 500;
}

.press .card {
  flex: 1 0 0%;
  width: 100%;
}
.press .press-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.press .press-list:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
}
.press .press-list .btn-img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.press .press-nav {
  background-color: rgb(242.25, 242.25, 242.25);
  padding: 10px 15px;
}
.press .press-nav p {
  margin-bottom: 0;
}
.press .press-nav a {
  color: #fff;
  background-color: #4fb146;
  padding: 3px 8px;
  border-radius: 4px;
  text-align: center;
  margin-left: 4px;
  margin-bottom: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.press .press-nav a:hover, .press .press-nav a:focus {
  background-color: rgb(110.8056680162, 194.9190283401, 103.0809716599);
}
.press .press-nav .display {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  color: rgb(54.532388664, 122.1801619433, 48.3198380567);
}
.press .press-nav .page {
  text-align: center;
}
.press ul {
  margin-top: 30px;
}
.press ul li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dadada;
}
.press ul li:last-child {
  margin-bottom: 30px;
}

.press-dt img {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  max-width: 100%;
  height: auto;
}

.thai .press .press-nav .display {
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .press .press-nav .display {
    text-align: left;
    margin-bottom: 0px;
  }
  .press .press-nav .page {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .press .card {
    flex: unset;
    width: 31%;
  }
  .press .press-list .btn-img {
    margin-bottom: 0px;
  }
}
.press-home {
  background-color: #f6c28d;
}
.press-home h4 {
  color: rgb(13.2317073171, 48.7682926829, 29.1097560976);
}
.press-home h5 {
  color: #fff;
  background-image: linear-gradient(to right, rgb(193, 86, 9), rgba(193, 86, 9, 0));
  padding: 5px 10px;
  margin-left: -16px;
  margin-bottom: 10px;
}
.press-home .recent-news {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}
.press-home .recent-news p {
  margin-bottom: 10px;
}
.press-home .recent-news .list:not(:last-child) {
  border-bottom: 1px solid rgba(166, 52, 20, 0.3);
  padding-bottom: 10px;
}

#conferences .conf-item {
  position: relative;
  padding: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(216.75, 216.75, 216.75);
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 0px;
}
#conferences .conf-item .speaker img {
  max-height: 110px;
  border: 3px solid #23814d;
}
#conferences .conf-item .speaker .text-name, #conferences .conf-item .speaker .text-position, #conferences .conf-item .speaker .text-company {
  font-size: 14px;
  line-height: 1.1rem;
  margin-bottom: 0px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#conferences .conf-item .speaker .text-name {
  color: rgb(62.6882591093, 140.4534412955, 55.5465587045);
  font-weight: 700;
}
#conferences .conf-item .speaker .text-company {
  font-style: italic;
}
#conferences .conf-item .table {
  min-width: 700px;
}
#conferences .conf-item .conf-logos {
  margin-bottom: 20px;
}
#conferences .conf-item .conf-logos img {
  max-height: 55px;
}
#conferences .conf-item img {
  max-width: 100% !important;
  height: auto !important;
}
#conferences .conf-item .label-wrap {
  display: flex;
  margin-top: -20px;
  margin-right: -20px;
  justify-content: end;
}
#conferences .conf-item .label-wrap .label {
  background-color: #4fb146 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 0 0px 0 10px;
  margin-bottom: 20px;
  max-width: 230px;
}
#conferences .conf-item .label-wrap .label:has(> p:empty) {
  background-color: transparent !important;
  color: transparent !important;
}
#conferences .conf-item .label2 {
  background-color: #4fb146 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-top: 5px;
}
#conferences .conf-item .label2:has(> p:empty) {
  display: none;
}
#conferences .conf-item .topic {
  margin-bottom: 15px;
}
#conferences .conf-item .description {
  margin-bottom: 30px;
}
#conferences .conf-item .description img {
  width: unset !important;
  max-height: 580px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
#conferences ul {
  margin-left: 30px;
}
#conferences ul.list-date {
  margin-left: 0px !important;
  margin-bottom: 10px;
  padding: 0;
}
#conferences ul.list-date li {
  color: rgb(65.9506072874, 147.7627530364, 58.4372469636);
  font-weight: 700;
  font-size: 18.5px;
  list-style: none;
  display: inline-block;
}
#conferences ul.list-date li:not(:last-child) {
  margin-right: 15px;
}
#conferences ul.list-date li i {
  font-size: 22px;
  color: #4fb146;
  margin-right: 5px;
  padding-top: 2px;
}

@media only screen and (min-width: 576px) {
  #conferences .conf-item .label-wrap .label {
    max-width: unset;
  }
}
.vdo {
  background-image: linear-gradient(#f7f9fe, #d6e4f9);
}

.vdo1 {
  position: relative;
  min-height: 350px;
  color: #fff;
}
.vdo1 .content {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 350px;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.vdo1 .content h3 {
  color: #fff;
}
.vdo1 .content i {
  font-size: 90px;
}
.vdo1 .content a {
  color: rgba(255, 255, 255, 0.55);
}
.vdo1 .content a:hover, .vdo1 .content a:focus {
  color: white;
}

@media only screen and (min-width: 768px) {
  .vdo1 .content {
    width: 60%;
  }
}
.vdo-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.vdo-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.verticle-vdo-container {
  position: relative;
  width: 100%;
  padding-bottom: 178%;
  display: block;
}

.verticle-vdo-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.verticle-vdo-wrap {
  padding: 0px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.vdo-wrap {
  padding: 0px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.vdo-modal .modal {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.vdo-modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 15px auto;
}
.vdo-modal .modal-content {
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vdo-modal .modal-header {
  padding: 0 15px;
  border-bottom: none;
}
.vdo-modal .modal-body {
  padding: 15px;
}
.vdo-modal .close {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-shadow: none;
  opacity: 0.5;
}
.vdo-modal .close:hover, .vdo-modal .close:focus {
  opacity: 1;
}
.vdo-modal button:focus {
  outline: none;
}

.top {
  color: rgba(255, 255, 255, 0.7);
}

.top {
  padding-top: 5px;
  padding-bottom: 5px;
}

.top {
  color: #fff;
}
.top a {
  color: #fff;
  font-weight: 500;
}
.top a:hover, .top a:active, .top a:focus {
  color: rgb(180.1821862348, 223.8259109312, 176.1740890688);
}

.social {
  display: flex;
  justify-content: flex-start;
}
.social i {
  font-size: 1.25rem;
  padding: 0.55rem;
  color: rgb(130.05, 130.05, 130.05);
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  transition: all 0.3s;
}
.social i:hover, .social i:active, .social i:focus {
  color: #fff;
  background-color: #4fb146;
}
.social a:not(:last-child) {
  margin-right: 0.3rem;
}
.social a.link-text {
  padding-top: 0px;
  font-size: 12px;
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
}
.social a.link-text:hover img, .social a.link-text:focus img {
  border: 2px solid #4fb146;
}
.social .ic-line {
  display: inline-block;
  background-image: url(../../assets/img/ic_line.svg);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  vertical-align: bottom;
  transition: all 0.3s;
}
.social .ic-line:hover, .social .ic-line:focus {
  background-image: url(../../assets/img/ic_line_wht.svg);
  background-color: #4fb146;
}

.top .social {
  justify-content: flex-end;
}
.top .social i {
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 6px;
  border: none;
}
.top .social a:not(:last-child) {
  margin-right: 3px;
}
.top .social .ic-line {
  width: 32px;
  height: 32px;
  border: none;
}

.footer-logo p {
  font-size: 12px;
}
.footer-logo ul {
  display: flex;
  flex-flow: row wrap;
  margin-left: 0px;
  padding-left: 0;
}
.footer-logo ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  min-height: 55px;
}
.footer-logo ul li:not(:last-child) {
  margin-right: 20px;
}
.footer-logo ul li img {
  max-width: 110px;
  max-height: 55px;
}

@media only screen and (min-width: 768px) {
  .footer-logo ul li {
    margin-bottom: 20px;
  }
}
#footer-address {
  background-color: rgb(24.1158536585, 88.8841463415, 53.0548780488);
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer-address h5, #footer-address p, #footer-address a {
  color: #fff;
}
#footer-address a:hover, #footer-address a:focus {
  color: rgb(110.8056680162, 194.9190283401, 103.0809716599);
}
#footer-address p {
  margin-bottom: 0;
}

#slide1, #slide3, #slide4, #conf-slide {
  display: flex;
}

.tns-outer {
  position: relative;
}
.tns-outer [data-controls] {
  border: 0;
  padding: 0;
  font-size: 35px;
  color: rgb(216.75, 216.75, 216.75);
  position: absolute;
  top: 40%;
  margin-top: -18px;
  z-index: 1;
  background: transparent;
}
.tns-outer [data-controls]:hover {
  color: rgba(79, 177, 70, 0.7);
}
.tns-outer [data-controls=prev] {
  left: 10px;
}
.tns-outer [data-controls=next] {
  right: 10px;
}
.tns-outer button:focus,
.tns-outer button:active {
  outline: 0 !important;
}

.tns-nav {
  margin-top: 0.5rem;
  text-align: center;
}

.tns-nav > [aria-controls] {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #cccccc;
  border: 1px solid #fff;
}

.tns-nav > .tns-nav-active {
  background: #82b30f;
  border: 1px solid #fff;
}

.tns-ovh {
  margin-left: 0;
  margin-right: 0;
}

.tns-controls {
  display: none;
}

@media only screen and (min-width: 992px) {
  .tns-ovh {
    margin-left: 60px;
    margin-right: 60px;
  }
  .tns-controls {
    display: block;
  }
}
#slide2-wrap .tns-ovh, #slide3-wrap .tns-ovh, #banner-slide-wrap .tns-ovh, #voice-slide-wrap .tns-ovh, #conf-slide-wrap .tns-ovh {
  margin-left: 0px;
  margin-right: 0px;
}

#voice-slide > .tns-item {
  padding-right: 28px;
}

#banner_zone_mb-wrap .tns-ovh {
  padding-right: 15px;
}

.h_pagein {
  position: relative;
  background-image: url(../../assets/img/bg_header.jpg);
  background-size: cover;
  background-position: center top;
  background-color: rgb(247.35, 247.35, 247.35);
  padding-top: 30px;
}
.h_pagein::after {
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #fff, #e6e6e6, #e6e6e6);
  display: block;
}
.h_pagein h1 {
  color: white;
  margin-bottom: 15px;
}
.h_pagein h1::after {
  width: 90%;
  opacity: 1;
  height: 8px;
  background-image: linear-gradient(to right, #23814d, transparent);
  position: absolute;
  left: 0;
  bottom: -22px;
}

@media only screen and (min-width: 768px) {
  .h_pagein {
    padding-top: 50px;
  }
}
.subhead-emp {
  color: #fff;
  background-image: linear-gradient(to right, #ef5a21, #ef5a21, #ef5a21, #ef5a21, rgba(239, 90, 33, 0));
  padding: 5px 15px;
}

.subhead1 {
  position: relative;
  color: #23814d;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
.subhead1::before {
  display: block;
  position: absolute;
  bottom: -4px;
  z-index: 1;
  width: 60px;
  height: 6px;
  background-color: rgb(45.8841463415, 169.1158536585, 100.9451219512);
}
.subhead1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(35, 129, 77, 0.4);
}

.subhead2 {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.subhead2::after {
  position: absolute;
  bottom: -4px;
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(79, 177, 70, 0.4), rgba(79, 177, 70, 0.4), rgba(79, 177, 70, 0.4), rgba(79, 177, 70, 0));
}

.subhead3 {
  color: #fff;
  background-image: linear-gradient(to right, #fff, rgb(54.532388664, 122.1801619433, 48.3198380567), rgb(54.532388664, 122.1801619433, 48.3198380567), rgb(54.532388664, 122.1801619433, 48.3198380567), rgb(54.532388664, 122.1801619433, 48.3198380567), rgb(54.532388664, 122.1801619433, 48.3198380567), rgb(54.532388664, 122.1801619433, 48.3198380567), #fff);
  padding: 5px 15px;
  margin-bottom: 10px;
}

.subhead4 {
  background-image: linear-gradient(to right, rgb(242.25, 242.25, 242.25), rgb(242.25, 242.25, 242.25), rgb(242.25, 242.25, 242.25), rgba(0, 0, 0, 0));
  padding: 5px 15px;
}

.subhead5 {
  color: #fff;
  background-image: linear-gradient(to right, #fff, rgb(38.2652439024, 141.0347560976, 84.1835365854), rgb(38.2652439024, 141.0347560976, 84.1835365854), rgb(38.2652439024, 141.0347560976, 84.1835365854), rgb(38.2652439024, 141.0347560976, 84.1835365854), rgb(38.2652439024, 141.0347560976, 84.1835365854), rgb(38.2652439024, 141.0347560976, 84.1835365854), #fff);
  padding: 5px 15px;
  margin-bottom: 10px;
}

.title1 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 25px;
}
.title1::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 300px solid #4fb146;
  border-left: 50px solid transparent;
}
.title1::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 300px solid #4fb146;
  border-right: 50px solid transparent;
}
.title1 .title-text {
  position: relative;
  text-align: center;
  display: inline-block;
  background-color: #4fb146;
  padding: 20px 5px 5px;
}
.title1 .title-text h1 {
  color: white;
  font-size: 28px;
}

.title2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}
.title2::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 300px solid #23814d;
  border-left: 50px solid transparent;
}
.title2::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 300px solid #23814d;
  border-right: 50px solid transparent;
}
.title2 .title-text {
  position: relative;
  text-align: center;
  display: inline-block;
  background-color: #23814d;
  padding: 20px 30px 5px;
}
.title2 .title-text h1 {
  color: white;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .title1::before {
    border-top: 100px solid #4fb146;
  }
  .title1::after {
    border-top: 100px solid #4fb146;
  }
  .title2 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .title2::before {
    border-top: 100px solid #23814d;
  }
  .title2::after {
    border-top: 100px solid #23814d;
  }
  .title2 .title-text {
    padding: 20px 5px 5px;
  }
  .title2 .title-text h1 {
    font-size: 28px;
  }
}
.search-group .formwidth {
  margin-bottom: 4px;
}
.search-group .formwidth:not(:last-child) {
  margin-right: 0px;
}
.search-group .btn {
  margin-top: 0;
}
.search-group .btn-multiselect {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}

@media only screen and (min-width: 992px) {
  .search-group .formwidth:not(:last-child) {
    margin-right: 4px;
  }
}
.ex-result {
  margin-top: 20px;
}
.ex-result .ex-head {
  display: none;
  color: #fff;
  font-weight: 700;
  background-color: #4fb146;
}
.ex-result .ex-head a {
  color: #fff;
}
.ex-result .ex-head p {
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
}
.ex-result .ex-head .company {
  width: 35%;
}
.ex-result .ex-head .stand {
  width: 12%;
}
.ex-result .ex-head .category {
  width: 35%;
}
.ex-result .ex-head .country {
  width: 18%;
}
.ex-result .ex-body {
  display: block;
  align-items: unset;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ex-result .ex-body:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.ex-result .ex-body p {
  margin-bottom: 0;
}
.ex-result .ex-body .hide-dt {
  display: inline;
}
.ex-result .ex-body .company {
  display: block;
  align-items: unset;
  width: 100%;
}
.ex-result .ex-body .company img {
  max-width: 50px;
  max-height: 50px;
  margin-left: 10px;
  float: left;
}
.ex-result .ex-body .company p {
  font-weight: 500;
  margin-left: 0;
}
.ex-result .ex-body .stand {
  width: 100%;
  text-align: left;
  margin-left: 0;
}
.ex-result .ex-body .category {
  width: 100%;
  text-align: left;
  margin-left: 0;
}
.ex-result .ex-body .country {
  width: 100%;
  text-align: left;
  margin-left: 0;
}

@media only screen and (min-width: 992px) {
  .ex-result {
    margin-top: 0px;
  }
  .ex-result .ex-head {
    display: flex;
    align-items: center;
  }
  .ex-result .ex-body {
    display: flex;
    align-items: center;
  }
  .ex-result .ex-body .hide-dt {
    display: none;
  }
  .ex-result .ex-body .company {
    display: flex;
    align-items: center;
    width: 35%;
  }
  .ex-result .ex-body .company img {
    float: unset;
  }
  .ex-result .ex-body .company p {
    font-weight: 400;
    margin-left: 0;
  }
  .ex-result .ex-body .stand {
    width: 12%;
    text-align: center;
    margin-left: 0px;
  }
  .ex-result .ex-body .category {
    width: 35%;
    text-align: center;
  }
  .ex-result .ex-body .country {
    width: 18%;
    text-align: center;
    margin-left: 0px;
  }
}
.dashboardcode-bsmultiselect ul.form-control {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  margin-left: 0;
}

.dashboardcode-bsmultiselect .dropdown-menu ul {
  margin-left: 0;
}

.dashboardcode-bsmultiselect .dropdown-menu {
  z-index: 1;
}

.banner-bottom .banner-fixed {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 20;
  max-width: 90%;
  padding: 5px 15px;
  background-color: #ffffff;
  background-image: linear-gradient(#61a706, #0e3f25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.banner-bottom .banner-fixed h6 {
  color: #ffffff;
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.banner-bottom .banner-fixed p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
}
.banner-bottom .banner-fixed .logo {
  max-width: 68px;
  margin-top: 15px;
}
.banner-bottom .banner-fixed i {
  color: #ffffff;
  font-size: 24px;
  padding-top: 5px;
}
.banner-bottom .date-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.25em;
  text-align: center;
  background-color: rgb(40.4420731707, 149.0579268293, 88.9725609756);
  padding: 4px 13px;
  border-radius: 0 0 10px 0;
}
.banner-bottom a {
  color: #000000;
}
.banner-bottom a:hover, .banner-bottom a:focus, .banner-bottom a:visited {
  color: #000000;
}
.banner-bottom .close {
  z-index: 11;
  text-shadow: none;
}

@media only screen and (min-width: 576px) {
  .banner-bottom .banner-fixed {
    max-width: 430px;
  }
}
.vdo-lead {
  position: relative;
}
.vdo-lead .carousel {
  overflow: hidden;
}
.vdo-lead .carousel .carousel-control-prev, .vdo-lead .carousel .carousel-control-next {
  display: none;
  top: 50%;
  bottom: unset;
  margin-top: -60px;
  width: 120px;
}
.vdo-lead .carousel .carousel-control-prev i, .vdo-lead .carousel .carousel-control-next i {
  color: rgb(255, 255, 255);
  font-size: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 120px;
  height: 120px;
  border-radius: 100px;
  line-height: 120px;
}
.vdo-lead .carousel .carousel-control-prev {
  left: -60px;
}
.vdo-lead .carousel .carousel-control-prev i {
  text-indent: 25px;
}
.vdo-lead .carousel .carousel-control-next {
  right: -60px;
}
.vdo-lead .carousel .carousel-control-next i {
  text-indent: -25px;
}
.vdo-lead .carousel .carousel-item .overlay {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.vdo-lead .carousel .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  top: 10%;
  padding: 20px;
}
.vdo-lead .carousel .carousel-item h1, .vdo-lead .carousel .carousel-item h2 {
  color: #fff !important;
  text-shadow: 2px 2px 7px #000;
  margin-left: auto;
  margin-right: auto;
}
.vdo-lead .carousel .carousel-item h1 span, .vdo-lead .carousel .carousel-item h2 span {
  color: rgb(93.4615384615, 187.6923076923, 84.8076923077);
}
.vdo-lead .carousel .carousel-item h2 {
  font-size: 30px;
}
.vdo-lead .carousel .carousel-item h2 {
  font-size: 24px;
}
.vdo-lead .video-fluid {
  display: block;
  width: 100%;
  height: auto;
}
.vdo-lead .img-cover-bg {
  height: 600px;
  width: auto;
  position: relative;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 576px) {
  .vdo-lead .carousel .carousel-item .carousel-caption {
    top: 20%;
    padding: 20px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .vdo-lead .carousel .carousel-control-prev, .vdo-lead .carousel .carousel-control-next {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .vdo-lead .carousel .carousel-item .carousel-caption {
    top: 35%;
  }
  .vdo-lead .carousel .carousel-item h1 {
    font-size: 40px;
  }
  .vdo-lead .carousel .carousel-item h2 {
    font-size: 30px;
  }
  .vdo-lead .video-fluid {
    display: block;
    width: 100%;
    height: auto;
  }
  .vdo-lead .img-cover-bg {
    width: 100%;
    height: auto;
    margin-left: 0;
    transform: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .vdo-lead .carousel .carousel-item .carousel-caption {
    top: 35%;
  }
  .vdo-lead .carousel .carousel-item h1 {
    font-size: 60px;
  }
  .vdo-lead .carousel .carousel-item h2 {
    font-size: 50px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 10px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  text-shadow: 0 0 10px #000;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #fff;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 48px;
  line-height: 1;
  color: #c6c6c6;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 5px;
}
.slick-prev:before {
  content: "\f104";
}
[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: 5px;
}
[dir=rtl] .slick-next {
  left: 5px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir=rtl] .slick-next:before {
  content: "\f104";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 10px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #4fb146;
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: #c2c2c2;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ef5a21;
  opacity: 1;
}

.press-slider .slick-list {
  display: flex;
}
.press-slider .slick-list .slick-track {
  display: flex;
}
.press-slider .slick-list .slick-track .slick-slide {
  margin: 0 18px 20px;
  height: inherit;
}
.press-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.press-slider .slick-list .slick-track .slick-slide .card {
  display: flex !important;
  height: 100%;
}
.press-slider .shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
}

.highlight-conferences .slick-dots {
  margin-top: 0;
  margin-left: 0 !important;
}

.regular2 .slick-track {
  display: flex;
}

.slide8-4-3-2 .slick-slide {
  margin: 0;
}

.quote-slider .slick-prev,
.quote-slider .slick-next {
  text-shadow: none;
}
.quote-slider .slick-prev:hover, .quote-slider .slick-prev:focus,
.quote-slider .slick-next:hover,
.quote-slider .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.quote-slider .slick-prev:hover:before, .quote-slider .slick-prev:focus:before,
.quote-slider .slick-next:hover:before,
.quote-slider .slick-next:focus:before {
  color: #23814d;
  opacity: 1;
}
.quote-slider .slick-prev.slick-disabled:before,
.quote-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.quote-slider .slick-prev:before,
.quote-slider .slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 48px;
  line-height: 1;
  color: #c6c6c6;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.quote-slider .item {
  width: 85% !important;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 50ms;
}