:root {
  --theme-color: #00448d;
  --theme-color2: #00a1dd;
  --theme-color3: #b51111;
  --orange: #fd8e1c;
  --primary: #00448d;
  --primary-color: #00448d;
  --white: #ffffff;
  --dark: #171717;
  --regular: "Montserrat-Regular", sans-serif;
  --medi: "Montserrat-Medium", sans-serif;
  --bold: "Montserrat-Bold", sans-serif;
  --semi: "Montserrat-SemiBold", sans-serif;
  --beeBold: "BeVietnamPro-Bold", sans-serif;
  --fa6: "Font Awesome 6 Pro";
  --fa6_brands: "Font Awesome 6 Brands";
  --1: 0.0625rem;
  --2: 0.125rem;
  --3: 0.1875rem;
  --4: 0.25rem;
  --5: 0.3125rem;
  --6: 0.375rem;
  --7: 0.4375rem;
  --8: 0.5rem;
  --9: 0.5625rem;
  --10: 0.625rem;
  --11: 0.6875rem;
  --12: 0.75rem;
  --13: 0.8125rem;
  --14: 0.875rem;
  --15: 0.9375rem;
  --16: 1rem;
  --17: 1.0625rem;
  --18: 1.125rem;
  --19: 1.1875rem;
  --20: 1.25rem;
  --21: 1.3125rem;
  --22: 1.375rem;
  --23: 1.4375rem;
  --24: 1.5rem;
  --25: 1.5625rem;
  --26: 1.625rem;
  --27: 1.6875rem;
  --28: 1.75rem;
  --29: 1.8125rem;
  --30: 1.875rem;
  --31: 1.9375rem;
  --32: 2rem;
  --33: 2.0625rem;
  --34: 2.125rem;
  --35: 2.1875rem;
  --36: 2.25rem;
  --37: 2.3125rem;
  --38: 2.375rem;
  --39: 2.4375rem;
  --40: 2.5rem;
  --41: 2.5625rem;
  --42: 2.625rem;
  --43: 2.6875rem;
  --44: 2.75rem;
  --45: 2.8125rem;
  --46: 2.875rem;
  --47: 2.9375rem;
  --48: 3rem;
  --49: 3.0625rem;
  --50: 3.125rem;
  --51: 3.1875rem;
  --52: 3.25rem;
  --53: 3.3125rem;
  --54: 3.375rem;
  --55: 3.4375rem;
  --56: 3.5rem;
  --57: 3.5625rem;
  --58: 3.625rem;
  --59: 3.6875rem;
  --60: 3.75rem;
  --61: 3.8125rem;
  --62: 3.875rem;
  --63: 3.9375rem;
  --64: 4rem;
  --65: 4.0625rem;
  --66: 4.125rem;
  --67: 4.1875rem;
  --68: 4.25rem;
  --69: 4.3125rem;
  --70: 4.375rem;
  --71: 4.4375rem;
  --72: 4.5rem;
  --73: 4.5625rem;
  --74: 4.625rem;
  --75: 4.6875rem;
  --76: 4.75rem;
  --77: 4.8125rem;
  --78: 4.875rem;
  --79: 4.9375rem;
  --80: 5rem;
  --81: 5.0625rem;
  --82: 5.125rem;
  --83: 5.1875rem;
  --84: 5.25rem;
  --85: 5.3125rem;
  --86: 5.375rem;
  --87: 5.4375rem;
  --88: 5.5rem;
  --89: 5.5625rem;
  --90: 5.625rem;
  --91: 5.6875rem;
  --92: 5.75rem;
  --93: 5.8125rem;
  --94: 5.875rem;
  --95: 5.9375rem;
  --96: 6rem;
  --97: 6.0625rem;
  --98: 6.125rem;
  --99: 6.1875rem;
  --100: 6.25rem;
}
/* Font website */

