/*
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.   ***************/
html{
    font-size: 16px;
}
#main, #wrapper{
    background-color: transparent;
}
body{
    background-color: #000;
}
p{
    margin-bottom: 10px;
}
li{
    margin-bottom: 5px;
}
.icon-500px::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('assets/images/icon-touch.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
}
.footer-social .button.icon{
    border-width: 0 !important;
    background-color: transparent !important;
    margin-left: 15px;
}
.footer-social .button.icon:hover{
    background-color: transparent !important;
}
.footer-social .icon i::before{
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('assets/images/Facebook.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: center center;
}
.footer-social .icon .icon-facebook::before{
    background-image: url('assets/images/Facebook.png');
}
.footer-social .icon .icon-instagram::before{
    background-image: url('assets/images/Instagram.png');
}
.footer-social .icon .icon-twitter::before{
    background-image: url('assets/images/Twitter.png');
}
.footer-social .icon .icon-envelop::before{
    background-image: url('assets/images/Google.png');
}
.social-width-72 .icon i::before{
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
}
.btn-ftech{
    padding: 5px 20px;
}
.mt-auto{
    margin-top: auto !important;
}
.ms-auto{
    margin-left: auto !important;
}
.flex-column{
    flex-direction: column;
}
.justify-content-between{
    justify-content: space-between !important;
}
.justify-content-center{
    justify-content: center !important;
}
.d-none{
    display: none !important;
}
.w-100{
    width: 100%;
}
/* Slick slider */
.slick-slider img{
    width: 100%;
    height: auto;
}
.slick-slide {
  padding: 0 10px;
  position: relative;
}
.slick-slide .group-content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    background: linear-gradient(to top, rgb(0 0 0), transparent);
}
.slick-slide .group-content h3{
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
}
.slick-slide .group-content p{
    font-size: 1.4rem;
    color: #D5D6D8;
    line-height: 2rem;
}
.slick-list {
  margin: 0 -10px; /* để slide không bị lệch ra ngoài */
}
/* Dot container */
.slick-dots {
  bottom: 15px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

/* Dot style */
.slick-dots li{
    margin: 0 !important;
    padding: 0 !important;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #606060;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: unset;
}

/* Active dot */
.slick-dots li.slick-active button {
  background-color: #fff;
}
/* Arrow buttons */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: #313335;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.8;
  margin: 0;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-arrow i{
    font-size: 30px;
}
.slider-video .slider-slide a.button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border-color: #fff;
    color: #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-video .slider-slide a.button:hover{
    background-color: #d5d6d84a;
}
.slider-video .slider-slide a.button span{
    display: none;
}
.slider-video .slider-slide a.button i{
    margin: 0;
}

/* End slick slider */

/* Section event */
.menu-event{
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}
.menu-event .menu-item a{
    padding: 5px 20px;
    border-radius: 25px;
    color: #000;
    background-color: #01FE00;
    margin-right: 20px !important;
    line-height: 30px;
    height: 30px;
}
.menu-event .menu-item:last-child a{
    margin-right: 0 !important;
}
.ux-timer,
.ux-timer span{
    background-color: #1A1A1A !important;
    border-radius: 15px;
    color: #01FE00 !important;
}
.ux-timer span{
    position: relative;
}
.ux-timer span::after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #6C7075;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.ux-timer span:last-child::after{
    background-color: transparent;
}
.ux-timer span strong{
    color: #808489 !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-size: 1.5rem !important;
}
.box-ftech{
    position: relative;
}
.box-ftech .box-text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}
.section-event-content iframe{
    border-radius: 20px;
    width: 100%;
}
/* End section event */

/* Section booking */
label{
    cursor: pointer;
}
.booking-container ul.tab-step{
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}
.booking-container ul.tab-step li{
    margin-left: 0;
    box-sizing: border-box;
    position: relative;
    width: calc(100% / 3);
    display: inline-block;
    z-index: 1;
}
.booking-container ul.tab-step li:not(:first-child)::before{
    margin-left: 0;
    position: absolute;
    content: "";
    width: calc(100% - 100px);
    border: 2px dashed #fff;
    top: 24px;
    right: 100px;
    z-index: -1;
    transform: translateX(-50%);
}
.booking-container .step-number{
    width: 50px;
    height: 50px;
    background-color: #313335;
    border-radius: 100%;
    line-height: 50px;
    font-size: 1rem;
    color: #AAADB1;
}
.booking-container .step-text{
    font-size: 1rem;
    color: #AAADB1;
    font-weight: 500;
}
.booking-container ul.tab-step li.step-active .step-number{
    background-color: #01FE00;
    color: #000;
    font-weight: 500;
}
.booking-container ul.tab-step li.step-active .step-text{
    color: #01FE00;
}
.booking-container ul.tab-step li.step-active:not(:first-child)::before{
    border-color: #01FE00;
}

