body {
 font-family: 'Montserrat', sans-serif !important;   
}

.font-fix {
    font-family: 'Montserrat', sans-serif !important;   
    font-size: 15px !important
   }

#bodyd p {
    font-family: 'Montserrat', sans-serif !important;   
    font-size: 15px !important
}
.MsoNormal{
    font-family: 'Montserrat', sans-serif !important;   
    font-size: 15px !important
}

.MsoNormal span{
    font-family: 'Montserrat', sans-serif !important;   
    font-size: 15px !important
}



a {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif !important;   
}
span{
 
    font-size: 15px !important;
    line-height: 1.4 !important;
    color: #1e1e1e;
    margin-bottom: 10px !important; 
}
a:hover {
    color: #3a9395;
}

p { 
    font-size: 14px !important;
    margin-bottom: 5px !important;
    /* font-weight: 500; */
    color: #000;
    font-family: 'Montserrat', sans-serif !important;   
}
strong{
    font-family: 'Montserrat', sans-serif !important; 
    font-weight: 700 !important;  
}
.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s .4s ease-in-out;
    transition: all .8s .4s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.dark-mode .page-loading {
    background-color: #0b0f19;
}

.page-loading.active {
    opacity: 1;
    visibility: visible;
}

.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}

.page-loading.active>.page-loading-inner {
    opacity: 1;
}

.page-loading-inner>span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #9397ad;
}

.dark-mode .page-loading-inner>span {
    color: #fff;
    opacity: .6;
}

.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #b4b7c9;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}

.dark-mode .page-spinner {
    border-color: rgba(255, 255, 255, .4);
    border-right-color: transparent;
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img.home-news-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.home-news-title {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    max-height: 60px;
}

.news-home-header {
    height: 115px;
}

.device-mobile i {
    color: #1a3faf !important;
    font-size: 36px;
}

.terms-list {
    padding-left: 0px;
    list-style: none;
}

img.logo {
    width: 10rem;
}

.footer-logo {
    width: 10rem;
}

.copyright {
    border-top: 1px solid #ffffff26;
    color: #aaa;
}

.main-menu a {
   font-size: 14px; 
   text-transform: uppercase;
}
.main-menu a:hover { 
   text-decoration: underline;
   border-radius: 10px;
}
 
 
a.nav-link {
    color: #fff !important;
}

a.nav-link:hover {
    color: #fff !important;
}

.main-logo {
    width: 10rem;
}

/* Section-1 Styles */

#section-1 {
    height: 50em;
    color: #fff;
    background-color: #222;
}

#section-1 .content-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

#section-1 .content-slider input {
    display: none;
}

#section-1 .content-slider .slider {
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden;
}

#section-1 .content-slider .slider .banner {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 1s ease;
}

.banner-inner-wrapper {
    text-align: center;
    position: relative;
    z-index: -10;
}

.banner-inner-wrapper h2 {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper {
    height: 100%;
    padding-top: 6em;
    box-sizing: border-box;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
    padding-bottom: 1.5em;
    font-weight: 700;
    font-size: 2.8em;
    text-transform: none;
    /* bottom: 100px; */
    text-align: center;
    margin: 0 auto;
    /* position: absolute; */
    width: 1000px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .45);
    line-height: 1;
}

.slider-img {
    z-index: -100;
    position: absolute;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 6em;
    line-height: 95%;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
    display: block;
    width: 4em;
    height: 0.1875em;
    margin: 2.5em auto;
    background: #fff;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button {
    padding-bottom: 5em;
    z-index: 15 !important;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {
    padding: 0.5em 2em;
    text-align: center;
    font-size: 0.875em;
    color: #fff;
    text-transform: uppercase;
    border: 0.1875em solid #fff;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
    color: #e88382;
    border-color: #e88382;
    transition: 0.6s;
}

#section-1 .content-slider nav {
    position: absolute;
    bottom: 2.5em;
    width: 100%;
    z-index: 10;
    text-align: center;
}

#section-1 .content-slider nav .controls {
    display: block;
    width: 70%;
    margin: 0 auto;
    color: #fff;
}

