html,
body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    color: #222;
}

@font-face {
    font-family: 'LG-B';
    src: url('fonts/utm-bryantlg-b.eot');
    src: url('fonts/utm-bryantlg-b.eot?#iefix') format('embedded-opentype'),  url('fonts/utm-bryantlg-b.woff') format('woff'),  url('fonts/utm-bryantlg-b.ttf') format('truetype'),  url('fonts/utm-bryantlg-b.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

a {
    text-decoration: none;
}

/* 
b,
strong {
  font-weight: normal;
  font-family: 'Muli-B';
} */

img {
    border: none;
    max-width: 100%;
}

a img {
    display: block;
}

#page {
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}

.c {
    height: 0px;
}

.c3 {
    height: 3px;
}

.c4 {
    height: 4px;
}

.c5 {
    height: 5px;
}

.c10 {
    height: 10px;
}

.c15 {
    height: 15px;
}

.c20 {
    height: 20px;
}

.c30 {
    height: 30px;
}

.c50 {
    height: 50px;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}


.d-flex-al {
    display: flex;
    align-items: center;
}

.d-flex-al--end {
    justify-content: flex-end;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.upper-text {
    text-transform: uppercase !important;
}

/* Home */


.header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: inline-block;
    min-height: 80px;
    display: flex;
    align-items: center;
    max-width: 290px;
}

.header__login {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.header__login a {
    position: relative;
    text-decoration: none;
    font-size: 13.36px;
    color: #a0a3a7;
}

.header__login a i {
    margin-right: 5px;
}

.header__login li {
    letter-spacing: 1px;
    display: inline-block;
    position: relative;

}

.header__login li:not(:last-child) {
    margin: 0 16px 0 0;
}


.header__login li a.active {
    color: #f26b38;
}

.header__login li a:hover {
    color: #f26b38;
}

.header__login li.language span {
    color: #a0a3a7;
    padding: 0 5px;
}



.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;

}

.nav>li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 14.72px;
    font-weight: normal;
    height: 48px;
    line-height: 50px;
}

.nav>li:first-child {
    margin-left: 0;
}

.nav>li:first-child a {
    padding-left: 0;
}

.nav>li>a>i {
    line-height: 48px;
    font-size: 14px;
}

.nav li:first-child {
    border-left: none;
}

.nav li:last-child {
    margin-right: 0;
}


.nav>li>a {
    text-decoration: none;
    display: block;
    padding: 0 22px 0 22px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    letter-spacing: 1px;
}

.nav>li:not(:last-child)>a:before {
    content: "|";
    display: block;
    width: 0px;
    color: #fff;
    background-color: #fff;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.nav>li.sub-nav>a::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: '\f107';
    margin-left: 5px;
}

.menubar {
    background-color: #000000;
}

.nav>li.active>a {
    color: #e73332;
}

.nav>li:hover>a {
    color: #e73332;
}

.nav>li>a img {
    margin-right: 8px;
}

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    text-align: left;
    display: none;
    padding: 0px;
    opacity: 0.98;
    z-index: 999999;
    font-weight: normal;
    background: #801618;
    font-weight: 500;
    text-transform: initial;
}

.nav li ul>li {
    width: 100%;
    list-style: none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform: initial;
    line-height: normal;
    position: relative;
}

.nav li ul>li a {
    font-weight: 500;
    display: block;
    color: #fff !important;
    line-height: 18px;
    text-transform: initial;
    padding: 8px 14px;
    border-top: solid 1px #ccc;
}

.nav>li>ul>li>a:hover {
    color: #fff;
    background-color: #823d3e;
}

.nav li ul>li a:hover {
    color: #fff;
    background-color: #823d3e;
}

.nav li ul ul {
    left: 100%;
    top: 0px;
    border-left: 1px solid #f2f2f2;
}

.header__search-input-wrap,
.header__search {
    width: 100%;
    display: block;
    position: relative;
}

.header__search-input {
    width: 100%;
    height: 32px;
    padding: 0 30px 0 12px;
    background-color: #dddddd;
    outline: none;
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    line-height: 36px;
    transition: all .1s ease-in-out;
    border-style: solid;
    border-width: 2px;
}


.header__search-input:focus {
    background-color: #fff;
    border-color: #4dabf7;
    outline: none;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 8px rgb(34 139 230 / 50%);
}

