:root{
    --primary-color: #fdb866;
    --color1: #f5f5f5;
    --color2: #222;
    --color-success: #008000;
    --color-danger: #ff0000;
    --color-blue: #002fff;
    --color-normal: #222;
    --primary-background: #fdb866; /*#e9c37a;*/
    --background-1: #e9c37a;
    --background-2: #2e2e2e;
    --background-3: #292929;
    --gradient-1: linear-gradient(-20deg, #e9c37a, #e9c37a) !important;
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #1f1f1feb;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-background);
    border-radius: 2px
}

::-webkit-scrollbar-corner {
    background-color: #00000042;
    border-radius: 10px
}

.line-throught {
    text-decoration: line-through;
}

.color-normal {
    color: var(--color-normal);
}

.color-gray {
    color: #939393;
}

.text-danger {
    color: var(--color-danger);
    padding-left: 1px;
}

.text-success {
    color: var(--color-success);
}

.font-bold {
    font-weight: 600;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(249 217 33 / 0.1), 0 0 0 10px rgba(249 217 33 / 0.1), 0 0 0 20px rgba(249 217 33 / 0.1);
        box-shadow: 0 0 0 0 rgba(249 217 33 / 0.1), 0 0 0 10px rgba(249 217 33 / 0.1), 0 0 0 20px rgba(249 217 33 / 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(249 217 33 / 0.1), 0 0 0 20px rgba(249 217 33 / 0.1), 0 0 0 30px rgba(249 217 33 / 0);
        box-shadow: 0 0 0 10px rgba(249 217 33 / 0.1), 0 0 0 20px rgba(249 217 33 / 0.1), 0 0 0 30px rgba(249 217 33 / 0)
    }
}

@keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(249 217 33 / 0.1), 0 0 0 10px rgb(249 217 33 / 0.1), 0 0 0 20px rgb(249 217 33 / 0.1);
        box-shadow: 0 0 0 0 rgb(249 217 33 / 0.1), 0 0 0 10px rgb(249 217 33 / 0.1), 0 0 0 20px rgb(249 217 33 / 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(249 217 33 / 0.1), 0 0 0 20px rgb(249 217 33 / 0.1), 0 0 0 30px rgb(249 217 33 / 0.1);
        box-shadow: 0 0 0 10px rgb(249 217 33 / 0.1), 0 0 0 20px rgb(249 217 33 / 0.1), 0 0 0 30px rgb(249 217 33 / 0)
    }
}

.background-primary {
    background-color: var(--primary-background);
}

.fill-primary {
    fill: var(--primary-background);
}

.btn-play {
    -webkit-animation: ripple-yellow 1s linear infinite;
    animation: ripple-yellow 1s linear infinite;
}

/*btn play*/

.play-box{
    position: absolute;
    /* float:left; */
    color:#ffffff;
    font-size:16px;
    margin-top:15px;
    /* transform: scaleY(0); */
    transform-origin: top;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    z-index: 3;
}

.active .play-box{
    opacity: 1;
    transform: scaleY(1);
    transition-delay:900ms;
}

.play-box .play-button{
    /* position:absolute; */
    left:0px;
    top:-18px;
}

.play-box .play-button span{
    position: relative;
    width:60px;
    height: 60px;
    z-index:10;
    color: #f05523;
    font-weight:400;
    font-size:16px;
    text-align: center;
    padding-left:4px;
    display: inline-block;
    line-height:60px;
    border-radius:50%;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color:#ffffff;
}

.play-box .play-button .ripple,
.play-box .play-button .ripple:before,
.play-box .play-button .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-box .play-button .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-box .play-button .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

/*button play size 40px*/
.play-box.style-small .play-button span {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
}

.play-box.style-small .play-button .ripple, 
.play-box.style-small .play-button .ripple:before, 
.play-box.style-small .play-button .ripple:after {
    width: 30px;
    height: 30px;
    -webkit-animation: ripple45 3s infinite;
    -moz-animation: ripple45 3s infinite;
    -ms-animation: ripple45 3s infinite;
    -o-animation: ripple45 3s infinite;
    animation: ripple45 3s infinite;
}

