
@font-face {
  font-family: 'Prompt';
  src: url('/assets/website/Font/Prompt-Light.ttf');
}

@font-face {
  font-family: 'Syncopate';
  src: url('/assets/website/Font/Syncopate-Regular.ttf');
}

@font-face {
  font-family: 'Syncopate-Bold';
  src: url('/assets/website/Font/Syncopate-Bold.ttf');
}


body {
  font-family: "Prompt" !important;
  background-image: linear-gradient(#fdfdfd, #d9d9d9);
  background-position: center;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h2{
  font-family: "Syncopate";
  font-weight: 900 !important;
}

p {
  font-family: "Prompt";
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: #313332 !important;
  text-decoration: none !important;
  transition: all 0.3s !important;
}

input::-webkit-input-placeholder {
  color: #CCCCCC;
  position:relative;
  padding-left:0;
   -webkit-transition:  0.5s; /* For Safari 3.1 to 6.0 */
   transition:  0.5s;
}

input:-moz-placeholder { /* Firefox 18- */
   color: #CCCCCC;
   position:relative;
   padding-left:0;
   -moz-transition:  0.5s; /* For Safari 3.1 to 6.0 */
   transition:  0.5s;
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #CCCCCC;
   position:relative;
   padding-left:0;
   -moz-transition:  0.5s; /* For Safari 3.1 to 6.0 */
   transition:  0.5s;
}

input:-ms-input-placeholder {  
   color: #CCCCCC;
   position:relative;
   padding-left:0;
   -ms-transition:  0.5s; /* For Safari 3.1 to 6.0 */
   transition:  0.5s;
}

input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  font-size: 0.8rem;
}

input:hover:-moz-placeholder,
input:focus:-moz-placeholder{ /* Firefox 18- */
  font-size: 0.8rem;
}

input:hover::-moz-placeholder,
input:focus::-moz-placeholder{  /* Firefox 19+ */
  font-size: 0.8rem;
}

input:hover:-ms-input-placeholder,
input:focus:-ms-input-placeholder{  
  font-size: 0.8rem;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.navbar {
  width: 100%;
  position: fixed !important;
  top: 0;
  z-index: 999;
  padding: 15px 10px;
  background: #d6dde3;
  border: none;
  border-radius: 0;
  /* margin-bottom: 40px; */
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.backgroundactive{
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  position: fixed;
  background-color: rgba(17, 17, 17, 0.15);
  z-index: 2;
  /* -webkit-transition: color 0.5s ease-out; */
  /* -moz-transition: color 0.5s ease-out; */
  /* -o-transition: color 0.5s ease-out; */
  /* transition: color 0.5s ease-out; */
  transition: opacity 500ms ease-in-out;
}

.language_switcher{
 padding: 0 10px;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

@media (min-width: 1200px) {
  /* .index {
    min-width: 1730px;
    } */
  }

  .index section {
    margin: 50px;
  }

  .index section h6 {
    text-align: left;
  }

  .index section p {
    text-align: left;
  }

  .index h3 {
    font-family: Syncopate-Bold;
  }


  /* .crop_img_promotion {
    position: relative;
    width: 600px;
    height: 340px;
    overflow: hidden;
  }
  .crop_img_promotion img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  } */


  .banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .banner img {
    position: inherit;
    /* left: 50%;
    top: 50%; */
    height: 100%;
    width: auto;
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
  }

  .index {
    word-break: break-all;
  }

  .index img {
    width: 100%;
    height: auto;
  }

  .index h6 {
    text-align: center;
    margin: 0;
    margin-top: 10px;
    padding: 0 5px;
  }

  .index p {
    text-align: center;
    font-size: 0.7rem;
    color: #000;
    padding: 0 5px;
  }

  .index .movie h6 {
    text-align: left;
    margin: 0;
    margin-top: 10px;
  }

  .open-lightbox{
    border: none;
    background-color: transparent;
  }

  .open-lightbox:hover{
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
    color: #5a6268;
  }

  .index .movie p {
    text-align: left;
    font-size: 0.7rem;
    color: #000;
  }

  .detail {
    margin: 5rem 0;
  }
  
  .poster_movie{
    padding-bottom: 20px;
  }

  .detail h3 {
    font-weight: bold;
  }

  .detail .movie-detail {
    text-align: center;
    /* padding: 2rem 8rem; */
  }

  .detail .movie-detail h3 {
    font-weight: bold;
  }

  .detail .movie-detail h4 {
    margin: 1rem;
    margin-bottom: 2rem;
    font-weight: bold;
  }

  .detail .movie-detail p {
    font-size: 1rem;
    color: #000;
  }

  .detail .movie-detail img {
    width: 100%;
    height: auto;
    padding: 2rem 8rem;
  }

/* .detail .showtime{
  margin: 2rem 0;
  } */

  .detail .showtime .day {
    margin-bottom: 2rem !important;
  }

  .detail .showtime .time {
    padding: 5px;
  }

  .detail .showtime button {
    width: 100%;
    padding: 5px 20px;
    color: #afafaf;
    background-color: #0000;
    border-color: #afafaf;
    border-width: 1px;
    border-radius: 5px;
  }

  .btn-group button{
    max-width: 120px;
    margin: 5px !important;
    border-radius: 5px !important;
  }

  .detail .scroll {
    height: 800px;
    width: 100%;
    overflow: auto;
    margin: 2rem 0;
  }

  .btn .btn-secondary .active{
    box-shadow: none !important;
  }

  /* width */
  .detail .scroll::-webkit-scrollbar {
    width: 7px;
  }

  /* Track */
  .detail .scroll::-webkit-scrollbar-track {
    background: #f1f1f100;
  }

  /* Handle */
  .detail .scroll::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  .detail .scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .detail .showtime button:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
  }

  .detail .seat {
    padding-top: 2rem;
  }

.display_none{
  display: none !important;
  }

  .display_block{
    display: block !important;
    }

  .seat time{
    padding: 0 15px;
  }

  .form-member{
    margin-top: 10px;
  }

  .poster {
    position: sticky;
    position: -webkit-sticky;
    top: 62px;
    left: 0px;
  }

  .contact-btn button {
    margin: 50px 0;
    background-color: #cacfd300;
    border-color: #000;
    border-width: 1px;
    border-radius: 0rem;
    width: 100%;
    color: #68696b;
    font-size: 1rem;
    padding-bottom: 10px;
  }

  .news {
    margin-top: 100px;
  }

  .news div {
    margin-bottom: 10px;
  }

  .news h2 {
    font-family: "Syncopate-bold";
    text-align: center;
  }

  .news h6 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    margin-top: 5px;
  }

  .news p {
    font-size: 0.9rem;
    color: #000;
    margin-bottom: 30px;
  }

  .news img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .news .share{
    float: right;
  }

  .event .news p {
    font-size: 0.5rem;
    margin: 0;
  }

  .event .news img {
    margin-bottom: 10px;
  }

  .btn10{
    top: 40px;
    font-family: "Syncopate";
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase!important;
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #333;
    border-radius:4px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* background: transparent!important; */
    z-index:10;
    background-color: #333;
    padding: 10px;
}


.btn10:hover{
    /* border: 1px solid #071982; */
    border: 1px solid #8c811a;
    /* color: #80ffd3!important; */
    color: #fff !important;
}
.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    /* background: #071982; */
    background: linear-gradient(to right, #BF953F, #B38728, #e2d874, #AA771C);
    position: absolute;
	  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
	   box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    /* background: #80ffd3; */
    /* background: #333; */
    background-image: linear-gradient(315deg, #2d3436 0%, #d3d3d3 74%);
    position: absolute;
	-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn10:hover::before, .btn1O:hover::before{
	opacity:1;
	width: 116%;
}
.btn10:hover::after, .btn1O:hover::after{
	opacity:1;
	width: 120%;
}


  .non-margin {
    margin: 0 !important;
  }

  .non-padding {
    padding: 0 !important;
  }
  /* -----------------------INDEX TAB--------------------- */

  .tab {
    overflow: hidden;
  }

  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 20px;
    transition: 0.3s;
    font-size: 17px;
    margin: 10px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    font-weight: bold;
  }

  /* Create an active/current tablink class */
  .tab button.active {
    font-weight: bold;
    border-bottom: 3px solid;
  }

  /* Style the tab content */
  .tabcontent {
    display: none;
    border-top: none;
    animation: fadein 1.5s;
    -moz-animation: fadein 1.5s; /* Firefox */
    -webkit-animation: fadein 1.5s; /* Safari and Chrome */
    -o-animation: fadein 1.5s; /* Opera */
  }

  /* ------------- */

  .detail .tab {
    overflow: hidden;
  }

  /* Style the buttons inside the tab */
  .detail .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 20px;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .detail .tab button:hover {
    font-weight: bold;
  }

  /* Create an active/current tablink class */
  .detail .tab button.active {
    font-weight: bold;
    color: #000000;
  }

  /* Style the tab content */
  .detail .tabcontent {
    display: none;
    border-top: none;
  }
  

  /* -------------------------------- SEAT ------------------------------------ */

  .m_ex {
    text-align: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  }

  table {
    margin: auto;
    max-width: 500px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  }

  table,
  table tr {
    text-align: center;
    /* width: 100%; */
    margin-top: 2rem;
  }

  table #seating_all tr td {
    width: 6.66%;
  }

  .selecting{
    width : 24px;
    height : 24px;
    border : 2px solid #898989;
    background:#efad0e;
    margin-bottom:-6px;
    display: inline-block;
  }
  
  .reserved{
    width : 24px;
    height : 24px;
    border : 2px solid #555555;
    background:#555;
    margin-bottom:-6px;
    display: inline-block;
  }

  .available{
    width : 24px;
    height : 24px;
    border : 2px solid #898989;
    margin-bottom:-6px;
    display: inline-block;
  }

  .all_selected_seat{
    padding: 20px;
    background-color: #fff;
    word-break: break-all;
  }

  .pay_btn{
    padding: 2% !important;
    width: 100%;
    margin-top: 5px;
  }

  .price{
    margin: 0 5px 0 5px;
  }

  .m_chair {
    padding: 2px;
  }
  .m_chair button {
    transition: 0.2s ease;
    margin: auto;
    display: block;
    width: 24px;
    max-width: 100%;
    height: 24px;
    max-height: auto;
    border: 2px solid #898989;
  }

  .selected {
    border: 2px solid #898989;
    background: #efad0e;
  }

  .m_chair_res button {
    margin: auto;
    display: block;
    width: 24px;
    max-width: 100%;
    height: 24px;
    max-height: auto;
    border: 2px solid #555555;
    background: #555;
  }

  @media screen and (max-width: 400px) {
    .m_chair button,
    .m_chair_res button {
      width: 10px;
      height: 20px;
    }
    .m_chair button{
      border: 1px solid #898989;
    }
    .language_switcher{
      padding: 0px 7px;
    }
    
  }
  @media screen and (max-width: 320px) {
    .m_chair{
      padding: 1px;
    }

    .m_chair button,
    .m_chair_res button {
      width: 100%;
      height: 17px;
    }
    
  }

/* ---------------------------------------------------
    SIDEBAR STYLE
    ----------------------------------------------------- */
    .container-fluid {
      position: relative;
    }

    #sidebar {
      width: 30%;
      position: fixed;
      top: 0;
      right: -100%;
      height: 100vh;
      z-index: 999;
      background: #d4dde4;
      color: #fff;
      transition: all 0.3s;
      overflow-y: scroll;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    #sidebar.active {
      right: 0;
    }

    #sidebar2 {
      width: 100%;
      position: fixed;
      top: 0;
      right: -100%;
      height: 100vh;
      z-index: 999;
      background: #d4dde4;
      color: #fff;
      transition: all 0.3s;
      overflow-y: scroll;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    #sidebar2.active {
      right: 0;
    }

    #dismiss {
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      background: #d4dde4;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }

    #dismiss:hover {
      background: #fff;
      color: #d4dde4;
    }

    .overlay {
      display: none;
      position: fixed;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.7);
      z-index: 998;
      opacity: 0;
      transition: all 0.5s ease-in-out;
    }
    .overlay.active {
      display: block;
      opacity: 1;
    }

    #sidebar .sidebar-header {
      padding: 20px;
    }

    #sidebarCollapse {
      /* position: absolute; */
      background: none;
    }

    #search {
      /* position: absolute; */
      right: 0;
      padding: 15px;
    }

    #language{
      padding: 0 1rem;
    }

    #sidebar ul.components {
      padding: 20px 0;
    }

    #sidebar ul p {
      color: #fff;
      padding: 10px;
    }

    #sidebar ul li a {
      padding: 10px 10%;
      font-size: 1.1em;
      display: block;
      font-family: "Syncopate"
    }

    #sidebar ul li a:hover {
      color: #313332;
      background: #fff;
    }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
      color: #fff !important;
      background: #272626;
    }

    a[data-toggle="collapse"] {
      position: relative;
    }

    .dropdown-toggle::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
    }

    ul ul a {
      font-size: 0.9em !important;
      padding-left: 30px !important;
      background: #6d7fcc;
    }

    ul.CTAs {
      padding: 20px;
    }

    ul.CTAs a {
      text-align: center;
      font-size: 0.9em !important;
      display: block;
      border-radius: 5px;
      margin-bottom: 5px;
    }

    a.download {
      background: #fff;
      color: #d4dde4;
    }

    a.article,
    a.article:hover {
      background: #6d7fcc !important;
      color: #fff !important;
    }

    .logo {
      width: 150px;
      display: block;
    }

    .logo2 {
      margin-right: auto;
      width: 150px;
      display: block;
    }

    .logocard {
      margin-left: auto;
      width: 100px;
      display: block;
    }

    .login {
      text-align: center;
      margin-top: 100px;
    }

    .login h3{
      font-family: Syncopate-bold;
      margin-bottom: 30px;
    }

    .login img {
      width: 100%;
      height: auto;
      margin-bottom: 50px;
    }

    .login input {
      margin-bottom: 20px;
      background-color: #fff0;
      border-width: 0px;
      border-bottom-width: 1px;
      border-color: #9b9fa2;
      border-radius: 0;
    }

    .login button {
      margin: 50px 0 5px 0;
      background-color: #cacfd3;
      border-color: #fdfdfd;
      border-width: 1px;
      border-radius: 0.8rem;
      width: 100%;
      color: #fff;
      font-size: 1rem;
      padding-bottom: 10px;
    }

    .login .facebook {
      margin: 5px 0;
      background-color: #3578E5;
      border-color: #3578E5;
      border-width: 1px;
      border-radius: 0.8rem;
      width: 100%;
      color: #fff;
      font-size: 1rem;
      padding-bottom: 10px;
    }

    .login .google{
      margin: 5px 0;
      background-color: #ea4335;
      border-color: #ea4335;
      border-width: 1px;
      border-radius: 0.8rem;
      width: 100%;
      color: #fff;
      font-size: 1rem;
      padding-bottom: 10px;
    }

    .login .facebook svg{
      margin: 0 5px;
    }

    .login .google svg{
      margin: 0 5px;
    }



    .register {
      text-align: center;
    }

    .register h2 {
      font-weight: bold;
      font-family: "Syncopate-bold";
      margin-bottom: 50px;
    }

    .register p {
      font-size: 1rem;
    }

    .register input {
      margin-bottom: 20px;
      background-color: #fff0;
      border-width: 0px;
      border-bottom-width: 1px;
      border-color: #9b9fa2;
      border-radius: 0;
    }

    .register button {
      margin: 16px 0;
      background-color: #cacfd3;
      border-color: #fdfdfd;
      border-width: 1px;
      border-radius: 0.8rem;
      width: 100%;
      color: #68696b;
      font-size: 1rem;
      padding-bottom: 10px;
    }

    .register .form-check input {
      position: absolute;
    }

    .register .form-check label {
      font-size: 0.7rem;
      margin-left: 20px;
    }

    .register .form-check label a {
      font-weight: bold;
    }

    .register .pdpa-consent-group {
      margin-top: 14px !important;
      margin-bottom: 8px !important;
      width: 100% !important;
      text-align: left !important;
    }

    .register .pdpa-consent-item {
      display: flex !important;
      align-items: flex-start !important;
      justify-content: flex-start !important;
      gap: 10px !important;
      width: 100% !important;
      margin: 0 0 10px 0 !important;
      padding: 0 !important;
    }

    .register .pdpa-consent-item .pdpa-consent-checkbox {
      margin: 4px 0 0 0 !important;
      position: static !important;
      width: 20px !important;
      height: 20px !important;
      min-width: 20px !important;
      cursor: pointer !important;
    }

    .register .pdpa-consent-item .pdpa-consent-label {
      margin: 0 !important;
      font-size: 1.05rem !important;
      line-height: 1.35 !important;
      text-align: left !important;
      display: inline-block !important;
      cursor: pointer !important;
    }

    .register .pdpa-consent-item .pdpa-consent-label a.pdpa-link,
    .register .pdpa-consent-item .pdpa-consent-label a.pdpa-link:hover,
    .register .pdpa-consent-item .pdpa-consent-label a.pdpa-link:focus {
      font-weight: 700 !important;
      text-decoration: underline !important;
      display: inline !important;
    }

    .register .pdpa-consent-group {
      margin-top: 14px;
      margin-bottom: 8px;
      text-align: left;
    }

    .register .pdpa-consent-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 10px;
      margin-left: 0;
      padding-left: 0;
    }

    .register .pdpa-consent-item .form-check-input {
      position: static;
      margin: 4px 0 0 0;
      flex: 0 0 auto;
    }

    .register .pdpa-consent-item .form-check-label {
      margin: 0;
      font-size: 0.7rem;
      line-height: 1.2;
      text-align: left;
    }

    .register .pdpa-consent-item .pdpa-link {
      font-weight: 700 !important;
      text-decoration: underline !important;
    }

    .register {
      text-align: center;
      margin-top: 100px;
    }

    .register h2 {
      font-weight: bold;
      font-family: "Syncopate";
      margin-bottom: 50px;
    }

    .register p {
      font-size: 1rem;
    }

    .register input {
      margin-bottom: 20px;
      background-color: #fff0;
      border-width: 0px;
      border-bottom-width: 1px;
      border-color: #9b9fa2;
      border-radius: 0;
    }

    .register button {
      margin: 16px 0;
      background-color: #cacfd3;
      border-color: #fdfdfd;
      border-width: 1px;
      border-radius: 0.8rem;
      width: 100%;
      color: #68696b;
      font-size: 1rem;
      padding-bottom: 10px;
    }

    .register .form-check input {
      position: absolute;
    }

    .register .form-check label {
      font-size: 0.7rem;
      margin-left: 20px;
    }

    .register .form-check label a {
      font-weight: bold;
    }

    .register .pdpa-consent-group {
      margin-top: 14px !important;
      margin-bottom: 8px !important;
      width: 100% !important;
      text-align: left !important;
    }

    .register .pdpa-consent-item {
      display: flex !important;
      align-items: flex-start !important;
      justify-content: flex-start !important;
      gap: 10px !important;
      width: 100% !important;
      margin: 0 0 10px 0 !important;
      padding: 0 !important;
    }

    .register .pdpa-consent-item .pdpa-consent-checkbox {
      margin: 4px 0 0 0 !important;
      position: static !important;
      width: 20px !important;
      height: 20px !important;
      min-width: 20px !important;
      cursor: pointer !important;
    }

    .register .pdpa-consent-item .pdpa-consent-label {
      margin: 0 !important;
      font-size: 1.05rem !important;
      line-height: 1.35 !important;
      text-align: left !important;
      display: inline-block !important;
      cursor: pointer !important;
    }

    .register .pdpa-consent-item .pdpa-consent-label a.pdpa-link,
    .register .pdpa-consent-item .pdpa-consent-label a.pdpa-link:hover,
    .register .pdpa-consent-item .pdpa-consent-label a.pdpa-link:focus {
      font-weight: 700 !important;
      text-decoration: underline !important;
      display: inline !important;
    }

    .register #sign_up {
      margin-top: 8px !important;
    }

    .login .form-login button.btn.btn-secondary.btn-lg {
      transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .login .form-login button.btn.btn-secondary.btn-lg:hover,
    .login .form-login button.btn.btn-secondary.btn-lg:focus {
      background-color: #000 !important;
      border-color: #000 !important;
      color: #fff !important;
    }

    .register #sign_up {
      transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .register #sign_up:hover:not([disabled]),
    .register #sign_up:focus:not([disabled]) {
      background-color: #000 !important;
      border-color: #000 !important;
      color: #fff !important;
    }

    .forgot {
      text-align: center;
      margin-top: 100px;
    }

    .forgot h2 {
      font-weight: bold;
      font-family: "Syncopate-bold";
      margin-bottom: 50px;
    }

    .forgot p {
      font-size: 1rem;
    }

    .forgot input {
      margin-bottom: 20px;
      background-color: #fff0;
      border-width: 0px;
      border-bottom-width: 1px;
      border-color: #9b9fa2;
      border-radius: 0;
    }

    .forgot button {
      margin: 30px 0;
      background-color: #cacfd3;
      border-color: #fdfdfd;
      border-width: 1px;
      border-radius: 0.8rem;
      width: 100%;
      color: #68696b;
      font-size: 1rem;
      padding-bottom: 10px;
    }

    .forgot .form-check input {
      position: absolute;
    }

    .forgot .form-check label {
      font-size: 0.7rem;
      margin-left: 20px;
    }

    .forgot .form-check label a {
      font-weight: bold;
    }

    .profile {
      text-align: center;
      margin-top: 100px;
    }

    .profile h2 {
      font-weight: bold;
      font-family: "Syncopate-bold";
      margin-bottom: 50px;
    }

    .profile h6 {
      text-align: left;
    }

    .profile p {
      font-size: 0.8rem;
    }

    .profile input {
      margin-bottom: 20px;
      background-color: #fff0;
      border-width: 0px;
      border-bottom-width: 1px;
      border-color: #9b9fa2;
      border-radius: 0;
    }

    .profile button {
      margin: 0px;
      background-color: #cacfd3;
      border-color: #fdfdfd;
      border-width: 1px;
      border-radius: 0.8rem;
      width: 100%;
      color: #68696b;
      font-size: 0.7rem;
      padding-bottom: 10px;
    }

    .profile span button {
      margin: 0px;
      background-color: #cacfd300;
      border-color: #000000;
      border-width: 2px;
      border-radius: 0rem;
      width: 100%;
      color: #68696b;
      font-size: 0.6rem;
      padding-bottom: 0px;
    }

    .profile .form-check input {
      position: absolute;
    }

    .profile .form-check label {
      font-size: 0.7rem;
      margin-left: 20px;
    }

    .profile .form-check label a {
      font-weight: bold;
    }

    .profile .detail p {
      float: left;
    }

    .profile .detail .button {
      float: right;
    }

    .package {
      padding-right: 10px;
    }

    .card {
      -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.56);
      -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.56);
      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.56);
    }

    .card .logo {
      width: 100%;
      height: auto;
      padding: 0 80px;
      margin: auto !important;
    }

    .card .qr img {
      width: 100%;
      height: auto;
      border-bottom: solid 1px rgb(255, 255, 255);
    }

    .card span {
      top: 0;
      font-size: 0.6rem;
      padding: 0 4px;
    }

    .card-header{
      padding: 0.85rem 0.30rem !important;
      background-color: #fff !important;
      border-radius: 0 !important;
    }

    .card-header-member{
      padding: 0.85rem 0.30rem !important;
      background-color: #fff !important;
      border-radius: 0.55rem !important;
    }

    .card .rotate span {
      font-size: 0.3rem;
      width: 48px;
      /* padding-bottom: 10px; */
    }

    .card h3 {
      margin: 0;
      padding: 15px 0;
      font-weight: bold;
    }

    .card .rotate {
      padding: 0;
      border-width: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.125);
      border-style: solid;
      text-align: center;
    }

    .card .rotate .row {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      height: 51.7px;
    }

    .card .qr {
      padding: 0;
    }

    .loading_qr {
      background: transparent url('../img/loading.gif') center no-repeat;
      width: 50%;
      height: 300px;
      align-self: center;
      z-index: 0;
      position: absolute;
    }

    .qr_image {
      z-index: 1;
    }

    .card .rotate .title {
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      font-size: 0.5rem;
      padding: 0;
      margin: auto 0;
      text-align: center;
      /* border-bottom: 1px solid rgba(0,0,0,.125); */
    }

    .card .rotate .info {
      border-left: 1px solid rgba(0, 0, 0, 0.125);
    }

    .ticket-detail {
      padding: 0 !important;
    }

    .ticket-detail tr .title {
      width: 10%;
      border-right: 1px solid #e2e2e2;
    }

    .ticket-detail tr .title span {
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }

    .ticket-detail tr .info {
      width: 90%;
    }

    .ticket-detail table {
      margin-top: 0;
      height: 205px;
    }

    .ticket-detail tr {
      border: 1px solid #e2e2e2;
    }

    .box-menu-a{
      margin: 0 5px;
    }

