/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */
/*  */
/* =============================
GENARAL
============================= */
.container-empty {
    width: 100%;
    overflow-x: hidden;
}

.hidden {
    display: none !important;
}

.flex-1 {
    flex: 1 !important;
}

a.hover-1 {
    position: relative;
    text-decoration: none;
}

a.hover-1::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

a.hover-1:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.slick-carousel.row .slick-prev {
    left: 13px;
}

.slick-carousel.row .slick-next {
    right: 13px;
}

.has-error.has-danger i::before {
    content: "";
}

.has-success .form-control.is-valid {
    background-image: none;
}

/* ================================
HEADER
================================ */
.logo_img {
    height: 100px;
    width: auto;
}

.img-lang {
    height: 20px;
    display: inline-block;
}

.fixed-header-on .header-first {
    display: none;
}

.nav-main {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

@media(max-width: 992px) {
    .nav-main {
        width: 100% !important;
    }
}

/* ===================================
SIDEBAR
=================================== */

.sidebar .nav.flex-column>li .nav-link {
    padding: 0;
    padding-right: 20px;
    margin-bottom: 10px;
}

.sidebar .nav.flex-column:not(.list-style-icons)>li .nav-link:after {
    top: 0px;
    right: 5px;
}

.sidebar .nav.flex-column:not(.list-style-icons)>li .nav-link.active:hover:after,
.sidebar .nav.flex-column:not(.list-style-icons)>li .nav-link.active:focus:after,
.sidebar .nav.flex-column:not(.list-style-icons)>li .nav-link:hover:after,
.sidebar .nav.flex-column:not(.list-style-icons)>li .nav-link:focus:after {
    right: 0px;
}

/* ================================
Advertisement
================================ */
.ad-section {
    z-index: 1;
    height: 0px;
    position: relative;
}

.ad-section-left,
.ad-section-right {
    position: absolute;
    width: calc(50vw - 575px);
    display: flex;
}

.ad-section-left {
    justify-content: flex-end;
}

.ad-section-right {
    right: 0;
    justify-content: start;
}

.ad-right,
.ad-left {
    max-width: calc(50vw - 575px);
}

.ad-left.fixed,
.ad-right.fixed {
    position: fixed;
    top: 68px;
}

@media(max-width: 1279px) {
    .ad-section {
        display: none;
    }
}

/* ===========================
BANNER TEXT
=========================== */
.text-des {
    text-align: justify;
}

.text-1-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-2-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-3-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-md-4 .image-box.style-2 .overlay-container,
.col-lg-4 .image-box.style-2 .overlay-container,
.newshot-layout-3 .col-md-4 article .overlay-container,
.newshot-layout-3 .col-lg-4 article .overlay-container,
.col-md-4 .newshot-layout-3 article .overlay-container,
.col-lg-4 .newshot-layout-3 article .overlay-container,
.newshot-layout-3 .col-md-6 article .overlay-container,
.newshot-layout-3 .col-lg-6 article .overlay-container {
    height: 200px;
}

.newshot-layout-3 .col-lg-3 article .overlay-container,
.newshot-layout-3 .col-md-3 article .overlay-container,
.col-md-3 .newshot-layout-3 article .overlay-container,
.col-lg-3 .newshot-layout-3 article .overlay-container {
    height: 150px;
}

/* NEWSHOT LAYOUT 1 */
.newshot-layout-1 article {
    margin-bottom: 20px;
}

.newshot-layout-1 article {
    margin-bottom: 20px;
}

.newshot-layout-1 article .col-5 .overlay-container {
    height: 124px;
}

/* NEWSHOT LAYOYT 2 */

/* NEWSHOT LAYOYT 3 */

/* NEWSHOT LAYOYT 4 */
.newshot-layout-4 article {
    margin-bottom: 15px;
}

.newshot-layout-4 article .col-2 .overlay-container {
    height: 50px;
}

.newshot-layout-4 .slick-carousel .overlay-container {
    height: 350px;
}

article.media .overlay-container {
    height: 55px !important;
    width: 100px !important;
}

article.media .media-heading {
    font-size: 15px;
}

.box-related .col-md-3 .overlay-container {
    height: 180px;
}

.boxVideoHot video,
.boxVideoHot iframe {
    width: 100% !important;
    height: 200px !important;
}

.col-md-4 .boxVideoHot video,
.col-md-4 .boxVideoHot iframe {
    height: 200px !important;
}

/* Tab Archive */
.overlay-container .text {
    padding: 10px 0;
}

.overlay-container .text h3 {
    font-size: 18px;
}

.overlay-link.medium i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    left: 55%;
}

