﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@import url("../../fonts/roboto/font-roboto.css");
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "bevietnampro-regular";
  src: url("../../fonts/be_vietnam_pro/bevietnampro-regular.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px;
  }
}
.real-all {
  margin-top: 30px;
}
.real-all .dl-btn {
  padding: 10px 20px;
  background-color: aliceblue;
  border-radius: 24px;
  display: flex;
  max-width: 200px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #207bbf;
  border: 1px solid #0068b4;
  font-size: 15px;
}

.smTitle {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.smTitle .border-news {
  position: relative;
  border: 1px solid #dee2e6;
  border-radius: 24px;
  padding: 0 1rem;
  color: #207bbf;
  font-size: 16px;
}
.smTitle .border-news::before {
  content: "";
  border-bottom: 2px solid #0068b4;
  position: absolute;
  top: 13px;
  left: -51px;
  width: 50px;
}
.smTitle .border-news::after {
  content: "";
  border-bottom: 2px solid #0068b4;
  position: absolute;
  top: 13px;
  right: -51px;
  width: 50px;
}

.header .topbar {
  display: none;
}

#du-lich {
  position: relative;
  top: 90px;
  /* Logo */
  /* Tiêu đề */
  /* Box liên hệ */
  /* Icon điện thoại */
  /* Nội dung text */
  /* Responsive */
}
#du-lich .support-mockup {
  position: fixed;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  padding: 11px;
  bottom: 31px;
  right: 20px;
  z-index: 9999;
  animation: swing 3.5s infinite ease-in-out;
}
#du-lich .support-mockup:hover::after {
  opacity: 1;
  visibility: visible;
}
#du-lich .support-mockup::after {
  content: "Tiếp nhận ý kiến";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#du-lich .support-mockup img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
