@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-Thin.ttf')  format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-Priyati-ThinItalic.ttf')  format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-Light.ttf')  format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-LightItalic.ttf')  format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-Regular.ttf')  format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-Medium.ttf')  format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-MediumItalic.ttf')  format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-SemiBold.ttf')  format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-SemiBoldItalic.ttf')  format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-Bold.ttf')  format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-BoldItalic.ttf')  format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-ExtraBold.ttf')  format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-ExtraBoldItalic.ttf')  format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-Black.ttf')  format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Priyati';
    src: url('/assets/font/Priyati-BlackItalic.ttf')  format('truetype');
    font-weight: 900;
    font-style: italic;
}


body{
    font-family: 'Priyati', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important; 
}

.section{
    height: 100vh;
}

a{
    text-decoration: none;
    color: #222;
    outline: 0;
    font-size: 2rem;
}

.d-flex {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.pc-justify-content-space-around{
    justify-content: space-around;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-center {
	justify-content: center;
}

.text-muted {
	color: #b2b2b2;
}

.text-white {
	color: #fff;
}

.text-end {
	text-align: end;
}

.text-center {
	text-align: center;
}

.line-height-30 {
	line-height: 30px;
}

.letter-1 {
	letter-spacing: 1px;
}

.letter-2 {
	letter-spacing: 2px;
}

.flex-sparkle{
    position: relative;
    margin-bottom: -35px;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: fit-content;
}

.bg-award{
    background-color: #1b1b1b;
    background-image: url(/img/bg_list_of_nominees.png);
    background-size: cover;
    background-position-x: right;
    background-repeat: no-repeat;
    /* background-position-x: left , right;
    background-position-y: bottom,bottom;
    background-repeat: no-repeat;
    background-size: 21% , 35%; */
}

.bg-footer{
    background-color: #000;
    background-image: url(/img/footer_bg_31_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#scrolltop {
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.social-icon {
	font-size: 1.5rem;
	padding: 0 20px;
	margin: auto;
}

.border-icon {
	border-top: 2px solid #fff;
	width: 40%;
	margin: auto;
}

.border-footer {
	border-top: 2px solid #fff;
	width: 40%;
	margin: auto;
}

.border-icon i {
    position: relative;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    background: #000;
    text-align: center;
}

#main-content{
    height: 100vh;
    background: #000;
    color: #fff;
}

.logo-footer {
	width: 75px;
	margin: auto;
    filter: invert(1);
}

.text-footer {
	text-align: center;
	padding: 29px 0;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 3rem;
    text-transform: uppercase;
}

.address-footer {
    font-size: 2rem;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 20px;
}

.section-head-footer {
	display: flex;
	font-size: 2rem;
}

.section-head-footer.icon-bottom i {
	transform: rotate(312deg);
}

.section-head-footer.icon-top i {
	transform: translate(0px, -3px) rotate(224deg);
}

.footer-right{
    width: 35%;
    height: 50%;
}

#scrolltop {
	cursor: pointer;
}

#item-content-media{
    /* position: relative;
    top: 50%;
    transform: translate(0, -50%); */
    height: 100%;
}

.page_6 .content-max-width{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.social-icon {
    font-size: 1.5rem;
    padding: 0 20px;
    margin: auto;
    color: #fff;
}
/* slidetop */
.wrapper-top-th {
    background-image: url(/img/mpc_theme/MPC_Animation.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    height: 100vh;
    border-radius: 0px !important;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.section-2 {
    position: absolute;
    bottom: 0;
    animation-duration: 6s;
    animation-fill-mode: both;
}

.section-3 {
    position: absolute;
    top: 58px;
    animation-duration: 6s;
    animation-fill-mode: both;
}
.section-4 {
    position: absolute;
    bottom: 220px;
    animation-duration: 10s;
    animation-fill-mode: both;
}
.section-5 {
    position: absolute;
    bottom: 0;
    animation-duration: 10s;
    animation-fill-mode: both;
}
.section-5 > .section-title > h3{
    color: black;
    font-size: 6rem;
    font-weight: 500;
    margin: 0px;
    letter-spacing: 2px;
}
.section-5 > .section-title > h5{
    color: black;
    font-size: 3.6rem;
    font-weight: 300;
    margin-bottom: 115px;
    margin-top: -15px;
    letter-spacing: 3px;
}
@media screen and (min-width:1280px) and (max-width:1440px){
    .section-3{
        top: 50px !important;
    }
    .section-2 > img{
        width: 100%;
    }
    .section-3 > img{
        width: 520px;
    }
    .section-4{
        bottom: 170px !important;
    }
    .section-4 > img{
        width: 550px;
    }
    .section-5 > .section-title > h3 {
        font-size: 4rem !important;
    }
    .section-5 > .section-title > h5 {
        font-size: 2.4rem !important;
        margin-bottom: 100px !important;
        margin-top: -15px !important;
    }
}
.fadeInBottom { animation-name: fadeInBottom }

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}

.fadeIntop{
    -webkit-animation: fadeIntop 1.2s both;
    -moz-animation: fadeIntop 1.2s both;
    -o-animation: fadeIntop 1.2s both;
    animation: fadeIntop 1.2s both;
}

/* .fadeInBottom:nth-child(2) {
    animation: fadeIntop 1.6s both;
}
.fadeInBottom:nth-child(3) {
    animation: fadeIntop 1.8s both;
}
.fadeInBottom:nth-child(4) {
    animation: fadeIntop 2s both;
}
.fadeInBottom:nth-child(5) {
    animation: fadeIntop 2s both;
} */
@-webkit-keyframes fadeIntop {

    0%{
        opacity: 0;
        -webkit-transform: translateY(0px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0); 
    }

}
@-moz-keyframes fadeIntop {

    0%{
        opacity: 0;
        -moz-transform: translateY(0px);
    }
    100%{
        opacity: 1;
        -moz-transform: translateY(0); 
    }

}
@-o-keyframes fadeIntop {

    0%{
        opacity: 0;
        -o-transform: translateY(0px);
    }
    100%{
        opacity: 1;
        -o-transform: translateY(0); 
    }
    
}
@keyframes fadeIntop {

    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    100%{
        opacity: 1;
        transform: translateY(0); 
    }

}

.fadeInleft {
    -webkit-animation: fadeInleft 1.2s both;
    -moz-animation: fadeInleft 1.2s both;
    -o-animation: fadeInleft 1.2s both;
    animation: fadeInleft 1.2s both;
}
.fadeInleft:nth-child(2) {
    animation: fadeInleft 1.6s both;
}
.fadeInleft:nth-child(3) {
    animation: fadeInleft 1.8s both;
}
.fadeInleft:nth-child(4) {
    animation: fadeInleft 2s both;
}

@-webkit-keyframes fadeInleft {

    0%{
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0); 
    }

}
@-moz-keyframes fadeInleft {

    0%{
        opacity: 0;
        -moz-transform: translateX(-50px);
    }
    100%{
        opacity: 1;
        -moz-transform: translateX(0); 
    }

}
@-o-keyframes fadeInleft {

    0%{
        opacity: 0;
        -o-transform: translateX(-50px);
    }
    100%{
        opacity: 1;
        -o-transform: translateX(0); 
    }
    
}
@keyframes fadeInleft {

    0%{
        opacity: 0;
        transform: translateX(-50px);
    }
    100%{
        opacity: 1;
        transform: translateX(0); 
    }

}

.fadeshow:nth-child(1){
    transition-delay: 200ms;
    transform: translateX(0);

}
.fadeshow:nth-child(2){
    transition-delay: 400ms;
    transform: translateX(0);

}
.fadeshow:nth-child(3){
    transition-delay: 600ms;
    transform: translateX(0);

}
.fadeshow:nth-child(4){
    transition-delay: 800ms;
    transform: translateX(0);

}
.fadeshow:nth-child(5){
    transition-delay: 1000ms;
    transform: translateX(0);

}

/* slidetop */
.bg-best-picture{
    background-image: linear-gradient(90deg, rgba(34, 33, 25, 0) 50%, rgba(34, 33, 25, 0) 50%) ,url("/img/mpc_bg_bd.png"),url("/img/Leaf/three-2.png");
    height: 100vh;
    background-position-x: center, center;
    background-size: cover;
}
.bg-best-picture .fp-tableCell{
    background-image: url("/img/Leaf/three-2.png");
    background-repeat: no-repeat;
    background-size: cover 90%;
    background-size:100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    animation: moon-move-in 2.2s 2s forwards;             
}

@keyframes moon-move-in {
    from {
      opacity: 0;
      background-position: right -150%;
    }
    to {
      opacity: 1;
      background-position: top right;
    }
  }

.bg-best-picture .fp-tableCell:after{
    background-image: url("/img/Leaf/leaf-01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size:100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    animation: moon-move-in 2.2s 2s forwards;             
}

.bg-best-director{
    /* background-image: linear-gradient(90deg, rgb(222 222 222 / 70%) 50%, rgb(222 222 222 / 70%) 50%) ,url("/img/bg_Best_Director31.png"); */
    background-image: url("/img/bg_Best_Director31.png");
    height: 100vh;
}

.bg-best-actors{
    /* background-image: linear-gradient(90deg, rgba(46,19,14,0.8491771708683473) 50%, rgba(168,150,54,0.28335084033613445) 50%) ,url("/img/nominees/bg-full-act01.png"); */
    background-image: linear-gradient(180deg, rgb(239 65 54 / 60%) 0%, rgb(249 229 143 / 60%) 80%),linear-gradient(180deg, hsl(184deg 100% 34% / 50%) 0%, rgb(221 246 102 / 36%) 74%) ,url(/img/nominees/bg-full-act13.png);
    background-position-x: left , right, center;
    background-repeat: no-repeat;
    background-size: 50%, 50%, cover;
}

.bg-list-nominees{
    background: #1b1b1b , url("/img/bg_list_of_nominees.png");
    height: 100vh;
}
.bg-best-picture,.bg-best-director{
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.openModalBtn{
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: #ffffff;
    margin: 10% auto;
    padding: 0px;
    width: 100%;
    max-width: 900px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 8px 1px;
    font-size: 10.5rem;
    background: #ffffff;
    cursor: pointer;
    height: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10rem  0 0;
    line-height: 50px;
}

.title-head{
    color: #000000;
    font-weight: 700;
    font-size: 7rem;
    letter-spacing: 2px;
}

.title-head-2c{
    color: #fff;
    font-weight: 700;
    font-size: 7rem;
    letter-spacing: 2px;
}

.subtitle-head{
    color: #000000;
    font-weight: 300;
    font-size: 4rem;
    letter-spacing: 12px;
}

.subtitle-head-2c{
    color: #fff;
    font-weight: 300;
    font-size: 4rem;
    letter-spacing: 12px;
}

.title-best {
    color: #000000;
    font-weight: 600;
    line-height: 25px;
    font-size: 2.3rem;
    width: 250px;
    height: 60px;
    word-break: break-word;
    padding-bottom: 5px;
}

.text-dark{
    color: #000;
}

.content-center {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1440px;

}

.content-best{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}


  
.img-best {
    width: 245px !important;
    height: 441px;
    object-fit: cover;
    object-position: top;
    border-radius: 0px 70px 0px 0px;
}
#picture-pc > a:nth-child(3) > div > img{
    height: 520px !important;
}
/* #Best_Director > div > div > div.content-best > a:nth-child(3) > img.img-best{
    height: 540px !important;
} */
.win-border{
    border: 5px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #A3753B, #D9CF38, #A3753B, #D9CF38);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: -4px 12px 20px 3px #00000059;
}
.h-100{
    height: 100%;
}

.row-col-5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.slideshow-left{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    margin: auto 0 0;
}
.slideshow-right{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    height: 100%;
    margin: auto 0 0;
}
.swiper {
    width: 100%;
    height: 100%;
    padding: 2rem 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-slide-banner {
    height: 100vh;
}

.swiper-slide-banner img{
    height: 100%;
    object-fit: cover !important;
    object-position: center !important;
}

.swiper-slide img {
    display: block;
    width: 255px;
    object-fit: contain;
    object-position: top;
    border-radius: 0px 70px 0px 0px;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide-banner {
    scroll-snap-align: none;
}

.name-ba{
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    padding: 1.5rem 0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: var(--swiper-navigation-sides-offset,120px);
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,120px);
    right: auto;
}

.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,50%);
    color: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
}

.swiper-pagination-bullet{
    background: #fff;
    opacity: 0.5;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px;
}

.align-end{
    align-items: flex-end;
}

.list-head{
    display: flex;
    flex-direction: column; 
    color: #fff;
    font-size: 5rem;
    font-weight: 800;
    letter-spacing: 7px;
    line-height: 75px;
    padding-top: 5rem;
}

.text-border{
    font-size: 8rem;
    line-height: 3rem;
    color: #1b1b1b;
    text-shadow: -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff;
}

.bg-award,
.bg-footer {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.award-left{
    height: 92%;
    margin: auto 0 0;
}

.award-right{
    width: 35%;
    height: 50%;
    margin: auto 0 0;
}

.ab-list{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.list-text {
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 1px;
    text-align: left;
}

.list-detail{
    color: #fff;
    font-size: 2.5rem;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.svg-icon svg {
    vertical-align: bottom;
}

.svg-icon.svg-icon-xs svg{
    width: 20px;
    height: 25px;
}

.svg-icon.svg-icon-1x svg{
    width: 25px;
    height: 25px;
}

.svg-icon.svg-icon-2x svg{
    width: 35px;
    height: 35px;
}

.btn-award-all{
    background: #d9d9d9;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}

.btn-award-all:hover,
.btn-award-all:active,
.btn-award-all:focus{
    background: #dac44f;
}

.w-70 {
	width: 70%;
}

.py-20 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-10 {
	padding-top: 1rem;
}

.pt-15 {
	padding-top: 1.5rem;
}

.pt-20 {
	padding-top: 2rem;
}

.pt-10-max {
	padding-top: 10rem;
}

.pb-5 {
	padding-bottom: 0.5rem;
}

.pb-10 {
	padding-bottom: 1rem;
}

.pb-15 {
	padding-bottom: 1.5rem;
}

.pb-20 {
	padding-bottom: 2rem;
}

.pb-25 {
	padding-bottom: 2.5rem;
}


.pb-30 {
	padding-bottom: 3rem;
}

.pl-5 {
	padding-left: 0.5rem;
}

.pl-10 {
	padding-left: 1rem;
}

.pl-20{
    padding-left: 2rem;
}

.pr-5 {
	padding-right: 0.5rem;
}

.pr-10 {
	padding-right: 1rem;
}

.pl-15 {
	padding-left: 1.5rem;
}

.pr-15 {
	padding-right: 1.5rem;
}

.pl-20 {
	padding-left: 2rem;
}

.pr-20 {
	padding-right: 2rem;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.mb-auto{
    margin: 0 0 auto;
}

.mx-5 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.mx-10 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.ml-5 {
	margin-left: 0.5rem;
}

.mr-5 {
	margin-right: 0.5rem;
}

.col-xl-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-xl-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-xl-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-xl-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xl-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-xl-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-xl-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xl-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-xl-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-xl-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xl-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-xl-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-xl-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.font-size-base {
	font-size: 1rem;
}

.font-size-sm {
	font-size: 0.925rem;
}

.font-size-xs {
	font-size: 0.8rem;
}

.font-size-lg {
	font-size: 1.08rem;
}

.font-size-h1 {
	font-size: 2rem;
}

.font-size-h2 {
	font-size: 1.75rem;
}

.font-size-h3 {
	font-size: 1.5rem;
}

.font-size-h4 {
	font-size: 1.35rem;
}

.font-size-h5 {
	font-size: 1.25rem;
}

.font-size-h6 {
	font-size: 1.175rem;
}

.display1 {
	font-size: 5.5rem;
}

.display2 {
	font-size: 4.5rem;
}

.display3 {
	font-size: 3.5rem;
}

.display4 {
	font-size: 2.5rem;
}

.display5 {
	font-size: 2.25rem;
}

.font-weight-normal {
	font-weight: 400;
}

.font-weight-bold {
	font-weight: 500;
}

.font-weight-bolder {
	font-weight: 600;
}

.body-blackout {
    position: relative;
    z-index: 1010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
}

.body-blackout.is-blacked-out {
    display: block;
}

.popup-award{
    width: 100%;
    position: relative;
}

.popup-trigger {
    display: inline-block;
    cursor: pointer;
}

.popup-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -110%);
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out;
    z-index: 1011;
    width: 70%;
    height: 835px;
}
.popup-modal.is--visible {
    opacity: 1;
    pointer-events: auto;
}
.popup-modal__close {
    position: absolute;
    font-size: 1.2rem;
    right: 10px;
    top: 10px;
    cursor: pointer;
    padding: 12px;
    color: #ffffff73;
}

.popup-size{
    height: 100%;
    width: 100%;
    background: #fff;
    background-image: url(/img/bg-popup-2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.popup-size .content-best{
    margin: auto 0rem;
    padding: 0rem 7rem 0rem;
}

#picture-pc > div{
    gap: 5px;
}

.popup-head{
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    margin: 60px 0px 0px;
}

.img-best-popup {
    width: 200px;
    height: 350px;
    object-fit: cover;
    object-position: top center;
    border-radius: 0px 70px 0px 0px;
}

.title-best-popup {
    color: #000000;
    font-weight: 600;
    font-size: 1.8rem;
    width: 200px;
    line-height: 0.7;
    height: auto;
    padding: 5px 0px;
}

.detail-best-popup {
    color: #000000;
    font-weight: 300;
    line-height: 25px;
    font-size: 2rem;
    letter-spacing: 0px;
    width: 200px;
    height: auto;
    padding-top: 10px;
}

.img-logo-popup{
    position: relative;
    width: 145px;
    left: 90px;
    top: 10px;
    margin-bottom: -115px;
}

@media only screen and (min-height: 800px){
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 25px;
    }

    .swiper{
        height: 70%;
    }
}


@media only screen and (max-width: 992px){
    #item-content-media {
        position: inherit;
        top: 0;
        transform: translate(0, 0%);
    }
}

@media only screen and (max-width: 768px){
    .bg-inner {
        background-size: 35%, 35%, 285px , 35% !important;
    }

    .bg-footer {
        background-position-x: 0, right;
        background-size: 100% 100% !important;
    }
}

@media only screen and (max-width: 625px){
    #item-content-media > .content-max-width.pb-20{
        padding-bottom: 0;
    }

    #item-content-media .pb-25.d-flex.justify-content-center{
        flex-direction: column;
        align-items: center;
    }

    .bg-inner .content-center{
        padding-left: 10px;
        padding-right: 10px;
    }
    .bg-inner {
        background-size: 200px, 200px, 200px , 200px !important;
    }

    .footer-left {
        width: 280px;
    }

    .footer-right{
        width: 200px;
    }

    .bg-inner .list-head {
        line-height: 90px;
        font-size: 3rem;
    }

    .list-nominees .col-xl-12 > .pl-10{
        padding-left: 0;
    }

    .bg-footer{
        background-position-x: 0, right;
        background-size: 100% 100% !important;
    }

    .section-bottom {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .section-bottom > div,
    .section-bottom > a{
        padding-bottom: 40px;
    }

    .section-bottom > a{
        text-align: end;
    }

    .section-bottom > div:nth-last-child(1){
        margin: auto;
    }

    .logo-footer{
        margin: 150px auto 0;
    }

    #main-content{
        height: 110vh;
    }

    #main-page-content{
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-best{
        text-align: center;
        font-weight: 400;
    }

    .lang-right{
        display: none;
    }

    .navber-top{
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 0 20px;
    }

    .logo-header img{
        width: 140px !important;
    }

    .header {
        height: 80px;
        padding: 5px 0px;
    }
}

@media only screen and (max-width: 375px){
    #main-content {
        height: 125vh;
    }
}


@media only screen and (min-width: 481px) and (max-width: 992px){

    .bg-best-picture,.bg-best-director{
        height: auto;
    }
    .section-head {
        padding-top: 10rem;
        padding-bottom: 2rem;
        margin: 0px 3%;
    }
    .content-best {
        flex-direction: row;
        column-gap: 0px;
        margin: 0px 3%;
    }
    /* .section-head {
        padding-top: 10rem !important;
    } */
    #picture-mb > a{
        margin-top: 55px;
    }
    
    .bg-inner .list-head{
        line-height: 90px;
    }

    .section-bottom {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section-bottom > div,
    .section-bottom > a{
        padding-bottom: 40px;
    }

    .section-bottom > a{
        text-align: end;
    }

    .section-bottom > div:nth-last-child(1){
        margin: auto;
    }
}


    /* hover */
    .image-container:hover{
        opacity: 1;
        background-color:none; 
    }

    .image-container {
        position: relative;
        bottom: -10px;
    }
    
      .image-container::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 441px;
        opacity: 1;
        border-radius: 0px 70px 0px 0px;
        background: linear-gradient(180deg, rgba(112, 112, 112, 0.60) 0%, rgba(205, 205, 205, 0.60) 51.74%, rgba(112, 112, 112, 0.60) 100%);
      }
      .image-container:hover::after {
        background: transparent;
      }
      .image-container2 {
        position: relative;
      }
      .image-container2::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 159px;
        height: 442px;
        opacity: 1;
        border-radius: 0px 70px 0px 0px;
        background: linear-gradient(180deg, rgba(112, 112, 112, 0.60) 0%, rgba(205, 205, 205, 0.60) 51.74%, rgba(112, 112, 112, 0.60) 100%);
    }
    .image-container3:hover::after {
        background: transparent;
    }
    .image-container3 {
        position: relative;
      }
      .image-container3::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 350px;
        opacity: 1;
        border-radius: 0px 70px 0px 0px;
        background: linear-gradient(180deg, rgba(112, 112, 112, 0.60) 0%, rgba(205, 205, 205, 0.60) 51.74%, rgba(112, 112, 112, 0.60) 100%);
    }
    .image-container2:hover::after {
        background: transparent;
    }
    .img-win{
        position: relative;
    }
    .img-win::after {
        background-image: url(/img/mpc_theme/WINNER.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        background-size: 100%;
        bottom: 0;
        left: -15px;
        width: 215px;
        height: 95px;
        opacity: 1;
    }
    body > div.slide-menu.slide-left > div.slide-header > div > li:nth-child(1) > a:hover,
    body > div.slide-menu.slide-left > div.slide-header > div > li:nth-child(2) > a:hover{
        background-color: transparent !important;
        color:#000 !important;
    }