@font-face {
  font-family: "BeVietnamPro-Bold";
  src: url("./fonts/BeVietnamPro-ExtraBold.woff2") format("woff2"),
    url("./fonts/BeVietnamPro-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("./fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("./fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("./fonts/Montserrat-Bold.woff2") format("woff2"),
    url("./fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("./fonts/Montserrat-Medium.woff2") format("woff2"),
    url("./fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("./fonts/Montserrat-Regular.woff2") format("woff2"),
    url("./fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #555555;
  border: 2px solid #555555;
}
html {
  scroll-behavior: smooth;
}
/* Format theme */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: "Bai Jamjuree", sans-serif;
}

p {
  margin-bottom: 0.8em;
}
/*contact btn */
@-webkit-keyframes phonering-cricle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-circle-fill {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}

.list-shortcut-desktop {
  position: fixed;
  z-index: 1000000;
  right: 20px;
  bottom: 205px;
  transform: translatey(50%);
}
@media screen and (min-width: 768px) {
  .list-shortcut-desktop {
    display: none;
  }
}

.list-shortcut-desktop > a {
  border-radius: 50%;
  box-shadow: 0 0 25px 0 rgba(100, 97, 97, 0.3);
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  /* -webkit-animation: calltrap_spin 3s infinite linear; */
  /* animation: calltrap_spin 3s infinite linear; */
  cursor: pointer;
}

.list-shortcut-desktop .zalo {
  background: url(/wp-content/uploads/2025/09/all_shortcut.svg) -4px -105px;
}

.list-shortcut-desktop .mess {
  background-image: url(/wp-content/uploads/2025/09/icon-mess-b.webp);
}

.list-shortcut-desktop .call {
  background-image: url(/wp-content/uploads/2025/09/call-home.svg);
  position: relative;
}

.list-shortcut-desktop .call:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff810ea3;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
  animation: phonering-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
}

.list-shortcut-desktop .call:after {
  content: "";
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  border: 2px solid #ff810e;
  background-color: transparent;
  -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
  animation: phonering-cricle 1.2s infinite ease-in-out;
  transition: all 0.5s;
  opacity: 0.5;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
}

/* end contact btn */
/* Slider Swiper */
.mySwiper {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.mySwiper img {
  width: 100%;
  display: block;
}
.swiper-pagination {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1024px) {
  .swiper-pagination {
    margin-bottom: 0px !important;
  }
}

/* Pagination bullet cơ bản */
.swiper .swiper-pagination .swiper-pagination-bullet,
.tour-outbound .swiper-pagination .swiper-pagination-bullet {
  width: 0.65rem;
  height: 0.65rem;
  transform: unset;
  border-radius: 9rem;
  opacity: 1;
  background-color: var(--orange);
  margin: 0 0.34375rem;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active,
.tour-outbound .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.5rem;
  background-color: var(--theme-color);
}
/* Tối ưu cho mobile */
@media (max-width: 767px) {
  .swiper-pagination {
    bottom: 8px !important; /* đẩy lên gần slide */
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 3px !important;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1.5); /* lớn hơn một chút để dễ thấy */
  }
}
/* End Slider Swiper */
.top_header {
  font-size: 15px;
}
ul.sub-menu.nav-dropdown.nav-dropdown-bold a {
  color: var(--dark);
}
.absolute-footer.dark {
  color: var(--white) !important;
}
/* sec-home-3 */
#main .sec-home-3 {
  padding-top: 85px;
  padding-bottom: 50px;
}

.sec-home-3 .col-title .col-inner,
.sec-home-6 .col-title .col-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-home-3 .col-title .btn-viewall,
.sec-home-6 .col-title .btn-viewall {
  margin: 0;
}

.sec-home-3 .col-title h2,
.sec-home-6 .col-title h2 {
  margin-bottom: 0;
}

.sec-home-3 .col.element-item {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 25%;
  transition: all 0.5s;
}

.sec-home-3 .col.element-item:before {
  content: "";
  height: 0%;
  width: 1px;
  background: #d7d7d7;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 3s;
}

.sec-home-3 .col.element-item.scroll-css:before {
  height: 100%;
}

#main .home-project {
  padding: 0 20px;
}

#main .home-project:before,
#main .home-project:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #d7d7d7;
  transition: all 3s;
  display: block;
  position: absolute;
  left: 0;
}

#main .home-project .line-scroll {
  width: 0% !important;
  height: 1px;
  background: #d7d7d7;
  transition: all 3s;
  display: block;
  position: relative;
  left: -20px;
}

#main .home-project.scroll-css .line-scroll {
  width: calc(100% + 40px) !important;
}

#main .home-project.scroll-css:after,
#main .home-project.scroll-css:before {
  width: 100%;
}

.home-project .container {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
  align-items: center;
  padding: 0 15px;
}

#wrapper .home-project .container .btn-viewall {
  display: none;
}

.home-project .swiper-pagination {
  position: unset;
  justify-content: flex-end;
  display: flex;
}