#du-lich .features.active .over-nav {
  width: 100%;
}
#du-lich .features {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(rgba(15, 108, 208, 0.78), rgba(255, 255, 255, 0.3)), url("/assets/images/bg-khanhhoa1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#du-lich .features .over-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #cce5ff;
  z-index: 2;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
}
#du-lich .features .over-nav .rounded-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
#du-lich .features .over-nav .rounded-circle img {
  height: 50px;
  object-fit: contain;
}
#du-lich .features .over-nav .feature-title {
  font-size: 15px;
  color: #004085;
}
#du-lich .features .over-nav .back-btn {
  position: absolute;
  top: 15px;
  left: 40px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50%;
  color: #0068b4;
}
#du-lich .features .img-zoomin {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
#du-lich .features .rounded-circle {
  width: 65px;
  height: 65px;
}
#du-lich .features .feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#du-lich .dl-banner {
  position: relative;
}
#du-lich .dl-banner .input-wrap {
  position: relative;
  height: 60px;
}
#du-lich .dl-banner .input-wrap .input-main {
  width: 100%;
  padding: 25px;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0 20px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: 0.3s ease;
  box-sizing: border-box;
}
#du-lich .dl-banner .input-wrap .input-main.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
#du-lich .dl-banner .input-wrap .result-zeus {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  background-color: #fff;
}
#du-lich .dl-banner .input-wrap .result-zeus.active {
  max-height: 500px;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  scrollbar-width: thin;
}
#du-lich .dl-banner .input-wrap .result-zeus .zeus-list li {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.3s ease;
}
#du-lich .dl-banner .input-wrap .result-zeus .zeus-list li .zeus-img {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#du-lich .dl-banner .input-wrap .result-zeus .zeus-list li .zeus-img img {
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  width: 50px;
  height: 50px;
}
#du-lich .dl-banner .input-wrap .result-zeus .zeus-list li .middle {
  width: 2px;
  background-color: #006bb4;
  height: 40px;
}
#du-lich .dl-banner .input-wrap .result-zeus .zeus-list li .zeus-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
#du-lich .dl-banner .input-wrap .result-zeus .zeus-list li .zeus-item .zeus-name {
  color: #111;
  font-size: 15px;
  font-weight: 600;
}
#du-lich .dl-banner .input-wrap .result-zeus .zeus-list li .zeus-item .zeus-location {
  color: #111;
  font-size: 15px;
  font-weight: 600;
}
#du-lich .dl-banner .input-wrap .result-zeus .zeus-list li:hover {
  background-color: #cce5ff;
  color: #004085;
}
#du-lich .dl-banner .input-wrap input:focus {
  outline: none;
}
#du-lich .dl-banner .circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background-color: rgba(19, 198, 114, 0.05);
  border-radius: 9999px;
  filter: blur(48px);
}
#du-lich .dl-banner .bg-opacity-10 {
  --bs-bg-opacity: .1;
}
#du-lich .left-content .badge {
  padding: 7px 15px;
  border: 1px solid #207bbf;
  max-width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 20px;
}
#du-lich .left-content .badge .dl-tag {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
#du-lich .left-content .badge .dl-title {
  font-size: 15px;
  color: #171717;
}
#du-lich .left-content h1 {
  font-weight: 700;
  font-size: 50px;
  color: #171717;
  line-height: 1.2;
  font-family: Merriweather;
}
#du-lich .left-content p {
  font-weight: 400;
  margin: 10px 0;
  font-size: 18px;
}
#du-lich .left-content .btn-wrap {
  display: flex;
  justify-content: start;
  gap: 25px;
}
#du-lich .left-content .kpha-btn {
  background-color: #207bbf;
  color: #fff;
  border-radius: 20px;
}
#du-lich .left-content .kpha-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#du-lich .left-content .btn-light {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}
#du-lich .img-right .rounded-5 {
  border-radius: 2rem;
}
#du-lich .img-right .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
#du-lich .img-right .shadow-sm iframe {
  max-width: 100%;
  height: 400px;
  border-radius: 24px;
}
#du-lich .img-right .shadow-sm .play-btn {
  position: absolute;
  border-radius: 50%;
  color: #fff;
  transform: translate(-50%, -50%) !important;
  left: 50%;
  top: 50%;
  font-size: 24px;
  background-color: #207bbf;
}
#du-lich .img-right .shadow-sm .play-btn img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
#du-lich .img-right .shadow-sm .play-btn.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}
#du-lich .img-right .shadow-sm .play-btn::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  animation: pulsate1 2s;
  animation-iteration-count: infinite;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
}
#du-lich .img-right .shadow-sm .icon-xl {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
}
#du-lich .list-service > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
#du-lich .list-service {
  margin-left: -10px;
  margin-right: -10px;
}
#du-lich .news-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#du-lich .news-wrap .card-lift {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  color: #111;
  display: block;
}
#du-lich .news-wrap .card-lift .img-wrap {
  position: relative;
  overflow: hidden;
}
#du-lich .news-wrap .card-lift .img-wrap img {
  width: 100%;
  height: 150px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  object-fit: cover;
}
#du-lich .news-wrap .card-body .news-title {
  font-family: Merriweather;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  color: #171717;
  min-height: 70px;
}
#du-lich .news-wrap .card-body .news-content {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 65px;
}
#du-lich .news-wrap .card-body .border-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
#du-lich .support-wrap {
  min-height: 320px;
  background-image: url("/assets/images/hotro.jpg");
  background-position: center;
  background-size: cover;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#du-lich .content-support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
  z-index: 2;
}
#du-lich .img-logo img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
}
#du-lich .img-logo img:hover {
  transform: scale(1.05);
}
#du-lich .title-support {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
  color: #fff00f;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  transition: all 0.3s ease;
}
#du-lich .title-support:hover {
  color: #ffe44d;
  transform: translateY(-2px);
}
#du-lich .contact-box {
  width: 100%;
  max-width: 520px;
}
#du-lich .list-box {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 28px 16px 20px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#du-lich .list-box:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}
#du-lich .list-icon {
  position: relative;
  flex-shrink: 0;
}
#du-lich .list-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 20px;
  color: #fff00f;
  border: 2.5px dotted #fff00f;
  border-radius: 50%;
  background: rgba(255, 240, 15, 0.08);
}
#du-lich .list-icon::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 3px solid rgba(255, 240, 15, 0.4);
  animation: pulse 2s ease-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.85);
    opacity: 1;
  }
  70% {
    transform: scale(1.25);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#du-lich .content {
  text-align: left;
}
#du-lich .content h3 {
  margin: 0 0 4px 0;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.3px;
}
#du-lich .hotline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#du-lich .hotline .label {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
#du-lich .hotline .number {
  font-size: 20px;
  font-weight: 800;
  color: #fff00f;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 576px) {
  #du-lich .support-wrap {
    min-height: 280px;
    padding: 30px 15px;
  }
  #du-lich .title-support {
    font-size: 20px;
    line-height: 1.35;
  }
  #du-lich .list-box {
    padding: 14px 18px 14px 16px;
    gap: 14px;
    border-radius: 40px;
  }
  #du-lich .list-icon i {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
  #du-lich .content h3 {
    font-size: 15px;
  }
  #du-lich .hotline .number {
    font-size: 17px;
  }
}
#du-lich .images-wrap .retro-layout .h-entry {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#du-lich .images-wrap .retro-layout .h-entry:nth-child(2) {
  margin-top: 10px;
}
#du-lich .images-wrap .retro-layout .h-entry.gradient {
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #e5e5e5;
}
#du-lich .images-wrap .retro-layout .h-entry.gradient::before {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=0);
}
#du-lich .images-wrap .retro-layout .h-entry.mb-30 {
  margin-bottom: 30px;
}
#du-lich .images-wrap .retro-layout .h-entry .featured-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.05);
  transition: 0.3s all ease;
}
#du-lich .images-wrap .retro-layout .h-entry .date {
  font-size: 15px;
}
#du-lich .images-wrap .retro-layout .v-height {
  height: 240px;
}
#du-lich .images-wrap .retro-layout .text {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  max-width: 350px;
}
#du-lich .images-wrap .retro-layout .text span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
#du-lich .images-wrap .retro-layout .text h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#du-lich .images-wrap .real-all .dl-btn {
  padding: 10px 20px;
  background-color: aliceblue;
  border-radius: 24px;
  display: flex;
  max-width: 200px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #207bbf;
  border: 1px solid #0068b4;
  font-size: 15px;
}
#du-lich .dd-wrap .card-lift {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  color: #111;
  display: block;
}
#du-lich .dd-wrap .card-lift .img-wrap {
  position: relative;
  overflow: hidden;
}
#du-lich .dd-wrap .card-lift .img-wrap img {
  width: 100%;
  height: 150px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  object-fit: cover;
}
#du-lich .dd-wrap .card-body .news-title {
  font-family: Merriweather;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  color: #171717;
  min-height: 80px;
}
#du-lich .dd-wrap .card-body .location-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 45px;
}
#du-lich .dd-wrap .card-body .location-text .fa-map-marker-alt {
  color: #207bbf;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
}
#du-lich .dd-wrap .card-body .news-content {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 65px;
}
#du-lich .dd-wrap .card-body .border-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
#du-lich .dd-wrap .real-all .dl-btn {
  padding: 10px 20px;
  background-color: aliceblue;
  border-radius: 24px;
  display: flex;
  max-width: 200px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #207bbf;
  border: 1px solid #0068b4;
  font-size: 15px;
}
#du-lich .dd-wrap .author {
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;
}
#du-lich .service-wrap .card-lift {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  color: #111;
  display: block;
}
#du-lich .service-wrap .card-lift:hover .img-wrap img {
  transform: scale(1.2);
}
#du-lich .service-wrap .card-lift .img-wrap {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
#du-lich .service-wrap .card-lift .img-wrap img {
  width: 100%;
  height: 245px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  object-fit: cover;
  transition: 0.3s all ease;
}
#du-lich .service-wrap .card-body .news-title {
  font-size: 18px;
  font-weight: 700;
  color: #207bbf;
  text-align: center;
  text-transform: uppercase;
}
#du-lich .service-wrap .card-body .location-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 45px;
}
#du-lich .service-wrap .card-body .location-text .fa-map-marker-alt {
  color: #207bbf;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
}
#du-lich .service-wrap .card-body .news-content {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 65px;
}
#du-lich .service-wrap .card-body .border-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 6px;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0068b4;
  transition: 0.2s all ease;
}
.owl-dots .owl-dot.active {
  background-color: #207bbf;
  padding: 0 30px;
  border-radius: 10px;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.gallery {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 600px) {
  .gallery {
    padding-top: 400px;
  }
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery__thumb {
  margin: 6px;
  display: block;
  width: 190px;
  height: 110px;
}
.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
  opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
  box-shadow: 0 0 0 3px #0be2f6;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#lbCommon {
  color: #207bbf;
  font-weight: 600;
}

#vanban .box-cbleft {
  width: 100%;
  height: auto;
  border-radius: 0 0 0 16px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#vanban .box-cbleft .info_header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#vanban .box-cbleft .info_header .sohieu__qd {
  display: inline-block;
}
#vanban .box-cbleft .info_header .sohieu__qd i {
  background: #e6f0ff;
  color: #0056b3;
  padding: 6px;
  border-radius: 50%;
  font-size: 11px;
}
#vanban .box-cbleft .info_header .sohieu__qd span {
  background: #e6f0ff;
  color: #0056b3;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 12px;
  white-space: nowrap;
  margin-right: 10px;
}
#vanban .box-cbleft .row {
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}
#vanban .box-cbleft .row .col-2 {
  background: #93202e;
  display: flex;
  align-items: center;
  justify-content: center;
}
#vanban .box-cbleft .row a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
#vanban .box-cbleft .box-scroll {
  height: 400px;
  overflow: hidden;
  scrollbar-width: thin;
  padding-bottom: 37px;
}
#vanban .box-cbleft .box-scroll .content-list .table-content {
  overflow: auto;
}
#vanban .box-cbleft .box-scroll .content-list .table-content .link {
  display: inline-block;
  color: #207bbf;
  font-weight: 500;
  font-size: 15px;
}
#vanban .box-cbleft .box-scroll .content-list .table-content .link.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
#vanban .box-cbleft .box-scroll .content-list .table-content .link_icon {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#vanban .box-cbleft .box-scroll .content-list .table-content .link_icon i {
  font-size: 12px;
  color: #0068b4;
}
#vanban .box-cbleft .box-scroll .content-list .table-content .td_items {
  color: #207bbf;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
