@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%;
}

html {
  background-color: #252424;
}

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

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: 40px;
  padding-bottom: 40px;
}

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

a {
  color: rgb(4.875, 101.5625, 105.625);
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 700;
}
a:hover, a:focus {
  color: rgb(7.125, 148.4375, 154.375);
  text-decoration: none;
}

.color--primary {
  color: #067d82 !important;
}

.color--secondary {
  color: #6ac8c8 !important;
}

.color--tertiary {
  color: #1f9192 !important;
}

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

.bg--primary {
  background-image: none !important;
  background-color: #067d82 !important;
}

.bg--secondary {
  background-image: none !important;
  background-color: #6ac8c8 !important;
}

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

.bg--four {
  background-image: none !important;
  background-color: #3dbea0 !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;
}

.line1 {
  height: 1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}

.line2 {
  height: 1px;
  border-bottom: 2px solid rgb(237, 238, 241);
}

.maxwidth1 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

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

.minheight1 {
  min-height: 550px;
}

@media only screen and (min-width: 1200px) {
  .minheight1 {
    min-height: unset;
  }
}
img.max-width-height1 {
  max-width: 120px;
  max-height: 60px;
}

@media only screen and (min-width: 576px) {
  img.max-width-height1 {
    max-width: 180px;
    max-height: 90px;
  }
}
img.max-width-height2 {
  max-width: 110px;
  max-height: 60px;
}

@media only screen and (min-width: 576px) {
  img.max-width-height2 {
    max-width: 170px;
    max-height: 90px;
  }
}
img.max-width-height3 {
  max-width: 106px;
  max-height: 70px;
}

@media only screen and (min-width: 576px) {
  img.max-width-height3 {
    max-width: 156px;
    max-height: 100px;
  }
}
img.max-width-height4 {
  max-width: 140px;
  max-height: 60px;
}

@media only screen and (min-width: 576px) {
  img.max-width-height4 {
    max-width: 210px;
    max-height: 90px;
  }
}
.right-line-col {
  border-right: none !important;
  padding-right: 10px;
}

@media only screen and (min-width: 576px) {
  .right-line-col {
    border-right: 1px solid rgba(0, 0, 0, 0.25) !important;
    padding-right: 20px;
  }
}
.pad-left-col {
  padding-left: 10px;
}

@media only screen and (min-width: 576px) {
  .pad-left-col {
    padding-left: 20px;
  }
}
.img-wrap {
  position: relative;
}
.img-wrap .text {
  position: relative;
  float: right;
  margin-top: -45px;
  padding: 30px;
  width: 85%;
  z-index: 2;
  background-color: #fff;
}

.page-link {
  color: rgb(127.5, 127.5, 127.5);
}
.page-link:hover {
  color: #fff;
  background-color: #067d82;
  border-color: #067d82;
}
.page-link:focus {
  color: #6ac8c8;
  background-color: #fff;
  box-shadow: none;
}

.page-item.active .page-link {
  background-color: rgb(3.75, 78.125, 81.25);
  border-color: rgb(3.75, 78.125, 81.25);
}

.circle-bg {
  background-color: rgba(106, 200, 200, 0.7);
  border-radius: 50%;
  padding: 10px;
  width: 70px;
  height: 70px;
  transition: all 0.3s;
}

.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;
}
.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;
}
.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;
  }
}
.pd_highlights img {
  max-height: 380px;
}

.paper-roll-wht::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-image: url(../../assets/img/paper_roll_wht.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 54px;
}

.paper-roll-wht2::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background-image: url(../../assets/img/paper_roll_wht2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 54px;
}

.paper-roll-grn::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background-image: url(../../assets/img/paper_roll_grn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 54px;
}

.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%);
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #067d82;
  margin-bottom: 0.5rem;
}

h6 {
  color: #067d82;
}

h1,
h2,
h3 {
  position: relative;
}
h1::after,
h2::after,
h3::after {
  width: 110px;
  height: 4px;
  background-color: #6ac8c8;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.after-none::after {
  content: none;
}