#section-1 .content-slider nav {
    position: absolute;
    bottom: 0.5em;
    width: 100%;
    z-index: 10;
    text-align: center;
}

#section-1 .content-slider nav .controls {
    display: block;
    width: 40%;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 1.5rem;
}

#section-1 .content-slider nav .controls label {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 3.1em;
    overflow: hidden;
    margin: 0 1em;
    padding-top: 1em;
    text-align: left;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
}

#section-1 .content-slider nav .controls label .progressbar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #fff;
    z-index: 100;
}

#section-1 .content-slider nav .controls label .progressbar .progressbar-fill {
    position: inherit;
    width: inherit;
    height: inherit;
    margin-left: -100%;
    background: #3a9395;
}

#section-1 .content-slider nav .controls label span {
    font-size: 1.4em;
    font-weight: 700;
}

#section-1 .content-slider nav .controls label:hover {
    color: #277f82;
}

#section-1 .content-slider #banner1:checked~.slider #top-banner-1,
#section-1 .content-slider #banner2:checked~.slider #top-banner-2,
#section-1 .content-slider #banner3:checked~.slider #top-banner-3,
#section-1 .content-slider #banner4:checked~.slider #top-banner-4 {
    opacity: 1;
    z-index: 1;
}

#section-1 .content-slider #banner1:checked~nav label:nth-of-type(1),
#section-1 .content-slider #banner2:checked~nav label:nth-of-type(2),
#section-1 .content-slider #banner3:checked~nav label:nth-of-type(3),
#section-1 .content-slider #banner4:checked~nav label:nth-of-type(4) {
    cursor: default;
    color: #fff;
    transition: all 1s;
}

#section-1 .content-slider #banner1:checked~nav label:nth-of-type(1) .progressbar,
#section-1 .content-slider #banner2:checked~nav label:nth-of-type(2) .progressbar,
#section-1 .content-slider #banner3:checked~nav label:nth-of-type(3) .progressbar,
#section-1 .content-slider #banner4:checked~nav label:nth-of-type(4) .progressbar {
    background: #fff;
}

#section-1 .content-slider #banner1:checked~nav label:nth-of-type(1) .progressbar-fill,
#section-1 .content-slider #banner2:checked~nav label:nth-of-type(2) .progressbar-fill,
#section-1 .content-slider #banner3:checked~nav label:nth-of-type(3) .progressbar-fill,
#section-1 .content-slider #banner4:checked~nav label:nth-of-type(4) .progressbar-fill {
    animation: progressBarFill 5s linear;
}


/* Animations */

@keyframes progressBarFill {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0;
    }
}

a.sub-menu{
    color: #515155;
    text-transform: capitalize;
}
a.sub-menu:hover{
    color: #4ea9a9;
    text-decoration: none;
}
/* Media Queries */

@media only screen and (min-width: 1920px) {
    .event-banner h2 {
        position: absolute;
        height: 600px;
        z-index: 10;
        margin: 0 auto !important;
        width: 40%;
        top: 300px;
        text-align: center;
        margin-left: 30% !important;
        display: block;
        margin-right: 30% !important;
    }
    .main-header .header-wrapper {
        width: 57%;
    }
    #section-1 {
        height: 50em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 20em;
        background: linear-gradient(180deg, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 28%) 100%);
    }
    .banner-inner-wrapper h2 {
        width: 300px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1919px) {
    .main-header .header-wrapper {
        width: 60%;
    }
    #section-1 {
        height: 50em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 19em;
        background: linear-gradient(180deg, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 28%) 100%);
    }
    #section-1 .content-slider nav .controls {
        width: 100%;
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width: 1680px) {
    .main-header .header-wrapper {
        width: 65%;
    }
    #section-1 {
        height: 50em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 19em;
        background: linear-gradient(180deg, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 28%) 100%);
    }
    #section-1 .content-slider nav .controls {
        width: 100%;
        padding-bottom: 2rem;
    }
    
}

@media only screen and (max-width: 1366px) {
    .main-header .header-wrapper {
        width: 70%;
    }
    #section-1 img {
        height: 100%;
        object-fit: cover;
    }
    #section-1 .content-slider nav .controls {
        width: 100%;
        padding-bottom: 2rem;
    }  
}