#vanban .box-cbleft .box-scroll .content-list .table-content .title__qd {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  font-family: Merriweather;
}
#vanban .box-cbleft .box-scroll .content-list .table-content .table-cb {
  width: 100%;
  line-height: 24px;
}
#vanban .box-cbleft .box-scroll .content-list .table-content .table-cb tr:not(.head) td {
  padding-bottom: 15px;
  border: 1px solid #e6e6e6;
}
#vanban .box-cbleft .box-scroll .content-list .table-content .table-cb .head {
  white-space: nowrap;
  background-color: #f8f8f8;
}
#vanban .box-cbleft .box-scroll .content-list .table-content .table-cb td {
  padding: 10px;
  border: 1px solid #e6e6e6;
}
#vanban .box-cbleft .view-all-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 4px);
  background: #93202e;
  box-sizing: border-box;
  margin-right: 4px;
  border-top: 1px solid rgba(238, 238, 238, 0.1);
  padding: 6px 12px;
  text-align: center;
}
#vanban .box-coche {
  margin-top: 15px;
}
#vanban .box-coche .box-scroll {
  height: 400px;
}
#vanban .box-coche .box-scroll .next {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
#vanban .box-coche .box-scroll .next .item {
  border-top: 1px solid #EEEEEE;
  display: flex;
  min-height: 64px;
  padding: 12px 0;
}
#vanban .box-coche .box-scroll .next .item span {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 9px 0 0;
  color: #62748D;
}
#vanban .box-coche .box-scroll .next .item a {
  padding: 0;
  border-left: 1px solid #EEEEEE;
  display: inline-block;
  padding-left: 11px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #031739;
}

