@media screen and (max-width: 1599.98px) {
  .container-header {
    margin: 0;
    width: 100%;
  }
  .wrapper-header {
    max-width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
  }
  .wrapper-header header.header {
    display: flex;
    justify-content: space-between;
    padding: 30px 120px;
  }
  .header .left-header {
    gap: 100px;
  }
  .container {
    margin-left: 120px;
    margin-right: 120px;
  }
}
/* End max-width: 1599.98px */
@media screen and (max-width: 1399.98px) {
  .container-header {
    margin: 0;
    width: 100%;
  }
  .wrapper-header {
    max-width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #f8ebc9;
  }
  .wrapper-header header.header {
    display: flex;
    justify-content: space-between;
    padding: 30px 115px;
  }
  .header .left-header {
    gap: 50px;
  }
  .left-header .navigation a {
    font-size: 1.6rem;
  }
  .logo .text-just {
    font-size: 2.2rem;
  }
  .logo .text-law {
    font-size: 1.2rem;
  }
  .navigation li ul li a {
    font-size: 1.2rem;
  }
  .contact a {
    font-size: 1.6rem;
  }
  .contact a span {
    font-size: 1.8rem;
  }
  h1 {
    width: 50%;
    font-size: 5.5rem;
  }
  .box-input {
    width: 80%;
  }
  input[type="email"] {
    width: 80%;
  }
  .contain-box-2 button {
    width: 40%;
  }
}
@media screen and (max-width: 1199.98px) {
  .container-header {
    margin: 0;
    width: 100%;
  }
  .wrapper-header {
    max-width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
  }
  .wrapper-header header.header {
    display: flex;
    justify-content: space-between;
    padding: 30px 70px;
  }
  .header .left-header {
    gap: 40px;
  }
  .left-header .navigation {
    gap: 40px;
  }
  .container {
    margin-left: 70px;
    margin-right: 70px;
  }
  h1 {
    font-size: 5rem;
  }
  .list-blog .item-blog .blog-name {
    font-size: 2rem;
  }
  .contain-box-2 h2 {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 991.98px) {
  .container-header {
    margin: 0;
    width: 100%;
  }
  .wrapper-header {
    max-width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
  }
  .wrapper-header header.header {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
  }
  .container {
    margin-left: 40px;
    margin-right: 40px;
  }
  .container-header .header .menu-toggle {
    display: block;
    font-size: 2.5rem;
  }
  .container-header .header .left-header nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    background: #333;
    padding: 20px 0;
    z-index: 9999;
    translate: -100%;
    transition: translate 0.3s;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50px;
  }
  .navigation .multi-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container-header .header .left-header nav ul {
    display: block;
  }
  .container-header .header .left-header nav ul li a {
    color: #fff;
    display: block;
    padding: 5px 15px;
  }
  .container-header .header .left-header nav ul li ul li a {
    color: #333;
    display: block;
    /* padding: 0 5px; */
    text-align: center;
    margin-left: 20px;
  }
  .navigation .multi-menu::after {
    background-color: #fff;
  }
  .container-header .header .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: #0000007e;
    z-index: 9989;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
  }
  input[type="checkbox"]:checked ~ nav#nav-menu {
    translate: 0;
  }
  .wrapper-header
    .container-header
    .header
    input[type="checkbox"]:checked
    ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  .close-menu {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 9999;
  }
  input[type="checkbox"]:checked ~ nav#nav-menu .close-menu {
    display: block;
  }
  .header .left-header .logo {
    display: none;
  }
  .page-2 {
    padding: 100px 150px;
  }
  h1 {
    width: 55%;
  }
}