@media only screen and (max-width: 1120px) {
    .main-header .header-wrapper .main-menu li {
        padding: 0.75em 1.4em;
    }
    #section-1 {
        height: 40em;
    }
    #section-1 .content-slider nav {
        bottom: -0.2em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 17em;
        background: linear-gradient(180deg, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 28%) 100%);
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
        margin: 2em auto;
    }
    #section-1 img {
        height: 100%;
        object-fit: cover;
    }
    #section-1 .content-slider nav .controls {
        width: 100%;
        padding-bottom: 2rem;
    }
  
}

@media only screen and (max-width: 1024px) {
    .main-header .header-wrapper .main-menu li {
        padding: 0.75em 1.3em;
    }
    #section-1 .content-slider nav {
        bottom: 0;
    }
    #section-1 .content-slider nav .controls {
        width: 80%;
    }
    #section-1 img {
        height: 100%;
        object-fit: cover;
    }
    #section-1 .content-slider nav .controls {
        width: 100%;
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width: 860px) {
    a.sub-menu{
        color: #4ea9a9
    }
    a.sub-menu:hover{
        text-decoration: underline;
        color: #4ea9a9
    }
    img.banner-logo {  
        width: 150px !important; 
        margin: 0 auto !important; 
    }
    .main-header .header-wrapper .main-menu li {
        padding: 0.75em 0.9em;
    }
    #section-1 {
        height: 35em;
    }
    #section-1 .content-slider nav {
        bottom: -1em;
    }
    #section-1 .content-slider nav .controls {
        width: 90%;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
        font-size: 1.5em;
        font-weight: 700;
        width: 450px;
        margin: 0 auto;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
        font-size: 4.5em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 15em;
    }
    #section-1 img {
        height: 100%;
        object-fit: cover;
    }
    #section-1 .content-slider nav .controls {
        width: 100%;
        padding-bottom: 2rem;
    }
     
}

@media only screen and (max-width: 768px) {
  
    .event-banner h2 {
        position: absolute;
        width: 100% !important;
        top: 300px;
        text-align: center;
    }
    #section-1 img {
        height: 100%;
        object-fit: cover;
    }
    .main-header .header-wrapper .main-menu li {
        padding: 0.75em 0.5em;
    }
    #section-1 {
        height: 35em;
    }
    #section-1 .content-slider nav .controls {
        width: 100%;
        padding-bottom: 2rem;
    }
    #section-1 .content-slider nav .controls label {
        width: 19%;
        font-size: 0.8em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
        margin: 1.7em auto;
    }
 
}

@media only screen and (max-width: 650px) {
    .main-header .header-wrapper {
        width: 95%;
    }
    #section-1 .content-slider nav .controls {
        width: 100%;
        padding-bottom: 2rem;
    }
    .lead-sm-date{
font-size: 16px;
    }
    
   
}

@media only screen and (max-width: 480px) {
    .news-img{
        object-fit: cover;
        height: 250px;
    }
    .main-header .header-wrapper {
        width: 97%;
    }
    .main-header .header-wrapper .main-logo {
        display: none;
    }
    .main-header .header-wrapper .main-menu li {
        padding: 0.2em 0.3em;
    }
    .main-header .header-wrapper .main-menu li:last-child,
    .main-header .header-wrapper .main-menu li:nth-child(6) {
        padding: 0.2em 0.7em;
    }
    #section-1 {
        height: 35em;
    }
    #section-1 .content-slider nav {
        bottom: -0.5em;
    }
    #section-1 .content-slider nav .controls label {
        width: 40%;
        font-size: 0.7em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
        font-size: 1.5em;
        width: 300px;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
        font-size: 3em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
        margin: 1.7em auto;
    }
}

.sponsor-logo {
    width: 8.5rem;
    bottom: 0px;
}

.sponsor-logo-kino {
    width: 5.5rem;
}

.text-small {
    font-size: 13px;
}

.border-schedule {
    border: 1px solid #393939;
}