#main .home-project .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #939ca8;
  opacity: 1;
  cursor: pointer;
  margin: 0 8px;
}

#main
  .home-project
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.home-project .swiper-arrow {
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-project .swiper-arrow .swiper-btn {
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #d7d7d7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #d7d7d7;
  transform: unset !important;
  margin-top: unset;
  cursor: pointer;
}

.home-project .swiper-arrow .swiper-btn:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.title-home h2 {
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (min-width: 1600px) {
  .title-home h2 {
    font-size: 44px;
  }
}
/* End sec-home-3 */
@media screen and (max-width: 767.98px) {
  .title-main h2,
  .title-main h1,
  .title-main h3,
  .title-main-p p,
  .section-title h2 {
    font-size: var(--24);
  }
}
/* Menu Mobile */
.menu-icon {
  font-size: 1.5rem;
  width: 1.5em;
  height: 0.9em;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.menu-icon [class^="bar"] {
  width: 100%;
  height: 1.5px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.menu-icon .bar-top,
.menu-icon .bar-bottom {
  transition-delay: 0.1s;
}
.menu-icon .bar-top {
  top: 0;
}
.menu-icon .bar-middle-1,
.menu-icon .bar-middle-2 {
  top: calc((100% - 0.15em) / 2);
  transition-delay: 0s;
}
.menu-icon .bar-bottom {
  top: calc(100% - 0.15em);
}
.menu-icon.open .bar-top,
.menu-icon.open .bar-bottom {
  transform: scaleX(0);
  opacity: 0;
  transition-delay: 0s;
}
.menu-icon.open .bar-middle-1,
.menu-icon.open .bar-middle-2 {
  transition-delay: 0.1s;
}
.menu-icon.open .bar-middle-1 {
  transform: rotate(45deg);
}
.menu-icon.open .bar-middle-2 {
  transform: rotate(-45deg);
}
/* End Mobile */
.home-sec-3 .row1 .col2 .col-inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.home-sec-3 .row1 .col2 .col-inner > * {
  width: calc(24.3% - 15px);
  position: relative;
  border: 1px solid var(--theme-color);
  border-radius: 8px;
}
.home-sec-3 .row1 .col2 .col-inner > *:before,
.home-sec-3 .row1 .col2 .col-inner > *:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
  border-radius: 5px;
  pointer-events: none;
}
.home-sec-3 .row1 .col2 .col-inner > *:after {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}
.home-sec-3 .row1 .col2 .col-inner > *:before {
  top: 0;
  right: 0;
  border-top: 2px solid white;
  border-left: 2px solid white;
}
.home-sec-3 .row1 .col2 .col-inner > *:hover:before,
.home-sec-3 .row1 .col2 .col-inner > *:hover:after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
}
.home-sec-3 .row1 .col2 .col-inner .icon-box-text {
  padding: 25px;
  background: linear-gradient(247.66deg, #00024b5e 0%, #ffffff 64.56%);
  border-radius: 8px;
  height: 100%;
}
.home-sec-3 .row1 .col2 .col-inner .icon-box-text:hover {
  background: linear-gradient(90deg, #0967af 0%, #00034b 100%);
}
.home-sec-3 .row1 .col2 .txt-gardient p {
  font-size: 40px;
  font-family: var(--bold);
  line-height: 1.4;
}
.home-sec-3 .row1 .col2 .col-inner .icon-box-text:hover .txt-gardient p {
  color: white;
  -webkit-text-fill-color: white;
}
.home-sec-3 .row1 .col2 .content p {
  font-family: var(--semi);
  color: #223039;
}
.home-sec-3 .row1 .col2 {
  position: relative;
}
/* Back-to-top */
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 50px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f176";
  font-weight: 300;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: var(--orange);
  left: 0;
  top: 0;
  height: 3px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap .icon path {
  fill: currentColor;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 4px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
a#top-link {
  display: none;
}
/* End Back-to-top */
/* Menu Mobile */
.menu-icon {
  font-size: 1.5rem;
  width: 1.5em;
  height: 0.9em;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.menu-icon [class^="bar"] {
  width: 100%;
  height: 1.5px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.menu-icon .bar-top,
.menu-icon .bar-bottom {
  transition-delay: 0.1s;
}
.menu-icon .bar-top {
  top: 0;
}
.menu-icon .bar-middle-1,
.menu-icon .bar-middle-2 {
  top: calc((100% - 0.15em) / 2);
  transition-delay: 0s;
}
.menu-icon .bar-bottom {
  top: calc(100% - 0.15em);
}
.menu-icon.open .bar-top,
.menu-icon.open .bar-bottom {
  transform: scaleX(0);
  opacity: 0;
  transition-delay: 0s;
}
.menu-icon.open .bar-middle-1,
.menu-icon.open .bar-middle-2 {
  transition-delay: 0.1s;
}
.menu-icon.open .bar-middle-1 {
  transform: rotate(45deg);
}
.menu-icon.open .bar-middle-2 {
  transform: rotate(-45deg);
}
/* End Mobile */
/* Button */
#wrapper .button.btn-viewall,
#popup-form .button.btn-viewall {
  margin: 14px 0 0;
  height: 42px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: normal;
  padding: 0 20px;
  border: 1px solid var(--primary);
  border-radius: 99px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: var(--primary);
}
#popup-form .button.btn-viewall {
  margin-top: 0;
  margin-right: 15px;
}
#wrapper .button.btn-viewall::before,
#popup-form .button.btn-viewall:before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}

#wrapper .button.btn-viewall::after,
#popup-form .button.btn-viewall:after {
  background: var(--theme-color);
  border-radius: 50%;
  content: "\f061";
  font-family: var(--fa6);
  width: 24px;
  height: 24px;
  margin-left: 12px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s ease-in-out;
  font-size: 12px;
}

#wrapper .button.btn-viewall:hover::after,
#popup-form .button.btn-viewall:hover::after {
  color: var(--theme-color);
  background-color: #fff;
}

#wrapper .button.btn-viewall:hover,
#popup-form .button.btn-viewall:hover {
  color: #fff;
  box-shadow: none;
}

#wrapper .button.btn-viewall:hover::before,
#popup-form .button.btn-viewall:hover::before {
  transform-origin: center left;
  transform: scaleY(1);
}
/* End Button */
/* Images Hover */
.image-anime {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-anime img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.image-anime:hover img {
  transform: scale(1.05);
}

/* lớp ánh sáng */
.image-anime::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 200%;
  height: 0%;
  background: rgba(255, 255, 255, 0.35);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.6s linear;
  z-index: 1;
}

