.btn-book-ticket a {
    color: #fff !important;
}

.item-info-detail-total .block-colum-form:nth-child(1) {
    width: 798px;
    align-items: flex-end;
    padding-right: 20px;
}

.item-info-detail-total .block-colum-form:nth-child(2) {
    justify-content: flex-end;
    width: 250px;
}

/* fix table ve */
.item-info-detail-ticket.item-info-sum .block-colum-form:first-child {
    width: 830px;
    align-items: flex-end;
}

.item-info-detail-ticket.item-info-sum .block-colum-form:last-child {
    width: 260px;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
}

@media screen and (max-width: 576px ) {
    .item-info-detail-ticket.item-info-sum .block-colum-form:last-child {
        justify-content: flex-start;
        flex: 0 0 30%;
        max-width: 30%;
        width: auto;
    }
}

.title-section-register {
    font-size: 23px !important;
}

.content-banner {
    max-width: 430px !important;
}

.dial_main_number .result {
    font-size: 115px !important;
    width: 100% !important;
}

.btn-book-ticket-now button {
    margin: auto !important;
}

/*chặn submit đơn hàng nhiều lần*/
.pointer-events {
    pointer-events: none;
}

/*popup mã giảm giá*/
#modalDetailACoupon .box__info span {
    text-align: left;
    padding-bottom: 0;
}

#codeCouponButton {
    cursor: not-allowed;
}

@media (max-width: 575px) {
    .section-info-ticket .tite-section {
        top: 15px !important;
    }

    .content-popup-ticket {
        margin-top: 60px;
    }
}

.item-form-book-ticket-p p {
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    font-family: 'montserrat-Bold';
    display: block;
}

.item-form-book-ticket-p label {
    padding-left: 10px;
}

@media (max-width: 420px) {
    .lucky_main_number .box-randoms {
        width: 285px !important;
    }

    .lucky_main_number .box-randoms .randoms-item {
        width: 40px !important;
        margin: 0 7px !important;
    }

    .quiz_center_other {
        padding: 45px 0px 40px 0px !important;
    }

    .lucky_draw-wrapper {
        margin: 0 !important;
    }

    .lucky-draw-title {
        padding: 10px 15px !important;
        margin: 0 15px !important;
        width: 255px !important;
    }

    .lucky-draw-title .lucky-draw-big-title img {
        max-width: 180px !important;
    }

    .lucky-draw-title .lucky-draw-small-title img {
        max-width: 210px !important;
    }

    .quiz_content .quiz_title .small-title {
        line-height: 35px !important;
        margin-top: 10px !important;
    }

    .quiz_content .quiz_title .big-title img {
        max-width: 350px !important;
    }

    .Group-block-countdown {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px)  and (min-width: 421px) {
    .lucky_main_number .box-randoms .randoms-item {
        width: 80px !important;
    }
}

/*css loading*/
#loading {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .4);
}

.loading-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    margin: auto;
    min-height: 15em;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a5dc86;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* css custom */
.setion-banner {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 660px !important;
}

@media (max-width: 575px) {
    .setion-banner {
        min-height: 350px !important;
    }
}

.section-list-speakers {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

button {
    cursor: pointer;
}

.block-timeline {
    background-size: cover !important;
}

.content-item-slide .name-speakers, .title-profile {
    color: #333 !important;
}

.block-footer {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.section-benefit {
    background-size: cover !important;
    min-height: 539px !important;
}

.bg-grey {
    padding: 50px 0px;
}

.content-banner {
    max-width: 750px !important;
}

.block-countdown {
    justify-content: center;
}

.form-subscribe a {
    word-break: break-word;
}