.border-schedule:hover {
    border: 1px solid #3a9395;
    height: 100%; 
}

.swiper:hover {
    cursor: pointer;
}

.schedule:hover {
    border: 1px solid #fff !important;
}

.text-grey {
    color: #ccc;
}



.eventSwiper img {
    object-fit: cover;
    max-height: 600px;
    width: 100%;
}

.text-kharkhorum {
    color: #4ea9a9;
    font-weight: 700;
}

.event-title {
    position: absolute;
    z-index: 0;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgb(0 0 0 / 0%) 100%);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .45);
}

.client-img {
    display: -webkit-inline-box;
    height: 80px;
    object-fit: contain;
    width: 130px;
}

.event-title h5 {
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.45);
}

.event-date {
    font-size: 14px;
    color: #ccc
}

.lang-switch {
    font-size: 12px;
    font-weight: 500;
    height: 30px;
}

.lang-switch a {
    border-radius: 10px;
    padding: 5px;
}

.lang-switch a.active {
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    color: #4ea9a9 !important;
    font-weight: 700;
    font-size: 12px;
}

.header .nav-link a:last-child {
    margin-right: 0px;
}

.event-img {
    object-fit: cover;
    height: 400px;
}

.movie-img img {
    width: 100%;
    object-fit: cover;
    min-height: 450px;
    height: 450px;
    overflow: hidden;
}

.movie-img {
    object-fit: cover;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.movie-img:hover {
    object-fit: cover;
    height: 300px;
}

.list-group-inline li {
    border: none;
    display: inline-block;
    padding: 0.425rem 0;
}

.top-bar {
    color: #4ea9a9;
}

.footer {
    background: #008082;
}

.main-header {
    /* background: linear-gradient( to bottom, #00000052, rgba(255, 0, 0, 0)); */
    border-color: rgba(255, 255, 255, 0.25) !important;
    background: #0000004f;
}

.close-btn {
    font-size: 24px;
}

.movie-title h5 {
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.45);
}

.social-link i {
    font-size: 22px;
}
.social-link i:hover {
    font-size: 22px;
    color:#c0995f;
}

.social-link .fa-youtube {
    font-size: 24px;
}

.main-menu a.active {
    color: #4ea9a9 !important;
}

.shedule-btn {
    border-radius: 10px !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
    float: left !important;
    cursor: pointer;
    border: none;
}

.shedule-btn.active {
    border-radius: 10px !important;
    color: #fff !important;
    border: 1px solid #ccc !important;
    float: left !important;
    background: #4ea9a9;
    cursor: pointer;
    border: none !important;
}

a.btn-link i {
    font-weight: 600;
    font-size: 14px;
}

a.btn-link {
    font-weight: 600;
    font-size: 14px;
}

a.btn-link:hover {
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
}


.event-banner img {
    height: 500px;
    object-fit: cover;
}

.event-img-con {
    height: 450px;
    object-fit: cover;
}

.movie-img-con {
    height: 300px;
    object-fit: cover;
}
img.prog-img-con:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
img.prog-img-con{
    /* -webkit-filter: grayscale(200%);
    filter: grayscale(200%); */
}

.prog-img-con {
    height: 400px;
    object-fit: cover;
    object-position: 50% 20%;
}
.play-btn {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 32%;
    border-radius: 100%;
}

.play-btn i {
    color: #4ea9a9;
  border-radius: 100%;
  padding: 20px 20px 18px 22px;
  font-size: 18px;
  background: hwb(0 100% 0% / 0.8);
  position: absolute;
  top: -180px;
  z-index: 150;
  left: 43%;
}

.breadcrumb-white a {
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item.active {
    color: #000;
    font-weight: 500;
}

.movie-content {
    position: relative;
}

.modal-header {
    border-bottom: 0px
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .9s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.5);
}

.schedule-content {
    position: relative;
    right: 80px;
    top: 10px
}

.schedule-next-btn {
    left: 50px;
    font-size: 5px;
}

.schedule-prev-btn {
    right: 50px;
}

