﻿
.logo-box-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100000px;
    bottom: 0;
    right: 0px;
    border-bottom: 130px solid #ffffff;
    border-right: 70px solid transparent;
    z-index: -1;
}
.sticky-menu .logo-box-two:before {
    border-bottom: 80px solid #ffffff;
    border-right: 40px solid transparent;
}
.blog-two__single-content .meta-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 5px;
}
.blog-two__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 5px;
}
.blog-two__single-content {
    position: relative;
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 18px 20px 1px;
}

.footer-main {
    position: relative;
    display: block;
    padding: 35px 0px 75px;
    overflow: hidden;
    z-index: 1;
}
.footer-main__bottom {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
}

.footer-widget__about-inner {
    color: #fff !important;
}

/********************************************/
* {
    box-sizing: border-box;
}

.jeowayContactAllInOne_layer {
    position: fixed;
    z-index: 9999;
}

.jeowayContactAllInOne_container {
}

    .jeowayContactAllInOne_container div {
        margin-top: 100px;
        margin-bottom: 0;
    }

.jeowayViTri_Goc_Trai_Giua {
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jeowayViTri_Goc_Trai_Duoi {
    left: 0;
    bottom: 0;
}

.jeowayViTri_Goc_Phai_Giua {
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jeowayViTri_Goc_Phai_Duoi {
    right: 25px;
    bottom: 110px;
}

.scroll-top.open {
    bottom: 25px;
    right: 100px;
}
.blog-details {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 60px 0px 80px;
    z-index: 1;
}
.blog-standard-page__single-content {
    display: flex;
    flex-direction: column;
    background: var(--thm-white);
    box-shadow: 0px 4px 65px 0px rgba(18, 18, 19, 0.06);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 50px;
    z-index: 1;
}

.content-wrapper {
    /*  Thêm các kiểu cho nội dung bài viết nếu cần  */
    width: 100%; /* Đảm bảo nội dung chiếm toàn bộ chiều rộng */
}

.meta-box {
    display: flex;
    justify-content: flex-end; /* Căn phải các mục trong meta-box */
    align-items: center; /* Căn giữa theo chiều dọc */
    margin-top: 20px; /* Khoảng cách giữa nội dung và meta-box */
}

    .meta-box li {
        display: inline-block;
        margin-left: 15px;
    }

    .meta-box a {
        text-decoration: none;
        color: inherit;
    }

    .meta-box i {
        margin-right: 5px;
    }


/*******************************/
/* CSS chung */
.fact-counter-two__single {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px; /* Thêm margin âm để căn chỉnh padding của cols */
}

.image-container {
    height: 120px;
    margin-bottom: 15px;
    padding: 0 7.5px; /* Thêm padding để tạo khoảng cách giữa các columns */
}

    .image-container img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

/* Định nghĩa class col-xl-1-5 cho desktop */
@media (min-width: 1200px) {
    .col-xl-1-5 {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

/* CSS cho tablet */
@media (max-width: 1199.98px) {
    .image-container {
        width: 25%; /* 4 hình trên một hàng */
    }
}

/* CSS cho điện thoại */
@media (max-width: 575.98px) {
    .image-container {
        width: 50%; /* 2 hình trên một hàng */
        height: 100px; /* Giảm chiều cao ảnh trên mobile */
    }
}