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-32-2.jpg);
    min-height: 660px;
    width: 100%;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

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

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

.content-banner .name-event {
    color: #252525;
    font-size: 50px;
    line-height: 61px;
    font-family: 'montserrat-ExtraBold';
    margin-bottom: 15px;
    text-transform: uppercase;
}

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

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

.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 185px;
    margin-top: 60px;
    border: 1px solid #FA3021;
    padding: 5px 10px;
    height: 39px;
    background: #fff;
    transition: all .3s;
    border-radius: 0;
}

.btn-custom:hover {
    background: #FA3021;
    color: #fff;
}

.content-about-us p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-family: 'montserrat-Medium';
    margin-bottom: 25px;
}

.block-countdown {
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 35px;
}

.block-countdown:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 181px;
    height: 1px;
    background: #505050;
    left: 50%;
    transform: translateX(-50%);
}

.countdown-item {
    margin-right: 60px;
    align-items: center;
    display: flex;
}

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

.countdown-item .name {
    margin-left: 7px;
}

.countdown-item span {
    color: #252525;
    font-size: 20px;
    font-family: 'montserrat-Medium';
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .setion-banner {
        min-height: 550px;
    }
    .content-banner {
        padding-top: 150px;
    }
    .btn-custom {
        margin-top: 50px;
    }
}

@media (max-width:1200px) {
    .setion-banner {
        display: flex;
        align-items: center;
    }
}