.schedule-prev-btn::after {
    font-size: 10px;
    padding: 10px 12px 10px 12px;
    border-radius: 5px;
    color: #fff;
    background: #bc9a62;
    font-weight: 900;
}

.schedule-next-btn::after {
    font-size: 10px;
    background: #bc9a62;
    padding: 10px 12px 10px 12px;
    border-radius: 5px;
    color: #fff;
    font-weight: 900;
}
.sponsored-img{
    width: 150px;
}
.copyright span{
    font-size: 13px;
    color: #fff;
}
footer li{
    font-size: 14px;
}
.home-kharkhorum{
    padding-top: 80px;
    background: linear-gradient(0deg, rgba(0,128,128,1) 0%, rgba(0,128,128,1) 35%, rgba(0,128,128,1) 100%);
}
.banner-text{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .45);
}
.khar-btn{
    font-size: 14px;
    padding: 13px;
    color: #000;
    text-align: center;
    background: #fff;
    font-weight: 500;
    border-radius: 10px;
}
.date-color{
    color: #ea892f;
}
img.logo-kharkhorum{
    width: 200px;
    margin: 0 auto;
}
.home-slider{
    padding-top: 100px;
    padding-bottom: 100px;
}
.dropdown-toggle:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 0.1rem;
    margin-left: 0.35rem;
    font-weight: 900;
    vertical-align: middle;
    border: none;
}


.home-slider {
    background: #277f7f;
}

section.home-slider::before {
    background-color: rgba(20, 20, 20, 1.6);
}

.background-video {
    height: 100%;
}

.home-slider-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.6);
    z-index: -1;
}

