body {
    padding: 0;
    margin: 0;
}
ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 991.98px) {  }
@media (max-width: 767.98px) {  } 
@media (max-width: 575.98px) {  }
.h2 {
    font-size: 28px;
    font-weight: bold;
}
.h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.bg-color-gray {
    background-color: #F6F6F6;
}
.link-secondary {
    text-decoration: none;
}
.text_bnt_caption {
    display: inline-block;
    font-size: 1.125rem;
    text-decoration: none;
    line-height: 1.5rem;
    margin-top: 8px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.text-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #757575;
}
.text_bnt_caption:hover {
    color: #EF8200;
}
@media (max-width: 767.98px) {
    .text_bnt_caption {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
    .h3 {
        font-size: 1.3rem;
    }
}
.header {
    height: 120px;
    border-bottom: 1px solid #D7D4D3;
}
.NavBox {
    position: relative;
    height: 120px;
}
.logo {
    display: inline-block;
    text-decoration: none;
    color: #F18D00;
}
.logo:hover {
    color: #F18D00;
}
.logo img {
    width: auto;
    height: 70px;
}
.logo h3 {
    margin: 0;
    padding: 0;
    font-size: 1.75rem;
    font-weight: bold;
}

.NavFooter a {
    text-decoration: none;
    padding: 0 2rem;
    line-height: 120px;
    color: #fff;
    display: inline-block;
    height: 100%;
    background-color: #EF8200;
    transition: background-color 0.3s;
}
.NavFooter a:hover {
    background-color: #F5A642;
}
.nav-list li a {
    display: inline-block;
    text-decoration: none;
    padding: 0 1rem;
    color: #757575;
    transition: color 0.3s;
}
.nav-list li a:hover {
    color: #EF8200;
}
@media (max-width: 991.98px) {
    .header {
        height: 80px;
    }
    .NavBox {
        height: 80px;
    }
    .NavContainer {
        width: 100%;
        background-color: #fff;
        display: none;
        position: absolute;
        top: 80px;
        padding: .5rem 0;
        z-index: 999;
    }
    .logo img {
        height: 50px;
    }
    .logo h3 {
        font-size: 1.25rem;
    }
    .NavFooter {
        margin-left: auto;
    }
    .NavFooter a {
        border: 1px solid #EF8200;
        border-radius: 2rem;
        padding: 0 1rem;
        line-height: 36px;
        color: #EF8200;
        display: inline-block;
        height: 36px;
        background-color: #fff;
    }
    .nav-list li {
        width: 100%;
        text-align: center;
    }
    .nav-list li a {
        width: 90%;
        padding: 1rem 1rem;
        border-bottom: 1px solid #D7D4D3;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}
.Mbmenu {
    border: 0;
    background: none;
}
.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    color: #000;
    transition: background-color 0.3s, color 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #000;
    color: #fff;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 1.25rem;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #000;
}
.newsSwiper {
    padding-bottom: 4rem;
}
.newsSwiper .swiper-pagination {
    bottom: 0;
}
.newsSwiper .swiper-button-next,
.newsSwiper .swiper-button-prev {
    top: calc(50% - 5.5rem);
}
.newsSwiper .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.2);
}
.newsSwiper .swiper-pagination-bullet-active {
    background-color: #000;
}
@media (max-width: 991.98px) {
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}
.box {
    height: 0;
    padding-bottom: 56%;
    position: relative;
}
.box .content {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.box .content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    
}

.text-muted svg {
    width: 22px;
    height: 20px;
}

.card_caption {
    position: relative;
    width: 100%;
}
.card_caption:before {
    content: '';
    display: block;
    padding-top: 56%;
}
.card_caption_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 12px;
    /* background-color: #000; */
}
.card_caption_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.button-outline-primary {
    display: inline-block;
    text-decoration: none;
    padding: 1rem 7rem;
    border: 1px solid #EF8200;
    border-radius: 2rem;
    color: #EF8200;
    transition: all 0.5s;
}
.button-outline-primary:hover {
    background-color: #EF8200;
    color: #fff;
}
.button-primary {
    display: inline-block;
    text-decoration: none;
    padding: 1rem 7rem;
    border: 1px solid #EF8200;
    background-color: #EF8200;
    border-radius: 2rem;
    color: #fff;
    transition: all 0.5s;
}
.button-primary:hover {
    background-color: #F5A642;
    border: 1px solid #F5A642;
    color: #fff;
}
@media (max-width: 767.98px) {
    .button-outline-primary {
        padding: .8rem 5rem;
    }
}