.booking-container .form-group{
    margin-bottom: 20px;
}
.booking-container label{
    color: #FAFAFA;
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 400;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 12px !important;
    background-color: #313335 !important;
    color: #FAFAFA !important;
    border-width: 0 !important;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field{
    box-shadow: none;
    min-height: unset;
    color: #FAFAFA !important;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{
    margin-bottom: 0;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    margin-left: 5px !important;
}
.select2-container--bootstrap-5 .select2-selection{
    background-color: #1A1A1A !important;
    border-width: 0 !important;
    color: #FAFAFA !important;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    color: #FAFAFA !important;
}
.d-flex{
    display: flex;
}
.key-detail{
    margin-right: auto;
}
.block-booking h4{
    font-size: 1.5rem;
    font-weight: 600;
    color: #01FE00;
}
.key-detail{
    color: #95999D;
    font-size: 1rem;
}
.value-detail{
    color: #fff;
}
.block-booking{
    background-color: #313335;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
}
.booking-detail{
    background-color: #313335;
}
.booking-info,
.booking-payment{
    background-color: #1A1A1A;
}
.block-booking label{
    width: 200px;
    color: #AAADB1;
    font-size: 1rem;
}
.custom-check {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
    font-size: 16px;
}

.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
    transition: all 0.2s ease;
}

/* Khi hover */
.custom-check:hover input ~ .checkmark {
    border-color: #999;
}

/* Checkbox checked */
.custom-check input[type="checkbox"]:checked ~ .checkmark {
    background-color: #01FE00;
    border-color: #01FE00;
}

.custom-check input[type="checkbox"]:checked ~ .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Radio style */
.checkmark.radio {
  border-radius: 50%;
}

/* Radio checked */
.custom-check input[type="radio"]:checked ~ .checkmark.radio {
    background-color: #01FE00;
    border-color: #01FE00;
}

.custom-check input[type="radio"]:checked ~ .checkmark.radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #1a1a1a;
    transform: translate(-50%, -50%);
}
.booking-term-link{
    color: #01FE00 !important;
    text-decoration: underline;
}
.booking-terms{
    font-size: 1rem;
}
.content-step button{
    margin: 0;
}
.booking-info .required{
    color: #01FE00;
}
.content-step.d-none{
    opacity: 0;
}
.content-step.animation-step{
    opacity: 1;
}
.booking-payment .total-amount{
    font-size: 1.2rem;
    color: #01FE00;
    font-weight: 600;
}
.booking-notice{
    margin-bottom: 50px;
}
.booking-notice h3{
    color: #fff;
    font-size: 2.1rem;
}
.booking-notice p{
    font-size: 1rem;
    color: #AAADB1;
}
.booking-icon{
    width: 80px;
    height: 80px;
    background-color: #01FE00;
    color: #000;
    border-radius: 100%;
    text-align: center;
    line-height: 85px;
    font-size: 30px;
}
.booking-icon.cancel{
    background-color: red;
}
.remaining-booths{
    color: #BFC2C4;
    font-size: 1rem;
    margin-top: 5px;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted){
    background-color: #01FE00 !important;
    color: #000 !important;
}
@media only screen and (max-width: 48em) {


}
/* End section booking */

/* #wrapper{
    max-width: 1440px;
    margin: 0 auto;
} */
.absolute-footer{
    display: none;
}
/* Header */
#header{
    margin-bottom: -90px;
}
.section-top-ftech{
    padding-top: 100px !important;
}
/* End header */
.row-padding-bottom-0{
    padding-bottom: 0 !important;
}
.menu-footer{
    flex-direction: row;
    justify-content: flex-end;
}
.menu-footer .ux-menu-link{
    padding-left: 15px;
    padding-right: 20px;
    position: relative;
}
.menu-footer .ux-menu-link::after{
    content: "/";
    position: absolute;
    top: .3em;
    right: 0;
    color: #fff;
}
.menu-footer .ux-menu-link:last-child{
    padding-right: 0;
}
.menu-footer .ux-menu-link:last-child::after{
    content: "";
}
.menu-footer .ux-menu-link__link{
    border-bottom: 0;
    color: #fff !important;
}
.menu-footer-bottom{
    flex-direction: row;
}
.menu-footer-bottom .ux-menu-link{
    padding-right: 20px;
    position: relative;
}
.menu-footer-bottom .ux-menu-link__link{
    border-bottom: 0;
    color: #fff !important;
}