.background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.background-video video {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    right: 0;
    z-index: 100;
}
.background-color {
    background-image: linear-gradient(rgba(14, 14, 14, 0) 0%, rgb(39 127 127) 100%) !important;
}
.banner-logo {
    width: 15rem;
    padding-top: 50px;
    padding-bottom: 50px;
}
.btn-primary{
    border: 1px solid #c5a26e;
    background: #c5a26e;
}
.btn-primary:hover{
    border: 1px solid #c0995f;
    background: #c0995f !important;
}
.about-text{
    text-align: justify;
}
.bg-kharkhorum{
    background: url(../img/xee.png) no-repeat;
    background-position: right bottom; 
}
section.page-header{
    background-image: linear-gradient(to right, #277f7f , #53bab9); 
}
.banner-right{   
    background: url(../img/bg-right.png) no-repeat;
}
.bg-kharkhorum{
    background: #ea842c;
}
.schedule-day a.active{
    border: 1px solid #ccc !important;
    color :#000
}
.schedule-day a{
    border: 1px solid #ccc !important;
    color :#000
}
.schedule-day a:hover{
    border: 1px solid #ccc !important;
    color :#000;
    background: #f1f1f1 !important;
}
.schedule-day div{ 
    color :#000
}
.offcanvas-bg{ 
    bottom: 0px;
position: absolute;
    z-index: -2;
}
a.btn-kharkhorum{
    background: #008082 !important
}
a.btn-kharkhorum:hover{
    color: #fff;
    background: #008082 !important
}
a.btn-kharkhorum-yellow{
    background: #c5a26e !important
}
a.btn-kharkhorum-yellow:hover{
    color: #fff;
    background: #bb9864 !important
}

a.btn-kharkhorum-shadow{
    color: #fff;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(39 127 129) !important;
}
a.btn-kharkhorum-shadow-yellow{
    color: #fff;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(187 152 100) !important;
}

.main-menu-reg li a {
    color: #000 !important;
    font-size: 14px;
}
.main-menu-reg a {
    color: #000 !important;
    font-size: 14px;
    }
span.reg-nav{
    background-color: #000;
}
span.reg-nav::after{
    background-color: #000;
}
span.reg-nav::before{
    background-color: #000;
}
img.shed-img{
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 200px; 
    z-index: 1;
}
img.shed-img2{
    position: absolute;
    bottom: 1px;
    right: 16px;
    width: 200px; 
    z-index: 1;
}
.date-shed{
    z-index: 2;
    position: relative;
}
.comingsoon-bg{
    background: #000;
}
.soon-title{
    top: -100px
}
.ticket-title{
    line-height: 1.2;
    height: 40px;
}
img.main-logo-soon{
    width: 500px;
}
.guest-pic{
    position: sticky;
    top: 5rem; 
    overflow-y: auto;
}
.guest-content{ 
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.guest-content:last-child{ 
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
}
.guest-img-con img{
    height: 150px;
    background-position-x: 0px;
    object-fit: cover;
    align-items: flex-start;
    transform: translate(-50%, -50%);
}

.comp-btn p{
    color: #000;
    padding: 0px;
    margin: 0px;
}
a.comp-btn { 
    color: #000;
    padding-top: 10px;
}
.comp-btn p:hover {
    color: #bc9a62;
    padding-top: 20px;
}
.comp-btn span{
font-size: 0.875rem;
font-weight: 500;
}

.nav-pills .nav-link{
    color: #fff;
    border: 1px solid #fff;
}
.nav-pills .nav-link:hover{
    color: #fff;
    border: 1px solid #fff;
}
.accordion p{
    border: none !important;
}
.trailer-btn{
    border: 1px solid #000;
    border-radius: 50rem;
    color: #000;
    padding: 0.535rem 1em;
    font-weight: 600;
}
.trailer-btn-cat{
    border: 1px solid #000;
    border-radius: 50rem;
    color: #000;
    padding: 0.535rem 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 13px;
}
.trailer-btn-cat.active{
    border: 1px solid #c0995f;
    border-radius: 50rem;
    color: #fff;
    background: #c0995f !important;
    padding: 0.535rem 1.5em;
    font-weight: 600;
}
.trailer-btn-cat:hover{
    border: 1px solid #c0995f;
    border-radius: 50rem;
    color: #fff;
    background: #c0995f !important;
    padding: 0.535rem 1.5em;
    font-weight: 600;
}
.trailer-btn:hover{
    border: 1px solid #c0995f;
    border-radius: 50rem;
    color: #fff;
    background: #c0995f !important;
    padding: 0.535rem 1em;
    font-weight: 600;
}

.page-link.active, .active>.page-link{
    background: #c0995f !important;
}
#lg-counter span {
    color: #fff;
}
i.alert-icon{
    font-size: 34px;
}
.alert-khar p{
    color: #1fb155;
}
.alert-khar h6{
    color: #1fb155;
}
.alert-khar-dan p{
    color: #d73d3d;
}
.alert-khar-dan h6{
    color: #d73d3d;
}
img.sponsor-img{
    height: 80px;
    object-fit: contain;
    width: 100px;
}
ul li{
    font-size: 14px;
    font-weight: 500;
}
li i{
    font-size: 18px;
}
p{
    text-align: justify;
}

.pattern-overlay-6::after {
    content: "";
    background: url(../img/footer-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-top: 4px solid #c0995f;
    z-index: -10;
}

[class*=pattern-overlay-] {
    position: relative;
    z-index: 1;
}
.lead-sm-date{
    height: 40px;
    line-height: 1;
    padding-top: 10px;
    font-weight: 600;
}
.news-title a{ 
    color: #000;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.news-title a:hover{ 
    color: #008082;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.news-disc{  
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.news-img{
    object-fit: cover;
    height: 300px;
}
.badge.bg-secondary, .badge.bg-light{
    background: #c0995f !important;
    color: #fff !important
}
.cat-menu a{
    color:#000 !important;
}
.cat-menu a:hover{
    color:#008082 !important;
}
.cat-menu a.active{
    font-weight: 600 !important;
    color:#008082 !important;
}
 
a.page-numbers {
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b6b8bd;
    margin-right: 15px;
}
 
a.page-numbers:hover {
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-right: 15px;
}
 .page-numbers.current {
    color: #000000;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; 
    margin-right: 15px;
}
.page-numbers.dots { 
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; 
    margin-right: 15px;
}
a.news-title:hover{
    color: #008082;
}
.gallery-img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.movie-img-film{
    height: 600px;
    width: 100%;
    object-fit: cover;
}
li.event-short-intro span{
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}