.order2 {
    order: 1;
}

.order1 {
    order: 2;
}

.btn-form1-submit {
    font-family: Barlow, sans-serif;
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: #ff2a2a;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    line-height: 57px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-out;
    border: 1px solid #ff2a2a;
    text-transform: uppercase;
}

.mt-15 {
    margin-top: 15px !important;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker {
    font-size: 15px;
    color: #fff;
    background: #1b1b1b;
    z-index: 100 !important;
    border: 1px solid #1b1b1b;
    border-radius: 0;
}

.pagination .page-numbers {
    display: flex;
    position: relative;
    padding: 10px;
    margin: auto;
    font-size: 24px;
}

.pagination .page-numbers li {
    padding: 10px;
}

.pagination .page-numbers li .current {
    background: #ff2a2a;
    color: #fff;
    border-radius: 10%;
}

@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

.team.dev-edit .item figure {
    width: 100% !important;
}

body .team.dev-edit .item.right .caption {
    width: 100%;
    right: auto;
    background: #10101096;
    top: 70%;
}

.team.dev-edit .item figure img {
    height: 600px;
    object-fit: cover;
}

.team.dev-edit .item .the_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-image-content-dao-tao img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image.entered.lazyloaded {
    height: 540px;
    object-fit: cover;
}

.slider-image-content-dao-tao {
    height: 540px;
}

@media screen and (max-width: 767px) {
    #home-content.team .item figure {
        height: 400px;
    }

    .team.dev-edit .item figure img {
        height: 400px;
    }
}

@media screen and (min-width: 768px) {

    .team#home-content .item figure,
    #home-content .owl-carousel .owl-item img {
        height: 730px;
        object-fit: cover;
    }

}

