:root {
    --white-color: #fff;
    --black-color: #000;
    --main-color: #1a5056;
    --red-color: #d90001;
    --font-main: 'Inter', sans-serif;
}
.siteCenter {
    width: 1237px;
    margin: 0 auto;
}
.detail-container {
    max-width: 665px;
    width: 100%;
    margin-inline: auto;
}
.article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
}
.article-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
}

.article-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* background: url(../images/pc/image.png) 0 0 no-repeat; */
    background-size: contain;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
}
.article-image::before {
    padding-top: 66.67%;
    content: "";
    display: block;
}

.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

/* .article-image:hover {
    opacity: .85;
} */

.article-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.625;
    color: #000;
    font-family: 'Playfair_Display', sans-serif;
    font-weight: 700;
    transition: .3s ease;
}
.article-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.article-desc {
    font-size: 14px;
    line-height: 1.85;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.article-cat {
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    padding-right: 22px;
    display: inline-flex;
    color: #d2232a;
    border: 1px solid #d2232a;
    border-radius: 2px;
    padding-inline: 24px 15px;
    line-height: 23px;
    background-color: #fff;
}
.article-cat::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #d2232a;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.article-cat:hover {
    background-color: var(--red-color);
    color: #fff;
}
/* article-detail-topic */
.article-detail-topic {background: #e1e1e1;padding: 15px 25px 15px 25px;margin-bottom: 25px;}
.article-detail-topic .bx-cat-title{border-bottom: 1px solid #999;padding-bottom: 10px;margin-bottom: 15px;border-top: 0;}
.article-detail-topic .bx-cat-title::after {content: unset;}
.article-detail-topic .bx-cat-name{font-size: 16px;padding: 0;}
.article-detail-topic .bx-cat-name::before {content: unset;}
.article-detail-topic .bx-cat-link{color: var(--red-color);}
.article-detail-topic .bx-cat-link::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 14px;
    background: var(--red-color);
    margin-right: 8px;
}
.article-detail-topic .topic-link{color: var(--main-color);}
.topic-link{text-transform: none;}
.article-detail-topic .article{width: 100%;float: left;margin-top: 10px;}
.article-detail-topic .article:first-child{margin-top: 0;}
.article-detail-topic .article-title{font-weight: normal;font-size: 16px;}
.article-detail-topic .article-link {display: block;position: relative;padding-left: 15px;}
.article-detail-topic .article-link::before {content: '';width: 5px;height: 5px;background: var(--main-color);position: absolute;top: 10px;left: 0;}
.bx-related-cat .bx-cat-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.bx-related-cat .article {
    width: calc((100% - 2*30px) / 3);
}
.bx-related-cat .article-title {
    font-weight: 400;
    font-size: 16px;
}

.bd-double {
    height: 7px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.square {
    width: 16px;
    height: 16px;
    border: 1px solid #eee;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.bd-double::before, .bd-double::after{
    content: '';
    width: 9px;
    height: 9px;
    border: 1px solid #eee;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 30px);
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.bd-double::after {
    left: calc(50% + 30px);
}
.grid-cat {
    display: flex;
    flex-direction: row;
    column-gap: 18px;
}
.col-left {
    width: 919px;
}
.bl1 {
    background: url(../images/pc/1x1.png) right 0 repeat-y;
}
.pr1 {
    padding-right: 19px;
}
.red-title {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 20px;
}

.cat-name {
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    padding-block: 0 10px;
    position: relative;
    display: inline-block;
}
.red-title .cat-name {
    font-size: 28px;
}
.red-title .cat-name::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 102px;
    height: 5px;
    background-color: #ed1c24;
}
.bx-listing .bx-cat-content {
    padding-top: 15px;
}
.bx-listing .article {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    align-items: flex-start;
}
.bx-listing .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.bx-listing .article-image {
    width: 325px;
    margin-bottom: 0;
}

.bx-listing .article-title {
    font-size: 22px;
    line-height: 1.5;
    margin-top: -10px;
}
.__MB_ARTICLE_PAGING {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    align-items: center;
    width: 100%;
    column-gap: 10px;
}

.__MB_ARTICLE_PAGING>a,
.__MB_ARTICLE_PAGING>div,
.__MB_ARTICLE_PAGING span {
    padding: 14px 40px;
    background-color: #e1e0e0;
    border-radius: 42px;
    display: inline-flex;
    font-size: 12px;
    color: var(--red-color);
    text-transform: uppercase;
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.__MB_ARTICLE_PAGING>a:hover,
.__MB_ARTICLE_PAGING span.current {
    color: var(--white-color);
    background-color: var(--red-color);
}

.__MB_ARTICLE_PAGING span:first-child {
    display: none;
}
.col-right {
    width: 300px;
}
.flex-2 {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
/* footer */
#footer {
    margin-top: 60px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-center {
    background-color: #f7f7f7;
    padding-top: 30px;
}
.footer-info {
    width: 640px;
}
.title-logo {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
}
.footer-content {
    padding-block: 20px;
    border-top: 1px solid #e1e1e1;
    font-size: 14px;
    line-height: 1.7;
}
.footer-content p:not(:first-child) {
    margin-top: 10px;
}
.footer-content p > span {
    color: var(--red-color);
}
.footer-menu {
    display: flex;
    gap: 25px 60px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.footer-menu {
    display: flex;
    column-gap: 60px;
}

.half-ft-menu {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.footer-menu a {
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.footer-menu a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #acacac;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.ico-headphone {
    background: url(../images/pc/ico-headphone.png) 0 center no-repeat;
    padding-left: 30px;
}
.ico-email {
    background: url(../images/pc/ico-mail.png) 0 center no-repeat;
    padding-left: 25px;
}
.footer-more {
    width: 485px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 25px;
}
.footer-contact {
    display: flex;
    column-gap: 5px;
    margin-top: 10px;
}
.footer-contact a {
    display: block;
    background-color: var(--red-color);
    color: #fff;
    padding: 8px 25px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
}
.footer-connect {
    display: flex;
    align-items: flex-end;
    column-gap: 15px;
}
.row-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-social {
    column-gap: 10px;
    justify-content: flex-start;
}
.header-social span{
    text-transform: uppercase;
    font-size: 12px;
}
.header-social a {
    background: url(../images/pc/social-page.png) 0 0 no-repeat;
    width: 23px;
    height: 23px;
    border-radius: 50%;
}
.header-social .h-youtube {
    background-position: -31px 0;
}
.header-social .h-tiktok {
    background-position: -61px 0;
}
.footer-cms a {
    color: #7a7a7a;
    display: block;
    padding: 20px 0;
}

.mobile-button {
    display: none;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #ed1b24;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 12px;
    z-index: 9999;
}


.mobile-button>svg {
    vertical-align: -7px;
}
@media screen and (max-width: 900px) {
    .mobile-button {
        display: block;
    }
}