@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.cdnfonts.com/css/museo-sans-rounded");

@font-face {
    font-family: "Grold Rounded Slim Regular";
    src: url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-Bold.eot");
    src:
        local("Grold Rounded Slim Regular"),
        local("GroldRoundedSlim-Bold"),
        url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-Bold.woff")
            format("woff"),
        url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-Bold.eot")
            format("eot");
}

@font-face {
    font-family: "Grold Rounded Slim Regular";
    src: url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-Regular.eot");
    src:
        local("Grold Rounded Slim Regular"),
        local("GroldRoundedSlim-Regular"),
        url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-Regular.woff")
            format("woff"),
        url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-Regular.eot")
            format("eot");
}

@font-face {
    font-family: "Grold Rounded Slim Medium";
    src: url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-Medium.eot");
    src:
        local("Grold Rounded Slim Medium"),
        local("GroldRoundedSlim-Medium"),
        url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-Medium.woff")
            format("woff"),
        url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-Medium.eot")
            format("eot");
}

@font-face {
    font-family: "Grold Rounded Slim Extra Black";
    src: url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-ExtraBlack.eot");
    src:
        local("Grold Rounded Slim Extra Black"),
        local("GroldRoundedSlim-ExtraBlack"),
        url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-ExtraBlack.woff")
            format("woff"),
        url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-ExtraBlack.eot")
            format("eot");
}

@font-face {
    font-family: "Grold Rounded Slim SemiLight";
    src: url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-SemiLight.eot");
    src:
        local("Grold Rounded Slim Regular"),
        local("GroldRoundedSlim-Bold"),
        url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-SemiLight.woff")
            format("woff"),
        url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/GroldRoundedSlim-SemiLighteot")
            format("eot");
}

@font-face {
    font-family: "Grold Rounded";
    src: url("https://en.bebio.co.id/build/assets/fonts/grold-rounded/grold-bold.otf");
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: "museo sans rounded";
}

.title-style {
    color: #0d4c9a;
    text-align: center;
    font-family: "Grold Rounded Slim Regular", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

/* -- css3 design scrollbar -- */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #484848;
}

::-webkit-scrollbar-thumb {
    background: #d2deeb;
    border-radius: 10px;
}

.my-1 {
    margin: 1rem 0;
}

.my-2-5 {
    margin: 2.5rem 0;
}

.mt-1 {
    margin-top: 1rem;
}

.m-1 {
    margin: 1rem;
}

.my-05 {
    margin: 0.5rem 0;
}

.mr-1 {
    margin-right: 1rem;
}

.my-4 {
    margin: 4rem 0;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.ml-1 {
    margin-left: 1rem;
}

.blue {
    color: #0d4c9a;
}

.green {
    color: #5e8e5f;
}

.pink {
    color: #e56b92;
}

.tag-green {
    color: #fff;
    display: flex;
    padding: 4px 8px;
    align-items: flex-start;
    width: fit-content;
    border-radius: 2px;
    background: #97c597;
}

.tag-red {
    color: #fff;
    display: flex;
    padding: 4px 8px;
    align-items: flex-start;
    width: fit-content;
    border-radius: 2px;
    background: #edb2c1;
}

.tag-blue {
    color: #fff;
    display: flex;
    padding: 4px 8px;
    align-items: flex-start;
    width: fit-content;
    border-radius: 2px;
    background: #68cdeb;
}

.btn-primary {
    padding: 12px 24px;
    color: #fff;
    width: fit-content;
    font-family: "Roboto", sans-serif;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    border-radius: 24px;
    background: #0d4c9a;
    cursor: pointer;
}

.btn-primary:hover {
    background: #1c6ac8;
}

/* ---------- container / content style ---------- */
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 64px;
}

/* ---------- navbar style ---------- */
.navbar {
    padding: 0 64px;
    display: flex;
    flex-direction: row;
    height: 72px;
    justify-content: space-between;
    align-items: center;
    font-family: "Grold Rounded Slim SemiLight", sans-serif;
    font-weight: 700;
    font-size: 21px;
    font-style: normal;
    color: rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar > .logo {
    width: 83px;
    height: 28px;
}

.nav-items {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navbar > .nav-items > ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    height: 100%;
    gap: 32px;
}

.navbar > .nav-items > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
}

.navbar > .nav-items > ul > li > a {
    text-decoration: none;
    font-family: "Grold Rounded Slim SemiLight", sans-serif;
    font-size: 21px;
    font-style: normal;
    color: rgba(0, 0, 0, 0.3);
}

.navbar > .nav-items > ul > li > a:hover {
    color: #0d4c9a;
    font-family: "Grold Rounded Slim Regular", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    color: #0d4c9a;
}