.team .owl-carousel .owl-item .item .caption p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rows {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.col-6 {
    width: 50%;
    padding: 0 1.5rem;
}

.gallery-link , .gallery-link-123{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    font-size: 1.6rem;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 0rem;
    max-height: 0;
    opacity: 0;
}

.gallery-item {
    margin-bottom: 3.2rem;
}

.gallery-wrap {
    position: relative;
    padding-top: 56.15%;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-body {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.4rem 3.2rem;
    color: #fff;
    transition: 0.3s;
}

.gallery-link img {
    display: none;
    margin-left: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.lightgallery-selector:first-child {
    padding-right: 1.6rem;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.gallery-time {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    font-size: 14px;
    color: #EEEEEE;
    margin-bottom: 0rem;
}
.gallery-name{
    font-size: 28px;
    font-weight: 500;
}
.gallery-time .views::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.25rem;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #EEEEEE;
}

.gallery-time .views {
    padding-left: 2.5rem;
    position: relative;
}

@media (min-width: 1200px) {
    .gallery-wrap:hover .gallery-link {
        max-height: 15px;
        margin-top: 0.6rem;
        opacity: 1;
    }

    .gallery-wrap:hover .gallery-img img {
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {
    .rows {
        width: calc(100% + 1.5rem);
        margin-left: -0.75rem;
    }

    .col-6 {
        padding: 0 0.75rem;
    }

    .gallery-link {
        max-height: 25px;
        margin-top: 16px;
        opacity: 1;
    }
}

.gallery-wrap::before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 70.16%);
}

@media (max-width: 995px) {
    .gallery-item {
        margin-bottom: 1.5rem;
        width: 100%;
    }
}

@media (max-width: 580px) {

    .col-4,
    .col-6 {
        width: 100%;
    }
}

.lg-outer .lg-thumb-item.active::before,
.lg-outer .lg-thumb-item.active::after {
    opacity: 1;
}

.lg-outer .lg-thumb-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.lg-outer .lg-thumb-item::after {
    content: "Đang xem";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #fff;
}

.lg-outer .lg-thumb-item {
    border: 1px solid transparent;
    position: relative;
}

@media (max-width: 500px) {

    .slider-image-content-dao-tao img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image.entered.lazyloaded,
    .slider-image-content-dao-tao {
        height: 320px;
    }
}

.gallery-link-custom .lightgallery-selector img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.contact .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.contact .item .icon {
    color: #fca610;
    margin-right: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 18px;
    border-radius: 100%;
}

.contact .booking-box {
    padding: 70px 15px;
}

@media screen and (max-width: 991px) {
    .contact .booking-box {
        margin-bottom: 0px;
        padding: 15px 0px;
    }

    .contact.section-padding {
        padding: 20px 0;
    }
}

/* job  */



.job-box {
    --w-image: 20.4rem;
    --w-detail: 41.65%;
    display: flex;
    align-items: center;
    gap: 1.2rem 2.4rem;
    flex-wrap: wrap;
    justify-content: start;
}

.job-list .job-box {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.job-box>* {
    flex-shrink: 0;
}

.job-box__image .img-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1.2rem;
    background-clip: padding-box;
}

.job-box__image .img-wrap img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    display: block;
    border-radius: inherit;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.job-box__image {
    width: 20.4rem;
    height: 100%;
}

.job-box__detail {
    --gap-y: 16px;
    width: 41.65%;
}

.job-box__detail .detail-tags {
    --h-tag: 2.8rem;
    height: var(--h-tag);
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    display: flex;
    align-items: center;
}

.job-box__detail .detail-tags .box-wrap {
    gap: 0.8rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.job-box__detail .detail-tags .tag {
    background-color: rgb(255 255 255 / 43%);
    border-radius: 6px;
    padding: 0 1rem;
    color: rgb(255 255 255);
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 12px;
    line-height: 16px;
    flex-shrink: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    height: var(--h-tag);
}

.job-box__detail .detail-title,
.job-box__detail .detail-desc {
    margin-top: 15px;
}

.job-box__detail .detail-title a {
    font-family: Barlow, sans-serif;
    font-size: 22px;
    line-height: 15px;
    color: rgb(255, 255, 255);
    text-transform: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-weight: bold;
}

.job-box:hover .job-box__detail .detail-title a {
    color: #ff2a2a;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.job-box__detail .detail-desc .desc {
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.job-box__info .info-price {
    font-family: Barlow, sans-serif;
    font-size: 18px;
    line-height: 15px;
    color: #ff2a2a;
    text-transform: none;
}

.job-box__info .info-button {
    margin-top: 10px;
}

.btn,
.btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-main {
    --clr: #fff;
    --clr-hover: #ff2a2a;
    --border: var(--bg);
    --bg: #ff2a2a;
    --bg-hover: rgba(243, 112, 33, 0.1);
    height: var(--height-button);
    padding-inline: 1.6rem;
    background-color: var(--bg);
    border-radius: 100rem;
    border: 1px solid var(--border);
    color: var(--clr);
    font-family: Barlow, sans-serif;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    column-gap: 1rem;
    height: 50px;
}

.btn-sec {
    --clr: #ff2a2a;
    --clr-hover: #fff;
    --bg: rgb(243 33 33 / 10%);
    --bg-hover: #ff2a2a;
}

.job-box__info .info-list__item {
    margin-top: 5px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.info-list {
    padding-left: 0;
}

.job .job-main {
    margin-top: 3.2rem;
}

.btn,
.btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.job-main a,
.job-main  a:hover {
    display: flex;
}

.c-light {
    color: #838383;
}


@media screen and (max-width: 991px) {
    .job-box__info {
        margin: auto;
        text-align: center;
    }

    .job-box__image,
    .job-box__detail {
        width: 100%;
    }

    .job-box {
        flex-direction: column;
    }
  
}

@media screen and (max-width: 768px) {
  
    h2 {
        font-size: 30px;
    }
}

.job-detail.pt-sc-sm, .job-detail.py-sc-sm {
    padding-top: 3rem;
}
article p {
    margin-bottom: var(--spacing);
    color: #838383;
}
article {
    --spacing: 1rem;
    --spacing-sm: 2.4rem;
}
article img {
    height: auto;
    border-radius: 1.2rem;
    display: block;
}
.job-detail.single-job{
    background: #fff;
    color: #000;
}
.single-job .job-box__info .info-list__item{
    color: rgb(0 0 0);
}

.aside-apply .apply-form .custom-file, .aside-apply .apply-form .form-ctr {
    display: block;
    background-color: #f8f8f8;
    border-radius: 100rem;
    height: var(--height-input);
    border: 1px solid #f8f8f8;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    outline: none;
    width: 100%;
    padding-inline: 1.2rem;
    margin-top: 0.8rem;
}

.aside-apply .apply-form .custom-file {
    --h: 120px;
    border-radius: 1.2rem;
    width: 100%;
    height: var(--h);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.job-detail .apply-form button {
    position: relative;
    background: none;
    border: none;
}
.job-detail .apply-form .btn-hide {
    display: none;
}
.aside-apply .apply-form .form-submit .submit-button {
    height: 3rem;
}
.aside-wrap .btn-main {
    width: 100%;
}

.btn-main:hover {
    background-color: var(--bg-hover);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.14);
    color: var(--clr-hover);
}

.wpcf7-form-control-wrap {
    position: relative;
}

.aside-apply .apply-form input[type="file"] {
    display: none;
}

.aside-apply .apply-form .form-label {
    display: block;
    font-size: 1.3rem;
}


.job-detail  .form-wrapper input{
    max-width: 100%;
    padding: 15px 40px 15px 15px;
    height: auto;
    background-color: #101010;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: Barlow, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-image: none;
    border: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 15px;
}
.form-field.upload-cv label{
    width: 100%;
}

.form-submit button .submit-button {
    background-color: #ff2a2a;
    padding: 11.75px 50px !important;
    color: #fff !important;
}
.form-submit.ta-center{
    text-align: end;
}
.job-detail input{
    color: #000 !important;
}

.custom-content{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reservations .icon img {
    -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;
}
b, strong {
    font-weight: bold;
}
.about .wp-block-list{
    margin: auto;
    text-align: center;
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto;
    gap: 15px;
}
.about .wp-block-list li{
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 15px;
    width: 100%;
}
 .team .btn-curve.btn-1{
    margin-top: 15px;
}
.team .item  .the_excerpt{
    padding: 10px 0 0;
}


/* new css  */


/* .btn-datlich {
    background-color: #d32f2f;
    color: white;
    padding: 12px 24px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    animation: pulse 2s infinite;
    border-radius: 4px;
  }
  
  .btn-datlich:hover {
    box-shadow: 0 0 12px rgba(255, 0, 0, 0.8);
  }
  
  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
  }
   */

   .services .container .row.mb-30 .animate-box .img  {
    position: relative;
    display: inline-block;
  }
  
  .services .container .row.mb-30 .animate-box .img a .attachment-post-thumbnail {
    display: block;
    width: 100%;
    height: auto;
  }
  
  /* Hiệu ứng màu đen mờ xung quanh */
  .services .container .row.mb-30 .animate-box .img a::after{
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 80%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
  }
  .services .container .row.mb-30 .animate-box .img:hover a::after  {
    opacity: 1;
  }
.gallery-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.gallery-wrap:hover .gallery-link-123 {
    max-height: 15px;
    margin-top: 0.6rem;
    opacity: 1;
}


form.submitting .form-submit button{
    visibility: visible;
} 
form.submitting .wpcf7-spinner{
    position: absolute;
    top: 0.8rem;
    left: 2.5rem;
}
.home .team .item  .caption  .the_excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

.in-view .char {
  animation: fadeInRight   0.2s ease forwards;
}

@keyframes fadeInRight  {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.whitespace{
        margin-left: 10px;
}
.services  .section-title.white span{
    color: white;
    -webkit-text-stroke: 1px #ffffff;
}

@media screen and (max-width: 991px) {
    .services .content {
        padding: 0 30px;
        margin-top: -20px;
    }
    .services .content .cont h5{
        font-size: 28px;
    }
    .services .content .cont{
        padding-left: 0;
    }
   .dich-vu-content .section-padding.services  {
        padding: 90px  0 0 0;
    }
    .services .content {
        padding: 0 15px;
    }
}


.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #fff;
  }
  .marquee-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
  }
  .marquee-list {
    display: flex;
    flex-shrink: 0; 
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .marquee-list li {
    display: inline-block;
    padding: 12px 40px;
    font-size: 16px;
    white-space: nowrap;
    border: 1px solid #ff2a2a4d;
    border-radius: 10px;
  }
  .marquee-list li:hover{
    background-color: #ff2a2a;
    color: #fff;
    border-radius: 10px;
  }
  @media screen and (max-width: 768px) {
    .marquee-list li{
        padding: 12px 15px;
    }
    .footer .footer-top{
        padding: 90px 0 0px;
    }
    .custom-mobile{
        padding: 15px 0 0 0 ;
    }
}
#bubble-container {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    pointer-events: none;
    overflow: hidden;
    z-index: 9999;
  }
  
  .bubble {
    position: absolute;
    background: rgba(255, 33, 33, 0.473);
    border-radius: 50%;
    opacity: 0.7;
    transform: scale(0.9);
    animation: floatEffect 4s ease-out forwards;
    filter: drop-shadow(0 0 12px rgba(255, 45, 45, 0.5));
    cursor: default;
  }
  
  .tooltip {
    position: absolute;
    bottom: 110%; 
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    animation: tooltipFade 4s ease-out forwards;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
    user-select: none;
  }
  
  @keyframes floatEffect {
    0% {
      transform: scale(0.6);
      opacity: 0.7;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  
  @keyframes tooltipFade {
    0% {
      opacity: 1;
      transform: translateX(-50%) translateY(10px);
    }
    100% {
      opacity: 0;
      transform: translateX(-50%) translateY(-20px);
    }
  }


  .custom-background {
    position: relative;
    background-size: cover;
    background-repeat: repeat;
    overflow: hidden;
    color: white; 
  }
  
  .custom-background .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgb(0 0 0 / 65%);
    z-index: 1;
  }
  
  .custom-background .container {
    position: relative;
    z-index: 2; 
  }


.txt-bg-ani.bg-lms::before {
	background-color: #ff2a2a;
}
.txt-bg-ani.active::before {
    width: 100%;
}

.txt-bg-ani::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 0;
	height: 100%;
	transition: 0.5s ease-in-out;
	background-color: #7c0fd1;
	border-radius: 0.2rem;
}
.txt-bg-ani span {
	position: relative;
	z-index: 2;
}


.txt-bg {
	display: block;
	width: 100%;
	max-width: max-content;
	padding:0.2rem 1rem;
	color: #fff;
	border-radius: 0.8rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

.txt-bg-ani {
	background: 0 0 !important;
	box-shadow: unset;
	position: relative;
}
.img-saturn{
    display: none;
}
.custom-css-image img{
    width: 60%;
    margin: auto;
    height: fit-content;
    justify-content: center;
    display: flex;
}

.footer-top{
    padding: 90px 0 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  
    .wpcf7-spinner{
        position: absolute }
}
.logo-custom-css{
    width: 70%;
    margin: auto;
    display: flex
}
body.admin-bar #trp-floater-ls.trp-top-right, body.admin-bar #trp-floater-ls.trp-top-left{
    top: 8% !important;
    right: 10px;
}
#trp-floater-ls.trp-bottom-right:hover{
    height: 125px;
}
#trp-floater-ls .trp-with-flags .trp-flag-image{
    width: 35px;
}
#trp-floater-ls.trp-color-dark{
    box-shadow:none;
    border-radius: 0;
    background: #3f3e3e;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
    min-width: 173px;
}
.trp-color-dark #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a {
    color: #ffffff;
}
li.current-language-menu-item .nav-link a{
    color: #ff2a2a !important;
}
.collapse  .trp-language-switcher-container {
    background: #292525;
    color: #fff;
    border-radius: 4px 0px 0px 4px;;
}


.collapse  .trp-language-switcher-container:last-child {
    background: #292525;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
}
@media screen and (min-width: 991px) {
.blog  .owl-item .item  .grayscale-4 img{
    height: 632px;
    object-fit: cover;
}
}
.blog  .owl-item .item a{
    width: 100%;
}
@media screen and (max-width: 991px) {
    .blog  .owl-item .item  .grayscale-4 img{
        height: 333px;
        object-fit: cover;
    }
    .collapse .trp-language-switcher-container , .collapse .trp-language-switcher-container:last-child{
         background: none;
    }
 body .booking-box {
        margin-bottom: 0;
    }
  }

.offset-md-1 .booking-box {
    background: #453c3600;
}



@media (min-width: 991px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
      .navbar-expand-md .navbar-toggler {
        display: none
    }
        .d-lg-block {
        display: block !important;
    }
        .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

}
@media (max-width: 991px) {

.navbar-expand-md .navbar-collapse.collapse:not(.show) {
    display: none !important;
}
.custom-css-image img{
          width: 100%;
        height: 100%;
        flex-direction: column;
}


}

@media (min-width:1200px){
    .blog .item .post-img img{
        height: 626px;
        object-fit: cover;
    }
}
@media (max-width:1199px){
    .blog .item .post-img img{
        height: 456px;
        object-fit: cover;
    }
}
@media (max-width:990px){
    .blog .item .post-img img{
        height: 456px;
        object-fit: cover;
    }
    .class-mobile-show{
        float:right;
        margin-top: 15px;
    }
   .content-dev {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .dev-edit{
          display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .services  .btn-curve {
        float: right;
    }
}
@media (max-width:768px){
    .blog .item .post-img img{
        height: 516px;
        object-fit: cover;
    }
    .custom-box-image-home img{
        width:50%;
    }
     .custom-box-image-home {
             text-align: center;
     }
}

    .tienichcuocgoi ul li .tienichname-1 {
        display: none;
        width: 0px;
        position: absolute;
        white-space: nowrap;
        box-shadow: 0px 0px 2px #00000057;
        transition: min-width 1s;
        z-index: 8;
        width: auto;
        display: block !important;
        left: unset;
        right: 0px;
        background-color: #ffffff;
        box-shadow: 0px 0px 2px #00000057;
        border-radius: 40px 0 0 40px;
        padding: 0px 45px 0px 11px;
        color: #ff0000;
        font-weight: 600;
    }
     @keyframes phonering-alo-circle-img-anim {
        0% { transform: rotate(0deg); }
        2.5% { transform: rotate(-10deg); }
        5% { transform: rotate(10deg); }
        7.5% { transform: rotate(-10deg); }
        10% { transform: rotate(10deg); }
        12.5% { transform: rotate(0deg); }
        100% { transform: rotate(0deg); }
    }
    .zalo-icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        animation: phonering-alo-circle-img-anim 4s infinite ease-in-out;
        transform-origin: 50% 50%;
    }
    .tienichcuocgoi ul li .tienichname-1,
    .tienichcuocgoi.themes4 ul li a .icimg.custom-css {
        animation: none !important;
    }
    .tienichcuocgoi ul li{
        padding-top: 30px;
        margin-bottom: 0;
    }
    .sodienthoaizalo.custom-none-css{
        padding-top: 50px;
        margin-left: 10px;
    }
    
    .tienichcuocgoi ul{
        margin-bottom: 0rem;
        padding: 0px 10px;
    }
    .vitri3 {
        bottom: 85px;
    }
    
    
    
    /* new thong báo  */
    #notification-area {
      position: fixed;
      bottom: 40px;
      left: 20px;
      display: flex;
      align-items: flex-start;
      gap: 25px;
      z-index: 9999;
    }
  
    #megaphone-icon {
        position: relative;
        width: 5rem;
        height: 5.3rem;
        border-radius: 0.8rem;
        background-color: #000;
        border: 0.3rem solid #5f5f5f;
        display: flex ;
    }
  
    #megaphone-icon img {
        object-fit: contain;
        object-position: center;
        width: 35px;
        height: 35px;
        margin: auto;
    }
  
    .badge {
        position: absolute;
        top: -12px;
        right: -25px;
        background: red;
        color: white;
        font-size: 12px;
        font-weight: bold;
        padding: 0px 10px;
        border-radius: 50%;
    }
  
    #booking-container {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
  
    .booking-item {
      display: flex;
      align-items: center;
      background: rgba(32, 33, 36, 0.95);
      color: #fff;
      padding: 10px 14px;
      border-radius: 12px;
      font-size: 14px;
      width: 250px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      animation: slideInOut 5s ease-in-out;
      overflow: hidden;
    }
  
    @keyframes slideInOut {
      0% { opacity: 0; transform: translateY(20px); }
      10% { opacity: 1; transform: translateY(0); }
      90% { opacity: 1; transform: translateY(0); }
      100% { opacity: 0; transform: translateY(-20px); }
    }



    @keyframes shake {
        0% { transform: rotate(0); }
        20% { transform: rotate(-10deg); }
        40% { transform: rotate(10deg); }
        60% { transform: rotate(-10deg); }
        80% { transform: rotate(10deg); }
        100% { transform: rotate(0); }
      }
      
      .shake {
        animation: shake 0.6s ease-in-out;
      }
      

      #megaphone-icon.rotated img {
        transform: rotate(90deg);
        transition: transform 0.3s ease;
      }
      
      #megaphone-icon img {
        transition: transform 0.3s ease;
      }
      
       @media screen and (max-width: 768px) {
        #notification-area {
            bottom: 20px;
            left: 15px;
        }
        #megaphone-icon {
            width: 4rem;
            height: 4.3rem;
        }
        #megaphone-icon img {
            width: 30px;
            height: 30px;
        }
      }
      
      .blog .item .post-img a{
          width:100%;
      }

  .single-post .team  .justify-content-center  li{
            position: relative;
        }
 .single-post .team  .justify-content-center  li:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2327be21' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z'/%3E%3Cpath d='M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z'/%3E%3C/svg%3E") !important;
            display: inline-block;
            position: absolute;
            content: '';
            height: 16px;
            width: 16px;
            left: -20px;
            top: 50%;
            transform: translate(0, -50%);
        }
      .single-post .team  .justify-content-center  a{
                color: #6298e7 !important;
            
        }
       .team  h3 {
                font-size: 22px;
            }



      .services-content  img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image.entered.lazyloaded{
            height: 540px;
            object-fit: cover;
        }
        .services .img.left{
            width: 100%;
        }

        @media (max-width: 500px) {
         .services-content  img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image.entered.lazyloaded {
                height: 320px;
            }
        }

