@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&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;
}

ul.slick-dots {
  margin-left: 0 !important;
}

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

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

a {
  color: rgb(18.3225, 142.2175, 156.1775);
  text-decoration: none;
  font-weight: 700;
}
a:hover, a:active, a:focus {
  color: rgb(23.6775, 183.7825, 201.8225);
  text-decoration: none;
  outline: none;
}

.color--primary {
  color: #15a3b3 !important;
}

.color--secondary {
  color: #43c6bb !important;
}

.color--tertiary {
  color: #00b3d3 !important;
}

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

.color--black {
  color: #000 !important;
}

.bg--primary {
  background-image: none !important;
  background-color: #15a3b3 !important;
}

.bg--secondary {
  background-image: none !important;
  background-color: #43c6bb !important;
}

.bg--tertiary {
  background-image: none !important;
  background-color: #00b3d3 !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 #93b5cc !important;
  border-radius: 8px;
}

.bd--secondary {
  border: 1px solid #43c6bb !important;
  border-radius: 8px;
}

.bd--tertiary {
  border: 1px solid #00b3d3 !important;
  border-radius: 8px;
}

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

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

.line1 {
  height: 1px;
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}

.line2 {
  min-height: 4px;
  background-image: linear-gradient(to right, #f04f23, #ffa61b);
}

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

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

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

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

@media only screen and (min-width: 992px) {
  .maxwidth3 {
    max-width: 1600px;
  }
}
.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;
  }
}
#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);
}

.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-radius: 10px;
  border: 1px solid rgb(216.75, 216.75, 216.75);
}
.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;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-wrap {
    max-width: 1270px;
  }
  .lg-wrap .lg-pad {
    width: 160px;
    height: 100px;
  }
}
@media only screen and (min-width: 576px) {
  .modal_size1 .modal-dialog {
    max-width: 872px;
    margin: 1rem;
  }
}
@media only screen and (min-width: 889px) {
  .modal_size1 .modal-dialog {
    margin: 1rem auto;
  }
}
.pd_highlights img {
  max-height: 230px;
  border-radius: 8px;
  border: 1px solid rgb(227.452244898, 246.647755102, 245.0359183673);
}

.logo-scroll img {
  max-width: 160px;
  max-height: 75px;
  margin: 0 22px;
}

.count-wrap {
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
}
.count-wrap .item {
  background-image: linear-gradient(to bottom, #00b3d3, #15a3b3);
  border-radius: 20px;
  margin: 5px;
  width: 200px;
  border: 1px solid #fff;
}
.count-wrap .item h1 {
  font-size: 50px;
  font-weight: 700;
  color: #ffdd15;
}
.count-wrap .item p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .count-wrap {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .count-wrap {
    max-width: 1140px;
  }
  .count-wrap .item {
    width: 170px;
  }
  .count-wrap .item h1 {
    font-size: 46px;
  }
  .count-wrap .item p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .count-wrap {
    max-width: 1296px;
  }
  .count-wrap .item {
    width: 200px;
  }
  .count-wrap .item h1 {
    font-size: 50px;
  }
  .count-wrap .item p {
    font-size: 18px;
  }
}
.bg-superimposed {
  padding-bottom: 150px;
}

.white-overlap {
  background-color: #fff;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -150px;
}

@media only screen and (min-width: 768px) {
  .white-overlap {
    max-width: 730px;
    margin-top: -150px;
  }
}
@media only screen and (min-width: 992px) {
  .white-overlap {
    max-width: 850px;
    margin-top: -150px;
  }
}
@media only screen and (min-width: 1200px) {
  .white-overlap {
    max-width: 1075px;
    margin-top: -150px;
  }
}
ul.slide_margin {
  margin-left: 0;
  padding-left: 0;
}

.home .lb-number {
  display: none !important;
}

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

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  color: rgb(18.858, 146.374, 160.742);
}

h6 {
  font-weight: 700;
  color: #15a3b3;
}

h1 {
  position: relative;
}