@-webkit-keyframes ripple45 {
    70% {box-shadow: 0 0 0 15px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple45 {
    70% {box-shadow: 0 0 0 15px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

/*End btn play*/

.relative{
    position: relative;
}

.box-shadow {
    box-shadow: 1px 1px 10px #ccc;
}

.no-nav .slick-arrow{
    display: none !important;
}

.no-dots .slick-dots{
    display: none !important;
}

.slick-arrow {
    position: absolute;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #0c59db42;
    color: #fff;
    top: calc(50% - 25px);
    z-index: 1;
    transition: .3s;
    margin: 0 10px;
    line-height: 0;
}

.slide-next.slick-arrow {
    right: 0;
}

.slick-arrow:hover {
    cursor: pointer;
    background: var(--gradient-1);
    transition: .3s;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button
{
    -webkit-appearance:none;
    margin:0;
}

button:focus:not(:focus-visible) {
    border: none;
    outline: unset;
    box-shadow: unset;
}
img {
    width: 100%;
    height: unset;
    max-width: 100%;
}

svg{
    fill: currentColor;
}

.no-fill{
    fill: none;
}

p{
    /*color: #333;*/
}

.primary-color {
    color: var(--primary-color);
}

.primary-color2 {
    color: var(--primary-color2);
}

.fa.fa-star.active {
    color: #ff743e;
}

section:not(.breadcrumb-bottom-area, .infor_contact-section)
{
    overflow: hidden;
}

section.breadrum-section {
    background-color: var(--primary-background);
}

.section-desc {
    max-width: 70%;
    margin: auto;
}

.section-name + .section-title, .section-name + .section-desc, .section-title + .section-desc {
    /*margin-top: 10px;*/
}

.section-title {
    text-transform: uppercase;
    font-weight: bold;
}

.landing-page section:nth-child(2n+1)
{
    background-color: #f8fafe;
}

section:not(.banner-section, .main-slider, .breadrum-section, .breadcrumb-section, .page-title, .breadcrumb-bottom-area, .map_area, .header_top-section, .xs-header-middle){
    padding: 50px 0;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

section.breadcrumb-bottom-area {
    padding: 10px 0;
    background-color: #efefef;
    overflow: hidden;
    box-sizing: border-box;
}

section.breadcrumb-bottom-area .container {
    overflow: hidden;
    line-height: 0;
}

@media screen and (min-width: 1024px)
{
    #adminbar + .wrapper {
        margin-top: 30px;
    }
}

.flex {
    display: flex;
}

.text-bold {
    font-weight: bold;
}

.text-white{
    color: #fff !important;
}

.is-scroll{
    overflow-y: scroll;
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
    border: none;
    outline: none !important;
}

.btn-primary {
    background-color: var(--primary-background) !important;
    border-color: var(--background-2) !important;
}

.btn-primary:hover {
    background-color: var(--background-2) !important;
    border-color: var(--primary-background) !important;
}

.btn-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 132 53 / 25%) !important;
}

.btn-ghost {
    width: fit-content;
    border: 1px solid #ccc;
    padding: 8px 15px;
    border-radius: 5px;
}

.box-text-success {
    margin-bottom: 20px;
    text-align: center;
    color: var(--primary-color);
}

.cursor{
    cursor: pointer;
}

.note-none {
    font-size: 25px;
    margin: 0;
}

.two-text-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.five-text-line {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.background-css {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.background-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .6;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid {
    display: grid
}
.gap-5 {
    gap: 5px;
}
.gap-10 {
    gap: 10px;
}
.gap-15 {
    gap: 15px;
}
.gap-20 {
    gap: 20px;
}
.gap-30 {
    gap: 30px;
}
.gap-40 {
    gap: 50px;
}

@media screen and (min-width: 991px) {
    .show-desktop{
        display: block !important;
    }
    .show-mobile{
        display: none !important;
    }
}

@media screen and (max-width: 990px) {
    .show-desktop{
        display: none !important;
    }
    .show-mobile{
        display: block !important;
    }
}

@media screen and (min-width: 1025px) {
    .grid-1_lg {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid-2_lg {
        grid-template-columns: repeat(2, 1fr)
    }
    .grid-3_lg {
        grid-template-columns: repeat(3, 1fr)
    }
    .grid-4_lg {
        grid-template-columns: repeat(4, 1fr)
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .grid-1_md {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid-2_md {
        grid-template-columns: repeat(2, 1fr)
    }
    .grid-3_md {
        grid-template-columns: repeat(3, 1fr)
    }
    .grid-4_md {
        grid-template-columns: repeat(4, 1fr)
    }
}
@media screen and (max-width: 767px) {
    .grid-1_sm {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid-2_sm {
        grid-template-columns: repeat(2, 1fr)
    }
    .grid-3_sm {
        grid-template-columns: repeat(3, 1fr)
    }
    .grid-4_sm {
        grid-template-columns: repeat(4, 1fr)
    }
}
@media screen and (max-width: 520px) {
    .grid-1_sm {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid-2_sm {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid-3_sm {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid-4_sm {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid-2_xs {
        grid-template-columns: repeat(2, 1fr)
    }
}

/* Loading */

.animate-spin{
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/* Noti popup */

.noti-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1024;
    background-color: #00000070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noti-box .content {
    background-color: #fff;
    max-width: 300px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 3px #ddd;
}


.owl-height{
    height: 100%!important;
}

.w-200 {
    width: 200px;
}
@media (max-width: 47.94em) {
    .w-200 {
        width: 100%;
    }
}



.services-block-two .inner-box .overlay-box:before, .services-block-two .inner-box .overlay-box::after{
    content: unset;
}

.services-block-two .inner-box:hover .overlay-box h3{
    opacity: 1;
    -webkit-transform: unset;
    -ms-transform: unset;
    -moz-transform: unset;
    transform: unset;
}

.services-block-two .inner-box:hover .overlay-box h3 p{
    color: #e9c37a;
}



.gallery-masonry {
    column-count: 3;
    column-gap: 15px;
  }
  
  @media (max-width: 1024px) {
    .gallery-masonry {
      column-count: 2;
    }
  }
  
  @media (max-width: 768px) {
    .gallery-masonry {
      column-count: 1;
    }
  }
  
  .gallery-masonry a {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .gallery-masonry img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    object-fit: cover;
  }

  .not-gallery-masonry img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    object-fit: cover;
  }
  


  .list-image-like-cambriausa {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* thay thế gap-20 nếu cần */
  }
  
  .list-image-like-cambriausa .grid-item {
    width: 100%;
  }
  
  @media (min-width: 768px) and (max-width: 1023px) {
    .list-image-like-cambriausa .grid-item {
      width: calc((100% - 20px) / 2);
    }
    .list-image-like-cambriausa .grid-item:nth-child(3n) {
      width: 100%;
    }
  }
  
  @media (min-width: 1024px) {
    .list-image-like-cambriausa .grid-item {
      width: calc((100% - 40px) / 3);
    }
    .list-image-like-cambriausa .grid-item:nth-child(5n+4),
    .list-image-like-cambriausa .grid-item:nth-child(5n+5) {
      width: calc((100% - 20px) / 2);
    }
  }

  .page-detail-gallery{
    padding: 20px!important;
  } 
  