#cauhoithuonggap {
  margin-top: 50px;
}
#cauhoithuonggap .box-scroll {
  width: 100%;
}
#cauhoithuonggap .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cauhoithuonggap .title .btn-readmore {
  margin-top: 17px;
}
#cauhoithuonggap .card {
  border-radius: 20px;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-bottom: 15px;
  background: #f7f7f7;
  margin-top: 15px;
}
#cauhoithuonggap .card .btn {
  width: 100%;
  text-decoration: none;
  background: #f8f8f8;
}
#cauhoithuonggap .card .btn p {
  font-family: Merriweather;
  margin-left: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
#cauhoithuonggap .card .card-body {
  background-color: #fff;
}
#cauhoithuonggap .card .card-body p {
  padding: 0 25px;
  font-size: 15px;
  line-height: 30px;
}
#cauhoithuonggap .card .card-header {
  border-bottom: none;
  border-radius: 20px;
}
#cauhoithuonggap .card .card-header .tag-linhvuc {
  background: #e6f0ff;
  color: #0056b3;
  font-size: 15px;
  padding: 3px 8px;
  border-radius: 12px;
  white-space: nowrap;
  margin-right: 10px;
}
#cauhoithuonggap [data-toggle=collapse] .fa:before {
  content: "\f078";
  font-style: normal;
  color: #333 !important;
}
#cauhoithuonggap [data-toggle=collapse].collapsed .fa:before {
  content: "\f077";
  color: #333;
}
#cauhoithuonggap button[aria-expanded=true] {
  background-color: #207bbf;
  color: #fff !important;
}
#cauhoithuonggap button[aria-expanded=true] .fa {
  color: #fff !important;
}
#cauhoithuonggap button[aria-expanded=false] {
  background-color: #fff;
}
#cauhoithuonggap button[aria-expanded=true] p {
  color: #fff !important;
}
#cauhoithuonggap button[aria-expanded=true] {
  border-bottom: none;
  background-color: #ffffff;
}
#cauhoithuonggap button[aria-expanded=true] p {
  color: #333 !important;
}

