@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1150px;
    }
}

body {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Barlow', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

.row {
    --bs-gutter-x: 1rem;
}

.gallary .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px
}

.gallary img {
    width: 100%;
}

.ul-red {
    list-style: circle outside url("/images/li.svg");
}

ul {
    padding-left: 20px;
}

footer {
    background: #F9F9F9;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    min-height: 235px;
}

footer .h5 {
    font-size: 15px;
}

footer img {
    display: inline-block;
}

.logo {
    position: absolute;
    left: 0px;
    top: 0px;
    background: white;
    padding: 10px;
    z-index: 10;
    max-width: 150px;
}

.logo img {
    max-width: 100%;
}

#search {
    height: 20px;
    border: 0.5px solid #1C5680;
    border-radius: 20px;
    padding: 3px 10px;
    padding-right: 30px;
    font-style: italic;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: rgba(28, 86, 128, 0.2);
    margin-right: 20px;
}

#main-menu {
    margin-right: -20px;
}

#main-menu li .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #1C5680;
    margin-top: 5px;
}

.home .section2 {
    margin-top: 35px;
}

.home .section3 {
    margin-top: 50px;
}

section img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-color {
    color: #1C5680;
}

.left-border-red {
    border-left: 6px solid #CC171E;
    margin-right: 10px;
}

#linh-vuc-hoat-dong .section-title {
    margin-bottom: 34px;
}


.linh-vuc-item {}

.backdrop {
    min-height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 16.98%, rgba(217, 217, 217, 0) 59.66%);
    width: 100%;
}

.title-backdrop {
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: white;
    z-index: 2;
    transition: 0.5s;
}

.linh-vuc-item>a:after {
    content: '';
    visibility: 0;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.linh-vuc-item:hover>a:after {
    content: '';
    visibility: 1;
    background-color: rgb(255 255 255 / 85%);
    z-index: 1;
    transition: 0.5s;
}

.linh-vuc-item:hover .backdrop {}

.linh-vuc-item:hover .backdrop .title-backdrop {
    color: #22689B;
}

#cua-hang {
    margin-top: 80px;
}

#cua-hang .tieu-de {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #1C5680;
}

#cua-hang .mota {
    padding-left: 35px;
}

#cua-hang .cua-hang-desc {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 15px;
}

#cua-hang .read-more {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #CC171E;
}

#so-lieu {
    margin-top: 80px
}

#so-lieu>.row {
    margin-left: -12px !important;
    margin-right: -12px !important;
}

#so-lieu .box-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

#so-lieu .numberbox {
    border: 1px solid #CC171E;
    height: 100%;
}

#so-lieu .numberbox .number {
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 93px;
    color: #1C5680;
}

#so-lieu .numberbox .number-text {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 60px;
    color: #1C5680;
    vertical-align: bottom;
}

#so-lieu .numberbox .number-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #CC171E;
    margin-top: 10px;
}

#so-lieu .numberbox .number-desc {
    margin-top: 48px
}

#bang-tin {
    margin-top: 50px;
    color: white;
}

#bang-tin .mota .author {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height, or 233% */
    color: #FFFFFF;
}

#bang-tin .mota .title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    /* or 100% */
    color: #FFFFFF;
    margin-top: 35px;
    margin-bottom: 30px;
}

#bang-tin .mota .read-more {
    width: calc(100% - 60px);
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 10px 10px 0 0;
    display: block;
    background: #1d5780;
}
#bang-tin .mota {
    position: relative;
    height: 100%;
}
#bang-tin .bang-tin-item {
    color: #FFFFFF;
    padding: 25px
}

#bang-tin .bang-tin-item .title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
}

#bang-tin .bang-tin-item .items {
    padding-left: 10px;
    margin-top: 25px;
    margin-bottom: 0;
    padding-right: 55px;
}

.gia-ban-xang-dau {
    padding: 15px 20px;
}

.gia-ban-le .title,
.gia-dau-tho .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    /* identical to box height */
}

.gia-ban-xang-dau table td,
.gia-ban-xang-dau table th {
    padding: 5px 10px;
}

.gia-ban-xang-dau table tr th:first-child {
    min-width: 40%;
}

#ve-timexco .left-col {
    margin-top: 100px;
    ;
    padding-right: 70px
}

#ve-timexco {
    margin-top: 40px;
}

#linhvuc {
    margin-top: 15px !important
}

#linhvuc>.row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-left: -25px;
    margin-right: -25px;
}

