.blog-info-tag span:before {
    content: ',';
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none
}

.page-numbers {
    display: flex;
    align-items: center;
}

.page-numbers .page-numbers {
    font-size: 2rem;
}


/* .page-numbers .page-numbers {
    transition: 0.3s ease-in-out;
    padding: 0 2rem;
} */

.header-menu .current-menu-item a,
.header-menu-mb .current-menu-item a {
    color: #00BFF2;
}

.form-select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 46px;
    line-height: 3;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #00BFF2;
}

.select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
    color: #003156;
    cursor: pointer;
}

.footer .footer-list-address {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    margin-bottom: 15px;
}

.footer .footer-list-address ul {
    height: 88px;
    overflow: auto;
    margin-bottom: -5px;
}

.footer .footer-list-address ul>li {
    font-family: 'Roboto';
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

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

.footer .footer-list-address ul>li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #003156;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto';
}

.footer .footer-list-address ul::-webkit-scrollbar {
    width: 3px;
    cursor: pointer;
}

.footer .footer-list-address ul::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #00BFF2;
    border-radius: 2px;
}

.footer .footer-list-address ul::-webkit-scrollbar-track {
    background-color: transparent;
    cursor: pointer;
}

span.select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 18px;
}

.footer-select-icon {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    right: 0;
    font-size: 1.8rem;
    z-index: 2;
    right: 5%;
}

.mona-mess-empty {
    text-align: center;
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 18px;
}


/* footer */

.footer-address p {
    font-weight: normal !important;
}

.footer-address strong {
    font-weight: bold;
}

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

.tintuc-content p:hover {
    color: #003156;
    font-weight: bold;
    padding: 0 10px 0px 0px;
}

.story-imgp {
    height: 100%;
}

.header-social {
    padding: 10px;
}

.header-social ul li.social-link a img {
    max-width: 28px;
}

.news-heading-title,
.tintuc-heading-title,
.heading-title,
.news-title,
.article-title,
.article-item-title,
.products-name,
.products-title,
.product-item-heading,
.product-heading-title,
.product-detail-title,
.product-item-name,
.product-btn-buy a,
.footer-title,
.footer-btn {
    font-family: "Baloo 2";
}

.news-title {
    line-height: 2.5rem !important;
}

@media only screen and (max-width: 1440px) {
    .products-name {
        font-size: 2.4rem;
    }
    .product-item-name {
        font-size: 1.9rem;
    }
}

@media only screen and (min-width: 1500px) {
    .products-name,
    .product-item-name {
        font-size: 2.8rem;
    }
    .product-item-name {
        font-size: 2.4rem;
    }
}


/* .product-item:nth-child(1) .product-item-heading,
.product-item:nth-child(2) .product-item-heading {
    padding-top : 2rem;
} */

.product-item:nth-child(1) .product-item-heading {
    padding-left: 8.5rem
}

.mona-content ul li {
    list-style-type: disc;
    padding-top: 10px
}

.mona-content {
    line-height: 3rem;
}

.article-item-wrap {
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .footer-select {
        font-size: 14px;
    }
}
.main-story-wrap .main-story-item:nth-child(3) img {
    margin-top : -70px;
    margin-left: -30px;
}

@media only screen and (min-width: 1200px) {
    .article-banner.custom-banner {
        background-size: contain;
        background-position: top center;
        height: 500px
    }
}

@media only screen and (max-width: 769px) {
    .article-banner.custom-banner {
        height: 400px
    }
}