/*
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.   ***************/

.sub-menu a {
    padding: 5px 10px !important;
}
.m-input-wrapper-right {
    padding-top: 16px !important;
    margin-left: 12px !important;
	padding-right: 0px !important;
}
.amelia-v2-booking #amelia-container .m-phone-number-input__country-flag{
	bottom: 2px !important;
}
.amelia-v2-booking #amelia-container .am-fs-sb__step-checker .am-icon-check{
	color: rgb(255 255 255) !important;
}
.amelia-v2-booking #amelia-container .am-fcil__item-name{
	white-space: normal !important;
}
.button {
    overflow: hidden;
    border: none !important;
}
.button span::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: skewX(-45deg);
    animation: light-move 2s linear infinite;
}
@keyframes light-move {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

.headban {
    font-size: 39px !important;
}
.p-headban {
    font-size: 18px;
}
.titlehome {
    font-size: 40px;
}
.imgbor img {
    border-radius: 10px;
}
.cssmaucl .time, .cssmaucl .price {
    background-color: #fff !important;
}

.price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 4px 0;
}
.price-item .time {
  background-color: #f9e9e9; /* tránh chấm đè lên text */
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.price-item .price {
  background-color: #f9e9e9;
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.price-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 2px dotted #999;
  transform: translateY(-50%);
  z-index: 0;
}


.video-container {
  max-width: 800px;
  margin: 0 auto;
}
.video-container video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.borderimgfb p {
    font-size: 16px;
}
.cssmaucl {
    color: #508f20;
}
.ulft li {
    font-size: 16px;
}
.fntnho {
    font-size: 13px !important;
}
.cssrowpageservice img, .itemserv img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.boxsliderservide .slider-style-shadow .flickity-slider>*:before{
	display: none;
}
.footer-2 {
    background-size: cover;
    background-repeat: no-repeat;
	background-position: right bottom;
}
.footer-1, .footer-2 {
    border-top: none !important;
}
.boxoption h3 {
    color: #508f20 !important;
}
.boxoption p {
    margin-bottom: 0px;
	color: #508f20 !important;
}
.giaop {
    font-size: 30px;
    font-weight: bold;
}
.boxoption {
	background-color: #fff;
    padding: 20px 20px 15px 20px;
    border-radius: 10px;
	margin-bottom: 30px;
}
.boxsliderho img {
    border-radius: 10px;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a{
	color: #508f20 !important;
}
.iconfixfolow {
    position: fixed;
    right: 20px;
    bottom: 90px;
    list-style: none;
    padding: 0px;
    margin: 0px;
	z-index: 999;
}
.iconfixfolow li {
    border: 1px solid #f5e8e7;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    background-color: #f5e8e7;
	z-index: 999;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.iconfixfolow a {
    color: #231f20;
}
.iconfixfolow i {
    margin-top: 10px;
    font-size: 18px;
}
.boxmaphome p {
    margin-bottom: -8px;
}
.boxmaphome iframe {
    min-height: 300px;
}
.cssulicon {
  list-style: none;
  counter-reset: section;
  padding-left: 0;
  text-align: left;
}
.cssulicon li {
  counter-increment: section;
  position: relative;
  padding-left: 3em;
  margin-bottom: 1em;
}
.cssulicon li::before {
  content: counter(section);
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 2em;
  height: 2em;
  background-color: #508f20;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.cssimgchose img {
	border-top-right-radius: 50%;
    border-bottom-left-radius: 10%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
    margin: 10px;
    max-width: 90%;
}
.titafterstar::after {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    color: gold;
    display: block;
    margin-bottom: -5px;
    font-size: 16px;
}
.cssheightiframe-booknow iframe{
	height: 230vh !important;
}
.cssheightiframe-gift iframe{
	height: 250vh !important;
}
.back-to-top.left{
	bottom:31px;
}
.cssgiftfix a:hover {
    color: #fff;
}
@keyframes anicolor {
  0%   {background-color: #5e3918;}
  25%  {background-color: #744b26;}
  50%  {background-color: #5e3918;}
  100% {background-color: #744b26;}
}
.cssgiftfix {
	display: none;
    bottom: 0;
    position: fixed;
    text-align: center;
    background-color: red;
    width: 100%;
    z-index: 999;
	animation: anicolor 3s infinite;
}
.cssgiftfix a {
    color: #fff;
    font-size: 18px;
}
/*-nut-phone-*/
.hotline-phone-ring-wrap {
position: fixed;
bottom: 0;
left: 0;
z-index: 999999;
}
.hotline-phone-ring {
position: fixed;
visibility: visible;
background-color: transparent;
width: 110px;
height: 110px;
cursor: pointer;
z-index: 11;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transition: visibility .5s;
right: -20px;
bottom: -20px;
display: block;
}
.hotline-phone-ring-circle {
width: 130px;
height: 130px;
top: -20px;
left: -20px;
position: absolute;
background-color: transparent;
border-radius: 100%;
border: 2px solid #f5e8e7;
-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
width: 90px;
height: 90px;
top: 0px;
left: 0px;
position: absolute;
background-color: #f5e8e7;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
background-color: #f5e8e7;
width: 70px;
height: 70px;
top: 10px;
left: 10px;
position: absolute;
background-size: 20px;
border-radius: 100%;
border: 2px solid transparent;
/*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
/*animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 14px;
text-align: center;
color: #231f20;
font-weight: bold;
line-height: 1.4;
margin-top: 5px;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
width: 20px;
height: 20px;
}
.hotline-bar {
position: absolute;
background: rgb(49, 74, 166);
border-radius: 3px;
padding: 0 15px 0 0;
background-size: 100%;
cursor: pointer;
transition: all 0.8s;
-webkit-transition: all 0.8s;
z-index: 9;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
border-radius: 50px !important;
/* width: 175px !important; */
left: 33px;
bottom: 37px;
}
.hotline-bar > a {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
text-indent: 50px;
display: block;
letter-spacing: 1px;
line-height: 40px;
font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
0% {
-webkit-transform: rotate(0) scale(0.5) skew(1deg);
-webkit-opacity: 0.1;
}
30% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
-webkit-opacity: 0.5;
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
-webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
opacity: 0.6;
}
100% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
}
/*-end-nut-phone-*/

iframe {
    min-width: 100%;
    min-height: 500px;
}
.borderimgfb img {
    border-radius: 100%;
}
.cssgridimg img{
	border-radius:10px;
}
.fontservnho p {
    font-size: 13px;
}
.boxcolserv1 .col-inner.box-shadow-1 {
	background-image: url(/wp-content/uploads/2025/02/45ves-uey8-scaled.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.boxcolserv2 .col-inner.box-shadow-1 {
    background-image: url(/wp-content/uploads/2025/02/flat-lay-ferns-leaves-scaled.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.boxfolow-ft a:hover{
	color:#F3D983;
}
.iconzaloft a {
    font-size: 10px;
    font-weight: 900;
}
li.iconzaloft {
    padding-top: 5px;
    padding-left: 2px;
}
.boxfolow-ft li i {
    font-size: 20px;
    padding-top: 10px;
	font-size:17px;
}
.boxfolow-ft li {
    display: inline-block;
    border: 1px solid #df3f98;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
	background-color: #df3f98;
}


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

.txhiden {
    display: none;
}
.footer-2 {
	background-position: center bottom;
}
.cssimgmb img {
    width: 90% !important;
}
.cssimgmb {
    text-align: center !important;
}
.headban {
    font-size: 35px !important;
}
.boxsliderservide ol.flickity-page-dots {
    display: none;
}
.slider-wrapper .flickity-prev-next-button {
    display: block !important;
	opacity: 1;
}
div#text-15 {
	padding-left: 15px;
}
.cssheightiframe-booknow iframe{
	height: 500vh !important;
}
.cssheightiframe-gift iframe{
	height: 200vh !important;
}
.cssgiftfix a {
    font-size: 15px;
}
.fontservnho p {
    font-size: 100%;
}
}