.layout__title-page-bor {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout__title-page-bor .title {
  display: flex;
  background: url(/assets/images/ellipse.png) no-repeat 0 8px;
  padding-left: 7px;
  border-bottom: 2px solid #207bbf;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.layout__title-page-bor .title .edit-dwh span i {
  font-size: 14px;
}

.btn-readmore a {
  color: #207bbf;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 2px solid #207bbf;
}

@media (max-width: 415px) {
  #du-lich {
    top: 90px !important;
  }
  .features {
    padding: 15px 0;
  }
  .features .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .features .row {
    row-gap: 14px;
  }
  .features .rounded-circle {
    width: 52px;
    height: 52px;
  }
  .features .rounded-circle img {
    height: 52px;
  }
  .features .feature-title {
    font-size: 14px;
    line-height: 20px;
  }
  .features .features-content {
    justify-content: center;
    height: 100%;
    margin-left: 25px;
  }
  .features .col-4 {
    width: 60px;
    flex: 0 0 60px;
  }
  .features .col-8 {
    width: calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    padding-left: 8px;
  }
  .features .over-nav {
    overflow-y: auto;
    padding: 55px 0 20px;
  }
  .features .over-nav .container {
    height: auto;
  }
  .features .over-nav .row {
    row-gap: 16px;
  }
  .features .over-nav .feature-title {
    font-size: 14px;
    line-height: 18px;
  }
  .features .over-nav .back-btn {
    top: 12px;
    left: 12px;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .features .over-nav .rounded-circle {
    width: 50px;
    height: 50px;
  }
  .features .over-nav .rounded-circle img {
    height: 40px;
  }
  .left-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .features {
    padding: 8px 5px !important;
  }
  .features > .container > .row > [class*=col-] {
    padding: 4px;
  }
  .features > .container > .row > [class*=col-] > .row {
    min-height: 68px;
    padding: 8px;
  }
  .features > .container .rounded-circle {
    width: 45px;
    height: 45px;
  }
  .features > .container .feature-title {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .img-right {
    margin-top: 32px;
  }
  .owl-dots {
    margin-top: 0;
  }
  #du-lich .features .over-nav {
    right: -20px;
  }
  .features {
    padding: 12px 8px !important;
    background-position: center;
  }
  .features > .container {
    padding: 0 5px !important;
  }
  .features > .container > .row {
    margin: 0 -5px;
  }
  .features > .container > .row > [class*=col-] {
    padding: 5px;
    margin-bottom: 5px;
  }
  .features > .container > .row > [class*=col-] > .row {
    min-height: 75px;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .features > .container .rounded-circle {
    width: 52px;
    height: 52px;
    margin: 0 auto;
  }
  .features > .container .rounded-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .features > .container .features-content {
    padding-left: 3px;
  }
  .features > .container .feature-title {
    display: block;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #004085 !important;
    text-decoration: none;
  }
  .features .over-nav {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    padding: 45px 10px 15px;
    display: none;
    background: #cce5ff;
    overflow-y: auto;
  }
  .features .over-nav .container {
    padding: 0;
  }
  .features .over-nav .row {
    margin: 0 -5px;
  }
  .features .over-nav .col-md-3 {
    width: 50%;
    padding: 5px;
  }
  .features .over-nav .col-md-3 > .row {
    min-height: 65px;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
  }
  .features .over-nav .rounded-circle {
    width: 45px;
    height: 45px;
  }
  .features .over-nav .rounded-circle img {
    height: 40px;
    width: 40px;
    object-fit: contain;
  }
  .features .over-nav .feature-title {
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    color: #004085 !important;
  }
  .features .over-nav .back-btn {
    top: 10px;
    left: 15px;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .features.active .over-nav {
    display: block;
  }
}