#linhvuc>.row>.col {
    padding-left: 25px;
    padding-right: 25px;
}

.border-left {
    border-left: 6px solid #CC171E;
    padding-left: 10px;
}

#linhvuc .tieu-de {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1C5680;
}

#linhvuc .mo-ta {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0E0E0E;
    margin-top: 35px;
    margin-bottom: 45px;
}

.xem-them {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #CC171E;
}
.xem-them:hover {
    font-weight: bold;
    color: red;
    text-decoration: underline;
}
#linhvuc .text {
    /* padding-right: 50px; */
}

#linhvuc .col:nth-child(2).text {
    /* padding-right: 0px;
    padding-left: 50px; */
}

.lvhd .banner {
    padding: 80px 0 40px;
    background: #154E77;
    color: white;
}

.lvhd .banner .tieu-de {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}

.lvhd .banner .mo-ta {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.lvhd .banner .button {
    padding: 5px 15px;
    background: #CC171E;
    display: inline-block;
}

#to_top {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/* tin tuc */

.tin-tuc .banner {
    background-size: cover;
    position: relative;
    min-height: 465px;
    padding: 60px 0 100px;
    background: #154E77;
    color: white;
}

.tin-tuc .banner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    content: '';
    background-color: #154E77;
    opacity: 0.8;
    z-index: 0;
}

.tin-tuc .banner .content {
    z-index: 1;
}

.tin-tuc .banner .subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
}

.tin-tuc .banner .title {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
}

.tin-tuc .banner .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.tin-tuc .banner .button {
    padding: 5px 20px;
    background: #CC171E;
    display: inline-block;
}

.tin-tuc .main {
    padding: 50px 55px;
}

.tin-tuc .main .title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */
    color: #1C5680;
    margin-bottom: 35px;
}

.tin-tuc .main .tintuc-item {
    margin-bottom: 35px;
    border: 1px solid #CC171E;
}

.tin-tuc .main .tintuc-item .item-content {
    padding: 35px 35px 35px 20px;
    position: relative;
}

.tin-tuc .main .tintuc-item .item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #1C5680;
    margin-bottom: 20px;
}

.tin-tuc .main .tintuc-item .item-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.tin-tuc .main .tintuc-item .item-meta {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #CC171E;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 15px;
    background: white;
    width: 100%;
}

.tin-tuc .main .tintuc-item .item-title {}

.tin-tuc .main .tintuc-item .item-image {}

.tin-tuc .main .action a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 30px;
    color: #CC171E;
    border: 1px solid #CC171E;
    display: inline-block;
}

.tin-tuc footer {
    margin-top: 0 !important;
}


/* bai viet */

.bai-viet {
    /* Style cho tiêu đề h1 */
    /* Style cho phần nội dung chính */
}

.bai-viet .banner {
    background-size: cover;
    position: relative;
    min-height: 465px;
    padding: 60px 0 100px;
    background: #154E77;
    color: white;
}

.bai-viet .banner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    content: '';
    background-color: #154E77;
    opacity: 0.8;
    z-index: 0;
}

.bai-viet .banner .content {
    z-index: 1;
}

.bai-viet .banner .subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
}

.bai-viet .banner .title {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
}

.bai-viet .banner .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.bai-viet .banner .button {
    padding: 5px 20px;
    background: #CC171E;
    display: inline-block;
}

.bai-viet h1 {
    font-size: 2em;
    margin: 30px 0;
}

.bai-viet .main-content {
    display: flex;
    flex-wrap: wrap;
}

.bai-viet .article {
    flex: 2;
    margin-right: 20px;
}

.bai-viet .article h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.bai-viet .article p {
    font-size: 1.2em;
    line-height: 1.5;
}

.bai-viet .related-articles {
    flex: 1;
}

.bai-viet .related-articles h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.bai-viet .related-articles ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bai-viet .related-articles li {
    margin-bottom: 10px;
}

.bai-viet .related-articles a {
    text-decoration: none;
    color: #333;
}

.bai-viet .relate-item {
    display: block;
    margin-bottom: 35px;
}

.bai-viet .relate-item img {
    margin-bottom: 15px;
}

.bai-viet .meta-data {
    color: #CC171E;
    font-weight: 600;
}

.tuyen-dung-item {
    padding: 20px;
    border: 1px solid #CC171E;
    margin-bottom: 35px;
}