.image-anime:hover::after {
  height: 250%; /* kéo dài dải sáng khi hover */
  left: 150%; /* chạy qua từ trái sang phải */
}

/* End Images Hover  */
.header-nav > li > a {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  background: linear-gradient(0deg, var(--white), var(--white)) 0 100% no-repeat;
  transition: background-size 0.5s;
  background-size: 0 2px;
  margin-bottom: 5px;
}
.header-nav > li > a:hover {
  background-size: 100% 2px;
  color: var(--primary);
  box-sizing: border-box;
}
.icon-angle-down:before {
  content: "\f0d7";
  font-family: var(--fa6) !important;
  font-weight: 900;
  font-size: 14px;
}
.title_all span.section-title-main {
  color: var(--primary);
  font-size: 33px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .title_all span.section-title-main {
    font-size: 22px;
  }
}

.title_all .section-title-normal {
  border-bottom: none;
}
.title_all .section-title-normal span {
  border-bottom: none;
}
.section-title i.icon-angle-right {
  display: none;
}
.box.has-hover.box-dv.has-hover.box-text-bottom {
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}
.box.has-hover.box-dv.has-hover.box-text-bottom:hover {
  transform: translateY(-20px);
  transition: 0.8s;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}
.box-dv h4 {
  font-size: 24px;
  line-height: 40px;
}
/* Hover Box */
.box:hover:after {
  width: 100%;
}
.box:after {
  content: "";
  position: absolute;
  background: var(--primary);
  height: 5px;
  width: 0;
  bottom: 0;
  left: 0;
  transition: 0.75s;
  border-radius: 0 0 10px 10px;
}
/* End Hover Box */
/* End Form Email */
.tintuc_index::after {
  position: absolute;
  content: "";
  background: url(./images/30x493.png) no-repeat;
  background-size: cover;
  top: 10px;
  right: -16px;
  height: 493px;
  width: 30px;
}
.tintuc_index {
  padding: 40px 40px 23px 20px;
  background-color: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .tintuc_index {
    padding: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .tintuc_index::after {
    background: none;
  }
}

.box-text-inner.blog-post-inner {
  padding: 0px 10px 0px 10px;
}
.tt_footer h3 {
  color: var(--primary);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.tt_footer ul li {
  list-style: none;
  margin-left: 0px !important;
  color: var(--dark);
  font-size: 15px;
  line-height: 30px;
}
.tt_footer ul li i {
  color: var(--primary);
}
.hb_social {
  margin-top: 20px;
}
.hb_social ul li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: var(--primary) !important;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
.hb_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  grid-gap: 10px;
}
.hb_social ul li {
  margin-left: 0px !important;
}
.hb_social ul li:nth-child(1) a {
  padding: 8px 0;
}
.hb_social ul li:hover:nth-child(1) a {
  background: #3b5998;
}
.hb_social ul li:hover a {
  color: var(--white) !important;
}
.hb_social ul li:hover:nth-child(2) a {
  background: #ff0000;
}
.hb_social ul li:hover:nth-child(3) a {
  background: #1da1f2;
}
.hb_social ul li:hover:nth-child(4) a {
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}
.hb_social ul li:hover:nth-child(5) a {
  background: #0a68fe;
}
.hb_social ul li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.list_menu span.ux-menu-link__text {
  color: var(--primary);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 15px;
}
.list_menu span.ux-menu-link__text:hover {
  color: var(--orange);
  transform: translateX(10px);
}
.list_menu span.ux-menu-link__text::before {
  content: "\f0da";
  font-family: fontawesome;
  padding-right: 5px;
  color: var(--orange);
  font-size: 12px;
}
/* Form Email */
.wpcf7-form-control-wrap {
  font-size: 0.875rem !important;
  font-family: arial;
}
.wpcf7 p > span > input {
  -webkit-box-shadow: unset;
  box-shadow: none;
  background: var(--white) !important;
  border-radius: 4px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  box-shadow: none;
  border-radius: 4px;
}
/* End Form Email */
.tt_footer.page_lh h3 {
  color: var(--primary);
  font-size: 26px;
}
.tt_footer.page_lh ul li {
  color: var(--gray-dark);
}
.tt_footer.page_lh ul li i {
  color: var(--color2);
}
.title_page_lh span.section-title-main {
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 600;
}
.title_page_lh .section-title-normal span {
  border-bottom: none;
}
.title_page_lh .section-title-normal {
  border-bottom: 2px solid var(--primary);
}
.tt_footer.page_lh ul li span {
  font-weight: bold;
  color: var(--red);
}
.title_all .section-title b {
  background-color: transparent !important;
}
.box_lienhe {
  background: var(--white);
  box-shadow: 0px 15px 35px rgb(0 0 0 / 10%);
  border-radius: 16px;
  padding: 15px 20px;
}
/* Sliser Post */
.sec-tion-03 .flickity-page-dots {
  display: none;
}
.spr--home {
  width: 18px;
  height: 23px;
}
.spr {
  background: url(./images/vnn_sprites.svg) no-repeat;
  background-size: 400px 500px;
  display: block;
}
/* Slider Home */
.slider-nav-circle .flickity-button {
  width: 45px !important;
  height: 45px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;

  transform: unset !important;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .slider-nav-circle .flickity-button {
    background: var(--primary) !important;
  }
}
.slider-nav-circle:hover .flickity-button {
  opacity: 1 !important;
}
.slider-nav-circle .flickity-button svg {
  display: none;
}

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: "\f178";
  color: inherit;
  font-weight: 300;
  font-size: 20.5px;
  width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
  content: "\f177";
}

.slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--orange);
}

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}
ol.flickity-page-dots .dot.is-selected:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border-color: var(--orange);
  border-style: solid;
  border-radius: 99px;
  border-width: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
ol.flickity-page-dots .dot {
  background-color: var(--primary);
  width: 10px;
  height: 10px;
  padding: unset;
  border: unset;
  margin: 0 5px;
  position: relative;
  opacity: 1;
}
ol.flickity-page-dots .dot.is-selected {
  background: var(--orange) !important;
  margin: 0 10px;
}
/* End Slider Home */
.navigation-post a {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  padding-left: 32px;
  min-height: 28px;
  line-height: 28px;
}
.navigation-post a:hover i {
  background-color: var(--primary);
  color: var(--white);
}
.navigation-post .nav-previous a {
  padding-right: 10px;
}
.navigation-post .nav-next a {
  padding-left: 10px;
  padding-right: 40px;
}
.navigation-post a:hover {
  color: var(--primary);
}
.navigation-post .icon-angle-left,
.navigation-post .icon-angle-right {
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary);
  font-size: 15px;
}
.navigation-post .hide-for-small {
  display: none;
}
.navigation-post .nav-previous a:before,
.navigation-post .nav-next a:before {
  content: "\f060";
  font-family: var(--fa6);
  width: 25px;
  height: 25px;
  border: 1px solid var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary);
  font-size: 12px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
