:root {
    --primary-color: #0e0d7c;
  }

  * {
    font-size: 1.2rem;
  }
.btn-primary {
    background-color: var(--primary-color) !important;
    
}
body {
    padding: 0;
}

header {
    padding: 0 !important;
}

header .navbar-brand img {
    width: 228px;
}
.text-primary {
    color: var(--primary-color) !important;
}
.navbar-toggler {
    border: none; /* Loại bỏ border */
    outline: none; /* Loại bỏ viền focus nếu có */
    border-radius: 0;
}

.container-fluid {
    padding: 0;
}

.navbar-collapse {
    height: 100%;
}
.navbar-nav {
    align-items: center;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    font-family: Noto Sans JP, sans-serif;
    transition: opacity .3s;
}

.nav-item {
    display: block;
    position: relative;
    padding: 29px 32px;
}

.nav-item.active:before {
    opacity: 1;
}

.nav-item:before {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: 2px;
    background: var(--primary-color) ;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    opacity: 0;
    transition: all .3s;
}
.menu-item-primary {
    background-color: var(--primary-color);
    text-decoration: none;
    transition: opacity .3s;
    position: relative;
}

.menu-item-primary a {
    color: #fff;
}

.menu-item-primary-mobile {
    padding: 16px !important;
}

.text-block-12 {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1rem;
    padding: 10px;
    border-radius: 5px;
  }

  .text-block-12 p{
    font-size: 12px !important;
    text-align: end;
  }
.link-block-4 {
    color: #333;
    line-height: 240%;
    text-decoration: none;
    transition-duration: .3s;
}

.info {
    display: flex;
}

.info-social {
    display: flex;
    flex-direction: row;
}

.info-social a {
    margin: 5px;
}
.page-header {
    padding-top: 56px;
    padding-bottom: 56px;
}
.company-info {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.form-container {
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .form-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
  }
  .btn-custom {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .btn-custom:hover {
    background-color: #555;
  }

.info-policy a{
    margin: 10px;
}

.digital-service h2 {
    color: #333;
    background-color: #0000;
    border-bottom: 1px solid #c3c3c3;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 100px;
    padding-bottom: 30px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 160%;
    display: flex;
}

.top-paragraph {
    color: #fff;
    background-color: #333;
    border-radius: 8px;
    margin-bottom: 72px;
    padding: 20px 40px;
    font-size: 3vw;
    font-weight: 700;
    display: inline-block;
}

.digital-service h5 {
    color: #333;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 160%;
    display: flex;
}
.digital-service span {
    color: #555;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 700;
    line-height: 240%;
}

.digital-service .block {
    display: flex;
    justify-items: center;
    align-items: center;
}

.digital-service .block div {
    padding: 50px;
}

.logo-footer {
    width: 236px;
    height: 52px;
}