﻿/**,html, body {
    margin-left: 0;
    padding: 0;
    width: 100%;*/
/*   height: 100%;*/
    /*box-sizing: border-box;*/
/*    background: #e4e4e4;*/
/*}

.container{
    margin-top:50px;
}*/
/* ==== PAGE TITLE WRAPPER ==== */
/*#page-title {
    background: linear-gradient(135deg, #f8f9fc, #eef2f7);*/
/*    padding: 40px 0;*/
    /*border-bottom: 1px solid #e1e5eb;
    margin-bottom: 30px;
}*/

    /* ==== Nội dung bên trong ==== */
    /*#page-title .content {
        width: 85%;
        margin: 0 auto;
    }*/

    /* ==== Tiêu đề ==== */
    /*#page-title h3 {
        font-size: 2rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 10px;
    }*/

    /* ==== Breadcrumb ==== */
    /*#page-title .breadcrumb {
        background: transparent;
        padding: 0;
        margin: 0;
        font-size: 0.95rem;
    }

    #page-title .breadcrumb-item a {
        color: #007bff;
        text-decoration: none;
        transition: 0.2s;
    }

        #page-title .breadcrumb-item a:hover {
            text-decoration: underline;
        }*/

    /* Màu breadcrumb đang active */
    /*#page-title .breadcrumb-item.active a {
        color: #555 !important;
        cursor: default;
        text-decoration: none;
    }*/

    /* Ngăn cách breadcrumb mũi tên nhỏ */
    /*#page-title .breadcrumb-item + .breadcrumb-item::before {
        color: #bbb;
    }*/


/* ==== Responsive ==== */
/*@media (max-width: 768px) {
    #page-title {
        padding: 25px 0;
    }

        #page-title .content {
            width: 95%;
        }

        #page-title h3 {
            font-size: 1.6rem;
        }
}*/

/* ============================
   GLOBAL RESET & BASE LAYOUT
============================ */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
 
}

*, *::before, *::after {
    box-sizing: inherit;
}

.container {
    margin-top: 50px;
}

/* ============================
   PAGE TITLE WRAPPER
============================ */
#page-title {
    background: linear-gradient(135deg, #f8f9fc, #eef2f7);
    border-bottom: 1px solid #e1e5eb;
    padding: 30px 0;
    margin-bottom: 30px;
}

    /* Wrapper content */
    #page-title .content {
        width: 85%;
        margin: 0 auto;
    }

    /* Title text */
    #page-title h3 {
        font-size: 2rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 10px;
    }

    /* ============================
   BREADCRUMB
============================ */
    #page-title .breadcrumb {
        background: transparent;
        padding: 0;
        margin: 0;
        font-size: 0.95rem;
    }

    #page-title .breadcrumb-item a {
        color: #007bff;
        text-decoration: none;
        transition: 0.2s;
    }

        #page-title .breadcrumb-item a:hover {
            text-decoration: underline;
        }

    /* Active breadcrumb */
    #page-title .breadcrumb-item.active a {
        color: #555 !important;
        cursor: default;
        text-decoration: none;
    }

    /* Separator (arrow) */
    #page-title .breadcrumb-item + .breadcrumb-item::before {
        color: #bbb;
    }

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 768px) {

    #page-title {
        padding: 20px 0;
    }

        #page-title .content {
            width: 92%;
        }

        #page-title h3 {
            font-size: 1.55rem;
        }

        #page-title .breadcrumb {
            font-size: 0.9rem;
        }
}
@media (max-width: 400px) {
    *, body{
        width: 100%;
    }
    #page-title {
        padding: 20px 0;
    }

        #page-title .content {
            width: 92%;
        }

        #page-title h3 {
            font-size: 1.55rem;
        }

        #page-title .breadcrumb {
            font-size: 0.9rem;
        }
}

.page-home-container{
    width: 100%;
}
a {
    text-decoration: none !important;
}