.accordion .accordion-item {
  margin-bottom: 16px;
  border: 0;
}
.accordion .accordion-item .accordion-header {
  font-size: 18px;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top-left-radius: 5px;
  border-bottom: 0;
  border-top-right-radius: 5px;
  display: block;
}
.accordion .accordion-item .accordion-button {
  background-color: rgba(0, 0, 0, 0.08);
  color: #000000;
  border-radius: 5px;
  box-shadow: none;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 20.68px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .accordion .accordion-item .accordion-button {
    font-size: 14px;
  }
}
.accordion .accordion-item .accordion-button:after {
  background-image: url("../images/accordion-plus.png");
  width: 14px;
  height: 14px;
  background-size: 14px;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
  background-image: url("../images/accordion-minus.png");
}
.accordion .accordion-item .accordion-body {
  border: 1px solid rgba(183, 183, 183, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
}
.accordion .accordion-item .accordion-body .accordion-button {
  background-color: #272660;
  color: #FFFFFF;
}
.accordion .accordion-item .accordion-body .accordion-body {
  padding: 0;
  border: 0;
}
.accordion .accordion-item .accordion-body table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  /*border: 1px solid rgba(0, 0, 0, 0.08);*/
  border-top: 0;
  border-bottom: 0;
}
.accordion .accordion-item .accordion-body thead tr {
  background-color: rgba(225, 31, 39, 0.25);
}
.accordion .accordion-item .accordion-body thead tr th, .accordion .accordion-item .accordion-body thead tr th h5 {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 0;
  border-left: 0;
}
.accordion .accordion-item .accordion-body thead tr:first-child {
  background-color: #111042;
  color: #FFFFFF;
}
.accordion .accordion-item .accordion-body thead tr:first-child th {
  font-weight: 700;
}
.accordion .accordion-item .accordion-body tbody h4 {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.accordion .accordion-item .accordion-body tbody h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}
.accordion .accordion-item .accordion-body tbody tr td {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 20px;
  width: 224px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  border-left: 0;
  border-top: 0;
  /*&:first-child {
      border-left: 0;
  }*/
}
.accordion .accordion-item .accordion-body tbody tr td ol, .accordion .accordion-item .accordion-body tbody tr td ul {
  text-align: left;
}
.accordion .accordion-item .accordion-body tbody tr td ol li, .accordion .accordion-item .accordion-body tbody tr td ul li {
  font-size: 12px;
}
.accordion .accordion-item .accordion-body .filter-links-wrapper h4 {
  font-size: 12px;
  line-height: 18px;
}
.accordion .accordion-item .accordion-body .filter-links-wrapper label {
  font-size: 12px;
  line-height: 18px;
}
.accordion .accordion-item .accordion-body .filter-links-wrapper .filter-link {
  font-size: 12px;
  line-height: 12px;
  background-color: #F7C7C9;
  padding: 5px 10px;
  color: #000000;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin: 0 5px;
  min-width: fit-content;
}
.accordion .accordion-item .accordion-body .filter-links-wrapper .filter-link.hidden {
  color: grey;
}
.accordion .accordion-item .accordion-body .filter-links-wrapper .select-compare {
  border: 1px solid rgba(183, 183, 183, 0.5);
  width: auto;
  display: inline-block;
  padding: 7px 7px;
  border-radius: 5px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.mainaccordion .scrollable::before {
  content: "";
  display: none;
  width: 50px;
  height: 50px;
  background: url(../images/rotate.gif) no-repeat center center/contain;
  margin: 20px auto;
  opacity: 0.3;
  position: absolute;
  top: 100px;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  width: 100%;
}
@media (max-width: 480px) and (orientation: portrait) {
  .mainaccordion .scrollable::before {
    display: block;
  }
}
.mainaccordion .accordion .scrollable {
  position: relative;
  margin: auto;
  overflow: hidden;
  max-width: calc(100% - 2px);
}
.mainaccordion .accordion .scrollable table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.mainaccordion .accordion .scrollable .scrollable-wrap {
  width: 100%;
  overflow: auto;
  margin-left: -1px;
}
.mainaccordion .accordion .scrollable th,
.mainaccordion .accordion .scrollable td {
  vertical-align: top;
}
.mainaccordion .accordion .scrollable .clone {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.mainaccordion .accordion .scrollable .clone tr td,
.mainaccordion .accordion .scrollable .clone tr th {
  visibility: hidden;
  min-width: 140px;
  padding: 20px;
}
.mainaccordion .accordion .scrollable .clone tr td:first-child,
.mainaccordion .accordion .scrollable .clone tr th:first-child {
  max-width: 500px;
  visibility: visible;
}
.mainaccordion .accordion .scrollable .clone tr td:first-child.no-grey,
.mainaccordion .accordion .scrollable .clone tr th:first-child.no-grey {
  visibility: hidden;
}
.mainaccordion .accordion .scrollable .clone::before {
  display: none;
  position: absolute;
  left: 180px;
  top: 40px;
  transform: translateX(-50%);
  content: "";
  height: 60px;
  width: 50px;
  background-size: 100%;
  -webkit-animation: blink 2s ease infinite;
  -moz-animation: blink 2s ease infinite;
  -ms-animation: blink 2s ease infinite;
  animation: blink 2s ease infinite;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .mainaccordion .accordion .scrollable .clone::before {
    display: block;
    background: url(/sites/msig_th/themes/custom/msig_th/styles/css/images/touch_swipe.png) no-repeat;
  }
}
@media only screen and (max-width: 479px) {
  .mainaccordion .accordion .scrollable .clone::before {
    background: url(/sites/msig_th/themes/custom/msig_th/styles/css/images/screen_rotation.png) no-repeat;
  }
}
.mainaccordion .imp-notes a {
  color: #000;
}
.mainaccordion .imp-notes h5 {
  color: #dd2830;
  font-size: 18px;
  margin-bottom: 16px;
}
.mainaccordion a.grey-link {
  border: 1px solid #BBBBBB;
  color: #808080;
  font-size: 14px;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background: #FFF;
  font-weight: bold;
  min-width: 240px;
  height: 40px;
  line-height: 38px;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.mainaccordion a.grey-link::after {
  background: url(../images/about-us/extarnal_link_grey.png) no-repeat 50% 50%;
  background-size: 13px;
  content: "";
  height: 15px;
  width: 15px;
  float: right;
  top: 50%;
  position: relative;
  margin-top: -7.5px;
  margin-left: 5px;
}
.mainaccordion .field-node--field-quick-downloads a {
  display: inline-block;
  color: #272660;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
}

.img-text-columns img {
  border-radius: 10px;
}
.img-text-columns p {
  font-size: 10px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.accordion-img-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .accordion-img-right {
    flex-direction: column;
  }
}
.accordion-img-right .left-content {
  flex: 0 0 55%;
  width: 55%;
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .accordion-img-right .left-content {
    flex: 0 0 100%;
    width: 100%;
  }
}
.accordion-img-right .right-img {
  flex: 0 0 44%;
  width: 44%;
}
.accordion-img-right .right-img img {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .accordion-img-right .right-img {
    flex: 0 0 100%;
    width: 100%;
  }
}

body.no-scroll {
  overflow: hidden;
}

.btn-play-text {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
.btn-play-text img {
  width: 20px;
}
.btn-play-text span {
  background: #dd2830;
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  flex: 0 0 auto;
}

.video-overlay-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  overflow-y: auto;
}
.video-overlay-popup-wrapper.show {
  display: block;
}
.video-overlay-popup-wrapper .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
  max-width: 90%;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.video-overlay-popup-wrapper .close-btn {
  position: fixed;
  top: 0;
  left: 10px;
  font-size: 60px;
  cursor: pointer;
  color: #e11f27;
  z-index: 1;
  line-height: 60px;
}
.video-overlay-popup-wrapper .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-overlay-popup-wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.travel-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.travel-wrapper .video-wrapper {
  text-align: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  max-width: 1033px;
  margin: 3rem auto 4.8rem;
}
.travel-wrapper .video-wrapper .video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  top: 0;
  align-items: center;
  max-width: 1033px;
  margin: 0 auto;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.travel-wrapper .video-wrapper .video-overlay .travel-play-icon {
  cursor: pointer;
  opacity: 0.6;
}
.travel-wrapper .video-wrapper .travel-video-img {
  border-radius: 10px;
}
.travel-wrapper .equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.travel-wrapper .row-equal {
  flex: 1;
}

.carousel {
  min-height: 387px;
}
@media (max-width: 1137px) {
  .carousel {
    padding: 0;
    min-height: 305px;
  }
}
.carousel .slick-slide {
  position: relative;
  overflow: hidden;
}
.carousel .slick-slide:hover .banner-image img {
  transform: scale(1.1);
}
.carousel .slick-slide .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(82.3deg, rgba(0, 0, 0, 0.5625) 9.97%, rgba(102, 102, 102, 0) 90.25%);
}
.carousel .carousel-caption {
  padding: 20px;
  bottom: 0;
}
.carousel .carousel-caption .btn {
  opacity: 0;
  transform: translateX(-100%);
}
.carousel .carousel-caption .btn.btn-red {
  max-width: fit-content !important;
}
@media screen and (max-width: 768px) {
  .carousel .carousel-caption .btn.btn-red {
    width: 136px;
    height: 42px;
    /* display: flex;
     align-items: center;
     justify-content: center;*/
    line-height: 27px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption .btn.btn-red {
    font-size: 12px;
  }
}
.carousel .carousel-caption.transform-center-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.carousel .carousel-caption.transform-center-left * {
  max-width: 668px;
}
.carousel .carousel-caption.transform-center-bottom {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  bottom: 0;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .carousel .carousel-caption.transform-center-bottom {
    padding-bottom: 12%;
  }
}
.carousel .carousel-caption h4 {
  font-size: 28px;
  font-weight: 300;
  opacity: 0;
  transform: translateY(-100%);
  color: #FFFFFF;
  line-height: 1.2;
  color: white;
}
@media (max-width: 768px) {
  .carousel .carousel-caption h4 {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption h4 {
    font-size: 14px;
  }
}
.carousel .carousel-caption h2 {
  font-size: 64px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-100%);
  line-height: 1.2;
  color: white;
}
@media (max-width: 1137px) {
  .carousel .carousel-caption h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-caption h2 {
    font-size: 38px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption h2 {
    font-size: 28px;
  }
}
.carousel .carousel-caption h3, .carousel .carousel-caption h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-100%);
  color: white;
}
@media (max-width: 768px) {
  .carousel .carousel-caption h3, .carousel .carousel-caption h1 {
    font-size: 32px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption h3, .carousel .carousel-caption h1 {
    font-size: 25px;
  }
}
.carousel .carousel-caption p {
  font-size: 24px;
  font-weight: 400;
  opacity: 0;
  transform: translateX(-100%);
  color: white;
}
@media (max-width: 768px) {
  .carousel .carousel-caption p {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption p {
    font-size: 14px;
  }
}
.carousel .banner-image img {
  width: 100%;
  max-width: 100%;
  transition: transform 0.7s ease-in-out;
}
.carousel .banner-image.desktop {
  display: block;
}
@media (max-width: 768px) {
  .carousel .banner-image.desktop {
    display: none;
  }
}
.carousel .banner-image.mobile {
  display: none;
}
@media (max-width: 768px) {
  .carousel .banner-image.mobile {
    display: block;
  }
}
.carousel .slick-dots {
  margin-bottom: 0;
}

.three-col-box-wrapper .btn-contactus {
  float: right;
  line-height: 1.4;
  height: 36px;
  font-size: 14px;
}
.three-col-box-wrapper .slick-track {
  margin-bottom: 0;
}
.three-col-box-wrapper .slick-dots {
  /* reduce spacing of box-shadow*/
  margin-top: 12px;
}
.three-col-box-wrapper .dropdown ::after {
  display: none;
}
.three-col-box-wrapper .dropdown .btn {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 16px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 8px 12px;
}
.three-col-box-wrapper .dropdown .btn img {
  margin-right: 3px;
}
.three-col-box-wrapper .dropdown .dropdown-menu {
  border-radius: 10px;
}
.three-col-box-wrapper .dropdown .dropdown-item {
  font-weight: 500;
}
.three-col-box-wrapper .dropdown .dropdown-item:hover {
  color: #E11F27;
  background-color: transparent;
}
.three-col-box-wrapper .dropdown .dropdown-item:active {
  background-color: transparent;
}
.three-col-box-wrapper .dropdown .dropdown-menu-travel {
  list-style: none;
  padding-left: 15px;
}
.three-col-box-wrapper .dropdown .dropdown-menu-travel .dropdown-item {
  font-weight: 400;
}
.three-col-box-wrapper .col-md-4 {
  padding: 0;
}
.three-col-box-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
}
@media screen and (max-width: 640px) {
  .three-col-box-wrapper h3 {
    font-size: 28px;
  }
}
.three-col-box-wrapper .w-85 {
  width: 85%;
}
.three-col-box-wrapper .card {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(183, 183, 183, 0.5);
  margin: 16px 16px 6px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .three-col-box-wrapper .card {
    margin: 16px 8px 6px;
  }
}
.three-col-box-wrapper .card .expired {
  background: #dd2830;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  padding: 10px;
  top: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 14px;
  font-weight: bold;
}
.three-col-box-wrapper .card .card-title {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
.three-col-box-wrapper .card .card-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.three-col-box-wrapper .card .card-text.red-text {
  color: #dd2830;
  font-weight: 500;
}
.three-col-box-wrapper .card .card-text.gray-text {
  color: #adadad;
  font-weight: 500;
}
.three-col-box-wrapper .card .card-date {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .three-col-box-wrapper .three-col-carousel {
    padding: 0 0;
  }
}

.share-btn {
  position: relative;
}
@media only screen and (max-width: 757px) {
  .share-btn {
    padding-bottom: 6rem !important;
  }
}
.share-btn .copy-link-div {
  position: absolute;
  width: 300px;
  background: #FFF;
  left: 160px;
  bottom: -82px;
  padding: 2px 10px 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
}
.share-btn .copy-link-div::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
  border-bottom: 10px solid #FFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.share-btn .copy-link-div:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom: 10px solid #cccccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.share-btn .msig-yellow-btn {
  cursor: default;
  text-transform: uppercase;
  padding: 9px 32px;
  border: 1px solid #cccccc;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 1px;
  background: #FFF;
  height: 45px;
  float: left;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  min-width: 146px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 757px) {
  .share-btn .msig-yellow-btn {
    float: none;
    width: 160px;
    margin: 0 auto;
  }
}
.share-btn a {
  display: block;
  color: #808080;
  font-size: 12px;
  font-family: "Ubuntu-Regular", Helvetica, sans-serif !important;
  text-decoration: none;
  line-height: normal;
  text-align: center;
}
.share-btn .copy-link-div {
  position: absolute;
  width: 300px;
  background: #FFF;
  left: 207px;
  bottom: -74px;
  padding: 2px 10px 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
}
@media only screen and (max-width: 757px) {
  .share-btn .copy-link-div {
    bottom: -125px;
    left: 50%;
    margin-left: -140px;
    width: 280px;
  }
}
.share-btn .copy-link-div #close-button-popup {
  position: absolute;
  right: 10px;
  top: 2px;
  cursor: pointer;
}
.share-btn .hide {
  display: none;
}
.share-btn .share-icon {
  background: url(../images/social-media-icons/share_icon.png) 100% 100%;
  width: 25px;
  height: 25px;
  border-radius: 35px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.share-btn .share-icons-wrapper {
  padding: 4px 0 4px 23px;
  position: absolute;
  top: 0;
  left: 130px;
  white-space: nowrap;
  border: 1px solid #cccccc;
  background: #FFF;
  overflow: hidden;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  transition: all 1s;
  max-width: 325px;
}
@media only screen and (max-width: 757px) {
  .share-btn .share-icons-wrapper {
    width: 280px;
    height: 90px;
    left: 50%;
    top: 23px;
    margin-left: -140px;
    white-space: inherit;
    text-align: center;
    font-size: 0;
    padding: 30px 0 4px 0;
    opacity: 1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    transition: height 1s, opacity 0.5s 0.1s, padding 0.5s;
  }
}
.share-btn .share-icons-wrapper i {
  text-align: center;
  height: 35px;
  width: 35px;
  color: #FFF;
  padding-top: 9px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #000;
  cursor: pointer;
  font-size: 16px;
}
.share-btn .share-icons-wrapper i.fa-facebook {
  background: #3b5998;
}
.share-btn .share-icons-wrapper i.fa-twitter {
  background: #55acee;
}
.share-btn .share-icons-wrapper i.fa-link {
  background: #1c0063;
}
.share-btn .share-icons-wrapper i.fa-skype {
  background: #00aaf2;
}
.share-btn .share-icons-wrapper .line-icon {
  background: url(../images/line_icon.png) 100% 100%;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-size: 100%;
}
.share-btn .share-icons-wrapper .linkedin-icon {
  background: url(../images/social-media-icons/linkedin_icon.png) 100% 100%;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-size: 100%;
}
.share-btn .share-icons-wrapper .mail-icon {
  background: url(../images/social-media-icons/mail_icon.png) 100% 100%;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-size: 100%;
}
.share-btn .share-icons-wrapper .social-share-icon {
  background: url(../images/social-media-icons/social_icon.png) 100% 100%;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-size: 100%;
}
.share-btn .share-icons-wrapper .social-share {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.share-btn .share-icons-wrapper .social-share:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.share-btn {
  position: relative;
}
@media only screen and (max-width: 757px) {
  .share-btn {
    padding-bottom: 6rem !important;
  }
}
.share-btn .copy-link-div {
  position: absolute;
  width: 300px;
  background: #FFF;
  left: 160px;
  bottom: -82px;
  padding: 2px 10px 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
}
.share-btn .copy-link-div::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
  border-bottom: 10px solid #FFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.share-btn .copy-link-div:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom: 10px solid #cccccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.share-btn .msig-yellow-btn {
  cursor: default;
  text-transform: uppercase;
  padding: 9px 32px;
  border: 1px solid #cccccc;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 1px;
  background: #FFF;
  height: 45px;
  float: left;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  min-width: 146px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 757px) {
  .share-btn .msig-yellow-btn {
    float: none;
    width: 160px;
    margin: 0 auto;
  }
}
.share-btn a {
  display: block;
  color: #808080;
  font-size: 12px;
  font-family: "Ubuntu-Regular", Helvetica, sans-serif !important;
  text-decoration: none;
  line-height: normal;
  text-align: center;
}
.share-btn .copy-link-div {
  position: absolute;
  width: 300px;
  background: #FFF;
  left: 207px;
  bottom: -74px;
  padding: 2px 10px 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
}
@media only screen and (max-width: 757px) {
  .share-btn .copy-link-div {
    bottom: -125px;
    left: 50%;
    margin-left: -140px;
    width: 280px;
  }
}
.share-btn .copy-link-div #close-button-popup {
  position: absolute;
  right: 10px;
  top: 2px;
  cursor: pointer;
}
.share-btn .hide {
  display: none;
}
.share-btn .share-icon {
  background: url(../images/social-media-icons/share_icon.png) 100% 100%;
  width: 25px;
  height: 25px;
  border-radius: 35px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.share-btn .share-icons-wrapper {
  padding: 4px 0 4px 23px;
  position: absolute;
  top: 0;
  left: 130px;
  white-space: nowrap;
  border: 1px solid #cccccc;
  background: #FFF;
  overflow: hidden;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  transition: all 1s;
  max-width: 325px;
}
@media only screen and (max-width: 757px) {
  .share-btn .share-icons-wrapper {
    width: 280px;
    height: 90px;
    left: 50%;
    top: 23px;
    margin-left: -140px;
    white-space: inherit;
    text-align: center;
    font-size: 0;
    padding: 30px 0 4px 0;
    opacity: 1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    transition: height 1s, opacity 0.5s 0.1s, padding 0.5s;
  }
}
.share-btn .share-icons-wrapper i {
  text-align: center;
  height: 35px;
  width: 35px;
  color: #FFF;
  padding-top: 9px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #000;
  cursor: pointer;
  font-size: 16px;
}
.share-btn .share-icons-wrapper i.fa-facebook {
  background: #3b5998;
}
.share-btn .share-icons-wrapper i.fa-twitter {
  background: #55acee;
}
.share-btn .share-icons-wrapper i.fa-link {
  background: #1c0063;
}
.share-btn .share-icons-wrapper i.fa-skype {
  background: #00aaf2;
}
.share-btn .share-icons-wrapper .line-icon {
  background: url(../images/line_icon.png) 100% 100%;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-size: 100%;
}
.share-btn .share-icons-wrapper .linkedin-icon {
  background: url(../images/social-media-icons/linkedin_icon.png) 100% 100%;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-size: 100%;
}
.share-btn .share-icons-wrapper .mail-icon {
  background: url(../images/social-media-icons/mail_icon.png) 100% 100%;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-size: 100%;
}
.share-btn .share-icons-wrapper .social-share-icon {
  background: url(../images/social-media-icons/social_icon.png) 100% 100%;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-size: 100%;
}
.share-btn .share-icons-wrapper .social-share {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.share-btn .share-icons-wrapper .social-share:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.blue-text {
  color: #272660;
}

.red-text {
  color: #dd2830;
}

.font-w-700 {
  font-weight: 700;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-400 {
  font-weight: 400;
}

h4 {
  color: #272660;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  h4 {
    font-size: 20px;
  }
}

a {
  color: #000000;
}
a:hover {
  color: #000000;
}

img {
  max-width: 100%;
  height: auto;
}

a:focus-visible {
  outline: none;
}

input:focus-visible {
  outline: none;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #272660;
  border-radius: 100px;
  height: 45px;
}

body {
  background: #FFFFFF;
}

.page {
  font-family: "Ubuntu", Helvetica, sans-serif;
}

body.site-lang-th,
body.site-lang-th .page {
  font-family: "Prompt", Helvetica, sans-serif;
}

.display-th,
.display-en {
  display: none;
}

.site-lang-th .display-th {
  display: inline !important;
}

.site-lang-en .display-en {
  display: inline !important;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1230px) and (min-width: 1149px) {
  .container {
    max-width: calc(100% - 80px);
    padding-left: 16px;
    padding-right: 16px;
  }
  .container .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 1149px) {
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1206px;
  }
}
@media screen and (min-width: 1660px) {
  .container {
    max-width: 1406px;
  }
}

@media screen and (max-width: 1230px) {
  .container-lg {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 575px) {
  .container-lg {
    max-width: 100%;
  }
}
@media screen and (min-width: 1230px) {
  .container-lg {
    max-width: 1230px;
  }
}
@media screen and (min-width: 1400px) {
  .container-lg {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1600px) {
  .container-lg {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1800px) {
  .container-lg {
    max-width: 1560px;
  }
}
.container-lg .row .carousel {
  padding: 0;
}
@media screen and (min-width: 1230px) {
  .container-lg .row .carousel {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .container-lg .row .carousel {
    padding: 0 15px;
  }
}

.container-fluid {
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid .row {
    margin: 0;
  }
  .container-fluid .row * {
    padding: 0;
  }
}
@media screen and (min-width: 1300px) {
  .container-fluid {
    max-width: 1206px;
  }
}
@media screen and (min-width: 1660px) {
  .container-fluid {
    max-width: 1406px;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.btn, .btn:active {
  transition: box-shadow 0.3s;
}
.btn:hover, .btn:active:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.btn.btn-red, .btn:active.btn-red {
  background-color: #dd2830;
  color: #FFFFFF;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 8px 20px;
  height: 55px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38px;
}
.btn.btn-red:first-child:active, .btn:active.btn-red:first-child:active {
  background-color: #dd2830;
  color: #FFFFFF;
}
.btn.btn-blue, .btn:active.btn-blue {
  background-color: #1C0761;
  color: #FFFFFF;
  border-radius: 7px;
  padding: 8px 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
}
.btn.btn-light.btn-light, .btn:active.btn-light.btn-light {
  color: #000000;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  line-height: 20px;
}
.btn.btn-outline-red, .btn:active.btn-outline-red {
  background-color: transparent;
  border: 1px solid #dd2830;
  color: #dd2830;
  text-transform: uppercase;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  min-width: 200px;
  height: 55px;
  line-height: 38px;
}
.btn.btn-outline-white, .btn:active.btn-outline-white {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  width: 200px;
  height: 55px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn.btn-textmore-blue, .btn:active.btn-textmore-blue {
  background-repeat: no-repeat;
  background-size: 10px 12px;
  background-position: right center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 8px 16px 8px 0;
  background-image: url(../images/three-column-box/right-arrow-blue.png);
  color: #272660;
  font-size: 16px;
}
.btn.btn-textmore-blue:hover, .btn:active.btn-textmore-blue:hover {
  box-shadow: none;
}
.btn.btn-textmore-outline-blue, .btn:active.btn-textmore-outline-blue {
  background-repeat: no-repeat;
  background-size: 10px 12px;
  background-position: right center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 8px 16px 8px 0;
  color: #272660;
  background-color: transparent;
  border: 1px solid rgba(183, 183, 183, 0.5019607843);
  border-radius: 15px;
  padding-left: 16px;
}
.btn.btn-outline-red-lg, .btn:active.btn-outline-red-lg {
  height: 56px;
  border-radius: 10px;
  border: 1px solid #dd2830;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  color: #dd2830;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.btn-textmore-red, .btn:active.btn-textmore-red {
  background-repeat: no-repeat;
  background-size: 10px 12px;
  background-position: right center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 8px 16px 8px 0;
  font-size: 16px;
  background-image: url(../images/three-column-box/right-arrow-red.png);
  color: #dd2830;
}
.btn.btn-textmore-red:hover, .btn:active.btn-textmore-red:hover {
  box-shadow: none;
}
.btn.btn-buynow, .btn:active.btn-buynow {
  float: right;
  background-image: url(../images/three-column-box/buynow-icon.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 16px center;
  font-size: 14px;
  padding: 8px 22px 8px 39px;
  font-weight: 700;
  width: auto;
  height: auto;
  line-height: 18px;
}
.btn.btn-callus, .btn:active.btn-callus {
  float: right;
  background-image: url(../images/icon-white-phone.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 16px center;
  font-size: 14px;
  padding: 8px 22px 8px 39px;
  font-weight: 700;
  width: auto;
  height: auto;
  line-height: 18px;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 2.5s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes slide-out {
  0% {
    right: 0;
  }
  99% {
    right: -100%;
  }
  100% {
    display: none;
  }
}
.card {
  transition: box-shadow 0.3s;
}
.card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.card .card-img,
.card .card-img-bottom,
.card .card-img-top {
  height: auto;
}

.slick-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  transition: box-shadow 0.3s;
  z-index: 2;
  padding: 0;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-arrow:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.slick-arrow.slick-prev {
  left: -40px;
  background-image: url(../images/prev-image.png);
}
.slick-arrow.slick-next {
  right: -40px;
  background-image: url(../images/next-image.png);
}
.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  flex-wrap: wrap;
}
.slick-dots li {
  margin: 0 3px 10px;
}
.slick-dots li button {
  width: 20px;
  height: 8px;
  border-radius: 0;
  background-color: rgb(217, 217, 217);
  border: 0;
  text-indent: 999999px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
}
.slick-dots li.slick-active button {
  width: 48px;
  background-color: #272660;
}

.bg-grey {
  background-color: #EBEBEB;
}

.pagination-wrapper p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.74);
  opacity: 0.6;
}

.pagination {
  float: right;
  margin-top: 1em !important;
}
.pagination li.page-item {
  transition: 0.2s ease-in-out;
}
.pagination li.page-item a {
  transition: 0.2s ease-in-out;
  border: 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 15px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  vertical-align: middle;
  transform-origin: center center;
}
.pagination li.page-item a img {
  width: 22px;
}
.pagination li.page-item:hover {
  transform: scale(1.3);
}
.pagination li.page-item:hover a {
  color: #dd2830;
}
.pagination li.page-item.active a {
  color: #000000;
  font-weight: 700;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.dropdown-category .btn-select {
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  min-width: 222px;
  text-align: left;
}
.dropdown-category .btn-select.dropdown-toggle::after {
  margin-left: 4.255em;
}
.dropdown-category .dropdown-menu {
  min-width: 222px;
  border-radius: 10px;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-top: 5px !important;
}
.dropdown-category .dropdown-menu li .dropdown-item {
  font-size: 16px;
}
.dropdown-category .dropdown-menu li .dropdown-item.active, .dropdown-category .dropdown-menu li .dropdown-item:hover {
  color: #dd2830;
  background-color: transparent;
}

.btn-group .btn {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 16px;
  width: auto;
  height: auto;
  line-height: 1.2;
  margin-right: 3px;
}
.btn-group .btn.btn-travel, .btn-group .btn.btn-health, .btn-group .btn.btn-domestic {
  background-color: #272660;
  color: #FFFFFF;
  cursor: default;
}
.btn-group .btn.btn-worldwide {
  background-color: #FFA825;
  color: #FFFFFF;
  cursor: default;
}
.btn-group .btn.btn-overseasstudent, .btn-group .btn.btn-overseastudent {
  background-color: #dd2830;
  color: #FFFFFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: default;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 3px;
}

@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-in-top {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-in-top {
  animation: slide-in-top 0.6s ease-out forwards;
}

.slide-in-top-h4 {
  animation: slide-in-top 0.7s ease-out forwards;
}

.slide-in-top-h2 {
  animation: slide-in-top 0.9s ease-out forwards;
}

.slide-in-top-h3 {
  animation: slide-in-top 0.9s ease-out forwards;
}

.slide-in-top-h1 {
  animation: slide-in-top 0.9s ease-out forwards;
}

.slide-in-top-nav-icons {
  animation: slide-in-top 0.9s ease-out forwards;
}

.slide-in-left-p {
  animation: slide-in-left 1.2s ease-out forwards;
}

.slide-in-left-btn {
  animation: slide-in-left 1.5s ease-out forwards;
}

.slide-in-right {
  animation: slide-in-right 0.7s ease-out forwards;
}

@keyframes slide-in-bottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-in-bottom {
  animation: slide-in-bottom 0.6s ease-out forwards;
}

.box-link {
  cursor: pointer;
}

.bounceDrop {
  animation-name: bounceDrop;
  animation-fill-mode: both;
  animation-duration: 0.6s;
}

@keyframes bounceDrop {
  0% {
    opacity: 0;
    transform: translateY(-100px) rotate(0deg);
  }
  60% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceRotate {
  animation-name: bounceRotate;
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

@keyframes bounceRotate {
  0% {
    transform: scale(1) rotate(0deg);
  }
  60% {
    transform: scale(1.3) rotate(25deg);
  }
  100% {
    transform: translateY(0);
  }
}
.sticky-nav header.header {
  z-index: 10;
}

.sticky-nav .sticky-container {
  top: 0px;
  position: absolute;
  max-width: 100%;
  transition: 0.2s ease-in-out;
  background: #FFF;
  width: 100%;
  z-index: 3;
}
.sticky-nav .sticky-container.open-overlay {
  z-index: -1 !important;
}

.sticky-nav .sticky-container .backtoList,
.sticky-nav .sticky-container h1,
.sticky-nav .sticky-container .btn-group {
  transition: 0.4s ease-in-out;
}

.sticky-nav .sticky-container.stick-active {
  position: fixed;
  z-index: 3;
  background: #FFF;
  max-width: 100%;
  width: 100%;
  top: 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .sticky-nav .sticky-container.stick-active {
    z-index: 25;
  }
}

.sticky-nav .sticky-container.stick-active .backtoList {
  margin: 10px 0;
}

.sticky-nav .sticky-container.stick-active .btn-group {
  margin-bottom: 10px !important;
}

.sticky-nav .slick-arrow.slick-next {
  right: 0px;
}

.duplicated-buy-btn-wrapper .btn {
  opacity: 0;
}

@media (max-width: 768px) {
  .sticky-nav.page-node-type--products .mobile.buynow-wrapper {
    display: none;
    opacity: 0;
  }
  .sticky-nav .desktop.buynow-wrapper {
    width: 100%;
    position: fixed;
    min-height: 30px;
    display: block !important;
  }
  .sticky-nav .desktop.buynow-wrapper .btn {
    transition: 0.4s ease-in-out;
    position: fixed;
    left: 50%;
    transform: translateX(-50%) scale(1.1);
    transform-origin: center center;
    bottom: 2rem;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
  }
  body.cookies-open .sticky-nav .desktop.buynow-wrapper .btn {
    bottom: 180px;
  }
  .sticky-nav:not(.main-menu-open):not(.open-overlay) .desktop.buynow-wrapper .btn {
    z-index: 1000;
    opacity: 1;
    pointer-events: all;
  }
  .sticky-nav .sticky-container.stick-active .backtoList {
    margin-bottom: 0px;
  }
  .sticky-nav .duplicated-buy-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .sticky-nav .duplicated-buy-btn-wrapper > .btn {
    transform: scale(1.2);
    float: none !important;
    opacity: 1;
  }
}
@media only screen and (max-width: 999px) and (orientation: landscape) {
  .sticky-nav .sticky-container.stick-active h1,
  .sticky-nav .sticky-container.stick-active h1 {
    font-size: 1.2rem;
    margin-bottom: 9px;
  }
  .sticky-nav .sticky-container.stick-active .backtoList {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  body.cookies-open.sticky-nav .desktop.buynow-wrapper .btn {
    bottom: 180px;
  }
}
.animate-icons .icons .icon {
  transition: 0.4s cubic-bezier(0.65, 0.05, 0.03, 1.76) !important;
  transform-origin: center center !important;
}
.animate-icons .icons .icon:hover {
  transform: scale(1.2) rotate(-8deg);
  animation: none !important;
}

.nav-link > div {
  transition: 0.3s ease-in-out !important;
}

.prepare-animation {
  position: relative;
}

.slide-from-right {
  animation-name: slide-from-right;
  animation-duration: 1s;
}

.slide-from-left {
  animation-name: slide-from-left;
  animation-duration: 1s;
}

.slide-from-top {
  animation-name: slide-from-top;
  animation-duration: 1s;
}

.slide-from-bottom {
  animation-name: slide-from-bottom;
  animation-duration: 1s;
}

@keyframes slide-from-right {
  0% {
    opacity: 0;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}
@keyframes slide-from-left {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@keyframes slide-from-bottom {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes slide-from-top {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
.pointer:hover {
  cursor: pointer !important;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .three-col-box-wrapper .col-md-4 {
    width: 50%;
  }
}
.webform-confirmation-modal.ui-dialog {
  border: 0;
  max-width: 500px;
  text-align: center;
  border-radius: 10px;
}
.webform-confirmation-modal.ui-dialog .ui-dialog-titlebar {
  border-bottom: 0;
  background: transparent;
}
.webform-confirmation-modal.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(../images/icon_close.png);
  background-size: contain;
}
.webform-confirmation-modal.ui-dialog .ui-dialog-content {
  font-size: 14px;
}

#mobileSliderpromotion .slick-arrow {
  display: none !important;
}

.captcha__title {
  font-size: 16px;
  font-weight: 400;
}

/* infinite-scroll */
.view .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
.view [data-drupal-views-infinite-scroll-pager] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.view [data-drupal-views-infinite-scroll-pager] li.pager__item a.button {
  background-color: transparent;
  border: 1px solid #dd2830;
  color: #dd2830;
  text-transform: uppercase;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  min-width: 200px;
  height: 55px;
  line-height: 38px;
  text-decoration: none;
  min-width: 130px;
  display: block;
  text-align: center;
}

/*# sourceMappingURL=global.css.map */
