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

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@-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);
    }
}
.j-video {
    width: 100%;
    height: 100%;
    position: fixed;
    padding-top: 0 !important;
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
html, body, #main, #wrapper, .j-section {
    height: 100%;
}
html, body {
    background-color: #000 !important;
}
#main, #wrapper {
    background-color: transparent !important;
}
body, #main, #wrapper {
    overflow: hidden;
}
.j-section {
    margin: 0 auto;
    max-width: 100%;
}
body {
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    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 .j-bg {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-size: contain;
    background-position: center;
    background-image: url(../img/trong.webp);
    position: absolute;
    top: -10%;
    left: 0;
    transition: transform .8s ease-in-out;
}
.j-slider .flickity-page-dots {
    width: 100%;
    left: 100%;
    right: auto;
    bottom: 30%;
    z-index: 9;
}
.j-slider .flickity-page-dots .dot {
    padding: 0;
    width: calc(20% - 10px);
    height: fit-content;
    background-color: transparent !important;
    border-radius: 0;
    border-color: transparent;
}
.j-slider .flickity-page-dots .dot::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 111%;
    background-size: contain;
    background-position: center;
}
.j-slider .flickity-page-dots .dot:first-child:before {
    background-image: url(../img/dot-1.webp);
}
.j-slider .flickity-page-dots .dot:nth-child(2):before {
    background-image: url(../img/dot-2.webp);
}
.j-slider .flickity-page-dots .dot:nth-child(3):before {
    background-image: url(../img/dot-3.webp);
}
.j-slider .flickity-page-dots .dot:nth-child(4):before {
    background-image: url(../img/dot-4.webp);
}
.j-slider .flickity-page-dots .dot:nth-child(5):before {
    background-image: url(../img/dot-5.webp);
}
.j-slider .img {
    padding: 5% !important;
}
.j-img {
    padding: 0 0.6% !important;
}
.j-img .img-inner {
    margin-bottom: 2%;
    margin-left: -13.5%;
    z-index: 99;
}
.flickity-viewport {
	pointer-events: none;
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1750px) {
    /* .j-slider .img {
        min-height: calc(8.5vw*0.92);
    } */
}
@media (max-width: 1500px) {
    /* .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) {
    .j-section {
        height: 100dvh;
        min-height: auto !important;
        max-width: 85%;
    }
}
@media (orientation: portrait) {
    body {
        background-image: url(../img/bg-mb1.webp);
        background-position: center;
    }
    .j-section {
        max-width: 100%;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .j-section {
        min-height: 0 !important;
    }
    .j-section .row {
        max-width: 75% !important;
    }
    .col, .row-collapse>.col {
        flex-basis: 100%;
        max-width: 100%;
        /* padding: 0 5% !important; */
    }
    .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: block !important;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    /* .j-slider .img {
        width: 50% !important;
        min-height: 27.5vw;
    } */
}

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

}