* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none
}

body {
    font-family: 'Roboto';
    background: #1F1A2E;
}
/*Font Family*/
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.woff2') format('woff2'),
    url('../font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
    url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-BlackItalic.woff2') format('woff2'),
    url('../font/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-BoldItalic.woff2') format('woff2'),
    url('../font/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Bold.woff2') format('woff2'),
    url('../font/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-BoldItalic.woff2') format('woff2'),
    url('../font/RobotoCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Italic.woff2') format('woff2'),
    url('../font/RobotoCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Light.woff2') format('woff2'),
    url('../font/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-LightItalic.woff2') format('woff2'),
    url('../font/RobotoCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Regular.woff2') format('woff2'),
    url('../font/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Italic.woff2') format('woff2'),
    url('../font/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.woff2') format('woff2'),
    url('../font/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
    url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-LightItalic.woff2') format('woff2'),
    url('../font/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-MediumItalic.woff2') format('woff2'),
    url('../font/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-ThinItalic.woff2') format('woff2'),
    url('../font/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
    url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.woff2') format('woff2'),
    url('../font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/*End Font Family*/
.container{
    width: 1240px;
    margin: 0 auto;
}
header{
    display: flex;
    height: 90px;
    flex-direction: column;
    justify-content: center;
    background: #00141E;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.header{
    display: flex;
    align-items: center;
    gap: 50px;
}
.search-bar-container {
    display: flex;
    align-items: center;
    width: 300px;
    margin: 10px;
    position: relative;
    transition: width 0.5s;
    height: 40px;
    padding: 0px 10px;
    justify-content: flex-end;
    gap: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.20);
}

.magnifier {
    /*width: 25px;*/
    cursor: pointer;
    position: absolute;
    left: 10px;
}

.mic-icon {
    /*width: 30px;*/
    position: absolute;
    right: 10px;
    transition: width 0.5s;
    transition-delay: 0.1s;
}

.input {
    background-color: transparent;
    border: none;
    margin: 10px 80px 10px 30px;
    width: 100%;
    height: inherit;
    outline: none;
    color: #FFF;
    font-size: 14px;
    transition: width 0.5s;
    transition-delay: 0.5s;
    font-family: 'Roboto';
}

.active.search-bar-container {
    width: 40px;
}

.active .input {
    width: 0;
}

.active .mic-icon {
    width: 0;
    display: none;
}
.head-category{
    /*display: flex;*/
    display: none;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    width: 100%;
}
.link-category:hover span{
    color: #ED9A00;
}
.link-category:hover::after {
    transform-origin: top left;
    scale: 100% 100%;
}
.link-category::after {
    transition: scale;
    transition-duration: 200ms;
    transform-origin: right top;
    scale: 0 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    height: 3px;
    width: 100%;
    background: #ED9A00;
    content: '';
}

.link-category {
    position: relative;
    text-decoration: none;
    color: black;
}

.link-category span{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.button-search{
    display: flex;
    align-items: center;
    gap: 10px;
    transition: display 1s;
    transition-delay: 0.5s;
}
.button-search span{
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.search-head{
    display: flex;
    justify-content: end;
    width: 100%;
}
#content{
    padding: 20px 0;
    padding-top: 110px;
}
#content .container{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.slider-img-head{
    display: flex !important;
    flex-direction: row !important;
    /*gap: 16px;*/
    align-items: center;
}
.slider-img-head img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}
.slider-head .slick-prev:before{
    display: flex;
    width: 32px;
    height: 46px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 8px 8px 0px;
    background: rgba(0, 0, 0, 0.20);
}
.slider-head .slick-next:before{
    display: flex;
    width: 32px;
    height: 46px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px 0px 0px 8px;
    background: rgba(0, 0, 0, 0.20);
}
.slider-head .slick-next{
    top: 45%;
    right: 10px;
    z-index: 1;
}
.slider-head .slick-prev{
    top: 45%;
    left: 0;
    z-index: 1;
}
.slider-head .slick-dots{
    display: flex !important;
    gap: 8px;
    justify-content: center;
}
.slider-head .slick-dots li button{
    opacity: 1;
    content: '';
    width: auto;
    height: auto;
    border-radius: 5px;
    background: #FFF;
}
.slider-head .slick-dots li button:before{
    opacity: 1;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #FFF;
}
.slider-head .slick-dots li.slick-active button:before{
    opacity: 1;
    width: 30px;
    left: -10px;
    height: 10px;
    background: #ED9A00;
}
.slider-head .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 4px;
}
.slider-head .slick-active{
    width: 25px;
}
.event-hot{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.box-event{
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    margin: 0 8px;
    overflow: hidden;
}
.date-event{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.date-event svg{
    width: 16px;
    height: 16px;
}
.img-event {
    position: relative;
}
.img-event::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.img-event:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.img-event{
    width: 294px;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
}
.img-event img{
    width: 294px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: 0.3s;
    overflow: auto;
}
.img-event img:hover{
    transform: scale(1.1);
    border-radius: 16px 16px 0 0;
}
.box-content-event{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 294px;
}
.title-event{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.title-event:hover{
    transition: 0.3s;
    color: #ED9A00;
}
.price-sticket{
    color: #ED9A00;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.text-info-event{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    width: fit-content;
}
.head-event{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-event span{
    color: #FFF;
    font-size: 18px;;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    text-transform: uppercase;
}
.read-more{
    display: flex;
    gap: 8px;
    align-items: center;
}
.read-more span{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.slider-event .slick-prev:before{
    display: flex;
    width: 32px;
    height: 46px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 8px 8px 0px;
    background: rgba(0, 0, 0, 0.20);
}
.slider-event .slick-next:before{
    display: flex;
    width: 32px;
    height: 46px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px 0px 0px 8px;
    background: rgba(0, 0, 0, 0.20);
}
.slider-event .slick-next{
    top: 25%;
    right: 20px;
    z-index: 1;
}
.slider-event .slick-prev{
    top: 25%;
    left: 7px;
    z-index: 1;
}
.logo-footer{
    display: flex;
    justify-content: center;
}
.copyright span{
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.line-row{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
}
.three-footer{
    display: grid;
    grid-template-columns: 3fr 3fr 1fr;
    gap: 30px;
}
.column-1, .column-2{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.column-3{
    display: flex;
    justify-content: end;
}
.footer-column-right{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.span-footer{
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.link-footer{
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
footer{
    padding: 50px 10px;
    background: #00141E;
}
.footer{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.line-mobi, .column-3-mobi{
    display: none;
}
.sidebar-mobi{
    display: none;
}
.grid-category{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}
/*Ticket*/
.box-ticket{
    padding: 122px 0px 32px;
    background: #232325;
}
div.container {
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden
}
.container .item-ticket {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    background: #363636;
}
.up-border{
    position: absolute;
    top: -30px;
    left: 492px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #232325;
}
.down-border{
    position: absolute;
    bottom: -30px;
    left: 492px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #232325;
}
.up-border-2{
    position: absolute;
    top: -30px;
    left: 460px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #FFFFFF;
}
.down-border-2{
    position: absolute;
    bottom: -30px;
    left: 460px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #FFFFFF;
}
.container .item-right-2{
    border-left: 3px dashed #FFFFFF;
    width: 718px;
    height: 350px;
}
.item-right-2 img{
    width: 718px;
    height: 350px;
    object-fit: cover;
}
.item-right img{
    width: 718px;
    height: 350px;
    object-fit: cover;
}
.container .item-left {
    display: flex;
    background: #363636;
    padding: 26px;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    width: 100%;
}
.container .item-right {
    border-left: 3px dashed #232325;
    width: 718px;
    height: 350px;
}
.info-ticket{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.title-ticket{
    color: #ED9A00;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}
.title-ticket-2{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.price-bottom{
    padding-top: 8px;
    border-top: 1px solid #FFF;
}
/*End Ticket*/
/*Tăng giảm số lượng*/
.quantity-ticket form {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 0 auto;
    text-align: center;
}

.value-button {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #ED9A00;
    background: #F7F7F7;
    text-align: center;
    vertical-align: middle;
}

.value-button:hover {
    cursor: pointer;
}

.quantity-ticket form #input-wrap {
    margin: 0px;
    padding: 0px;
}

.ticket-quantity {
    display: flex;
    width: 40px;
    height: 30px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #ED9A00;
    background: #F7F7F7;
    text-align: center;
    vertical-align: middle;
    font-family: Roboto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*End Tăng giảm*/
.main-ticket{
    background: #F5F8FF;
}
.main-ticket .container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding: 32px 0;
}
.main-ticket-order{
    background: #F5F8FF;
}
.main-ticket-order .container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding: 32px 0;
}
.detail-left{
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 8px;
    border-radius: 12px;
    background: #FFF;
    width: 800px;
}
.title-intro{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #C7C7C7;
}
.title-intro span{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}
.text-end{
    text-align: end;
}
.content-ticket{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.content-ticket p{
    color: #000;
    font-family: Roboto;
    font-size: 18px;;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.content-ticket img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.detail-right{
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
    background: #FFF;
    width: 420px;
}
.line-intro{
    background: #C7C7C7;
    height: 1px;
    width: 100%;
}
.box-intro-ticket{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}
.info-ticket-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.info-name-ticket{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.info-ticket img{
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}
.info-price-ticket{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.name-ticket{
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.info-price-ticket{
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.total-ticket{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.text-total-ticket{
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}
.button-continue{
    display: flex;
    height: 45px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #F86826;
    cursor: pointer;
    border: none;
}
.button-continue span{
    color: #FFF;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
}
.button-back{
    display: flex;
    height: 45px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #F5F5F5;
    cursor: pointer;
    border: none;
}
.button-back span{
    color: #8B8B8B;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.text-center{
    display: flex;
    justify-content: center;
}
.btn-darkred-block{
    display: flex;
    height: 68px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, #FFF 62.16%);
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}
.order-discount {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.title-order-discount {
    display: flex;
    gap: 20px;
}
.info-order {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.basket-module {
    display: flex;
    gap: 6px;
}
.promo-code-field {
    display: flex;
    height: 35px;
    padding: 10px 12px;
    align-items: center;
    gap: 10px;
    width: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Roboto;
    margin: 0;
    border-radius: 6px;
    background: #F5F5F5;
    border: none;
}
.promo-code-cta {
    display: flex;
    height: 35px;
    padding: 10px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #000;
    cursor: pointer;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Roboto;
}
.promo-code-cta span {
    color: #F7F7F7;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: max-content;
}
.text-total-price{
    color: #43951E;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}
.detail-left-pay{
    display: flex;
    width: 700px;
    flex-direction: column;
    gap: 16px;
}
.info-person, .info-pay{
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    border-radius: 12px;
    background: #FFF;
}
/*Select Payment*/
.container-2{
    /*width: 400px;*/
}

.container-2 form input{
    display: none;
}

.container-2 form .category{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.category label{
    display: flex;
    flex-direction: row;
    cursor: pointer;
    position: relative;
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: #F7F7F7;
}

/* label:nth-child(2), label:nth-child(3){
    margin: 15px 0;
} */


#zalopay:checked ~ .category .zaloMethod,
#momo:checked ~ .category .momoMethod,
#vietqr:checked ~ .category .vietqrMethod{
    box-shadow: 0px 0px 0px 1px #3C78C6;
}


#zalopay:checked ~ .category .zaloMethod .check,
#momo:checked ~ .category .momoMethod .check,
#vietqr:checked ~ .category .vietqrMethod .check{
    display: flex;
}


label .imgName{
    display: flex;
    /* justify-content: space-between;
     */
    align-items: center;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.imgName span{
    /* margin-left: 20px; */
    font-family: Roboto;

    /*position: absolute;*/
    /*top: 72%;*/
    /*transform: translateY(-72%);*/
}

.imgName .imgContainer{
    display: flex;
    justify-content: center;
    align-items: center;

    /*position: absolute;*/
    /*top: 35%;*/
    /*transform: translateY(-35%);*/
}

.zalopay img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.momo img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.vietqr img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.check{
    display: none;
    position: absolute;
    top: 16px;
    left: 10px;
    justify-content: center;
}
.check svg{
    width: 28px;
    height: 28px;
}

.payment-left{
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-left svg{
    width: 24px;
    height: 24px;
}
.payment-right{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
/*End Select Payment*/
.contact-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.name-phone {
    display: flex;
    gap: 20px;
}
.input-name, .input-mail {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.text-on {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.box-input {
    display: flex;
    padding: 10px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #F7F7F7;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    border: none;
}
.button-pay-qr{
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    /*border-radius: 10px;*/
    padding: 30px;
    gap: 30px;
    overflow: auto;
}
.box-main-qr{
    display: flex;
    width: 800px;
    padding: 16px;
    flex-direction: column;
    border-radius: 20px;
    gap: 16px;
    background: #FFF;
    position: relative;
}
.info-qr-code{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: #F5F5F5;
    width: 50%;
}
.info-person-pay{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 50%;
}
.title-person-pay{
    text-align: right;
}
.title-person-pay span{
    color: #000;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}
.box-person-pay{
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    background: #F5F5F5;
}
.info-person-main{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.text-pay-on span{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.name-info-person{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.info-copy{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button-copy{
    display: flex;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
}
.countdown-minutes{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button-countdown{
    display: flex;
    gap: 10px;
}
.button-minutes{
    display: flex;
    padding: 6px 10px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.20);
}
.button-minutes span{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.button-cancel{
    display: flex;
    justify-content: flex-end;
}
.box-cancel{
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.box-qr-center{
    display: flex;
    gap: 20px;
}
.done-pay{
    border: none;
    cursor: pointer;
    display: flex;
    height: 45px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #F86826;
}
.done-pay span{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
}
.info-order-success{
    display: flex;
    width: 680px;
    flex-direction: column;
    gap: 20px;
}
.title-info-success span{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.order-code{
    display: flex;
    align-items: center;
    gap: 20px;
}
.icon-order-code{
    display: flex;
    width: 80px;
    height: 80px;
    padding: 4.161px 2.333px;
    justify-content: center;
    align-items: center;
}
.icon-order-code img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.box-order-code{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.span-order-code{
    color: #53A62D;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.text-name-code{
    display: flex;
    align-items: center;
    gap: 10px;
}
.name-code{
    display: flex;
    align-items: center;
    gap: 6px;
}
.name-code-1{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.name-code-2{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.icon-copy-code{
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.span-order-thank{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.title-info-form span{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.icon-dots{
    width: 2px;
    height: 2px;
    background: #000000;
    border-radius: 100%;
}
.box-order-information{
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F7F7F7;
}
.message-order{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.button-can-help{
    display: flex;
    justify-content: end;
}
.can-help{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.can-help span{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.icon-help{
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.copy-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    /*width: 100%;*/
}
.copy-text input.text {
    padding: 10px;
    font-size: 18px;
    color: #555;
    border: none;
    outline: none;
}
.copy-text div {
    padding: 4px;
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
}

.copy-text div:active {
    background: #809ce2;
}
.copy-text div:before {
    content: "Đã sao chép";
    position: absolute;
    top: -48px;
    right: -35px;
    background: #53A62D;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: none;
    font-family: Roboto;
}
.copy-text div:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 12px;
    width: 10px;
    height: 10px;
    background: #53A62D;
    transform: rotate(45deg);
    display: none;
}
.copy-text.active div:before,
.copy-text.active div:after {
    display: block;
}
.svg-remove-icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.svg-remove-icon svg{
    border-radius: 0 10px 0 0px;
}
.head-qr-hidden{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.title-head-hidden{
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 6px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #8B8B8B;
}
.title-head-hidden span{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.box-img-qr{
    display: flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #F7F7F7;
}
.box-img-qr img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.note-qr{
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 210px;
}
.note-qr img{
    width: 16px;
    height: 16px;
    object-fit: cover;
}
.note-qr span{
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.change-pay span{
    color: #3C78C6;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.box-enter-cart{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.enter-left{
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.enter-right{
    color: #363636;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.info-confirm{
    display: flex;
    padding: 16px;
    background: #F5F8FF;
    padding-top: 122px;
}
.info-confirm .container{
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #FFFFFF;
    padding: 16px;
    border-radius: 16px;
}
.type-payment{
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #3C78C6;
    background: #F7F7F7;
}
.button-payback{
    display: flex;
    height: 45px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #F86826;
    cursor: pointer;
    border: none;
}
.button-payback span{
    color: #FFF;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.code-ticket{
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
}
.name-ticket-1{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.name-ticket-2{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.wait-pay{
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #3C78C6;
    background: #F7F7F7;
}
.wait-pay span{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.p-wait{
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.payment-done{
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #3C78C6;
    background: #F7F7F7;
}
.payment-done span{
    color: #43951E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.p-done{
    color: #43951E;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.detail-quantity-payment{
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
    background: #FFF;
    width: 100%;
}
.link-detail-ticket{
    display: flex;
    align-items: center;
    gap: 2px;
}
.link-detail-ticket span{
    color: #43951E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.line-dashed{
    height: 1px;
    width: 100%;
    border: 1px dashed #000;
    opacity: 0.1;
}
.box-ticket-active{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.span-note{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}
.p-note{
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.ticket-active-main{
    /*display: grid;*/
    /*grid-template-columns: 1fr 3fr 1fr;*/
    display: flex;
    flex-direction: row;
    background: #363636;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.ticket-active-1{
    display: flex;
    padding: 26px;
    flex-direction: column;
    width: 300px;
}
.ticket-active-2{
    display: flex;
    height: auto;
    width: 600px;
    border-left: 2px dashed #FFF;
}
.ticket-active-3{
    display: flex;
    padding: 26px;
    flex-direction: column;
    gap: 8px;
    width: 300px;
    border-left: 2px dashed #FFF;
}
.ticket-active-2 img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.info-ticket-active{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ticket-name-1{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.ticket-name-2{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.img-code-ticket{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-code-ticket img{
    width: 160px;
    height: 160px;
    object-fit: cover;
}
.line-dashed-2{
    border: 1px dashed #FFFFFF;
    opacity: 0.2;
}
.circle-box-1{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #FFFFFF;
    position: absolute;
    top: -30px;
    left: 272px;
}
.circle-box-2{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #FFFFFF;
    position: absolute;
    bottom: -30px;
    left: 272px;
}
.circle-box-3{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #FFFFFF;
    position: absolute;
    top: -30px;
    right: 278px;
}
.circle-box-4{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #FFFFFF;
    position: absolute;
    bottom: -30px;
    right: 276px;
}
.dowload-ticket{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.svg-dowload{
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #F5F5F5;
    cursor: pointer;
}
.not-active{
    color: #BF3E16;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.done-active{
    color: #497F19;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
}
.not-accept{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
}
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .container{
        width: 100%;
    }
    .header{
        padding: 0 10px;
    }
    .slider-head{
        display: none;
    }
    .event-hot{
        padding: 0 10px;
    }
    .img-event img{
        width: 100%;
        height: auto;
    }
    .box-event{
        margin: 0 4px;
        width: 96% !important;
    }
    .box-content-event{
        width: 100%;
    }
    .img-event{
        width: 100%;
        height: auto;
    }
    .container .item-ticket{
        align-items: unset;
    }
    .container .item-left{
        width: 35%;
        padding: 16px;
        height: auto;
    }
    .container .item-right{
        width: 65%;
        height: auto;
    }
    .item-right img{
        width: 100%;
        height: 100%;
    }
    .up-border, .down-border{
        left: 283px;
    }
    .main-ticket .container{
        flex-direction: column;
        padding: 16px;
    }
    .box-ticket{
        padding: 122px 16px 32px 16px;
    }
    .detail-left{
        width: 100%;
    }
    .detail-right{
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .header{
        padding: 0 8px;
        gap: 16px;
    }
    .container{
        width: 100%;
    }
    .slider-img-head img{
        width: 100%;
        height: auto;
    }
    .box-event img{
        width: 100%;
        height: auto;
    }
    .box-content-event{
        width: 100% !important;
    }
    .img-event{
        width: 98%;
        height: auto;
    }
    .head-category{
        display: none;
    }
    .logo img{
        width: 90px;
        height: auto;
        object-fit: cover;
    }
    .search-bar-container{
        width: 100%;
        margin: 0;
        padding: 0 5px;
    }
    .three-footer{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .line-mobi{
        display: flex;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.20);
    }
    .column-3{
        display: none;
    }
    .column-3-mobi{
        display: flex;
        flex-direction: row;
        gap: 16px;
    }
    .footer-column-right{
        display: flex;
        flex-direction: row;
        gap: 16px;
        color: #FFFFFF;
    }
    .slider-event .slick-prev{
        top: 17%;
        left: 2px;
        z-index: 1;
    }
    .slider-event .slick-next{
        top: 17%;
        right: 15px;
        z-index: 1;
    }
    .title-event{
        font-size: 14px;
        line-height: 20px;
    }
    .price-sticket, .text-info-event{
        font-size: 14px;
        line-height: 20px;
    }
    .box-event{
        margin: 0 4px;
        width: 98% !important;
    }
    .footer{
        gap: 20px;
    }
    #content{
        padding: 8px;
        padding-top: 98px;
    }
    .sidebar-mobi{
        display: none;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.5s ease;
        flex-direction: column;
        /*gap: 12px;*/
        /*height: 100%;*/
        width: 100%;
        position: fixed;
        z-index: 99;
        top: 78px;
        left: 0;
        background-color: #00141E;
        overflow-x: hidden;
    }
    .sidebar-mobi.active{
        pointer-events: all;
        opacity: 1;
    }
    .box-sidebar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
    }
    .box-sidebar span{
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }
    .box-sidebar:hover{
        background: #ED9A00;
    }
    header{
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
    }
    .event-hot{
        gap: 10px;
    }
    .grid-category{
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .box-ticket{
        padding: 12px;
        padding-top: 104px;
    }
    .container .item-ticket{
        flex-direction: column-reverse;
    }
    .container .item-right{
        border-bottom: 3px dashed #232325;
        border-left: unset;
        width: 100%;
        height: 350px
    }
    .up-border{
        width: 50px;
        height: 50px;
        top: 220px;
        left: -30px;
        z-index: 10;
    }
    .down-border{
        width: 50px;
        height: 50px;
        top: 220px;
        right: -30px;
        left: unset;
        z-index: 10;
    }
    .up-border-2{
        width: 50px;
        height: 50px;
        top: 220px;
        left: -30px;
        z-index: 100;
    }
    .down-border-2{
        width: 50px;
        height: 50px;
        top: 220px;
        right: -30px;
        left: unset;
        z-index: 100;
    }
    .code-ticket{
        padding: 12px;
    }
    .name-ticket-1{
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .name-ticket-2{
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }
    .wait-pay{
        display: flex;
        padding: 4px 10px;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
    }
    .wait-pay span{
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
    .p-wait{
        font-size: 12px;
        font-style: italic;
        font-weight: 400;
        line-height: 16px;
    }
    .info-confirm{
        padding-top: 112px;
    }
    .container .item-right-2{
        border-bottom: 1px dashed #FFFFFF;
    }
    .main-ticket .container{
        flex-direction: column-reverse;
        gap: 10px;
        padding: 12px;
    }
    .main-ticket-order .container{
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }
    .detail-left{
        width: 100%;
        padding: 12px;
    }
    .detail-right{
        width: 100%;
        padding: 12px;
    }
    .content-ticket p{
        font-size: 14px;
        font-weight: 400;
        line-height: 22px; /* 157.143% */
    }
    .btn-darkred-block{
        height: 38px;
        font-size: 14px;
        line-height: 22px;
    }
    .title-intro span, .text-total-ticket{
        font-size: 16px;
        line-height: 24px;
    }
    .name-ticket, .info-price-ticket{
        font-size: 14px;
        line-height: 22px;
    }
    .button-continue span{
        font-size: 14px;
        line-height: 22px;
    }
    .info-ticket{
        flex-direction: column;
        align-items: unset;
    }
    .detail-left-pay{
        width: 100%;
    }
    .name-phone{
        flex-direction: column;
        gap: 16px;
    }
    .info-person, .info-pay{
        padding: 12px;
        gap: 16px;
    }
    .container .item-left{
        width: 100%;
        height: auto;
    }
    .link-detail-ticket span{
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .text-total-price{
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .ticket-active-main{
        display: flex;
        flex-direction: column;
    }
    .ticket-active-1{
        width: 100%;
        height: 240px;
    }
    .ticket-active-2{
        width: 100%;
        border-top: 2px dashed #FFF;
        border-left: unset;
    }
    .ticket-active-3{
        width: 100%;
        border-top: 2px dashed #FFF;
        border-left: unset;
    }
    .ticket-active-2 img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .circle-box-1 {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #FFFFFF;
        position: absolute;
        top: 215px;
        left: -25px;
    }
    .circle-box-2 {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #FFFFFF;
        position: absolute;
        top: 215px;
        right: -25px;
        left: unset;
    }
    .circle-box-3 {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #FFFFFF;
        position: absolute;
        top: 420px;
        left: -25px;
        right: unset;
    }
    .circle-box-4 {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #FFFFFF;
        position: absolute;
        top: 420px;
        right: -25px;
    }
    .p-note{
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: 24px;
    }
    .title-ticket-2{
        font-size: 16px;
    }
    .ticket-name-1{
        font-size: 14px;
        line-height: 22px;
    }
    .ticket-name-2{
        font-size: 14px;
        line-height: 22px;
    }
    .done-active, .not-accept, .not-active{
        font-size: 16px;
        line-height: 24px;
    }
    .container .item-right-2{
        width: 100%;
        height: 245px;
        border-left: unset;
    }
    .item-right-2 img{
        width: 100%;
        height: 245px;
        border-bottom: 1px dashed #FFFFFF;
    }
    .container .item-right{
        width: 100%;
        height: 245px;
        border-left: unset;
    }
    .item-right img{
        width: 100%;
        height: 245px;
        border-bottom: 2px dashed #232325;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .container{
        width: 100%;
    }
    .header{
        padding: 0 10px;
    }
    .slider-head{
        display: none;
    }
    .event-hot{
        padding: 0 10px;
    }
    .img-event img{
        width: 100%;
        height: auto;
    }
    .box-event{
        margin: 0 4px;
        width: 96% !important;
    }
    .box-content-event{
        width: 100%;
    }
    .img-event{
        width: 100%;
        height: auto;
    }
    .container .item-ticket{
        align-items: unset;
    }
    .container .item-left{
        width: 35%;
        padding: 16px;
        height: auto;
    }
    .container .item-right{
        width: 65%;
        height: auto;
    }
    .item-right img{
        width: 100%;
        height: 100%;
    }
    .up-border, .down-border{
        left: 31%;
    }
    .main-ticket .container{
        flex-direction: column;
        padding: 16px;
    }
    .box-ticket{
        padding: 122px 16px 32px 16px;
    }
    .detail-left{
        width: 100%;
    }
    .detail-right{
        width: 100%;
    }
    .main-ticket-order .container{
        flex-direction: column;
        padding: 16px;
    }
    .detail-left-pay{
        width: 100%;
    }
}
@media only screen
and (min-device-width: 600px)
and (max-device-width: 780px){
    .container{
        width: 100%;
    }
    .img-event{
        width: 100%;
        height: auto;
    }
    .img-event img{
        width: 100%;
        height: auto;
    }
    .box-event{
        margin: 0 4px;
        width: 96% !important;
    }
    #content .container{
        padding: 0 10px;
    }
    .box-content-event{
        width: 100%;
    }
    .img-event{
        width: 100%;
        height: auto;
    }
    .container .item-ticket{
        align-items: unset;
    }
    .container .item-left{
        width: 35%;
        padding: 16px;
        height: auto;
    }
    .container .item-right{
        width: 65%;
        height: auto;
    }
    .item-right img{
        width: 100%;
        height: 100%;
    }
    .up-border, .down-border{
        left: 30%;
    }
    .main-ticket .container{
        flex-direction: column;
        padding: 16px;
    }
    .box-ticket{
        padding: 122px 16px 32px 16px;
    }
    .detail-left{
        width: 100%;
    }
    .detail-right{
        width: 100%;
    }
}
