/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@font-face {
    font-family: '1FTV VIP Mestika';
    src: url('/wp-content/themes/flatsome-child/fonts/1FTVVIPMestika.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/fonts/1FTVVIPMestika.woff') format('woff');
   
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1, h2, h3{
	font-family: '1FTV VIP Mestika' !important;
	font-weight:500;
}
.font-chu {
    font-family: '1FTV VIP Mestika';
}
.title-footer p {
    margin-bottom: 0 !important;
    border-bottom: 1px solid;
}
.maps-ft iframe {
    border-radius: 10px;
}
.header-button span {
    color: #533026;
}
.khonggian {
    margin-right: -20px;
}
.kythuat {
    margin-left: -20px;
}
.video-1 {
    border-radius: 18px;
}
.camnhan-vid {
    border-radius: 18px;
}
.khonggian-anh img {
    border-radius: 18px;
}
.tintuc-home .col-inner {
    border-radius: 18px;
    overflow: hidden;
}
.dangky-1 .col-inner {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.button.border {
    background: linear-gradient(90deg, #F6D58B 0%, #E3B45A 100%);
    color: #6B3E1E;
    border-radius: 999px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.dk-text h2 {
    margin-bottom: 0px !important;
}
.lienhe-map iframe {
    border-radius: 18px;
}
.lienhe-cs .ux-menu-link__text {
    color: #733513;
    font-weight: 600;
}
.lienhe-cs .icon-map-pin-fill {
    color: #fd0000;
}
.spa-title-wrap {
  width: 100%;
  overflow: hidden;
}
.spa-title-wrap {
  width: 100%;
  overflow: hidden;
}

/* Chữ chạy */
.spa-title {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100vw; /* QUAN TRỌNG: đẩy chữ ra ngoài màn hình */
  animation: spaRun 25s linear infinite;
  color: #7b3f1d;
  font-size: 40px;
  font-weight: 400;
  will-change: transform;
}

/* Animation chuẩn */
@keyframes spaRun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/* 📱 Mobile tối ưu */
@media (max-width: 768px) {
  .spa-title {
    font-size: 32px;
    line-height: 1.3;
    animation-duration: 9s;
  }
}
