        /*
Create by : Jakkrit@OB
*/
@font-face {
    font-family: 'DBHelvethaicaX55Regular';
    src: url('../fonts/DBHelvethaicaX.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DBHelvethaicaX.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/DBHelvethaicaX.woff') format('woff'), /* Modern Browsers */
    url('../fonts/DBHelvethaicaX.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/DBHelvethaicaX.svg#d6a7d8571348c8a262e7f05953d42d15') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  400;
}



 @font-face {
    font-family: 'Gotham-Book';
    src: url("../fonts/Gotham-Book.eot");
    src: local("â˜º"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url("../fonts/Gotham-Medium.eot");
    src: local("â˜º"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Conv_Gotham-Light';
    src: url("../fonts/Gotham-Light.eot");
    src: local("â˜º"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

body{
    color: #fff;
}
a,a:hover,a:focus{
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}


.thai{
    /*font-family: 'Kanit', sans-serif !important;*/
    font-weight: 700 !important;
}
.header-video {
    width: 100%;
    height: 100vh;
    position: relative;
}

.video-fullscreen video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/banner_pc.jpg) no-repeat;
    background-size: cover;
    transition: 1s opacity;
}
.box-navbar{

}
a.navbar-brand{
    margin-right: 40px;
}
.navbar-expand-xl .navbar-nav .nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
}
.div-respon{
    display: flex;
}
.bg-light{
    background-color: rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 4px 10px -5px rgba(0,0,0,0.3);
}
.navbar{
    position: relative;
    top: inherit;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.3rem 1rem;
    -moz-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
    z-index: 9999;
    background: url('../../new_assets/bg-nav-d.png') left center no-repeat;
    background-size: cover;
}
.navbar-light .navbar-toggler-icon{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
ul.navbar-nav{
    display: block;
    width: 100%;
    text-align: left;
}
li.nav-item{
    display: inline-block;
}
li.nav-item a.nav-link{
    text-transform: uppercase;
    font-size: 23px;
    padding-bottom:  0;
    font-weight: 700;
    color: #F1EEED !important;
}
li.nav-item a:hover.nav-link,
li.nav-item a.nav-link.active,
li.nav-item a:hover.nav-link.active,
li.nav-item a:focus.nav-link.active{
   /* background: linear-gradient(135deg, #652d90 , #ee456c  ,#f16623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background:rgb(198,159,76);*/
    text-decoration: underline;
}
.navbar-light .navbar-nav .nav-link:focus{
    color: rgba(0,0,0,.5);
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation: move 500ms;
}
.content{
    padding: 50px 0;
    background: #000;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 100px;
}

/* Button */
.btn-faq-box{
    display: block;
    text-align: center;
    margin: 20px 0;
}
.btn-imaxvr{
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
    border: 0;
    background: rgba(119,82,161,1);
    background: -moz-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,144,207,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,82,161,1)), color-stop(100%, rgba(20,144,207,1)));
    background: -webkit-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,144,207,1) 100%);
    background: -o-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,144,207,1) 100%);
    background: -ms-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,144,207,1) 100%);
    background: linear-gradient(to right, rgba(119,82,161,1) 0%, rgba(20,144,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7752a1', endColorstr='#1490cf', GradientType=1 );
    color: #fff;
}
.btn-imaxvr:hover,
.btn-imaxvr:focus,
.btn-imaxvr:active{
    color: #fff;
    background: rgba(119,82,161,1) !important;
    background: -moz-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,144,207,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,82,161,1)), color-stop(100%, rgba(20,144,207,1))) !important;
    background: -webkit-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,144,207,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,144,207,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,144,207,1) 100%) !important;
    background: linear-gradient(to right, rgba(119,82,161,1) 0%, rgba(20,144,207,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7752a1', endColorstr='#1490cf', GradientType=1 ) !important;
}

/* Movie */
.box-movie{
    background: #000 /* url('../img/bg-movie.jpg') */ center no-repeat;
    background-size: cover;
    padding: 150px 0 250px 0;
    position: relative;
}
.movie-header{
    display: inline-block;
    background: linear-gradient(135deg, #7752a1 0%, #1490cf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.bgheader-fluid{
    display: inline-block;
    background: linear-gradient(135deg, #652d90 , #ee456c  ,#f16623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 auto;
}
h1.colo-imaxvr{
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
}
h1.color-imaxvr{
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    display: block;
}
h2.color-imaxvr{
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 700;
}
.box-movie-show {
    position: relative;
}
a.viewall{
    font-family: 'Gotham-Medium';
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 5px 10px 5px 20px;
    text-transform: uppercase;
    font-size: 13px;
}
a.viewall i{
    font-size: 20px;
    line-height: 1;
    margin-left: 5px;
}
a:hover.viewall,
a:focus.viewall{
    background: #fff;
    color: #000;
}
.movie-list{
    padding: 5px;
    background: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
.movie-list:hover{
    padding: 5px;
    background: rgba(20,145,207,1);
    background: -moz-linear-gradient(top, rgba(20,145,207,1) 0%, rgba(119,82,161,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20,145,207,1)), color-stop(100%, rgba(119,82,161,1)));
    background: -webkit-linear-gradient(top, rgba(20,145,207,1) 0%, rgba(119,82,161,1) 100%);
    background: -o-linear-gradient(top, rgba(20,145,207,1) 0%, rgba(119,82,161,1) 100%);
    background: -ms-linear-gradient(top, rgba(20,145,207,1) 0%, rgba(119,82,161,1) 100%);
    background: linear-gradient(to bottom, rgba(20,145,207,1) 0%, rgba(119,82,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1491cf', endColorstr='#7752a1', GradientType=0 );
    box-shadow: 0 0 10px rgba(37,59,115,1);
    margin-bottom: 15px;
    -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
.movie-list:hover .btn-black{
    background-color: #000;
    border-color: #000;
}
.movie-list:hover .btn-black:hover,
.movie-list:hover .btn-black:focus{
    background-color: #000;
    border-color: #000;
}
.movie-list-img{
    margin-bottom: 5px;
}
.movie-list-title{
    height: 48px;
    overflow: hidden;
    width: 100%;
}
.movie-list-title a{
    font-family: 'Gotham-Book';
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
}
.movie-list-btn{
    margin-top: 5px;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
}

.box-social-content{
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
}
.box-social-show{
    position: relative;
}
.social-head{
    display: inline-block;
    background: linear-gradient(135deg, #7752a1 0%, #1490cf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.social-head h1.colo-imaxvr{
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}
.dcsns-toolbar{
    position: absolute;
    top: -55px;
    right: 0;
    text-align: right;
}
.dcsns-toolbar .filter li{
    display: inline-block;
    margin-left: 5px;
}
#dcsns-filter.dc-center{
    float: none;
}
.dcsns-toolbar .filter .link-all{
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 35px;
    color: #000;
    font-family: 'Gotham-Book';
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}
.dcsns-toolbar .filter li a{
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 35px;
    font-family: 'Gotham-Book';
    text-transform: capitalize;
    vertical-align: middle;
    line-height: 2.6;
    padding: 0;
}
.dcsns-toolbar .filter li a .socicon{
    color: #000;
}
.box-left-line{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.box-left-line img{
    width: 100%;
}

/* UpComing */
.box-upcoming{
    background: #000 url('../img/bg-upcoming.jpg') center top no-repeat;
    background-size: cover;
    padding: 80px 0 150px 0;
}
.bgheader{
    display: inline-block;
    background: linear-gradient(135deg, #652d90 , #ee456c  ,#f16623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.box-upcoming-content{
    position: relative;
}
.slick-slide {
    margin: 0 10px;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-dots li{
    width: auto;
}
.slick-dots li button{
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    text-indent: -9999px;
}
.slick-dots li.slick-active button{
    background: #7752a1;
    box-shadow: 0 0 10px rgba(119, 82, 161,.5)
}
.slick-next:before{
    content: "\f487";
    font-family: "Ionicons";
    font-size: 50px;
}
.slick-prev{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.slick-prev:before {
    content: "\f487";
    font-family: "Ionicons";
    font-size: 50px;

}
.movie-list-box{
    background: #000;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    margin-bottom: 15px;
}
.coming-list-img{
    display: block;
    margin-bottom: 5px;
}
.coming-list-title{
    display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 48px;
    overflow: hidden;
}
.coming-list-title a{
    color: #fff;
    font-family: 'Gotham-Book';
}
.btn-coming{
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    font-family: 'Gotham-Book';
    text-align: left;
    font-size: 13px;
    padding: 10px 10px;
}
.btn-coming:before{
    content: "\f3d1";
    font-family: "Ionicons";
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: -3px;
}
.movie-list-box{
    margin-top: 50px;
}

p.thai{
    /*font-family: 'Kanit';*/
    font-weight: 700 !important;
}

/* INFO */
.box-info{
    margin-top: 30px;
}
.box-info p{
    font-size: 21px;
}
.box-info hr{
    background-color: transparent;
    margin: 30px 0;
}

/* Gallery */
.box-gallery{
    background: #000 center top no-repeat;
    background-size: cover;
    padding: 80px 0 100px 0;
}
.slider-content{
    padding: 0 80px;
}

ul.list-slider{
    padding: 0;
    margin: 30px 25px;
}
ul.list-slider li{
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    cursor: pointer;
    padding: 3px;
    background: #000;
}
ul.list-slider li:hover,
ul.list-slider li.active,
ul.list-slider li.active:hover{
    background: rgba(119,82,161,1);
    background: -moz-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,145,207,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,82,161,1)), color-stop(100%, rgba(20,145,207,1)));
    background: -webkit-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,145,207,1) 100%);
    background: -o-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,145,207,1) 100%);
    background: -ms-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,145,207,1) 100%);
    background: linear-gradient(to right, rgba(119,82,161,1) 0%, rgba(20,145,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7752a1', endColorstr='#1491cf', GradientType=1 );
}
ul.list-slider li:focus{
    outline-style: none;
}

.slick-dots{
    bottom: -40px;
}

.slider-content .slick-next:before{
    content: "\f487";
    font-family: "Ionicons";
    font-size: 30px;
}
.slider-content .slick-prev:before {
    content: "\f487";
    font-family: "Ionicons";
    font-size: 30px;
}
.slider-content .slick-next{
    top: 45%;
}
.slider-content .slick-prev{
    top: 30%;
}

.box-gallery-content{
    margin-top: 50px;
}
.carousel-inner{
    box-shadow: 0 0 10px rgba(0,0,0,1)
}

/* FAQ */
.box-faq{
    background: #f2f2f2 center top no-repeat;
    background-size: cover;
    padding: 80px 0 100px 0;
}
.box-faq-content{
    margin-top: 50px;
}
.box-faq-acc{
   font-size: 20px;
}
.box-faq-wrapper{
    background-color: rgba(255,255,255,0.5);
    padding: 15px;
}
.faq-header{
    padding-bottom: 10px;
}
.faq-header:before{
    font-family: 'Gotham-Medium';
    content: "Q";
    width: 40px;
    height: 40px;
    background-color: #ff0040;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-size: 30px;
    border-radius: 3px;
    position: absolute;
}
.faq-header a.btn-faq{
    color: #333;
    font-size: 26px;
    word-wrap: break-word;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 60px;
    display: block;
}
.faq-header a.btn-faq:hover,
.faq-header a.btn-faq:focus{
    text-decoration: none;
    color: #109ad6;
}
.faq-acc{
    margin-bottom: 10px;
    border-bottom: 2px solid #999;
}
.collapse-faq p{
    margin-bottom: 20px;
}
.collapse-faq{
    color: #777;
    padding-left: 60px;
    position: relative;
    font-size: 20px;
}
.collapse-faq hr{
    margin-top: 0;
}
.collapse-faq:before{
    font-family: 'Gotham-Medium';
    content: "A";
    width: 40px;
    height: 40px;
    background-color: #009817;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-size: 30px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
}
p.color-gray{
    color: #777;
}
.box-faq-acc{
    margin-top: 30px;
}

/* REMARK */
.box-remark{
    background: #333 center top no-repeat;
    background-size: cover;
    padding: 150px 0 150px 0;
}
.remark-content{
    margin-top: 50px;
}


/* Footer */
.box-footer{
    position: relative;
}
.footer-content{
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    min-height: 800px;
}
p.copyright{
    font-family: 'Gotham-Book';
    margin-bottom: 0;
    padding: 20px 0;
    background: #000;
    text-align: center;
}
.footer-logo{
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    left: 50%;
}
ul.fs{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px;
}
ul.fs li{
    display: inline-block;
    margin: 0 10px;
}
ul.fs li a{
    color: #333;
    background-color: #fff;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 45px;
    text-align: center;
    display: block;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.fs li a .socicon{
    color: #333;
}
ul.fs li a:hover,
ul.fs li a:focus{
    background: rgba(119,82,161,1);
    background: -moz-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,145,207,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,82,161,1)), color-stop(100%, rgba(20,145,207,1)));
    background: -webkit-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,145,207,1) 100%);
    background: -o-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,145,207,1) 100%);
    background: -ms-linear-gradient(left, rgba(119,82,161,1) 0%, rgba(20,145,207,1) 100%);
    background: linear-gradient(to right, rgba(119,82,161,1) 0%, rgba(20,145,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7752a1', endColorstr='#1491cf', GradientType=1 );
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.fs li a:hover .socicon,
ul.fs li a:focus .socicon{
    color: #fff;
}

.scrollup {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #000;
    cursor: pointer;
    color: #fff;
}

.slide-lr{
    display: none;
}
/* Responsive */
@media (max-width: 1300px) {
    a.navbar-brand img{
        margin-right: 10px;
    }
    .navbar-expand-xl .navbar-nav .nav-link{
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .slider-content{
        padding: 0 0px;
    }
}
@media (max-width: 1199px) {
    .navbar-toggler{
        background: rgb(198,159,76);
        outline-style: none;
        border: 0;
    }
    button:focus.navbar-toggler{
        outline-style: none;
    }
    .navbar-toggler-icon{
        color: #fff;
    }
    .div-respon{
        display: none;
    }
    ul.navbar-nav{
        display: block;
        width: 100%;
        text-align: center;
    }
    li.nav-item{
        display: block;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .header-video {
        height: auto !important;
        padding: 0;
        margin: 0;
        display: block;
    }
    .video-fullscreen video {
        position: initial;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
        display: block;
        background: none;
        z-index: 1;
        margin: 0;
        padding: 0;
        background-color: #000000;
    }
    .video-fullscreen video::-webkit-media-controls-panel {
        display: none!important;
        -webkit-appearance: none;
    }
    a.navbar-brand{
        margin-right: 0;
    }
    a.navbar-brand img{
        width: 250px;
        margin-right: 10px;
    }
    .navbar {
      margin-top: -1px;
    }
    .dcsns-toolbar{
        text-align: center;
    }
    .social-head {
        display: block;
        margin-bottom: 55px;
    }
    .social-head h1.colo-imaxvr{
        text-align: center;
        display: block;
    }
    /* .box-upcoming .slick-prev,
    .box-upcoming .slick-next{
        display: none !important;
    } */

    /* Movie */
    .box-movie{
        padding: 80px 0 200px 0;
    }
    .movie-header{
        margin-bottom: 20px;
    }
    h1.colo-imaxvr{
        font-size: 30px;
    }
    /* Upcoming */
    a.viewall{
        top: 0;
    }
    /*a.viewall span{
        **display: none;
    }
    a.viewall i{
        margin: 0;
        font-size: 30px;
    } */
    .movie-list-box{
        margin-top: 25px;
    }
    .slide-lr{
        position: absolute;
        top: 55px;
        display: block;
        width: 100%;
        text-align: center;
    }
    h1.color-imaxvr{
        font-size: 50px;
    }
    .box-upcoming{
        padding: 80px 0;
    }

    /* FAQ */
    .embed-responsive-16by9{
        margin-bottom: 30px;
    }
    .faq-header:before{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .faq-header a.btn-faq{
        font-size: 18px;
        line-height: 1;
        padding-left: 40px;
    }
    .collapse-faq{
        font-size: 16px;
        padding-left: 40px;
    }
    .collapse-faq:before{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .slider-content{
        margin-bottom: 50px;
    }


    /* Footer */
    .footer-content{
        min-height: auto;
    }
    .footer-logo{
        position: relative;
        top: 40%;
        transform: translate(0, 0);
        left: 0;
        padding: 30px;
    }
    p.copyright{
        padding: 20px 15px;
    }

    /* Remark */
    .box-remark{
        padding: 50px 0 50px 0;
    }
}


body{font-family: 'DBHelvethaicaX55Regular', sans-serif !important}
li.nav-item a.nav-link{
    font-size:23px;
    color:rgb(198,159,76) !important;
}
h1.color-imaxvr{font-size:43px}
.container_pack{display: inline-block;text-align: center;float: left;margin-top: 15px;}
.link_img{display: inline-block;}
.img_pack{width: 90%;}
.register_link{
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
    background: #ff1f99;
    padding: 7px 30px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.register_link:hover{
    background: #fff; color: #ff1f99;border: 1px solid #fff;
}
.mpass_info {
    width: 95%;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.mpass_info h2 {
    color: rgb(198,159,76);
    margin-left: 2%;
    margin-top: 3%;
    font-size: 29px;
    text-align: center;
    font-weight: bold;
}
.mpass_info h3 {color: #777;margin-left: 2%;font-size: 21px;margin-bottom: 4%; text-decoration: underline;text-align: center;}
.mpass_info_inside {color: #000;font-size:21px}
ul.ul_howto li{padding-bottom: 5px}
ul.normal{font-size: 21px}
p.normal{font-size:21px;}
button.close {
    font-size: 2rem;
}
ul.question{
    font-family: 'DBHelvethaicaX55Regular', sans-serif !important;
    margin-left: -9px;color:#444
}
ul.question li{
    margin-bottom: 3px;
    font-size: 23px;
}
span.q{
    display: block;
    font-weight: bold;
}
span.a{display: block;}
.img_m_1{
    padding-left: 6%;
    padding-right: 6%;
}

@media (min-width: 480px){
    a.navbar-brand img {
        width: 107px;
    }
}

@media (max-width: 480px){
    a.navbar-brand img {
        width: 50px;
    }
    .register_link {
        font-size: 31px;
        font-weight: normal;
    }
    ul.question li{font-size:18px;}
}