.emphasis1 {
  color: #43c6bb;
  font-weight: 700;
}

.emphasis2 {
  color: rgb(17.787, 138.061, 151.613);
  font-weight: 700;
}

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

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

.icon1 {
  font-size: 40px;
  color: #15a3b3;
}

.icon2 {
  font-size: 2rem;
  color: #43c6bb;
  margin-right: 10px;
  margin-top: 0;
}

ul.fa-ul i.fa-li {
  left: -35px;
  font-size: 16px;
  color: rgb(23.6775, 183.7825, 201.8225);
  margin-top: 1px;
}

ul.fa-ul.white i.fa-li {
  color: #fff;
}
ul.fa-ul.white li {
  color: #fff;
}

ul.fa-ul.list-small i.fa-li {
  left: -20px;
  font-size: 8px;
  color: #15a3b3;
  margin-top: 3px;
}

.btn {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
}
.btn:not(:last-child) {
  margin-right: 5px;
}
.btn, .btn:link, .btn:visited {
  text-decoration: none;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 0;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn--primary {
  color: #fff;
  border: 1px solid #15a3b3;
  background-color: #15a3b3;
  font-weight: 700;
  margin-top: 10px;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background-color: rgb(25.284, 196.252, 215.516) !important;
  border: 1px solid rgb(25.284, 196.252, 215.516) !important;
  color: #fff !important;
}
.btn--secondary {
  background-color: #43c6bb;
  border: 1px solid #43c6bb;
  color: white;
  font-weight: 700;
  margin-top: 10px;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  background-color: rgb(98.307755102, 207.492244898, 198.3240816327) !important;
  border: 1px solid rgb(98.307755102, 207.492244898, 198.3240816327) !important;
  color: #fff !important;
}
.btn--textwhite {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
}
.btn--textwhite:hover, .btn--textwhite:active, .btn--textwhite:focus {
  background-color: #15a3b3;
  color: #fff;
  border: 1px solid #15a3b3;
}

.btn-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  -webkit-mask-image: -webkit-linear-gradient(white, black);
}
.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.1s ease-in;
  z-index: 2;
}
.btn-img img {
  transform: scale(1.03);
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.btn-img .heading {
  color: #fff;
  margin-bottom: 0;
}
.btn-img .text-top {
  position: absolute;
  bottom: 6px;
  left: 1px;
}
.btn-img .text-top .item {
  padding-left: 28px;
  height: 74px;
  display: flex;
  align-items: center;
}
.btn-img .text-top .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(106.1346938776, 209.8653061224, 201.1551020408);
  width: 12px;
  height: 74px;
}
.btn-img .text-hover {
  position: absolute;
  padding: 15px;
  color: #fff;
  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: end;
}
.btn-img .text-hover h4 {
  color: #fff;
}
.btn-img .text-hover p {
  color: #fff;
  margin-bottom: 0;
}
.btn-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: #15a3b3;
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
.btn-img:hover img, .btn-img:active img, .btn-img:focus img {
  transform: scale(1.12);
}
.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-img2 {
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.btn-img2 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-img2 img {
  transform: scale(1.06);
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.btn-img2 .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-img2 .text-hover h5 {
  color: #fff;
}
.btn-img2 .text-hover p {
  color: #fff;
}
.btn-img2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
.btn-img2:hover::before, .btn-img2:active::before, .btn-img2:focus::before {
  opacity: 1;
}
.btn-img2:hover img, .btn-img2:active img, .btn-img2:focus img {
  transform: scale(1.1);
}
.btn-img2:hover i, .btn-img2:active i, .btn-img2:focus i {
  opacity: 1;
  transform: translateX(0px);
}
.btn-img2:hover .text-hover, .btn-img2:active .text-hover, .btn-img2:focus .text-hover {
  opacity: 1;
}

.btn-img3 {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;
  -webkit-mask-image: -webkit-linear-gradient(white, black);
}
.btn-img3 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-img3 img {
  transform: scale(1);
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.btn-img3 .text-hover {
  position: absolute;
  padding: 20px;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  border-radius: 30px;
  transition: all 0.3s ease-in;
}
.btn-img3 .text-hover h5 {
  color: #fff;
}
.btn-img3 .text-hover p {
  color: #fff;
}
.btn-img3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
.btn-img3:hover::before, .btn-img3:active::before, .btn-img3:focus::before {
  opacity: 1;
}
.btn-img3:hover img, .btn-img3:active img, .btn-img3:focus img {
  transform: scale(1.02);
}
.btn-img3:hover i, .btn-img3:active i, .btn-img3:focus i {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 1;
}
.btn-img3:hover .text-hover, .btn-img3:active .text-hover, .btn-img3:focus .text-hover {
  opacity: 1;
}

.btn-img-logo {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-linear-gradient(white, black);
}
.btn-img-logo 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-logo img {
  transform: scale(1);
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
}
.btn-img-logo::before {
  content: none;
  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-logo:hover img, .btn-img-logo:active img, .btn-img-logo:focus img {
  transform: scale(1.04);
}
.btn-img-logo:hover i, .btn-img-logo:active i, .btn-img-logo:focus i {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
  pointer-events: none;
  cursor: pointer;
}

.btn-img-circle {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50% !important;
  max-width: 90px;
  max-height: 90px;
}
.btn-img-circle img {
  transform: scale(1);
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.btn-img-circle::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-circle:hover::before {
  opacity: 1;
}
.btn-img-circle:hover img {
  transform: scale(1.08);
}

.maxwidth-features {
  max-width: unset;
}

@media only screen and (min-width: 768px) {
  .maxwidth-features {
    max-width: 680px;
  }
}
@media only screen and (min-width: 992px) {
  .maxwidth-features {
    max-width: 1200px;
  }
}
.btn-features {
  text-align: center;
  padding: 15px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-linear-gradient(white, black);
}
.btn-features img {
  max-height: 150px;
  transform: scale(1);
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.btn-features h3, .btn-features h4, .btn-features h5, .btn-features h6 {
  color: rgba(255, 255, 255, 0.9);
}
.btn-features a {
  color: #fff;
  font-weight: 600;
}
.btn-features:hover img, .btn-features:active img, .btn-features:focus img {
  transform: scale(1.05);
}
.btn-features:hover h3, .btn-features:hover h6, .btn-features:active h3, .btn-features:active h6, .btn-features:focus h3, .btn-features:focus h6 {
  color: #fff;
}
.btn-features:hover a, .btn-features:active a, .btn-features:focus a {
  color: #fff;
}

.btn-swap-img {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.btn-swap-img img {
  max-height: 106px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.btn-swap-img .heading, .btn-swap-img .heading2 {
  margin-bottom: 0;
  margin-top: 20px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  min-height: 77px;
}
.btn-swap-img .heading {
  color: #000;
}
.btn-swap-img .heading2 {
  color: #fff;
}
.btn-swap-img .text-hover {
  position: absolute;
  padding: 40px 15px;
  color: #fff;
  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;
}
.btn-swap-img .text-hover h4 {
  color: #fff;
}
.btn-swap-img .text-hover p {
  color: #fff;
  margin-bottom: 0;
}
.btn-swap-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.01);
  width: 700px;
  height: 700px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
}
.btn-swap-img:hover::before, .btn-swap-img:active::before, .btn-swap-img:focus::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease-in;
}
.btn-swap-img:hover .text-hover, .btn-swap-img:active .text-hover, .btn-swap-img:focus .text-hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .btn-swap-img {
    width: 100%;
  }
}
.btn-swap-img1::before {
  background-color: #16a1b1;
}

.btn-swap-img2::before {
  background-color: #6f8ea1;
}

.btn-swap-img3::before {
  background-color: #20bbd6;
}

.btn-up, .btn-up:focus {
  color: #fff !important;
  background-color: rgba(67, 198, 187, 0.8);
  box-shadow: 0 0 8px rgba(21, 163, 179, 0.3);
  border-radius: 50%;
}

.btn-up:hover {
  background-color: #43c6bb;
}

.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-col-img-hl {
  justify-content: center;
}
.card-col-img-hl .card {
  width: 100%;
  max-width: 480px;
  border: 1px solid rgb(227.452244898, 246.647755102, 245.0359183673);
  border-radius: 8px !important;
  background-color: #fff;
  transition: all 0.5s;
  margin: 20px 10px !important;
}
.card-col-img-hl .card .heading {
  margin-top: -48px;
  margin-bottom: 15px;
  background-color: #43c6bb;
  border-radius: 8px;
  padding: 16px 15px;
  display: table;
  text-align: center;
  width: 100%;
}
.card-col-img-hl .card .heading h4 {
  color: #fff;
}
.card-col-img-hl .card .card-body {
  z-index: 1;
}
.card-col-img-hl .card .card-title {
  margin-bottom: 5px;
}
.card-col-img-hl .card .card-text {
  margin-bottom: 10px;
}
.card-col-img-hl .card .card-footer {
  padding: 0 1.25rem 2rem;
  background-color: transparent;
  border-top: none;
}
.card-col-img-hl .card .card-img-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: -webkit-linear-gradient(white, black);
}
.card-col-img-hl .card .card-img-top img {
  width: 100%;
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.card-col-img-hl .card .card-img-top::before {
  content: "";
  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;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.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 i {
  position: absolute;
  color: white;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%) scale(0%);
  text-align: center;
  font-size: 40px;
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: 2;
}
.card-col-img-hl .card:hover .text-hover {
  opacity: 1;
}
.card-col-img-hl .card:hover .card-img-top::before {
  opacity: 1;
}
.card-col-img-hl .card:hover i {
  opacity: 1;
  transform: translateX(-50%) scale(130%);
}

@media only screen and (min-width: 992px) {
  .card-col-img-hl .card {
    width: 33.33%;
  }
}
.card-col-cnt .card {
  border: none !important;
  border-radius: 8px;
}
.card-col-cnt .card .card-body {
  text-align: center;
}
.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 1.25rem 2rem;
  background-color: transparent;
  border-top: none;
  text-align: center;
}
.card-col-cnt .card .card-img-top {
  text-align: center;
  margin-top: 20px;
}
.card-col-cnt .card .card-img-top img {
  border-radius: 50% !important;
  max-height: 150px;
}

.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-2-1 {
  flex: unset;
  width: 95%;
}

@media only screen and (min-width: 576px) {
  .card.col-3-2-1 {
    width: 46%;
  }
}
@media only screen and (min-width: 992px) {
  .card.col-3-2-1 {
    width: 31%;
  }
}
.card.col-3-2-1-no2 {
  flex: unset;
  width: 95%;
}

@media only screen and (min-width: 768px) {
  .card.col-3-2-1-no2 {
    width: 46%;
  }
}
@media only screen and (min-width: 992px) {
  .card.col-3-2-1-no2 {
    width: 31%;
  }
}
.card.col-4-2-1 {
  flex: unset;
  width: 95%;
}

@media only screen and (min-width: 576px) {
  .card.col-4-2-1 {
    width: 46%;
  }
}
@media only screen and (min-width: 992px) {
  .card.col-4-2-1 {
    width: 22.5%;
  }
}
.card-row-bd .card {
  flex-direction: column;
  margin-bottom: 1rem !important;
  margin-right: 0 !important;
  border-radius: 8px;
  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: 8px;
  border-top-right-radius: 8px;
  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 {
  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: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
  .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 .card {
  flex-direction: column;
  margin-bottom: 1rem !important;
  margin-right: 0 !important;
  border: none;
  background-color: transparent;
}
.card-row-nobd .card .card-img-top {
  width: unset;
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.card-row-nobd .card .card-img-top img {
  transform: scale(1);
}
.card-row-nobd .card .card-img-top img:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.card-row-nobd .card .card-img-top::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.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 {
  width: 100%;
  padding: 0.6rem 1rem;
}
.card-row-nobd .card .card-body p {
  margin-bottom: 1rem;
}
.card-row-nobd .card .card-title {
  margin-bottom: 0.2rem;
  width: 80%;
}
.card-row-nobd .card .card-text {
  width: 80%;
}
.card-row-nobd .card .emphasis1 {
  float: right;
}

@media only screen and (min-width: 576px) {
  .card-row-nobd .card {
    flex-direction: row;
  }
  .card-row-nobd .card .card-body {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .card-row-nobd .card .card-body {
    width: 50%;
  }
}
.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: 4px 0 8px rgba(0, 0, 0, 0.3);
}
.site-navbar .toggle-button a {
  text-decoration: none;
}
.site-navbar .toggle-button i {
  font-size: 30px;
  color: white;
}
.site-navbar .site-logo {
  z-index: 3;
  transition: all 0.4s;
}
.site-navbar .site-logo img.logo {
  max-height: 86px;
  transition: all 0.4s;
}
.site-navbar .date_venue {
  z-index: 3;
  transition: all 0.4s;
}
.site-navbar .date_venue img.date {
  max-height: 56px;
  transition: all 0.4s;
}
.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: #15a3b3;
  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(23.6775, 183.7825, 201.8225);
}
.site-navbar .site-navigation .site-menu li:hover a, .site-navbar .site-navigation .site-menu li:focus a, .site-navbar .site-navigation .site-menu li:active a {
  color: #fff !important;
}
.site-navbar .site-navigation .site-menu li a {
  position: relative;
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  padding: 10px 17px;
}
.site-navbar .site-navigation .site-menu li a:hover, .site-navbar .site-navigation .site-menu li a:active {
  color: #fff !important;
}
.site-navbar .site-navigation .site-menu li a:hover::after, .site-navbar .site-navigation .site-menu li a:active::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(23.6775, 183.7825, 201.8225);
  transition: 0.2s 0s;
  border-radius: 0;
  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(21, 163, 179, 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: 210px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li a {
  margin: 0.3rem 1rem;
  padding: 0;
  display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li a:hover {
  color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li:hover {
  background-color: rgb(26.355, 204.565, 224.645);
}
.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:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown li.has-children:focus > a {
  color: white !important;
}
.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: 70px;
  }
  .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: #15a3b3;
  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(229.5, 229.5, 229.5);
  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 {
  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;
}

@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 .site-navbar .site-logo a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a {
  color: white !important;
}
.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: #15a3b3 !important;
}

.site-navbar .dropdown-menu {
  background-color: rgb(58.0934693878, 191.6065306122, 180.3955102041);
  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(106.1346938776, 209.8653061224, 201.1551020408);
}
.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(106.1346938776, 209.8653061224, 201.1551020408);
}
.site-navbar .navbar-light .navbar-nav .nav-link.nav-focus:focus {
  background-color: rgb(106.1346938776, 209.8653061224, 201.1551020408);
}
.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;
  }
}
@media (max-width: 576px) {
  .sticky-wrapper .shrink .support-logos {
    display: none !important;
  }
}
.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: #15a3b3;
  border-radius: 0px;
  border: 1px solid #fff;
}
.navtab-style1 .nav-tabs .nav-item .nav-link {
  color: #fff;
  transition: all 0.5s;
}
.navtab-style1 .nav-tabs .nav-link {
  border-color: #15a3b3;
  border-radius: 0px;
  font-weight: 700;
}
.navtab-style1 .nav-tabs .nav-link:hover {
  border-color: rgb(26.355, 204.565, 224.645);
  background-color: rgb(26.355, 204.565, 224.645);
}
.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: #43c6bb;
  background-color: #43c6bb;
}

.navtab-style2 ul.nav-tabs {
  margin-left: 0 !important;
}
.navtab-style2 .tab-pane {
  margin: 0 5px;
}
.navtab-style2 .nav-tabs {
  border-bottom: 6px solid rgb(229.5, 229.5, 229.5);
  margin-bottom: 20px;
}
.navtab-style2 .nav-tabs .nav-item {
  width: unset;
  flex: 1 1 auto !important;
  text-align: center;
  background-color: rgb(191.25, 191.25, 191.25);
  border-radius: 0px;
  border: 1px solid #fff;
}
.navtab-style2 .nav-tabs .nav-item .nav-link {
  color: #fff;
  transition: all 0.5s;
}
.navtab-style2 .nav-tabs .nav-link {
  border-color: rgb(191.25, 191.25, 191.25);
  border-radius: 0px;
}
.navtab-style2 .nav-tabs .nav-link:hover {
  border-color: rgb(98.307755102, 207.492244898, 198.3240816327);
  background-color: rgb(98.307755102, 207.492244898, 198.3240816327);
}
.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: rgb(114.75, 114.75, 114.75);
  background-color: rgb(114.75, 114.75, 114.75);
}