strong {
  font-weight: 700;
}

.emphasis1 {
  color: #067d82;
  font-weight: 700;
}

.emphasis2 {
  color: rgb(61.875, 167.625, 167.625);
  font-weight: 700;
}

.emphasis3 {
  color: rgb(87.375, 193.125, 193.125);
  font-weight: 600;
}

.dim {
  color: #cccccc;
  text-decoration: line-through;
}

.text-small {
  font-size: 14px;
}

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

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

.icon1 {
  font-size: 1.5rem;
  color: white;
}

.icon2 {
  font-size: 2rem;
  color: rgb(68.75, 186.25, 186.25);
  margin-right: 10px;
  margin-top: 0;
}

ul.fa-ul li svg {
  color: #067d82;
  margin-top: 3px;
}

ul.fa-ul i.fa-li {
  left: -35px;
  font-size: 16px;
  color: #6ac8c8;
  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 18px;
  display: inline-block;
  border-radius: 50px;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.btn:hover {
  transform: scale(1.02);
}
.btn:active, .btn:focus {
  transform: scale(1.02);
  outline: none !important;
  border-color: transparent !important;
}
.btn--white {
  background-color: #fff;
  color: #333333;
}
.btn--white:hover, .btn--white:active, .btn--white:focus {
  background-color: #6ac8c8;
  color: #067d82;
}
.btn--bd-white {
  border: 1px solid #fff !important;
  color: #fff;
}
.btn--bd-white:hover, .btn--bd-white:active, .btn--bd-white:focus {
  color: #fff;
  background-color: #067d82;
}
.btn--primary {
  background-color: rgb(7.125, 148.4375, 154.375);
  color: #fff;
  margin-top: 10px;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background-color: rgb(8.25, 171.875, 178.75) !important;
  color: #fff !important;
}
.btn--secondary {
  filter: saturate(0.6);
  background-color: #6ac8c8;
  color: #fff;
  margin-top: 10px;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  background-color: rgb(143.25, 213.75, 213.75) !important;
  color: #fff !important;
}
.btn--regist {
  background-color: #1f9192;
  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(39.9322033898, 186.7796610169, 188.0677966102) !important;
  color: #fff !important;
}

@media only screen and (min-width: 768px) {
  .btn--regist {
    font-size: 14px;
  }
}
.btn-img {
  border-radius: 0px !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-top: 8px;
}
.btn-img i {
  position: absolute;
  color: white;
  right: 5px;
  bottom: 5px;
  text-align: center;
  font-size: 25px;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s ease-in;
  z-index: 2;
}
.btn-img img {
  transform: scale(1);
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.btn-img .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 {
  color: #fff;
}
.btn-img .text-hover p {
  color: #fff;
}
.btn-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  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 {
  opacity: 1;
}
.btn-img:hover img, .btn-img:active img, .btn-img:focus img {
  transform: scale(1.03);
}
.btn-img:hover i, .btn-img:active i, .btn-img:focus i {
  opacity: 1;
  transform: translateX(0px);
}
.btn-img:hover .text-hover, .btn-img:active .text-hover, .btn-img:focus .text-hover {
  opacity: 1;
}

.btn-img-zoom {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-linear-gradient(white, black);
}
.btn-img-zoom i {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  text-align: center;
  font-size: 50px;
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: 3;
}
.btn-img-zoom img {
  transform: none;
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.btn-img-zoom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
.btn-img-zoom:hover::before, .btn-img-zoom:active::before, .btn-img-zoom:focus::before {
  opacity: 1;
}
.btn-img-zoom:hover img, .btn-img-zoom:active img, .btn-img-zoom:focus img {
  transform: none;
}
.btn-img-zoom:hover i, .btn-img-zoom:active i, .btn-img-zoom:focus i {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
  pointer-events: none;
  cursor: pointer;
}

.btn-img-vdo {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.btn-img-vdo i {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  text-align: center;
  font-size: 50px;
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: 3;
}
.btn-img-vdo img {
  transform: scale(1);
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.btn-img-vdo .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-vdo .text-hover h5 {
  color: #fff;
}
.btn-img-vdo .text-hover p {
  color: #fff;
}
.btn-img-vdo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
.btn-img-vdo:hover::before, .btn-img-vdo:active::before, .btn-img-vdo:focus::before {
  opacity: 1;
}
.btn-img-vdo:hover img, .btn-img-vdo:active img, .btn-img-vdo:focus img {
  transform: scale(1.05);
}
.btn-img-vdo:hover i, .btn-img-vdo:active i, .btn-img-vdo:focus i {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
  pointer-events: none;
  cursor: pointer;
}
.btn-img-vdo:hover .text-hover, .btn-img-vdo:active .text-hover, .btn-img-vdo:focus .text-hover {
  opacity: 1;
}

.btn-img-text-over {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.btn-img-text-over i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 50px;
  margin-bottom: 50px;
  transition: all 0.3s ease-in;
}
.btn-img-text-over .heading {
  color: #fff;
  margin-bottom: 0;
}
.btn-img-text-over .bg-text-top {
  position: absolute;
  bottom: 0;
  left: 0px;
  background-color: #067d82;
  width: 100%;
  height: 56px;
}
.btn-img-text-over .text-top {
  position: absolute;
  bottom: 5px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  justify-content: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-img-text-over .text-top img {
  width: 76px;
  margin-right: 10px;
}
.btn-img-text-over .text-top h3, .btn-img-text-over .text-top h4, .btn-img-text-over .text-top h5 {
  text-align: center;
}
.btn-img-text-over .text-hover {
  position: absolute;
  padding: 15px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  transition: all 0.2s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-img-text-over .text-hover img {
  display: none;
  width: 50px;
  opacity: 0.45;
}
.btn-img-text-over .text-hover p {
  margin-bottom: 0;
  text-align: center;
}
.btn-img-text-over::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  width: 100%;
  background-color: rgb(8.25, 171.875, 178.75);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
.btn-img-text-over:hover::before, .btn-img-text-over:active::before, .btn-img-text-over:focus::before {
  opacity: 1;
  top: 0;
  height: 100%;
  width: 100%;
}
.btn-img-text-over:hover .text-hover, .btn-img-text-over:active .text-hover, .btn-img-text-over:focus .text-hover {
  opacity: 1;
}
.btn-img-text-over:hover i, .btn-img-text-over:active i, .btn-img-text-over:focus i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 50px;
  margin-bottom: 10px;
}

.btn-up {
  color: #fff !important;
  background-color: rgba(6, 125, 130, 0.7);
}

.btn-up:hover,
.btn-up:focus {
  color: #fff !important;
  background-color: #6ac8c8;
}

.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;
  transition: all 0.3s ease-in-out;
}

.card-col-img-hl {
  justify-content: center;
}
.card-col-img-hl .card {
  border: none;
  border-radius: 0px !important;
  background-color: #fff;
  transition: all 0.5s;
}
.card-col-img-hl .card .circle-bg {
  background-color: rgb(10.5, 218.75, 227.5);
  border-radius: 50%;
  padding: 10px;
  width: 80px;
  height: 80px;
  transition: all 0.3s;
}
.card-col-img-hl .card .card-title {
  margin-bottom: 5px;
}
.card-col-img-hl .card .card-text {
  margin-bottom: 5px;
}
.card-col-img-hl .card .card-footer {
  padding: 0 1.25rem 2rem;
  background-color: transparent;
  border-top: none;
}
.card-col-img-hl .card img {
  transition: all 0.3s ease-in;
}
.card-col-img-hl .card .card-img-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  overflow: hidden;
  position: relative;
}
.card-col-img-hl .card .card-img-top img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.card-col-img-hl .card .card-img-top::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
.card-col-img-hl .card .text-hover {
  position: absolute;
  padding: 20px;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in;
}
.card-col-img-hl .card .text-hover h5 {
  color: #fff;
}
.card-col-img-hl .card .text-hover p {
  color: #fff;
}
.card-col-img-hl .card:hover .circle-bg, .card-col-img-hl .card:focus .circle-bg {
  background-color: #067d82;
}
.card-col-img-hl .card:hover .text-hover, .card-col-img-hl .card:focus .text-hover {
  opacity: 1;
}
.card-col-img-hl .card:hover .card-img-top::before, .card-col-img-hl .card:focus .card-img-top::before {
  opacity: 1;
}
.card-col-img-hl2 {
  justify-content: center;
}
.card-col-img-hl2 .card {
  border: none;
  border-radius: 0px !important;
  background-color: transparent;
  transition: all 0.5s;
}
.card-col-img-hl2 .card .card-title {
  margin-bottom: 5px;
}
.card-col-img-hl2 .card .card-text {
  margin-bottom: 5px;
}
.card-col-img-hl2 .card .card-footer {
  padding: 0 1.25rem 2rem;
  background-color: transparent;
  border-top: none;
}
.card-col-img-hl2 .card img {
  transition: all 0.3s ease-in;
}
.card-col-img-hl2 .card .card-img-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  overflow: hidden;
  position: relative;
}
.card-col-img-hl2 .card .card-img-top img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.card-col-img-hl2 .card .card-img-top::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
.card-col-img-hl2 .card .text-hover {
  position: absolute;
  padding: 20px;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in;
}
.card-col-img-hl2 .card .text-hover h5 {
  color: #fff;
}
.card-col-img-hl2 .card .text-hover p {
  color: #fff;
}
.card-col-img-hl2 .card:hover img, .card-col-img-hl2 .card:focus img {
  transform: scale(1.08);
}
.card-col-img-hl2 .card:hover .text-hover, .card-col-img-hl2 .card:focus .text-hover {
  opacity: 1;
}
.card-col-img-hl2 .card:hover .card-img-top::before, .card-col-img-hl2 .card:focus .card-img-top::before {
  opacity: 1;
}
.card-col-img-hl3 {
  justify-content: center;
}
.card-col-img-hl3 .card {
  border: none;
  border-radius: 30px !important;
  background-color: #fff;
  transition: all 0.5s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #c5eedf, #34bdb1);
  border: 1px solid #fff;
}
.card-col-img-hl3 .card .card-body {
  padding-top: 0;
  padding-bottom: 30px;
}
.card-col-img-hl3 .card .card-title {
  margin-bottom: 5px;
}
.card-col-img-hl3 .card .card-text {
  margin-bottom: 5px;
}
.card-col-img-hl3 .card .card-footer {
  padding: 0 1.25rem 2rem;
  background-color: transparent;
  border-top: none;
}
.card-col-img-hl3 .card img, .card-col-img-hl3 .card h4 {
  transition: all 0.3s ease-in;
}
.card-col-img-hl3 .card h4 {
  color: #fff;
}
.card-col-img-hl3 .card img {
  transform: scale(1);
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
  max-height: 110px;
}
.card-col-img-hl3 .card a {
  color: #fff;
}
.card-col-img-hl3 .card:hover, .card-col-img-hl3 .card:focus {
  transform: scale(1.05);
  background-color: #edffd5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.card-col-cnt .card {
  flex: 1 0 0%;
  border: none !important;
  background-color: transparent;
}
.card-col-cnt .card:not(:last-child) {
  border-right: none !important;
  margin-bottom: 30px;
}
.card-col-cnt .card .card-body {
  text-align: left;
  padding: 20px 0 0;
}
.card-col-cnt .card .card-title {
  margin-bottom: 5px;
}
.card-col-cnt .card .card-text {
  margin-bottom: 5px;
}
.card-col-cnt .card .card-footer {
  padding: 0 0 20px;
  background-color: transparent;
  border-top: none;
}
@media only screen and (min-width: 576px) {
  .card-col-cnt .card {
    flex: 1 0 50%;
  }
}
@media only screen and (min-width: 992px) {
  .card-col-cnt .card {
    flex: 1 0 25%;
  }
  .card-col-cnt .card:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.25) !important;
    margin-bottom: 0;
  }
}
.card-row-cnt .card {
  flex-direction: row;
  border: none !important;
  background-color: transparent;
}
.card-row-cnt .card .card-body {
  padding: 5px 20px;
}
.card-row-cnt .card .card-title {
  margin-bottom: 5px;
}
.card-row-cnt .card .card-text {
  margin-bottom: 5px;
}
.card-row-cnt .card .card-footer {
  padding: 0 1.25rem 2rem;
  background-color: transparent;
  border-top: none;
  text-align: center;
}
.card-row-cnt .card .card-img-top {
  width: unset;
  text-align: center;
}
.card-row-cnt .card .card-img-top img {
  max-height: 150px;
}

.card-col-3-1 .card {
  border: none;
  flex: 0 1 100%;
  margin: 15px;
  margin-left: 15px !important;
}

@media only screen and (min-width: 992px) {
  .card-col-3-1 .card {
    flex: 0 1 30.1%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-col-3-1 .card {
    flex: 0 1 30.5%;
  }
}
@media only screen and (min-width: 1400px) {
  .card-col-3-1 .card {
    flex: 0 1 31%;
  }
}
.card-col-4-2-1 .card {
  border: none;
  flex: 0 1 100%;
  margin: 15px;
  margin-left: 15px !important;
}

@media only screen and (min-width: 992px) {
  .card-col-4-2-1 .card {
    flex: 0 1 46.75%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-col-4-2-1 .card {
    flex: 0 1 22%;
  }
}
@media only screen and (min-width: 1400px) {
  .card-col-4-2-1 .card {
    flex: 0 1 22%;
  }
}
.card.col-3-2-1 {
  flex: unset;
  width: 99%;
  margin: 15px !important;
}

@media only screen and (min-width: 992px) {
  .card.col-3-2-1 {
    width: 44%;
  }
}
@media only screen and (min-width: 1200px) {
  .card.col-3-2-1 {
    width: 30%;
  }
}
.card.col-4-2-1 {
  flex: unset;
  width: 94%;
}

@media only screen and (min-width: 576px) {
  .card.col-4-2-1 {
    width: 44%;
  }
}
@media only screen and (min-width: 992px) {
  .card.col-4-2-1 {
    width: 21%;
  }
}
.card-row-bd .card {
  flex-direction: column;
  margin-bottom: 1rem !important;
  margin-right: 0 !important;
  border-radius: 0px;
  border: 1px solid rgb(221.85, 221.85, 221.85);
}
.card-row-bd .card .card-img-top {
  width: unset;
}
.card-row-bd .card .card-img-top img {
  max-width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.card-row-bd .card .card-body {
  width: 100%;
  padding: 0.6rem 1rem;
}
.card-row-bd .card .card-body p {
  margin-bottom: 0.1rem;
}
.card-row-bd .card .card-title {
  font-size: 1.2rem;
  margin-bottom: 0.1rem;
}
.card-row-bd .card .card-text {
  line-height: 1.2rem;
  font-size: 0.95rem;
}

@media only screen and (min-width: 576px) {
  .card-row-bd .card {
    flex-direction: row;
  }
  .card-row-bd .card .card-img-top img {
    max-width: 200px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0px;
  }
  .card-row-bd .card .card-body {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .card-row-bd .card .card-body {
    width: 50%;
  }
}
.card-row-nobd .col-lg-6 {
  display: flex;
}
.card-row-nobd .card {
  flex-direction: column;
  margin-right: 0 !important;
  border: none;
  background-color: transparent;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.card-row-nobd .card:not(:last-child) {
  margin-bottom: 2rem !important;
}
.card-row-nobd .card .card-img-top {
  width: unset;
  max-width: unset;
  max-height: unset;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  margin-bottom: 1rem;
}
.card-row-nobd .card .card-img-top img {
  transform: scale(1);
  transition: all 0.3s ease-in;
}
.card-row-nobd .card .card-img-top img:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.card-row-nobd .card .card-img-top::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-in;
  pointer-events: none;
  border-radius: 50%;
}
.card-row-nobd .card .card-img-top:hover::before {
  opacity: 1;
}
.card-row-nobd .card .card-body {
  padding: 0;
}
.card-row-nobd .card .card-title {
  margin-bottom: 0.2rem;
}
.card-row-nobd .card .card-title a {
  color: #000;
}
.card-row-nobd .card .card-title a:hover, .card-row-nobd .card .card-title a:focus {
  color: #067d82;
}
@media only screen and (min-width: 768px) {
  .card-row-nobd .card {
    flex-direction: row;
  }
  .card-row-nobd .card .card-img-top {
    max-width: 300px;
    max-height: 300px;
  }
  .card-row-nobd .card .card-body {
    padding: 0 0 0 1.75rem;
  }
}
.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;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.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: 70px;
  transition: all 0.4s;
  margin-top: 16px;
  margin-bottom: 16px;
}
.site-navbar .date_venue {
  z-index: 3;
  transition: all 0.4s;
  display: flex;
  align-items: end;
}
.site-navbar .date_venue img.date {
  max-height: 57px;
  transition: all 0.4s;
  margin-top: 16px;
  margin-bottom: 16px;
}
.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: #067d82;
  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(8.25, 171.875, 178.75);
}
.site-navbar .site-navigation .site-menu li a {
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  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(8.25, 171.875, 178.75);
  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(6, 125, 130, 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(9.375, 195.3125, 203.125);
}
.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(13.1355932203, 61.4406779661, 61.8644067797);
}
.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: 52px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .site-navbar .date_venue img.date {
    max-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.site-mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  text-align: center;
  background-color: #1f9192;
  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-nav-wrap > li > ul {
  background-color: #1f9192;
}
.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: #fff;
  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: #ced4da;
}
.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: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: white;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.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: #fff;
  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 {
  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 {
  font-size: 16px;
  padding-left: 40px;
}

.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(94.825, 195.875, 195.875);
  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(143.25, 213.75, 213.75);
}
.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(143.25, 213.75, 213.75);
}
.site-navbar .navbar-light .navbar-nav .nav-link.nav-focus:focus {
  background-color: rgb(143.25, 213.75, 213.75);
}
.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;
  }
}
.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(229.5, 229.5, 229.5);
  margin-bottom: 20px;
}
.navtab-style1 .nav-tabs .nav-item {
  width: unset;
  flex: 1 1 auto !important;
  text-align: center;
  background-color: rgb(5.55, 115.625, 120.25);
  margin: 1px;
  border-radius: 0px;
}
.navtab-style1 .nav-tabs .nav-item .nav-link {
  color: #fff;
  transition: all 0.5s;
}
.navtab-style1 .nav-tabs .nav-link {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  font-weight: 700;
}
.navtab-style1 .nav-tabs .nav-link:hover {
  border: none;
  background-color: rgb(7.125, 148.4375, 154.375);
}
.navtab-style1 .nav-tabs .nav-item.show .nav-link,
.navtab-style1 .nav-tabs .nav-link.active,
.navtab-style1 .nav-tabs .nav-link:focus {
  border-color: transparent;
  background-color: rgb(8.7, 181.25, 188.5);
}

