ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer !important;
}

input {
    outline: 0;
}

form .group {
    display: flex;
    position: relative;
}

form .group .icon-search {
    position: absolute;
    right: 22px;
    top: 8px;
    cursor: pointer;
}

form .group input.radius {
    border-radius: 30px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 982px;
    }
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

p {
    line-height: 1.6;
    margin: 0.8em 0;
}

body {
    font-family: 'Tahoma' !important;
    font-size: 14px;
}

@font-face {
    font-family: 'Tahoma';
    src: url("../fonts/Tahoma-Regular-font.woff2") format("woff2"), url("../fonts/Tahoma-Regular-font.woff") format("woff"), url("../fonts/Tahoma-Regular-font.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|" !important;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav {
    margin-left: 10px;
}

.header-main .main-nav .navbar-nav .nav-item {
    margin-left: 2px;
    margin-right: 2px;
}

.header-main .main-nav .navbar-nav .nav-item a.nav-link {
    font-size: 12px;
    font-weight: 700;
    color: #800004;
}

.header-main .main-nav .navbar-nav .nav-item {
    position: relative;
}

.header-main #mega-menu ul {
    list-style: none;
}

.header-main .nav-item .sub-menu li {
    position: relative;
}

.header-main span.btn-dropmenu {
    position: absolute;
    right: -6px;
    color: #084F9D;
    top: 8px;
}

@media (max-width: 991px) {
    #mega-menu ul {
        padding-left: 10px;
    }

    #mega-menu ul {
        display: none;
    }

    .navbar-nav .nav-item .sub-menu {
        display: none;
        padding-left: 20px;
    }

    .btn-dropmenu i.fa.rotate {
        transform: rotate(-180deg);
        transition: all 0.3s;
    }

    .btn-dropmenu i {
        padding: 8px 11px;
        background: red;
        border-radius: 33px;
        color: #fff;
    }
}

@media (min-width: 991px) {
    .nav-item .sub-menu {
        position: absolute;
        overflow: hidden;
        animation-name: menu-effect-out;
        animation-duration: 0.2s;
        animation-direction: alternate;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        transition: all 0.2s ease;
        visibility: hidden;
        height: auto;
    }

    .nav-item:hover .sub-menu {
        /*  display: revert !important;*/
        animation-name: menu-effect-in;
        visibility: visible;
        /*  animation-duration: 0.3s;*/
        animation-direction: alternate;
        animation-fill-mode: backwards;
        animation-timing-function: linear;
        visibility: visible;
    }

    @keyframes menu-effect-in {
        from {
            height: 0px;
        }

        to {
            height: 200px;
        }
    }

    @keyframes menu-effect-out {
        from {
            height: 200px;
        }

        to {
            height: 0;
        }
    }

    .main-nav .navbar-nav .menu-item-mega a {
        position: relative;
    }

    .menu-item-mega {
        position: static !important;
    }

    .menu-item-mega .mega-item a {
        text-transform: inherit;
    }

    div#mega-menu {
        position: absolute;
        width: 100%;
        background: #fff;
        right: 0px;
        z-index: 100;
        visibility: hidden;
        box-shadow: 0 2px 8px #bebebe;
    }

    div#mega-menu .mega-item a {
        color: #333;
        padding-left: 0;
        padding-right: 0;
        text-transform: inherit;
    }

    div#mega-menu ul {
        list-style: none;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: auto;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div#mega-menu .mega-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
    }

    div#mega-menu .mega-item:before {
        content: "\f105";
        display: block;
        color: #FF000A;
        font-family: 'FontAwesome';
        margin-right: 5px;
        font-weight: bold;
    }

    .main-nav .nav-item:hover #mega-menu {
        visibility: visible;
    }
}

.header-top .header-search {
    margin-left: 20px;
    max-width: 251px;
    width: 100%;
}

.header-top .header-search form input {
    width: 100%;
}

.header-top .navbar-brand img {
    width: 139px;
}