.social, .social-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.6rem;
	justify-content: end;
}
.footer-bottom .social-list {
    gap: .8rem;
}
.social-link {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
    display: flex !important;
;
    justify-content: center;
    align-items: center;
}
.footer-bottom .social-link, .lg-next.lg-icon, .lg-prev.lg-icon {
    width: 4rem;
    height: 4rem;
}

.social-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 100rem;
    background-color: #1976d2;
    transition: 1s ease-in-out;
    opacity: .2;
}

.footer-bottom .social-link:before {
    background-color: #fff;
    opacity: .1;
}
.social-link img {
    position: relative;
    z-index: 2;
    width: 2.4rem;
    height: 2.4rem;
}

 .social-link {
    transition: .3s ease-in-out;
}
@media (hover: hover) {
    .social-link:hover:before {
        transform: scale(2);
        opacity: 0;
    }
}
.footer-bottom .row{
	    display: flex;
    justify-content: center;
    align-items: center;
}


/* new code css  */
.notifications{
    position: fixed;
    top: 100px;
    right: -20px;
}
.toast{
    position: relative;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    width:300px;
    display: grid;
    grid-template-columns: 70px 1fr 70px;
    border-radius: 5px;
    --color: #0abf30;
    background-image: 
        linear-gradient(
            to right, #0abf3055, #22242f 30%
        ); 
    animation: show 0.3s ease 1 forwards  
}
.toast i{
    color: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
}
.toast .title{
    font-size: x-large;
    font-weight: bold;
}
.toast span, .toast i:nth-child(3){
    color: #fff;
    opacity: 0.6;
}
@keyframes show{
    0%{
        transform: translateX(100%);
    }
    40%{
        transform: translateX(-5%);
    }
    80%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-10%);
    }
}
.toast::before{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    width: 100%;
    height: 3px;
    content: '';
    box-shadow: 0 0 10px var(--color);
    animation: timeOut 2s linear 1 forwards
}
@keyframes timeOut{
    to{
        width: 0;
    }
}
.toast.error{
    --color: #f24d4c;
    background-image: 
        linear-gradient(
            to right, #f24d4c55, #22242F 30%
        );
}
.toast.warning{
    --color: #e9bd0c;
    background-image: 
        linear-gradient(
            to right, #e9bd0c55, #22242F 30%
        );
}
.toast.info{
    --color: #3498db;
    background-image: 
        linear-gradient(
            to right, #3498db55, #22242F 30%
        );
}
@media screen and (max-width: 768px) {
    .notifications {
        right: -20px;
    }
    .toast{
        width: 280px;
    }
}
.toast:not(.show) {
    display: block !important;
}

