.itnewslg .thumb{
    margin-bottom: 20px;
}
.itnewslg .thumb a{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 65.56%;
    border-radius: 10px;
}
.itnewslg .thumb a img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itnewslg .thumb a:hover img{
    transform: scale(1.05);
}
.itnewslg .dstitle{
    margin-bottom: 5px;
}  
.itnewslg .dstitle, .itnewslg .dstitle h3{
    font-size: 25px;
    line-height: 37px;
    font-weight: 400;
    font-family: 'Lalezar';
}
.itnewslg .dstitle, .itnewslg .dstitle a{
    color: #1c1c1c;
}
.itnewslg .dstitle a:hover{
    color: #9a3324;
}
.itnewslg .dstend{
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.itnewssm{
    display: flex;
    margin-bottom: 35px;
}
.itnewssm .coll{
    width: 180px;  
}
.itnewssm .thumb a{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 65.56%;
    border-radius: 10px;
}
.itnewssm .thumb a img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itnewssm .thumb a:hover img{
    transform: scale(1.05);
}
.itnewssm .colr{
    width: calc(100% - 180px);
    padding-left: 20px;
}
.itnewssm .dstitle{
    margin-bottom: 5px;
}
.itnewssm .dstitle, .itnewssm .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    font-weight: 400;
    font-family: 'Lalezar';
}
.itnewssm .dstitle, .itnewssm .dstitle a{
    color: #1c1c1c;
}
.itnewssm .dstitle a:hover{
    color: #9a3324;
}
.itnewssm .dstend{
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    max-height: 48px;
    overflow: hidden;
}
/* <======= all =======> */
.the-date{
    color:#999999;
    margin-bottom: 10px;
}
/* <======= all =======> */

/* <======= vhsidebarnn =======> */
.vhsidebarnn{
    margin-bottom: 30px;
}
.vhsidebarnn .bn_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    background: #f7f7f6;
    padding: 11px 20px;
    border-bottom: 1px solid #ddd;
    color: #9a3324;
}
.vhsidebarnn .bn_title h3{
    font-size: inherit;
    line-height: inherit;
}
.vhsidebarnn .bn_content .item {
    background: #f2f2f2;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.vhsidebarnn .bn_content .item:last-child{
    border-bottom: none;
}
.vhsidebarnn .bn_content .item .i-image{
    overflow: hidden;
    margin-bottom: 10px;
}
.vhsidebarnn .bn_content .item .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.vhsidebarnn .bn_content .item .i-image img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.vhsidebarnn .bn_content .item .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.vhsidebarnn .bn_content .item .i-title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
/* <======= vhsidebarnn =======> */


/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Style cho navigation bar */
  /* Định dạng cho phần header */
  .header {
    display: flex;
    align-items: center;
    background-color: #2a2723;
    padding: 0 20px;
    height: 70px;
  }
  
  .header .logo img {
    height: 70px;
  }
  
  .header .nav-menu {
    margin-left: auto; /* Đẩy phần menu chữ nghiêng sang phải */
    margin-right: 20px; /* Tạo khoảng cách với phần icon cuối */
  }
  
  .header .nav-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .header .nav-menu ul li {
    margin: 0 15px;
  }
  
  .header .nav-menu ul li a {
    color: #f6a623;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: color 0.3s;
  }
  
  .header .nav-menu ul li a.active,
  .header .nav-menu ul li a:hover {
    color: white;
  }

  @media (max-width: 768px) {
    .benefits-row {
        flex-direction: column;
    }}

    .footer {
        background-color: #2b2b2b;
        color: #fff;
        padding: 20px 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .footer h3 {
        color: #f5a623;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer ul li {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .footer ul li i {
        margin-right: 8px;
        color: #f5a623;
    }
    .footer a {
        color: #fff;
        text-decoration: none;
    }
    .footer a:hover {
        text-decoration: underline;
    }
    .footer .social-icons {
        display: flex;
        gap: 10px;
    }
    .footer .social-icons a {
        color: #f5a623;
        font-size: 20px;
    }
    .footer .newsletter {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .footer .newsletter input {
        padding: 8px;
        border: none;
        border-radius: 4px;
        width: 200px;
    }
    .footer .newsletter button {
        padding: 8px 16px;
        background-color: #a94442;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    .footer .newsletter button:hover {
        background-color: #8a3a38;
    }
    .footer .map-button {
        background-color: #f5a623;
        color: #000;
        padding: 8px 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-top: 10px;
    }
    .footer .map-button:hover {
        background-color: #e69520;
    }
    @media (max-width: 768px) {
        .footer {
            flex-direction: column;
            gap: 20px;
        }
        .footer .newsletter input {
            width: 150px;
        }
    }
