/* #region common */
.main {
    padding: 0;
    color: #fff;
    background: #000e19;
}
html{
    scroll-behavior: smooth;
}
.common-padding{
    padding: 60px 0;
}
.common-title{
    font-size: 36px;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    padding: 0;
    margin: 0;
    color: rgba(255, 92, 0, 1) !important;
    text-transform: uppercase;
}
.text-bold {
    font-family: 'GoogleSans Bold', Arial, sans-serif;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.nowrap {
    white-space: nowrap;
}
@media screen and (max-width: 979px){
    br {
        display: none;
    }
    .common-padding{
        padding: 40px 0;
    }
    .common-title{
        font-size: 28px;
    }
}

@media screen and (max-width: 767px){
    .common-padding{
        padding: 20px 0;
    }
    .common-title{
        font-size: 24px;
    }
}
/* #endregion */

/* #region banner */
.banner .title{
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
}

.banner {
    background: url(/sites/cyseex/images/pages/hoi-thao-2024/bg-banner.webp) no-repeat center;
    background-size: cover;
    padding: 60px 0 90px
}

.title-content {
    text-align: center;
    font-size: 28px;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    padding: 12px 28px;
}

.subtitle {
    display: flex;
    justify-content: center;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    font-size: 22px;
}

.event-info {
    background: rgba(2, 12, 102, 1);
    border-radius: 5px;
    display: flex;
    padding: 6px 28px;
    justify-content: space-around;
    max-width: 915px;
    text-align: center;
    margin: 36px auto;
}

span.info-number {
    font-size: 40px;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    display: block;
}

.event-info > div {
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    font-size: 20px;
    width: 33.33%;
}

.subtitle span {
    padding: 0px 16px;
}

.event-info > div:nth-child(2) {
    position: relative;
}

.event-info > div:nth-child(2):before {
    position: absolute;
    content: "";
    top: calc(50% - 26.9px);
    left: 0;
    width: 2px;
    height: 53.83px;
    background: #fff;
}

.event-info > div:nth-child(2):after {
    position: absolute;
    content: "";
    top: calc(50% - 26.9px);
    right: 0;
    width: 2px;
    height: 53.83px;
    background: #fff;
}

.banner-btn.btn-base {
    text-align: center;
}

.banner-btn.btn-base a {
    background: rgba(255, 92, 0, 1);
    color: #fff;
    padding: 17.5px 20.5px;
    display: block;
    max-width: 350px;
    margin: auto;
    text-transform: uppercase;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    border-radius: 10px;
}

@media screen and (max-width: 979px) {
    .banner {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        padding: 20px 0;
    }
    .banner .title{
        color: #fff;
        font-size: 28px;
    }
    .title-content {
        padding: 16px 0;
        font-size: 20px
    }
    .subtitle {
        font-size: 16px;
    }
    .event-info{
        padding: 6px 10px;
        margin: 20px 0px
    }
    span.info-number{
        font-size: 18px;
    }
    .event-info > div {
        width: 100%;
        font-size: 14px
    }
    .event-info > div:nth-child(2):before {
        position: absolute;
        content: "";
        top: calc(50% - 20px);
        left: 0;
        width: 2px;
        height: 40px;
        background: #fff;
    }
    
    .event-info > div:nth-child(2):after {
        position: absolute;
        content: "";
        top: calc(50% - 20px);
        right: 0;
        width: 2px;
        height: 40px;
        background: #fff;
    }
}
/* #endregion */

/* #region infor */
.information-content br {
    margin: 5px 0;
}

.information-content {
    text-align: justify;
    font-size: 18px;
    padding: 24px 0;
}

a.btn-base {
    background: rgba(255, 92, 0, 1);
    color: #fff;
    padding: 17.5px 20.5px;
    display: block;
    max-width: 350px;
    margin: 10px auto 0;
    text-transform: uppercase;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    border-radius: 10px;
    text-align: center;
}

.common-subtitle {
    font-size: 32px;
    font-family: 'GoogleSans', Arial, sans-serif;
    color: rgba(255, 92, 0, 1) !important;
}

.agenda-content {
    font-size: 18px;
    padding: 0 0 24px;
}

.agenda-content > div {
    padding: 10px 0;
    display: flex;
    width: 100%;
    align-items: center;
}

span.agenda-text {
    padding: 0 25px;
    display: block;
    position: relative;
    width: 88%
}

span.agenda-time {
    display: block;
    width: 12%;
}

span.agenda-text:before {
    position: absolute;
    content: "";
    top: calc(50% - 15px);
    left: 11px;
    width: 1px;
    height: 30px;
    background: rgba(0, 255, 255, 1);
}

.benefit-list {
    padding: 10px 0;
}

.benefit-list > div {
    padding: 5px 0 5px 26px;
    position: relative;
}

.benefit-list > div:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

@media screen and (max-width: 979px){
    .information-content br {
        display: block;
        font-size: 16px;
    }
    span.agenda-time {
        width: 16%;
    }
    span.agenda-text {
        width: 84%;
    }
}

@media screen and (max-width: 767px){
    .information-content br {
        display: block;
        font-size: 16px;
    }
    span.agenda-time {
        width: 30%;
    }
    span.agenda-text {
        width: 70%;
    }
    .agenda{
        padding: 16px 0;
    }
    .common-subtitle{
        font-size: 24px;
    }
    .agenda-content {
        font-size: 16px
    }
}
/* #endregion*/

/* #region unit celeb*/

.celeb-title {
    font-size: 28px;
    color: rgba(255, 92, 0, 1);
    text-align: center;
    padding: 16px 0;
    text-transform: uppercase;
}

.celeb-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
}

