ul li{
    list-style-type: none;
    margin: 0;
}
.header-main{
    border-bottom: 2px #ad681e solid;
}
.menu-left .menu-main-menu-left-container .main-menu-left,
.menu-right .menu-main-menu-right-container .main-menu-right{
    display: flex;
    gap: 40px;
}
.menu-left .menu-main-menu-left-container .main-menu-left li a,
.menu-right .menu-main-menu-right-container .main-menu-right li a{
    font-size: 16px;
    color: #ad681e;
    font-weight: 700;
    position: relative;
}
.menu-left .menu-main-menu-left-container .main-menu-left li a:after,
.menu-right .menu-main-menu-right-container .main-menu-right li a:after {
    border-left: 1px solid rgba(0, 0, 0, .1);
    content: "";
    height: 15px;
    left: -1em;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 1px;
}
.section-sever .section-title b{
    opacity: 1 !important;
    background-color: #fff !important;
}
.box-title {
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .39);
    background-image: linear-gradient(#c31f1f, #8c2121);
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}
.box-title .title {
    margin: 0 !important;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    background: url(../images/ICON.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position-y: center;
    padding-left: 50px;
    text-transform: uppercase;
}
.product-home{
    padding-top: 20px;
}
.product-home .product-small.box  {
    position: relative;
    padding: 10px;
    border: 1px dashed #d7b359;
    background: whitesmoke;
    background-image: linear-gradient(#fff, #e0e0e0);
}
.product-home .product-small.box::before,
.section-product .product::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67, 69, 113, 0);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.product-home .product-small.box::after,
.section-product .product::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 69, 113, 0);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.product-home .product-small.box:hover:before,
.section-product .product:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.5);
}
.product-home .product-small.box:hover:after,
.section-product .product:hover:after{
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.5);
}
.product-home .product-small.box .box-text-products .category {
    color: #ad681e;
    text-align: center;
    font-weight: 600;
}
.product-home .product-small.box .box-text-products .product-title a{
    text-align: center;
    font-weight: 700;
    color: #8c2121;
    text-transform: capitalize;
    font-size: 18px;
    width: 100%;
    margin: 10px 0;
}
.product-home .product-small.box .box-text-products .price {
    text-align: center;
    font-size: 16px;
}
.ux-menu.stack.stack-col.justify-start.menu_link.ux-menu--divider-solid {
    color: white !important;
}
/* category */
.section-main-cate{
    background: #fff;
    padding: 40px 0;
}
.viewlist{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.viewlist .item{
    border: dashed 1px #e39f32;
    padding: 10px;
    border-radius: 20px;
}
.viewlist .item:hover{
    border: dashed 1px #e33232;
}
.viewlist .item .meta{
    padding: 30px 0;
}
.viewlist .item .img .img-wrap img{
    border-radius: 10px;
}
.section-main-cate .title-main{
    margin-top: 0 !important;
}
.short-des {
    text-align: justify;
    font-size: 14px;
}
.dong3 {
    -webkit-line-clamp: 3;
}
.section-main-cate .calendar i{
    color: #e33232;
}
.section-main-cate .calendar{
    margin-bottom: 10px;
}
.navigation.pagination .nav-links{
    display: flex;
    justify-content: center;
    padding: 25px 0 0 0;
    gap: 20px;
}
.navigation.pagination .page-numbers{
    border: dashed 1px #e33232;
    padding: 5px 15px;
    color: #1B2D55;
}
.navigation.pagination .page-numbers.current{
    border: dashed 1px #e33232;
    background-color: #1B2D55;
    color: #fff;
}
.section-main-single {
    background: #fff;
    padding: 20px 0 70px 0;
}
.section-main-cate .box-item{
    display: flex;
    width: 100%;
    gap: 30px;
}
.section-main-cate .box-item .box-left{
    width: 100%;
    max-width: 75%;
}
.section-main-cate .box-item .box-right{
    width: 100%;
    max-width: 25%;
}
.section-main-cate .box-item .page-news{
    padding: 20px 0;
}
.list_product_new .item_product,
.list_post_new .item_post{
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px dashed #d7b359;
    padding: 10px;
    background: whitesmoke;
    background-image: linear-gradient(#fff, #e0e0e0);
    list-style-type: none;
}
.list_product_new .item_product .img-post,
.list_post_new .item_post .img-post{
    width: 100%;
    max-width: 30%;
}
.list_product_new .item_product .content,
.list_post_new .item_post .content{
    width: 100%;
    max-width: 70%;
}
.list_product_new .item_product .content .title,
.list_post_new .item_post .content .title{
    font-size: 16px;
}
.list_post_new .box-title .title,
.list_product_new .box-title .title{
    font-size: 20px;
}
.price,
.price bdi{
    color: #ff0000;
}
.list_post_new {
    margin: 20px 0;
}
.section-main-cate .box-right {
    position: -webkit-sticky;
    position: sticky;
    top: 103px;
    height: max-content;
}
.news_related .viewlist{
    grid-template-columns: repeat(3, 1fr);
}
.news_related .viewlist .calendar i{
    color: #ff0000;
}
#loading-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: #fff; 
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.loaded #loading-logo {
    display: none !important;
}
.btn-redmore{
    white-space: nowrap;
    color: #fff;
}
.btn-redmore:hover{
    font-weight: 700;
    color: #fff;
}
.box-title p{
    margin-bottom: 0 !important;
}