.navigation-post .nav-next a:before {
  content: "\f061";
  left: unset;
  right: 0;
}
div#comments {
  display: none;
}
.header-main .nav > li > a {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  h3.section-title.section-title-normal a.button.btn-viewall {
    display: none !important;
  }
}
.form-lead .medium-3 a {
  color: white !important;
  font-weight: bold;
}
.form-lead .medium-3 a .fa {
  margin-right: 10px;
}
.form-lead .medium-3 {
  background: var(--primary);
  padding: 30px 10px 30px 10px !important;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  text-align: center;
  border-left: 1px solid #dedede;
  color: white;
}
/* Form bao gia */
/* css forrm */

.appointment {
  background: #fff;
  position: relative;
  z-index: 1;
}
.appointment .item {
  position: relative;
}
.appointment .item label {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  background: #fff;
  left: 10px;
  top: -8px;
  padding: 0 10px;
  display: inline-block;
  width: auto;
  border-radius: 5px;
  color: #333;
}
.appointment .item .wpcf7-form-control-wrap * {
  height: 50px;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  padding-left: 20px;
}
.appointment .item .wpcf7-form-control-wrap *:focus,
input:-internal-autofill-selected {
  background-color: transparent;
}
.appointment .item .wpcf7-form-control-wrap select {
  height: 60px;
}
#regtour .appointment .item .wpcf7-form-control-wrap * {
  background-color: #fff;
}
.appointment .title {
  margin-bottom: 30px;
}
.custom-form:before {
  content: "";
  border-radius: 15px;
  width: 95%;
  height: 80%;
  background: var(--primary-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  z-index: 0;
  left: 0;
}
.form-lienhe.appointment .wpcf7-submit {
  margin: unset;
}
.appointment .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
  border-radius: 999px;
  position: relative;
  z-index: 1;
  transition: color 0.1s ease-in-out, background-color 1s ease-in-out;
  padding: 0 10px 0 30px;
  height: 54px;
  line-height: 0;
  background-color: var(--primary-color);
  border: none;
  border: 2px solid var(--primary-color);
  font-weight: 800;
  color: #fff;
}
.appointment .wpcf7-submit::before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: 0;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 10px;
  display: block;
  border-radius: 999px;
  background-color: #fff;
  transition: 0.2s all ease-in-out;
}
.appointment .wpcf7-submit span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  background: #fff;
  border-radius: 99px;
  justify-content: center;
  z-index: 1;
  padding: 10px;
}
.appointment .wpcf7-submit svg {
  width: 20px;
  height: 20px;
}
.appointment .wpcf7-submit:hover {
  color: var(--primary-color);
  z-index: 2;
}
.appointment .wpcf7-submit:hover::before {
  width: calc(100% - -2px);
  height: calc(100% + 2px);
  padding-right: 19px;
  right: -1px;
  top: -1px;
  line-height: 50px;
  z-index: -1;
}
.lightbox-content {
  border-radius: 15px;
  padding: 40px;
}
/* End Form bao gia */
.appointment .title {
  display: inline-block;
  background-color: #0066ff; /* màu xanh dương */
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
  transform: rotate(-3deg); /* nghiêng nhẹ */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.2s ease;
  text-transform: uppercase;
}

.appointment .title:hover {
  transform: rotate(0deg) scale(1.05);
}
/* Phone Dropdown Styles */
.phone-dropdown {
  position: relative;
  display: inline-block;
}

.phone-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px 5px 10px;
  background: #fff;
  border: 1px solid #f37b20;
  border-radius: 8px;
  color: #f37b20;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 130px;
  justify-content: center;
  user-select: none;
}

.phone-toggle:hover {
  background: #ef5627;
  color: #fff;
  box-shadow: 0 6px 16px rgba(243, 123, 32, 0.3);
}

.phone-toggle img {
  width: 18px;
  height: 18px;
  transition: filter 0.3s ease;
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -ms-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
}