/* .card .rotate .row{
  padding: 10px 0;
  } */

  .about{
    margin-top: 100px;
  }

  .about h2 {
    font-family: Syncopate-bold;
    margin-bottom: 50px;
    text-align: center;
  }

  .about img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .about p {
    color: #2e3235;
  }

  .contact{
    margin-top: 100px;
  }

  .location_map > iframe{
    width: 100% !important;
    height: 500px !important;
  }

  .social_media{
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .contact .share{
    text-align: left;
    margin-top: 10px;
  }

  .contact h2 {
    font-family: Syncopate-bold;
    margin-bottom: 50px;
    text-align: center;
  }

  .contact h3 {
    font-weight: bold;
    font-family: "Syncopate";
    margin-bottom: 30px;
  }

  .contact img {
    width: 100%;
    height: auto;
  }

  .contact p {
    color: #2e3235;
  }

  .contact section {
    padding: 20px 0;
  }

  .change-phone {
    text-align: center;
    margin-top: 100px;
  }

  .change-phone h2 {
    font-weight: bold;
    font-family: "Syncopate";
    margin-bottom: 50px;
  }

  .change-phone p {
    font-size: 1rem;
  }

  .change-phone input {
    margin-bottom: 20px;
    background-color: #fff0;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #9b9fa2;
    border-radius: 0;
  }

  .change-phone button {
    margin: 0;
    background-color: #cacfd3;
    border-color: #fdfdfd;
    border-width: 1px;
    border-radius: 0.8rem;
    width: 100%;
    color: #68696b;
    font-size: 0.7rem;
    padding-bottom: 10px;
  }

  .mypoint {
    text-align: center;
    margin-top: 100px;
  }

  .mypoint h2 {
    font-weight: bold;
    font-family: "Syncopate";
    margin-bottom: 50px;
  }

  .mypoint h4 {
    font-weight: bold;
    font-family: "Syncopate";
    font-weight: bold;
    text-align: left;
  }

  .mypoint h5 {
    font-size: 1.5rem;
    font-weight: lighter;
    text-align: left;
  }

  .mypoint p {
    font-size: 1rem;
  }

  .mypoint input {
    margin-bottom: 20px;
    background-color: #fff0;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #9b9fa2;
    border-radius: 0;
  }

  .mypoint button {
    margin: 0;
    background-color: #ffffff00;
    border-color: #000000;
    border-width: 2px;
    border-radius: 0rem;
    width: 100%;
    color: #68696b;
    font-size: 0.7rem;
    padding-bottom: 0px;
    padding: 3px;
  }

  .download {
    margin-top: 100px;
  }

  .download h2 {
    font-weight: bold;
    font-family: "Syncopate";
    margin-bottom: 50px;
    text-align: center;
  }

  .download img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .download p {
    color: #2e3235;
    margin-bottom: 30px;
  }

  .download button {
    color: #68696b;
    background-color: #6c757d00;
    border-radius: 0px;
  }

  .faq{
    margin-top: 100px;
  }

  .faq h2 {
    font-family: Syncopate-bold;
    margin-bottom: 40px;
    text-align: center;
  }

  .faq h5 {
    font-weight: bold;
  }

  .faq p {
    color: #2e3235;
    margin-bottom: 60px;
  }

  .list{
    text-align: center;
  }

  .event {
    margin-top: 100px;
  }

  .event h2 {
    font-family: Syncopate-bold;
    margin-bottom: 50px;
    text-align: center;
  }

  .event h6 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
  }

  .event img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .event p {
    color: #2e3235;
    font-size: 0.7rem;
  }

  .event button {
    color: #68696b;
    background-color: #6c757d00;
    border-radius: 0px;
  }

  .promo{
    margin-top: 100px;
  }

  .promo h2{
    font-family: Syncopate-bold;
    text-align: center;
  }

  .promo img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .voucher_duration{
    background-color: #fff;
    border: 1px;
    border-radius: 15px !important;
  }

  #active_voucher{
    border-radius: 3px;
    border: 1px;
    text-align: center;
  }

  .movie{
    margin-top: 100px;
  }

  .theater_name{
    text-align: right;
  }

  #movie{
    margin-top:50px;
  }

  .tab-content > .tab-pane > .movie{
    margin-top: 20px;
  }

  .movie h2 {
    font-family: Syncopate-bold;
    text-align: center;
  }

  .movie img {
    /* width: 265px !important;
    height: 400px; */
    margin-bottom: 10px;
  }

  .movie .tab {
    text-align: center;
  }

  .movie .tab button{
    font-size: 17px;
    padding: 10px;
  }

  .movie h6 {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
  }

  .movie p {
    font-size: 0.8rem;
    color: #000;
  }

  .movie .tab .left{
    float: right;
  }

  .movie .tab .right{
    float: left;
  }

  .index .news img{
    width: 100%;
    height: auto;
  }

  .date {
    margin: auto 0;
  }

  .date div {
    margin: 10px 0;
  }

  .share {
    text-align: right;
    margin: auto 0;
  }

  /* .share div {
    margin: auto 15px;
  } */

  .share span {
    margin: 0 15px;
  }

  .share span a {
    font-size: 1.5rem;
  }

  select{
    margin: 5px 0 !important;
  }

  footer {
    margin: 5rem 0;
    margin-bottom: 0;
    padding: 1rem 0;
    padding-bottom: 0;
    background-color: #272626;
  }

  footer ul {
    padding: 0;
  }

  footer li {
    list-style: none;
    color: #999;
    font-size: 0.8rem;
  }

  footer h5 {
    color: #999;
  }

  .copyright {
    background-color: #000000;
  }

  .copyright span {
    color: #999;
    background-color: #000000;
    margin: auto;
    padding: 1rem 0;
  }

  .tabs{
    margin-top: 100px !important;
  }

  .modal-body input{
    margin: 5px 0;
    border: 1px solid ;
    border-radius: 0;
  }

  /* owl nav */
