

/*==================================================
    General
==================================================*/

html,body{
  padding: 0;
  margin: 0; 
  height: 100%
}  
body{  
  font-family: 'Kanit', sans-serif;
  font-size:16px;
  font-weight: 400; 
  color:#ffffff;  
  line-height: 1.50;
  background-color: #000;
  
  margin:0;
  padding:0;  

  position: relative;
  overflow-x: hidden;
}

.pc body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  image-rendering: -webkit-optimize-contrast;
}

b, strong{
  font-weight: bold; 
  font-family: inherit;
}
h1,h2,h3,h4,h5,h6{   
  margin:0;  
  color:inherit; 
  line-height: 1.4; 
  font-weight: 500;
  font-style: normal;  
}  

.nowrap{ white-space: nowrap; }
 
a{
  color:inherit;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
a:hover{ text-decoration: none; color:inherit; }
 
.star{ color: red }

.form-control{
 -webkit-appearance: none;
   
  padding:0 20px;

  color:var(--black);
  font-weight: normal;
  font-size:inherit;

  height:41px;
  line-height:39px; 
  border-radius:5px; 
  border:1px solid #fff;  
  background-color:#ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  font-family: inherit;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

textarea.form-control{
  height: 150px;
  line-height: normal;
  padding-top: 15px;
}


.radio-group, 
.checkbox-group{ 
  padding-left:0; 
  position:relative;
  list-style-type:none;
  margin:0px;
  padding:0px;
  text-align:center;
  display:inline-block;
  vertical-align:top
}
.radio-group{ display:inline-block; position:relative}
.radio-group.block{display: block; margin-left:0 !important }


.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  width: 0;
 
}
.checkbox-group label:before,
.radio-group label:before {
  content: "";
  display: inline-block;

  margin-right: 5px;
  position: absolute;
  left:0;
  top:0px;
  background-color:#fff;
  border:1px solid #cecece;
  width:24px;
  height:24px; 

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.radio-group label:before ,
.checkbox-group.radio label:before { 
  top:4px; 
  width:17px;
  height:17px; 
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
 

.radio-group label,
.checkbox-group label {
  position:relative;
  padding-left:40px;
  padding-right:15px;
  text-align:left;
  margin:1px 0;
  display:block; 
  font-size:inherit;
  line-height:1.3;
  cursor:pointer;
 
}

.checkbox-group label{color: inherit;} 
.radio-group label{color: inherit; padding-left: 30px} 

 
.radio-group input[type="radio"]:checked + label:after,
.checkbox-group.radio input[type="checkbox"]:checked + label:after{
  content: "";
  color: #ea6f21;
  background-color:#65666e; 
  position:absolute;
  left: 4px;
  top: 8px;
  width: 11px;
  height: 11px;

  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.checkbox-group:not(.radio) input[type="checkbox"]:checked + label:after,
.checkbox-group:not(.radio)input[type="checkbox"]:checked + span + label:after {
  content: "";
  color: #ea6f21; 
  background-image: url(../img/icons/icon-checker-white.svg);
  background-color: var(--red);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:65%;
 
  position:absolute;

  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px; 
  border-radius: 3px;
}
 
.radio-group.no-text,
.checkbox-group.no-text{
  width: 29px;
  height: 29px;
  margin-top:-2px; 
} 

.checkbox-group label a{text-decoration: underline;}
.pc .checkbox-group label a:hover{color: var(--red)}

.checkbox-group .error{/*display: none !important;*/ opacity: 0; pointer-events: none; position: absolute;}
.checkbox-group .error + label{color: var(--red)}

.checkbox-group input[type="checkbox"]:checked + span + label{ color: var(--black) !important }
 
.form-control::-webkit-input-placeholder {
  color: inherit;
  font-weight: inherit;
  opacity:0.5;
}

.form-control::-moz-placeholder {
  color: inherit;
  font-weight: inherit;
  opacity:0.5;
}

.form-control:-ms-input-placeholder {
  color: inherit;
  font-weight: inherit;
  opacity:0.5;
}

.form-control::-ms-input-placeholder {
  color: inherit;
  font-weight: inherit;
  opacity:0.5;
}

.form-control::placeholder {
  color: inherit;
  font-weight: inherit;
  opacity:0.5;
}

.form-control:disabled, 
.form-control[readonly] {
  background-color: #e2e2e2;
  border-color: #c7c7c7;
}

.select-hidden { 
  opacity: 0;
  visibility: hidden;
  padding-right: 0;

  width: 100%;
  height: 50px;

  position: relative;
  z-index: 99
}
.select {
  position:relative;
  padding-left:0 !important;
  padding-right: 0;
  cursor:pointer;
  display:block;
  margin-bottom:0; 
  height: 45px; 
  cursor: pointer; 
}



.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  padding:0 30px 0 20px;
  line-height: 43px;
  white-space: nowrap;
  color:inherit;
  font-weight: normal;
  font-size: inherit;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border:1px solid #fff;
  background-color: #ffffff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.has-value .select-styled{ color: rgba(79,79,79,1);}

.select-styled:after {
  content:'';
  position: absolute;
  right: 10px;
  top: 50%;
  width:16px;
  height:16px;
  vertical-align:top;
  margin-left:1px;
  margin-top:-8px;  
  
  background-image: url(../img/icons/icon-arrow-option.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

   -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
 

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding:5px 0;
  list-style: none;
  background-color: #fff;
  border:1px solid #f1f1f1;
  border-radius: 0; 
  max-height: 200px;
  overflow-x: auto;
}
.select-options li {
  margin: 0;
  padding: 2px 20px;
  line-height: normal;
  text-indent: 0; 
  font-size: 13px;
  font-weight: inherit;
  color: #333333;
  font-family: inherit;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  background: #f1f1f1;
}
.select-options li[rel="hide"] {
  display: none;
}

.select{
  display: block;
  position: relative;

  height: 40px;
  line-height: 39px;
  padding-bottom: 1px;
  border-radius: 10px;
  border: 1px solid rgba(107,107,107,0.6);
  background-color: rgba(95,95,95,0.25);
} 
.select:before{
  content:'';
  position: absolute;
  right: 10px;
  top: 50%;
  width:16px;
  height:16px;
  vertical-align:top;
  margin-left:1px;
  margin-top:-8px;  
  
  background-image: url(../img/icons/icon-arrow-option.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

   -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.custom-select{
  background:transparent !important;
  border:0; 
  padding: 0 10px;
  height: 40px;
  line-height: 39px;
  margin-top: -1px;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: var(--f-400);
  font-size: 13px;
  outline:0 !important;
  box-shadow: none !important;
} 

.btn{
  position: relative;
  border:0;
  padding: 0 10px; 
  height:41px;
  line-height: 39px;
  font-family:inherit; 
  font-weight: var(--f-400); 
  font-size:17px;
  color:#ffffff ; 
  background-color:var(--red); 
  border:1px solid var(--red); 
  border-radius: 10px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} 

.pc .btn:hover{
  color: #fff;
  background-color:#000000; 
  border:1px solid #000000; 
}


.btn-outline{
  background-color:transparent !important; 
  border:0 !important;
}

.btn:before,
.btn:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: var(--red);
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: scale(1.4);
}
.btn:after{transform: scale(1.4);}
.btn .line-t,
.btn .line-b{
  position: absolute;
  left: 0;
  right: 0;
  height: 22%; 
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.btn .line-t{
  top: 0;  
}
.btn .line-b{  
  bottom: 0; 
}
.btn .line-t:before,
.btn .line-b:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 120%;

  border:1px solid var(--red);
  /*box-shadow: 0 0 6px rgba(255,255,255,0.72)*/
}

.btn .line-t:before{
  top: 0;
  border-radius: 6px 6px 0 0;
}

.btn .line-b:before{ 
  bottom: 0; 
  border-radius: 0 0 6px 6px; 
}
.btn .text{
  position: relative;
  z-index: 100;
  display: block;
}

.pc .btn-outline:hover:before{
  opacity: 1;
  transform: scale(1);
}
.pc .btn-outline:hover .line-t{top:0px; opacity: 0}
.pc .btn-outline:hover .line-b{bottom:0px; opacity: 0}

.btn:not(.btn-outline):before{display: none;}
.btn:not(.btn-outline):hover{background-color: var(--red); border-color: var(--red) }
.btn:not(.btn-outline):hover:after{
  opacity: 1;
  transform: scale(1); 
}


.btn-white{
  background-color:#ffffff; 
  border:1px solid #ffffff; 
}
.btn-white .text{
  color: #000;
  font-weight: 400
}

.btn-white:before,
.btn-white:after{
  background-color: #fff;
  border-color: #fff;
}
.pc .btn-white:hover{
  border-color: #fff;
  background-color: #fff;
}

.btn-outline-red{
  background-color:transparent !important; 
  border-color:var(--red);
  color: var(--red)
}
.btn-green{
  background-color:#1ACB76; 
  border:1px solid #1ACB76; 
}
.btn-green:before,
.btn-green:after{
  background-color: #1ACB76;
  border-color: #1ACB76;
}
.pc .btn-green:hover{
  border-color: #1ACB76;
  background-color: #1ACB76;
}
.btn-black{
  background-color:#000; 
  border:1px solid #000; 
}
.btn-gray{
  background-color:#2E2E2E; 
  border:1px solid#2E2E2E; 
}
.btn-trans{
  background-color:transparent; 
  border:1px solid transparent; 
}

.btn-trans .text{color: #000}
.pc .btn-trans:hover .text{color: #ffffff}

.btn.w-120{
  padding: 0;
  text-align: center;
  width: 120px;
}
.btn.w-140{
  padding: 0;
  text-align: center;
  width: 140px;
}
.btn.w-160{
  padding: 0;
  text-align: center;
  width: 160px;
}
.btn.w-180{
  padding: 0;
  text-align: center;
  width: 180px;
}
.btn.w-240{
  padding: 0;
  text-align: center;
  width: 240px;
}
.btn.w-260{
  padding: 0;
  text-align: center;
  width: 260px;
}
.btn[disabled]{
  border-color: #D4EAEA;
  background-color:#D4EAEA;
  color:#A1C9C9;
  line-height: 56px;
  pointer-events: none;
  opacity: 1;
} 
.btn svg,
.btn img{
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
 
.btn-link, 
.btn-link:hover, 
.btn-link:focus, 
.btn-link:active{
  background-color: transparent;
}
 
.btn:focus,.btn:active,
button:focus,button:active,
a:focus,a:active {
   outline: none !important;
   box-shadow: none!important;
} 
.buttons{
  display: block; 
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
} 
 
.buttons.center .btn{
  margin: 0 auto;
}

svg path,
svg rect,
svg line,
svg circle,
svg polygon{ 
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
 
/*==================================================
    Icon Setup
==================================================*/  

.icons{
  display:inline-block;
  position:relative;
  vertical-align:middle; 
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.icons.before:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.pc .btn:hover .icons.before:before{ opacity: 1; }
.inline-black{
  display: inline-block;
  padding: 0 10px
}

/**/

.arrow-left,
.arrow-right,
.arrow-up,
.arrow-down{
  position: absolute;
  left: 0;
  top: 0;
  width:5px;
  height:5px;
  vertical-align:top;

  border-top: 1px solid #676767;
  border-left: 1px solid #676767;

   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.arrow-left{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}

.arrow-right{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);  
}

.arrow-up{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.arrow-down{
   margin-left:1px; 
   -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);  
}
 
 
.container-fluid{
  max-width:calc(1920px); 
  padding-left:100px;
  padding-right:100px; 
  position: relative;
  z-index: 9; 
}

.container{
  max-width:1160px; 
  padding-left:50px;
  padding-right:50px; 
  position:relative;
  z-index:9; 
}

.section-target{
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

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

@media (max-width: 1440px) { 

  .container-fluid,
  .container{
    padding-left:70px;
    padding-right:70px; 
  }
}
 

@media (max-width: 991.98px) {
  .container-fluid{
    padding-left: 50px;
    padding-right: 50px
  }

  .container{
    padding-left: 50px;
    padding-right: 50px
  }
}

@media (max-width: 767px) {
  .container,
  .container-fluid{ 
    padding-left: 25px;
    padding-right: 25px;
  }

  .btn{
    height: 35px;
    line-height: 32px;
    font-size: 16px; 
  }

  .section-target{top: -70px}
}
   
.compensate-for-scrollbar{ margin-right: 0 !important } 
.compensate-for-scrollbar .header{ right: 0 } 
body.fancybox-active{ overflow: visible !important;padding-right: 0 !important  }
 
/*==================================================
    Header Setup
==================================================*/  

:root {  

  --red:#FF3535;
  --yellow:#E2CD08;
  --white:#ffffff; 

  --f-300:200;
  --f-400:300;
  --f-500:400;
  --f-600:500; 
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  :root{
    --f-400:400;
    --f-500:500;
    --f-600:600; 
  }

}
@media (max-width:1440px) {}
 
@media (max-width:1280px) {}

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

.page{
  position: relative; 
  display: block;   
  overflow: hidden;    
}   

.header,  
.navbar-brand,
.navbar-brand img{ 
   -webkit-transition: all 0.25s ease-in-out;
     -moz-transition: all 0.25s ease-in-out;
     -o-transition: all 0.25s ease-in-out;
     -ms-transition: all 0.25s ease-in-out;
     transition: all 0.25s ease-in-out;
}

.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding:0;
  z-index: 1010;  
  padding:20px 0; 
  background-color: #000000;
} 

.header .container-fluid{
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
} 

.header .btn{
  height:38px;
  line-height: 36px; 
  font-size: 16px;
}
.navbar-brand{ 
  padding: 0;
  margin: 0;
  width: 170px;
  position: relative;
  z-index: 9;
  display: block;
  vertical-align: middle;
}
.navbar-brand img{
  width: 100%;
  display: block; 
}

.header .h-group{
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
}

.header .h-group .btn{
  width: 142px;
  margin: 0 15px
}

.header .h-group.right{margin-right: -15px}

.nav-general{
  display: flex;
  padding: 0;
  margin-left: auto; 
  margin-right:-15px
}
.nav-general > li{
  margin: 0 15px
}
.nav-general > li > a > .icons,
.nav-general > li > a > .avatar{
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  z-index: 10
}

.nav-general > li > a > .avatar{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border:1px solid #F95757;
} 
.nav-general .status{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:1px solid #fff;
  background-color: var(--red);

  position: absolute;
  top: 0;
  right: 5px;
}
.nav-general .icon-bell{
  background-image: url(../img/icons/icon-bell.svg);
  background-size: 24px;
}

.search-general{
  height: 32px;
  display: flex;
  position: relative;
}
.search-general .icons{
  background-image: url(../img/icons/icon-search-gray.svg);
  width: 32px;
  height: 32px;
  background-size: 24px;
  background-position: bottom center;
  margin-right: 10px; 
}
.search-general .form-control{
  border:0;
  height: 32px;
  line-height: 32px;
  padding: 0;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  background-color: transparent;
  box-shadow: none!important;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  border-radius: 0;
}
.search-general .form-control:focus{border-bottom: 1px solid rgba(255,255,255,1);}

.dropdown-menu{
  background-color: #151515;
  border-radius: 11px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  padding:5px 0;
  margin:0 0 0;
}
.dropdown-menu li{
  position: relative;
}
.dropdown-menu li:before{
  content: '';

  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right:0;
  background-color: #373737;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.pc .dropdown-menu li:hover:before{opacity: 1}
.dropdown-menu li a{
  color: #fff;
  font-size: 14px;
  font-weight: var(--f-400);
  padding: 12px 15px; 
  display: block;
  border-bottom: 1px solid rgba(187,187,187,0.5);
  position: relative;
  z-index: 10px
}
.dropdown-menu li a.has-arrow:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;

  width: 16px;
  height: 16px;
  margin-top: -8px;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/icons/icon-arrow-right.svg);
}

.dropdown-menu li:last-child a{border:0;}

.dropdown-menu li.logout:before{display: none;}
.dropdown-menu li.logout a{color:#EC202D}

.nav-general .dropdown-menu{
  left: auto;
  right: 0;
  margin-top: 15px
}

.nav-general .dropdown-menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-general li.nav-user .dropdown-menu{width: 160px}
.nav-general li.nav-noti .dropdown-menu{width: 290px; right: -60px}
.nav-general li.nav-noti .title{
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 15px 0;
  font-weight:inherit;
   border-bottom: 1px solid rgba(187,187,187,0.5);
}
.nav-general li.nav-noti .viewmore:before,
.nav-general li.nav-noti .title:before{display: none;}
.nav-general li.nav-noti .icon-arrow-down{
  width: 15px;
  height: 15px;
  margin: 0 auto;
  display: block;
  background-image: url(../img/icons/icon-arrow-down.svg);
}
.nav-general li.nav-noti .scrollbar-inner{
  max-height: 350px;
}
.noti-item{
  display: flex!important;
  padding:15px 0 !important; 
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px !important
}
.noti-item .avatar{
  width: 45px;
  height: 45px;
  margin: 0 15px;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.noti-item h6{
  font-size: inherit;
  font-weight: var(--f-500);
  margin-bottom: 2px
}

.noti-item h6 .status{
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  border:0;
  width: 7px;
  height: 7px;
  margin-left: 3px
}

.noti-item p{margin-bottom: 2px}
.noti-item p.time{font-size:10px; color: #9B9B9B; margin-bottom: 0}

@media (min-width:992px) {
  .btn.btn-icon{display: none;}
  .header{background-color: #000}
  .header{padding: 20px 0;}
  .nav-main{
    margin-left: 20px;
    position: relative;
    overflow: hidden;
  }
  .nav-main > li{
    position: relative;
  }
  .nav-main > li > a{
    font-size: 16px;
    padding:10px 20px; 
    display: block;
    position: relative;
  }  
  .nav-main > li.active > a,
  .pc .nav-main > li > a:hover{color: var(--yellow)}
 

  .nav-main > li > a span{
    position: relative;
    display: block;
  }
  .nav-main > li > a span:before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: -5px;
    border-bottom: 1px solid var(--yellow);
    transition: all 0.2s ease-in-out;
  }

  .pc .nav-main > li:hover > a span:before,
  .nav-main > li.active > a span:before{width: 100%}

  .nav-main li.magic-line {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0;
    width: 100px;
    height: 1px;
    background: var(--yellow);
    margin-left: 20px;
  }

  .nav-main > li.nav-m{display: none;}

  /*09/02/2021*/
  .nav-main > li.nav-live a { padding: 0 }
  .nav-main > li span.live-menu{
    width:85px;
    height: 34px;
    display: block;

    position: relative;
    top: 6px;

    background-image: url(../img/icons/live.gif);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .nav-main > li span.live-menu:before{display: none;}
}

@media (min-width:1200px) {
  .nav-main{ margin-left: 90px }
}
 
@media (min-width:1441px) {
  .header{padding: 30px 0;}
}

/*==================================================
    Header - Mobile
==================================================*/ 
 

@media (max-width:991px) {

  .navbar-brand{display: none;}

  .header{background-color: transparent;}
  .header-md-trans .h-group.right{display: none;}
  .header-md-trans .h-group.left{margin-left: auto;}
  .scrolling .header{
    padding: 20px 0;
    background-color: #000;
  }

  .header .circle{
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 50%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;

  }
  .header .circle:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.24); 
    transition: all 0.25s ease-in-out;
  }

  /*.scrolling .header .circle:before{background-color: rgba(255,255,255,0.14); }*/

  .header .circle .icons{
    width: 100%;
    height: 100%;
  }
  .header .circle .icon-user{
    background-image: url(../img/icons/icon-user.svg);
    background-size: 28px
  }

  .nav-general{margin-right: 0}
  .nav-general > li{margin:0 10px }
  .nav-general .status{top: 5px;right: 9px;}
  .nav-general .nav-search{display: none;}

  .nav-general > li > a > .icons, 
  .nav-general > li > a > .avatar{
    width: 28px;
    height: 28px;
  }

  .nav-general .icon-bell{background-size: 22px}
  /**/
  .btn.btn-icon{
    padding: 0 !important;
    border:0 !important;
    background-color: transparent !important;
    display: inline-block;
    vertical-align: middle;
    z-index: 999; 
    float: right;
    border-radius: 0;
    overflow: visible; 
    display: block;
    margin:auto !important;
  }
  .btn.btn-icon{
    height: 25px;
    line-height: 25px;
  }
  .btn.btn-icon:before,
  .btn.btn-icon:after{display: none;} 
  .btn-icon .group{
    display: block;
    position: relative;
    width:23px; 
    height:17px;
    margin: 0 auto 0
  }
  .btn-icon .group span{ 
    height: 2px;
    background:#fff;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform-origin: 25px, 1px;
    -ms-transform-origin: 25px, 1px;
    transform-origin: 25px, 1px
  }

  .btn-icon .group span:nth-child(1) {
      top: 0;
      -webkit-transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98)
  }

  .btn-icon .group span:nth-child(2) {
      top: 7px; 
      -webkit-transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98)
  }

  .btn-icon .group span:nth-child(3) {
      top: 14px;
      -webkit-transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98)
  }

   
  .nav-opened .btn-icon .group span:nth-child(1){
      -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      -webkit-transform: rotate(45deg) translate3d(6px, 6px,0px);
      transform: rotate(45deg) translate3d(6px, 6px,0px)
  }
   
  .nav-opened .btn-icon .group span:nth-child(2){
      -webkit-transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      -webkit-transform: scaleX(0) translateZ(0);
      transform: scaleX(0) translateZ(0)
  }
   
  .nav-opened .btn-icon .group span:nth-child(3) {
      -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
      -webkit-transform: rotate(-45deg) translate3d(4px, -4px, 0px);
      transform: rotate(-45deg) translate3d(4px, -4px, 0px)
  }

  .header.d-none{
    display: block !important;
    opacity: 0;
    pointer-events: none;
  }

  .nav-opened .header{opacity: 1; pointer-events: auto;}

  .nav-main{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1060;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url(../img/thumb/menu-bg.jpg);

    display: flex;
    flex-direction: column;

    opacity: 0;
    transition: all 0.4s ease-in-out;
    pointer-events: none;

    transform: scale(3);
  }

  .nav-opened .nav-main{
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }

  .nav-main:before{
    content: '';
    position: absolute;
    
    left: 0;
    right: 0;
    bottom: 0;

    height: 70%;
    z-index: 0;

    pointer-events: none;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+73 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 73%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 73%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 73%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


  }

  .nav-main li{
    width: 100%
  }
  .nav-main li a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    padding: 1.6vh 0;
    position: relative;
    z-index: 10
  }

  .nav-main li.active a{
    color: #21F4B5;
    font-size: 40px;
    font-weight: 500;
  }

  .nav-main li.nav-close{
    padding: 7vh 0 5vh
  }
  .nav-main .icon-nav-close{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
    background-image: url(../img/icons/icon-nav-close.svg);
    cursor: pointer;
  }

  /*09/02/2021*/
  .nav-main li.nav-live .live-menu{
    width: 120px;
    height: 48px;

    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../img/icons/live.gif);
  }
}

@media (max-width:767px) {
  .header .circle{
    width: 38px;
    height: 38px;
  }
  .header .circle .icon-user{
    background-size: 22px
  }

  .nav-main li a{font-size: 16px}
  .nav-main li.active a{font-size: 25px}
  .nav-main .icon-nav-close{width: 38px;height: 38px}

  .nav-general .dropdown-menu{margin-top: 5px}

  /*09/02/2021*/
  .nav-main li.nav-live a{padding:1.3vh 0 }
  .nav-main li.nav-live .live-menu{
    width: 90px;
    height: 36px;
  }
}

@media (max-width:991.98px) and (max-height:500px) {} 
   
/*==================================================
    Section - setup
==================================================*/ 
 
.navbar .container, 
.navbar .container-fluid, 
.navbar .container-lg, 
.navbar .container-md, 
.navbar .container-sm, 
.navbar .container-xl{
  display: block;
}
 
.section{
  display: block;
  position: relative;   
  padding:50px 0;
}  

.header-space{
  display: block;
  height: 108px;
}  
.section-title{
  display: block;  
  padding:0;
  text-align: center;
}

.section-h100{
  height: 100vh;
  display: flex;
}
 
.f14{font-size: 14px}
.hgroup{
  display: block;  
}
 
.background{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none; 
}
.background.contain{background-size: contain;}   
.background.fixed{background-attachment: fixed;}  

.device .background.parallaxie{
  background-attachment: scroll !important;
  background-position: center center !important;
}
@media (max-width:1199px) {
  .background.parallaxie{
    background-attachment: scroll !important;
    background-position: center center !important;
  }
} 

@media (max-width:991.98px) {
  .header-space{height: 85px}
}

@media (max-width:767px) {
  .header-space{height: 78px}
}

.row.space-0{ margin:0}
.row.space-0 > div{ padding:0}
 
.row.space-5{ margin:0 -5px !important}
.row.space-5 > div{ padding:0 5px !important} 

.row.space-10{ margin:0 -10px}
.row.space-10 > div{ padding:0 10px}
 
.row.space-20{ margin:0 -20px}
.row.space-20 > div{ padding:0 20px} 

.row.space-25{ margin:0 -25px}
.row.space-25 > div{ padding:0 25px} 

.row.space-30{ margin:0 -30px}
.row.space-30 > div{ padding:0 30px} 
  
.light{ font-weight: 300 !important }
.regular{ font-weight: 400 !important }
.medium{ font-weight: 500 !important }
.semibold{ font-weight: 600 !important }
.bold{font-weight: bold !important }
.italic{font-style: italic;}

.card{
  border:0;
  border-radius: 0;
}
.card-photo{
  position: relative;
}

.card-photo .photo{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.card-photo img{
  width: 100%
}

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

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

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

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

/*==================================================
    Section - Intro
==================================================*/  

.preload{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1060;

  background-size:300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/thumb/preload.gif);
}
@media (max-width:767px) {
  .preload{background-size:150px;}
}

.preloading{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1060;

  background-size:300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/thumb/preload.gif);
}
@media (max-width:767px) {
  .preloading{background-size:150px;}
}

.img-spin {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.animate{
  -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
      -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.section.active .animate{
   -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
} 

.section-intro.active .followus,
.section-intro.active .logo-letter.l1,
.section-intro.active .logo-letter.l2{
   -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.section-intro.active .logo-letter.l1{
  -webkit-animation-name: fadeInLeftBig;
 animation-name: fadeInLeftBig;
}
.section-intro.active .logo-letter.l2{ 
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
.section-intro.active .buttons{ 
   -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.section-intro.active .followus a{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.section .container-fluid.d-flex{
  height:100%;
  padding-top: 110px;
  padding-bottom: 40px; 
}

.intro-box{
  display: block; 
  width: 100%;
  margin: auto 0;
}
.intro-box .logo-letter{
  display: block;
  margin: 0 auto;
  max-width: 670px;
  width: 100%;
}
.intro-box .logo-letter img{
  width: 100%;
}
.intro-box .logo-letter.l2{
  padding:15px 30px;
}
.intro-box .btn{
  width: 160px;
}

.followus{
  display: flex;
  margin: 0 -12px ;
} 
.followus .icons{ 
  padding:12px;

}
.followus .icon-facebook{background-image: url(../img/icons/icon-facebook.svg);}
.followus .icon-instagram{background-image: url(../img/icons/icon-instagram.svg);}
.followus .icon-lineme{background-image: url(../img/icons/icon-lineme.svg);}
.followus .icon-twitter{background-image: url(../img/icons/icon-twitter.svg);}
.followus .icon-google{background-image: url(../img/icons/icon-google.svg);}

.followus .icons svg,
.followus .icons img{
  width: 20px;
  height: 20px;
  display: block;
}

.followus.in-section{
  position: absolute;
  left: 100px;
  bottom: 30px;
}


@media (max-width:1440px) {
  .intro-box .logo-letter{
    max-width: 540px
  }
  .followus.in-section{
    left: 70px
  }

  .section .container-fluid.d-flex{padding-top: 90px}
}
@media (max-width:1199px) {
  /*.section-intro,
  .section-play {height: 100vh !important}
  .section-intro .fp-tableCell,
  .section-play .fp-tableCell{height: 100%!important}
  .section-intro .container-fluid {
    height: 100%
  }*/
}

@media (max-width:991.98px) {
  .intro-box .logo-letter{
    max-width: 400px
  }

  .section-intro .background{
    background-position: top center;
  }

  .followus.in-section{display: none;}

  
}

@media (max-width:767px) {
  .section .container-fluid.d-flex{padding-top: 40px}
  .intro-box .logo-letter{
    max-width: 260px
  }
  .intro-box .logo-letter.l2{
    padding-left: 15px;
    padding-right: 15px
  }
  .intro-box .buttons{padding: 20px 0}
  .intro-box .btn{width: 140px}

  .followus.in-section{display: none;}
}


/*09/02/2021*/
.page-loaded .section-intro .fp-tableCell{z-index: 10}
.section-video {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.page-slideout{z-index: 10}

@media (max-width:991.98px) {
  iframe.playerBox{
    width: 280vh !important;
     height: calc(var(--vh, 1vh) * 100) !important;

    left: 50% !important;
    top: 0 !important;
    margin-left: -140vh !important;
    margin-top: 0 !important
  }
}
/*==================================================
    Section - Event
==================================================*/ 

.section-event{
  background-color: #E2CD08;

  background-position: 0 -5%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-image: url(../img/thumb/event-circle.svg);
}

.event-info-sidebar{
  position: absolute;
  top:110px;
  left:100px;
  bottom: 0;
  padding:30px 0 50px;

  display: flex;
  flex-direction: column;
}
.event-header h2{
  line-height: 0.9;
  font-size: 80px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
.event-article{
  margin-top: auto;
  max-width: 360px;
  font-size: 15px;
  font-weight: var(--f-500);
}
.event-article h3{
  font-size: 39px;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}


.swiper-overflow{
  position: relative;
  display: block;
  width: calc(100% - 450px);
  height: 100%;
  margin-left: auto;
}

.swiper-event,
.swiper-event .swiper-wrapper,
.swiper-event .swiper-slide{
  width: 100%;
  height: 100%
}

.swiper-event .swiper-slide{padding: 40px 0 0}

.card-event{
  background-color: transparent;
  border-radius: 0;
  position: relative;
  width: 100%
}
.card-event .card-body{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  display: flex;
  flex-direction: column;

  transition: all 0.4s ease-in-out;
}
.card-event .card-body .inner{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}


.card-event h3{
  font-size: 20px;
  font-weight: var(--f-400);
  text-shadow: 0 1px 20px rgba(0,0,0,0.7)
}

.card-event .info-group{
  margin-top: auto;
  display: flex;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.card-event p{
  margin-bottom: 0;
  line-height: 1
}
.card-event .date{
  font-size:23px;
  font-weight: 600; 
  font-family: 'Montserrat', sans-serif;
}
.card-event .time{
  font-size:13px;
  font-weight: 600; 
  font-family: 'Montserrat', sans-serif;
  padding: 7px 0
}
.card-event .info{
  font-size: 10px;
}

.card-event .get-ticket{
  margin-top: auto;
  margin-left: auto;
  white-space: nowrap;
  font-size: 10px;
  color: var(--yellow);
  text-align: right;
}

.card-event .get-ticket .icons{
  width: 35px;
  height: 20px;
  background-image: url(../img/icons/get-ticket-arrow.svg);
  display: block;
  margin-left: auto;
}

@media (min-width: 1199px) {
  .swiper-event .row {height: 100%}
  .swiper-event .row > div .d-flex{
    width: 100%; 
    height: 100%;
    border-left:1px solid rgba(255,255,255,0.3);
    border-right:1px solid rgba(255,255,255,0.3); 
  }
  .swiper-event .row > div:nth-child(1) .d-flex{border-left: 0}
  .swiper-event .row > div:nth-child(4) .d-flex{border-right: 0}

  .section-event.active .swiper-overflow{
     -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
  }

  .section-event.active .event-info-sidebar,
  .section-event.active .swiper-event-buttons{
     -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-name: fadeInLeftBig;
   animation-name: fadeInLeftBig;
  }
}

.swiper-event .row > div:nth-child(1) .card-event .card-body,
.swiper-event .row > div:nth-child(4) .card-event .card-body{background-color: rgba(18,65,187,0);}
.swiper-event .row > div:nth-child(2) .card-event .card-body,
.swiper-event .row > div:nth-child(3) .card-event .card-body{background-color: rgba(255,53,53,0);}

.pc .swiper-event .row > div:nth-child(1) .card-event:hover .card-body,
.pc .swiper-event .row > div:nth-child(4) .card-event:hover .card-body{background-color: rgba(18,65,187,.51);}
.pc .swiper-event .row > div:nth-child(2) .card-event:hover .card-body,
.pc .swiper-event .row > div:nth-child(3) .card-event:hover .card-body{background-color: rgba(255,53,53,.45);}

.swiper-event .row > div:nth-child(1) .card{margin-top: auto; margin-bottom: auto;}
.swiper-event .row > div:nth-child(2) .card{margin-bottom: auto;}
.swiper-event .row > div:nth-child(3) .card{margin-top: auto;}
.swiper-event .row > div:nth-child(4) .card{margin-top: auto; margin-bottom: auto;}

.pc .card-event:hover .card-body{opacity: 1}
.pc .card-event:hover .info-group{opacity: 1}

/**/
 
.swiper-event .card{   
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms; 

    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
  
.swiper-event .swiper-slide-active .card.c1{
   -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
} 
 
.swiper-event .swiper-slide-active .card.c2{
   -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.swiper-event .swiper-slide-active .card.c3{
   -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
} 

.swiper-event .swiper-slide-active .card.c4{
   -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
} 

.swiper-event-buttons{
  display: flex;
  padding-top: 200px;
  padding-left: 0;
}
.swiper-buttons{
  display: flex;
}
.swiper-counter{
  display: flex;
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  margin-right: 20px;
}
.swiper-counter > span{
  width: 50px;
  height: 40px;
  line-height: 40px;
  padding: 0 0;
  text-align: center;
}
 
.swiper-counter .current-slide{
  color:#FF3535;
  font-weight: 600;
}
.swiper-counter .line{
  width: 30px;
  height: 40px;
  margin: 0 10px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/icons/icon-swipe-line.svg);
}

.swiper-counter .current-slide:before,
.swiper-counter .total-slides:before{
  content: '0';
}

.swiper-buttons .swiper-button-next, 
.swiper-buttons .swiper-button-prev{
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0 10px;
  background-size: 22px;
  transition: all 0.2s ease-in-out;
}

.swiper-buttons .swiper-button-prev{background-image: url(../img/icons/icon-prev.svg); left: 0} 
.swiper-buttons .swiper-button-next{background-image: url(../img/icons/icon-next.svg); right: 0}

.pc .swiper-buttons .swiper-button-prev:hover{opacity: 0.6} 
.pc .swiper-buttons .swiper-button-next:hover{opacity: 0.6} 

.swiper-button-next.event:before{
  content: '';
  position: absolute;
  top: -10px;
  left: -8px;
  width: 55px;
  height: 55px;

  -webkit-animation: rotation 6s infinite linear;
  animation: rotation 6s infinite linear;

  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/thumb/live-performance-text.svg);
}

.event-viewmore{
  position: absolute;
  top: 150px;
  right:100px;
  font-weight: 500;
  z-index: 1010;
}
.event-viewmore a{
  color: #D22E2E;
  font-size: 16px;
  display: flex;
  font-family: 'Montserrat', sans-serif;
}
.event-viewmore .icons{
  width: 34px;
  height: 20px;
  margin:0px 0 0 15px;
  background-image: url(../img/icons/icon-arrow-right-red.svg);
  position: relative;
  top: 1px;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.pc .event-viewmore a:hover .icons{ right: -10px }

@media (max-width: 1199px) {
  .section-event.fp-section,
  .section-event .fp-tableCell{height: auto !important;}

  .fp-auto-height,
  .fp-auto-height .fp-tableCell{
    height: auto !important;
  }
}


@media (max-width:1440px) {
  .swiper-overflow{width: calc(100% - 360px); }
  .swiper-event .row{margin: 0 -10px}
  .swiper-event .row > div{padding: 0 10px}

  .section-event{background-position: left bottom;}

  .event-info-sidebar{
    left: 70px;
    padding:10px 0 20px; 
  }
  .event-header h2{
    font-size: 70px;
  }
  .event-article{
    max-width: 295px
  }
  .event-article h3{
    font-size: 31px
  }

  .swiper-event-buttons{padding-top: 180px}
  .swiper-counter > span{width: 30px}
  .swiper-counter .line{width: 25px; }

  .card-event .card-body{padding: 15px}
  .card-event .date{font-size: 19px}
  .card-event .get-ticket .icons{width: 30px; height: 18px}

  .event-viewmore{top: 125px}
}


@media (max-width:1300px) {
  .card-event .time{font-size: 10px}
}

@media (max-width:1199px) {
  .section-event{
    padding-bottom: 100px !important;
  }
  .section-event:before{
    content: '';
    position: absolute;
    top: 65px;
    right: 0;
    width: 200px;
    height: 200px;
    margin-right: -90px;

    -webkit-animation: rotation 8s infinite linear;
    animation: rotation 8s infinite linear;

    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/thumb/live-performance-text-2.svg);
  }
  .section-event .container-fluid.d-flex{
    display: block !important;
    height: auto;
  }
 
  
  .swiper-event:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;  
    bottom: 0;
    border-left:1px solid rgba(255,255,255,0.3); 
  }
  .swiper-event:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;  
    bottom: 60vw;
    border-right:1px solid rgba(255,255,255,0.3); 
  }

  .section-event .swiper-overflow:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
     border-right:1px solid rgba(255,255,255,0.3); 
  }

  .event-info-sidebar:before{
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 0;

    border-left:1px solid rgba(255,255,255,0.3); 
  }
  .event-info-sidebar{
    position: relative;
    display: block;
    left: auto;
    top: auto;
    padding-top: 0;
    margin-left:0
  }

  .event-header h2{font-size: 80px; margin-left: -4px}
  .event-article h3{font-size: 40px}

  .event-article{
    padding:60px 0 50px;
    margin: 0 auto;
    font-weight: 300;
    max-width: 400px;
    text-align: center;
  }

  .event-article h3{margin-bottom: 10px;}

  .swiper-event-buttons{padding-top: 0px}
  .swiper-overflow{width: 100%}
  .swiper-event .swiper-slide{padding-top: 0}

  .swiper-event .row > div{padding-bottom:100px}
  .swiper-event .row > div:last-child{padding-bottom: 0;}


  .swiper-event-buttons{
    position: absolute;
    bottom: -50px;
  }
  .swiper-button-next.event::before{display: none;}

  .card-event{
    flex-direction: row;
  }
  .card-event .card-photo{
    width: 50%
  }
  .card-event .card-body{
    width: 50%;
    position: relative;
  }

  .card-event.c1,
  .card-event.c3{flex-direction: row-reverse}

  .card-event .info-group{
    opacity: 1;
    margin: 0;
    color: #000;
    display: block;
  }
  .card-event h3{
    color: #000;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: none;
  }
  .card-event .date{
    font-size: 40px;
    margin-bottom: 5px
  }
  .card-event .time{
    font-size: 16px;
    display: none;
  }
  .card-event .info{
    font-size: 20px
  }

  .card-event .get-ticket{
    height: 40px;
    line-height: 40px;
    background-color: #000;
    border-radius: 10px;
    color: #21F4B5;
    padding:0 40px; 
    margin: 20px 0 0;
    display: inline-block;
    font-size: 16px;
  }
  .card-event .get-ticket .icons{
    display: none;
  }
  .card-event .card-body{
    text-align: center;
    background-color: transparent !important;
  }
  .card-event .card-body .inner{
    display: inline-block;
    text-align: left;
    width: auto;
    margin: 0 auto;
  }

  .event-viewmore{top:auto; bottom:-40px;}
}


@media (max-width:991.98px) {
  .section-event .container-fluid:before{left: 50px}
  .section-event .container-fluid:after{ right: 50px }
}


@media (max-width:767px) {
  .section-event{padding-bottom:70px !important}
  .section-event::before {
    width: 120px;
    height: 120px;
    margin-right: -50px;
    top: 35px
  }
  .event-info-sidebar{
    padding-top: 0
  }
  .event-header h2{
    font-size: 60px;
    margin-left: -3px;
  }
  .event-article{
    max-width: 300px;
    padding: 40px 0 10px
  }
  .event-article h3{
    font-size: 24px
  }

  .section-event .container-fluid::before {
    left: 25px
  }
  .section-event .container-fluid::after {
    right: 25px
  }

  .card-event h3{font-size: 14px; margin-bottom: 5px}
  .card-event .date{font-size:23px }
  .card-event .info{font-size: 12px}
  .card-event .get-ticket{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 20px;
    border-radius: 7px;
    margin-top: 15px;
  }

  .swiper-event .row > div{padding-bottom: 50px}

  .swiper-counter{
    font-size: 16px;
    margin-right: 10px
  }

  .swiper-counter .line{
    margin: 0 5px
  }
  .swiper-buttons .swiper-button-next, 
  .swiper-buttons .swiper-button-prev{
    margin: 0
  }
  .swiper-event-buttons{bottom: -35px}

  .event-viewmore{ bottom:-28px; right: 25px}
  .event-viewmore .icons{display: none;}
  .event-viewmore a{text-decoration: underline; font-size: 14px}
}

/*==================================================
    Section About
==================================================*/ 


.section-about .fp-tableCell{
  vertical-align: top;
  background-color: #000
}
.section-title.about{
  position: relative;
  text-align: center;
  padding: 100px 0 0;
  height: calc(95vh - 370px);
  display: flex;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/thumb/photo-aboutus.jpg);

  -ms-flex-align: center !important;
  align-items: center !important;
}
.section-title.about h3{
  font-size: 31px;
  font-weight: 900;
  margin-bottom: 10px;
  color: var(--yellow);
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0 4px 30px rgba(0,0,0,0.52);
}
.section-title.about .intro-box{
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 220px;
}

.section-title.about .intro-box .logo-letter.l2{
  padding: 5px;
}

.contact-wrap {
  padding: 50px;
  display: block;
  background-color: #000;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-wrap h4{
  font-family: 'Montserrat', sans-serif;
  color: var(--red);
  font-weight: 600;
  font-size: 39px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.contact-wrap .aboutus{
  display: block;
  padding-right: 80px;
} 

.form-contact h5{
  font-size: 16px;
  font-weight:400;
  color: #fff; 
  margin-bottom: 40px;
}
.input-block.underline{
  margin-bottom: 20px;
}
.input-block.underline .input-text{
  font-size: 12px;
  display: block;
  padding-bottom: 5px;
}

.input-block.underline .form-control{
  background-color: transparent;
  border-radius: 0;
  border:0;
  border-bottom: 1px solid rgba(140,140,140,0.5);
  box-shadow: none !important;
  padding: 0 0;
  color: #fff;
  font-weight: var(--f-400)
}
.input-block.underline .form-control.b{color: #000}
.input-block.underline .form-control:focus{
  border-bottom: 1px solid rgba(140,140,140,1);
}

.input-block.underline textarea{
  height:70px;
  padding-top: 5px !important;
}

.form-contact{
  padding-left: 80px;
  position: relative;
}
.form-contact:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left:1px solid rgba(140,140,140,0.5)
}
.form-contact .buttons{
  padding:10px 0;
  text-align: right;
}
.form-contact .btn{
  border-radius: 50px;
  font-size: 12px;
  width: 100px;
  height: 22px;
  line-height: 20px;
}

.form-contact .btn:after{transform: scale(2);}


@media (min-width: 1199px) { 
  .fp-viewing-footer .intro-box,
  .section-about.active .intro-box{
     -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
  }


  .fp-viewing-footer .aboutus,
  .section-about.active .aboutus{
     -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
  }

  .fp-viewing-footer .form-contact-animate,
  .section-about.active .form-contact-animate {
     -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
  }
}

@media (max-height:767px) {
  .section-title.about{height: calc(95vh - 320px)}
  .contact-wrap{padding-top: 30px; padding-bottom:30px }
  .contact-wrap h4{font-size: 30px}
  .input-block.underline textarea{height: 60px}
  .input-block.underline .form-control{height: 35px; line-height: 33px}
  .form-contact .buttons{padding-top: 0}
}

@media (max-width:1440px) {
  .contact-wrap .aboutus{
    padding-right: 50px;
    font-weight: 300;
    font-size: 15px
  }
  .contact-wrap h3{
    font-size: 26px; 
    font-weight: 700;
    margin-bottom: 10px
  }

  .contact-wrap h4{
    font-size: 30px
  }

  .form-contact{
    padding-left: 50px;
  }
}

@media (max-width:1199px) {
  .contact-wrap{
    padding-left: 0;
    padding-right: 0;
  }

  .contact-wrap .aboutus{ padding-right: 20px }
  
}

@media (max-width:991.98px) {
  .section-title.about{
    background-image: url(../img/thumb/photo-aboutus-mobile.jpg)
  }
  .section-title.about{
    height: 90vh; 
    padding: 0
  }
  .section-title.about:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  }

  .section-title.about h4{
    color: var(--red);
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  }

  .section-title.about .intro-box{
    max-width: 100%;
  }

  .section-title.about .intro-box .logo-letter{max-width: 320px}
  .section-title.about .aboutus{ 
    padding: 80px 18vw 0; 
    font-weight: 300;
  }

   .section-title.about .aboutus:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; 
    height: 40%;
    opacity: 0.6;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  }
  .contact-wrap{
    background-color:#0A0A0A;
    padding-top: 40px;
    position: relative;
  }
  .contact-wrap .aboutus{
    text-align: center;
    padding: 0;
    max-width: 500px;
    margin: 0 auto
  }
  .contact-wrap h3{
    margin-bottom: 20px
  }
  .form-contact{
    padding: 0
  }
  .form-contact:before {
    border:0;
  }

  .form-contact h5{display: none;}

  .section-about.fp-section,
  .section-about.fp-section .fp-tableCell{height: auto !important;}
}


@media (max-width:767px) {
  
  .section-title.about h3{font-size: 23px}
  .section-title.about h4{font-size: 24px}
  .section-title.about .intro-box .logo-letter{max-width: 190px;}

  .section-title.about .aboutus{
    padding: 40px 0 0;
    font-size: 12px;
    max-width: 300px;
    margin: 0 auto
  }
  
}

/*==================================================
    Section Play
==================================================*/ 
.section-play{
  background-color: #fff;
}
.section-play .row.space-0{height: 100%}
.artist-cover{
  display: flex;
  flex-direction: row;
  height: 100%
}

.artist-cover .col-left{
  width: 225px;
  height: 100%; 
  display: flex;
  flex-direction: column;
}
.artist-cover .col-left > div{
  display: flex;
}
.artist-cover .col-left .red{
  background-color: #E23008;
  height: calc(50% + 100px);
  padding-top: 100px;
  
}
.artist-cover .col-left .white{
  background-color: #fff;
  height: 50%
}
.artist-cover .col-left h4{
  color: #fff;
  font-size: 28px;
  line-height: 0.8;
  margin: auto;
  font-weight: var(--f-400);
  writing-mode: vertical-rl;
  text-orientation: mixed;  
}
.artist-cover .col-left h6{
  margin: auto 0 50px 0; 
  font-weight: var(--f-400);
  text-align: center;
  width: 100%;
  color: #A9A9A9;
}
.artist-cover .col-right{
  width: calc(100% - 225px);
  height:100%;
  background-color: blue;
  position: relative;
}

.live-hours{
  display: flex;
  height: 100%;
  width: 100%;
  padding-top: 100px;
  color: #1A1A1A;
  position: relative;

  -ms-flex-align: center;
  align-items: center;
}
.live-hours:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0; 
  width: 100%;
  height: 100%;
  opacity: 0.7;

   background-image: url(../img/thumb/livehours-texture.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.live-hours .group{
  margin:0 0 0 10vw;
  width: 395px;
  position: relative;
  z-index: 10
}
.live-hours h2 img{width: 100%;}
.live-hours h3,
.live-hours .h3{
  color: #1A1A1A;
  font-size: 39px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.live-hours .countdown{
  color: var(--red);
  display: block; 
}
.live-hours .info{
  margin: 0;
  padding: 20px 0 40px;
}
.live-hours .btn{
  width: 160px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.17);
  border-radius: 12px;
  background-color: #E74133;
}

.swiper-artist,
.swiper-artist .swiper-wrapper,
.swiper-artist .swiper-slide {
  height: 100%;
}

.swiper-artist .background{
  background-position: top center
}

.swiper-artist-buttons{
  position: absolute;
  left: 0; 
  bottom: 40px;
  z-index: 10;

  width:50%;
  padding-left:225px; 

  -ms-flex-pack: center;
    justify-content: center;
}

.modal-joinLive .modal-dialog{
  max-width: 330px;
}

.modal-joinLive .modal-content{
  border-radius: 30px;
  background-color: transparent;
}

.modal-joinLive .hgroup{
  padding: 20px 25px;
  border-radius:30px 30px 0 0 ;
  background-color: #fff;
}
.modal-joinLive .hgroup h3{
  font-size: 28px;
  font-weight: 600;
  color: #FF3535;
  line-height: 1.2
}
.modal-joinLive .black{color: #000}

.modal-joinLive .form-join-code{
  padding:25px;
  color: #ffffff;
  border-radius: 0 0 30px 30px;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#282828+0,ff3535+100 */
  background: rgb(40,40,40); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(40,40,40,1) 0%, rgba(255,53,53,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(40,40,40,1) 0%,rgba(255,53,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(40,40,40,1) 0%,rgba(255,53,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#ff3535',GradientType=1 ); /* IE6-9 */

}


.modal-joinLive .input-block{
  position: relative;
  margin-bottom: 15px;
}

.modal-joinLive .form-control{
  background-color: #F1F1F1;
  height: 28px;
  line-height: 26px;
  text-align: center;
  padding: 0 74px 0 0;
  font-size: 12px;
  color: #000000
}
.modal-joinLive .btn{
  position: absolute;
  top: -1px;
  right: -3px;
  padding: 0 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 8px;
  font-size: 12px;
}
.modal-joinLive .btn:after{display: none;}
.modal-joinLive .form-join-code p{
  font-size: 14px;
  margin-bottom: 10px;
}

.section-playscreen .box-user{
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

@media (min-width: 1199px) { 
  .section-play.active .swiper-artist-buttons{
     -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-name: fadeInLeftBig;
   animation-name: fadeInLeftBig;
  }
  .section-play.active .play-left{
     -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-name: fadeInLeftBig;
   animation-name: fadeInLeftBig;
  }

  .section-play.active .play-right {
     -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-name: fadeInRightBig;
   animation-name: fadeInRightBig;
  }
}

@media (max-width:1440px) {
  .live-hours .group{max-width: 340px; margin-left: 8vw}
  .live-hours h3, .live-hours .h3{font-size: 35px}
  .live-hours .info{padding:10px 0 30px }

  .artist-cover .col-left h4{font-size: 24px}
}


@media (max-width:1280px) {
  .artist-cover .col-left{width: 190px}
  .artist-cover .col-right{width: calc(100% - 190px);}
}
@media (max-width:1200px) {
  .artist-cover .col-left{width: 140px}
  .artist-cover .col-right{width: calc(100% - 140px);}

  .swiper-artist-buttons{padding-left: 150px}

  .live-hours{font-size: 15px}
  .live-hours .group{max-width: 300px; margin-left: 6vw}
  .live-hours h3, .live-hours .h3{font-size: 32px} 
}

@media (max-width:991.98px) {
  .section-play .row.space-0{height:auto;}

  .title-livehours{ 
    background-color: #fff; 
    padding: 70px 25px 30px;
    position: relative;
  }
  .title-livehours img{
    width:500px;
    display: block;
     margin: 0 auto;
     position: relative;
     z-index: 10;
  }
  .title-livehours::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0.3;
    background-image: url(../img/thumb/livehours-texture.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }
  .artist-cover{
    height: 100vw
  }

  .artist-cover .col-left .red{
    height: 50%;
    padding-top:0 ;
  }
  .artist-cover .col-left .white{
    height: 50%;
    padding-top:0 ;
  }
  .artist-cover .col-left h6{margin-bottom: 30px}
  .live-hours{
    padding: 50px 50px 70px;
    margin: 0;
    font-size: 16px;
    overflow: hidden;
  }
  .live-hours .group{margin: 0; max-width: 350px}
  .live-hours h2{display: none;}

  .live-hours h3, .live-hours .h3{font-size: 39px}

  .live-hours::before {  
    width: 120%;
    left: auto;
    right: 0;
    transform: rotate(-20deg);
    width: 1200px;
    height: 1200px;
    top: -500px;
    right: -120px;
 
  }
  .swiper-artist-buttons{bottom: 20px}

  .section-play.fp-section,
  .section-play.fp-section .fp-tableCell{height: auto !important;}

  .swiper-artist-buttons{
    bottom: auto;
    top: calc(100vw + 140px);
    width: 100%;
  }
}


@media (max-width:767px) {
  .title-livehours{
    padding: 40px 25px 20px;
  }
  .title-livehours img{
    max-width: 322px;
    width: 100%;
  }

  .artist-cover .col-left{
    width:95px;
  }

  .artist-cover .col-left h4{
    font-size: 16px;
  }
  .artist-cover .col-left h6{
    font-size: 12px;
    margin: auto;
  }

  .artist-cover .col-right {
    width: calc(100% - 95px);
  }

  .swiper-artist-buttons{
    bottom: 10px;
  }

  .live-hours{
    padding: 40px 25px 50px;
    font-size: 12px
  }
  .live-hours .group{max-width: 250px}
  .live-hours h3, .live-hours .h3{
    font-size: 29px
  }

  .live-hours::before {
    width: 120%;
    left: auto;
    right: 0;
    transform: rotate(-20deg);
    width: 150vw;
    height: 150vw;
    top: -16vw;
    right: -16vw;
  }

  .live-hours .btn{width: 140px}

  .swiper-artist-buttons{
    top: calc(100vw + 75px);
    bottom: auto;
    width: 100%;
    padding-left: 95px;
  }
}

/*==================================================
    Sign In
==================================================*/ 
.modal{color: #0E0E0E}
.modal-427 .modal-dialog{ 
  max-width: 427px
}
.modal-386 .modal-dialog{ 
  max-width:386px
}

.modal-420 .modal-dialog{ 
  max-width:420px
}

.modal-content{border-radius: 10px;}
.modal-alert .modal-header{ 
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
align-items: center;
}
.modal-alert .modal-header .icons{margin-right: 10px;}
 
.modal-alert .modal-content{
  border:0;
  border-radius: 20px;
}

 
.modal-alert .modal-content{
  max-width: 330px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.modal-alert .title-md{
  padding: 10px 0;
}

.modal .link-green{
  color: var(--green-primary);
  text-decoration: underline;
}

.modal-alert .modal-footer{ 
  padding: 20px 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-footer .btn.btn-sm{width: 125px; margin: 0 10px}

.modal-signin .modal-content{
  padding: 30px 50px;
}

.modal-signin .input-block{
  padding-left: 0;
  padding-right: 0;
}
.modal-signin .hgroup{
  padding-bottom: 20px
}
 
.modal-signin .hgroup h4{
  font-size: 28px;
  font-weight: 500;
  padding-bottom:5px;
}
.modal-signin .hgroup p{
  font-size: 12px
}


.modal-payment .modal-content{
  padding: 30px;
}

.modal-payment .hgroup{
  text-align: center;
  padding-bottom: 25px;
}

.payment-icons.row{margin: 0 -5px}
.payment-icons.row > div{padding: 0 5px}
.payment-icons div.form-control{
  padding: 0;
  text-align: center;
  width: 100%;
}
.payment-icons div.form-control img{ height:19px  }

.input-text{
  display: block;
}

.modal-payment .form-control{
  margin-bottom: 20px;
  height: 38px;
  line-height: 36px
}
.qrcode-box{
  width: 240px;
  display: block;
  margin: 0 auto;
  position: relative;
}


.qrcode-box .infos{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  text-align: center;
  color: #434343;
  font-size: 13px;
}
.qrcode-box .infos h3{
  font-size: 18px;
  color: #35BDB4;
  font-weight: 400;
  margin-bottom:5px;
}
.qrcode-box .infos p{
  margin-bottom: 0;
}

.btn.btn-modal-close,
.btn.btn-modal-goback{
  background-color: transparent !important;
  padding: 0;
  width: 30px;
  height: 30px;

  position: absolute;
  top: 10px;
  right: 10px;
  border:0!important;

  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icons/icon-x.svg);
}
.btn.btn-modal-goback:after,
.btn.btn-modal-close:after{display: none;}

.btn.btn-modal-goback{
  background-image: url(../img/icons/icon-arrow-left.svg);
  background-size: 12px;
  background-position: left center;

  position: relative;
  top: auto;
  right: auto;
  display: block;
  margin-bottom: 20px;
  margin-top:5px; 

  display: none;
}
 

.modal .link{
  text-decoration: underline;
}
.modal .link:hover{ color: var(--red) }

.modal-content.pt-6{padding-top: 4rem}

.social-login-buttons{
  display: block; 
  margin: 0 auto; 
  padding:5px 0 15px; 
  text-align: center;
}

.social-login-buttons .text-or{
  display: block;
  padding:5px 0;
  font-size: 14px;
}

.social-login-buttons .btn{
  width: 100%;
  text-align: center;
  padding: 0;
  font-weight: 300;
  margin:7px 0;
}
.btn.social .icons{
  width: 20px;
  height: 20px;
  position: absolute;
  left:40px;
  top: 12px;
  
}
.btn.btn-facebook{color: #fff;}
.btn.social{padding-left: 10px;}
.btn.social .icon-facebook{background-image: url(../img/icons/icon-facebook-2.svg);}
.btn.social .icon-google{background-image: url(../img/icons/icon-google-2.svg);}
.social-login-buttons .link{font-size: 13px}

.social-login-buttons .btn{
  height: 41px
}
.social-login-buttons .btn[type="submit"]{
  font-size: 18px;
  border-width: 2px;
  line-height: 37px;
  font-weight: 400
}
.pc .social-login-buttons .btn[type="submit"]:hover{
  background-color: var(--red) !important;
  border-color: var(--red);
}
.pc .social-login-buttons .btn[type="submit"]:hover .text{color: #fff}
.btn.btn-facebook{
  background-color: #196AB6; 
  border-color: #196AB6;
}
.btn.btn-facebook:hover{background-color: #115da4; border-color: #115da4;}

.btn.btn-google{
  border-color: #282828;
  background-color: #282828; 
}
.btn.btn-google:hover{background-color: #000000; border-color: #000000;}
 
.btn.social{
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}
.btn.social:before,
.btn.social:after{display: none !important;}

.social-login-buttons .btn:before,
.social-login-buttons .btn:after{display: none !important;}
 
@media (max-width:767px) {
  .modal.m-fullscreen {
    border:0;
    background-color: #fff;
  }
  .modal.m-fullscreen .btn.btn-modal-close{
    position: relative;
    display: none;
  }
  .modal.m-fullscreen .btn.btn-modal-goback{
    display: block;
  }

  .modal.m-fullscreen .modal-dialog{
    margin: 0;
    max-width: 100%;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .modal.m-fullscreen .modal-content{
    padding: 35px;
    border-radius: 0;
    border:0;
    box-shadow: none;
  }
}


/*==================================================
    Register
==================================================*/ 

.section-separate{
  display: flex; 
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 !important; 
}

.section-separate .col-image{
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
}
.section-separate .col-content{
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
}

.box-user{
  padding:0 30px 50px 30px; 
}

.box-user.d-flex{
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.fullscreen {
    width: 100%;
    min-height: calc(100vh - 108px);
}

.box-user .form{
  max-width: 400px; 
  width: 100%;
  margin:0 0 0 5vw;
}
.form-hgroup{
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(190,190,190,0.6);
}
.form-hgroup h3{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  -ms-flex-align: center;
  align-items: center;
}
.form-hgroup p{
  font-size: 14px;
  padding-bottom: 3px
}
.form-hgroup h3 .btn{margin-left: auto;}
.form-hgroup h3 .btn .icons{
  position: relative;
  top: auto;
  left: auto;
}

.input-block.dark{
  display: block;
  margin-bottom: 15px;
}
.input-block.dark .input-text{
  display: block;
  font-weight: var(--f-300);
  font-size: 13px;
  padding-bottom: 15px;
}
.input-block.dark .form-control{
  color: #fff;
  font-weight:200;
  border-radius: 10px;
  font-size: 15px;
  height: 41px;
  line-height: 39px;
  padding-bottom: 1px;
  border:1px solid rgba(107,107,107,0.6);
  background-color: rgba(95,95,95,0.25);
}

.input-block.dark .form-control.disabled{
  color: var(--red);
  font-weight: 500;
  font-size: inherit;
  pointer-events: none;
}

.input-block.dark .radio-group,
.input-block.dark .checkbox-group{
  margin-right: 10px;
}
.input-block.dark .radio-group label,
.input-block.dark .checkbox-group label{
  padding:9px 20px 9px 40px;
  border-radius: 10px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 200;
  
  border:1px solid rgba(107,107,107,0.6);
  background-color: rgba(95,95,95,0.25);
}
.input-block.dark .radio-group label:before,
.input-block.dark .checkbox-group.radio label:before {top:11px; left: 10px}

.input-block.dark input[type="radio"]:checked + label{border-color: var(--red)}
.input-block.dark input[type="radio"]:checked + label:after{top:14px; left:13px;background-color: var(--red)}

.input-block.dark .radio input[type="checkbox"]:checked + label{border-color: var(--red)}
.input-block.dark .radio input[type="checkbox"]:checked + label:after{top:14px; left:13px;background-color: var(--red)}

.input-block.dark .radio-group.line-0 label,
.input-block.dark .checkbox-group.radio.line-0 label{
  border:1px solid transparent !important;
  background-color: transparent !important;.
}
.input-block.dark .radio-group label[for="info-share"],
.input-block.dark .checkbox-group.radio label[for="info-share"]{
  font-weight: 400
}

.input-block.dark .radio-group label img.creditcard { width: 53px }

.input-block.dark .red input[type="radio"]:checked + label{background-color: var(--red)}

.input-block.dark .select{height:41px }
.input-block.dark .select-styled{
  color: #fff;
  font-weight:200;
  border-radius: 10px;
  font-size: 15px;
  height: 41px;
  line-height: 39px;
  padding-bottom: 1px;
  padding: 0 15px 1px 15px;
  border:1px solid rgba(107,107,107,0.6);
  background-color: rgba(95,95,95,0.25);
}
.input-block.dark .select-options{
   border:1px solid rgba(107,107,107,0.6);
  background-color: #000;
  border-radius: 10px;
}
.input-block.dark .select-options li{
  color: #fff;
}
.pc .input-block.dark .select-options li:hover{background-color: rgba(95,95,95,0.25);}

.input-block.w-200{width: 200px}

.form .buttons {
  -ms-flex-align: center;
    align-items: center;
}
.form .note{
  display: block;
  font-weight: var(--f-300);
  font-size: 13px;
}
.form .note .link{color: #44F09E; text-decoration: underline;}
.pc .form .note .link:hover{opacity: 0.8}

.form .link-red{color: var(--red); text-decoration: underline;}
.pc .form .link-red:hover{opacity: 0.8}

.form .buttons {padding-bottom: 10px; padding-top: 20px}
.form .buttons .btn{
  font-size: 17px;
  width: 160px;
}
.form .buttons .p-note{
  font-size: 13px;
  margin: 0
}
.user-avatar-upload{
  display: block;
  width: 270px;
  height: 270px;
  margin: 7vh auto;
  border-radius: 50%; 
  border:1px solid #616161;
  cursor: pointer;
  position: relative; 
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; 
  background-image: url(../img/thumb/image-upload-exemple.png);
}

.user-avatar-upload .icon-camera{
  width: 100%;
  height: 100%;
  background-size: 33px;
  background-image: url(../img/icons/icon-camera.svg);
} 

.user-avatar-upload.uploaded{
  border:0;
}

.user-avatar-upload .icon-camera{
  width:45px;
  height: 45px;

  padding: 0;
  background-color: #1E1E1E;
  border:0;
  border-radius: 50%;

  position: absolute;
  bottom: 0;
  right: 45px;
  background-size:60%;
  background-repeat: no-repeat;
  background-position: center center; 
}
.pc .user-avatar-upload .icon-camera:hover{
  background-color:#3C3C3C
}

.user-avatar-upload.w-110{
  width: 110px;
  height: 110px;
}
.user-avatar-upload.w-110 .icons{
  width: 30px;
  height: 30px;
  right: 3px
}
@media (max-width:1440px) {
  .box-user .form{
    margin-left: 3vw
  }
  .form-hgroup h3{
    font-size: 35px
  }
  .form-hgroup h3 .btn{
    height: 36px;
    line-height: 34px;
  }

  .user-avatar-upload{ 
    width: 220px;
    height: 220px;
  }

  .user-avatar-upload .icon-camera{
    width: 40px;
    height: 40px;
    right: 30px;
  }
}

@media (max-width:1024px) {
  .section-separate .col-image,
  .section-separate .col-content{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
  }
  
  .box-user{padding-top: 0} 
}


@media (max-width:991.98px) {
  .section-separate .col-image{display: none;}
  .section-separate .col-image,
  .section-separate .col-content{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-separate .col-content{position: static;}
  .section-separate .col-image.d-block{
    height: 45vh;
    position: relative;
  }
  .section-separate .col-image.d-block:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    z-index: 10;

   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+81 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 81%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 81%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 81%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  }

  .section-separate .col-image.d-block + .col-content .box-user{padding-top: 0}

  .form-hgroup{
    margin-bottom: 30px
  }
  .form-hgroup p{
    padding-bottom: 5px
  }

  .form .buttons:not(.justify-content-between) .btn{margin: 0 auto !important}

  .box-user.d-flex{
    -ms-flex-align: normal;
    align-items: normal;
  }
  .box-user{
    padding-top: 120px;
    min-height:0 !important;
  }

  .box-user .form{
    margin: 0 30px;
    max-width: 100%;
    width: 100%;
  }

  .box-user .btn-modal-goback,
  .page-goback .btn-modal-goback{
    display: block;
    background-image: url(../img/icons/icon-arrow-left-white.svg);
    background-size: 15px;
    margin: 0; 

    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.14) !important;
    background-position: center center;

    position: absolute;
    top: 35px;
    left: 45px
  }

  .page-goback .btn-modal-goback{
    top: 20px;
    left: 35px
  }

  .user-avatar-upload{ 
    width:320px;
    height:320px;
    margin: 10vh auto;
  }

  .user-avatar-upload .icon-camera{
    width: 45px;
    height: 45px;
    right: 55px;
  }
}

@media (max-width:767px) {
  .box-user .btn-modal-goback,
  .page-goback .btn-modal-goback{
    background-size: 12px; 
    width: 38px;
    height: 38px;
    left: 25px;
    top: 25px
  }

  .page-goback .btn-modal-goback{
    top: 10px;
    left: 15px
  }

  .box-user{
    padding:90px 0 45px;
  }
  .form-hgroup{
    margin-bottom: 20px;
  }
  .form-hgroup h3{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 13px
  }
  .form-hgroup h3 .btn{font-size: 13px}

  .form-hgroup p{font-size: 12px; padding-bottom: 5px}

  .form-hgroup.text-center{text-align: left !important;}

  .input-block.dark .radio-group label,
  .input-block.dark .checkbox-group label{font-size: 13px}

  /*.input-block.dark{margin-bottom: 10px}
  .input-block.dark .input-text{padding-bottom: 10px}*/

  .input-block.dark .form-control{
    height: 36px;
    line-height: 34px;
    font-size: 14px
  }

  .form .note{font-size: 12px}

  .form .buttons .btn{font-size: 16px; width: 130px}

  .user-avatar-upload{ 
    width:240px;
    height:240px;
    margin: 8vh auto;
  }
  .user-avatar-upload .icon-camera {
    width: 38px;
    height: 38px;
    right: 40px;
  }


  .section-separate .col-image.d-block{
    height: 37vh;
    position: relative;
  }
}

/*==================================================
    Setting
==================================================*/ 

.section-separate > .container{
  display: flex; 
}

.section-separate .sidebar{
  padding-right: 20px;
}


.section-separate .content{
  background-color: #0A0A0A; /*0A0A0A*/
  border-radius: 10px;
  width: calc(100% - 224px); 
  padding: 30px;
}

.nav-setting{
  display: flex;
  flex-direction: column;
  background-color: #0A0A0A; /*0A0A0A*/
  border-radius: 10px;
  width: 224px; 
  height: 100%;
  padding-top: 30px;
}

.nav-setting li a{
  display: block;
  padding: 12px 0 12px 40px;
  font-size: 14px;
  border-bottom: 1px solid rgba(54,54,54,0.5);
  position: relative;
  overflow: hidden;
}
.nav-setting li:first-child a{
  border-top: 1px solid rgba(54,54,54,0.5)
}

.nav-setting li a:before{
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  right: 0;
  background-color: #060606;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.nav-setting li a:after{
  content: '';
  position: absolute;
  left: 0px;
  top: 3px;
  bottom: 3px;
  width: 4px;
  background-color: var(--red);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.nav-setting li.logout{
  margin-top: auto; 
  margin-bottom: 85px;
}
.nav-setting li.logout a{
  border-top: 1px solid rgba(54,54,54,0.5);
  color: var(--red)
}
.nav-setting li.active a:after,
.nav-setting li.active a:before,
.pc .nav-setting li:hover a:after,
.pc .nav-setting li:hover a:before{opacity: 1}

.nav-setting li a span{
  display: block;
  position: relative;
  z-index: 9;
}
.nav-setting li a span.status{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--red);
  border:1px solid #ffffff;

  display:inline-block;
  vertical-align: top;
  margin-left: 1px;
  margin-top: 2px
}
.content .hgroup{
 -ms-flex-align: center;
  align-items: center;
}
.content .hgroup h2{
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 8px
}

.content .hgroup p{ 
  font-size: 14px;
  font-weight: var(--f-300);
}
.content .hgroup p.history{margin-left: auto; margin-bottom: 0}

.content .link-green{color: #44F09E; text-decoration: underline;}
.pc .content .link-green:hover{opacity: 0.8}

.content .buttons{
  text-align: right;
  padding-top: 40px;
  margin: 0 -5px
}

.content .buttons .btn{
  margin: 0 5px
}

.account-setting .user-avatar-upload{
  margin: 30px 0;
}

.table-profile{
  width: 100%;
}
.table-profile th,
.table-profile td{
  font-weight: var(--f-400);
  font-size: 14px;
  border-bottom: 1px solid rgba(54,54,54,0.5);
  padding: 25px 0
}
.table-profile th{
  color: #E3E3E3;
  width: 40%
}
.table-profile td{
  font-weight: 500
}

.white{color: #fff !important}

.page-goback {
  display: none;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(54,54,54,0.9); 

  margin: 0 -50px 35px;
}
.page-goback h4{
  font-weight: var(--f-400);
  font-size: 21px;
  text-transform: uppercase;

}

.change-password{
  display: block;
  padding-top: 25px
}


.my-ticket-box{
  border-top:1px solid rgba(54,54,54,0.5); 
  margin: 25px -30px 12px
}
.my-ticket-box hr{
  margin: 0;
  border:0;
  height: 2px;
  background-image: url(../img/icons/line-dashed.svg);
  background-position: center center;
  background-repeat: repeat-x;
}

.my-ticket{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  color: #AAA7A7;
  font-weight: 300;
  font-size: 14px;
  padding: 40px 0 35px
}

.my-ticket .info-left,
.my-ticket .info-right{
  padding: 15px 15px 0
}

.my-ticket strong{
  font-weight:400;
  color: #44F09E;
}

.my-ticket .info-right{
  margin-left: auto;
}

.ticket-detail-box{
  display: block;
  margin: 20px -30px 0;
  border-top:1px solid rgba(54,54,54,0.5); 
}
.ticket-detail{
  display: block;
  padding: 30px 30px;
}
.ticket-detail .ticket{
  float: right;
  max-width: 98%;
}
.ticket-detail table{
  width: 100%
}
.ticket-detail table th,
.ticket-detail table td{
  font-weight: var(--f-400); 
  padding: 8px 0;
}
.ticket-detail table th{
  color: #fff;
  width: 55%
}
.ticket-detail table td{
  color: #BEBEBE;
}

.ticket-detail table tr:first-child th,
.ticket-detail table tr:first-child td{padding-top: 0}

.ticket-detail table tr:last-child th,
.ticket-detail table tr:last-child td{padding-bottom: 0}

.ticket-detail .number{color: #44F09E; display: inline-block; padding-right: 20px}

.ticket-code {
  display: block;
  position: relative;
  overflow: hidden;
}
.ticket-code .row{
  margin: 0 -2px 0 0;
}
.ticket-code .row > div{ 
  padding:30px;  
}
.ticket-code .row > div:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;

  background-image: url(../img/icons/line-dashed.svg);
  background-position: left center;
  background-repeat: repeat-x;
}

.ticket-code .row > div:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0; 
  right: 0;
  width:1px;

  background-image: url(../img/icons/line-dashed-2.svg);
  background-position: right top;
  background-repeat: repeat-y;
}

.ticket-code-item{
  display: block;
}
.ticket-code-item .barcode{
  display: block; 
}
.ticket-code-item .barcode + p{
  font-size: 10px;
  color: #32D285;
  margin: 0
}

.ticket-code-item .code{
  display:flex;
  font-size: 23px;
  color: #83FFDA;
  margin: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ticket-code-item .code .number{color: #F8ED88}
.ticket-code-item .code .icons{
  width: 13px;
  height: 13px;
  background-image: url(../img/icons/star.svg);
}

.help-center .hgroup{
  background-color: #FF3535;
  text-align: center;
  margin: -30px -30px 0;
  padding:30px 30px 30px 30px;
  border-radius: 10px 10px 0 0;
}

.search-block{
  display: block;
  margin: 15px auto 0;
  max-width: 456px;
  width: 100%;
  position: relative;
}
.search-block .form-control{
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  font-size: 12px
}
.search-block .icons{
  position: absolute;
  top: 7px;
  left: 10px;
  width: 18px;
  height: 18px;

  background-image: url(../img/icons/icon-search-gray.svg);
}
.faq-content{
  display: block;
  padding: 20px 0
}
.faq-box{
  display: block;
  padding: 20px 0 0;
}
.faq-box h3{
  font-size: 16px;
  color: #FF3535;
  font-weight:400;
  margin: 0 0 12px
}

.faq-box ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-box ul li{
  display: block;
  position: relative;
}
.faq-box ul li a{
  display: block;
  position: relative;
  color: #D7D7D7;
  font-size: 13px;
  font-weight: 200;
  padding: 1px 0;
}
.pc .faq-box ul li a:hover{
  color: #fff;
}

.faq-box .viewmore{
  display: inline-block;
  position: relative;
  font-size:11px;
  color: #ffffff;
  margin:10px 0 0 0;
}

.faq-box .viewmore .icons{
  width: 13px;
  height: 13px;
  background-image: url(../img/icons/icon-arrow-right.svg);
  margin: -3px 0 0 4px;

  position: relative;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.faq-box .viewmore:hover .icons{left: 5px}

.article-faq{
  font-size: 13px;
  font-weight: 200;
  color: #D7D7D7;
  line-height: 1.8
}
.article-faq h3{
  font-size: 17px;
  color: #ffffff;
  margin: 25px 0 20px
}
table.notification{
  width: 100%;
}
table.notification h4{
  font-size: 14px;
  font-weight: var(--f-400);
  margin-bottom: 10px;
}
table.notification p{
  color: #C8C8C8;
  font-weight: var(--f-400);
  font-size: 14px;
  margin-bottom: 0;
}
table.notification tr td{
  padding-bottom: 15px;
  padding-top: 15px;
  vertical-align: bottom;
}
table.notification tr td:nth-child(2),
table.notification tr td:nth-child(3){
  text-align: center;
}

table.notification + .buttons{
  margin-top: 30px;
}

.switch-item {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
  margin: 0
}

.switch-item input { 
  opacity:0;
  width:0;
  height:0;
}

.switch-item .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}

.switch-item .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

.switch-item input:checked + .slider {
  background-color:#1ACB76;
}

.switch-item input:focus + .slider {
  box-shadow: 0 0 1px #1ACB76;
}

.switch-item input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.switch-item .slider.round {
  border-radius: 24px;
}

.switch-item .slider.round:before {
  border-radius: 50%;
}
@media (max-width:1440px) {
  .content .hgroup h2{font-size: 26px}
  .table-profile th, .table-profile td{
    padding: 15px 0
  }
}

@media (max-width:1280px) {
  .ticket-code-item .code{font-size: 18px}
  .ticket-code .row > div{padding-top: 20px; padding-bottom: 20px;}
}

@media (max-width:991.98px) {
  .section-separate > .container{
    display: block;
  }
  .section-separate .sidebar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1020;
    padding: 0;

    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
  }

  .setting-opened .section-separate .sidebar{
    opacity: 1;
    pointer-events: auto;
  }
  .section-separate .sidebar .page-goback{
    position: relative;
    margin: 0
  }
  .section-separate .sidebar .page-goback .btn-icon{
    position: absolute;
    top: 32px;
    right: 30px; 
  }
  .section-separate .content{
    height: auto;
    min-height: 0;
    padding: 0;
    width: auto;
    background-color: transparent;
    border-radius: 0;
  }

  .page-goback{
    display: block;
  }

  .content .hgroup h2{
    font-size: 21px
  }
  .change-password{ 
    padding-top: 15px
  }

  .my-ticket-box{
    margin: -35px -50px 50px;
    border:0;
  }

  .nav-setting{
    width: 100%;
    padding-top: 2px;
    background-color: #000;
  }
  .nav-setting li{
    position: relative;
  }
  .nav-setting li a{
    border:0;
    padding-top:20px;
    padding-bottom: 20px; 
    padding-left: 55px;
    font-size: 16px
  }
  .nav-setting li a:before{
    opacity: 1;
    background-color: #0A0A0A
  }
  .nav-setting li:first-child a{border:0;}

  .nav-setting li:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;

    margin: -10px 0 0 0;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icons/icon-arrow-right.svg);
  }

  .nav-setting li.logout{margin: 0}
  .nav-setting li.logout a{border:0;}
  .nav-setting li.logout:after{display: none;}

  .ticket-detail-box{
    border:0;
    margin-top: -30px;
  }

  .ticket-detail table th, .ticket-detail table td{
    font-size: 14px;
    padding: 6px 0
  }

  .ticket-code .row > div:empty{display: none;}

  .help-center{
    display: block;
    margin: -35px -20px 0
  }

  .faq-content{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width:767px) {
  .page-goback {
    padding: 17px 0;
    margin-bottom: 25px
  }
  .page-goback h4{ 
    font-size: 17px;
  }
  .content .hgroup h2{
    font-size: 17px;
    margin-bottom: 3px
  }
  .content .hgroup p{
    font-size: 12px
  }
  .content .buttons{
    text-align:center;
    padding: 30px 0 40px
  }
  .content .buttons .btn.w-160{width: 135px}
  .content .buttons .btn.btn-trans{border-color: var(--red)}
  .content .buttons .btn .text{padding-top: 2px}

  .account-setting .user-avatar-upload{
    margin: 30px auto;
  }
  .table-profile th, .table-profile td{
    font-size: 12px
  }

  .my-ticket-box{
    margin:-20px 0 50px;
    border:0;
  }
  .my-ticket{
    padding: 20px 0 15px;
    font-size: 11px
  }
  .my-ticket .info-left, .my-ticket .info-right{
    padding: 10px 0 0
  }

  .nav-setting li a{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
  }

  .nav-setting li::after {
    width: 15px;
    height: 15px;
    margin: -7px 0 0 0;
  }

  .ticket-detail{padding-bottom: 20px}

  .ticket-detail .ticket{max-width: 100%}

  .ticket-detail table {
    margin-top: 20px
  }
  .ticket-detail table th, 
  .ticket-detail table td{
    padding: 6px 0;
    font-size: 12px;
    width: 50%
  }

  .ticket-detail table td{
    text-align: right;
  }

  .ticket-code-item{
    display: block;
    margin: 0 auto;
    max-width:200px 
  }

  .ticket-detail .number{padding-right: 15px}

  .faq-box h3,
  .article-faq h3,
  .article-faq{font-size: 14px}

  .faq-box{
    position: relative;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .faq-box:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/icons/line-dashed.svg);
  }

  .article-faq{margin-top: -15px}

  .search-block{
    max-width:320px
  }

  .help-center{margin-top: -25px; margin-bottom: 40px}
  .help-center .hgroup{
    padding: 25px 20px 30px;
    margin: 0px -5px 0
  }

  table.notification{margin-top: -5px}

  table.notification tr td{
    vertical-align: top;
    font-size: 12px
  }
  table.notification tr td:first-child{
    padding-right: 40px
  }
  table.notification h4,
  table.notification p{font-size: 12px}

  table.notification tr td:nth-child(2),
  table.notification tr td:nth-child(3){
    padding-left:15px 
  }

  table.notification + .buttons{
    margin-top: 0
  }
}


@media (max-width:576px) {
  .search-block{
    width: auto;
    max-width:100%;
    margin: 15px 20px 0;
  }
}

/*==================================================
    Booking
==================================================*/
.section-booking{
  background-color: #ffffff;
}
.section-title.booking{
  text-align: left;
}
.section-title.booking h2{ 
  text-align: left;
  position: relative;
  display: inline-block;
  max-width: 800px;
}
.section-title.booking h2{
  
}
.section-title.booking .oftheyear{
  position: absolute;
  top: 50px;
  right: -110px;
  color: #FF3535;
  font-family: 'Montserrat';
  font-size: 17px;
  font-weight: 800;
}

.booking-wrap{
  display: block;
  padding: 70px 0 50px
}

.booking-wrap .row{margin: 0 -10px}
.booking-wrap .row > div{padding: 0 10px}

.booking-wrap .card{margin-bottom: 40px}

.pc .booking-wrap .row > div .card:hover .card-body{background-color: rgba(255,53,53,.45);}
  
.pc .booking-wrap .row > div:nth-child(2n+1) .card:hover .card-body{background-color: rgba(18,65,187,.51);} 
 
.btn-seemore.booking{display: none;}

@media (max-width:1440px) {
  .section-booking{padding-top:30px}
  .section-title.booking h2{max-width: 650px}
  .section-title.booking .oftheyear{top: 40px}

  .booking-wrap{padding: 50px 0}
}

@media (min-width:992px) and (max-width:1199px) {
  .booking-wrap .card-event .date{font-size: 30px;}
  .booking-wrap .card-event .info{font-size: 16px}

  .booking-wrap .card-event h3{font-size: 19px}
  .booking-wrap .card-event .get-ticket{
    padding: 0 26px;
    height: 36px;
    line-height: 34px
  }
}

@media (max-width:991.98px) {
  .section-title.booking h2{
    max-width: 500px;
    display: block;
  }
  .section-title.booking .oftheyear{
    top: auto;
    right: auto;
    bottom: auto;
    position: relative;
    display: block;
    padding-top: 5px;
  }

  .booking-wrap .row > div:nth-child(2n+1) .card{
    flex-direction:row-reverse;
  }

  .booking-wrap .card{margin-bottom: 60px}

  .btn-seemore.booking{
    display: flex;
    border-radius: 0;
    background-color: #000000;
    border-color: #000000;

    height: 60px;
    line-height: 58px;
    width: 100%;

    font-size: 15px;

    -ms-flex-pack: center;
    justify-content: center;

    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-weight: 300;

    -ms-flex-align: center;
    align-items: center;
  }
  .btn-seemore .text{color: #FFED4B}
  .btn-seemore .icon-logo{
    width: 30px;
    height: 30px;
    margin-right: 10px;

    background-image: url(../img/icons/icon-logo.jpg);
  }

  .section-booking{padding-bottom: 0}
  .booking-wrap{padding-bottom: 0} 
}

@media (max-width:767px) {
  .section-booking{padding-top: 10px}
  .section-title.booking .oftheyear{font-size: 13px}
  .booking-wrap{padding-top: 30px;}
  .booking-wrap .card{margin-bottom: 40px}

  
}
/*==================================================
    Get Ticket
==================================================*/ 

.ticket-artwork{
  position: relative;
  padding: 40px 0;
}

.ticket-artwork .row{margin: 0 -40px}
.ticket-artwork .row > div{padding: 0 40px;}
.ticket-artwork .ticket{
  width: 100%; 
  margin: 0 auto 40px;
  display: block;
  transition: all 0.5s ease-in-out;
}
.ticket-artwork .ticket.t1{
  transform: rotate(5deg);
}
.ticket-artwork .ticket.t2{
  transform: rotate(5deg);
}
.ticket-artwork .ticket.t3{
  transform: rotate(-5deg);
  margin-top: 50px;
}


.ticket-artwork .ticket:hover {
  transform: rotateY(180deg);
}


.ticket-details{
  display: block;
  padding:0 ;
  max-width: 620px;
  margin: 0 auto;
}
.ticket-details .hgroup{
  display: block;
  font-size: 14px;
  font-weight: 300
}
.ticket-details .hgroup h5{
  font-size: 22px;
  font-weight: 400;
}
.ticket-details .hgroup h2{
  font-size: 42px;
  color: #FF3535; 
}
.ticket-details .hgroup hr{
  border-top: 1px solid rgba(190,190,190,0.5);
  margin: 20px 0 25px
}

.ticket-details .input-block.total .price{
  display: block;
  width: 150px;
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  color: #21F4B5;
  padding-bottom: 10px;
  padding-right: 20px;
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.ticket-details .input-block.total .price:before{
  content: 'à¸šà¸²à¸—';
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #fff;
  font-size: 13px
}

.link-green{color: #44F09E; text-decoration: underline;}



.custom-file{
  position: relative;
}
.custom-file-input{
  position: absolute;
}
.custom-file .btn{
  font-size: 13px;
  color: #3A3A3A;
  cursor: pointer;
  font-weight: 400;
  height: 39px;
  line-height: 37px;
  margin-bottom: 0;
  padding: 0 20px;
}
.custom-file .btn .icons{
  width: 15px;
  height: 15px;
  margin-right: 10px;

  background-image: url(../img/icons/icon-image.svg);
}
.custom-file .btn:before,
.custom-file .btn:after{display: none;}

.form-payment .form-control.bank_name,
.form-payment .form-control.bank_number{
  text-align: center;
}

.form-payment .form-control.bank_number{max-width: 200px}

.form-payment .input-block{
  padding: 10px 0
}
.form-payment .buttons{padding: 10px 0 40px}
.form-payment .buttons .red{color: var(--red)}
.form-payment .buttons .note{
  padding-left: 20px;
}

.form-payment .bank-infos{display: none !important;}
.form-payment .bank-infos.show{display: flex !important;}

.section-ticket-detail .artist-cover .col-left .red{
  height: 50%;
  padding-top: 0
}

.section-ticket-detail .artist-cover .col-left h4{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  color: #E23008;
  -webkit-text-stroke: 1px #fff;
}

.ticket-details .more-buttton{display: none;}

.form-creditcard{
  font-size: 13px
}
.payment-icons img{max-width: 30px}

.payment-success{
  background-color: #0A0A0A;
  border-radius: 10px;
  padding: 50px;
  max-width: calc(690px + 100px);
  margin: 0 auto;
  display: block;
}
.payment-success .ticket-detail{
  padding: 0;
}

.payment-success .hgroup{
  text-align: center;
  display: block;
  padding-bottom:35px;
}
.payment-success .hgroup .icon{
  max-width:50px;
  display: block;
  margin: 0 auto;
}
.payment-success .hgroup h3{
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 0
}

.payment-success hr{
  margin: 35px 0;
  height: 2px;
  display: block;
  width: 100%;
  position: relative;
}
.payment-success hr:before{
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;

  background-repeat: repeat-x;
  background-position: left center;
  background-image: url(../img/thumb/line-green.svg);
}
.payment-success .ticket{
  max-width: 100%;
  float: none;
}

.payment-success table td{
  text-align: right;
}

@media (max-width:1440px) {
  .ticket-artwork {padding-top: 0px}

  .section-ticket-detail .artist-cover .col-left h4{ font-size: 65px }

  .ticket-details{padding: 0 40px}
  .custom-file .btn{padding: 0 10px}

  .form-payment .form-control.bank_name, 
  .form-payment .form-control.bank_number{padding: 0 10px}
  .form-payment .form-control.bank_number{ max-width: 180px}

  .ticket-details .hgroup h5{font-size: 18px}
  .ticket-details .hgroup h2{font-size: 38px}
  .ticket-details .hgroup hr{margin: 15px 0 20px}
}

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

@media (max-width:1199px) {
  .section-ticket-detail .artist-cover{
    height: 100vh
  }
  .ticket-details{
    padding-top: 50px;
    max-width: 690px;
  }
  .form-payment .form-control.bank_name, 
  .form-payment .form-control.bank_number{font-size: 15px !important}
}

@media (max-width:991.98px) {
  .ticket-artwork .ticket{
    max-width: 500px;
    margin: 0 auto
  }

  .ticket-artwork .ticket.t1{
    transform: rotate(-5deg);
  }
  .ticket-artwork .ticket.t2{
    transform: rotate(5deg);
    margin-top: 80px
  }
  .ticket-artwork .ticket.t3{
    transform: rotate(-5deg);
    margin-top: 80px;
  }

  .section-ticket-detail .artist-cover{ height: 55vh }
   .section-ticket-detail .artist-cover .col-left h4{ font-size: 44px}

  .ticket-details{
    max-width: 100%;
    padding-top: 40px;
    padding-left:55px;
    padding-right:55px;
  }
  .form-payment .buttons {
    display: block !important;
  }
  .form-payment .buttons .note{
    padding-top: 15px;
    display: block;
  }

  .ticket-details .hgroup h2{ 
    font-size: 42px
  }

  .ticket-details .hgroup hr{
    margin: 25px 0
  }
}

@media (max-width:767px) {
  .ticket-artwork{margin-top: -35px}
  .ticket-artwork .ticket{
    max-width: 500px;
    margin: 0 auto
  }

  .ticket-artwork .ticket.t1{
    transform: rotate(-3deg);
  }
  .ticket-artwork .ticket.t2{
    transform: rotate(3deg);
    margin-top: 40px
  }
  .ticket-artwork .ticket.t3{
    transform: rotate(-3deg);
    margin-top: 40px;
  }

  .section-ticket-detail .artist-cover{
    height: auto;
    flex-direction: column;
  }
  .section-ticket-detail .artist-cover .col-left,
  .section-ticket-detail .artist-cover .col-right{
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .section-ticket-detail .artist-cover .col-right{
    height:45vh;
  }

  .section-ticket-detail .artist-cover .col-left .red,
  .section-ticket-detail .artist-cover .col-left .black{
    width: 50%;
    height: 65px;
  }

  .section-ticket-detail .artist-cover .col-left .black p{
    margin: auto;
    text-align: center;
    width: 100%;
  }

  .section-ticket-detail .artist-cover .col-left h4{
    writing-mode: unset;
    font-size: 28px
  }

  .ticket-details{
    padding: 25px 30px;
  }
  .ticket-details .hgroup h2{
    font-size: 28px
  }
  .ticket-details .hgroup hr{
    margin: 15px 0
  }

  .form-payment{
    display: block;
    padding-top:10px;
    border-top:1px solid rgba(190,190,190,0.5); 
  }
  .payment-icons img{max-width:25px}

  .form-payment .input-block {padding: 5px 0}
  .form-payment .input-block .input-text{
    padding-bottom: 8px
  }

  .d-flex.payment-method{
    flex-direction: column;
  }

  .d-flex.payment-method .radio-group{
    margin: 0 0 10px;
  }
  .form-payment .form-control.bank_number{max-width: 100%}
  .input-block.dark .select-styled{font-size: 13px}

  
  .d-flex.bank-infos{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 -5px;
  }
  .d-flex.bank-infos .input-block{
    margin-bottom: 0;
    padding: 0 5px;
  }
  .d-flex.bank-infos .input-block:nth-child(1),
  .d-flex.bank-infos .input-block:nth-child(2){
    width: 50%;
  }

  .d-flex.bank-infos .input-block:nth-child(3){
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .custom-file .btn{width: 100%; height: 38px; line-height: 36px}

  .form-payment .form-control.bank_name, .form-payment .form-control.bank_number{font-size: 13px !important}
  .ticket-details .more-buttton{
    padding: 0 0 20px 0;
    display: block;
  }
  .ticket-details .more-buttton a{display: block;}
  .ticket-details .more-buttton img{
    width: 100%;
    max-width: 65px;
    margin: 0 auto;
    display: block;
  }

  .payment-success{
    background-color: transparent;
    padding: 0;
  }
  .payment-success .hgroup{
    padding-bottom: 25px
  }
  .payment-success .hgroup .icon{
    width: 42px;
  }
  .payment-success hr{
    margin: 20px 0;
  }
  .payment-success .buttons .btn{
    width: 140px;
    font-size: 15px
  }
}

/*==================================================
    Live Video
==================================================*/ 

.live-video{
  background-color: #000;
  position: relative;
}

.live-video .video-viewer{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  margin: 0 -5px;
  display: flex;
}
.video-viewer .item{
  height: 25px;
  line-height: 23px;
  border-radius: 10px;
  background-color:rgba(219,218,218,0.2);
  margin:0 5px;  
  padding: 0 10px;
  font-weight: 300;
  text-align: center;
  font-size: 12px;
}
.video-viewer .item.live{
  width: 50px;
  background-color: #FF3535;
}
.video-viewer .icon-view{
  width: 15px;
  height: 15px;
  margin-right: 3px; 
  background-image: url(../img/icons/icon-view.svg);
}
.video-controls{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;

  height:90px;
  padding: 20px;

  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
    align-items: center;

  background-color: #282828;

  transition: all 0.4s ease-in-out;
}

.video-controls.d-none{}

.live-video .video-controls.show,
.pc .live-video:hover .video-controls{
  bottom: 0;
}

.video-controls .artist{
  display: flex;
  max-width: 260px;
  -ms-flex-align: center;
    align-items: center;
}
.video-controls .artist .avatar{
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  margin-right: 15px;
}
.video-controls .artist h3{
  color: #fff;
  font-size:15px;
  list-style: 1.1;
  margin-bottom: 2px;
  font-weight: 400;
}
.video-controls .artist p{
  color: #B3B3B3;
  font-size:13px;
  list-style: 1;
  margin-bottom: 0
}

.video-controls .progress-wrap{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -2px;

  padding: 0 420px;
  z-index: 10px; 
}

.video-controls .progress{
  width: 100%;
  position: relative;
  overflow: visible;
  height: 4px;
  background-color: #404040;
  border-radius: 10px;
  cursor: pointer;
}
.video-controls .progress-bar{
  background-color:#FF2222;
  border-radius: 10px;
}
.video-controls .progress-wrap .time{
  font-size: 12px;
  color: #AEAEAE;
  display: inherit;
  position: absolute;
  top: -6px;
  left: -40px;
}

.video-controls .share{
  height: 29px;
  line-height: 27px;
  padding: 0 10px;
  margin: 0 10px;

  background-color: #E8254F;
  border:1px solid #CECECE;
  border-radius: 40px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}
.video-controls .share .icons{
  width: 19px;
  height: 19px;
  background-image: url(../img/icons/icon-share.svg);
}
.pc .video-controls .share:hover{
  background-color: red
}

.video-controls  .volume-wrap{
  display: flex;
  width: 110px;
  margin: 0 10px;
  position: relative;
  -ms-flex-align: center;
    align-items: center;
}

 
.video-controls .volume-wrap .progress{
  width: 80px;
  cursor: pointer;
}
.video-controls .volume-wrap .progress-bar{
  background-color: #35D287
}
.video-controls .volume-wrap .icon-volume{
  width: 17px;
  height: 17px;
  margin-right: 10px;
  cursor: pointer;
  background-image: url(../img/icons/icon-volume.svg);
}

.video-controls .go-fullscreen{
  margin: 0 15px;
  cursor: pointer;
}
.video-controls .go-fullscreen .icons{
  width: 17px;
  height: 17px;
  background-image: url(../img/icons/icon-expand.svg);
}

.live-video-alert{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  background-color: rgba(0,0,0,0.2);
 
  font-weight: 300;

  -ms-flex-align: center;
    align-items: center;
}
.live-video-alert h3{
  font-weight: 600;
  margin-bottom: 10px;
   font-family: 'Montserrat';
   font-size: 30px;
}

.live-video-alert .btn{
  padding: 0 20px;
}

.live-video-alert .inner{
  margin:auto;
  text-align: center;
  color: #fff;
}

.video-refresh{
  /*position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -15px;*/

  display: block;

  margin: 40px auto 0;

  width: 30px;
  height: 30px;
  cursor: pointer;

  background-image: url(../img/icons/icon-refresh.svg);
}

@media (max-width:1440px) {
  .video-controls .progress-wrap{ 
    padding: 0 380px;
  }
}

@media (max-width:1024px) {
  .video-controls{
    padding-top: 40px;
    height: auto;
  }
  .video-controls .progress-wrap{ 
    padding: 0 0;
    margin: 0;
    top: -4px;
  }

  .video-controls .progress-wrap .time{
    left: 20px;
    top: 10px;
  }

  .video-controls .artist .avatar{
    width: 44px;
    height: 44px;
  }

  

}

@media (max-width:991.98px) {
  .section-playscreen .live-video{
    height: 100vh
  }

  .video-header{
    display: flex;
  }

  .live-video .video-viewer{
    position: absolute;
    top: 50px;
    right: 40px;
    left: auto;
  }

  .video-controls{
    position: fixed;
    padding-right: 10px;
    padding-top: 35px
  }

  .video-controls .share{
    position: absolute;
    top: -40px;
    right: 0;

    height: 24px;
    line-height: 22px;
    font-size: 11px;
  }

  .video-controls .share .icons{
    width: 16px;
    height: 16px;
  }

  .video-controls .artist .avatar{
    width: 34px;
    height: 34px;
    border-radius: 5px;
  }

  .video-controls .artist h3{
    font-size: 13px;
    margin-bottom: 0;
  }
  .video-controls .artist p{
    font-size: 11px;
  }

  .video-controls .volume-wrap{
    width: 90px;
    margin: 0 10px 0 auto;
  }
  .video-controls .volume-wrap .icon-volume{
    width: 20px;
    height: 20px;
    margin-right: 5px
  }
  .video-controls .go-fullscreen{
    margin: 0 10px 0 10px;
  }

  .live-video-alert{
    font-size: 11px;
  }
  .live-video-alert h3{
    font-size: 24px;
  }


  .video-refresh{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -15px;

    background-size: 20px;
  }
}

@media (max-width:767px) {
 
  .live-video .video-viewer{ 
    top: 30px;
    right:20px; 
  }

  .video-viewer .item{
    height: 20px;
    line-height: 18px;
    font-size: 10px;
    padding: 0 6px
  }
  .video-viewer .item.live{
    width: 40px
  }
}
/*==================================================
    What’s new Our blogs
==================================================*/ 


.section-blog{
  padding: 180px 50px 120px;
  background-color: #000000;
}

.section-blog .section-target{top: 0}
.section-blog .section-title{
  text-align: left;
  max-width: 250px;
}
.section-blog .section-title h3{
  font-family: 'Montserrat', sans-serif; 
  font-weight: 600;
  font-size: 39px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.section-blog .section-title p{
  line-height: 1.7
}

.card-blog{
  background-color: transparent !important;
  border-radius: 0;
  border:0;
  max-width:245px;
  margin: 0 auto;
}
.card-blog .photo{
  border-radius: 5px;
}
.card-blog .card-photo:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  transition: all 0.2s ease-in-out;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
}
.card-blog .card-body{
  padding:25px 0;
}
.card-blog h3{
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.card-blog p{ 
  font-weight:200;
  position: relative;
  padding-right: 40px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0;
}
.card-blog p:before{
  content: '';
  position: absolute;
  top:10px;
  right: 0;

  width:20px;
  height:20px;

  background-position: center center;
  background-size: contain;
  background-image: url(../img/icons/icon-blog-arrow.svg);
}

.pc .card-blog:hover h3 a{
  color: var(--red)
}
.pc .card-blog:hover .card-photo:before{opacity: 1}

.blog-detail{
  background-color: #0A0A0A;
  border-radius: 10px 10px 0 0;
  padding: 30px;
  max-width: calc(690px + 100px);
  margin: 0 auto;
  display: block;

  font-weight: 200;
  line-height: 1.7;
  color: #D7D7D7
}

.blog-detail .hgroup{
  display: flex;
  padding: 0 0 25px;
}
.blog-detail .hgroup h3{
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.blog-detail .hgroup .date{
  margin-left: auto;
  white-space: nowrap;
  font-size: 13px;
}
.blog-detail img{
  border-radius: 5px;
  margin-bottom: 25px;
}

@media (max-width:1440px) {
  .section-blog .section-title h3{
    font-size: 30px;
  }
  .section-blog{
  padding: 160px 50px 100px;
  }
  .card-blog{max-width: 220px}

  .blog-detail .hgroup h3{font-size: 26px}

}

@media (max-width:1199px) {
  .section-blog {padding:100px 0}
  .section-blog .section-title{max-width: 100%; margin-bottom: 50px}
  .section-blog .section-title h3{margin-bottom: 10px;}
  .section-blog .section-title p{font-size: 14px}

  .card-blog{max-width: 100%}
  .card-blog p::before {
    width: 16px;
    height: 16px;
  }

  .blog-detail .hgroup h3{font-size: 21px}
  .blog-detail{font-size: 13px}
}


@media (max-width:767px) {
  .section-blog {padding:50px 0} 
  .section-blog .section-title {margin-bottom: 30px}
  .section-blog .section-title h3{font-size:24px;} 

  .card-blog{font-size: 15px}
  .card-blog h3{margin-bottom: 10px; font-size: 16px}
  .card-blog .card-body{padding: 15px 0 35px}
  .card-blog p::before {
    width: 14px;
    height: 14px;
  }

  .blog-detail{
    background-color: transparent;
    padding: 0 10px;
  }
  .blog-detail .hgroup{display: block;}
  .blog-detail .hgroup h3{font-size: 18px}
  .blog-detail .hgroup .date{font-size: 12px}
}

/*==================================================
    Banner *Edit 23/03/2564*
==================================================*/ 

.banner-caption{
  margin-top: auto;
}

.banner-caption h2{
  font-size: 65px;
  font-family: 'Chonburi', cursive;
  text-shadow: 0 6px 20px rgba(0,0,0,0.6);
  margin-bottom: 8px;
}
.banner-caption .infos{
  display: block;
}
.banner-caption p.info{
  font-size: 23px;
  margin-bottom:30px;
}
.banner-caption p.date{
  font-size: 28px;
  color: #FFEC44
}
.banner-caption .buttons{
  text-align: left;
  margin: 0 -10px;
  padding-bottom: 150px;
}
.banner-caption .btn{
  width: 160px;
  margin: 0 10px;
  font-size: 20px;
}
 

.section-intro.active .banner-caption h2{
   -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
}
.section-intro.active .banner-caption div.infos{
 -webkit-animation-delay: 200ms;
  animation-delay: 200ms; 
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.section-intro.active .banner-caption  .buttons{ 
   -webkit-animation-delay:300ms;
  animation-delay: 300ms;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media (max-width:1680px) {
  .banner-caption h2{
    font-size: 55px;
  }
  .banner-caption p.info{
    font-size: 20px;
    margin-bottom: 25px
  }
  .banner-caption p.date{
    font-size: 24px
  }
  .section-intro .buttons{
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .banner-caption .btn{
    font-size: 18px
  }
}


@media (max-width:1440px) {
  .banner-caption h2{
    font-size: 50px
  }
 
  .section-intro .buttons{
    margin: 0 -5px
  }
  .banner-caption .btn{
    width: 140px;
    margin: 0 5px;
    font-size: 16px;
  }
}

@media (max-width:991.98px) {
  .banner-caption{
    margin: auto 0;
    text-align: center;
    width: 100%
  }
  .section-intro .buttons{ 
    padding-bottom: 0;
    text-align: center;
  }
}

@media (max-width:767px) {
  .banner-caption h2{
    font-size: 30px
  }
  .banner-caption p.info{
    font-size: 16px; 
    margin-bottom: 15px;
  }
  .banner-caption p.date{
    font-size: 18px
  }
  .banner-caption .btn{
    width: 125px;
    font-size: 15px;
  }
  
  }
}

 


/*==================================================
    Footer
==================================================*/ 

.footer{
  padding: 0 40px;
  font-weight: 200; 
  background-color:#000000;
}

.footer-primary{
  padding: 60px 0;
  background-color:#000000;
}

.footer-title{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.footer-title a,
.footer-title span{
  display: inline-block;
  padding:  0;
  border-bottom: 1px solid transition
}
.footer-title a{
  border-bottom: 1px solid #fff;
  text-decoration: none !important;
}
.pc .footer-title a:hover{
  opacity: 0.8
}

.followus.in-footer .icons{
  padding-top:6px;
  padding-bottom: 0;
}
.pc .followus.in-footer .icons:hover{opacity: 0.7}


.footer-primary .address{
  display: block;
  font-weight: 200;
}

.footer-primary .email{
  font-weight: 400
}

.footer-primary .nav{
  margin: 0 -10px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-primary .nav li a{
  display: block;
  padding: 5px 10px;
}
.pc .footer-primary a:hover{
  text-decoration: underline;
}

.footer-secondary{
  
  padding: 10px 0 30px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 200;
  background-color:#000000;
}

.footer-secondary{}
.footer-secondary .container-fluid{
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-secondary .container-fluid:before{
  content: '';
  position: absolute;
  top: -20px;
  left: 100px;
  right: 100px;

  border-top: 1px solid rgba(255,255,255,0.7);
}
.footer-secondary .nav{
  margin: 0 -15px
}
.footer-secondary .nav li a{
  padding: 2px 15px;
  display: block;
}

.pc .footer-secondary .nav li a:hover{color: var(--red)}

.copyright{color: #D8D8D8}

@media (max-width:1440px) {
  .footer-secondary .container-fluid:before{
    left: 70px;
    right: 70px;
  }
}

@media (max-width:1199px) {
  .footer{
    padding: 0;
    font-size: 14px
  }

  .followus.in-footer {
    margin:0 -8px
  }
  .followus.in-footer .icons{
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-primary .nav{
    flex-direction: column;
  }
  .footer-primary .nav li a{
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media (max-width:991.98px) {
  .followus.in-footer {
    margin:0 -5px
  }
  .followus.in-footer .icons{
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-secondary .container-fluid:before{
    left: 50px;
    right: 50px;
  }
}

@media (max-width:767px) {
  .footer{font-size: 12px}
  .footer-primary{padding: 40px 0}
  .footer-secondary{border:0; position: relative;}
  .footer-secondary:before{
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    border-top: 1px solid rgba(255,255,255,0.7)
  }
  .footer-secondary .container-fluid:before{ display: none; }
  .footer-title{
    font-size: 12px
  }

  .followus.in-footer {
    margin:0 -15px;
    padding-bottom: 40px
  }
  .followus.in-footer .icons{
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-primary .nav li a{
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .footer-primary .nav li:frist-child a{padding-top:0}
  .footer-primary .address{padding-bottom: 30px;}

  .footer-secondary{font-size: 10px}
}