.navbar-actived > a > span {
    color: #0d4c9a;
    font-family: "Grold Rounded Slim Regular", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
}

.toggle {
    display: none;
    cursor: pointer;
}

.menu-toggle {
    display: flex;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    margin: 10px;
    position: relative;
}

.menu-toggle input {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -5px;
    left: -1px;
    opacity: 0;
    cursor: pointer;
}

.menu-toggle > span {
    display: block;
    width: 28px;
    height: 3px;
    color: #0d4c9a;
    border-radius: 3px;
    background-color: #0d4c9a;
    transition: all 0.3s;
}

.menu-toggle > input:checked ~ span:nth-child(3) {
    transform: scale(0);
    opacity: 0;
    background-color: red;
}

.menu-toggle input:checked ~ span:nth-child(2) {
    transform: translateY(8px) translateX(1px) rotateZ(45deg);
}

.menu-toggle input:checked ~ span:nth-child(4) {
    transform: translateY(-9px) rotateZ(-45deg);
}

.select-lang {
    display: flex;
    justify-content: center;
}

.select-lang > select {
    border: none;
}

.select-lang > img {
    width: 24px;
}

/* ---------- Home Page ---------- */
/* Header */
.home-container > .content-header {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 170px;
}

.home-container > .content-header > .header-banner {
    width: 100%;
}

.home-container > .content-header > .header-banner > img {
    width: 100%;
    object-fit: fill;
}

.home-container > .content-header > .header-banner-mobile {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 170px;
    display: none;
}

.home-container > .content-header > .header-banner-mobile > img {
    width: 100%;
    object-fit: fill;
}

.home-container > .content-header > .header-image {
    width: 35%;
    position: absolute;
    top: 61%;
}

.home-container > .content-header > .header-image > img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Ecommerce */
.ecommerce-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 16px;
}

.ecommerce-content > p {
    text-align: center;
    font-family: "Museo Sans Rounded", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.btn-wrapper {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 547px;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.btn-wrapper > .btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.shopee-btn {
    border: 1px solid #ea501f;
    color: #ea501f;
}

.shopee-btn:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(234, 80, 31, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(234, 80, 31, 1);
    box-shadow: 0px 0px 10px 0px rgba(234, 80, 31, 1);
}

.tokopedia-btn {
    border: 1px solid #4f9d4d;
    color: #4f9d4d;
}

.tokopedia-btn:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(79, 157, 77, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(79, 157, 77, 1);
    box-shadow: 0px 0px 10px 0px rgba(79, 157, 77, 1);
}

.blibli-btn {
    border: 1px solid #0072ff;
    color: #0072ff;
}

.blibli-btn:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 114, 255, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 114, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 114, 255, 1);
}

.lazada-btn {
    border: 1px solid #000081;
    color: #000081;
}

.lazada-btn:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 129, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 129, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 129, 1);
}

.tiktok-btn {
    border: 1px solid #221f20;
    color: #221f20;
}

.tiktok-btn:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 31, 32, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 31, 32, 1);
    box-shadow: 0px 0px 10px 0px rgba(34, 31, 32, 1);
}