.owl-prev span, .owl-next span {
	color: #FFF;
}

.owl-prev:hover, 
.owl-next:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px;
}

.owl-item{
  transition: .4s;
}

.owl-item:hover{
  margin-top: -10px;
}

  .lightbox-opened {
    background-color: #333333e3;
    background-color: rgba(#333, 0.9);
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    padding: 24px;
    position: fixed;
    text-align: center;
    top: 50px;
    width: 100%;
    z-index: 2;
  
    &:before {
      background-color: #333;
      background-color: rgba(#333, 0.9);
      color: #eee;
      content: "x";
      font-family: Syncopate;
      padding: 6px 12px;
      position: fixed;
      text-transform: uppercase;
    }
  
    img {
      box-shadow: 0 0 6px 3px #333;
    }
  }
  
  /* // No Background Scroll */
  
  .no-scroll {
    overflow: hidden;
  }
  
  .lightbox-opened iframe{
    width: 50%;
    height: 600px;
  }

  /* ------------------------------ Responsive ------------------------------------ */
  @media (min-width: 576px) {
    .event h6 {
      font-size: 0.8rem;
      font-weight: bold;
      margin: 0;
    }
    




  }

  @media (max-width: 576px) {
    #sidebar ul li a{
      font-size: 0.9rem;
    }
    .detail {
      padding: 0 0px !important;
    }
    .profile h6 {
      text-align: left;
      font-size: 0.8rem;
    }
    .movie .tab button{
      font-size: 10px;
      padding: 0;
    }
    .change-phone button {
      font-size: 0.5rem;
      padding: 10px;
    }
    .mypoint h4 {
      font-size: 0.8rem;
    }
    .mypoint h5 {
      font-size: 0.8rem;
    }
    .detail .movie-detail{
      padding: 2rem 2rem;
    }
    .lightbox-opened iframe{
      width: 70%;
      height: 300px;
    }
     .movie img {
      /* width: 186px !important;
      height: auto; */
      margin-bottom: 10px;
    }

    .detail .movie-detail img{
      padding: 2rem 1rem;
    }

    #sidebar {
      width: 50%;
    }

    .selecting{
      margin: 0;
    }
    .reserved{
      margin: 0;
    }
    .available{
      margin: 0;
    }
    .news h2{
      font-size: 1.5rem;
    }
    .movie h2{
      font-size: 1.5rem;
    }
    .event h2{
      font-size: 1.5rem;
    }
    .faq h2{
      font-size: 1.5rem;
    }
    .contact h2{
      font-size: 1.5rem;
    }

    .m_chair button{
      width: 0;
    }
    

    
    
  }

  

  @media (max-width: 768px) {
    .event h6 {
      font-size: 0.8rem;
      font-weight: bold;
      margin: 0;
    }
    .movie h6 {
      font-size: 0.8rem;
    }
    .movie .tab button{
      font-size: 12px;
      padding: 0;
    }
    .change-phone button {
      font-size: 0.5rem;
      padding: 10px;
    }
    .mypoint h4 {
      font-size: 0.9rem;
    }
    .mypoint h5 {
      font-size: 0.9rem;
    }
    .nav-tabs li{
      margin: 5px 0 !important;
      padding: 5px 10px !important;
    }
    .lightbox-opened iframe{
      width: 70%;
      height: 300px;
    }
    .btn10{
      font-size: 0.7rem;
    }

  }
  .index section {
    margin: 15px;
  }
  .profile span button {
    border-width: 1px;
    font-size: 1rem;
  }
  .profile h6 {
    text-align: left;
    font-size: 1rem;
  }

  .detail {
    padding: 0 0px !important;
  }

  .profile .detail p {
    font-size: 1rem;
  }


  footer li {
    font-size: 0.6rem;
  }

  footer p {
    font-size: 0.8rem;
  }

}