/*NEW CODE */


.form-list .form-ip input {
    width: 100%;
    height: 3.8rem;
    padding: 0 1.6rem;
    font-family: var(--font-pri);
    --f-sz: 16px;
    font-size: var(--f-sz);
    color: #0b181d;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: .1rem solid #cbd5e1;
    outline: unset;
    background-color: #fff;
}
.form-list select.re-select-main {
    width: 100%;
    height: 3.8rem;
    padding: 0 1.6rem;
    font-family: var(--font-pri);
    --f-sz: 16px;
    font-size: var(--f-sz);
    color: #0b181d;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: .1rem solid #cbd5e1;
    outline: unset;
}

.col {
    padding: 0 calc(16px / 2);
    margin-bottom: 16px;
}
.contact-form {
    margin-top: 1rem;
    margin-right: 10px;
}

.t-title {
    color: #0b181d;
    font-weight: 400;
}
.contact-form .t-title {
    text-align: justify;
    --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
    font-size: var(--f-sz);
    padding-bottom: 15px;
}
.form-list .form-ip textarea{
    background: #fff;
    min-height:5rem;
    height: 10rem;
    margin-bottom: 0;  
    color: #000 !important;
}
.btn.second {
    background:#0b181d;
    color: #fff;
}
.btn.full {
    width: 100%;
}
.wpcf7-form input.hidden {
    display: none;
}
.wpcf7-response-output{
     color: #000;
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.wpcf7-spinner {
    position: absolute;
}
@media screen and (max-width: 768px) {
    .contact-form {
        margin-top: 2rem;
        margin-right: 10px;
    }
}


form .wpcf7-not-valid-tip {
    font-size: 1rem !important;
    padding: 0.6rem;
    border-radius: 0.4rem;
    background-color: #bb0000;
    color: #FFF !important;
    width: fit-content;
    position: absolute;
    bottom: -35px;
    right: 1.6rem;
    z-index: 10;
    font-weight: 600;
}

form .wpcf7-not-valid-tip::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #bb0000;
    bottom: 100%;
    right: 1.6rem;
}
.wpcf7 .ajax-loader{
    position: absolute;
}

