.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

.midbar-section {
  position: relative;
  overflow: hidden;
}

.midbar-slider .image-box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/mid-bg.svg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

.midbar-section .image-box {
  position: relative;
  height: 513px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.midbar-section.slick-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.slick-slider div {
  transition: none;
}

.midbar-section .image-box {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1);
}

.midbar-slider.slick-initialized .slick-slide {
  overflow: hidden;
}

.midbar-section .slick-slide.slick-active .image-box {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 linear forwards;
  animation: cssAnimation 8s 1 linear forwards;
}

.midbar-section.inner-midbar .image-box {
  width: 100%;
  -webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
}

.midbar-section.inner-midbar .slick-slide.slick-active .image-box {
  animation: none;
}

@keyframes cssAnimation {
  from {
    transform: scale(1) translate(0);
  }

  to {
    transform: scale(1) translate(0);
  }
}

@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0);
  }

  to {
    -webkit-transform: scale(1) translate(0);
  }
}

.midbar-content-view {
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 0;
  left: 0;
}

.midbar-content-view:after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.midbar-content-view .content-box {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  align-items: center;
  position: relative;
  justify-content: center;
  text-align: center;
}

.midbar-content-view .content-box .container {
  margin: 0;
}

.midbar-content-view .midbar-content {
  color: #fff;
  font-size: 22px;
  line-height: 37px;
  width: 42%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.midbar-content-view .midbar-content .midbar-header {
  font-size: 50px;
  line-height: 57px;
  font-weight: 600;
  color: #fff;
}

.inner-midbar .midbar-content-view .midbar-content .midbar-header {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.midbar-content-view .midbar-content .midbar-txt {
  margin: 8px 0 30px;
}

.midbar-section .slick-slider .slick-dots {
  position: absolute;
  bottom: 34px;
  right: 0;
  z-index: 2;
  width: 100%;
  line-height: 10px;
  margin: 0;
}

.midbar-section .slick-slider .slick-dots li {
  margin: 0 7px;
}

.midbar-section .slick-slider .slick-dots li button {
  background-color: #fff;
}

.midbar-section .slick-slider .slick-dots li.slick-active button {
  background-color: #da291c;
}

.videoOuter {
  height: 513px;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.mp4Video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

.feedback-btn {
  padding: 12px 30px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.63);
  background-color: #da291c;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 45px;
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform: rotate(90deg) translateY(-100%);
}

.feedback-btn:hover,
.feedback-btn:focus {
  background-color: #fff;
  color: #da291c;
}

@media (min-width: 1920px) {
  .midbar-section .image-box,
  .videoOuter {
    height: 613px;
  }
}

@media (max-width: 1199px) {
  .midbar-content-view .midbar-content {
    width: 50%;
  }

  .feedback-btn {
    right: 0;
  }
}

@media (max-width: 992px) {
  .midbar-section .image-box,
  .videoOuter {
    height: 460px;
  }

  .midbar-content-view .midbar-content {
    width: 60%;
  }

  .midbar-content-view .midbar-content .midbar-header {
    font-size: 35px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .midbar-content-view {
    bottom: 0;
    top: 0;
  }

  .midbar-section .image-box,
  .videoOuter {
    height: 300px;
  }

  .midbar-content-view:after {
    background: -moz-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=1);
    transform: translateX(0);
  }

  .midbar-content-view .midbar-content {
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .midbar-content-view .midbar-content .midbar-header {
    font-size: 28px;
    line-height: 34px;
  }

  .midbar-content-view .midbar-content .midbar-txt {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .feedback-btn {
    right: 0;
    bottom: auto;
    top: 60px;
  }
}

@media (max-width: 640px) {
  .midbar-section .image-box,
  .videoOuter {
    height: 300px;
  }
}

.midbar-section.inner-midbar .image-box,
.midbar-section.inner-midbar .videoOuter {
  height: 354px;
}

@media (max-width: 767px) {
  .midbar-section.inner-midbar .image-box,
  .midbar-section.inner-midbar .videoOuter {
    height: 280px;
  }

  .midbar-section.inner-midbar .slick-slider .slick-dots {
    display: flex !important;
    margin-right: 10px;
  }
}

@media (max-width: 567px) {
  .midbar-section.inner-midbar .image-box,
  .midbar-section.inner-midbar .videoOuter {
    height: 200px;
  }
}

@media (max-width: 479px) {
  .feedback-btn {
    padding: 10px 20px;
    height: 40px;
    font-size: 12px;
    right: 0;
    top: 50px;
  }
}

.cms-link {
  font-size: 20px;
  color: #2e1a47;
  letter-spacing: 0.67px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.cms-link:hover {
  color: #ce132d;
}

.inner-conetnt,
.things-conetnt {
  padding-right: 100px;
}

.thing-box {
  display: block;
}

.thing-box .cms-link {
  display: block;
  margin-top: 10px;
}

.thing-box .img-box {
  min-height: 123px;
  max-height: 123px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.thing-box:hover .cms-link {
  color: #ce132d;
}

@media (max-width: 1199px) {
  .inner-conetnt,
  .things-conetnt {
    padding-right: 0;
  }
}

.lounge-page {
  padding-bottom: 30px;
}

.lounge-page .lounge-view {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .lounge-page .lounge-view {
    margin-bottom: 15px !important;
  }

  .lounge-section .col-lg-6:last-child .lounge-view {
    margin-bottom: 0 !important;
  }
}

.employee-page .employee-box {
  margin-bottom: 50px;
}

.employee-page .employee-box:last-child {
  margin-bottom: 0;
}

.employee-page .employee-content {
  font-size: 23px;
  line-height: 38px;
  letter-spacing: 1px;
  padding-left: 30px;
  position: relative;
}

.employee-page .employee-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  background: url("../images/quote-icon.svg") no-repeat;
  background-position: left top;
  width: 75px;
  height: 55px;
  background-size: contain;
}

.employee-page .pagination-type1 {
  border-top: 1px solid #dcdcdc;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .employee-page .employee-box .img-box {
    margin-bottom: 15px;
  }

  .employee-page .employee-content {
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .employee-page .employee-content:before {
    left: -15px;
    width: 50px;
  }
}

.job-info-section {
  padding: 20px 20px 15px;
  border-bottom: 1px solid #5b7f95;
  margin-bottom: 30px;
}

.job-info-section .job-detail {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.jobdetail-page .jobdetail-header {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding: 17px 20px 17px 0;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  position: relative;
}

.jobdetail-page .jobdetail-header > span {
  position: absolute;
  top: 18px;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
}

.jobdetail-page .jobdetail-header > span:before {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -1px;
  background-color: #000;
}

.jobdetail-page .jobdetail-header > span:after {
  content: "";
  height: 14px;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -7px;
  background-color: #000;
}

.jobdetail-page .jobdetail-header.open > span:after {
  display: none;
}

.jobdetail-page .jobdetail-content {
  margin: 17px 0 30px;
}

.jobdetail-page .applyjob-btn {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .jobdetail-page .applyjob-btn {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.page-title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
}

.page-top-content {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 70px;
}

.page-top-content .short-description {
  max-width: 790px;
  margin: 0 auto;
  line-height: 28px;
}

.page-tabs {
  border-bottom: solid 1px rgba(151, 151, 151, 0.38);
}

.page-tabs .nav {
  width: 100%;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  justify-content: center;
  padding: 0;
}

.page-tabs li {
  margin: 0 25px;
}

.page-tabs a {
  padding: 28px 0 30px 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  display: block;
  position: relative;
}

.page-tabs a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  border-bottom: 4px solid #da291c;
  margin: auto;
  margin-top: -4px;
  transition: all 0.5s;
  height: 4px;
}

.page-tabs a:hover:after,
.page-tabs .active a:after {
  width: 100%;
}

.page-tabs a.red-clr:after {
  border-bottom: 4px solid #da291c;
}

.page-tabs a.yellow-clr:after {
  border-bottom: 4px solid #f5a81c;
}

.page-tabs a.purple-clr:after {
  border-bottom: 4px solid #672766;
}

.page-tabs a.orange-clr:after {
  border-bottom: 4px solid #f26829;
}

.page-tabs a.grey-clr:after {
  border-bottom: 4px solid #c1c5c9;
}

.page-tabs a.green-clr:after {
  border-bottom: 4px solid #00a888;
}

.page-tabs a.blue-clr:after {
  border-bottom: 4px solid #0494c9;
}

@media (max-width: 767px) {
  .page-tabs .nav {
    display: block;
    text-align: center;
    justify-content: start !important;
  }

  .page-tabs li {
    display: inline-block;
  }
}

.grid-content.row {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 100px;
}

.grid-content.row:first-child {
  margin-top: 0;
}

.grid-content .grid-box {
  padding-right: 8px;
  padding-left: 8px;
}

.grid-content .image-box {
  position: relative;
  border-radius: 10px;
  display: flex;
  background: #fff;
  max-width: 575px;
}

.grid-content .image-box img {
  border-radius: 10px;
  display: block;
}

.red-bg .image-box:after {
  background: url(../images/wave1.svg) no-repeat 0 0 #da291c;
}

.red-type2-bg .image-box:after {
  background: url(../images/wave4.svg) no-repeat 0 0 #da291c;
}

.purple-bg .image-box:after {
  background: url(../images/wave3.svg) no-repeat #642667;
  background-position: top 0 left 180px;
}

.grid-content .image-box:after {
  content: "";
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 100%;
  z-index: -1;
}

.grid-content.image-right .image-box {
  justify-content: end;
}

.grid-content.image-left .image-box {
  justify-content: normal;
}

.grid-content.image-right .image-box:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: -190px;
  left: 100%;
}

.grid-content.image-left .image-box:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: -190px;
  right: 100%;
}

.grid-content.image-right .grid-text {
  padding-right: 100px;
}

.grid-content.image-left .grid-text {
  padding-left: 100px;
}

.grid-text .grid-desc {
  text-align: justify;
}

.interactive-map-icon {
  position: absolute;
  top: 15px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #2e1a47;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.interactive-map-icon:hover {
  background-color: #2e1a47;
  border: 1px solid #fff;
}

.interactive-map-icon:hover svg path {
  fill: #fff;
}

.grid-text {
  font-size: 16px;
  line-height: 1.56;
  text-align: justify;
  color: #3b3b3b;
  border: none;
}

.grid-content .grid-hd {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.grid-content .grid-hd2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.grid-content .table {
  border-radius: 10px;
  border-collapse: collapse;
  overflow: hidden;
  border-spacing: 0;
  margin-bottom: 0;
}

.grid-text .table-cover {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  border: solid 1px rgba(151, 151, 151, 0.38);
}

table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.grid-content .table-cover th {
  border-top: none;
  background: #d8d8d8;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
}

.grid-content .table-cover th span {
  color: #595959;
  font-size: 13px;
  font-weight: normal;
}

.grid-content .table-cover th,
.grid-content .table-cover td {
  border-right: solid 1px rgba(151, 151, 151, 0.38);
}

.grid-content .table-cover td {
  font-size: 16px;
}

.grid-content .table-cover th:last-child,
.grid-content .table-cover td:last-child {
  border-right: none;
}

.grid-content .table td,
.grid-content .table th {
  padding: 5px 10px;
}

@media (min-width: 1400px) {
  .purple-bg .image-box::after {
    background-position: 0 0;
  }
}

@media (min-width: 1024px) {
  .grid-content.image-right .image-col {
    order: 2;
  }

  .grid-content.image-left .image-col {
    order: 0;
  }

  .grid-content.image-left .image-box .interactive-map-icon {
    right: 15px;
  }

  .grid-content.image-right .image-box .interactive-map-icon {
    left: 15px;
  }
}

@media (max-width: 1199px) {
  .grid-content.image-right .grid-text {
    padding-right: 50px;
  }

  .grid-content.image-left .grid-text {
    padding-left: 50px;
  }

  .grid-text {
    font-size: 15px;
    line-height: 1.46;
  }

  .page-top-content {
    font-size: 17px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .grid-content .image-box {
    max-width: none;
    background: none;
  }

  .grid-content .image-box img {
    margin: auto;
    max-width: 100%;
  }

  .grid-content.image-left .grid-text {
    padding-left: 0;
  }

  .grid-content.image-left .grid-text {
    padding-left: 0;
    background: none;
  }

  .grid-content.image-left .image-box .interactive-map-icon,
  .grid-content.image-right .image-box .interactive-map-icon {
    right: 11%;
  }

  .grid-content.image-right .grid-text {
    padding-right: 0;
    background: none;
  }

  .grid-content .image-col {
    margin-bottom: 30px;
  }

  .grid-content.row {
    margin-top: 80px;
  }

  .grid-content.image-right .image-box:after,
  .grid-content.image-left .image-box:after {
    margin-left: 0;
    margin-right: 0;
    left: -50px;
    right: -50px;
    bottom: 40%;
    top: -35px;
    background-position: 0 0;
    width: auto;
    background-size: contain;
  }

  .blue-bg .image-box:after,
  .red-bg .image-box:after {
    background-size: 105%;
  }

  .page-grids {
    padding-top: 40px;
  }

  .grid-content.row:first-child {
    margin-top: 0;
  }

  .grid-text,
  .grid-content .grid-hd2 {
    font-size: 17px;
  }

  .grid-text .grid-desc {
    margin-bottom: 8px;
  }

  .page-top-content {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}

.page-cms-content {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  color: #3b3b3b;
  text-align: justify;
}

.page-cms-content p {
  margin-bottom: 30px;
}

.page-cms-content .cms-text1 {
  margin-bottom: 0;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .page-cms-content p {
    margin-bottom: 25px;
  }

  .page-top-content {
    margin-top: 35px;
  }

  .grid-content .image-col {
    margin-bottom: 25px;
  }

  .grid-content.image-right .image-box:after,
  .grid-content.image-left .image-box:after {
    left: -25%;
    right: -25%;
  }

  .grid-content .table-cover th,
  .grid-content .table-cover td {
    text-align: left;
  }

  .grid-content table th:first-child {
    width: 40%;
  }

  .grid-content.image-left .image-box .interactive-map-icon,
  .grid-content.image-right .image-box .interactive-map-icon {
    right: 15px;
  }
}

@media (min-width: 567px) and (max-width: 767px) {
  .grid-content.image-right .image-box:after,
  .grid-content.image-left .image-box:after {
    left: -20%;
    right: -20%;
    bottom: 40%;
    top: -35px;
  }

  .blue-bg .image-box::after,
  .red-bg .image-box::after {
    background-size: 14%;
  }
}

.item-icon {
  display: block;
  margin-bottom: 20px;
}

.item-icon img {
  max-height: 40px;
}

.coming-soon-section > div {
  width: 100%;
}

.coming-soon-section {
  min-height: 200px;
  text-align: center;
  align-items: center;
  display: flex;
}

.red-hd {
  color: #da291c;
  font-size: 36px;
  font-weight: bold;
}

.cms-image-left p {
  margin-bottom: 0;
}

.cms-image-left {
  margin-bottom: 30px;
}

.cms-image-left .left-image {
  margin-right: 30px;
  width: 230px;
  flex: 0 0 230px;
  max-width: 230px;
  border: solid 1px rgba(151, 151, 151, 0.38);
  border-radius: 10px;
  height: 90px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.cms-image-left .left-image img {
  max-width: 178px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .cms-image-left {
    display: block !important;
  }

  .cms-image-left .left-image {
    margin-right: 0;
    margin-bottom: 15px;
    width: auto;
  }
}

.dining-info {
  padding: 0;
  margin: 0;
}

.dining-info li {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: start;
  margin-bottom: 15px;
}

.dining-info li span.icon {
  width: 18px;
  margin-right: 10px;
  text-align: center;
}

.dining-info li span.txt,
.dining-info li a.txt {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #3b3b3b;
}

.dining-info li a.txt.web-address {
  text-decoration: underline;
  word-break: break-all;
}

.dining-info li a.txt:hover {
  color: #ce132d;
}

@media (min-width: 1024px) {
  .dining-logo,
  .dining-info {
    margin-bottom: 30px;
  }
}

.dining-btngroup {
  text-align: left;
}

@media (max-width: 992px) {
  .dining-btngroup {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .dining-btngroup {
    text-align: left;
  }
}