/* // Simple Lightbox */



@media (max-width: 1199.98px) {
  .movie .tab button{
    font-size: 12px;
  }
  .movie h6 {
    font-size: 0.8rem;
  }
}

.tabs{
  margin-top: 100px !important;
}

.nav-tabs{
  border-bottom-width: 0 !important;
  display: -webkit-box !important;
}

.nav-tabs li > .active{
  border-width: 0;
  border-style: solid;
  border-bottom-width: 2px;
  font-weight: bold;
}

.nav-tabs li > a{
  padding: 0 15px;
  padding-bottom: 5px;
  font-family: Syncopate-Bold;
}

.nav-tabs li{
  margin: 10px 15px;
  padding: 5px 10px;
}

.tab-pane {
  margin-top: 25px;
  font-size: 21px;
  text-align: center;
  animation: fadein 1.5s;
  -moz-animation: fadein 1.5s; /* Firefox */
  -webkit-animation: fadein 1.5s; /* Safari and Chrome */
  -o-animation: fadein 1.5s; /* Opera */
}

@keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity:0;
  }
  to {
    opacity: 1;
  }
}

img {
  max-width: 100%;
}


/* // Font Import */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/* // Color Variables */
$background-light: #F3F4F8
$border-light: darken($background-light, 2%)
$default: #BDC4D0
$active: #0075AD