.menu {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

.footer {
    background-color: #F6F6F6;
    padding-top: 80px;
}

.footer_conact {
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: #000;
}

.heading-underline {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #222;
}

.heading-underline::after {
    content: "";
    display: block;
    width: 86px;
    height: 3px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    background-color: #222;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    width: 86%;
    margin-left: auto;
    margin-top: 40px;
    padding-left: 0;
}

.contact-info li {
    display: flex;
    align-items: center;
    width: 42%;
    margin-bottom: 25px;
}

.contact-info a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.contact-info a:hover {
    color: #CE9C11;
}

.contact-info img {
    margin-right: 4px;
    width: 16px;
}


.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-nav li {
    margin-left: 12px;
    margin-right: 12px;
}

.footer-nav a {
    display: block;
    padding: 8px;
    color: #000;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #CE9C11;
}

.footer-menu {
    margin-top: 8px;
    margin-bottom: 16px;
    padding-left: 0;
    flex-wrap: wrap;
}

.copyright {
    flex-shrink: 0;
}

@media (max-width: 575.98px) {
    .copyright {
        font-size: 13px;
    }
}


@media(min-width: 577px) {
    .footer-nav {
        margin-top: 60px;
    }

    .contact-info {
        width: 80%;
        justify-content: center;
    }

    .contact-info li {
        width: 50%;
    }

    .contact-info img {
        margin-right: 10px;
    }

    .contact-info a {
        font-size: 16px;
    }

}

@media(min-width: 577px) and (max-width: 1280px) {
    .footer-nav a {
        padding: 3px;
        font-size: 15px;
    }
}

@media(min-width: 992px) {
    .footer-nav {
        flex-direction: row;
        /* justify-content: space-between; */
    }

    .footer-menu {
        margin-top: 0;
        margin-bottom: 0;
        /* padding-left: 80px; */
    }


    .contact-info {
        width: 80%;
        margin-right: auto;
    }

    .contact-info li {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
    }

}

.PageNav li a {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 3px;
    border: 1px solid #D9DEE2;
    color: #737273;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}
.PageNav li a:hover {
    border: 1px solid #F9BA0D;
    color: #000;
    background-color: #F9BA0D;
}
.PageNav li a.active {
    border: 1px solid #ECEFF1;
    color: #B6B6B6;
    background-color: #fff;
}
.PageNav li a.arrow {
    border: 0;

}

.Community-btns {
    position: fixed;
    right: 1rem;
    top: 250px;
    z-index: 9999;
}

.Community-btns svg {
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .Community-btns {
        right: .5rem;
    }
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    cursor: pointer;
    display: none;
    background-color: #757575;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    transition: 0.3s;
    z-index: 9999;
}

.back-to-top img {
    width: 20px;
}

.back-to-top:hover {
    background-color: #222;
}

.article-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: justify;
}

.article-tags .tag {
    display: inline-block;
    color: #EF8200;
    background-color: #FFF0C8;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 3px;
    margin-bottom: 8px;
}

.article-share {
    display: flex;
    flex-shrink: 0;
}

.article-share .item {
    /* display: flex; */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 2px 8px;
    margin-left: 0;
    margin-right: 12px;
}

.article-share .item.facebook {
    background-color: #3975EA;
}
.article-share .item.line {
    background-color: #5AC463;
}

.article-content p {
    color: #757575;
    text-align: justify;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-size {
    height: 46px;
}

.privacy-sidebar {
    position: sticky;
    top: 0;
    width: 312px;
    z-index: 2;
    flex-shrink: 0;
    display: none;
}

.privacy-sidebar ul {
    list-style: none;
    padding: 0;
}

.privacy-sidebar a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #757575;
    font-weight: 300;
    letter-spacing: 1px;
    transition: 0.3s;
}

.privacy-sidebar .link.active {
    font-weight: 500;
}

.privacy-sidebar .link.active::before {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
    background-color: #757575;
}


.privacy-content {
    padding-bottom: 280px;
}

.privacy-content .scroll-block {
    padding-bottom: 60px;
}

.privacy-content ul {
    padding-left: 36px;
}

.privacy-content li {
    margin-bottom: 20px;
    list-style-type: disc;
}


@media(min-width: 577px) {
    .privacy-container {
        display: flex;
        align-items: flex-start;
    }

    .privacy-sidebar {
        display: block;
    }
}

.color-primary {
    color: #CE9C11;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 1.5rem;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}