/*** Import *****/
@import url("loading-btn.css");
@import url("loading-group.css");

.container-fluid {
    max-width: 144rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media screen and (max-width: 1200px) {
    .header-logo-pc {
        display: none;
    }

    .header-logo-mb {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .header-logo-pc {
        display: flex;
        justify-content: center;
    }

    .header-wrap {
        justify-content: space-between;

    }

    .header-logo-mb {
        display: none;
    }
}

.form-send {
    position: absolute;
    right: 16px;
    top: 0;
    min-width: max-content;

    height: 3.2rem;
    border-radius: .8rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.footer-col .form-ip input {
    border-radius: .8rem;
}

.header-srch-input .col {
    position: relative;
}

.inner-image {
    cursor: pointer;
    pointer-events: visible;
    position: sticky;
    top: calc(18.5rem + 1.6rem);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


.page-news .col.col-8 .news-slider .news-image .inner-img {
    padding-top: calc((1 / 2)* 100%);
}

.plugins,
.newsdt-side {
    height: 100%;
    overflow: unset;
}

@media (hover: hover) {
    .news-item:hover .news-ctn {
        background: var(--White, #fff);
        -webkit-box-shadow: 24px 24px 40px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 24px 24px 40px 0px rgba(0, 0, 0, 0.08);
    }

    .news-item:hover .inner-img img {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.news-item .inner-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.news-content {
    padding: 1.2rem;
}

.plugins #ez-toc-container {
    cursor: pointer;
    pointer-events: visible;
    position: sticky;
    top: calc(18.5rem + 1.6rem);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#ez-toc-container {
    --bg: #fff;
    --py: 2.4rem;
    --bd: 0.1rem solid #d9d9d9;
    --rs: 0.6rem;
    background: var(--bg);
    padding: var(--py);
    border: var(--bd);
    border-radius: var(--rs);
    width: 100%;
}

#ez-toc-container .ez-toc-title {
    --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
    font-size: var(--f-sz);
    font-weight: 700 !important;
    color: #262626;
}

#ez-toc-container nav>ul>li:not(:last-child) {
    border-bottom: 0.1rem solid #f1f5f9;
}

#ez-toc-container nav>ul>li {
    padding: 1.6rem 0;
}

@media screen and (max-width: 768px) {

    .page-news .col,
    .sec-newsdt .col {
        width: 100%;
    }

    .sec-newsdt .col.col-3 {
        display: none;
    }

    .hp-content div#ez-toc-container {
        display: block;
    }

    .form-send {
        right: 0
    }

    .news-rl-slider .col-3 {
        width: 50%;
    }

    .footer-col:first-child {
        text-align: center;
        width: 100%;
    }

    .footer-col {
        width: 50%;
    }

    .footer-col:last-child {
        width: 100%;
    }
}

/*** End ****/