.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(6, 125, 130, 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(68.75, 186.25, 186.25);
  display: inline-block;
  margin-bottom: 0;
  vertical-align: text-bottom;
}
.navtab-style2 .nav-tabs .nav-link:hover {
  border: none;
  background-color: rgb(41.25, 111.75, 111.75);
}
.navtab-style2 .nav-tabs .nav-link:hover p {
  color: #6ac8c8;
}
.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: #379595;
}
.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;
}

.accordion h2::after {
  content: none !important;
}
.accordion .accordion-button {
  color: #067d82;
  background-color: rgb(242.25, 242.25, 242.25);
  border-radius: calc(0.25rem - 1px);
  margin-bottom: 5px;
}
.accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2368bd45'%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 .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #6ac8c8;
  box-shadow: none;
}
.accordion .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 .accordion-item {
  border: none;
  border-radius: calc(0.25rem - 1px);
}

.pmain {
  position: relative;
  margin-top: -80px;
}
.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);
}

.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: #067d82;
}

.vdo1 {
  position: relative;
  background-image: url(/bg_vdo.jpg);
  background-size: cover;
  background-position: center;
  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 h3::after {
  content: none;
}
.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-wrap {
  padding: 0px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.vdo-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.vdo-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.vdo-content video {
  width: unset !important;
  height: unset !important;
}

.hor-vdo-class,
.ver-vdo-class {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.v-container:has(.hor-vdo-class) {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.v-container:has(.ver-vdo-class) {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 69%;
  max-width: 480px;
  padding-top: 123%;
  /* background-color: #333; */
}

.price .table td, .price .table th {
  padding: 0.45rem;
  vertical-align: top;
  border-top: none !important;
  border-bottom: 1px solid #dee2e6;
}

.hotel .table {
  min-width: 600px;
}
.hotel .table thead th {
  vertical-align: bottom;
  border-bottom: none;
  background-color: #ececec;
  text-align: center;
  color: #067d82;
  font-weight: 700;
}
.hotel .table td, .hotel .table th {
  border: 1px solid #dadada;
}
.hotel .table .btn--primary {
  font-size: 14px;
}
.hotel .table > :not(:first-child) {
  border-top: none;
}

#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 #6ac8c8;
}
#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(3.75, 78.125, 81.25);
  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: rgb(8.7, 181.25, 188.5) !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: rgb(8.7, 181.25, 188.5) !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: #067d82;
  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: rgb(8.25, 171.875, 178.75);
  margin-right: 5px;
  padding-top: 2px;
}

@media only screen and (min-width: 576px) {
  #conferences .conf-item .label-wrap .label {
    max-width: unset;
  }
}
.press .press-nav {
  background-image: linear-gradient(to right, transparent, #ededed, #ededed, #ededed, #ededed, transparent);
  padding: 10px 15px;
}
.press .press-nav p {
  margin-bottom: 0;
}
.press .press-nav a {
  color: #fff;
  background-color: rgb(7.125, 148.4375, 154.375);
  padding: 3px 8px;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0 2px;
}
.press .press-nav a:hover, .press .press-nav a:focus {
  background-color: rgb(8.25, 171.875, 178.75);
}
.press .press-nav .display {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  color: #067d82;
}
.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;
}

@media only screen and (min-width: 992px) {
  .press .press-nav .display {
    text-align: left;
    margin-bottom: 0px;
  }
  .press .press-nav .page {
    text-align: right;
  }
}
.img-new-feature-wrap {
  position: absolute;
  top: -8px;
}
.img-new-feature-wrap img.img-new-feature {
  width: 220px;
}

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

.footer {
  color: #fff;
  background-color: #1f9192;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer ul.fa-ul i.fa-li {
  color: unset;
}

.top h5, .top h6, .footer h5, .footer h6 {
  color: #fff;
}
.top a, .footer a {
  color: #fff;
}
.top a:hover, .footer a:hover {
  color: rgb(161.875, 220.625, 220.625);
}
.top .text-small, .footer .text-small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
  text-align: left;
}

