/* header */
.header .header-main {
    background-color: #1B86A2;
    height: 70px;
}
.header .header-bottom {
    background-color: #284985;
}
.header .header-bottom a img{
    width: 20px;
}
.header .header-bottom .header-bottom-nav li a{
    color: #fff;
}
.header .header-bottom .header-bottom-nav .active a{
    color: #ffd34f ;
}
.header .header-bottom .sub-menu li a{
    color: #000 !important;
}
.mobile-sidebar .sidebar-menu .menu-item a img{
    width: 25px !important; 
}
/* end header */

/* trang chủ */
.c-text-slide .col-inner {
    border: 1px solid #4264a6;
    border-radius: 35px;
    display: flex;
    align-items: center; 
    overflow: hidden;
}

.c-text-slide .slide-text-container {
    display: flex;
    align-items: center; 
}

.c-text-slide .slide-text-container img {
    padding: 0 15px;
    width: 60px;
    z-index: 1;
    background-color: #fff;
}

.c-text-slide .col-inner p {
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 14px; 
    animation: marquee 40s linear infinite;
}

@keyframes marquee {
    0% { transform: translateX(50%); }
    100% { transform: translateX(-100%); }
}
.c-thong-tin .ux-menu .ux-menu-link a{
    border-bottom-style: unset !important;
    padding: 0 !important;
    padding-left: 10px !important;
}
.c-btn-xem-them{
    position: absolute;
    top: 0;
    right: 0;
}
.c-thong-tin h3, .c-diem-bao h3{
    border-bottom: unset !important;
}
.c-noi-bat .box-text {
    width: 50%;
    margin-left: 50%;
    background-color: var(--c-heading-color);
    padding: 10px !important;
    border-radius: 0 10px 0 0 ;
}
.c-noi-bat .box-text h4{
    color: #000 !important;
}
/* trang chủ */
/* c-Vip */
.c-cap-nhat td p{
    text-align: center;
}
.c-dac-quyen-vip{
    padding: 20px;
    background-color: #DFE2EA;
    border-radius: 10PX;
}
.c-dac-quyen-vip .vipTitle{
    color: #284985;
    font-size: 18px;
    font-weight: bold;

}
/* c-Vip */

/* category */
.c-cate-huong-dan .post-item .col-inner{
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 15px -3px rgba(0, 0, 0, .1);
}

.c-cate-huong-dan .post-item .col-inner .box-text a{
    width: 100%;
}
.c-cate-huong-dan .post-item .col-inner .box-text button{
    width: 100%;
    background-color: #284985;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    padding: 5px 0;
    text-transform: capitalize;
}

.c-cate-huong-dan h1{
    padding-bottom: 20px;
    border-bottom: 1px solid #000 !important;
}
/* category */

/* Footer */
.c-footer{
    border-top: 2px solid var(--c-primary-color);
}
.c-footer .ux-menu-title{
    color: #fff;
    font-size: 16px;
}
.c-footer .ux-menu .ux-menu-link span{
    font-size: 14px;
    color: #fff;
}
.c-footer .ux-menu .ux-menu-link:hover span{
    color: #EB6B2D;
}
.c-footer p{
    font-size: 14px;
}
.c-footer .ux-menu .ux-menu-link a{
    border-bottom-style: unset !important;
    padding: 0 !important;
    min-height: 1.7em;
    padding-left: 5px !important;
}
.c-footer .text-title{
    color: #fff;
	font-weight: bold;
}
.c-footer p{
    color: #fff;
}
/* End Footer */
/* c-cate-huong-dan */
.c-cate-huong-dan h1{
    padding-bottom: 0;
    padding-top: 20px;
    border-bottom: 1px solid #000;
}
.c-cate-huong-dan .tabbed-content ul{
    background-color: #C6C6C6;
}
.c-cate-huong-dan .tabbed-content ul li{
    flex-grow: 1;
}
.c-cate-huong-dan .tabbed-content ul li a{
    width: 100%;
    padding: 8px 0;
    display: flex;
    justify-content: center;
}
.c-cate-huong-dan .tabbed-content ul .active a{
    border-radius: 0;
}
/* c-cate-huong-dan */
/* .c-404 */
.c-404 h1{
    font-size: 25px;
    color: #000 !important;
}
.c-404 p{
    line-height: 1;
}
.c-404 p span{
    font-size: 130px;
    font-weight: bold;
    color: #000;
}
/* ..c-404 */
/* .c-pagination */
.c-pagination{
    display: flex;
    justify-content: center;
}
.c-pagination span,
.c-pagination a {
    margin: 5px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-pagination .current {
    border: unset;
    background-color: var(--c-primary-color);
    color: #fff;
}
/* ..c-pagination */


