/* Header */
.header-space {
    min-height: 78px;
}

/* Container */

.container-fluid {
    max-width: 1280px !important;
}

/* Navbar Item */

.offcanvas-body .navbar-nav .nav-item a {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: var(--white-color);
}

.offcanvas-body .navbar-nav .nav-item a:hover {
    color: var(--active-color);
}

.offcanvas-body .navbar-nav .nav-item .active {
    color: var(--active-color);
}

.offcanvas-custom {
    display: block;
}

.navbar .container-fluid .navbar-toggler {
    border: 2px solid var(--white-color) !important;
    scale: 0.8;
}

.navbar .container-fluid .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

/* Img */

.svg-images {
    background-image: url(../icon/get-app.svg);
    background-repeat: no-repeat;
    display: inline-block;
}

.playstore-logo {
    background-position: 0 0;
    height: 28px;
    width: 103px;
    background-size: 318px;
}

.appstore-logo {
    background-position: -111px 0;
    height: 28px;
    width: 84px;
    background-size: 321px;
}

.sponsor-img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.speaker-img {
    max-width: 120px;
    width: 100%;
    aspect-ratio: 1/1;
    margin: 0px auto;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.owl-item {
    height: 360px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.owl-item--novotel {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.9) 100%),
        url(../image/body-event-title_venuehottel-novotel.jpg);
}

.owl-item--hilton {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.9) 100%),
        url(../image/body-event-title_venuehottel-hilton.jpg);
}

.owl-item--baycapital {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.9) 100%),
        url(../image/body-event-title_venuehottel-baycapital.jpg);
}

.owl-item--dnpetro {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.9) 100%),
        url(../image/body-event-title_venuehottel-dnpetro.jpg);
}


.owl-item--dnpearl {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.9) 100%),
        url(../image/body-event-title_venuehottel-pearl.jpg);
}


.owl-item--g8 {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.9) 100%),
        url(../image/body-event-title_venuehottel-g8.jpg);
}


.owl-item--an {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.9) 100%),
        url(../image/body-event-title_venuehottel-anhnguyet.jpg);
}


.body__content-title {
    min-height: 200px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.body__content-title--about {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/body-event-title_aboutus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.body__content-title--sponsor {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/body-event-title_sponsor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.body__content-title--speaker {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/body-event-title_speaker.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.body__content-title--usefultip {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/body-event-title_usefultip.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 300px;
}

.body__content-title--venue {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/body-event-title_venue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.body__content-title--agenda {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/body-event-venue-img8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 300px;
}

.album-venue-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.google-map {
    padding-bottom: 50%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 6px;
}

.body-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/body-header.jpg);

}

.tab-content {
    border-left: 1px solid var(--border-content);
    border-right: 1px solid var(--border-content);
    border-bottom: 1px solid var(--border-content);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

/* Content */
.body__content-space {
    flex: 1;
}

.owl-dots {
    margin-top: 16px !important;
    text-align: start !important;
}

.owl-dot.active span {
    background: var(--active-color) !important;
}

.owl-dot span {
    background: var(--white-color) !important;
}

.body__header-group-infor div {
    width: 24px;
    display: inline-block;
}

.body__header-group-infor div i {
    font-size: 1.2rem;
}

.body__header-group-infor p {
    font-size: 1.2rem;
    display: inline;
}

.content-video-space {
    width: 100%;
}

.content-video-space iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 6px;
}

/* Text */
.text-bg-dark {
    background: var(--black-color) !important;
}

h1 {
    font-size: 1.8rem;
    color: var(--active-color);
}

h2 {
    font-size: 1.5rem;
    margin: 0px;
    color: var(--white-color);
}

h3 {
    font-size: 1.4rem;
    margin: 0px;
    color: var(--blue-color);
}

p {
    font-size: 1rem;
    color: var(--white-color);
}

li {
    color: var(--white-color);
}

.form-label {
    color: var(--black-color);
}


/* Icon */
.list__icon-social a {
    width: 30px;
    aspect-ratio: 1/1;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

i {
    line-height: inherit !important;
}

.list__icon-social--header a {
    width: 36px;
}

/* Link-text */

.link-text {
    color: var(--white-color);
    text-underline-offset: 2.4px;
}

.link-text:hover {
    color: var(--active-color);
}

/* Btn */

.register-sponsor {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 4px;
    border: 1.6px solid transparent;
    margin: 0px auto;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white-color);
    background: var(--active-color);
    letter-spacing: 0.8px;
}

.register-sponsor:hover {
    color: var(--active-color);
    border: 1.6px solid var(--active-color);
    background: var(--white-color);
}


button:disabled {
    filter: brightness(0.7);
}

.detail-hottel {
    background: var(--white-color);
    width: fit-content;
    border: 1.6px solid transparent;
}

.detail-hottel a {
    color: var(--black-color);
    text-decoration: none;
    font-size: 0.9rem;
}

.detail-hottel:hover {
    border: 1.6px solid var(--white-color);
    background: transparent;
}

.detail-hottel:hover a {
    color: var(--white-color);
}

.link-button {
    background: var(--active-color);
    border: 1.6px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.link-button a {
    text-decoration: none;
    padding: 0.6rem 1rem;
    color: var(--white-color);
}

.link-button:hover {
    border: 1.6px solid var(--active-color);
    background: transparent;
}

.link-button:hover a {
    color: var(--active-color);

}

/* Custom space */
.gx-custom-1 {
    --bs-gutter-x: 6rem
}



/* Footer */

.footer-space {}

.list__icon-social a:nth-child(1):hover {
    background: var(--brown-color);
}

.list__icon-social a:nth-child(2):hover {
    background: var(--blue-color);
}

.list__icon-social a:nth-child(3):hover {
    background: var(--active-color);
}

.list__icon-social--header a:nth-child(1):hover,
.list__icon-social--header a:nth-child(2):hover,
.list__icon-social--header a:nth-child(3):hover {
    transform: scale(1.2);
}




/* Reponsive */

@media screen and (min-width:992px) {
    .offcanvas-custom {
        display: none;
    }

    /* Text */
    h2 {
        font-size: 2.5rem;
        margin: 0px;
        color: var(--white-color);
    }

    p {
        font-size: 1rem;
        color: var(--white-color);
    }

    /* Content */

    .body__header-group-infor div {
        width: 24px;
        display: inline-block;
        margin-right: 8px;
    }

    .body__header-group-infor div i {
        font-size: 1.5rem;
    }

    .body__header-group-infor p {
        font-size: 1.5rem;
        display: inline;
    }
}