.phone-toggle:hover img {
  filter: brightness(0) invert(1);
}

.phone-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.phone-dropdown.active .phone-arrow {
  transform: rotate(180deg);
}

.phone-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  overflow: hidden;
  min-width: 240px;
  border: 1px solid rgba(243, 123, 32, 0.1);
}

.phone-dropdown.active .phone-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.phone-item {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  overflow: hidden;
}

.phone-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #f37b20, #ff8a1c);
  transition: width 0.3s ease;
  z-index: 0;
}

.phone-item:hover::before {
  width: 4px;
}

.phone-item:last-child {
  border-bottom: none;
}

.phone-item:hover {
  background: rgba(243, 123, 32, 0.05);
  transform: translateX(6px);
  color: #f37b20;
}

.phone-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  z-index: 1;
}

.phone-number {
  font-weight: 700;
  font-size: 16px;
  color: #f37b20;
  transition: color 0.3s ease;
}

.phone-label {
  font-size: 1.4rem;
  color: #666;
  font-weight: 400;
  transition: color 0.3s ease;
}

.phone-item:hover .phone-number {
  color: #e65100;
}

.phone-item:hover .phone-label {
  color: #888;
}

/* Animation for menu items */
.phone-item {
  animation: slideInItem 0.4s ease forwards;
  opacity: 0;
}

.phone-dropdown.active .phone-item:nth-child(1) {
  animation-delay: 0.1s;
}

.phone-dropdown.active .phone-item:nth-child(2) {
  animation-delay: 0.2s;
}

@keyframes slideInItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .phone-toggle {
    min-width: 110px;
    padding: 8px 14px;
  }

  .phone-toggle img {
    width: 16px;
    height: 16px;
  }

  .phone-menu {
    min-width: 220px;
    right: 0;
    left: auto;
  }
}

@media (max-width: 480px) {
  .phone-toggle span {
    display: none;
  }

  .phone-toggle {
    min-width: auto;
    padding: 8px 12px;
  }
}
/* ===== CONTACT SIDEBAR STYLES - ISOLATED SECTION ===== */
.contact-sidebar-fixed {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.contact-button-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: slideInLeft 0.8s ease-out;
}

.contact-item {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}

.contact-item:hover {
  transform: translateX(8px) scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.contact-link {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.contact-link:hover::before {
  left: 100%;
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.contact-icon img {
  width: 30px;
  height: 30px;
}

.contact-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.contact-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 2px;
  white-space: nowrap;
}

.contact-subtitle {
  font-size: 12px;
  opacity: 0.8;
  line-height: 1.2;
  white-space: nowrap;
}

/* Specific button colors and hover effects */
.zalo-sales .contact-icon {
  /* background: linear-gradient(135deg, #0084FF, #00A8FF); */
  color: white;
}

.zalo-sales:hover .contact-icon {
  /* background: linear-gradient(135deg, #0074E4, #0098E4); */
  transform: rotate(10deg) scale(1.1);
}

.zalo-support .contact-icon {
  /* background: linear-gradient(135deg, #FF6B35, #FF8E53); */
  color: white;
}

.zalo-support:hover .contact-icon {
  /* background: linear-gradient(135deg, #E85A2B, #E87D47); */
  transform: rotate(-10deg) scale(1.1);
}

.facebook .contact-icon {
  /* background: linear-gradient(135deg, #1877F2, #42A5F5); */
  color: white;
}

.facebook:hover .contact-icon {
  /* background: linear-gradient(135deg, #166FE5, #3B95E3); */
  transform: rotate(10deg) scale(1.1);
}

.phone .contact-icon {
  /* background: linear-gradient(135deg, #4CAF50, #66BB6A); */
  color: white;
}

.phone:hover .contact-icon {
  /* background: linear-gradient(135deg, #45A049, #5DB761); */
  transform: rotate(-10deg) scale(1.1);
  animation: phoneRing 0.5s ease-in-out;
}

/* Animations */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes phoneRing {
  0%,
  100% {
    transform: rotate(-10deg) scale(1.1);
  }

  25% {
    transform: rotate(-15deg) scale(1.15);
  }

  75% {
    transform: rotate(-5deg) scale(1.05);
  }
}

/* Pulsee effect for attention */
.contact-item::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 14px;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(59, 130, 246, 0.3),
    transparent
  );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.contact-item:hover::after {
  opacity: 1;
  animation: pulsee 1.5s infinite;
}

@keyframes pulsee {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.3;
  }

  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .contact-sidebar-fixed {
    left: 10px;
    transform: translateY(-50%) scale(0.9);
  }

  .contact-link {
    padding: 10px 12px;
  }

  .contact-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }

  .contact-title {
    font-size: 13px;
  }

  .contact-subtitle {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .contact-sidebar-fixed {
    left: 5px;
    transform: translateY(-50%) scale(0.8);
  }

  .contact-button-group {
    gap: 8px;
  }
}