.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 .active {
  background-color: rgb(221.9040816327, 17.5959183673, 25.4163265306);
}

.daily-vdo .item {
  width: unset;
}

.hotel .table thead th {
  vertical-align: bottom;
  border-bottom: none;
  background-color: rgba(21, 163, 179, 0.15);
  text-align: center;
  color: rgb(15.645, 121.435, 133.355);
  font-weight: 700;
}
.hotel .table td, .hotel .table th {
  border: 1px solid #cdcdcd;
}
.hotel .table h6 {
  color: #000;
}
.hotel .table .btn--primary {
  min-width: 178px;
}
.hotel .table > :not(:first-child) {
  border-top: none;
}

.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: 5px 25px;
  border-radius: 8px;
}
.press .press-nav p {
  margin-bottom: 0;
}
.press .press-nav a {
  color: #fff;
  background-color: #15a3b3;
  border: 1px solid #15a3b3;
  padding: 3px 8px;
  border-radius: 6px;
  text-align: center;
  line-height: 2rem;
}
.press .press-nav a:not(:last-child) {
  margin-right: 5px;
}
.press .press-nav a:hover, .press .press-nav a:focus {
  color: #fff;
  background-color: rgb(26.355, 204.565, 224.645);
  border: 1px solid rgb(26.355, 204.565, 224.645);
}
.press .press-nav .display {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 2rem;
  color: rgb(18.3225, 142.2175, 156.1775);
}
.press .press-nav .page {
  text-align: center;
}
.press ul {
  margin-top: 30px;
}
.press ul li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  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;
  }
}
.travel_info h5 {
  color: rgb(15.645, 121.435, 133.355);
}

