/* 
    Created on : Feb 21, 2025, 11:02:47 PM
    Author     : Lamnx <nguyenxuanlam1987@gmail.com>
*/

/* common */
a {
    text-decoration: none;
    color: #224762;
}
a:hover {
    text-decoration: none;
    color:#e90606
}
.text-white {
    color: #FFFFFF;
}
.text-red {
    color:#e90606
}
.text-blue {
    color:#003d96
}
.text-blue-chambray {
    color: #224762
}
.text-black{
    color:#333
}
.clearafter:after {
    display: table;
    content: '';
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.bg-grey {
    background-color: #edf0f2
}
.bg-blue-chambray {
    background-color: #224762
}
.btn-red{
    background-color:#e90606;
    color:#fff;
    border-radius:0
}
.btn-blue-chambray{
    background-color:#035a78;
    color:#fff;
    border-radius:0
}
.border-red {border: 1px solid #e90606;}
.list-unstyle {
    list-style: none;
    padding-left: 0px
}
h4 {
    font-size:1.25rem
}
h5 {
    font-size:1.125rem
}
h6 {
    font-size:1rem
}
.title {
    letter-spacing: 1.2px;
    text-align: left;
}
h2.font-oswald {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal;
    font-size: 2.5rem;
}
.bg-red {
    background-color: #e90606;
    color: #fff!important;
}
.bg-grey {
    background-color: #ececec;
}
/* header */
.header {
    background: #e90606;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.header a {
    color: #fff;
    text-decoration: none;
}
.main-nav {
    position: relative;
}
.main-navbar {
    display: inline-block;
    position: relative;
    font-size: 0px;
    margin: 0;
}
.main-navbar>.nav-item {
    line-height: 54px;
    display: inline-block;
    padding: 0 10px;
}
.main-navbar>.nav-item:first-child {
    font-weight: 700;
}
.main-nav .nav-link {
    color: #fff;
    display: block;
    font-style: normal;
    font-size: 16px;
    position: relative;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.main-navbar .dropdown-menu {
    min-width: 200px;
    border: none;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, .1);
    padding: 0px;
    background-color: rgba(0, 0, 0, .85);
    padding: 10px 0;
}
.main-navbar .dropdown-menu .nav-item {
    padding: 0 15px;
}
.main-navbar .dropdown-menu .nav-link {
    margin: 0px;
    padding: 0px;
    display: block;
    color: #fff;
    line-height: 3.75;
    line-height: 2;
    text-transform: none;
}
.main-navbar .dropdown-menu .nav-link:hover{
    color: #1f1f1f;
}
.nav-item.has-children:hover .dropdown-menu{display: block;}

/* body */
.widget .heading {
    text-transform: uppercase;
    font-weight: bolder;
    color:#e90606;
    font-size:1.4rem
}
.heading.bg-red {
    padding: 3px 0;
}
.widget .heading.border-bottom {
    display:inline-block;
    padding-bottom:5px;
    border-bottom: 2px solid #e90606!important;
}
.sidebar-widget .view-more {
    font-weight: bold;
    font-size: 80%;
}
.introduce .heading .icon {
    color: #003d96;
}

.introduce .intro p {
    text-align: justify;
    padding-bottom: 10px
}
.introduce .btn-vmore {
    position: absolute;
    bottom: 0px
}
.search-categories .links a {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #003d96;
}
.ads-box {
    margin: 0 auto 15px;
}
.post-item a {
    color:#111;
    font-size:1rem;
    font-weight: 500
}
.list-post .post-item .post-image {
    width: 40%;
    clear: right;
    float: left;
    margin-right: 10px;
}
.list-post .post-item .title a:hover {
    color: #d9001b;
    text-decoration: none;
}

/* footer */
.footer {
    background: #3c3c3c;
    min-height: 100px;
    color: #fff;
    border-top: 10px solid #3c3c3c;
    font-size: 16px;
    line-height: 1.5;
}
.footer-content {
    width: 100%;
    margin: 20px 0;
}
.footer-content .row{
    display: flex;
}
.footer-logo a {
    background: #d9001b;
    display: inline-block;
    width: 200px;
}
.footer-info p {
    font-size: 16px;
    margin-bottom: 1px;
}
.footer .footer-actions {
    padding: 10px 0;
}
.footer-actions ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-actions ul li {
    margin-bottom: 5px;
    position: relative;
}
.footer-actions ul li a {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

/* responsive */
@media (max-width: 767px) {
    .footer-content {
        text-align: center;
    }
    .footer-actions ul li:first-child {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
    .footer-logo {
        margin-bottom: 10px;
    }
    .footer .footer-actions {
        padding: 20px 0;
    }
    .footer-actions ul li {
        float: left;
        display: inline-block;
        padding-right: 20px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 980px;
    }
    .title-2 {
        font-size: 1.25rem;
    }
    .main-container {
        float: left;
        margin-right: -320px;
        width: 100%;
    }
    .main-content {
        margin-right: 335px;
        padding: 0;
    }
    .sidebar {
        float: right;
        width: 320px;
    }
    .header-logo a img {
        width: 280px;
    }
    .navbar .mega-menu-header{
        text-transform: uppercase;
        font-weight: bold;
    }
    .footer-actions ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-actions ul li:first-child {
        padding-left: 0px;
    }
    .footer-actions ul li:last-child {
        padding-right: 0px;
    }
    .footer-actions ul li:first-child:before {
        display: none;
    }
    .footer-actions ul li:before {
        border-left: 1px solid red;
        content: ' ';
        height: 13px;
        display: block;
        position: absolute;
        left: 0px;
        top: 4px;
    }    
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .header-logo a img {
        width: 300px;
    }
    .main-container {
        margin-right: -350px;
    }
    .main-content {
        margin-right: 350px;
    }
    .sidebar {
        width: 330px;
    }
}
@media (max-width: 992px) {
    .collapsed-main-nav .main-nav {
        position: absolute;
        right: 0;
        top: 0px;
        background-color: #fff;
        width: 280px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        z-index: 100;
        float: none;
        margin-right: 0px;
    }
    .collapsed-main-nav .main-navbar {
        list-style: none;
        padding: 0;
        height: auto;
        width: 100%;
        background-color: transparent;
    }
    .collapsed-main-nav .main-navbar .nav-item {
        display: block;
        text-align: left;
        line-height: inherit;
        position: relative;
        clear: both;
        line-height: 50px;
    }
    .collapsed-main-nav .nav-link {
        color: #2b2b2b;
    }
    .navbar-collapse.show .main-nav {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}