/* Contact */
.section-contact .icon-box-text{
    color: #95999D;
    font-size: 18px;
}
.section-contact .icon-box-text p{
    margin-bottom: 0;
}
.section-contact .icon-box{
    margin-bottom: 10px;
}
.form-contact .wpcf7-form-control{
    background-color: #1A1A1A;
    border-radius: 12px;
    color: #fff !important;
    border: none;
    font-size: 20px;
}
.form-contact .wpcf7-form-control::placeholder{
    color: #45474A;
}
.form-contact .wpcf7-form-control:focus{
    background-color: #1A1A1A;
}
.form-contact .wpcf7-submit{
    background-color: #01FE00 !important;
    min-width: 140px;
    color: #000 !important;
    text-transform: capitalize;
}
/* End contact */

/* FAQ */

/* End FAQ */

/* Image box */
.image-box-ftech{
    border: 1px solid #27292A;
    border-radius: 28px;
    background-color: #000;
    padding: 25px;
    height: 100%;
}
.image-box-ftech .box-image{
    margin: 0;
}
/* End image box */

/* Section faq */
.section-content-faq .tabbed-content .tab a{
    border-radius: 40px;
    background-color: #313335;
    color: #AAADB1;
    padding: 8px 20px;
    font-size: 20px;
}
.section-content-faq .tabbed-content .tab.active a{
    background-color: #01FE00;
    color: #313335;
}
.section-content-faq .tabbed-content .accordion-title{
    border-width: 0;
}
.section-content-faq .tabbed-content .accordion-item{
    background-color: #1F1F1F;
    box-shadow: 0px 0px 1px 1px #00000026;
    color: #FAFAFA;
    font-size: 20px;
    border-radius: 12px;
}
.section-content-faq .tabbed-content .accordion-item:has(.accordion-title.active){
    background-color: #313335;
}
.section-content-faq .tabbed-content .accordion-item a{
    color: #FAFAFA;
}
.section-content-faq .tabbed-content .accordion-title,
.section-content-faq .tabbed-content .accordion-inner{
    padding-left: 15px;
    padding-right: 60px;
}
.section-content-faq .tabbed-content .accordion-title .toggle{
    left: unset;
    right: 0;
    background-color: #01FE00;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    min-height: unset;
    color: #313335;
    font-size: 20px;
    top: 11px;
    margin-right: 10px;
}
.section-content-faq .tabbed-content .tab-panels .accordion{
    margin-bottom: 10px;
}
/* End section faq */

/* Section vendor */
.section-vendor p{
    margin-bottom: 10px;
}
.section-vendor ul{
    margin-bottom: 10px;
}
.section-vendor li{
    margin-bottom: 0;
}
/* End section vendor */

body.home{
    background-color: #000;
}
.btn-ftech{
    border-width: 1px !important;
    border-color: #01FE00 !important;
    background-color: #313335 !important;
    color: #f9f9f9 !important;
}
.btn-ftech-service{
    background-color: #01FE00 !important;
    border-width: 0 !important;
    color: #313335 !important;
    padding: 5px 20px;
}
.section-bg-linear{
    padding-bottom: 0 !important;
}
.section-bg-linear .section-content{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

@media only screen and (min-width: 49em) {
/*************** ADD DESKTOP ONLY CSS HERE  ***************/
    .section-ftech{
        min-height: 100vh;
    }
    /* Home page */
    .section-banner h1{
        color: #FAFAFA;
        font-size: 68px;
        line-height: 120%;
    }
    .section-banner{
        min-height: 100vh;
        align-items: flex-end;
        padding-bottom: 0 !important;
        
    }
    .section-banner .section-content{
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    }
    
    /* End home page */

}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .slick-arrow{
        display: none !important;
    }

    .section-content-faq .tabbed-content .nav{
        flex-flow: row;
        overflow: auto;
        justify-content: start;
        white-space: nowrap;
    }
    .menu-event{
        overflow: auto;
        justify-content: start;
    }
    .booking-payment .form-group,
    .booking-payment .group-input{
        flex-direction: column;
    }
}