/* About */
.about {
    background-image: url("https://en.bebio.co.id/build/assets/illustrations/about-background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    margin: 20px 0;
    padding: 80px 0;
}

.about-content-1 {
    display: flex;
    justify-content: center;
}

.about-content-1 > .content-img > img {
    width: 400px;
    object-fit: contain;
}

.about-content-1 > .content-desc {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-left: 20px;
}

.about-content-1 > .content-desc > h4 {
    font-family: "Grold Rounded Slim Regular", sans-serif;
    font-size: 25pt;
    font-style: normal;
    margin-bottom: 15px;
}

.about-content-1 > .content-desc > h4:nth-child(1) {
    color: #0d4c9a;
}

.about-content-1 > .content-desc > h4:nth-child(2) {
    color: #fff;

    text-shadow: 0px 0px 2px #0d4c9a;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #0d4c9a;
    font-family: "Grold Rounded Slim Extra Black";
    font-size: 32px;
    font-style: normal;
    font-weight: 950;
    line-height: 120%; /* 38.4px */
}

.about-content-1 > .content-desc > p {
    font-family: "Museo Sans Rounded", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.about-content-2 {
    gap: 10px;
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.about-content-2 > .about-card {
    display: flex;
    flex-direction: row;
    font-family: "Grold Rounded Slim SemiLight", "sans-serif";
    width: 100%;
    max-width: 550px;
    margin: 10px 0;
}

.about-content-2 > .about-card > .about-card-desc > h4 {
    color: #000;
    font-family: "Grold Rounded Slim Regular", "sans-serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
}

.about-content-2 > .about-card > img {
    width: 100px;
    margin-right: 20px;
    height: auto;
    gap: 20px;
}

/* products */
/* ========================= lagi disni */
.product-container {
    margin: 50px 0;
}

.product-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 35px;
    position: relative;
}

.product-wrapper > .product-list-desc > p {
    font-family: "Museo Sans Rounded", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.product-wrapper > .product-list-desc > h3 {
    color: #0d4c9a;
    font-family: "Grold Rounded Slim Regular", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.product-list {
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
    width: 100%;
    /* padding: 0 40px; */
    position: relative;
}

.product-list-wrapper {
    position: relative;
    width: 89%;
    height: fit-content;
    overflow-y: hidden;
}

.product-list::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.product-list {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.content-description > ul {
    list-style-type: none;
}

#prev-btn,
#next-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 12px;
    color: #000000;
    background-color: #a3a1a1;
    opacity: 30%;
    border: none;
    border-radius: 100%;
    margin-top: 10px;
    z-index: 10;
}

#prev-btn {
    position: absolute;
    top: 45%;
    left: 38%;
    z-index: 20;
}

#next-btn {
    position: absolute;
    top: 45%;
    right: 0%;
    z-index: 20;
}
.prev-bg {
    width: 10%;
    height: 100%;
    left: 0%;
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.next-bg {
    width: 10%;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(-90deg, #fffe, rgba(255, 255, 255, 0));
}
/* #prevBtn {
    margin-right: 10px;
} */

.product-card {
    display: inline-flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    margin: 15px;
    margin-left: 0px;
    margin-right: 40px;
}

.product-card > .product-desc > img {
    width: 250px;
    height: 250px;
}

.product-card > .product-desc {
    width: 250px;
    text-align: center;
}

.product-card > .product-desc > h2 {
    text-align: center;
    margin: 15px 0;
    text-align: center;
    font-family: "Grold Rounded Slim Regular", "sans-serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.product-card > .product-desc > p {
    color: #000;
    text-align: center;
    font-family: "Museo Sans Rounded", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.product-card > a {
    text-decoration: none;
    text-align: center;
    font-family: "Grold Rounded Slim SemiLight", "sans-serif";
    cursor: pointer;
}

/* pop up */
.modal {
    display: none;
    position: fixed;
    z-index: 101;
    padding-top: 15px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.modal::-webkit-scrollbar {
    display: none;
}

.modal-container {
    background-color: #fff;
    margin: 5% auto;
    padding: 40px;
    border: 1px solid #888;
    width: 60%;
    border-radius: 12px;
    position: relative;
}

.modal-content {
    display: flex;
    flex-direction: row;
}

.modal-content > img {
    width: 300px;
    height: 300px;
}

.modal-content > .content-description {
    margin-left: 24px;
}

.modal-content > .content-description > h2 {
    font-family: "Grold Rounded Slim Regular", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.modal-content > .content-description > .content-more-information > p {
    font-family: "Museo Sans Rounded", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-top: 10px;
}

.modal-content > .content-description > .content-more-information > .info {
    font-family: "Museo Sans Rounded", sans-serif;
    display: flex;
    font-size: 16px;
    font-style: normal;
    margin: 10px 0;
}

.modal-content
    > .content-description
    > .content-more-information
    > .info
    > img {
    width: 40px;
    margin-right: 10px;
}

.modal-content > .content-description > p {
    font-family: "Museo Sans Rounded", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.btn-position {
    justify-content: left;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 30px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* news / video */
.news-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-family: "Grold Rounded Slim Regular", sans-serif;
}

.news-content > .news-content-tm {
    border-radius: 24px;
    margin-right: 50px;
    max-width: 672px;
}

.news-content > .news-content-tm > iframe {
    max-width: 100%;
    border-radius: 24px;
    min-width: 672px;
    object-position: top;
    object-fit: contain;
}

.news-content > .news-content-desc {
    max-width: 40%;
    min-width: 345px;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.news-content > .news-content-desc > h1 {
    color: #0d4c9a;
    font-size: 48px;
}

.news-content > .news-content-desc > p {
    color: #000;
    font-family: "Museo Sans Rounded", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 24px 0;
}

/* review content */
.review-container {
    display: flex;
    padding: 55px 64px 80px 64px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    background: #f1f9fc;
}

.review-container > h1 {
    font-family: "Grold Rounded Slim Regular", sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #0d4c9a;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.review-container > .review-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.review-container > .review-wrapper > .review-card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.review-container > .review-wrapper > .review-card > p:nth-child(2) {
    color: #000;
    font-family: "Museo Sans Rounded", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.review-container > .review-wrapper > .review-card > p:nth-child(3) {
    color: #000;
    font-family: "Grold Rounded Slim SemiLight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

/* ---------- List Articles ---------- */
.articles-header {
    width: 100%;
    height: 207px;
    display: flex;
    justify-content: center;
    position: relative;
    object-fit: contain;
    font-family: "Grold Rounded Slim Regular", sans-serif;
}

.articles-header > img {
    width: 100%;
    height: 100%;
    object-position: bottom;
    object-fit: cover;
}

.articles-header > h1 {
    color: #0d4c9a;
    text-align: center;
    align-self: center;
    align-content: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    position: absolute;
    top: 30%;
}

.articles-header .articles-tab {
    border-radius: 24px;
    padding: 24px;
    margin: 0 10px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: fit-content;
    position: absolute;
    top: 80%;
}

.articles-header .articles-tab > .tab-btn {
    color: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    font-family: "Grold Rounded Slim Regular", sans-serif;
    font-size: 16px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
}

.articles-header .articles-tab > button:hover {
    background-color: #d1edf9;
    border: 1px solid #0d4c9a;
    color: #0d4c9a;
}

.articles-header .articles-tab > .tab-actived {
    background-color: #fff;
    border: 1px solid #0d4c9a;
    color: #0d4c9a;
}

/* ----- article card ----- */
.articles-content {
    font-family: "Grold Rounded Slim SemiLight", sans-serif;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    margin: 64px 0 64px 0;
}

.articles-slide {
    font-family: "Grold Rounded Slim SemiLight", sans-serif;
    display: grid;
    gap: 45px;
    margin: 64px 0 64px 0;
    grid-auto-flow: column;
    grid-auto-columns: minmax(320px, 1fr);
    overflow: scroll;
    width: 85vw;
}

.min-w320 {
    min-width: 320px;
}

.articles-slide::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.articles-slide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.article-card .article-type {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.article-card > .article-image {
    max-width: 100%;
    height: 300px;
    overflow: hidden;
}

.article-card > .article-image > img {
    border-radius: 24px;
    object-fit: cover;
}

.article-card > .article-information > h2 {
    height: 52px;
    overflow: hidden;
    color: #0d4c9a;
}

.article-card > .article-information > p {
    height: 55px;
    overflow: hidden;
}

.btn-card {
    font-family: "Grold Rounded Slim SemiLight", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0d4c9a;
    text-align: left;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-self: stretch;
    width: fit-content;
}

.btn-card:hover {
    color: #1b68c6;
}

/* ---------- article detail ---------- */
.article-detail {
    max-width: 768px;
}

.article-detail > h1 {
    font-family: "Grold Rounded Slim Regular", sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 15px;
}

.article-detail > p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.article-detail > p:nth-child(2) {
    font-weight: 600;
}

.article-detail > p:nth-child(3) {
    margin-bottom: 15px;
}

.article-image {
    margin-bottom: 15px;
    border-radius: 24px;
    position: relative;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
}

.article-image > img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: fill;
}

/* ---------- footer style ----------*/
.footer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 80px 64px;
    background: linear-gradient(180deg, #0d4c9a 0%, #4e80b7 100%);
    color: white;
}

.footer p {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer h4 {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.footer-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-content .first-footer-content > img {
    width: 83px;
    height: 28px;
}

.first-footer-content > div {
    display: flex;
    flex-wrap: wrap;
}

.first-footer-content > div > div {
    margin-right: 24px;
    max-width: 330px;
}

.sec-footer-content {
    display: flex;
    flex-direction: column;
    min-width: 300px;
}

.sec-footer-content > a {
    color: #fff;
    text-align: left;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 8px 0px;
    align-items: center;
    align-self: stretch;
    width: fit-content;
    text-decoration: none;
}

.sec-footer-content > a > img {
    margin-right: 20px;
}

.divider {
    margin: 32px 0px;
    width: 100%;
    background-color: #fff;
}

.copyright {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* ---------- tablet ---------- */
@media screen and (max-width: 768px) {
    /* navbar */
    .nav-items {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 70px;
        left: 0px;
        background-color: #fff;
        padding: 20px;
        margin: 0;
        z-index: -3;
        transform: translateX(-130%);
        transition: all 1s;
        opacity: 0;
    }

    .nav-items.slide {
        transform: translateX(0);
        opacity: 1;
    }

    .navbar > .nav-items > ul {
        flex-direction: column;
        gap: 20px;
    }

    .navbar > .nav-items > ul > li {
        justify-content: start;
        height: 30px;
        width: fit-content;
    }

    .select-lang {
        margin: 30px 0;
        justify-content: start;
    }

    .toggle {
        display: block;
    }

    /* footer */
    .first-footer-content > div > div {
        margin-top: 24px;
        margin-right: 0;
    }
}

/* ---------- Mobile ---------- */
@media only screen and (max-width: 600px) {
    .wrapper {
        padding: 30px;
    }

    /* navbar */
    .navbar {
        padding: 0 20px;
    }

    /* Home Page > Header */
    .home-container > .content-header {
        margin: 0;
    }

    .home-container > .content-header > .header-banner {
        display: none;
    }

    .home-container > .content-header > .header-banner-mobile {
        display: block;
    }

    .home-container > .content-header > .header-image {
        width: 55%;
        top: 50%;
        left: 5%;
    }

    /* about */
    .about-content-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about-content-1 > .content-img {
        text-align: center;
    }

    .about-content-1 > .content-img > img {
        width: 320px;
        object-fit: contain;
    }

    .about-content-1 > .content-desc {
        text-align: center;
        margin-left: 0px;
        font-size: 16px;
    }

    /* review content */
    .review-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .review-container > .review-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    /* List Articles  */
    .articles-content {
        grid-template-columns: repeat(1, 1fr);
        margin: 40px 0;
    }

    .articles-header .articles-tab {
        padding: 16px;
        margin: 0 10px;
        gap: 2px;
    }

    .news-content > .news-content-tm > iframe {
        min-width: 340px;
    }

    /* modal */
    .modal-container {
        padding: 40px 20px;
        width: 80%;
    }

    .modal-content > .content-description > .content-more-information {
        display: none;
    }

    .modal-content {
        display: flex;
        flex-direction: column;
    }

    .modal-content > .content-description {
        margin-top: 24px;
        margin-left: 0px;
        text-align: center;
    }

    .btn-position {
        justify-content: center;
    }

    .modal-content > img {
        width: 100%;
        height: 100%;
        align-self: center;
    }
}

@media only screen and (max-width: 400px) {
    .wrapper {
        padding: 30px;
    }

    .btn-wrapper > .btn {
        padding: 8px 16px;
    }

    .news-content > .news-content-desc > h1 {
        font-size: 32px;
    }

    .news-content > .news-content-desc > p {
        font-size: 16px;
    }

    .news-content > .news-content-tm > iframe {
        min-width: 340px;
    }

    /* list articles */
    .articles-header .articles-tab > .tab-btn {
        padding: 8px 10px;
    }

    /* article detail */
    .article-detail > h1 {
        font-size: 32px;
    }

    /* footer */
    .footer {
        padding: 40px 20px;
    }

    .sec-footer-content {
        min-width: 0;
        width: 100%;
    }

    .copyright {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .blank-product {
        padding: 1px;
        margin: 7px;
    }

    .product-list-wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .prev-bg {
        display: none;
    }

    .next-bg {
        display: none;
    }

    .news-content > .news-content-desc {
        text-align: left;
    }
}

/* ---------- More Responsive Setting ---------- */
@media (min-width: 601px) and (max-width: 920px) {
    /* Header */
    .home-container > .content-header {
        margin-bottom: 120px;
    }

    /* modal */
    .modal-content {
        display: flex;
        flex-direction: column;
    }

    .modal-content > .content-description > .content-more-information {
        display: none;
    }

    .modal-content > .content-description {
        margin-top: 24px;
        margin-left: 0px;
        text-align: center;
    }

    .modal-content > img {
        width: 100%;
        height: 100%;
        align-self: center;
    }

    /* about */
    .about-content-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about-content-1 > .content-img {
        text-align: center;
    }

    .about-content-1 > .content-desc {
        text-align: center;
        margin-left: 0px;
    }

    /* review content */
    .review-container > .review-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    /* list article  */
    .articles-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 1135px) {
    .product-wrapper > .product-list-desc {
        text-align: center;
    }

    .product-wrapper {
        flex-direction: column;
    }

    #prev-btn {
        top: 60%;
        left: 0%;
    }

    #next-btn {
        top: 60%;
        right: 0%;
    }

    /* news - video */
    .news-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .news-content > .news-content-tm {
        margin-right: 0px;
    }

    .news-content > .news-content-desc {
        margin-top: 30px;
        display: flex;
        align-items: center;
    }

    /* footer */
    .sec-footer-content {
        margin-top: 24px;
    }

    .news-content > .news-content-desc {
        max-width: 100%;
    }
}

@media only screen and (max-width: 2560px) {
    .home-container > .content-header > .header-image {
        width: 28%;
    }
}
