input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.btn:focus {
    box-shadow: none;
}

a {
    color: inherit;
}

ul,
li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

.clear-fix {
    clear: both;
}


/* Font-Family */

@font-face {
    font-family: montserrat;
    src: url('../font/Montserrat/Montserrat-Regular.otf');
    src: url('../font/Montserrat/Montserrat-Regular.woff') format('woff'), url('../font/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: montserrat-Medium;
    src: url('../font/Montserrat/Montserrat-Medium.otf');
    src: url('../font/Montserrat/Montserrat-Medium.woff') format('woff'), url('../font/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: montserrat-Bold;
    src: url('../font/Montserrat/Montserrat-Bold.otf');
    src: url('../font/Montserrat/Montserrat-Bold.woff') format('woff'), url('../font/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: montserrat-SemiBold;
    src: url('../font/Montserrat/Montserrat-SemiBold.otf');
    src: url('../font/Montserrat/Montserrat-SemiBold.woff') format('woff'), url('../font/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: montserrat-ExtraBold;
    src: url('../font/Montserrat/Montserrat-EXTRABOLD.otf');
    src: url('../font/Montserrat/Montserrat-EXTRABOLD.woff') format('woff'), url('../font/Montserrat/Montserrat-EXTRABOLD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #ffffff;
    font-size: 16px;
    font-family: montserrat, sans-serif;
    overflow-x: hidden;
    margin: 0;
    color: #333333;
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


/* Section Banner */

.setion-banner {
    background: url(../images/banner-home-29.jpg);
    min-height: 757px;
    width: 100%;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.content-banner {
    max-width: 750px;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
    padding: 50px;
}

.flag-event {
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    color: #fff;
    margin-bottom: 15px;
}

.content-banner .name-event {
    color: #fff;
    font-size: 50px;
    line-height: 61px;
    font-family: 'montserrat-Bold';
    margin-bottom: 0;
}

.content-banner .address {
    color: #333333;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 0;
    text-align: center;
    font-family: montserrat-Medium;
}

.btn {
    font-size: 14px;
    color: #fff;
    font-family: 'montserrat-Bold';
}

.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 286px;
    margin-top: 50px;
    padding: 10px 15px;
    height: 59px;
    transition: all .3s;
    font-size: 25px;
    line-height: 30px;
    border-radius: 0;
    background: #FFB800;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    border-radius: 50px;
}

.btn-custom:hover {
    background: transparent;
    color: #fff;
    border-color: #FFB800;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .content-banner .name-event {
        font-size: 44px;
        line-height: 52px;
    }
    .setion-banner {
        min-height: 550px;
    }
    .btn-custom {
        margin-top: 35px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .setion-banner {
        min-height: 450px;
    }
    .flag-event {
        font-size: 27px;
    }
    .content-banner .name-event {
        font-size: 40px;
        line-height: 53px;
    }
    .content-banner .address {
        font-size: 20px;
    }
    .btn-custom {
        font-size: 21px;
        margin-top: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .setion-banner {
        min-height: 380px;
        background-size: cover;
    }
    .flag-event {
        font-size: 25px;
    }
    .content-banner .name-event {
        font-size: 31px;
        line-height: 44px;
    }
    .content-banner .address {
        font-size: 20px;
    }
    .btn-custom {
        font-size: 19px;
        margin-top: 25px;
        min-width: 250px;
    }
    .content-banner {
        padding: 30px 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .setion-banner {
        min-height: 370px;
        background-size: cover;
    }
    .flag-event {
        font-size: 22px;
        line-height: 32px;
    }
    .content-banner .name-event {
        font-size: 28px;
        line-height: 36px;
    }
    .content-banner .address {
        font-size: 19px;
        line-height: 30px;
    }
    .btn-custom {
        font-size: 17px;
        margin-top: 25px;
        min-width: 231px;
        height: 55px;
    }
    .content-banner {
        padding: 30px 0;
    }
}

@media (max-width: 575px) {
    .setion-banner {
        min-height: 350px;
    }
    .flag-event {
        font-size: 20px;
        line-height: 30px;
    }
    .content-banner .name-event {
        font-size: 25px;
        line-height: 37px;
    }
    .content-banner .address {
        font-size: 17px;
        line-height: 27px;
    }
    .content-banner {
        padding: 30px 0;
    }
    .btn-custom {
        font-size: 17px;
        margin-top: 25px;
        min-width: 210px;
        height: 50px;
    }
}

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


/* END Section Banner */


/* Section 1 */

.section-countdown {
    margin-top: -135px;
    padding-bottom: 100px;
}

.countdown-item:last-child {
    margin-right: 0;
}

.Group-block-countdown .title {
    color: #FFB800;
    font-size: 25px;
    line-height: 30px;
}

.Group-block-countdown {
    background: #000530;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, .15);
    border-radius: 6px;
    width: 570px;
    margin: 0 auto;
    padding: 22px 65px 36px 65px;
}

.Group-block-countdown .title {
    color: #FFB800;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-family: 'montserrat-Bold';
    text-transform: uppercase;
    margin-bottom: 27px;
}

.block-countdown {
    display: flex;
}

.countdown-item {
    margin-right: 30px;
    text-align: center;
    width: 86px;
    flex-flow: column-reverse;
    display: flex;
}

.countdown-item .name {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'montserrat-Medium';
    background: transparent;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px;
}

.countdown-item span {
    color: #FFB800;
    font-size: 50px;
    font-family: 'montserrat-Bold';
    background: #FFFFFF;
    border-radius: 6px;
    padding: 6px 10px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .section-countdown {
        margin-top: -110px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .section-countdown {
        margin-top: 0;
        padding: 40px 0;
    }
    .countdown-item span {
        font-size: 40px;
    }
    .countdown-item .name {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .section-countdown {
        margin-top: 0;
        padding: 40px 0;
    }
    .countdown-item span {
        font-size: 40px;
    }
    .countdown-item .name {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .section-countdown {
        margin-top: 0;
        padding: 40px 0;
    }
    .Group-block-countdown {
        width: 100%;
        box-shadow: none;
    }
    .countdown-item span {
        font-size: 30px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .countdown-item .name {
        font-size: 16px;
        line-height: 25px;
        display: block;
        height: auto;
    }
    .Group-block-countdown .title {
        font-size: 22px;
    }
}

@media (max-width:575px) {
    .Group-block-countdown {
        width: 100%;
        box-shadow: none;
        padding: 30px 20px;
    }
    .section-countdown {
        margin-top: 0;
        padding: 30px 0;
    }
    .countdown-item:last-child {
        margin-right: 0;
    }
    .countdown-item span {
        height: 60px;
        font-size: 26px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .block-countdown {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .countdown-item {
        margin: 0;
        width: 21%;
    }
    .countdown-item .name {
        font-size: 15px;
        line-height: 23px;
        display: block;
        height: auto;
    }
    .Group-block-countdown .title {
        font-size: 20px;
    }
    .content-about-us .title {
        font-size: 21px;
        margin-bottom: 15px;
        line-height: 28px;
    }
}

@media (max-width:325px) {
    .Group-block-countdown .title {
        font-size: 17px;
    }
    .countdown-item {
        width: 22%;
    }
    .countdown-item span {
        font-size: 22px;
    }
}


/* Section 2  ABOut-uss */
.section-about-us {
    padding-bottom: 50px;
}
.picture-about-us {
    width: 100%;
}

.content-about-us .title {
    color: #333333;
    font-size: 20px;
    font-family: 'montserrat-Bold';
    line-height: 24px;
    margin-bottom: 30px;
}

.txt-editor-about-us p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.txt-editor-about-us {
    margin-bottom: 20px;
}

.info-event {
    color: #333333;
    font-size: 16px;
    font-family: 'montserrat-Bold';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.content-info-event p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.content-info-event p .fz-bold {
    font-family: 'montserrat-Bold';
}

@media (max-width:992px) {
    .section-about-us .row {
        flex-direction: column-reverse;
    }
    .section-about-us .row .picture-about-us {
        text-align: center;
        margin-bottom: 28px;
    }
}


/* Section 3 */

.section-list-speakers {
    padding: 64px 0;
    background: #fff;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-slide-speakers {
    position: relative;
    margin-top: 70px;
}

.pagination-slider-speakers {
    display: none;
}

.btn-control-speakers {
    position: absolute;
    top: 128px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    transition: all .4s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    z-index: 2;
}

.btn-control-speakers.btn-prev {
    left: -75px;
}

.btn-control-speakers.btn-next {
    right: -75px;
}

.block-title-page {
    text-align: center;
    position: relative;
}

.title-page {
    color: #FFB800;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserrat-Bold';
    position: relative;
}

.line-title {
    content: '';
    position: relative;
    bottom: -20px;
    width: 138px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.line-title span {
    height: 6px;
    background: #1E2987;
    border-radius: 50px;
    position: relative;
}

.line-title span:nth-child(2) {
    width: 100px;
}

.line-title span:nth-child(1) {
    width: 30px;
    margin-right: 5px;
}

.btn-control-speakers .icon {
    display: block;
    width: 22px;
    margin: 0 auto;
    transition: all .4s;
    transform: scale(1);
}

.btn-control-speakers:hover {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.btn-control-speakers:hover .icon {
    transform: scale(.6);
}

.avatar-item {
    border-radius: 50%;
    width: 255px;
    margin: 0 auto;
    height: 255px;
    border: 6px solid transparent;
    transition: all .4s;
    position: relative;
    overflow: hidden;
}

.avatar-item img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.picture-info-slide {
    position: relative;
}

.list-mxh-profile {
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    width: 100%;
    justify-content: center;
}

.item-slide-speakers {
    cursor: pointer;
}

.name-speakers {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'montserrat-Bold';
    margin-bottom: 5px;
}

.content-item-slide {
    text-align: center;
    margin-top: 20px;
}

.title-profile {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}

.item-slide-speakers:hover .avatar-item {
    border-color: #1E2987;
}

.avatar-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #000;
    opacity: 0;
}

.item-slide-speakers:hover .avatar-item:before {
    opacity: .4;
}

.item-mxh-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .4s;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-15px);
}

.item-mxh-profile:last-child {
    margin: 0;
}

.item-mxh-profile:nth-child(2) {
    transition-delay: .2s;
}

.item-mxh-profile:nth-child(3) {
    transition-delay: .4s;
}

.item-mxh-profile:nth-child(4) {
    transition-delay: .6s;
}

.item-mxh-profile:hover {
    background: #dad9d9;
}

.item-mxh-profile:hover svg {
    transform: scale(1.2);
}

.item-mxh-profile svg {
    transform: scale(1);
    transition: all .3s;
}

.item-slide-speakers:hover .item-mxh-profile {
    opacity: 1;
    transform: translateY(0);
}

.btn-control-speakers.swiper-button-disabled {
    opacity: .2;
    pointer-events: none;
}

.item-mxh-profile svg path {
    fill: #1E2987;
}

@media (min-width:1300px) and (max-width:1599px) {
    .btn-control-speakers.btn-next {
        right: -25px;
    }
    .btn-control-speakers.btn-prev {
        left: -35px;
    }
    .block-slide-speakers {
        padding: 0 20px;
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    .btn-control-speakers.btn-next {
        right: -15px;
    }
    .btn-control-speakers.btn-prev {
        left: -15px;
    }
    .block-slide-speakers {
        padding: 0 25px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .btn-control-speakers.btn-next {
        right: -27px;
    }
    .btn-control-speakers.btn-prev {
        left: -27px;
    }
    .block-slide-speakers .swiper-container {
        padding: 0 25px;
    }
}

@media (max-width:991px) {
    /* .section-list-speakers {
        background: #fff;
    } */
}

@media (min-width:767px) and (max-width:991px) {
    .btn-control-speakers.btn-next {
        right: -35px;
    }
    .btn-control-speakers.btn-prev {
        left: -35px;
    }
    .section-list-speakers {
        padding: 40px 0;
    }
    .avatar-item {
        width: 210px;
        height: 210px;
    }
    .btn-control-speakers .icon {
        width: 17px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    }
    .btn-control-speakers {
        top: 108px;
        width: 45px;
        height: 45px;
    }
    .btn-control-speakers .icon {
        margin-top: -2px;
    }
}

@media (max-width:767px) {
    .btn-control-speakers {
        display: none;
    }
    .pagination-slider-speakers {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        bottom: 0;
    }
    .pagination-slider-speakers span {
        margin: 0 4px;
        width: 10px;
        height: 10px;
        margin-bottom: 5px;
        background: #fff;
    }
    .pagination-slider-speakers .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }
    .swiper-slide.swiper-slide-active .item-slide-speakers .avatar-item {
        border-color: #1E2987;
    }
    .swiper-slide.swiper-slide-active .item-slide-speakers .avatar-item:before {
        opacity: .4;
    }
    .swiper-slide.swiper-slide-active .item-mxh-profile {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width:576px) and (max-width:767px) {
    .block-slide-speakers .swiper-container {
        padding-bottom: 58px;
    }
    .section-list-speakers {
        padding: 40px 0;
    }
    .avatar-item {
        width: 230px;
        height: 230px;
    }
    .btn-control-speakers .icon {
        width: 17px;
    }
}

@media (max-width:575px) {
    .title-page {
        font-size: 22px;
    }
    .line-title {
        bottom: -20px;
    }
    .line-title span {
        height: 5px;
    }
    .block-slide-speakers .swiper-container {
        padding-bottom: 58px;
    }
    .section-list-speakers {
        padding: 40px 0;
    }
    .btn-control-speakers .icon {
        width: 17px;
    }
    .name-speakers {
        font-size: 15px;
        margin-bottom: 3px;
    }
}

@media (min-width:376px) and (max-width:574px) {
    .avatar-item {
        width: 180px;
        height: 180px;
    }
    .item-mxh-profile {
        margin-right: 5px;
        width: 32px;
        height: 32px;
    }
}

@media (min-width:325px) and (max-width:375px) {
    .avatar-item {
        width: 160px;
        height: 160px;
    }
    .item-mxh-profile {
        margin-right: 5px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width:324px) {
    .avatar-item {
        width: 220px;
        height: 220px;
    }
    .block-slide-speakers .swiper-container {
        padding-bottom: 30px;
    }
}


/* Section 4 */

.section-list-partner {
    background: #F5F5F5;
    padding: 80px 0;
    padding-bottom: 50px;
}

.main-section-partner {
    padding-top: 80px;
}

.list-item-partner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.item-partner {
    width: calc(100% / 6);
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-partner a {
    display: block;
    position: relative;
}

.item-partner a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ededed;
    transform: scale(0);
    transition: all .5s;
    z-index: 1;
    border-radius: 4px;
}

.item-partner a:hover:before {
    transform: scaleX(1.3) scaleY(1.5);
}

.item-partner a img {
    position: relative;
    z-index: 2;
}

@media (min-width:992px) and (max-width:1199px) {
    .section-list-partner {
        padding-bottom: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .section-list-partner {
        padding-bottom: 20px;
    }
    .item-partner {
        width: 33.33%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-section-partner {
        padding-top: 65px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .section-list-partner {
        padding: 20px 0;
    }
    .item-partner {
        width: 48%;
        background: #f3f3f3;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .item-partner:nth-child(2n+2) {
        margin-left: auto;
    }
    .item-partner a:before {
        display: none;
    }
    .main-section-partner {
        padding-top: 55px;
    }
}

@media (max-width:575px) {
    .main-section-partner {
        padding-top: 65px;
    }
    .section-list-partner {
        padding: 20px 0;
    }
    .item-partner a:before {
        display: none;
    }
    .item-partner {
        width: 48%;
        background: #f3f3f3;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .item-partner:nth-child(2n+2) {
        margin-left: auto;
    }
}


/* Footer */

.title-ticket h3 {
    color: #1E2987;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    font-family: 'montserrat-Bold';
    margin-bottom: 6px;
}

.content-ticket {
    margin: 0 auto;
    background: #ffffff;
    border: 3px solid#1E2987;
    position: relative;
    padding: 40px;
    transition: all 0.5s;
}

.title-ticket p {
    color: #666666;
    font-size: 13px;
    line-height: 15px;
    font-style: initial;
    text-align: center;
}

.box-form-book-ticket {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.item-form-book-ticket {
    width: 100%;
    margin-bottom: 26px;
}

.item-form-book-ticket:nth-child(2n+2) {
    margin-left: auto;
}

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

.item-form-book-ticket input:focus {
    border-color: #FB493D;
}

.item-form-book-ticket:last-child {
    width: 100%;
}

.txt-note {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    font-family: 'montserrat-Medium';
    margin-bottom: 11px;
}

.hottline {
    text-align: center;
    color: #121212;
    font-size: 20px;
    line-height: 24px;
    font-family: 'montserrat-Bold';
}

.hotline-sp {
    color: #121212;
    transition: all .3s;
    margin-left: 10px;
}

.hotline-sp:hover {
    color: #fb493d;
}

.btn-book-ticket {
    text-align: center;
    padding-top: 40px;
}

.btn-book-ticket .btn-dky {
    display: block;
    background: #1E2987;
    border-radius: 0;
    border: 1px solid #1E2987;
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
    height: 40px;
    outline: none;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'montserrat-Bold';
    transition: all .3s;
}

.btn-book-ticket .btn-dky:hover {
    background: transparent;
    color: #1E2987;
}

.block-footer {
    background: url(../images/bg-footer-29.jpg);
    width: 100%;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 55px;
}

.block-info-event h2.title {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-family: 'montserrat-Bold';
}

.block-info-event {
    padding-top: 10px;
}

.block-info-event .hotline-event .title {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'montserrat-Bold';
    margin-bottom: 5px;
}

.txt-ll-event {
    color: #fff;
    font-size: 14px;
}

.content-editor-event p {
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}

.item-info-event {
    margin-bottom: 20px;
}

.map-city-event {
    color: #fff;
    text-transform: uppercase;
    font-family: 'montserrat-Bold';
    font-size: 14px;
    margin-bottom: 3px;
}

.content-block-info-event {
    padding-top: 20px;
}

.logo-footer {
    margin-top: 10px;
}

.logo-footer a {
    display: block;
}

.txt-ll-event a {
    color: #fff;
    transition: all .3s;
    margin-right: 2px;
}

.txt-ll-event a:hover {
    color: #fb493d;
}

.txt-ll-event span {
    position: relative;
    display: inline-block;
    top: -1px;
    margin: 0 1px;
}

@media (min-width:576px) and (max-width:767px) {
    .block-info-event {
        margin-bottom: 30px;
    }
    .block-footer {
        padding: 40px 0;
        background-size: cover;
    }
    .logo-footer {
        margin-top: 30px;
    }
}

@media (max-width:575px) {
    .block-info-event {
        margin-bottom: 25px;
    }
    .block-footer {
        padding: 30px 0;
        background-size: cover;
    }
    .logo-footer {
        margin-top: 30px;
    }
    .block-footer {
        padding: 40px 0;
    }
    .logo-footer {
        margin-top: 30px;
    }
    .content-ticket {
        padding: 25px 20px;
    }
    .title-ticket h3 {
        font-size: 20px;
    }
    .item-form-book-ticket {
        width: 100%;
        margin-bottom: 14px;
    }
    .box-form-book-ticket {
        padding-bottom: 10px;
    }
    .hottline {
        font-size: 18px;
    }
    .txt-note {
        font-size: 15px;
    }
    .btn-book-ticket {
        padding-top: 24px;
    }
    .item-form-book-ticket input {
        padding: 0 10px;
    }
    .block-info-event h2.title {
        font-size: 16px;
    }
    .content-block-info-event {
        padding-top: 25px;
    }
}

/* section benefit */
.section-benefit {
    background : url('../images/bg-benefit-29.png') no-repeat center center;
    background-size: cover;
    min-height: 539px;
    display: flex;
    flex-wrap: wrap;
}
.section-benefit .benefit-wrap {
    max-width: 660px;
    margin: 0 auto;
    padding: 40px 0 ;
    color : #ffffff ;
}
.section-benefit .benefit-wrap h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 46px;
    margin: 0 0 35px 0;
}
.section-benefit .benefit-wrap p {
    font-size: 19px;
    color: #FFFFFF;
    padding: 15px 0;
}
.section-benefit .benefit-wrap img {
    position: relative;
    top: -2px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .section-benefit .benefit-wrap h2 {
        font-size: 24px;
    }
}
@media (max-width: 768px ){
    .section-benefit .benefit-wrap h2 {
        font-size: 18px;
        margin: 0 0 25px 0 ;
    }
    .section-benefit .benefit-wrap p {
        font-size: 16px;
        padding: 5px 0 ;
    }
}


.block-footer .hotline-event {
    padding-top: 25px;
}
.block-footer .hotline-event .title {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: bold ;
    margin-bottom: 5px;
}
.form-subscribe {
    padding: 35px 0 ;
    border-bottom: 1px solid #CDCDCD;
    color : #ffffff ;
}
.form-subscribe .small-text {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    max-width: 810px;
    margin: 0 auto 23px;
}
.form-subscribe .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;

    color: #FFB800;
    margin-bottom : 35px;
}
.form-subscribe .input-form {
    max-width: 600px;
    display: block;
    margin: 0 auto ;

    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
}
.form-subscribe .input-form input:focus {
    background: #ffffff !important;
}
.input-form input {
    width: calc(100% - 176px);
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    line-height: 56px;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    border: 0.5px solid #C4C4C4;
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
}
.input-form button.btn-submit {
    appearance: none;
    -webkit-appearance: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    min-width: 176px;
    padding: 0;
    border: none;
    outline: none;
    float: right;
    background: #FFB800;
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
}

.section-location {
    padding: 30px 0 50px 0 ;
}
.location-wrap{
    background: #FFB800;
    border-radius: 6px;
    color : #ffffff ;
    padding: 30px ;
}
.location-wrap h2.title {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    margin: 0 0 35px 0 ;
}
.location-list {
    display: flex;
    flex-wrap: wrap;
}
.location-list .item {
    float: left ;
    width: 50%;
    margin-bottom: 15px;
    padding: 0 10px;
}
.location-list .item:nth-child(2n+1) {
    border-right: 1px solid #333;
}
.location-list .item .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    display: block;
    padding-left: 41px;
    max-width: 415px;
    margin: 0 auto;
}
.location-list .item img {
    width: 34px;
    height: 34px;
    float: left;
}
.location-list .address > span {
    float: left;
    width: calc(100% - 48px);
    margin-left: 7px;
}

.location-list .address {
    display: inline-block;
    padding: 8px 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    max-width: 415px;
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .location-wrap {
        padding: 20px;
    }
    .location-list .item .name {
        font-size: 18px;
    }
}


@media screen and (max-width: 767px) {
    .location-wrap {
        padding: 15px;
    }
    .location-list .item .name {
        font-size: 16px;
        max-width: 100%;

    }
    .location-list .item ,
    .location-list .item:nth-child(2n+1){
        width:100% ;
        border: none ;
    }
    .form-subscribe .small-text {
        font-size: 16px;
        line-height: 32px;
    }
    .form-subscribe .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .input-form input {
        line-height: 32px;
    }
    .input-form button.btn-submit {
        line-height: 30px;
        height: 34px;
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .location-wrap h2.title {
        font-size: 22px;
    }
}

.popup-book-ticket {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    outline: 0;
    align-items: center;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 13;
}

.popup-book-ticket.active {
    opacity: 1;
    visibility: visible;
}

.bg-modal-page {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.63);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.popup-book-ticket.active .bg-modal-page {
    opacity: 1;
    visibility: visible;
}

.ct-popup-ticket {
    width: 670px;
    margin: 0 auto;
    background: #ffffff;
    border: 3px solid #280B81;
    position: relative;
    padding: 40px;
    transition: all 0.5s;
    z-index: 3;
    transform: translate(0, -65%);
}

.popup-book-ticket.active .ct-popup-ticket {
    transform: translate(0, 0);
}

.close-popup-ticket {
    display: block;
    width: 30px;
    line-height: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    cursor: pointer;
}

.close-popup-ticket img {
    position: relative;
    transition: all 0.4s;
    transform: rotate(0);
}

.close-popup-ticket:hover img {
    transform: rotate(90deg);
}

.title-popup h3 {
    text-align: center;
    color: #280B81;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 6px;
}

.title-popup p {
    text-align: center;
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
}


.item-form-book-ticket {
    margin-bottom: 18px;
    font-variant: common-ligatures;
}

.item-form-book-ticket input:focus {
    border-color: #000000;
}
.form-check-label {
    color : #333333 ;
}
.box-commitment {
    padding-left: 21px;
    padding-bottom: 30px;
}

.box-commitment label {
    font-size: 14px;
    line-height: 17px;
    color : #333333;
}

.btn-book-ticket a {
    display: block;
    background: #280B81;
    border-radius: 7px;
    width: 250px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'montserrat-Bold';
    transform: perspective(1px) translateZ(0);
}

.btn-book-ticket a:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.oveflow-page {
    overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767px) {
    .ct-popup-ticket {
        width: 500px;
    }
}
@media (max-width: 575px) {
    .ct-popup-ticket {
        width: 320px;
        padding: 20px;
    }
}
@media (max-width: 374px) {
    .ct-popup-ticket {
        width: 300px;
        padding: 20px;
    }
}


.form-code-sale {
    display: flex;
}
.btn-code-sale button {
    width: 100%;
    height: 49px;
    margin-left: 10px;
    color: #00000054;
    border: 1px solid transparent;
    padding: 0px 20px;
    background: #fff;
}
.btn-code-sale button:hover {
    cursor: pointer;
}
.form-code-sale input {
    width: 70% !important;
}

.block-code-sale {
    display: flex;
    align-items: center;
    padding-top: 40px;
    flex-direction: row;
    justify-content: center;
}

.block-code-sale--left {
    flex: 1.3;
}

.btn-book-ticket-now button {
    margin: 0 auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-book-ticket-now button span.icons {
    padding: 0 ;
    margin-right: 0 ;
    margin-left: 15px;
}
.btn-book-ticket-now button svg {
    top : 0 ;
}

.btn-code-sale button {
    border: 1px solid transparent;
    background: #000530 ;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn-code-sale button:hover {
    background: #fff;
    color: #000000;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 991px) {
    .block-code-sale {
        flex-direction: column;
    }
    .block-code-sale--left {
        flex: 1;
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }
    .block-code-sale--right {
        flex: 1;
        width: 100%;
    }
    .btn-book-ticket-now button {
        margin: 0 auto;
        margin-left: auto;
        width: 100%;
    }
    .block-code-sale--left .txt {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .block-code-sale--left .txt {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .block-code-sale--left .form-code-sale {
        max-width: 100%;
        align-items: center;
        justify-content: center;
    }
}




/* Section 4 */

.section-list-partner {
    background: #F5F5F5;
    padding: 25px 0;
    padding-bottom: 50px;
}
.section-list-partner h2.title-page {
    display: inline-block ;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #0F2981;
}

.main-section-partner {
    padding-top: 40px;
}

.list-item-partner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 600px;
    margin: 0 auto;
}

.item-partner {
    width: calc(100% / 3);
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-partner a {
    display: block;
    position: relative;
}

.item-partner a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ededed;
    transform: scale(0);
    transition: all .5s;
    z-index: 1;
    border-radius: 4px;
}

.item-partner a:hover:before {
    transform: scaleX(1.3) scaleY(1.5);
}

.item-partner a img {
    position: relative;
    z-index: 2;
}

@media (min-width:992px) and (max-width:1199px) {
    .section-list-partner {
        padding-bottom: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .section-list-partner {
        padding-bottom: 20px;
    }
    .item-partner {
        width: 33.33%;
    }
    .section-list-partner {
        padding: 20px 0 ;
    }
    .main-section-partner {
        padding-top: 65px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .section-list-partner {
        padding: 20px 0;
    }
    .item-partner {
        width: 48%;
        background: #f3f3f3;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .item-partner:nth-child(2n+2) {
        margin-left: auto;
    }
    .item-partner a:before {
        display: none;
    }
    .main-section-partner {
        padding-top: 55px;
    }
}

@media (max-width:575px) {
    .main-section-partner {
        padding-top: 65px;
    }
    .section-list-partner {
        padding-bottom: 20px;
        padding-top: 0;
    }
    .item-partner a:before {
        display: none;
    }
    .item-partner {
        width: 48%;
        background: #f3f3f3;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .item-partner:nth-child(2n+2) {
        margin-left: auto;
    }
}


/* Footer */

.title-ticket h3 {
    color: #1E2987;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    font-weight: bold ;
    margin-bottom: 6px;
}

.content-ticket {
    margin: 0 auto;
    background: #ffffff;
    border: 3px solid#1E2987;
    position: relative;
    padding: 40px;
    transition: all 0.5s;
}

.title-ticket p {
    color: #666666;
    font-size: 13px;
    line-height: 15px;
    font-style: initial;
    text-align: center;
}

.box-form-book-ticket {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}



.item-form-book-ticket:nth-child(2n+2) {
    margin-left: auto;
}

.item-form-book-ticket > label {
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold ;
    display: block;
}


.item-form-book-ticket input:focus {
    border-color: #FB493D;
}

.item-form-book-ticket:last-child {
    width: 100%;
}

.txt-note {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    font-family: 'montserrat-Medium';
    margin-bottom: 11px;
}

.hottline {
    text-align: center;
    color: #121212;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold ;
}

.hotline-sp {
    color: #121212;
    transition: all .3s;
    margin-left: 10px;
}

.hotline-sp:hover {
    color: #fb493d;
}

.btn-book-ticket {
    text-align: center;
    padding-top: 40px;
}

.btn-book-ticket .btn-dky {
    display: block;
    background: #1E2987;
    border-radius: 0;
    border: 1px solid #1E2987;
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
    height: 40px;
    outline: none;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold ;
    transition: all .3s;
}

.btn-book-ticket .btn-dky:hover {
    background: transparent;
    color: #1E2987;
}
.color-white {
    color : #ffffff ;
}
.block-footer {
    background:  #000000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 55px;
}

.block-info-event h2.title {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold ;
}

.block-info-event {
    padding-top: 10px;
}
.block-footer .hotline-event {
    padding-top: 25px;
}
.block-footer .hotline-event .title {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: bold ;
    margin-bottom: 5px;
}

.txt-ll-event {
    color: #fff;
    font-size: 14px;
}

.content-editor-event p {
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}

.item-info-event {
    margin-bottom: 20px;
}

.map-city-event {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold ;
    font-size: 14px;
    margin-bottom: 3px;
}

.content-block-info-event {
    padding-top: 30px;
}


.logo-footer a {
    display: block;
}

.txt-ll-event a {
    color: #fff;
    transition: all .3s;
    margin-right: 2px;
}

.txt-ll-event a:hover {
    color: #fb493d;
}

.txt-ll-event span {
    position: relative;
    display: inline-block;
    top: -1px;
    margin: 0 1px;
}
.form-subscribe {
    padding: 35px 0 ;
    border-bottom: 1px solid #CDCDCD;
    color : #ffffff ;
}
.form-subscribe .small-text {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    max-width: 810px;
    margin: 0 auto 23px;
}
.form-subscribe .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;

    color: #FB813D;
    margin-bottom : 35px;
}
.form-subscribe .input-form {
    max-width: 600px;
    display: block;
    margin: 0 auto ;

    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
}
.form-subscribe .input-form input:focus {
    background: #ffffff !important;
}
.input-form input {
    width: calc(100% - 176px);
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    line-height: 44px;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    border: 0.5px solid #C4C4C4;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.input-form button.btn-submit {
    appearance: none;
    -webkit-appearance: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 46px;
    min-width: 176px;
    padding: 0;
    border: none;
    outline: none;
    float: right;
    background: #FB813D;
}
@media (min-width:576px) and (max-width:767px) {
    /* .block-info-event {
        padding: 0;
        margin-bottom: 40px;
    } */
    .block-footer {
        padding: 40px 0;
        background-size: cover;
    }
    .logo-footer {
        margin-top: 30px;
    }
}

@media (max-width:575px) {
    .block-footer {
        padding: 30px 0;
        background-size: cover;
    }
    .logo-footer {
        margin-top: 30px;
    }
    .block-info-event {
        padding: 0;
        margin-bottom: 40px;
    }
    .block-footer {
        padding: 40px 0;
    }
    .logo-footer {
        margin-top: 30px;
    }
    .content-ticket {
        padding: 25px 20px;
    }
    .title-ticket h3 {
        font-size: 20px;
    }
    .item-form-book-ticket {
        width: 100%;
        margin-bottom: 14px;
    }
    .box-form-book-ticket {
        padding-bottom: 10px;
    }
    .hottline {
        font-size: 18px;
    }
    .txt-note {
        font-size: 15px;
    }
    .btn-book-ticket {
        padding-top: 24px;
    }
    .item-form-book-ticket input {
        padding: 0 10px;
    }
    .block-info-event h2.title {
        font-size: 23px;
    }
    .content-block-info-event {
        padding-top: 22px;
    }
}



.checked__checkin-all .modal-dialog {
    max-width: 400px;
}

.checked__checkin-all .modal-header {
    padding: 20px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f2f2;
    border: unset;
}

.checked__checkin-all .modal-header h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #454545;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.checked__checkin-all .modal__detail-checkin {
    text-align: left;
    padding: 30px;
    padding-top: 0;
}

.checked__checkin-all .modal__detail-checkin h5 {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #000000a6;
    margin-top: 30px;
    margin-bottom: 13px;
}

.checked__checkin-all .modal__detail-checkin .box__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    word-break: break-word;
    margin-bottom: 10px;
}

.checked__checkin-all .modal__detail-checkin .box__info .navi {
    color: #0db8b8;
}

.checked__checkin-all .modal__detail-checkin .box__info .yellow {
    color: #ec9d00;
}

.checked__checkin-all .modal__detail-checkin .box__info span:first-child {
    max-width: 130px;
    width: 100%;
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #000000a6;
}

#checkin .box__info span {
    text-align: left;
    padding-bottom: 0;
}

.checked__checkin-all .modal__detail-checkin .box__info span:last-child {
    margin-left: 33px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
}

.checked__checkin-all .box__ticket-code {
    text-align: center;
    margin-top: 30px;
}

.status {
    padding: 4px 10px !important;
    font-weight: normal;
    border-radius: 75px;
    font-size: 12px;
    line-height: 18px;
}

.status.orange {
    background: rgba(250, 173, 20, 0.2);
    color: #ec9d00;
}

.status.blue {
    background: #e6f7ff;
    color: #1890ff;
}

.status.green {
    background: rgba(82, 196, 26, 0.2);
    color: #52c41a;
}

.status.red {
    background: rgba(255, 77, 79, 0.2);
    color: #ff4d4f;
}

.status.grey {
    background: #dddddd;
}

.status.navi {
    background: #13c2c233;
    color: #0db8b8;
}

.status.yellow {
    background: #faad1433;
    color: #ec9d00;
}

.box__btn-api {
    text-align: right;
    margin-top: 20px;
}

.box__btn-api .btn__api {
    font-weight: normal;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.box__btn-api .btn__api.btn__api-cancel {
    color: #f84d4d;
    background: #fafcfe;
    border: 1px solid #f84d4d;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0 32px;
}

.box__btn-api .btn__api.btn__api-cancel:hover {
    background: #f84d4d;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
}

.box__btn-api .btn__api.btn__api-add {
    color: #4d7ff8;
    background: #fff;
    border: 1px solid #4d7ff8;
    padding: 0 30px;
    margin-left: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box__btn-api .btn__api.btn__api-add:hover {
    background: #4d7ff8;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-code-sale button:focus {
    outline: none;
}

.section-ticket {
    display: inline-block;
    width: 100%;
}
.section-info-ticket {
    border: 3px solid #000000;;
    position: relative;
    padding: 40px 37px;
    background: #fff;
}

.section-info-ticket.home-3 {
    border: 3px solid #000000;
}

.section-info-ticket.home-3 .btn-book-ticket-now button {
    background: #280B81;
}

.section-info-ticket.home-3 .tite-section {
    color: #000000;
}

.name-ticket-item {
    cursor: pointer;
}
.total-number {
    outline: none;
    width: 100%;
    max-width: 60px;
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    font-weight: 500 ;
}
.section-info-ticket .tite-section {
    display : block ;
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-weight: bold ;
    text-transform: uppercase;
    padding: 0 24px;
}

.section-info-ticket.home-2,
.section-info-ticket .tite-section.home-2 {
    color: #0615a0;
    border-color: #0615a0;
}

.btn-book-ticket-now.home-2 a,
.btn-book-ticket-now.home-2 a:hover {
    background: #0615a0;
}

span.price-ticket.home-1 {
    color: #000000;
}

span.price-ticket.home-2 {
    color: #0615a0;
}

span.price-ticket.home-3 {
    color: #000000;
}

.section-info-ticket .ticket-gmail {
    text-align: center;
    color: #666666;
    font-size: 12px;
    font-style: italic;
}
.add {
    width: 25px;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
}

.sub {
    width: 25px;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
}

.sub:focus {
    border: none;
    background: transparent;
    box-shadow: none;
}
.table-ticket {
    margin-top: 40px;
    border: 1px solid #ddd;
}

.block-code-sale {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.block-code-sale--left {
    display: flex;
    align-items: center;
}

.block-code-sale--left .txt {
    color: #000000;
    font-size: 16px;
    margin-right: 20px;
}

.form-code-sale {
    max-width: 379px;
}

.form-code-sale input {
    width: 100%;
    height: 49px;
    padding: 0 20px;
    font-size: 16px;
    font-family: 'Montserrat';
    border: 1px solid #dddddd;
    transition: all 0.3s;
}
.form-code-sale input::placeholder {
    color: #333333;
    font-size: 14px;
}

.block-code-sale--right {
    flex: 1;
}

.not__flex {
    display: block;
}

.block-code-sale span {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    display: block;
    padding-bottom: 16px;
    text-align: center;
}

.btn-book-ticket-now {
    flex: 1;
}

.btn-book-ticket-now button {
    display: block;
    background: #000530 ;
    color: #ffffff;
    border-radius: 7px;
    text-align: center;
    max-width: 558px;
    margin-left: auto;
    height: 49px;
    line-height: 49px;
    font-size: 14px;
    font-weight: bold ;
    transition: all 0.3s;
    transform: perspective(1px) translateZ(0);
    text-align: center;
    margin: 0 auto;
    width: 100%;
    border: unset;
}

.btn-book-ticket-now button:focus {
    outline: unset;
    border: unset;
}

.btn-book-ticket-now button:hover {
    background: #000000;
}

.btn-book-ticket-now {
    transform: perspective(1px) translateZ(0);
}

.btn-book-ticket-now button:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.form-code-sale input:focus {
    border-color: #000000;
}

.ticket-thead {
    display: flex;
    background: #f2f2f2;
    padding: 0 20px;
}

.item-title-item-table:nth-child(1) {
    width: 630px;
}

.item-title-item-table:nth-child(2) {
    width: 200px;
    text-align: center;
    justify-content: center;
}

.item-title-item-table:nth-child(3) {
    width: 260px;
    border-right: none;
    text-align: right;
    justify-content: flex-end;
}

.item-title-item-table h3 {
    color: #333333;
    font-size: 14px;
}

.item-title-item-table {
    border-right: 1px solid #dddddd;
    height: 49px;
    line-height: 49px;
    position: relative;
    align-items: center;
    display: flex;
}

.item-info-detail-ticket {
    min-height: 49px;
    display: flex;
    padding: 0 20px;
    border-bottom: 1px solid #dddddd;
}

.block-colum-form:nth-child(2) {
    display: flex;
    width: 200px;
    text-align: center;
    justify-content: space-around;
    align-items: center;
}

.block-colum-form:nth-child(1) {
    width: 630px;
    padding-right: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.block-colum-form:nth-child(3) {
    width: 260px;
    text-align: right;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.name-ticket-item .txt {
    color: #333333;
    font-size: 14px;
    font-weight: bold ;
    margin-right: 2px;
}

.ticket-body {
}

.block-colum-form {
    border-right: 1px solid #dddddd;
    padding: 6px 0;
}

.block-colum-form:last-child {
    border: none;
}

.next-number {
    width: 15px;
    cursor: pointer;
}

.remove-number {
    width: 15px;
    cursor: pointer;
}

.price-ticket-original {
    display: block;
    color: #888888;
    font-size: 12px;
    text-decoration: line-through;
}

.price-ticket {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 500 ;
}

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

.txt-total {
    color: #333333;
    font-size: 14px;
    font-weight: bold ;
}

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

.item-info-detail-ticket:last-child .block-colum-form:first-child {
    width: calc(75% + 12px);
}

@media (max-width: 991px) {
    .item-info-detail-ticket:last-child .block-colum-form:first-child {
        width: calc(100% + 145px);
    }
}

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

.total-price-ticket {
    color: #000000;
    font-size: 14px;
    font-weight: bold ;
}
.content-detail-ticket {
    display: none;
}
.content-detail-ticket p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-book-ticket-now button {
        max-width: 400px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-book-ticket-now button {
        max-width: 300px;
    }
    /* .item-info-detail-ticket:nth-child(4) .block-colum-form:nth-child(1) {
        width: 795px;
    } */
}
@media (min-width: 576px) and (max-width: 767px) {
    .btn-book-ticket-now button {
        max-width: 300px;
        margin: 0 auto;
    }
    /* .item-info-detail-ticket:nth-child(4) .block-colum-form:nth-child(1) {
        width: 785px;
    } */
    .block-code-sale--left {
        margin-bottom: 25px;
    }
    .block-code-sale {
        display: block;
        padding-top: 20px;
    }
    .item-info-detail-ticket {
        padding: 0 15px;
    }
    .section-info-ticket .tite-section {
        font-size: 25px;
        top: -17px;
    }
    .total-number {
        max-width: 45px;
    }
    .ticket-thead {
        padding: 0 15px;
    }
    .block-colum-form:nth-child(1) {
        width: 623px;
    }
}
@media (max-width: 575px) {
    .ticket-thead {
        padding: 0 10px;
    }
    .btn-book-ticket-now button {
        max-width: 300px;
        margin: 0 auto;
    }
    /* .item-info-detail-ticket:nth-child(4) .block-colum-form:nth-child(1) {
        width: 618px;
    } */
    .content-detail-ticket p {
        font-size: 13px;
    }
    .block-code-sale--left {
        margin-bottom: 25px;
        display: block;
    }
    .block-colum-form {
        padding: 5px !important ;
    }
    .item-info-detail-ticket:last-child .block-colum-form:last-child,
    .block-colum-form:nth-child(3),
    .item-title-item-table:nth-child(3) {
        /*width: 252px;*/
        flex: 0 0 30%;
        max-width: 30%;
    }
    /*.item-title-item-table:nth-child(2) {
        width: 208px;
    }*/
    .block-code-sale {
        display: block;
        padding-top: 20px;
    }

    .item-info-detail-ticket {
        padding: 0 15px;
    }
    .section-info-ticket .tite-section {
        font-size: 20px;
        top: -13px;
    }
    .section-info-ticket {
        padding: 20px 15px;
    }
    .table-ticket {
        margin-top: 30px;
    }
    .block-code-sale--left .txt {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .item-info-detail-ticket {
        /*		padding-right: 5px;
        padding-left: 10px;*/
        padding: 0 10px;
    }
    /*.block-colum-form:nth-child(1) {
        width: 455px;
    }*/
    .block-colum-form:nth-child(1),
    .item-title-item-table:nth-child(1) {
        /*width: 484px;*/
        flex: 1;
        flex-basis: 0;
    }
    .total-number {
        max-width: 32px;
    }
    .item-title-item-table:nth-child(2),
    .block-colum-form:nth-child(2) {
        /*display: flex;
        flex-direction: column;*/
        display: flex;
        flex: 0 0 110px;
        max-width: 110px;
    }
    .sub {
        border: 1px solid #ddd;
        border-radius: 5px;
    }
    .add {
        border: 1px solid #ddd;
        border-radius: 5px;
    }
    /*	.item-info-detail-ticket:nth-child(4) .block-colum-form:nth-child(2) {
        justify-content: center;
    }*/
}
@media (max-width: 376px) {
    .section-info-ticket .tite-section {
        font-size: 18px;
        top: -12px;
        width: 196px;
        text-align: center;
    }
    .item-title-item-table:nth-child(2),
    .block-colum-form:nth-child(2) {
        /*display: flex;
        flex-direction: column;*/
        display: flex;
        flex: 0 0 90px;
        max-width: 90px;
    }
    /*	.item-title-item-table:nth-child(1) {
        width: 491px;
    }
    .item-title-item-table:nth-child(3) {
        width: 255px;
    }
    .item-title-item-table:nth-child(2) {
        width: 208px;
    }*/
    /* .item-info-detail-ticket:nth-child(4) .block-colum-form:nth-child(1) {
        width: 613px;
    } */
}
.section-lichtrinh {
    background: #000747;
    padding: 30px 0 ;
}
.section-lichtrinh h2.title {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #FFB800;
    margin-bottom: 35px;
}
.lichtrinh-item {
    background: #FFFFFF;
    border-radius: 4px;
}
.lichtrinh-item .box-title {
    text-align: center;
    padding: 30px ;
}
.lichtrinh-item .box-title p.day {
    font-weight: bold;
    font-size: 25px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}
.lichtrinh-item .box-title p.time {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #666666;
    margin-bottom: 15px;
}
.lichtrinh-item .box-title p.location {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2B2B2B;
}
.lichtrinh-item .lichtrinh-content {
    display: flex;
    flex-wrap: wrap;
    padding: 30px ;
}
.lichtrinh-item .lichtrinh-content:not(:first-child) {
    border-top: 1px solid #DDDDDD;
}
.lichtrinh-item .lichtrinh-content .times,
.lichtrinh-item .lichtrinh-content .diengia {
    flex: 1;
    font-size: 16px;
    line-height: 22px;
}
.lichtrinh-item .lichtrinh-content .times img {
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.lichtrinh-item .lichtrinh-content .diengia p.name {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #FFB800;
    margin-bottom: 15px;
}
.lichtrinh-item .lichtrinh-content .diengia p.list-diengia img {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
}
.section-lichtrinh .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 50px;
}
.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    border: 1px solid #FFB800;
    background: transparent !important;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background : #FFB800 !important;
}

@media (max-width: 575px) {
    .section-lichtrinh h2.title {
        font-size: 22px;
    }
    .lichtrinh-item .box-title p.day {
        font-size: 18px;
    }
    .lichtrinh-item .box-title p.location,
    .lichtrinh-item .lichtrinh-content .diengia p.name,
    .lichtrinh-item .lichtrinh-content .times, .lichtrinh-item .lichtrinh-content .diengia {
        font-size: 14px;
    }
}

.copyright {
    font-size: 12px;
    line-height: 27px;
    padding: 7px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.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:first-child .txt-total{
    padding-right : 10px;
}
.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;
    }
}

.main-ct-popup-ticket {
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.main-ct-popup-ticket::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.main-ct-popup-ticket::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.main-ct-popup-ticket input[type=text],
.main-ct-popup-ticket input[type=number],
.main-ct-popup-ticket input[type=email],
.main-ct-popup-ticket input[type=phone],
.main-ct-popup-ticket input[type=password]{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 0 20px;
    outline: none;
    transition: all 0.3s;
}

.item-form-book {
    margin-bottom: 20px;
}
.item-form-book label {
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    display: block;
}

.box-commitment {
    padding-left: 21px;
    padding-bottom: 30px;
    position : relative ;
}

.box-commitment label {
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    margin-left : 8px;
}
.box-commitment input {
    width: 19px;
    height: 17px;
    margin-top: 0px;
}