/* // Font Variable */
$font-family: "Open Sans", Helvetica, Arial, Syncopate

/* // Set HTML Font Size for REM's useage */
\:root
font-size: 16px

/* // Assign all elements new font */
*
font-family: $font-family

body
height: 100vh
background: $background-light


.tabs-page
position: relative

/* //Bootstrap .nav-tabs direct descendant styles */
> .nav-tabs
position: relative
min-height: 50px
margin: 0
padding-left: 15px
text-align: left
cursor: auto
border: none
z-index: 1



li[role="presentation"]
display: inline-block
height: 50px
border: none

&:not(:last-child)
padding-right: 22px

//Default styles
a[role="tab"]
height: 50px
margin: 0
padding: 0px
font:
size: 0.875rem
weight: 700
text:
transform: none
align: center
letter-spacing: 0.25px
color: $default
background: none
border: none
line-height: 50px
transition: color 0.3s ease, box-shadow 0.2s ease

/* //Hover state */
&:hover
color: $active

/* //Active class assigned via Bootstrap click method */
&.active

/* //Active styles */
a
color: $active
box-shadow: inset 0 -2px 0 $active
background: none

&:hover, &:focus
background: none
border: none

/* //Bootstrap .tab-content direct descendant styles */
> .tab-content
position: relative
min-height: 500px
margin: 0
padding: 0
background: white
border-top: 1px solid $border-light
border-bottom: 1px solid $border-light


.tabs-secondary
position: relative
text-align: center

/* //Bootstrap .nav-tabs direct descendant styles */
> .nav-tabs	
display: inline-block
margin: 0 auto 15px


li[role="presentation"]
&:not(:last-child)
margin-right: 20px

a[role="tab"]
padding: 12px 0
font:
size: 0.6875rem
weight: 700
text:
transform: uppercase
letter-spacing: 0.02rem
color: $default
border: none !important
background: none !important

&:hover
color: $active

li.active
a[role="tab"]
color: $active
background: none
box-shadow: inset 0 -2px 0 0 $active	;