@media only screen and (min-width: 992px) {
  .daily-vdo .item {
    width: 48%;
  }
  .press .card {
    flex: unset;
    width: 31%;
  }
}
.press-home {
  background-color: #f6c28d;
  background-image: url("bg_global.png");
  background-size: cover;
  background-position: center;
}
.press-home h4 {
  color: rgb(37.9224489796, 125.0775510204, 117.7591836735);
}
.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: 8px;
}
#conferences .conf-item .speaker img {
  max-height: 110px;
  border: 3px solid #43c6bb;
}
#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(15.645, 121.435, 133.355);
  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: #15a3b3 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 0 8px 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: #15a3b3 !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(16.716, 129.748, 142.484);
  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: #15a3b3;
  margin-right: 5px;
  padding-top: 2px;
}

@media only screen and (min-width: 576px) {
  #conferences .conf-item .label-wrap .label {
    max-width: unset;
  }
}
.webinars img.logo {
  max-height: 40px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 15px;
}

.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 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%;
  margin-bottom: 20px;
}

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

.vdo-wrap {
  padding: 0px;
  max-width: 1140px;
  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 .btn-close {
  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/1em auto no-repeat;
}
.vdo-modal button:focus {
  outline: none;
}

.bg1 {
  background-image: none;
  background-color: #faf5ec;
}

@media only screen and (min-width: 576px) {
  .bg1 {
    background-image: url("bg_coffee.png");
    background-size: auto;
    background-position: -234px top;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .bg1 {
    background-position: -184px top;
  }
}
.bg2 {
  background-image: none;
  background-color: #f5eaeb;
}

@media only screen and (min-width: 576px) {
  .bg2 {
    background-image: url("bg_food.png");
    background-size: auto;
    background-position: right top;
    background-repeat: no-repeat;
  }
}
.vdo-slider img {
  border-radius: 8px;
}

.speaker-slider img {
  margin-left: auto;
  margin-right: auto;
  max-height: 136px;
  border: 1px solid #119db7;
}
.speaker-slider p {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.logo-slider .item ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}
.logo-slider .item ul li {
  margin: 8px;
}
.logo-slider .item ul li img {
  margin: 2px 14px;
  max-width: 110px;
  max-height: 55px;
}

.quote-slider .slick-track {
  display: flex !important;
}
.quote-slider .slick-track .slick-slide {
  height: inherit !important;
}
.quote-slider .slick-track .slick-slide > div {
  display: flex;
  height: 100%;
}
.quote-slider .text-wrap {
  width: 100%;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .quote-slider .text-wrap {
    width: 80%;
    margin-top: 0;
  }
}
.list3 ul {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.list3 ul li {
  position: relative;
  display: inline-block;
  padding: 10px 20px 0px 38px;
  vertical-align: top;
  min-height: 44px;
  background-color: #2a3990;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}
.list3 img {
  position: absolute;
  left: -15px;
  top: 2px;
  height: 40px;
  width: auto;
}

.cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 24px;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cnt .cnt-img, .cnt .cnt-img2 {
  width: 100%;
  margin-right: 0px;
}
.cnt .cnt-img img, .cnt .cnt-img2 img {
  max-width: 200px;
  max-height: 120px;
  border-radius: 8px;
}
.cnt .cnt-text {
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .cnt {
    flex-direction: row;
  }
  .cnt .cnt-text {
    width: 60%;
  }
  .cnt .cnt-img {
    width: 215px;
    margin-right: 15px;
  }
  .cnt .cnt-img2 {
    width: 210px;
    margin-left: 15px;
  }
}
.top {
  color: rgba(255, 255, 255, 0.7);
}

.top {
  background-color: rgb(127.5, 127.5, 127.5);
  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(114.485, 225.955, 238.515);
}

.social i {
  font-size: 1.25rem;
  padding: 0.55rem;
  color: #fff;
  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: rgb(106.1346938776, 209.8653061224, 201.1551020408);
}
.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 img {
  border: 2px solid transparent;
}
.social a.link-text:hover img, .social a.link-text:focus img {
  border: 2px solid rgb(114.485, 225.955, 238.515);
}
.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-color: rgb(106.1346938776, 209.8653061224, 201.1551020408);
}

.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: 30px;
  height: 30px;
  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: 15px;
}
.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-image: linear-gradient(to right, #006aa4, #009cb3, #009cb3, #26d3b3);
  padding-top: 40px;
  padding-bottom: 20px;
}
#footer-address h5, #footer-address p, #footer-address a {
  color: #fff;
}
#footer-address a:hover, #footer-address a:focus {
  color: #ffffff;
}
#footer-address p {
  margin-bottom: 0;
}