.header-top .header-search form .input-group {
    background: url(../images/bg_inputsearch.jpg);
    height: 21px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header-top .header-search form input {
    width: 83%;
    border: unset;
    background: unset;
    height: 18px;
    padding-left: 10px;
}

.header-top .header-right select {
    border: unset;
    cursor: pointer;
}

.header-main .navbar-nav .nav-item {
    background: url(../images/bar_top_menu_hover_rights.jpg);
    background-repeat: no-repeat;
    border-right: 1.2px solid #a9a9a9;
    border-left: 1.2px solid #a9a9a9;
    border-radius: 4px;
}

.header-main .navbar-nav .nav-item.active {
    background: url(../images/bar_top_menu_hover_right.jpg);
    background-repeat: no-repeat;
    border-radius: 4px;
}

.header-main .navbar-nav .nav-item.active a.nav-link {
    color: #fff;
}

.header-main .navbar-nav .nav-item:hover {
    background: url(../images/bar_top_menu_hover_right.jpg);
    background-repeat: no-repeat;
}

.header-main .main-nav .navbar-nav .nav-item:hover a.nav-link {
    color: #fff;
}

.navbar-nav>.nav-item>.sub-menu>li {
    display: flex;
    align-items: center;
}

.navbar-nav>.nav-item>.sub-menu>li a {
    padding-left: 0;
    padding-right: 0;
    color: #333 !important;
}

.navbar-nav>.nav-item>.sub-menu>li:hover a {
    color: #cc0000 !important;
}

.navbar-nav>.nav-item>.sub-menu>li::before {
    content: '';
    background: url("../images/a_dropdown.jpg");
    width: 12px;
    height: 5px;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.navbar-nav>.nav-item>.sub-menu {
    min-width: 200px;
    background: #afaeae;
    border-radius: 4px;
}

.header-top {
    height: 80px;
}

.breadcrumb-top ol.breadcrumb {
    justify-content: end;
    background: unset;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 15px;
}

.breadcrumb-top .breadcrumb-item {
    color: #666;
    font-size: 13px;
}

.breadcrumb-top .breadcrumb-item a {
    color: #666;
    font-size: 13px;
}

.breadcrumb-top .breadcrumb-item i {
    margin-right: 5px;
}

.home-news,
.home-partner {
    margin-top: 30px;
}

@media (max-width: 998px) {
    .header-top {
        height: 38px;
        padding-top: 16px;
    }

    .header-top .navbar-brand {
        display: none;
    }

    .header-main {
        position: relative;
    }

    .header-main button.navbar-toggler {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-main .navbar-brand {
        width: 100%;
        text-align: center;
    }

    .header-main .navbar-nav .nav-item,
    .header-main .navbar-nav .nav-item.active {
        background-size: 100%;
    }

    .header-main .main-nav .navbar-nav .nav-item a.nav-link {
        font-size: 18px;
    }

    footer section.footer {
        height: 100%;
        margin-top: 35px;
        justify-content: flex-start;
    }

    footer .menu-footer ul {
        white-space: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }
}

section.footer {
    background: url(../images/bg_footer-3.jpg);
    background-repeat-y: no-repeat;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: 50% 50%;
}

.visitor {
    height: 100%;
}

.menu-footer {
    padding-top: 20px;
}

.menu-footer ul {
    display: flex;
    margin: 0 auto;
    list-style: none;
    justify-content: center;
}

.menu-footer ul li {
    border-right: 1px solid #333;
    padding-left: 5px;
    padding-right: 5px;
}

.menu-footer li a {
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
}

.visitor p span {
    font-weight: bold;
    color: #970509;
}

.footer-wrapper {
    width: 100%;
}

.banner-home {
    text-align: center;
    background: url(../images/bg_banner.jpg);
    height: 200px;
    margin-top: -9px;
    box-shadow: 8px 2px 8px 2px #313131;
}

.banner-home img {
    height: 200px;
}

.home-about {
    padding-top: 20px;
    padding-bottom: 30px;
}

.horizontal-bg-color {
    background: url("../images/anh-nen-do.jpg");
    width: 100%;
    height: 70px;
    box-shadow: 7px 2px 3px 2px #ccc;
}

.section-title {
    border-bottom: 1px solid #E5E5E5;
    border-top: medium none;
    color: #940005;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-top: 0;
    border-left: 3px solid #940005;
}

.btn-readmore {
    background: url(../images/icon_detail_tin.jpg);
    color: #fff;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    padding: 4px 8px;
}

.home-partner {
    margin-top: 70px;
}

.home-partner .partner-slide-prev {
    background-image: url("../images/icon-prev.jpg");
    background-size: 100%;
    width: 21px;
    height: 38px;
    left: -25px;
}

.home-partner .partner-slide-next {
    background-image: url("../images/icon-next.jpg");
    background-size: 100%;
    width: 21px;
    height: 38px;
    right: -25px;
}

.home-news,
.home-partner {
    position: relative;
}

.home-news .block-news ul {
    list-style: none;
}

.home-news .block-news ul li {
    border-bottom: 1px dotted #999999;
    display: flex;
    padding-bottom: 5px;
    padding-top: 5px;
}

.home-news .block-news ul li a {
    color: #333333;
    font-size: 13px;
}

/*.home-news .block-news ul li::before {
    content: '';
    background: url("../images/icon_right_2.jpg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 9px;
    margin-right: 5px;
}*/

.home-news .news-slide-prev {
    left: unset;
    right: 43px;
}

.home-news .news-slide-next {
    right: 0;
}

.home-news .news-slide-next,
.home-news .news-slide-prev {
    background: unset;
    top: unset;
    bottom: -50px;
    width: 30px;
    height: 30px;
    background-color: #940005;
    border-radius: 4px;
}

.home-news .news-slide-next i,
.home-news .news-slide-prev i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrap-breadcrumbs {
    background: #FDDEE4;
}

.wrap-breadcrumbs .breadcrumb {
    background: transparent;
}

.wrap-breadcrumbs .breadcrumb .breadcrumb-item a {
    color: #333;
}

.about-cat {
    background: url(../images/bar_top_menuc2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
}

.about-cat .about-head-title {
    color: #940005;
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 10px;
}

.about-cat ul {
    list-style: none;
    padding: 10px;
}

.about-cat ul li a {
    padding-left: 5px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
}

.about-cat ul li a::before {
    content: '';
    background: url("../images/a_dropdown.jpg");
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    display: inline-block;
}

.about-cat ul li a:hover {
    color: #940005;
}

.archive-post,
.single-post {
    padding-top: 20px;
    padding-bottom: 30px;
}

.post-list .post-item {
    padding: 10px 0;
}

.post-list .post-item img {
    width: 261px;
    height: 141px;
    object-fit: cover;
}

.post-list .post-item .media-body h5 {
    font-size: 13px;
    font-weight: 600;
}

.post-list .post-item .media-body p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 6.5em;
}

.paginations .page-item {
    margin-right: 10px;
}

.paginations .page-item a {
    color: #333;
}

.paginations .page-item.active .page-link {
    background-color: #940005;
    border-color: #940005;
    padding: 8px 14px;
}

.accordion-item .accordion-title {
    background: url(../images/accordon_bg.jpg) no-repeat scroll left top #ee000000;
    background-size: 100%;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 800;
    height: 23px;
    line-height: 23px;
    padding-left: 26px;
    width: 684px;
    margin-bottom: 2px;
    cursor: pointer;
}

.accordion-item .accordion-content {
    width: 96%;
    background: url(../images/bg-khachhang.jpg);
    height: 96px;
    background-size: contain;
    align-items: center;
    display: flex;
    padding-left: 24px;
}

.accordion-item .accordion-content .media {
    width: 100%;
}

.accordion-item .accordion-content .media-body h5 {
    font-size: 12px;
    font-weight: 700;
}

.accordion-item .accordion-content .media-body p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
}

.accordion-item:hover .accordion-title {
    background: url(../images/accordon_bg.jpg) no-repeat scroll left -23px transparent;
    background-size: 100%;
}

#articledetail_tool {
    text-align: right;
    border-bottom: 1px solid #969696;
    border-top: 1px solid #969696;
    margin-top: 15px;
}

#articledetail_tool ul {
    display: flex;
    flex-direction: row-reverse;
    list-style: none;
}