@media screen and (max-width: 767.98px) {
  .container-header {
    margin: 0;
    width: 100%;
  }
  .container-header .header .menu-toggle {
    display: block;
    font-size: 2.5rem;
  }
  .container-header .header .left-header nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    background: #333;
    padding: 20px 0;
    z-index: 9998;
    translate: -100%;
    transition: translate 0.3s;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50px;
  }
  .navigation .multi-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container-header .header .left-header nav ul {
    display: block;
  }
  .container-header .header .left-header nav ul li a {
    color: #fff;
    display: block;
    padding: 5px 15px;
  }
  .container-header .header .left-header nav ul li ul li a {
    color: #333;
    display: block;
    /* padding: 0 5px; */
    text-align: center;
    margin-left: 20px;
  }
  .container-header .header .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: #0000007e;
    z-index: 9989;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
  }
  input[type="checkbox"]:checked ~ nav#nav-menu {
    translate: 0;
  }
  .wrapper-header
    .container-header
    .header
    input[type="checkbox"]:checked
    ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  .close-menu {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 9999;
  }
  input[type="checkbox"]:checked ~ nav#nav-menu .close-menu {
    display: block;
  }
  .wrapper-header {
    max-width: 100vw;
    /* margin: 0 20px; */
    position: fixed;
    top: 0;
    left: 0;
    background: #f8ebc9;
  }
  .wrapper-header header.header {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
  }
  .header .left-header .logo {
    display: none;
  }
  /* End .header */
  /* Start .page-1 */
  .page-1 {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .container {
    margin-left: 50px;
    margin-right: 50px;
  }
  .main-box {
    gap: 30px;
  }
  h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 41px;
    width: 70%;
  }
  .contain-box .heading-info {
    gap: 30px;
  }
  .list-select {
    flex: 1 1 calc(33.333%-30px);
    flex-wrap: wrap;
  }
  .heading-info .list-select a {
    background: #333;
    padding: 15px 55px;
  }
  ul.list-blog {
    flex-direction: column;
  }
  .item-blog .detail-item .name-author p {
    font-size: 1.6rem;
    line-height: 27px;
  }
  .item-blog .detail-item .name-author span {
    line-height: 25px;
    font-size: 1.4rem;
  }
  .list-blog .item-blog .blog-name {
    font-size: 1.9rem;
    line-height: 30px;
  }
  .list-blog .item-blog .blog-name span > a {
    font-size: 1.6rem;
    line-height: 27px;
  }
  /* End .page-1 */
  /* Start .page-2 */
  .list-2 {
    background: #017848;
  }
  .page-2 {
    padding: 40px 50px;
  }
  .page-2 .contain-box-2 .sub-heading {
    font-size: 1rem;
    line-height: 17px;
  }
  .page-2 .contain-box-2 h2 {
    line-height: 30px;
    font-size: 2.4rem;
  }
  .page-2 .contain-box-2 .box-input {
    flex-direction: column;
  }
  .page-2 .contain-box-2 input[type="email"] {
    display: none;
  }
  .contain-box-2 button {
    width: 100%;
  }
  .contain-box-2 p,
  .contain-box-2 p > span {
    font-size: 1rem;
    line-height: 17px;
  }
  /* End .page-2 */
  /* Start .page-3 */
  .page-3 {
    padding: 50px 0;
  }
  /* End .page-3 */
  /* Start .footer */
  .left-info {
    flex-direction: column;
    gap: 20px;
  }
  .footer-info {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 20px;
    gap: 20px;
  }
  .footer-left {
    flex-direction: column;
    gap: 10px;
  }
  /* End .footer */
}
/* Màn hình mobile */
@media screen and (max-width: 575.98px) {
  .container-header {
    margin: 0;
    width: 100%;
  }
  .container-header .header .menu-toggle {
    display: block;
    font-size: 2.5rem;
  }
  .container-header .header .left-header nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    background: #333;
    padding: 20px 0;
    z-index: 9999;
    translate: -100%;
    transition: translate 0.3s;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50px;
  }
  .navigation .multi-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container-header .header .left-header nav ul {
    display: block;
  }
  .container-header .header .left-header nav ul li a {
    color: #fff;
    display: block;
    padding: 5px 15px;
  }
  .container-header .header .left-header nav ul li ul li a {
    color: #333;
    display: block;
    /* padding: 0 5px; */
    text-align: center;
    margin-left: 20px;
  }

  .container-header .header .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: #0000007e;
    z-index: 9989;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
  }
  input[type="checkbox"]:checked ~ nav#nav-menu {
    translate: 0;
  }
  .wrapper-header
    .container-header
    .header
    input[type="checkbox"]:checked
    ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  .close-menu {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 10000;
  }
  input[type="checkbox"]:checked ~ nav#nav-menu .close-menu {
    display: block;
  }
  .wrapper-header {
    max-width: 100vw;
    /* margin: 0 20px; */
    position: fixed;
    top: 0;
    left: 0;
    background: #f8ebc9;
  }
  .wrapper-header header.header {
    /* width: 100%; */
    /* position: absolute;
    top: 0;
    left: 0; */
    display: flex;
    justify-content: space-between;
    /* padding-right: 0; */
    padding: 20px;
  }
  .header .left-header .logo {
    display: none;
  }
  /* End .header */
  /* Start .page-1 */
  .page-1 {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .main-box {
    gap: 30px;
  }
  h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 41px;
    width: 70%;
  }
  .contain-box .heading-info {
    gap: 30px;
  }
  .heading-info .list-select {
    flex: 1 1 calc(33.333%-30px);
    flex-wrap: wrap;
    gap: 30px;
  }
  .heading-info .list-select a {
    background: #333;
    padding: 15px 30px;
  }
  ul.list-blog {
    flex-direction: column;
  }
  .item-blog .detail-item .name-author p {
    font-size: 1.6rem;
    line-height: 27px;
  }
  .item-blog .detail-item .name-author span {
    line-height: 25px;
    font-size: 1.4rem;
  }
  .list-blog .item-blog .blog-name {
    font-size: 1.9rem;
    line-height: 30px;
  }
  .list-blog .item-blog .blog-name span > a {
    font-size: 1.6rem;
    line-height: 27px;
  }
  /* End .page-1 */
  /* Start .page-2 */
  .list-2 {
    background: #017848;
  }
  .page-2 {
    padding: 40px 50px;
  }
  .page-2 .contain-box-2 .sub-heading {
    font-size: 1rem;
    line-height: 17px;
  }
  .page-2 .contain-box-2 h2 {
    line-height: 30px;
    font-size: 2.4rem;
    text-align: center;
  }
  .page-2 .contain-box-2 .box-input {
    flex-direction: column;
  }
  .page-2 .contain-box-2 input[type="email"] {
    display: none;
  }
  .contain-box-2 button {
    width: 100%;
  }
  .contain-box-2 p,
  .contain-box-2 p > span {
    font-size: 1rem;
    line-height: 17px;
  }
  /* End .page-2 */
  /* Start .page-3 */
  .page-3 {
    padding: 50px 0;
  }

  /* End .page-3 */
  /* Start .footer */
  .left-info {
    flex-direction: column;
    gap: 20px;
  }
  .footer-info {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 20px;
    gap: 20px;
  }
  .footer-left {
    flex-direction: column;
    gap: 10px;
  }
  /* End .footer */
  /* Xử lý hover */
  .heading-info .list-select a:first-child {
    background: #333;
  }
  .heading-info .list-select a:hover {
    background: #333;
  }
  .list-blog .item-blog .blog-name span {
    color: #fd6038;
  }
  .contain-box-2 button {
    background: #fd6038;
    color: white;
  }
  .page-3 .list-page .item-number:first-child {
    background: #333;
  }
  .page-3 .list-page .item-number:hover {
    background: #333;
  }
  .just-info a:hover {
    color: #beccc7;
  }
  .contain-links .icon-app:hover {
    background: #333;
  }
}
@media screen and (max-width: 440px) {
  h1 {
    width: 100%;
  }
  .page-2 .contain-box-2 h2 {
    width: 100%;
  }
  .page-2 {
    padding: 40px 25px;
  }
  input[type="email"] {
    width: 50%;
  }
  .contain-box-2 button {
    padding: 8px 20px;
  }
}