.celeb-list .celeb-img img {
    width: 191px;
    height: 98px;
}
.agency {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 11px;
    color: #fff;
}

.celeb-list-1 {
    display: flex;
    grid-gap: 10px;
    text-align: center;
    padding: 16px 0;
    justify-content: center;
    flex-wrap: wrap;
}

.celeb-list-2 {
    display: flex;
    grid-gap: 10px;
    text-align: center;
    padding: 16px 0;
    flex-wrap: wrap;
    max-width: 980px;
    justify-content: center;
    margin: auto;
}

@media screen and (max-width: 979px){
    .celeb-title {
        font-size: 24px;
        color: rgba(255, 92, 0, 1);
        text-align: center;
        padding: 16px 0 8px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 767px){
    .celeb-title {
        font-size: 24px;
        color: rgba(255, 92, 0, 1);
        text-align: center;
        padding: 16px 0 8px;
        text-transform: uppercase;
    }
    .celeb-list{
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
}
/* #endregion*/


/* #region last event  */

.last-event-title {
    color: rgba(2, 254, 239, 1);
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    padding-top: 13px;
}

.last-event-ctn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 32px;
    text-align: center;
}
@media screen and (max-width: 979px){
    .last-event-ctn{
        grid-gap: 10px;
    }
    .last-event-title{
        font-size: 18px;
        padding-top: 8px;
    }
}
/* #endregion */

/* #region contact */

.contact-ctn {
    color: rgba(255, 92, 0, 1);
    display: flex;
}

.contact.common-padding {
    color: rgba(255, 92, 0, 1);
    background: url(/sites/cyseex/images/pages/hoi-thao-2024/bg-speaker.webp) no-repeat center;
    padding: 20px 0;
}

.contact-ctn > div {
    padding: 5px 5px 0;
}

.contact-ctn > div:nth-child(1) {
    padding-left: 0;
}
@media screen and (max-width: 979px){
    .contact.common-padding {
        padding: 20px 0 10px;
    }
}

@media screen and (max-width: 767px){
    .contact-ctn {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .contact-text{
        text-align: center;
    }
    .contact-ctn > div {
        text-align: center;
    }
    .contact-ctn > div:nth-child(2n){
        display: none;
    }
    .contact-ctn > div:nth-child(1) {
        padding: 5px 5px 0;
    }
}
/* endregion */

/* #region speaker */

.speaker {
    background: url(/sites/cyseex/images/pages/hoi-thao-2024/bg-speaker.webp) no-repeat center;
    background-size: cover;
}

.carousel-item {
    margin: 10px;
    background: #fff;
    color: #212121;
    border-radius: 5px;
    padding: 32px 8px;
    text-align: center;
    cursor: pointer;
}

.speaker-name {
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    font-size: 18px;
}

.speaker-img {
    padding: 0px 36px 24px;
}

.speaker-title {
    font-family: 'GoogleSans Medium', Arial, sans-serif;
    font-size: 14px;
}

.speaker-company {
    font-family: 'GoogleSans Medium', Arial, sans-serif;
    font-size: 13px;
}


.speaker-company-logo {
    width: 82px;
    margin: 16px auto 0;
}

button.owl-prev {
    position: absolute;
    top: calc(50% - 61px);
    left: -50px;
    opacity: 0.5;
}

button.owl-next {
    position: absolute;
    top: calc(50% - 61px);
    right: -50px;
    opacity: 0.5;
}


.speaker .owl-dots {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    bottom: 15px
}

.speaker .owl-dots {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    padding-top: 10px;
    position: absolute;
    bottom: -13px;
}

.speaker .owl-dots .owl-dot,.banner-container .owl-dots .owl-dot {
    outline: none
}

.speaker .owl-dots .owl-dot span,.banner-container .owl-dots .owl-dot span {
    background-color: #dfe1e6;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%
}

.speaker .owl-dots .owl-dot.active span,.banner-container .owl-dots .owl-dot.active span {
    background: rgba(255, 92, 0, 1);
}

@media screen and (max-width: 767px){
    button.owl-prev {
        position: absolute;
        top: calc(50% - 61px);
        left: -12px;
        opacity: 0.5;
        z-index: 100;
    }
    
    button.owl-next {
        position: absolute;
        top: calc(50% - 61px);
        right: -12px;
        opacity: 0.5;
        z-index: 100;
    }
}
/* #endregion */

/* #region popup */
.popup-speaker {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
}

.popup-speaker > div {
    background: #fff;
    position: absolute;
    width: 90%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
    padding: 50px;
    border-radius: 10px;
}

.popup-speaker-wrap {
    display: flex;
    width: 100%;
    align-items: center;
}

.ps-close {
    position: absolute;
    right: 27px;
    top: 17px;
    width: 16px;
    cursor: pointer;
}

.ps-logo {
    width: 30%;
    padding-right: 0px;
}

.ps-des {
    width: 70%;
    padding-left: 36px;
}

.ps-name {
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    font-size: 16px;
    text-align: center;
}

.ps-title {
    font-size: 15px;
    text-align: center;
}

.ps-image {
    padding-bottom: 8px;
}
.ps-company {
    font-size: 15px;
    text-align: center;
}

.ps-logo-company {
    position: relative;
    margin-bottom: 24px;
    padding-left: 16px;
}

.ps-logo-company:before {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 16px;
    width: 200px;
    height: 2px;
    background: rgba(247, 147, 29, 1);
}

.ps-logo-company img {
    width: 120px;
}

.ps-des-detail {
    font-size: 15px;
}

.ps-des-detail > div {
    position: relative;
    padding-bottom: 5px;
    padding-left: 16px;
}

.ps-des-detail > div:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #212121;
    border-radius: 50%;
}

@media screen and (max-width: 767px){
    .popup-speaker-wrap {
        flex-direction: column;
    }
    .ps-logo, .ps-des{
        width: 100%;
        padding: 0
    }
    .ps-image{
        text-align: center;
        padding-bottom: 10px;
    }
    .popup-speaker > div {
        padding: 20px
    }
}
/* #endregion */