/*END NEW CODE */


/* css new content  */
.tiktok-videos {
    padding: 2.4rem;
}

.tiktok-item {
    display: block;
    position: relative;
    padding-top: 156.8181818182%;
    border-radius: 1.6rem;
    overflow: hidden;
    cursor: pointer;
    padding: 0 1.2rem;
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 3.07;
    padding-top: unset;
}

.tiktok-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tiktok-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .2;
    transition: .3s ease-in-out;
    z-index: 1;
}

@media (hover: hover) {
    .tiktok-item:hover::before {
        opacity: 0;
        z-index: 0;
    }
}
#custom-button-id{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery{
    height: 100%;
    width: 100%;
}
.owl-nav .owl-prev span,.owl-nav  .owl-next span{
    width: 4rem;
    height: 4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background: rgb(0 0 0 / 82%);
    transition: .3s;
    font-size: 3rem;
    margin-bottom: 0;
    padding-bottom: 8px;
}
.owl-nav {
    position: absolute;
    bottom: 0%;
    right: 45%;
}
@media screen and (max-width: 768px) {
    .owl-nav {
        display: block;
    }
    .owl-nav {
        position: absolute;
        bottom: 0%;
        right: 35%;
    }

    .owl-nav .owl-prev span, .owl-nav .owl-next span {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
}
.nfs-ctn-swiper{
    padding: 0 !important;
}

.tiktok-item:before {
   
    opacity:0;
  
}
    .tdecor.section-title {
        font-size: 45px !important;
        left: 0 !important;
    }
    
    .tiktok-videos {
        margin: 2.4rem 0;
    }
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #fff;
    text-decoration: none;
}
.nfs-ctn-wrap {
    position: relative;
    overflow: hidden;
}
.nfs-ctn-swiper {
    inset: 0;
    padding: 2.4rem;
}
.tdecor {
    font-weight: 700;
    /*font-size: 4.8rem;*/
    color:rgb(255, 255, 255);
    z-index: 2;
    transform: translateY(0);
    left: 4rem;
    position: relative;
}

/*end new code */

.banner-header h1{
    line-height: 1.5em !important;
}