.h_pagein {
  position: relative;
  background-image: url(../../assets/img/bg_header.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 2px;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.3);
}
.h_pagein h1 {
  color: #fff;
  margin-bottom: 10px;
}
.h_pagein h1::after {
  width: 80%;
  opacity: 1;
  height: 10px;
  background-color: rgb(106.1346938776, 209.8653061224, 201.1551020408);
  background-image: linear-gradient(to right, #dae7fa, #fff);
  position: absolute;
  left: 0;
  bottom: -15px;
}

.subhead {
  position: relative;
  margin-bottom: 40px;
}
.subhead::after {
  content: "";
  width: 100%;
  opacity: 1;
  height: 6px;
  background-color: rgba(21, 163, 179, 0.4);
  position: absolute;
  left: 0;
  bottom: -8px;
}

.subhead1 {
  color: #fff;
  filter: grayscale(10%);
  background-image: linear-gradient(to right, rgb(23.6775, 183.7825, 201.8225), rgb(23.6775, 183.7825, 201.8225), rgb(23.6775, 183.7825, 201.8225), rgb(23.6775, 183.7825, 201.8225), #43c6bb, #43c6bb, transparent);
  padding: 5px 15px;
  margin-bottom: 20px;
}

.subhead2 {
  color: #fff;
  background-image: linear-gradient(to right, #43c6bb, #43c6bb, #43c6bb, transparent);
  padding: 5px 15px;
}

.subhead3 {
  color: #fff;
  background-image: linear-gradient(to right, #15a3b3, #43c6bb);
  padding: 5px 15px;
  border-radius: 6px;
}

.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: #00b3d3;
}
.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: 65%;
}
.ex-result .ex-head .stand {
  width: 15%;
}
.ex-result .ex-head .country {
  width: 30%;
}
.ex-result .ex-body {
  display: block;
  align-items: unset;
  padding-bottom: 15px;
  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;
}
.ex-result .ex-body .stand {
  width: 70%;
  text-align: left;
}
.ex-result .ex-body .country {
  width: 70%;
  text-align: left;
}

@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: 65%;
  }
  .ex-result .ex-body .company img {
    float: unset;
  }
  .ex-result .ex-body .company p {
    font-weight: 400;
  }
  .ex-result .ex-body .stand {
    width: 15%;
    text-align: center;
    margin-left: 0px;
  }
  .ex-result .ex-body .country {
    width: 30%;
    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;
  right: 15px;
  z-index: 10;
  max-width: 90%;
  padding: 5px 15px;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff, #cecece);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.banner-bottom .banner-fixed h6 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 5px;
}
.banner-bottom .banner-fixed p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
.banner-bottom .banner-fixed .logo {
  max-width: 68px;
  margin-top: 15px;
}
.banner-bottom .banner-fixed i {
  font-size: 24px;
  color: #cccccc;
  padding-top: 5px;
}
.banner-bottom .banner-fixed .btn {
  padding: 0;
}
.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: #43c6bb;
  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;
  float: right;
}