.tuyen-dung-item .desc>.row {
    margin-bottom: 10px;
}

.tuyen-dung-item .item-right>a {
    padding-left: 10px;
    background: #154E77;
    color: white;
    text-decoration: none;
    padding-right: 0;
    text-align: right;
    margin-left: auto;
    display: inline-block;
    float: right;
    position: relative;
}

.tuyen-dung-item .item-right>a::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/images/button-right.png);
}

.tuyen-dung-item .item-right>a:hover {
    text-decoration: underline;
}

.tuyen-dung-form {
    margin: auto;
    text-align: center;
}

.tuyen-dung-form input {
    margin-bottom: 25px;
    ;
    width: 100%;
    border: 1px solid #154E77;
}

.danh-sach-sp.row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}

.san-pham-box {}

.san-pham-box .image {
    margin-bottom: 10px;
    border: 1px solid #CC171E;
}

.san-pham-box .item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1C5680;
}

.san-pham-box .item-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1C5680;
}

.co-cau-nhan-su {
    margin-left: 80px;
    margin-right: 80px;
}

.co-cau-nhan-su .action a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 30px;
    color: #CC171E;
    border: 1px solid #CC171E;
    display: inline-block;
}

.contact-section {
    margin-left: 50px;
    margin-right: 50px;
}

.contact-form input,
.contact-form .input {
    width: 100%;
    margin-bottom: 12px;
}

.box-nhan-su {
    border: 1px solid #CC171E;
    color: #1C5680;
    overflow: hidden;
}

.box-nhan-su img {
    width: 100%;
}

.box-nhan-su .mota {
    padding: 25px 20px 50px;
    line-height: 20px;
}

.box-nhan-su .mota .title {
    font-weight: bold;
}

.box-outline-red {
    border: 1px solid #CC171E;
    margin: 10px 25px;
}

.fw-600 {
    font-weight: 600;
}

.mt-50 {
    margin-top: 50px;
}

.color-heading {
    color: #1C5680;
}

.color-red {
    color: #CC171E;
}

.color-white {
    color: white;
}

.input {
    padding: 10px 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: red;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.invalid > div {
    margin-bottom: 20px;
    color: red;
    text-align: left;
}
.tuyen-dung-form input {
    margin-bottom: 5px;
}
.input.style-blue {
    padding: 10px;
    border: 1px solid #154E77;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
}

.input.style-red {
    padding: 10px;
    border: 0.8px solid #CC171E;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
}

.background-blue {
    background: #154E77;
}

.input.style-blue::placeholder {
    color: #CC171E;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.input.style-red::placeholder {
    color: #494949;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.button-red {
    background: #9D1116;
    padding: 5px 20px;
    color: white;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

.button-blue {
    background: #154E77;
    padding: 5px 25px;
    color: white;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

.input::placeholder {
    color: white;
}

.title-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
}

.title-2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}

.subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.title-3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
}

.title-4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    /* or 100% */
}

.content {
    margin-bottom: 75px;
}

.content img {
    width: 100%;
    margin-bottom: 30px;
}

.button-outline {
    background: transparent;
    border: 1px solid #CC171E;
    color: #CC171E;
    text-decoration: none;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
}

.button-outline:hover,
.button-outline:active {
    color: #CC171E;
    font-weight: bold;
}

.san-pham .banner,
.chi-tiet-san-pham .banner,
.banner-category {
    background-color: #154E77;
    padding: 80px 40px 40px;
    color: white;
}

.cat-content {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 75px;
}

.content-here {}