.btn-search {
    position: absolute;
    right: 0;
    display: inline-block;
    line-height: 34px;
    height: 34px;
    padding: 0 10px;
    overflow: hidden;
    line-height: 37px;
}


.homemovie {
    padding: 28px 0 0;
}

.homemovie .nav-tabs {
    margin-bottom: 26px;
}

.nav-tabs {
    border-bottom: 1px solid #DDD;
    padding-left: 0;
    margin: 0;
    list-style: none;
}


.nav-tabs li {
    margin-right: 60px;
    position: relative;
    display: block;
    display: inline-block;
}

.nav-tabs>li {
    margin-bottom: -1px;
}


.nav-tabs li>a {
    border: none;
    color: #a0a3a7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    display: inline-block;
}

.nav-tabs li>a>h2 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
    border: none;
    color: #43464b !important;
    background: transparent;
    cursor: default;
}


.nav-tabs li>a:after {
    content: "";
    background: #eb3136;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs li.active>a:after {
    transform: scale(1);
}

.homemovie .tab-content {
    background-color: #ffffff;
    border: 0;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


.movie__item {
    margin-bottom: 40px;
}


.movie__img {
    position: relative;
}

.movie__img img {
    vertical-align: bottom;
}

.movie__img .overlay {
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.movie__img:hover .overlay {
    opacity: 1;
}

.btn {
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.btn__buyticket {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    line-height: 1;
    text-align: center;

}

.btn__buyticket:hover {
    color: #ffffff;
    background-color: #ec2d34;
    border-color: #ec2d34;
}

.title-movie {
    margin-top: 16px;
}

.title-movie h3 {
    font-size: 16px;
    color: #43464b;
    text-transform: capitalize;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
}

.title-movie h3:first-child {
    margin-bottom: 4px;
}


.title-movie h3 a {
    color: currentColor;
}

.title-movie h3.vn {
    color: #a0a3a7;
}

.hometitle {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #DDD;
    color: #43464b;
    margin-bottom: 30px;
}


.hometitle a {
    color: currentColor;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

.hometitle a:after {
    content: "";
    background: #eb3136;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
}

.homenews {
    padding-bottom: 72px;
}

.news__item {
    position: relative;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.news__item .overlay {
    z-index: 99;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.news__item:hover .overlay {
    opacity: 1;
}


.news__item .newsinfo {
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news__name {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 24px;
}


.news__intro {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}

.btn__view {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    line-height: 1;
    margin: auto auto 0;
}

.btn__view:hover {
    color: #ffffff;
    background-color: #ec2d34;
    border-color: #ec2d34;
}


.btn-prev,
.btn-next {
    color: #b9b9b9;
    font-size: 58px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.pt-rl {
    position: relative;
}

.btn-prev {
    left: -40px;
}

.btn-next {
    right: -40px;
}

.btn-prev:hover,
.btn-next:hover {
    color: #f43336;
}

.footer {
    background-color: #1a1a1a;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer__main {
    padding: 54px 0;
	padding-bottom:20px;
}

.footer-title {
    font-weight: 700;
    color: #ee3137;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 18px;
}

.menuboxfooter {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuboxfooter li {
    position: relative;
    margin-bottom: 10px;
}

.menuboxfooter a {
    display: inline-block;
    line-height: 22px;
    width: 100%;
    color: #fff;
}


.social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.social-item {
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 32px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    box-sizing: border-box;
}

.social-item:hover {
    background-color: #fff;
    color: #ee3137;
}


.footer__copyright {
    padding: 12px;
    border-top: 1px solid #e2e2e2;
}

.footer__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.box-buy-ticket {
    position: absolute;
    right: 5%;
    top: 30px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    padding-bottom: 14px;
}

.boxin {
    position: relative;
    padding: 43px 12px 0 12px;
}


#slide_home .boxin {
    width: 356px;
}

#slide_home .box__nav li {
    flex: 1;
}

#slide_home .box__nav li a {
    width: 100%;
}
.boxin__label {
    background-color: #eb3136;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 26px;
    position: absolute;
    top: 0;
    left: 0;
}

.box__nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.box__nav li a {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    position: relative;
    padding: 0 20px;
    float: left;
    display: block;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    z-index: 1;
}

.box__nav li.active a {
    border-bottom: 2px solid #eb3136;
    color: #eb3136;
}

.block__content {
    position: relative;
    width: 100%;
    min-height: 246px;
    z-index: 5;
}


.block-panel {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
    width: 100%;
}

.block-panel.active {
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}

.error {
    border: solid 1px #ff0000 !important;
}

.block__select {
    width: 100%;

    border: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    padding: 11px 12px;
    font-size: 14px;
    position: relative;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

.box__news-ticket .label:after {
    color: #4d4d4d;
}


.label {
    position: relative;
    margin-bottom: 15px;
}
.label:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #fff;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
}

.block__select option {
    color: #1a1a1a;
    
}

.btn__buy {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #eb3136;
    padding: 11px 15px;
    text-decoration: none;
    line-height: 1;
    float: right;
}

.btn__buy:hover {
    background-color: #d64348;
}

.slidehome img {
    vertical-align: bottom;
}

.logo__footer img {
    max-width: 210px;
}


/* Phim sắp chiếu */

.movie {
    padding: 36px 0 20px;
}

.movie .nav-tabs,
.movie .nav-tabs2{
    margin-bottom: 26px;
}


.nav-tabs2 {
    border-bottom: 1px solid #DDD;
    padding-left: 0;
    margin: 0;
    list-style: none;
}


.nav-tabs2 li {
    margin-right: 60px;
    position: relative;
    display: block;
    display: inline-block;
}

.nav-tabs2>li {
    margin-bottom: -1px;
}


.nav-tabs2 li>a {
    border: none;
    color: #a0a3a7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    display: inline-block;
}

.nav-tabs2 li>a>h2 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}


.nav-tabs2>li.active>a,
.nav-tabs2>li.active>a:focus,
.nav-tabs2>li.active>a:hover {
    border-width: 0;
    border: none;
    color: #43464b !important;
    background: transparent;
    cursor: default;
}


.nav-tabs2 li>a:after {
    content: "";
    background: #eb3136;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs2 li.active>a:after {
    transform: scale(1);
}


.type__cinema {
    width: 28px;
    height: 22px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background-color: #F26C39;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 2px;
    line-height: 22px;
}


/* Tin tức */

.cattitle {
    color: rgb(67, 70, 76);
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
}

.cattitle::after {
    content: "";
    width: 52px;
    height: 2px;
    background-color: #ed3237;
    position: absolute;
    left: 0;
    bottom: -13px;
}

.news,
.service {
    padding: 26px 0 30px;
}

.news .news__item {
    margin-bottom: 22px;
}

.box__news-ticket {
    background-color: #f7f8f9;
    margin-bottom: 30px;
}

.box__news-ticket .block__content {
    min-height: 0;
}

.box__news-ticket .block__select {
    border: 1px solid #ced0da;
    background-color: #fff;
    color: #495473;
}

.box__news-ticket .boxin {
    padding: 70px 16px 52px 16px
}


.box__news-ticket .boxin__label {
    font-size: 18px;
    font-weight: 700;
    padding: 11px 26px;
}

.box__news-ticket .btn__buy {
    font-weight: 700;
    font-size: 16px;
}

.right__title {
    margin-top: 0;
    margin-bottom: 38px;
    font-size: 18px;
    color: rgb(67, 70, 76);
    font-weight: 700;
    position: relative;
}


.right__title a {
    color: currentColor;
}

.right__title::after {
    content: "";
    position: absolute;
    width: 52px;
    height: 2px;
    background-color: #ed3237;
    left: 0;
    bottom: -15px;
}

.rightmovie__list .movie__item {
    margin-bottom: 30px;
}

.rightmovie__list .title-movie {
    margin-top: 14px;
}


/* Giá vé */

.giave .nav-tabs,
.book__product .nav-tabs {
    border: 0;
    margin-bottom: 22px;
}

.giave .nav-tabs li,
.book__product .nav-tabs li {
    margin-right: 20px;
    margin-bottom: 0;
}

.giave .nav-tabs li>a,
.book__product .nav-tabs li>a {
    padding: 10px 18px;
    border: 1px solid #ed3237 !important;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    color: #ed3237;
}

.book__product .nav-tabs li>a {
    color: #fff;
}


.giave .nav-tabs li>a:after,
.book__product .nav-tabs li>a:after {
    display: none;
}

.giave .nav-tabs>li.active>a,
.giave .nav-tabs>li.active>a:focus,
.giave .nav-tabs>li.active>a:hover,
.book__product .nav-tabs>li.active>a,
.book__product .nav-tabs>li.active>a:focus,
.book__product .nav-tabs>li.active>a:hover {
    color: #fff !important;
    background-color: #ed3237;
}

/* Phim */

.cinema {
    padding: 20px 0 54px;
}

.cinemact {
    display: flex;
    justify-content: space-between;
}

.cinemact__img {
    width: 36%;
}

.cinemact__dt {
    flex: 1;
    margin-left: 40px;
}

.cinemact {
    margin-bottom: 40px;
}


.cinema__name {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    color: rgb(67, 70, 76);
    margin-bottom: 32px;
}

.cinemact__list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 14.72px;
    line-height: 1.631;
    color: #43464b;
    margin-bottom: 22px;
}

.cinemact__list span {
    color: rgb(160, 163, 167);
    min-width: 72px;
    margin-right: 30px;
    display: inline-block;
}


.cinemact__desc {
    font-size: 14.72px;
    color: rgb(160, 163, 167);
    line-height: 1.3;
    margin-bottom: 52px;
}

.btn__cinema {
    display: inline-block;
    padding: 6px 12px;
    background-color: #43464c;
    color: #fff;

    min-width: 100px;
}

.btn__cinema:not(:last-child) {
    margin-right: 30px;
}

.btn__cinema--datve {
    background-color: #ed3237;
}

.lichchieu {
    margin-bottom: 50px;
}


.lichchieu__title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #43464c;
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ed3237;
}

.lichchieu__note {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin-bottom: 12px;
}

.box-promotion {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px 16px;
    margin-top: 30px;
}

.box-promotion input {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #ced0da;
    color: #a0a3a7;
    font-weight: 700;
    padding: 10px;
    margin: 14px 0;
    margin-top: 0;
}

.box-promotion input::placeholder {
    color: #a0a3a7;
    font-weight: 700;
}

.box-promotion input:focus {
    outline: none;
    border: 1px solid #a0a3a7;
}

.btn__primary {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ed3237;
    padding: 15px;
    text-decoration: none;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    outline: 0;
    border: 1px solid transparent;
}

.btn__primary:hover {
    background-color: rgb(204, 41, 46);
}

.boxmails {
    margin-bottom: 38px;
}

/* mega__menu */
.menubar {
    position: relative;
}

.mega__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    z-index: 800;
    text-align: left;
    background-color: #ED3237;
    background-image: linear-gradient(315deg, #ED3237 0%, #000000 74%);
    padding: 18px 0 12px;
    height: auto;
    line-height: normal;
    /* border-top: 2px solid rgba(255, 255, 255, 0.301); */
}


.mega__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.mega__item {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 16px;
}

.menu__pro {
    position: unset !important;
}

.mega__title {
    position: relative;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    border-right: none;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 20px;
    line-height: normal;

}

.mega__title a {
    color: currentColor;
}

.mega__title:after {
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 13px;
    content: '';
    background-color: #ED3237;
}


.mega__list .btn__buyticket {
    padding: 10px 16px !important;
}

.mega__list .upper-text {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.4;
}

.mega__list .title-movie {
    margin-top: 10px;
}


.crumb {
    padding: 10px 0px;
    font-size: 12px;
    background-color: #fff;
}

.crumb-gray .crumb {
    background-color: #f5f5f5;
}

.crumb a {
    color: #6d6e71;
    text-decoration: none;
    padding: 0 10px;

}

.crumb a:first-child {
    padding-left: 0;
}

.crumb a:last-of-type {
    color: #4d4d4d;
    padding-left: 10px;
    font-weight: 700;
}



#button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    opacity: 0.8;
    z-index: 10;
}

#button-btt a {
    color: #fff;
}


.paging1{
    display:block;
    padding: 20px 10px;
    text-align: center;
}
.clicked{
    padding: 5px;
    color: #FFF;
    background: #29a7e1;
    border: solid 1px #999;
    margin-right: 10px;
    border-radius: 3px;
}
.page{
    padding:2px 4px;
    text-decoration:none;
    color:#1A1A1A;
}
.page:hover{
    color: #FFF;
    background: #13203b;
}
.page.active{
    color: #FFF;
    background: #13203b !important;
}
.paging a{
    padding: 10px 10px;
    color: #EEE;
    border: solid 1px #999;
    margin-right: 10px;
    border-radius: 3px;
    background: #FFF;
}
.clicked {
    background: #13203b !important;
    color: #FFF !important;
}

.lc__list {
    display: flex;
    justify-content: space-between;
    margin: 0 -2px;
}

.lc__item {
    flex: 1;
    padding: 2px;
}

.lc__thu {
    padding: 8px 0;
    text-align: center;
    background-color: #dddddd;
    color: #43464c;
    font-size: 14px;
}

.lc__thu span {
    margin-top: 4px;
    display: block;
}

.lc__list .suatchieu {
    display: block;
    /* background-color: #ededed;
    padding: 8px 6px; */
    text-align: center;
    margin-top: 4px;
    color: #43464c;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}


.suatchieu_time {
    background-color: #ededed;
    padding: 8px 6px;
}

.dangphim_in {
    font-weight: 600;
    color: #ec2d34;
    border: 1px solid #EDEDED;
    border-top: 0;
    padding: 6px;
    text-align: center;
    user-select: none;
    font-size: 12px;
}


.lc__list .dangphim {
    font-weight: 600;
    color: #ec2d34;
    border: 1px solid #ec2d34;
    padding: 6px;
    text-align: center;
    margin-top: 4px;
    user-select: none;
    font-size: 12px;
}

.ani-hover {
    transition: all 0.1s linear;
    overflow: hidden;
    position: relative;
}

.ani-hover:hover {
    color: #070505;
}


.ani-hover:hover span {
    position: absolute;
    display: block;
}

.ani-hover:hover span:nth-child(1) {
    filter: hue-rotate(
            0deg);
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
            90deg, transparent, #3a86ff);
    animation: animate1 1s linear infinite;
}

.ani-hover:hover span:nth-child(2) {
    filter: hue-rotate(
            60deg);
    top: -100%;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(
            180deg, transparent, #3a86ff);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

.ani-hover:hover span:nth-child(3) {
    filter: hue-rotate(
            120deg);
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(
            270deg, transparent, #3a86ff);
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
}

.ani-hover:hover span:nth-child(4) {
    filter: hue-rotate(
            300deg);
    bottom: -100%;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(
            360deg, transparent, #3a86ff);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }
    50%,
    100% {
        left: 100%;
    }
}

@keyframes animate2 {
    0% {
        top: -100%;
    }
    50%,
    100% {
        top: 100%;
    }
}

@keyframes animate3 {
    0% {
        right: -100%;
        height: 3px;
    }
    50%,
    100% {
        height: 2px;
        right: 100%;
    }
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }
    50%,
    100% {
        bottom: 100%;
    }
}


.boxseat {
    background: #2c2b29;
    padding-bottom: 60px;
}

.title-cat-home {
    font-weight: 700;
    color: #ee3137;
    text-transform: uppercase;
    font-size: 28px;
}

.phiminfo {
    color: #fff;
}

.payment {
    background: #2c2b29;
    color: #fff;
}

.box-dieukhoan {
    height: 240px;
    overflow-x: hidden;
    text-align: justify;
    padding-right: 10px;
}

.btn_red_bg {
    outline: none;
    border: 0;
    font-size: 16px;
    padding: 14px 30px;
    border: 2px solid #ee3137;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 500;
}

.btn_red_bg:hover {
    background-color: #ee3137;
    color: #fff;
}

.rap-wrapper {
    padding: 30px 0 40px;
}

.rap-wrapper .lc__list {
    margin-top: -2px;
}

.show-date-tab {
    width: 8%;
    text-align: center;
    padding: 8px 14px;
    color: #000000;
    font-weight: 500;
    padding-bottom: 10px;
    border: solid 2px transparent;
}

.date-active {
    border: solid 2px #ee3137 !important;
    color: #ee3137;
}

.phanloaiphim {
    padding: 6px 0px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: #ED3237;
    background-image: linear-gradient(
            315deg, #ED3237 0%, #000000 74%);
    border: solid 1px #f8090f;
    text-align: center;
    font-weight: 700;
    width: 40px;
    margin: 0 auto 4px;
}

.rap-wrapper .lichchieu__cumrap-wrap .suatchieu {
    display: block;
    color: #DDD;
    background: #444;
    border: solid 1px #666;
    float: left;
    padding: 5px 10px;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.rap-wrapper .lichchieu__cumrap-wrap .suatchieu:hover {
    background-color: #b2505c;
    background-image: linear-gradient(315deg, #b2505c 0%, #4c131a 74%);

    color: #fff;
}

.rap-wrapper .lichchieu__cumrap-wrap .dinhdangphim {
    padding: 4px 2px;
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    float: left;
    border: solid 1px #666;
    width: 100%;
    border-top: none;
    transform: scaleY(0.9);
    margin-top: -2px;
}

.cumrap__name {
    color: #000;
    font-weight: 700;
    margin-bottom: 12px;
}

.lichchieu__ngay {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lichchieu__cumrap-wrap {
    margin-left: 20px;
    flex: 1;

}

.suatchieu__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.suatchieu__item {
    padding: 0 10px;
    width: 12%;
    margin-bottom: 20px;
}

.tencumrap {
    font-size: 10px;
    text-align: center;
    margin:  10px 0;
    font-style: italic;
}

.catname {
    margin-top: 0;
}


.txt-contact {
    width: 100%;
    height: 35px;
    border: solid 1px #666;
    background: #333;
    border-radius: 3px;
    color: #FFF;
    padding-left: 10px;
    margin-bottom: 15px;
}

.btn-contact {
    display: block;
    border: none;
    background-color: #ec2d34;
    border-color: #ec2d34;
    font-size: 15px;
    text-align: center;
    color: #FFF;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    text-transform: uppercase;
}

.regis-form,
.staff-login {
    padding: 0px 27%;
}

.label-upload {
    background: #ec2d34;
    color: #FFF;
    padding: 9px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.bg-dark {
    color: #fff;
    background: #2c2b29;
    padding: 20px 0 30px;
}

.link-to-cart {
    background: #ed3237;
    color: #fff;
    display: block;
    width: 100%;
    /* font-weight: bold; */
    font-size: 16px;
    text-align: center;
    padding: 10px 25px;
    border-radius: 20px;
    box-shadow: 0px 2px 15px #222;
}


.error_lbl{
    border:solid 1px #F00;
}

.staff-tab{
    display:block;
    width:100%;
    text-align:center;
    padding:10px 20px;
    font-weight: bold;
    text-transform:uppercase;
    font-size:16px;
    color:#FFF;
}

.staff-tab-active{
    background:#bc0000;
}

.title-cat-home {
    margin: 0px;
    padding: 0px;
    font-size: 28px;
    color: #ed3237;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family: "LG-B";
    font-weight: normal;
}

.sub-cat-home a{
    display: inline-block;
    text-align: center;
    color: #FFF;
    margin: 0 12px;
    /* margin-bottom: 20px; */
    /* padding-bottom: 10px; */
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
}

.sub-cat-home a:hover{
    color: #ed3237;
}

.pr-tab-active{
    position: relative;
    border: solid 2px #ed3237 !important;
    border-radius: 35px;
    color: #ee0000 !important;
}

.pr-tab-active:after, .pr-tab-active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pr-tab-active:after {
    border-color: rgba(129, 183, 73, 0);
    border-top-color: #bc0000;
    border-width: 8px;
    margin-left: -8px;
}
.pr-tab-active:before {
    border-color: rgba(129, 183, 73, 0);
    border-top-color: #bc0000;
    border-width: 9px;
    margin-left: -9px;
}



.film-home-item{
    position: relative;

}

.film-home-item img{
    display: block;
}
.film-home-item a{
    display: block;
}
.film-home-info{
    width:100%; background:rgba(0,0,0,0.6); padding:4px; font-size: 14px; text-align:center;
}

.film-home-name{
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-transform:uppercase;
    min-height: 50px;
}
.film-home-name a{
    color: #FFF;
}


.attr-item{
    float:left;
    width:100%;
    margin-bottom: 15px;
}
.attr-name{
    float:left;
    margin-right:5px;
    min-width: 120px;
}
.attr-value{

    float:left;
}


.staff_home .show-date-tab{
    color: #fff;
    width: 10%;
}


.staff_home .suatchieu{
    display: block;
    color: #DDD;
    background: #444;
    border: solid 1px #666;
    float: left;
    padding: 5px 10px;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.staff_home .suatchieu:hover{
    background: #bc0000;
}

.staff_home .dinhdangphim{
    padding: 3px 2px;
    background: rgba(0,0,0,0.2);
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    float: left;
    border: solid 1px #666;
    width: 100%;
    border-top: none;
    transform: scaleY(0.9);
}
.staff_home .phanloaiphim{
    padding:13px 0px;
    width:100%;
    font-size:16px;
    color:#F8E607;
    border:solid 1px #f8090f;
    text-align:center;
    width:60px; margin:0 auto;
}

.news__dt {
    padding: 26px 0 30px;
}

.dt-name {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 28px;
    color: rgb(65, 64, 66);
}

.createdate {
    font-size: 14px;
    color: rgb(154, 154, 154);
    line-height: 1.5;
    margin-bottom: 16px;
}

.createdate i {
    font-size: 16px;
    margin-right: 5px;
}

.dt-intro {
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.4;
}

.dt {
    line-height: 1.4;
}



.longPageTOC {
    position: relative;
}
.longPageTOC {
    font-size: 17px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}


.longPageTOC:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    position: absolute;
    transition: all 0.5s;
    font-size: 16px;
    right: 0;
    font-weight: 600;
}
.longPageTOC.collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


.tocWrap {
    background: #dbedf9;
    border: 1px solid #c7e4f4;
    color: #3983e7;
    padding: 15px 25px;
    border-radius: 10px;
    margin: 10px 0 10px;
    position: relative;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 1s;
    transition-timing-function: ease;
    font-size: 14px;
    width: 60%;
}


.longPageNavigationDiv {
    width: 100%;
}

.longPageNavigationDiv a {
    color: #3983e7;
}

.longPageNavigationDiv ul {
    padding-left: 20px;
}

.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
}

.news__others-title {
    color: rgb(67, 70, 76);
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
}


.news__others-title::after {
    content: "";
    width: 52px;
    height: 2px;
    background-color: #ed3237;
    position: absolute;
    left: 0;
    bottom: -13px;
}


.btnpro-prev,
.btnpro-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    transform: translateY(-50%);
    color: #fff;
    padding: 11px;
    width: 35px;
    height: 95px;
    background-color: rgba(235, 49, 54, 0.9);

}

.btnpro-prev {
    left: -35px;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btnpro-next {

    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btnpro-wrap .swiper-button-disabled {
    background-color: rgba(51,51,51,0.8);
    cursor: default;
    color: #fff;
}

.btnpro-wrap:hover .btnpro-prev {
    left: 0;
}

.btnpro-wrap:hover .btnpro-prev {
    left: 0;
}

.btnpro-wrap {
    position: relative;
    overflow: hidden;
}


.dt-others-list {
    margin-bottom: 40px;
}

.dt-others-list .news__name {
    font-size: 14px;
}

.dt-others-list .news__item .newsinfo {
    padding: 20px 12px 20px;
}



.search-name {
    font-size: 20px;
    color: #1a0dab;
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
    display: block;
}

.search-name:hover a {
    text-decoration: underline;
}
.search-name a {
    color: #1a0dab;
}

.cat-path i {
    font-size: 12px;
}

.cat-path a {
    color: #5f6368;
    font-size: 14px;
}

.cat-path a:first-child {
    color: #202124;
}

.search__wrap {
    padding: 20px 0 40px;
}
.tab-pane {
    line-height: 1.4;
}

.service__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.service__img {
    display: block;
    width: 32%;
}

.service__ct {
    flex: 1;
    margin-left: 20px;
}

.service__name {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #43464b;

}
.service__name a {
    line-height: 22px;
    color: currentColor;
}

.service__name:hover {
    color: #EB3136;
}


.serivce__intro {
    color: #a0a3a7;
    line-height: 1.4;
    font-size: 14px;
}
.has-overlay {
    position: relative;
}
.has-overlay:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    background-color: transparent;
}
.has-overlay:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.service__img-ot {
    display: block;
}

.service__name-ot {
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #43464b;
}

.service__name-ot a {
    color: currentColor;
}

.service__name-ot:hover {
    color: #EB3136;
}

.title-page {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 20px;
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
}


.menuleft{
    padding: 0px;
    margin: 0px;
    color: #595959;
    background: #f1f2f2;
    padding: 1px;
    font-size: 14px;
}

.menuleft ul{
    list-style: none;
    margin: 0px;
    padding:0px;
}
.menuleft li{
    list-style: none;
    margin: 0px;
    padding:0;
    border-bottom: solid 1px #FFF;
}
.menuleft li:last-child{
    border-bottom: none;
}
.menuleft .actived{
    color: #ff0000;

}
.menuleft .actived>a{
    color: #FFF;
    font-weight: 600;
}

.menuleft li a{
    color: #595959;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 11px 12px;
}

.menuleft li a i {
    margin-right: 6px;
}

.menuleft a:hover{
    color: #ff0000;
}

.menuleft li ul{
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    background: #FFF;
    display: none;
}





.modal-overlay{
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9) !important;
}
/*---*/
.modal-box {
    background:#CCC;
    display: none;
    position: fixed;
    z-index: 99999;
    width: 65%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 1000px;
}
.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }
.modal-box .modal-body { padding: 2px; }
.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}
a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb !important;
}
a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

#popupModal{
    width:90%;
    max-width: 800px;
    position: fixed;
    z-index: 99999;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    display:none;
}


#popupAlert{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 500px;
    z-index: 99999;
    transform: translate(-50%, -50%);

}

.closePop {
    position: absolute;right: -10px;top: -10px;color: #000;background: #FFF;padding: 5px 10px 7px 10px;border-radius: 50%;
}



.js-modal-close {
    font-size: 18px;
    color: #fff;
}


.member-login strong {
    color: #ED3237;
}

.contact-title {
    margin-top: 0;
    text-align: left;
    font-weight: 600;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
}

.contact-title::after {
    content: "";
    width: 52px;
    height: 2px;
    background-color: #ed3237;
    position: absolute;
    left: 0;
    bottom: -13px;
}



.error {
    border: 2px solid red !important;
}

.contact {
    padding: 10px 0 20px;
}

.contact .cattitle {
    margin-bottom: 26px;
}

.modal-box2 {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 40%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 1100px;
    background: #fff;
    z-index: 99999;

}


.btn-small  {
    font-size: 3vmin;
    padding: 0.75em 1.5em;
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #222;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
    padding: 0.75em 1em;
    font-size: 0.8em;
}

.btn-small:hover {
    background-color: #ed3237;
    color: #fff;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}


.btn_box {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    border-top: 2px solid #ed3237;
}

.footer-text {
    color: #fff;
}

.menuboxfooter li:hover a {
    color: #ed3237;
}


.table-list {
    border-collapse: collapse;
    min-width: 600px;
    overflow: hidden;
    /* overflow: scroll; */
}


.tuyendung-table {
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.table-list th {
    background: #ed3237;
    color: #FFF;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 0;
}

.table-list th:first-child,
.table-list th:nth-child(3) {
    text-align: center;
}




.table-list td {
    color: #414042;
    padding: 8px 0;
}

.table-list td:nth-child(2) {
    color: #414042;
    font-weight: 600;
}

.table-list td:first-child,
.table-list td:nth-child(3) {
    text-align: center;
}

.table-list tr {
    border: 2px solid #d7d7d7;
}

.table-list tr:first-child {
    border: none;
}

.table-list tr:hover {
    background-color: #eeeded;
}


.tuyendung__name {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    color: #43464b;
}

.tuyendung__item {
    display: block;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #43464b;
}

#popup_tuyendung {
    background-color: #fff;
    width: 50%;
}

#popup_tuyendung .modal-body {
    padding: 10px 20px;
}

.txt {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 3px;
    color: #333;
    padding-left: 2px;
    margin-bottom: 10px;
}

.title-frm-reg {
    font-weight: 500;
    margin-bottom: 4px;
}

.td_td {
    margin-bottom: 4px;
}

.box__news-ticket .block-panel {
    position: unset;
    top: 0;
    left: 0;
    padding-top: 0px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
    width: 100%;
}


#slide_home {
  min-height: 400px;
}

.member-login {
  min-width: 163px;
}

.member-login a i {
  min-width: 12.69px;
}

#slide_mb {
    min-height: 100px;
}

.homemovie .movie__img,
.movie .movie__img {
    min-height: 250px;
}

.tab-pane__phim {
    margin-bottom: 10px;
}

p.text-confirm-signup {
    color: #a0a3a7;
    font-size: 16px;
    text-align: center;
}

.text-confirm-signup a {
    color: #ED3237;
}


.big-checkbox {
    zoom: 1.2;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
}

.btn-contact.disable {
    pointer-events: none;
    opacity: .5;
    cursor: default;
}

.dangphim_in {
    color: #43464c;
}

.suatchieu_time {
    color: #ec2d34;
    font-weight: 600;
}

.text-note {
    display: none;
}