/* Player Audio */
/* Misc.
================================================== */
.no-support {
    margin: 2rem auto;
    text-align: center;
    width: 90%;
}

/* Audio Player Styles
================================================== */
#mainwrapAudio {
    border: #eee solid 1px;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
}

audio {
    display: none;
}

#audiowrap,
#plwrap {
    margin: 0;
}

#tracks {
    font-size: 0;
    position: relative;
    text-align: center;
}

#nowPlay {
    display: block;
    font-size: 0;
    background-color: #ED1B24;
}

#nowPlay span {
    display: inline-block;
    font-size: 1.05rem;
    vertical-align: top;
}

#nowPlay span#npTitle {
    padding: 21px;
    color: #fff;
}

#plList {
    padding: 0;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 0;
}

#plList::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#plList::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#plList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ED1B24;
}

#plList li {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 10px 0;
    border-top: #eee solid 1px;
}

#plList li:hover {
    background-color: rgba(0, 0, 0, .1);
}

.plItem {
    position: relative;
}

.plTitle {
    left: 50px;
    overflow: hidden;
    position: absolute;
    right: 65px;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
}

.plNum {
    padding-left: 21px;
    width: 25px;
}

.plLength {
    padding-left: 21px;
    position: absolute;
    right: 21px;
    top: 0;
}

.plSel,
.plSel:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #ED1B24;
    font-weight: 700;
    cursor: default !important;
}

#tracks a {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 2.3rem;
    height: 40px;
    line-height: .2;
    margin: 0 5px 30px;
    padding: 12px;
    text-decoration: none;
    transition: background .3s ease;
}

#tracks a:hover,
#tracks a:active {
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
}

#tracks a::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* ==========================
TITLE 
========================== */
.box-title {
    border-bottom: 2px solid #ED1B24;
    margin-bottom: 15px;
    line-height: 1 !important;
    height: 38px !important;
}

.box-title:hover {
    border-bottom: 2px solid #036740;
}

.box-title a {
    height: 38px !important;
    display: inline-block;
    position: relative;
    border-color: #ED1B24 !important;
    background-color: #ED1B24 !important;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 0;
    line-height: 1;
    padding: 12px 15px 8px 15px;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.box-title:hover a {
    border-color: #036740 !important;
    background-color: #036740 !important;
    color: #ffffff;
}

.box-title a:focus {
    border-color: transparent;
    background-color: transparent;
}

.box-title a:after {
    position: absolute;
    right: -14px;
    bottom: -0px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ED1B24;
    border-width: 29px 0 0 15px;
}

.box-title:hover a:after {
    border-color: transparent transparent transparent #036740;
}

.box-title.disabled {
    border-bottom: 2px solid #ED1B24 !important;
}

.box-title.disabled a {
    cursor: default;
    border-color: #ED1B24 !important;
    background-color: #ED1B24 !important;
    text-decoration: none !important;
}

.box-title.disabled a:after {
    border-color: transparent transparent transparent #ED1B24 !important;
}

/* ==================== marquee =============== */
@keyframes marquee-right-to-left {
    from {
        transform: translateX(10px);
    }

    to {
        transform: translateX(-100%);
    }
}

.marquee {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.marquee-content {
    overflow: hidden;
    width: 100%;
}

.marquee-inner {
    margin: 0;
    width: fit-content;
    white-space: nowrap !important;
}

@media (max-width: 991px) {
    .marquee-content p {
        animation: marquee-right-to-left 100s linear infinite;
    }

    .marquee:hover p {
        animation-play-state: paused;
    }
}

@media (min-width: 992px) {
    .marquee-content p {
        animation: marquee-right-to-left 100s linear infinite;
    }

    .marquee:hover p {
        animation-play-state: paused;
    }
}


/* ============ FOOTER ============= */
.logo-footer {
    height: auto;
    width: 100%;
}


.blogpost-content iframe,
.blogpost-content video {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
}

@media(max-width: 540px) {
    .blogpost-content img {
        display: block !important;
        height: auto !important;
        width: 100% !important;
        /* aspect-ratio: 4 / 3 !important; */
    }
}