.social {
  display: flex;
  justify-content: flex-start;
}
.social i {
  font-size: 16px;
  line-height: 1.1rem;
  padding: 5px;
  color: rgb(165.75, 165.75, 165.75);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  transition: all 0.3s;
}
.social i:hover {
  color: #fff;
  background-color: rgb(8.25, 171.875, 178.75);
}
.social a:not(:last-child) {
  margin-right: 6px;
}
.social .ic-line {
  display: inline-block;
  background-image: url(../../assets/img/ic_line.svg);
  background-color: rgba(6, 125, 130, 0.2);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  vertical-align: bottom;
  transition: all 0.3s;
}
.social .ic-line:hover, .social .ic-line:focus {
  background-color: rgb(8.25, 171.875, 178.75);
}

.footer-logo p .text-small {
  font-size: 14px;
}
.footer-logo ul {
  margin-left: 0;
  padding-left: 0;
}
.footer-logo ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
}
.footer-logo ul li img {
  max-width: 120px;
  max-height: 60px;
}

.lg-wrap {
  justify-content: center;
}

.lg-pad {
  width: 140px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lg-pad img {
  max-width: 120px;
  max-height: 60px;
}

@media only screen and (min-width: 576px) {
  .lg-pad {
    width: 172px;
  }
}
@media only screen and (min-width: 992px) {
  .lg-wrap {
    justify-content: start;
  }
  .lg-pad {
    width: 187px;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-pad {
    width: 223px;
  }
}
@media only screen and (min-width: 1400px) {
  .lg-pad {
    width: 216px;
  }
}
.lg-wrap2 ul {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.lg-wrap2 ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  margin-right: 13px;
  margin-left: 13px;
}
.lg-wrap2 ul li img {
  max-width: 120px;
  max-height: 55px;
}

.h_pagein {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url(../../assets/img/bg_header.jpg);
  padding-top: 30px;
  padding-bottom: 5px;
}
.h_pagein .heading-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  min-height: 450px;
}
.h_pagein h1 {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .h_pagein {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .h_pagein .heading-wrap {
    min-height: 550px;
  }
}
.subhead1 {
  background-color: rgb(232.65, 246.75, 246.75);
  padding: 8px 15px;
  margin-bottom: 0.8rem;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  white-space: initial;
}

.bootstrap-select > select {
  left: 0;
}

.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: #6ac8c8;
}
.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: 70%;
}
.ex-result .ex-head .stand {
  width: 15%;
}
.ex-result .ex-head .country {
  width: 28%;
}
.ex-result .ex-body {
  display: block;
  align-items: unset;
  padding-left: 15px;
  padding-right: 15px;
  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: 70%;
  text-align: left;
  margin-left: 0;
}
.ex-result .ex-body .country {
  width: 70%;
  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: 70%;
  }
  .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: 15%;
    text-align: center;
    margin-left: 0px;
  }
  .ex-result .ex-body .country {
    width: 28%;
    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;
}