#articledetail_tool li {
    color: #999;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

#articledetail_tool li a {
    color: #999;
}

#articledetail_tool li.shared span {
    background: url(../images/share.png) no-repeat;
    height: 16px;
    width: 15px;
    display: inline-block;
}

#articledetail_tool li.sendemail span {
    background: url(../images/emailicon.png) no-repeat;
    width: 22px;
    height: 16px;
    display: inline-block;
}

#articledetail_tool li.print span {
    background: url(../images/faxicon.png) no-repeat;
    width: 22px;
    height: 16px;
    display: inline-block;
}

#articledetail_tool li.back span {
    background: url(../images/back.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.related-posts-title {
    color: #9B0006;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    margin-top: 13px;
    padding-bottom: 5px;
}

.related-posts-list ul {
    list-style: none;
}

.related-posts-list ul li {
    padding: 5px 0 2px 10px;
    display: flex;
    align-items: center;
}

.related-posts-list ul li::before {
    content: '';
    background: url("../images/icon_news.jpg");
    background-repeat: no-repeat;
    min-width: 12px;
    height: 9px;
    display: inline-block;
}

.related-posts-list ul li a {
    color: #333;
    font-size: 12px;
}

.meta-box .post-date,
.meta-box span {
    font-size: 13px;
}

.partner-sidebar-slide {
    height: 233px;
}

.partner-sidebar-slide .swiper-slide a {
    display: block;
    padding: 5px;
}

.partner-sidebar-slide {
    position: relative;
}

.partner-sidebar-next {
    right: 10px;
}

.partner-sidebar-prev {
    left: unset;
    right: 36px;
}

.partner-sidebar-next i,
.partner-sidebar-prev i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.partner-sidebar-next,
.partner-sidebar-prev {
    background: unset;
    width: 20px;
    height: 20px;
    background: #940005;
    top: unset;
    bottom: -35px;
}

.about-cat ul li:hover {
    background: #b60707;
    border-radius: 50px;
}

.about-cat ul li:hover a {
    color: #fff;
}

.accordion-item .paginations {
    display: none;
    margin-right: 20px;
}

.accordion-item .paginations .page-link,
.paginations .page-item.active .page-link {
    padding: 3px 9px;
}

.post-list .post-item .media-body h5 {
    color: #333;
    line-height: 18px;
}

.post-list .post-item .media-body h5:hover {
    color: #da251d;
}

@media (max-width: 768px) {
    .accordion-item .accordion-content {
        min-height: 153px;
    }

    .accordion-content .media {
        align-items: center;
    }

    .accordion-item .accordion-title {
        width: 100%;
        background-size: unset;
    }

    .home-partner {
        margin-top: 20px;
    }
}

@media (max-width: 426px) {
    .header-main .navbar-brand img {
        height: 72px;
    }

    footer #footer .footer-block .block-item img {
        margin-right: 5px;
        width: 10px;
    }

    footer #footer .footer-block .block-item span {
        font-size: 10px;
    }

    footer #footer .footer-menu ul li.nav-item {
        padding: 0;
        line-height: 22px;
    }

    .breadcrumb-top ol.breadcrumb {
        justify-content: flex-start;
        padding-left: 0;
    }

    .post-item .media {
        flex-wrap: wrap;
    }

    .post-list .post-item img {
        width: 100%;
        height: auto;
    }

    .post-list .post-item .media-body h5 {
        margin-top: 10px !important;
    }

    .about-cat {
        width: 100%;
    }

    .about-cat ul {
        padding-top: 20px;
    }

    .about-us-content table tr td {
        width: 100% !important;
        display: block;
    }

    .about-us-content table tr td img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 992px) {
    .navbar .navbar-brand {
        display: none;
    }

    .main-nav .navbar .navbar-collapse.mobile {
        position: fixed;
        height: 100%;
        width: 80%;
        background: #fff;
        top: 0;
        left: -1000px;
        z-index: 100;
        transition: all 0.3s;
    }

    .main-nav .navbar .collapse {
        display: block;
    }

    .overlay-mobile.show {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0e0e0e82;
        z-index: 100;
        display: block;
        top: 0;
        left: 0;
    }

    .main-nav .navbar .navbar-collapse.mobile.active {
        left: 0px;
    }

    .header-wrapper .header-main .main-nav .navbar-nav {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .navbar-brand.mobile {
        display: none;
    }

    .navbar-toggler {
        display: none;
    }
}

.contact {
    padding-top: 50px;
    background: #fff;
}

.contact .contact-logo {
    margin-bottom: 30px;
    margin-top: 20px;
}

.contact h4 {
    font-size: 16px;
    border-bottom: 2px solid #d8d8d8;
}

.contact h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact .info {
    align-items: center;
    margin-bottom: 15px;
}

.contact .info .icon {
    margin-right: 16px;
}

.contact .info .icon i {
    font-size: 16px;
    color: #333;
    margin-left: 12px;
}

.contact .info .icon .fa-map-marker {
    margin-right: 25px;
}

.contact .info .icon .fa-envelope-o {
    font-size: 25px;
}

.contact .info b {
    font-size: 18px;
}

.contact button {
    background: #ffffff;
    color: #494949;
    padding: 6px 35px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    border: 1px solid #707070;
    border-radius: 50px;
}

.contact form {
    padding: 20px 30px;
    background: #F7F7F7;
    border-radius: 10px;
}

.contact form h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-align: center;
}

.contact form input {
    border-radius: 5px;
}

.contact form label {
    font-weight: bold;
}

.contact form label.name {
    margin-bottom: 32px;
}

.contact form label span {
    font-size: 20px;
    color: #ED1C24;
}

.contact form textarea {
    max-height: 120px;
}

.footer .info:last-child p {
    margin-bottom: 0;
}

.address p {
    margin-top: 2px;
    margin-bottom: 5px;
}