@font-face {
    font-family: 'Merriweather';
    src: url("../fonts/Merriweather-Regular.eot");
    src: url("../fonts/Merriweather-Regular.eot") format("embedded-opentype"),url("../fonts/Merriweather-Regular.woff") format("woff"),url("../fonts/Merriweather-Regular.ttf") format("truetype"),url("../fonts/Merriweather-Regular.svg#Merriweather-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Merriweather';
    src: url("../fonts/Merriweather-Bold.eot");
    src: url("../fonts/Merriweather-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/Merriweather-Bold.woff") format("woff"),url("../fonts/Merriweather-Bold.ttf") format("truetype"),url("../fonts/Merriweather-Bold.svg#Merriweather-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'SegoeUI-Bold';
    src: url("../fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/SegoeUI-Bold.woff") format("woff"),url("../fonts/SegoeUI-Bold.ttf") format("truetype"),url("../fonts/SegoeUI-Bold.svg#SegoeUI-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}
ul, li {
    list-style-type: none
}

.btn-block {
    display: block;
    width: 100%;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}
.no_wrap {
    white-space: nowrap
}

.txt_666 {
    color: #666 !important;
}

.txt_10 {
    font-size: 10px !important;
}

.txt_11 {
    font-size: 11px !important;
}

.txt_14 {
    font-size: 14px !important;
}

.txt_15 {
    font-size: 15px !important;
}

.txt_16 {
    font-size: 16px !important;
}

.txt_20 {
    font-size: 20px !important;
}

.txt_22 {
    font-size: 20px !important;
}

.txt_24 {
    font-size: 24px !important;
}

.txt_28 {
    font-size: 28px !important;
}

.txt_32 {
    font-size: 32px !important;
}

.text-red {
    color: #B80001;
}
.text-gray {
    color: #bfb8bf;
}
.text-blue {
    color: #01918C;
}

.pad5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mr0 {
    margin-right: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt50 {
    margin-top: 50px;
}

.pt50 {
    padding-top: 50px;
}

.pt30 {
    padding-top: 30px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.text-center {
    text-align: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.img-mobile {
    object-fit: cover;
    width: 100%;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.thumb {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    width: 100%;
    background: #f4f4f4
}

    .thumb img {
        width: 100%;
        float: left;
        object-fit: cover
    }

    .thumb iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

.thumb-5x3 {
    padding-bottom: 60%
}

.thumb-5x2 {
    padding-bottom: 40%
}

.thumb-3x2 {
    padding-bottom: 66.66667%
}

.thumb-16x9 {
    padding-bottom: 56.25%
}

.thumb-1x1 {
    padding-bottom: 100%
}

.text-gray {
    color: #565555;
}

.padding-right {
    padding-right: 0;
}

.padding-left {
    padding-left: 0;
}

.margin-left {
    margin-left: 0;
}

.margin-top-5 {
    margin-top: -5px;
}

/* page */
.pagination {
    margin-bottom: 20px
}

    .pagination .page-link {
        float: left;
        margin: 0 2.5px;
        width: 28px;
        background: var(--color-main-color);
        text-align: center;
        height: 28px;
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        border-radius: 0;
        border: 1px solid var(--color-main-color) !important;
        text-decoration: none;
        border-radius: 3px !important;
        padding: 0
    }

        .pagination .page-link:hover {
            background-color: #fff;
            border-color: #0064af;
            color: #0064af
        }

@media (max-width: 480px) {
    .pagination .page-link {
        width: 24px;
        height: 24px;
        line-height: 22px;
        margin: 0 2px;
        font-size: 12px
    }
}

.pagination .page-item.disabled .page-link {
    border: 0;
    background: transparent;
    color: #555555
}

.pagination .page-item.active .page-link {
    background-color: #fff;
    border-color: var(--color-main-color);
    color: var(--color-main-color);
}

.related-product .home-title a.title {
    display: block;
    font-size: 20px;
    margin: 0;
    color: #222;
    text-align: left;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}

.btn-blues, #btnnewreview {
    color: #fff;
    background: #f30;
    border-color: #f30;
    border-radius: 20px !important;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-blues:hover, .btn-blues:focus, #btnnewreview:hover, #btnnewreview:focus {
        color: #333;
        background-color: #ffdd20;
    }

.required {
    font-size: 13px;
    color: red;
}
/* end page */

/* tin tuc */
.time_comment {
    font-size: 14px;
    color: #999;
}
.time_comment_mobile {
    font-size: 14px;
    line-height: 1.143;
    color: #828282;
}
.title-news {
    display: block;
    overflow: hidden;
    line-height: 140%;
    font-size: 16px;
    font-weight: 700;
}
.title-news-mobile {
    font-size: 1.125rem !important;
    font-weight: 700;
    line-height: 1.5;
}

.titlecom-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.titlecom-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.titlecom-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.description {
    font-size: 16px;
    line-height: 150%;
    overflow: hidden;
    color: #222;
}
.description-mobile {
    width: 100%;
    line-height: 1.5;
    font-size: 1.0625rem;
    font-weight: 400;
}

.title-detail {
    font-size: 26px;
    line-height: 130%;
    font-weight: 700;
}

.description-content {
    width: 100%;
    font: 400 16px arial;
    line-height: 160%;
    padding: 0;
    color: #222;
}
    .description-content td p {
        margin: 0 0 0.2em;
        line-height: 130%;
        text-rendering: optimizeSpeed;
    }
    .description-content img {
        max-width: 100%;
    }

    .description-content p {
        margin: 0 0 0.3em;
        line-height: 160%;
        text-rendering: optimizeSpeed;
        margin-top:8px;
    }
    .description-content h2, .description-content h3 {
        font-size: 21px;
        color: #085692;
    }
/* end tin tuc */
.breadcump {
    padding-bottom: -5px;
}

    .breadcump li {
        display: inline-block;
        list-style: none inside;
    }

    .breadcump a {
        display: inline-block;
        margin: -10px 3px 0;
        font-size: 14px;
    }
    .breadcump a {
        margin-top: 0;
    }

    .breadcump li:last-child a {
        color: #0064af;
    }
.text-uppercase{
    text-transform:uppercase;
}