/*************** CSS for Desktop ***************/
@keyframes pulse_old {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@-webkit-keyframes brightness {
    0% {
		/* transform: scale(0.95); */
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        /* transform: scale(1); */
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
		/* transform: scale(0.95); */
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
@-webkit-keyframes pulse {
    0% {
		transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
		transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
		transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    transition: opacity .15s linear;
}
.modal.show {
    display: block;
    opacity: 1;
}
.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.88);
}
.modal-dialog {
    position: relative;
    width: 500px;
    max-width: 90%;
    top: 50%;
    margin: 0 auto;
    pointer-events: none;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border-radius: .3rem;
    outline: 0;
    padding: 20px 15px;
    background-color: #000;
    border: 2px solid #fff;
}
.modal-title {
    width: 100%;
    display: inline-block;
    color: #f2e200;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.modal-body {
    color: #fff;
    padding: 0;
    line-height: 1.3;
    padding: 1rem 0;
}
.modal-content .close {
    position: absolute;
    right: -4%;
    bottom: 104%;
    z-index: 2;
    color: #f2e200;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}

/* width */
::-webkit-scrollbar {
  width: 6.5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 #FFFFFF; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff20; 
  border-radius: 10px;
  opacity: 0.2;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FFFFFF; 
  opacity: 0.6;
}
.z-10 {
	z-index: 10;
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
html, body, #main, #wrapper, .j-section {
    /* height: 100%; */
}
html, body {
    background-color: #021708 !important;
    scroll-behavior: smooth;
}
#main, #wrapper {
    background-color: transparent !important;
}
body, #main, #wrapper {
    /* overflow: hidden; */
}
.img .img-inner {
	line-height: 1;
    display: grid;
}
.j-section {
    margin: 0 auto;
    max-width: 100%;
}
.j-section video {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 40%;
    mix-blend-mode: screen;
    object-fit: contain;
}
.j-submit {
    display: none;
}
body {
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    /* background-attachment: fixed; */
}
#main, #wrapper {
    background-color: transparent;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child), blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0;
}
.j-slider .img {
    width: 33.333333% !important;
    display: flex;
    align-items: flex-end;
    min-height: 8.5vw;
}
.j-img {
    padding: 0 0.6% !important;
}
.j-img .img-inner {
    margin-bottom: 2%;
    margin-left: -13.5%;
    z-index: 99;
}
.j-noti {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #3674d4;
    overflow: hidden;
    height: 60px;
    padding: 0 15px;
    width: 85%;
    color: #fff;
    font-weight: bold;
}
.j-noti::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #071935;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.j-noti marquee {
    display: block;
    position: relive;
    z-index: 2;
}
.j-noti em {
    color: #8f8f8f;
    font-style: normal;
}
.j-noti strong {
    color: #3cff00;
}
.section-title-container {
    margin: 0;
}
.section-title, 
.section-title .section-title-main {
    border: none;
    padding: 0;
    color: #f5aa1e;
    font-size: 1em;
}
.banner .section-title {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 15px;
}
.banner .text-inner > .text {
    border-left: 2px solid #f5aa1e;
    padding-left: 15px;
    line-height: 1.6;
    font-size: 110%;
}
.banner p {
    margin: 0;
}
.white {
    color: #084789 !important;
}
/* .flickity-slider .img .img-inner {
    width: 90%;
    padding-top: 76%;
    display: block;
    box-shadow: 0 0 8px #413937 inset;
    margin: 0 auto;
}
.flickity-slider .img img {
    height: 96%;
    width: 96%;
    left: 2%;
    top: 2%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
} */
.j-150k {
    background-color: #ff6f00;
    color: #fff;
    padding: 8px 15px;
}
.j-150k strong {
    font-size: 150%;
}
.banner .text-box {
	max-height: 90%;
    overflow-y: scroll;
}
.oneImg .text-box {
	max-height: 100%;
    overflow-y: hidden;
}
.slider-style-shadow .flickity-slider>.is-selected {
	transform: scale(.9);
}
.slider-style-shadow .flickity-slider>:before {
	display: none;
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1750px) {
    .j-slider .img {
        min-height: calc(8.5vw*0.92);
    }
}
@media (max-width: 1200px) {
    .j-slider .img {
        min-height: calc(8.5vw*0.93);
    }
}
@media (max-height: 660px) and (orientation: landscape) {

}
/*************** CSS for Tablet ***************/
@media (max-width: 1023px) and (orientation: landscape) {
    body {
        font-size: 8px;
    }
    .section {
        margin: 0 auto;
    }
    .j-section,
    .j-submit {
        min-height: 100dvh !important;
    }
    .j-section {
        height: auto;
    }
    .j-section .section-content > .row {
        width: 85%;
    }
    .j-noti {
        height: 30px;
    }
    .banner .section-title {
        font-size: 1em;
    }
}
@media (orientation: portrait) {
    body {
        background-image: url(../img/bg-mb.webp);
    }
    body::before {
        display: none;
    }
    .j-section,
    .j-submit {
        max-width: 100%;
        min-height: 0 !important;
    }
    .j-section {
        height: 85dvh;
    }
    .col, .row-collapse>.col {
        flex-basis: 100%;
        max-width: 100%;
        /* padding: 0 5% !important; */
    }
    .col.small-1, .row-collapse>.col.small-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }
    
    .col.small-2, .row-collapse>.col.small-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }
    
    .col.small-3, .row-collapse>.col.small-3 {
        flex-basis: 25%;
        max-width: 25%
    }
    
    .col.small-4, .row-collapse>.col.small-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }
    
    .col.small-5, .row-collapse>.col.small-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }
    
    .col.small-6, .row-collapse>.col.small-6 {
        flex-basis: 50%;
        max-width: 50%
    }
    
    .col.small-7, .row-collapse>.col.small-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }
    
    .col.small-8, .row-collapse>.col.small-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }
    
    .col.small-9, .row-collapse>.col.small-9 {
        flex-basis: 75%;
        max-width: 75%
    }
    
    .col.small-10, .row-collapse>.col.small-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }
    
    .col.small-11, .row-collapse>.col.small-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }
    .hide-for-small, [data-show=hide-for-small], .hide-for-medium, [data-show=hide-for-medium] {
        display: none !important;
    }
    .show-for-small, [data-show=show-for-small] {
        display: flex !important;
    }
    
    .slider-style-focus, .slider-style-focus .flickity-viewport {
    	overflow: visible;
    }
    .slider-style-focus .flickity-slider>* {
    	opacity: 1;
    }
    .slider-style-focus .flickity-slider>:not(.is-selected) {
        transform: scale(1.4)
    }
    .slider-style-focus .flickity-slider>.is-selected {
        transform: scale(1.6);
        z-index: 2;
    }
    .flickity-viewport .img-inner {
    	padding: 0 5px;
    }
    .banner .text-box {
        max-height: 40%;
    }
    .h-footer {
    	position: fixed;
        bottom: 0;
        z-index: 9;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .section {
        margin: 0 auto;
    }
    .j-section .row {
        /* max-width: 65% !important; */
    }
    .j-section {
        height: auto;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    body {
        font-size: 12px;
    }
    .j-slider .img {
        width: 50% !important;
        min-height: 27.5vw;
    }
    .j-noti {
        height: 30px;
    }
    .banner .section-title {
        font-size: 0.9em;
        margin-bottom: 6px;
    }
    .banner .text-inner > .text {
        font-size: 60%;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {

}