.linebg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100vh;
}

.sc_hero {
  background: url(../img/herobg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn_booktour {
  border-radius: 100px;
  background: linear-gradient(90deg, #fff600 1.6%, #e3db05 99.77%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 12px 24px;
  color: #2c92ff !important;
  font-family: FTVVIPAlbra;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0;
}

.btn_booktour_top {
  border-radius: 100px;
  background: linear-gradient(90deg, #fff600 1.6%, #e3db05 99.77%);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 12px 24px;
  color: #2c92ff !important;
  font-family: FTVVIPAlbra;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  width: fit-content;
}

.btn_booktour:hover {
  opacity: 0.8;
  color: #2c92ff;
}

.sc_hero_logo {
  width: 200px;
}

.sc2 p {
  font-size: 20px;
  margin: 12px 0;
}

.sc3swiper {
  padding: 0 40px;
}

.sc3_item {
  color: #fff;
  border-radius: 12px;
  background-image: linear-gradient(115deg,
      rgba(255, 246, 0, 0.8) 9.14%,
      rgba(44, 146, 255, 0.8) 45.97%),
    url("../img/sc3imagebg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 32px;
  border-radius: 60px 20px 60px 20px;
  /* TL, TR, BR, BL */
  /* Nghiêng box */
  transform: skewX(-8deg);
  height: 260px;
}

.sc3_item h3 {
  font-family: FTVVIPAlbra;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}

.sc3_item p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 4px;
}

.line-wrapper {
  display: flex;
  align-items: center;
  height: 6px;
  width: 200px;
}

.line-wrapper .dot {
  width: 6px;
  height: 6px;
  background-color: #2c92ff;
  border-radius: 50%;
  flex-shrink: 0;
}

.line-wrapper .line {
  flex: 1;
  height: 1px;
  background-color: #2c92ff;
  margin-left: -4px;
}

.dichvu_item {
  background: 40px;
  background: #fff;
  box-shadow: 0 4px 20px 4px #00000015;
  padding: 20px 240px 20px 20px;
  border-radius: 20px;
  margin: 40px 8px;
  position: relative;
}

.dichvu_item img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
}

.dichvu_item span {
  color: #2c92ff;
  font-family: FTVVIPNeueHaasGrotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.dichvu_item h3 {
  color: #2c92ff;
  font-family: FTVVIPAlbraDisplay;
  font-size: 40px;
  font-style: normal;
  text-transform: uppercase;
}

.dichvu_item p {
  color: #333;
  /* font-family: FTVVIPNeueHaasGrotesk; */
  font-size: 18px;
  line-height: normal;
  /* letter-spacing: 0.6px; */
}

.sc5-bg {
  background: url(../img/sc5bg.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 160px 0 40px 0;
  margin-top: -120px;
}

.sc5-item {}

.sc5-item span {
  color: #fff;
  font-family: FTVVIPAlbra;
  font-size: 40px;
  font-style: normal;
}

.sc5-item p {
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 120px 20px;
  color: #2c92ff;
  /* font-family: FTVVIPNeueHaasGrotesk; */
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

.sc5-item img {
  margin-top: -120px;
  margin-left: 20px;
}

.cruise-card {
  overflow: hidden;
  text-align: left;
}

.header-section {
  position: relative;
}

.header-section::before {}

.tagline {
  font-style: italic;
  position: relative;
  z-index: 1;
  color: #333;
  font-family: FTVVIPTamakionSignature;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.price-highlight {
  color: #2c92ff;
  text-align: center;
  font-family: FTVVIPNeueHaasGrotesk;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  text-align: left;
}

.price-text {
  color: #2c92ff;
  /* font-family: FTVVIPNeueHaasGrotesk; */
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}

.price-amount {
  color: #2c92ff;
  font-family: "1FTV VIP Albra";
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.content-section {
  /* padding: 25px 20px; */
}

.included-title {
  font-size: 20px;
  color: #333;
  margin: 12px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 16px;
  gap: 8px;
  color: #555;
}

.feature-icon {
  color: #4285f4;
  margin-right: 10px;
  margin-top: 2px;
  font-size: 1rem;
}

.support-section {
  /* background: linear-gradient(135deg, #4285f4 0%, #64b5f6 100%); */
  /* color: white; */
  /* padding: 20px; */
  text-align: center;
  margin-top: 20px;
}

.support-title {
  color: #2c92ff;
  text-align: center;
  font-family: FTVVIPAlbraDisplay;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.support-subtitle {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 20px;
}

.transport-options {
  /* background: #fff3cd; */
  /* border-radius: 15px; */
  padding: 24px;
  margin: 16px 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #fff600 0%, #f0e802 100%);
}

.transport-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 20px;
}

.transport-item:last-child {
  margin-bottom: 0;
}

.transport-name {
  font-weight: 500;
  color: #333;
  /* font-size: 20px; */
}

.transport-price {
  font-weight: 600;
  color: #4285f4;
  /* font-size: 20px; */
}

.hotline-btn {
  background: #2c92ff;
  color: white;
  border: none;
  border-radius: 40px;
  padding: 16px 40px;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.hotline-btn:hover {
  transform: translateY(-2px);
  color: white;
}

.divider {
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      #4285f4 50%,
      transparent 100%);
  margin: 20px 0;
}

.tekshomeForm {
  background: url(../img/formbg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 60px 40px 60px;
  color: #fff;
  border-radius: 20px;
}

.tekshomeForm .form-control {
  font-size: 20px;
  border-radius: 60px;
  padding: 12px 24px;
}

.tekshomeForm img {
  margin-bottom: 32px;
  width: 240px;
}

.sc6 {
  background: url(../img/footerbg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0;
}

.sc6_text .text_1 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: FTVVIPTamakionSignature;
  font-size: 80px;
  /* font-style: normal; */
  font-weight: 400;
  line-height: normal;
}

.sc6_text .text_2 {
  color: #ffffff;
  font-family: FTVVIPAlbraDisplay;
  font-size: 70px;
  line-height: normal;
  text-transform: uppercase;
  margin-top: -20px;
}

.mySwiper {
  /* background: url(../img/tesbg.png) no-repeat; */
  background-size: cover;
  /* padding: 40px; */
  background-position: center;
  /* width: 633px; */
  /* height: 380px; */
  margin-top: 150px;
}

.sc6_text2 {
  margin-top: 120px;
}

.sc6_text .text_3 {
  color: #ffffff;
  font-family: FTVVIPAlbraDisplay;
  font-size: 32px;
  line-height: normal;
}


/* Widget links styling */
.widget-links {
  position: fixed;
  right: 20px;
  bottom: 100px;
  transform: translateY(-50%);
  z-index: 1000;
}

.widget-links .btn {
  margin-bottom: 10px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  transition: transform 0.3s, background-color 0.3s;
}

.widget-links a {
  display: block;
  margin: 10px 0;
}

.widget-links .btn:hover {
  transform: scale(1.1);
}

.widget-links .hotline-button {
  width: 36px;
  height: 36px;
  background-color: rgb(0, 199, 70);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(128, 255, 183, 0.7);
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.widget-links .hotline-button svg {
  width: 16px;
  height: 16px;
  fill: white;
  /* Màu icon trắng */
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.widget-links .hotline-button:hover {
  animation: none;
  transition: transform 0.2s ease;
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-item .dropdown-menu {
    position: static;
    float: none;
  }

  .widget-links {
    right: 10px;
  }

  .widget-links .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

.attribute-options {}

.attribute-value {
  border: 2px solid #e6d1bf;
}

.attribute-value.active {
  border: 2px solid #ab6428;
}

.attribute-value img {
  border: 2px;
}


.sc_foot_logo {
  width: 400px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px;
}