@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;
    }
    .content-banner .address {
        font-size: 20px;
    }
    .btn-custom {
        margin-top: 35px;
    }
    .content-banner {
        padding: 50px 0;
    }
    .block-countdown {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-countdown {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .setion-banner {
        min-height: 380px;
        background-size: cover;
    }
    .flag-event {
        font-size: 25px;
    }
    .content-banner .name-event {
        font-size: 32px;
        line-height: 43px;
    }
    .content-banner .address {
        font-size: 18px;
    }
    .btn-custom {
        margin-top: 35px;
    }
    .content-banner {
        padding: 40px 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;
    }
    .block-countdown {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .content-banner .name-event {
        font-size: 32px;
        line-height: 43px;
    }
    .content-banner .address {
        font-size: 18px;
        line-height: 25px;
    }
    .btn-custom {
        margin-top: 25px;
    }
    .content-banner {
        padding: 40px 0;
    }
}

@media (max-width: 575px) {
    .block-countdown {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .countdown-item span {
        font-size: 17px;
    }
    .countdown-item {
        margin-right: 20px;
    }
    .setion-banner {
        min-height: 350px;
        background-size: cover;
    }
    .flag-event {
        font-size: 20px;
        line-height: 30px;
    }
    .content-banner .name-event {
        font-size: 28px;
        line-height: 40px;
    }
    .content-banner .address {
        font-size: 17px;
        line-height: 25px;
    }
    .btn-custom {
        margin-top: 20px;
    }
    .content-banner {
        padding: 30px 0;
    }
}

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


/* END Section Banner */

.title-page {
    color: #333333;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    font-family: 'montserrat-Bold';
    position: relative;
}

@media (min-width:576px) and (max-width:1200px) {
    .title-page {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width:575px) {
    .title-page {
        font-size: 22px;
    }
}


/* Section 1 */

.item-contact-event {
    background: #EF4836;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 30px;
}

.icon-item-contact {
    width: 26px;
    margin-right: 20px;
    position: relative;
}

.content-item-contact-event {
    flex: 1;
    margin-left: 22px;
}

.content-item-contact-event .title {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-family: 'montserrat-Bold';
    margin-bottom: 10px;
}

.txt-editor-content p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
}

.icon-item-contact:before {
    content: '';
    position: absolute;
    right: -20px;
    width: 1px;
    top: 0px;
    height: 23px;
    background: #fff;
    transform: rotate(12deg);
}

.block-contact-event {
    margin-top: -36px;
}

@media (min-width: 992px) and (max-width:1199px) {
    .item-contact-event {
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .item-contact-event {
        padding: 15px 30px;
    }
    .block-contact-event {
        margin-top: 0;
        padding: 40px 0;
        padding-bottom: 0;
    }
    .item-contact-event {
        height: auto;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .item-contact-event {
        padding: 15px 20px;
    }
    .block-contact-event {
        margin-top: 0;
        padding: 30px 0;
        padding-bottom: 0;
    }
    .item-contact-event {
        height: auto;
    }
}

@media (max-width:575px) {
    .item-contact-event {
        padding: 15px;
    }
    .block-contact-event {
        margin-top: 0;
        padding: 30px 0;
        padding-bottom: 0;
    }
    .content-item-contact-event .title {
        margin-bottom: 5px;
    }
    .item-contact-event {
        height: auto;
    }
}


/* Section 2 */

.block-about-us {
    padding-top: 150px;
    padding-bottom: 80px;
}

.picture-home-about-us {
    width: 100%;
}

.content-main-about-us {
    padding-left: 30px;
}

.content-main-about-us .title {
    color: #000000;
    font-family: 'montserrat-Bold';
    font-size: 34px;
    margin-bottom: 25px;
}

.txt-content-abou-us p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-family: 'montserrat-Medium';
    margin-bottom: 3px;
}

.txt-content-abou-us p img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

@media (min-width: 1200px) and (max-width:1599px) {
    .block-about-us {
        padding: 70px 0;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .block-about-us {
        padding: 50px 0;
    }
    .content-main-about-us {
        padding: 0;
    }
    .content-main-about-us .title {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .block-about-us {
        padding: 40px 0;
    }
    .picture-home-about-us {
        text-align: center;
        margin-bottom: 25px;
    }
    .content-main-about-us .title {
        font-size: 27px;
        margin-bottom: 12px;
    }
    .content-main-about-us {
        padding: 0;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .block-about-us {
        padding: 35px 0;
    }
    .picture-home-about-us {
        text-align: center;
        margin-bottom: 25px;
    }
    .content-main-about-us .title {
        font-size: 27px;
        margin-bottom: 12px;
    }
    .content-main-about-us {
        padding: 0;
    }
}

@media (max-width:575px) {
    .block-about-us {
        padding: 30px 0;
    }
    .picture-home-about-us {
        text-align: center;
        margin-bottom: 25px;
    }
    .content-main-about-us .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .content-main-about-us {
        padding: 0;
    }
}


/* Section 3 */

.item-slide-speakers {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    padding: 25px;
}

.picture-info-slide {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.picture-info-slide img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.content-item-slide {
    flex: 1;
    margin-left: 30px;
}

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

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

.txt-content-item-slide {
    padding-top: 13px;
}

.txt-content-item-slide p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-family: 'montserrat-Medium';
}

.block-slide-speakers {
    position: relative;
    padding-top: 85px;
}

.btn-control-speakers {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #575757;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    transition: all .3s;
}

.btn-control-speakers.btn-next {
    right: 0;
}

.btn-control-speakers .icon {
    width: 10px;
    display: block;
}

.wp-block-speakers {
    padding-bottom: 70px;
}

.btn-control-speakers.btn-prev {
    right: 40px;
}

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

.btn-control-speakers:hover {
    border-color: #f9a29a;
}

.block-slide-speakers .swiper-slide {
    display: flex;
    height: auto;
}

@media (min-width:1200px) and (max-width:1599px) {
    .wp-block-speakers {
        padding-bottom: 60px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .wp-block-speakers {
        padding-bottom: 50px;
    }
    .block-slide-speakers {
        padding-top: 80px;
    }
    .btn-control-speakers {
        top: 20px;
    }
    .item-slide-speakers {
        padding: 15px;
    }
    .picture-info-slide {
        width: 70px;
        height: 70px;
    }
    .content-item-slide {
        margin-left: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .wp-block-speakers {
        padding-bottom: 40px;
    }
    .btn-control-speakers {
        top: 30px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .wp-block-speakers {
        padding-bottom: 40px;
    }
    .item-slide-speakers {
        display: block;
        padding: 15px;
        height: auto;
    }
    .picture-info-slide {
        width: 50px;
        height: 51px;
    }
    .content-item-slide {
        margin-top: -43px;
        margin-left: 0px;
    }
    .txt-content-item-slide {
        padding-top: 16px;
    }
    .name-speakers {
        padding-left: 66px;
        margin-bottom: 3px;
        font-size: 15px;
    }
    .title-profile {
        padding-left: 66px;
        font-size: 12px;
    }
    .block-slide-speakers {
        padding-top: 75px;
    }
    .btn-control-speakers {
        top: 20px;
    }
}

@media (max-width:575px) {
    .block-slide-speakers .swiper-slide {
        display: block;
    }
    .btn-control-speakers {
        top: 24px;
    }
    .block-slide-speakers {
        padding-top: 65px;
    }
    .item-slide-speakers {
        padding: 15px;
        display: block;
    }
    .picture-info-slide {
        width: 55px;
        height: 55px;
    }
    .txt-content-item-slide {
        padding-top: 16px;
    }
    .content-item-slide {
        margin: 0;
        margin-top: -44px;
    }
    .name-speakers {
        font-size: 15px;
        margin-bottom: 3px;
        padding-left: 70px;
    }
    .title-profile {
        font-size: 12px;
        padding-left: 70px;
    }
    .wp-block-speakers {
        padding-bottom: 35px;
    }
}


/* Section 4  */

.block-dky-course {
    background: url(../images/bg-section-32-2.jpg);
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.layout-dky-course {
    display: flex;
    align-items: center;
}

.name-course {
    color: #252525;
    font-family: 'montserrat-Bold';
    font-size: 20px;
    margin-bottom: 19px;
}

.txt-content-course {
    color: #252525;
    font-size: 16px;
    font-family: 'montserrat-Medium';
}

.txt-dky-course {
    flex: 1;
    margin-right: 125px;
}

.layout-dky-course .btn-custom {
    margin: 0;
}

@media (max-width:1200px) {
    .block-dky-course {
        background-size: cover;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .txt-dky-course {
        margin-right: 80px;
    }
    .block-dky-course {
        padding: 50px 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .txt-dky-course {
        margin-right: 80px;
    }
    .block-dky-course {
        padding: 40px 0;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .txt-dky-course {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .block-dky-course {
        padding: 40px 0;
    }
    .layout-dky-course {
        display: block;
        text-align: center;
    }
    .txt-content-course {
        text-align: left;
    }
}

@media (max-width:575px) {
    .txt-dky-course {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .block-dky-course {
        padding: 35px 0;
    }
    .layout-dky-course {
        display: block;
        text-align: center;
    }
    .txt-content-course {
        text-align: left;
        font-size: 15px;
    }
    .name-course {
        font-size: 19px;
        line-height: 26px;
    }
}


/* END Section 4 */


/* Section 5 TAB */

.timeline-sukien .block-title-page {
    padding: 50px 0;
}

.section-timeline-tab {
    background: url(../images/bg-event-39.jpg);
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    display: flex;
    flex-direction: row;
}

.section-timeline-tab .timeline-tab {
    flex: 0 0 240px;
    max-width: 240px;
    margin-right: 40px;
}

.section-timeline-tab .timeline-tabcontent {
    flex: 1;
    flex-direction: column;
}

.section-timeline-tab .timeline-tab li a,
.section-timeline-tab .timeline-tab li {
    display: inline-block;
    width: 100%;
}

.section-timeline-tab .timeline-tab li span.date {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #7E7E7E;
    display: block;
}

.section-timeline-tab .timeline-tab li span.time {
    font-size: 16px;
    display: block;
    line-height: 23px;
    color: #252525;
}

.section-timeline-tab .timeline-tab li a.active {
    background: #EF4836;
}

.section-timeline-tab .timeline-tab li:last-child {
    margin-bottom: 0;
}

.section-timeline-tab .timeline-tab li a {
    /* margin-bottom: 20px; */
    padding: 10px 20px;
    background: #ffffff;
}

.section-timeline-tab .timeline-tab li {
    margin-bottom: 20px;
}

.section-timeline-tab .timeline-tab li a.active span {
    color: #ffffff;
}

.section-timeline-tab .tabbable {
    background: #ffffff;
    padding: 20px;
}

.timeline-sukien .timeline-content {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.timeline-sukien .timeline-content {
    display: flex;
    align-items: center;
}

.timeline-sukien .timeline-content .timeline-img {
    flex: 0 0 295px;
    max-width: 295px;
    margin-right: 25px;
}

.timeline-sukien .timeline-content .timeline-info {
    flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    font-size: 12px;
}

.timeline-sukien .timeline-content .timeline-info .name {
    font-size: 14px;
    line-height: 24px;
}

.timeline-content .timeline-info .desc {
    margin-top: 25px;
}

.timeline-sukien .section-timeline-tab .tabbable ul.nav {
    border-bottom: 1px solid #CACACA;
    margin-bottom: 20px;
    overflow: auto;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    flex-wrap: nowrap;
}

.timeline-sukien .section-timeline-tab .tabbable ul.nav li {
    flex-shrink: 0;
    width: auto;
    -ms-flex-negative: 0;
}

.section-timeline-tab .tabbable .nav-link {
    font-size: 14px;
    color: #7E7E7E;
    padding: 15px 0;
    position: relative;
    margin-right: 30px;
}

.section-timeline-tab .tabbable .nav-link.active {
    color: #EF4836;
    font-weight: 600;
}

.section-timeline-tab .tabbable .nav-link.active::after {
    content: '';
    border-bottom: 1px solid #EF4836;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

#toggleTabs-timeline {
    padding: 10px 20px;
    position: relative;
    background: #ffffff;
    text-align: center;
    display: none;
    text-transform: uppercase;
}

@media (min-width:992px) and (max-width:1199px) {
    .timeline-sukien .block-title-page {
        padding-bottom: 30px;
    }
    .section-timeline-tab {
        padding: 20px;
    }
    .section-timeline-tab .tabbable .nav-link {
        padding: 10px 0;
    }
    .section-timeline-tab .timeline-tab li a {
        padding: 10px 15px;
    }
    .section-timeline-tab .timeline-tab {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    #toggleTabs-timeline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-timeline-tab .timeline-tab ul.nav {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        width: 100%;
        z-index: -1;
        box-shadow: 0px 3px 5px 1px #989797dc;
    }
    .section-timeline-tab .timeline-tab ul.nav.show {
        z-index: 10;
    }
    .section-timeline-tab .timeline-tab li {
        margin-bottom: 0;
    }
    .section-timeline-tab {
        flex-wrap: wrap;
    }
    .section-timeline-tab .timeline-tab,
    .section-timeline-tab .timeline-tabcontent {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        position: relative;
    }
    .section-timeline-tab .timeline-tab li a {
        padding: 10px;
    }
    .section-timeline-tab .timeline-tab li a:hover {
        background: #16214E;
    }
    .section-timeline-tab .timeline-tab li a:hover span {
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    .timeline-sukien .timeline-content {
        flex-wrap: wrap;
    }
    .timeline-sukien .timeline-content .timeline-info,
    .timeline-sukien .timeline-content .timeline-img {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .timeline-sukien .block-title-page {
        padding-bottom: 30px;
        padding-top: 40px;
    }
    .section-timeline-tab {
        padding: 20px;
        padding-bottom: 0;
    }
    .section-timeline-tab .tabbable .nav-link {
        padding: 10px 0;
    }
    .section-timeline-tab .timeline-tab li a {
        padding: 10px 15px;
    }
    .section-timeline-tab .timeline-tab {
        margin-right: 20px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .timeline-sukien .block-title-page {
        padding-bottom: 30px;
        padding-top: 40px;
    }
    .section-timeline-tab {
        padding: 20px;
        padding-bottom: 0;
    }
    .section-timeline-tab .tabbable .nav-link {
        padding: 10px 0;
    }
    .section-timeline-tab .timeline-tab li a {
        padding: 10px 15px;
    }
    .section-timeline-tab .timeline-tab {
        margin-right: 20px;
    }
}

@media (max-width:575px) {
    .section-timeline-tab {
        padding: 10px;
        padding-bottom: 0;
    }
    .section-timeline-tab .timeline-tab,
    .section-timeline-tab .timeline-tabcontent {
        margin-bottom: 10px;
    }
    .section-timeline-tab .tabbable .nav-link {
        padding: 10px 0;
    }
    .section-timeline-tab .tabbable {
        padding: 15px;
    }
    .section-timeline-tab .timeline-tabcontent {
        margin-bottom: 10px;
    }
}


/* END Section 5 TAB */


/* Section 6*/

.section-list-partner {
    background: #FAFAFA;
    padding-top: 50px;
    padding-bottom: 45px;
}

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

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

.item-partner {
    width: 25%;
    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: 55px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .section-list-partner {
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .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: 35px;
    }
}

@media (max-width:575px) {
    .main-section-partner {
        padding-top: 35px;
    }
    .section-list-partner {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .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;
    }
}


/* END Section 6 */

.block-dky-form-free {
    background: url(../images/bg-section-7-32.jpg);
    width: 100%;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 120px 0 100px 0;
}

.title-block-form .title {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 29px;
    font-family: 'montserrat-Bold';
    margin-bottom: 8px;
}

.txt-title-small {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
}

.form-dky-free form {
    display: flex;
}

.item-form {
    width: 25%;
    margin-right: 15px;
    margin-bottom: 15px;
}

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

.item-form input {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    height: 50px;
    background: transparent;
    transition: all .3s;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}

.title-block-form {
    padding-bottom: 50px;
}

.form-dky {
    width: 100%;
    height: 50px;
    background: #FB493D;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    font-family: 'montserrat-SemiBold';
    border: 2px solid #FB493D;
    outline: none;
    transition: all .3s;
    cursor: pointer;
}

.form-dky:hover {
    background: transparent;
    color: #fff;
}

.item-form input::placeholder {
    color: #fff;
}

.item-form input:focus {
    border-color: #fb493d;
}

@media (min-width:1200px) and (max-width:1599px) {
    .block-dky-form-free {
        padding: 95px 0 80px 0px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .block-dky-form-free {
        padding: 80px 0 65px 0px;
    }
    .item-form input {
        padding: 0 15px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .block-dky-form-free {
        padding: 50px 0 35px 0px;
    }
    .item-form input {
        padding: 0 15px;
    }
    .item-form input {
        padding: 0 15px;
    }
    .item-form {
        width: 48%;
        margin-right: 0;
        margin-bottom: 27px;
    }
    .form-dky-free form {
        flex-wrap: wrap;
    }
    .item-form:nth-child(2n+2) {
        margin-left: auto;
    }
}

@media (max-width:991px) {
    .block-dky-form-free {
        background-size: cover;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .block-dky-form-free {
        padding: 40px 0 25px 0px;
    }
    .title-block-form {
        padding-bottom: 30px;
    }
}

@media (max-width:575px) {
    .block-dky-form-free {
        padding: 35px 0 25px 0px;
    }
    .title-block-form {
        padding-bottom: 30px;
    }
    .item-form input {
        padding: 0 15px;
    }
    .item-form input {
        padding: 0 15px;
    }
    .item-form {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .form-dky-free form {
        flex-wrap: wrap;
    }
    .title-block-form .title {
        font-size: 21px;
    }
}


/* Foooter */

.block-footer {
    padding: 60px 0;
    padding-bottom: 50px;
}

.content-block-footer {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.txt-ntc {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-family: 'montserrat-Medium';
    margin-bottom: 5px;
}

.name-ntc {
    color: #FB493D;
    font-size: 20px;
    line-height: 24px;
    font-family: 'montserrat-Bold';
    margin-bottom: 25px;
}

.info-ntc {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-family: 'montserrat-Medium';
}

.footer-social h3.title {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #333333;
    text-align: center;
}

.footer-social ul.right {
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.footer-social ul.right li {
    border: 1px solid #333333;
    height: 34px;
    width: 34px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
}

.footer-social ul.right li:hover {
    background: #333333;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.footer-social ul.right li:hover img {
    filter: invert(1);
    transition: all 0.2s ease-in-out;
}

.footer-social ul.right li img {
    max-height: 14px;
    height: 100%;
    width: auto;
    object-fit: scale-down;
}

@media (min-width:576px) and (max-width:1200px) {
    .block-footer {
        padding: 30px 0;
    }
    .name-ntc {
        margin-bottom: 20px;
    }
}

@media (max-width:575px) {
    .block-footer {
        padding: 30px 0;
    }
    .name-ntc {
        margin-bottom: 20px;
    }
    .content-block-footer {
        margin-bottom: 30px;
    }
}


/* Footer */

.title-ticket h3 {
    color: #FB493D;
    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 #FB493D;
    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: 48.5%;
    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: #FB493D;
    border-radius: 7px;
    border: 1px solid #FB493D;
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
    height: 40px;
    outline: none;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'montserrat-Bold';
    transition: all .3s;
}

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

.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: 30px;
}

.logo-footer {
    margin-top: 60px;
    width: 123px;
}

.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;
}

.section-info-ticket {
    border: 3px solid #FB493D;
    position: relative;
    padding: 20px;
    background-color: #ffffff;
}

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

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

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

.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-family: 'montserrat-Medium';
}

.section-info-ticket .tite-section {
    color: #FB493D;
    font-size: 30px;
    font-family: 'montserrat-Bold';
    text-transform: uppercase;
    background: #fff;
    z-index: 1;
    padding: 0 24px;
    text-align: center;
}

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

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

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

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

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

.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;
}

.txt-note-pay {
    margin-top: 40px;
    text-align: center;
    margin-bottom: -25px;
    color: #666666;
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
}

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

.block-code-sale--left {
    display: flex;
    align-items: center;
    justify-content: 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: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
;
}

.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: #FB493D;
    color: #ffffff;
    border-radius: 7px;
    text-align: center;
    max-width: 558px;
    margin-left: auto;
    height: 49px;
    line-height: 49px;
    font-size: 14px;
    font-family: 'montserrat-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: #FB493D;
}

.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: #FB493D;
}

.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-family: 'montserrat-Bold';
    margin-right: 2px;
}

.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-family: 'montserrat-Medium';
}


/* .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-family: 'montserrat-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);
    align-items: flex-end;
}

.item-info-detail-ticket:last-child .block-colum-form:first-child .txt-total {
    padding-right: 10px;
}

@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: #FB493D;
    font-size: 14px;
    font-family: 'montserrat-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) {
    .btn-code-sale button {
        font-size: 14px;
        padding: 5px;
    }
    .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: 29px;
    }
    .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;
	} */
}


/*POpup*/

.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 #FB493D;
    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: #FB493D;
    font-size: 24px;
    line-height: 29px;
    font-family: 'montserrat-Bold';
    margin-bottom: 6px;
}

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

.title-popup {
    padding-bottom: 40px;
}


.item-form-book-ticket label span {
    color: #FB493D;
}


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

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

.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: #FB493D;
    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 #dddddd;
    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;
    flex-wrap: wrap;
}

.block-code-sale--left {
    flex: 0 0 100%;
    max-width: 100%;
}

.btn-book-ticket-now button {
    margin: 0 auto;
    margin-left: auto;
}

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

.btn-code-sale button:hover {
    border: 2px solid #FB493D;
    background: #fff;
    color: #FB493D;
    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;
    }
}

.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;
}

.main-ct-popup-ticket .box-form-book-ticket {
    padding: 0;
}

.main-ct-popup-ticket .box-form-book-ticket {
    padding: 0;
}

.main-ct-popup-ticket .btn-book-ticket {
    padding: 0;
}

.content-popup-ticket .item-form-book-ticket {
    width: 100%;
}

/* 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: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;
}