/* 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;
  display: none !important;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.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 {
  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: 40px;
  line-height: 1;
  color: #a0a0a0;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

@media only screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    display: block !important;
  }
}
/* 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%;
}
.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: #6ac8c8;
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  line-height: 1;
  content: "\f111";
  width: 20px;
  height: 20px;
  text-align: center;
  color: #cccccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #d20101;
  opacity: 1;
}

.involved-slide .slick-list, .quotes-slide .slick-list {
  display: flex;
}
.involved-slide .slick-list .slick-track, .quotes-slide .slick-list .slick-track {
  display: flex;
}
.involved-slide .slick-list .slick-track .slick-slide, .quotes-slide .slick-list .slick-track .slick-slide {
  margin: 10px 16px 20px;
  height: inherit;
}
.involved-slide .slick-list .slick-track .slick-slide > div, .quotes-slide .slick-list .slick-track .slick-slide > div {
  display: flex;
  height: 100%;
}
.involved-slide .slick-list .slick-track .slick-slide .card, .quotes-slide .slick-list .slick-track .slick-slide .card {
  display: flex !important;
  height: 100%;
}

.quotes-slide .item {
  display: flex !important;
  height: 100%;
  background-color: #f4faed;
}

.conferences-slide .item {
  width: unset !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;
}