/* Hide on very small screens to avoid obstruction */
@media (max-width: 360px) {
  .contact-sidebar-fixed {
    display: none;
  }
}

/* Fixed Contact Sidebar Styles */
.fixed-contact-sidebar {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: all 0.3s ease;
}

.contact-item {
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50px;
  padding: 12px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  cursor: pointer;
  max-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item:hover {
  max-width: 240px;
  width: auto;
  padding: 12px 20px;
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.contact-item.zalo-sales {
  background: linear-gradient(135deg, #0068ff 0%, #0052cc 100%);
}

.contact-item.zalo-support {
  background: linear-gradient(135deg, #00d4aa 0%, #00a085 100%);
}

.contact-item.facebook {
  background: linear-gradient(135deg, #1877f2 0%, #0d5abd 100%);
}

.contact-item.phone {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
}

.contact-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  width: 100%;
  height: 100%;
}
.contact-item a:hover {
  color: white;
}
.contact-icon {
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  transition: margin 0.3s ease;
  height: auto;
}

.contact-item:hover .contact-icon {
  margin-right: 12px;
}

.contact-text {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease 0.1s;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.contact-item:hover .contact-text {
  opacity: 1;
  transform: translateX(0);
  width: auto;
}

.contact-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}

.contact-subtitle {
  font-size: 11px;
  opacity: 0.9;
  font-weight: 500;
  line-height: 1;
}

/* Pulsee animation for attention */
.contact-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}

.contact-item:nth-child(1)::before {
  animation: pulsee 3s infinite;
  animation-delay: 0s;
}

.contact-item:nth-child(2)::before {
  animation: pulsee 3s infinite;
  animation-delay: 0.5s;
}

.contact-item:nth-child(3)::before {
  animation: pulsee 3s infinite;
  animation-delay: 1s;
}

.contact-item:nth-child(4)::before {
  animation: pulsee 3s infinite;
  animation-delay: 1.5s;
}

@keyframes pulsee {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  70% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }

  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}

/* Tooltip */
.contact-item[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10000;
  pointer-events: none;
}

.contact-item[data-tooltip]::before {
  content: "";
  position: absolute;
  left: calc(100% + 9px);
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10000;
}

.contact-item:hover[data-tooltip]::after,
.contact-item:hover[data-tooltip]::before {
  opacity: 0;
  visibility: hidden;
}

/* Responsive Design */
@media (max-width: 768px) {
  .fixed-contact-sidebar {
    left: 10px;
    gap: 10px;
  }

  .contact-item {
    width: 50px;
    height: 50px;
    max-width: 50px;
    padding: 10px;
  }

  .contact-item:hover {
    max-width: 160px;
    padding: 10px 15px;
  }

  .contact-icon {
    min-width: 20px;
    height: 20px;
  }

  .contact-title {
    font-size: 12px;
  }

  .contact-subtitle {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .fixed-contact-sidebar {
    left: 5px;
    gap: 8px;
    display: none;
  }

  .contact-item {
    width: 45px;
    height: 45px;
    max-width: 45px;
    padding: 8px;
  }

  .contact-item:hover {
    max-width: 140px;
    padding: 8px 12px;
  }
}
.list-sns {
  display: flex;
  align-items: center;
}
.list-sns li {
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease;
}
.list-sns li:hover {
  transform: scale(1.1);
  border: 1px solid #ef5627;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.list-sns li a img {
  padding: 0.3rem;
  border-radius: 34px;
  background: var(--Gray-300, #e6e7ec);
}
/* testimonial slider */
.breadcrumb-container {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}
.breadcrumb-container a {
  color: #0073aa;
  text-decoration: none;
}
.breadcrumb-container a:hover {
  color: #111;
  text-decoration: underline;
}
.ei-title h2 {
  font-size: 40px;
  font-family: var(--google-bold);
  color: var(--primary);
}
