p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
}

a {
    text-decoration: none;
    color: var(--bs-body-color);
}

h1 {
    font-size: 1.5rem;
}

header {
    padding: 15px 0;
}

.logo {
    width: 100px;
}

.site-name {
    padding: 10px 0 0;
    text-transform: uppercase;
    color: rgba(var(--bs-danger-rgb));
    font-weight: bold;
    text-align: center;
}

header .site-name {
    font-size: 20px;
}

.site-slogan {
    text-transform: uppercase;
    font-size: 16px;
    color: #FF7F27;
    font-weight: bold;
    text-align: center;
}

img {
    max-width: 100%;
}

.image-posts {
    max-height: 300px;
}

.footer {
    background-color: #2c3e50;
}

.mh-700px {
    max-height: 700px;
}

.menu h2 {
    font-size: 15px;
}
.footer .menu h2 {
    font-size: 13px;
}
.navbar-main {
    padding: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--bs-border-color-translucent);
    background-color: rgba(var(--bs-danger-rgb));
}
.navbar-fixed-top {
    position: fixed;
    top:0;
    z-index: 99999;
}
.page-section-heading::after {
    content: '---*---';
    display: block;
    font-size: 15px;
}

.navbar-toggler {
    color: #fff;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.contact-header a {
    color: rgba(var(--bs-danger-rgb));
}

.navbar-main .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.page-section-heading {
    padding: 15px 0;
}

.post-title,
.title-slide {
    padding: 10px 0;
    font-size: 18px;
}

footer {
    padding: 15px
}

.footer-dark,
.footer-dark a {
    color: #fff;
}

footer .logo {
    display: block;
    margin: 0 auto;
}

.contact-fixed .phone::before {
    background: url(../images/phone.png) no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.contact-fixed .home-phone::before {
    background: url(../images/homephone.png) no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.contact-fixed .messages::before {
    background: url(../images/messages.png) no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.contact-fixed .zalo::before {
    background: url(../images/zalo.png) no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.contact-fixed .map::before {
    background: url(../images/map.png) no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .container-fluid {
        padding: 0;
    }

    .contact-fixed {
        position: fixed;
        bottom: 30px;
        right: 5px;
        position: fixed;
        background: #fff;
        border-radius: 10px;
        padding: 5px;
        border: 1px solid #eaeaea;
        z-index: 9999;
    }

    .contact-fixed a {
        display: block;
        clear: both;
        font-size: 10px;
        color: #000;
        text-align: center;
        margin-bottom: 5px;
        border-bottom: 1px solid #eee;
        text-align: center;
    }

    .contact-fixed a:before {
        content: '';
        width: 100%;
        height: 47px;
        display: block;
    }
}

@media(max-width: 768px) {
    .contact-fixed {
        position: fixed;
        bottom: 0px;
        width: 100%;
        background: #fff;
        padding: 5px;
        border: 1px solid #eaeaea;
    }

    .contact-fixed a {
        width: 20%;
        font-size: 10px;
        display: block;
        float: left;
        color: #000;
        text-align: center;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .contact-fixed a:before {
        content: '';
        width: 100%;
        height: 40px;
        display: block;
    }

    footer {
        margin-bottom: 40px;
    }
}

.contact-fixed a:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

/* slide */
.media-slide-default {
    text-align: center;
}

.media-slide-default img {
    width: 100px !important;
    margin: 0 auto 20px auto;
}

.slide-info img {
    border-radius: 50%;
}

.owl-2-style .owl-nav {
    display: none;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}

.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 0px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
    border-radius: 50%;
}

.owl-2-style .owl-dots .owl-dot.active span {
    background: #007bff;
}

.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
    outline: none;
}

/* category */
.post-archive-tag {
    font-size: 1 em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e5ec;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.post-archive-item {
    color: inherit !important;
    text-decoration: none !important;
}

.post-archive-item .title {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #363d47;
}

.post-archive-meta {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

.post-archive-meta .post-archive-meta-img {
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 100%;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.post-archive-meta .post-archive-meta-details .post-archive-meta-details-name {
    font-size: 0.9rem;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.post-archive-meta .post-archive-meta-details .post-archive-meta-details-date {
    font-size: 0.75rem;
    line-height: 1;
}

.card {
    border-radius: 0;
}

.description {
    font-size: 1.1rem;
    font-weight: 400;
}

.button-share-facebook {
    font-size: 25px;
    color: #3665b0;
    cursor: pointer;
}

.single-post .thumbnail {
    text-align: center;
}

.single-post .thumbnail img {
    max-height: 500px;
}

.navbar-nav .nav-link.show {
    color: #fff;
}

.dropdown-menu {
    border-radius: 0;
    background-color: rgba(var(--bs-danger-rgb));
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0px;
}

.dropdown-menu .dropdown-item {
    text-transform: uppercase;
    color: #fff;
}


.dropdown-menu .dropdown-item:hover {
    border-radius: 0;
    background-color: rgba(var(--bs-danger-rgb));
    color: #fff;
}