@media only screen and (min-width: 768px) {
  .banner-bottom .banner-fixed {
    max-width: 430px;
  }
}
.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 .bg-img {
  height: 60vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.vdo-lead .carousel .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  top: 18%;
  padding: 20px;
}
.vdo-lead .carousel .carousel-item h3 {
  font-size: 1.25rem;
  color: #ffffff;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.vdo-lead .video-fluid {
  display: block;
  height: 400px;
  width: auto;
}
.vdo-lead .img-cover-bg {
  height: 400px;
  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: 35%;
    padding: 20px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .vdo-lead .carousel .carousel-item h3 {
    font-size: 1.75rem;
  }
  .vdo-lead .video-fluid {
    display: block;
    width: 100%;
    height: auto;
  }
  .vdo-lead .img-cover-bg {
    width: 100%;
    height: auto;
    margin-left: 0;
    transform: unset;
  }
}
/* 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("../../assets/img/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.2;
}
.slick-prev:before,
.slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  line-height: 1;
  color: #15a3b3;
  opacity: 0.5;
  -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: "\f137";
}
[dir=rtl] .slick-prev:before {
  content: "\f138";
}

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

@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: #15a3b3;
  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: #000;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ed1c24;
  opacity: 1;
}

.regular3 .slick-list .slick-track {
  display: flex;
}
.regular3 .slick-list .slick-track .slick-slide {
  height: inherit;
}
.regular3 .slick-list .slick-track .slick-slide > div {
  height: 100%;
  display: flex !important;
}
.regular3 .slick-list .slick-track .slick-slide > div > div {
  border-radius: 0;
  background-color: #fff;
}
.regular3 .shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !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;
}