:root {
    --primary-176: #0B7176;
    --primary-467: #475467;
    --primary-626: #262626;
    --primary-828: #101828;
    --primary-031: #043031;
    --primary-514: #FB6514;
    --primary-AFB: #F9FAFB;
    --primary-4F7: #F2F4F7;
    --primary-9F8: #F0F9F8;
    --primary-FE6: #A1EFE6;
    --primary-72A: #0F172A;
    --primary-054: #344054;
    --primary-085: #667085;
    --primary-59B: #0C959B;
    --primary-3F3: #D9F3F3;
    --primary-DED: #EDEDED;
    --primary-FFF: #FFFFFF;
    --primary-3BC: #B3B3BC;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

.user {
    background: url(/static/images/user.svg);
    display: block;
    width: 24px;
    height: 24px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    position: relative;
    user-select: var(--primary-FE6);
}

a {
    text-decoration: none;
}

/* header */
.header {
    height: 88px;
    width: 100%;
    display: flex;
    background-color: var(--primary-9F8);
    align-items: center;
    padding: 0 8rem;
    position: relative;
    justify-content: space-between;
}

.nav-list-left,
.nav-list-right {
    display: flex;
    align-items: center;
}

.nav-list-left {
    gap: 8rem;
}

.nav-list-right {
    gap: 1.6rem;
}

.nav-list-left li a {
    color: var(--primary-626);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-list-right li a:hover,
.nav-list-left li a:hover {
    color: var(--primary-59B);
}

.nav-list-right .nav-about-us a {
    color: var(--primary-176);
    font-size: 1.4rem;
    font-weight: 500;
    white-space: nowrap;
}

.logo {
    /* margin: 0 auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.nav-list-right button {
    display: flex;
    padding: 1rem 1.8rem;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    border-radius: 0.8rem;
    border: 1px solid var(--primary-031);
    background: var(--primary-031);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: white;
    transition: opacity 0.4s ease;
}

.nav-list-right button:hover {
    opacity: 0.5;
}

.mode-search {
    display: flex;
    padding: 0.5rem 0;
    flex-direction: column;
    gap: 0.3rem;
    border: 1px solid var(--primary-4F7);
}

.mode-item {
    padding: 1rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--primary-828);
    font-size: 1.6rem;
    font-weight: 500;
}

.dropdown-menu {
    padding: 0;
    border: 0;
}

.mode-item:hover,
.mode-item.active {
    background-color: var(--primary-AFB);
}

.dot-filter {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-514);
}

.dropdown-toggle::after {
    content: none
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mobile-nav {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.mobile-nav-right,
.mobile-nav-left {
    display: flex;
    gap: 8px;
    align-items: center;
}

.mobile-nav-left p {
    color: #000;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrap-icon-menu {
    padding: 8px;
    cursor: pointer;
}

.header-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    inset: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.menu-mobile {
    position: fixed;
    inset: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    z-index: 13;
    transform: translateX(-100%);
    transition: 0.5s;
}

.menu-mobile-header {
    display: flex;
    height: 56px;
    padding: 1.6rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--primary-DED);
    background: var(--primary-59B);
    width: 100%;
}

.menu-mobile-body {
    flex: 1;
    width: 100%;
    display: flex;
    padding: 2.4rem;
    flex-direction: column;
    align-items: start;
    gap: 3.2rem;
    background: var(--primary-9F8);
}

.list-moblie-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2.4rem;
}

.list-moblie-nav a {
    color: var(--primary-626);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.list-mode-search {
    display: flex;
    flex-direction: column;
}

.list-mode-search .searh-item {
    display: flex;
    padding: 1rem 1.4rem;
    align-items: center;
    gap: .8rem;
}

.list-mode-search .searh-item span {
    color: var(--primary-828);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
    cursor: pointer;
}

.line-max-width {
    width: 100%;
    height: 1px;
    background: var(--primary-DED);
}

.line-CF0 {
    width: 100%;
    height: 1px;
    background: #EAECF0;
}

.wrap-profile {
    display: flex;
    width: 192px;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
}

.wrap-profile button {
    display: flex;
    padding: 1rem 1.8rem;
    justify-content: center;
    align-items: center;
    gap: .8rem;
    flex: 1;
    border-radius: .8rem;
    border: 1px solid var(--primary-031);
    background: var(--primary-031);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--primary-FFF);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
    transition: opacity 0.4s ease;
}

.wrap-profile button:hover {
    opacity: .5;
}
/* end header */

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.cl-FFF {
    color: var(--primary-FFF) !important;
}

/* content */
.content-container {
    margin: 3rem auto 0 auto;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wrap-content {
    display: flex;
    gap: 2rem;
    align-items: stretch;
    padding: 1.6rem;
}

.display-content,
.wrap-image {
    flex: 1;
}

.display-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.list-name {
    color: var(--primary-031);
    text-align: center;
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
}

.description-list {
    color: var(--primary-467);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    text-align: justify;
}

.image-list {
    width: 100%;
    object-fit: contain;
}

.wrap-iframe {
    display: flex;
    align-self: stretch;
    min-height: 800px;
    max-width: 1440px;
    margin: 2rem auto 0 auto;
}

iframe {
    border: none;
    min-height: 600px;
    width: 100%;
    /* height: 100%; */
}
/* content */

/* PC */
@media (min-width: 992px) {
    .blog-section {
        top: 44rem;
    }

    .mobile-nav {
        display: none;
    }
}

/* Tablet & Mobile */
@media(max-width: 991.98px) {
    .blog-img-bg {
        margin-top: 5.8rem;
    }

    .logo,
    .nav-list-left,
    .nav-list-right {
        display: none;
    }

    .header {
        padding: 1.6rem;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-nav {
        display: flex;
    }

    .menu-checkbox:checked~.header-overlay {
        opacity: 1;
        visibility: visible !important;
    }

    .menu-checkbox:checked~.menu-mobile {
        transform: translateX(0);
    }

    .list-name {
        font-size: 2.4rem;
    }

    .wrap-content {
        flex-direction: column-reverse;
    }

    .wrap-image {
        max-height: 500px;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .image-list {
        max-width: 400px;
    }

    .wrap-iframe {
        min-height: 500px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    
}

/* Mobile */
@media (max-width: 767.98px) {
    .description-list {
        font-size: 1.4rem;
    }
}