.content-here .img {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.content-here .img img {
    max-width: 100%;
}

.sp-hight-light {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border: 1px solid #154E77;
    border-radius: 20px;
    padding-left: 40px;
}

.carousel-indicators [data-bs-target] {
    background-color: black;
}

.carousel-indicators [data-bs-target]:not(.active) {
    width: 3px;
}
.prewrap {
    white-space: pre-wrap;
}
.absolute-img-wraper {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}
.absolute-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
a:hover,.button:hover {
    text-decoration: underline;
}
.post-content img {
    max-width: 100%;
}
.table>:not(caption)>*>* {
    box-shadow: initial;
    border-bottom-width: 0;
    background-color: transparent;
}
.table {

    margin-bottom: 1rem;
    color: inherit;
    border-color: transparent;
}
#wrapper {
    width: 100%;
    overflow: hidden;
}
.nowrap {
    white-space: nowrap;
}
.flex-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.flex-center {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.item-desc {
    max-height: 90px;
}
@media (min-width: 576px) {
    section.mx-sm-4 {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}


@media (max-width: 575.98px) {

    .tin-tuc .main {
        padding: 50px 0 0;
    }
    .banner .col.content {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .tin-tuc .banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .banner-wraper {
        margin-right: calc(var(--bs-gutter-x) * -1);
        margin-left: calc(var(--bs-gutter-x) * -1);
    }
    .xs-no-padding {
        padding: 0!important;
    }
    .xs-small-padding {
        padding: 20px !important;
    }
    .xs-no-margin {
        margin: 0!important;
    }
    .bai-viet main {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .post-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .co-dong main {
        margin: 30px 0px !important;
    }
    .co-cau-nhan-su,.contact-section {
        margin-left: 0px;
        margin-right: 0px;
    }
    .box-nhan-su .mota {
        padding: 25px 20px;
        max-width: 100%;
        overflow: hidden;
    }
    header {
        height: 79px;
    }
    .logo {
        left: -15px;
        top: -12px;
        padding: 15px;
    }
    #mobile-menu .menu_mobile_header_wrap {
        padding: 25px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    #mobile-menu ul {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        margin-top: 25px;
    }
    #mobile-menu .nav-link {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px;
        display: inline-block;
        color: rgb(199, 204, 202);
    }
    #mobile-menu li {
        display: block;
        font-size: 20px;
    }
    #navbarToggleExternalContent {
        z-index: 100;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    #mobile-menu {
        background: #1e2710;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        text-align: left;
    }
    #mobile-menu {
    }
    .home .section3 {
        margin-top: 50px;
    }
    #ve-timexco .left-col {
        margin-top: 20px;
        padding-right: 20px;
    }
    .banner-content {
        padding: 20px !important;
    }
    .tuyen-dung-content {
        margin: 50px 20px !important;
    }
    .footer-banner {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .menu-icon.active:after {
        position: fixed;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        opacity: 10%;
        content: '';
        z-index: 100;
    }
    .bai-viet .banner .title {
        font-size: 28px;
        line-height: 1.3;
    }
    .bai-viet .banner .desc {
        margin-bottom: 0;
    }
    .section2 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .section2 img {

        margin-left: auto !important;
        margin-right: auto !important;
    }
    .sm-small-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .cat-content {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 75px;
    }
    .banner-image-wraper {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }
    .section1 {
        margin-left: -15px;
        margin-right: -15px;
    }
    #linh-vuc-hoat-dong .row {
        --bs-gutter-x: 10px;
    }
    #linh-vuc-hoat-dong .row .linh-vuc-item {
        padding: 5px !important;
    }
    .row {
        --bs-gutter-x: 10px;
    }
    .gallary .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }
    .banner-category {
        padding: 60px 0px 10px;
    }
    /*.co-dong .banner {*/
    /*    margin-right: -15px;*/
    /*    margin-left: -15px;*/
    /*}*/
    .title-1, .title-52, .title-3 {
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    }

    .title-1 {
        font-size: 33px;
        line-height: 1.2;
    }
    #linh-vuc-hoat-dong .section-title {
        font-size: 22px;
        line-height: 1.2;
    }

    .title-2 {
        font-size: 22px;
        line-height: 1.2;
    }

    .title-3 {
        font-size: 16px;
        line-height: 1.2;
    }

    .title-4 {
        font-size: 14px;
        line-height: 1.2;
        /* or 100% */
    }
    .san-pham .banner, .chi-tiet-san-pham .banner, .banner-category {
        background-color: #154E77;
        padding: 60px 30px 30px;
        color: white;
    }
    .cua-hang-item .mota {
        display: flex;
        flex-direction: row-reverse;
        padding: 0px !important;
        gap: 5px;
    }
    .cua-hang-item .tieu-de {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }
    .cua-hang-item .border {
        border: none !important;
        padding: 0 !important;
    }
    .cua-hang-item {
        border: 1px solid #efefef;
        margin-bottom: 15px;
    }
    .menu_mobile.menu_mobile_fullscreen {

    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 1399.98px) {

}
.custom-select {
}

.custom-select:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.custom-select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.menu-icon.active:after {
    content: '';
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99;
}
#main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    background: white;
    z-index: 100;
    text-align: left;
    list-style: none;
    padding-left: 0;
}
#main-menu > li:hover > .sub-menu {
    display: block !important;
}
