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

.mb-10 {
    margin-bottom: 10px;
}

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

.mb-20 {
    margin-bottom: 20px;
}

.image-service {
    width: 70px;
    height: 70px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.text-2-line {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    min-height: 48px;
}

.text-3-line {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.grid-row {
    padding: 35px;
    border-radius: 5px;
    /* background-image: url(../images/news/abstract-stylist.png); */
    background-size: cover;
    align-items: baseline;
    justify-content: center;
    /* box-shadow: 0 4px 4px rgb(0 0 0 / 13%); */
    grid-template-columns: repeat(auto-fill, minmax(250px, 32%));
}
.owl-carousel .owl-stage-outer {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1),
        0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.see-more {
    display: flex;
    position: relative;
    justify-content: center;
    top: 8%;
}

.grid-row .grid-item {
    position: relative;
    width: 26%;
    height: 220px;
    color: #000;
    background-image: url(../images/news/abstract.png);
    text-align: center;
    text-transform: uppercase;
    transition: 0.1s ease;
    border-bottom: 48px solid #f66e43;
    border-top: 5px solid #f66e43;
    border-right: 5px solid #f66e43;
    border-left: 5px solid #f66e43;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 2px 4px rgb(83 52 33 / 84%);
}

.grid-item .view-detail {
    display: flex;
    width: 100px;
    height: 30px;
    color: #000;
    border-radius: 30px;
    font-size: 15px;
    text-transform: math-auto;
    justify-content: center;
    align-items: center;
    transition: all 0.1s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, #ffca4a, #ffca4a);
}

.grid-item .view-detail:hover {
    transform: translateY(-3px);
    background: linear-gradient(90deg, #f8d582, #f7c31a);
}

.list-unstyled li {
    transition: all 0.2s;
}

.list-unstyled li:hover {
    padding: 0 1px;
    transform: translateY(-2px);
}

.nav-link-social img:hover {
    transform: translateY(-2px);
}

.nav-link-social img {
    width: 25px;
}

.nav-link-social {
    padding: 4px 10px;
}

.title-service {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.title-service:hover,
.view-detail:hover {
    color: #004b8e;
}

.title-cate {
    width: 100%;
    height: 40px;
    background-color: #ffc600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #004b8e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    margin-top: 50px;
}

.ul-cate {
    list-style: none;
    padding-left: 0;
}

.li-cate-item {
    border-left: 5px solid #ffc600;
    margin-top: 20px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    position: relative;
}

.li-cate-item img {
    width: 30px;
    height: auto;
    margin: 0 5px;
}

.li-cate-item i,
.ul_child_item i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-10px, -50%);
    transition: all 0.5s;
    font-size: 16px;
}
.li-cate-item .icon-submenu,
.ul_child_item .icon-submenu2 {
    position: absolute;
    top: 0;
    right: 10px;
    transform: rotate(360deg);
    transition: none;
    font-size: 18px;
}

.li-cate-item a {
    color: #000;
}
.ul-cate .li-cate-item a:hover,
.cate-service-child li a:hover {
    text-decoration: underline !important;
}
.news-title:hover {
    color: #111111;
}
.ul_child_item i {
    transform: translate(-15px, -50%);
}

.ul-cate ul {
    padding-left: 45px;
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

.ul_child_item {
    padding: 4px 0;
    list-style: disc;
    position: relative;
}

.ul_child_item a {
    color: #000;
}

.ul-chil1 {
    padding-left: 15px !important;
}

.promotion {
    width: 40px;
    height: 30px;
    position: absolute;
    background-color: #ffca4a;
    top: -10px;
    right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 800;
}

.promotion-1 {
    position: absolute;
    width: 40px;
    height: 15px;
    background-color: #ffca4a;
    top: 18px;
    right: 6px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 50%, 0 0%);
}

.promotion-2 {
    position: absolute;
    width: 40px;
    height: 15px;
    background-color: #ffca4a;
    top: 18px;
    right: 6px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 100% 0%, 0 100%);
}

/* CSS Đối tác */

.contain-partner {
    justify-content: center;
    align-items: center;
}

.contain-partner img {
    transition: all 0.1s;
}

.contain-partner img:hover {
    transform: translateY(-8px);
}

.item-partner {
    margin-left: 19px;
    margin-right: 19px;
}

.item-partner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-service {
    text-align: center !important;
}

@media screen and (max-width: 430px) {
    .serv {
        z-index: 0 !important;
    }
}

/* Thành tựu */
.breadcrumb {
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.achievement-section {
    padding: 5px 0;
    background-color: rgba(0, 69, 136, 0.1);
}

.breadcrumb-item:first-child.individual:before {
    background-image: url(../images/icon/icon-achive.png);
    background-size: 100%;
}

.breadcrumb-item:first-child:before {
    margin-right: 5px;
    content: "";
    float: none;
    height: 24px;
    padding: 0;
    width: 24px;
}

.breadcrumb-item {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.breadcrumb-item a {
    color: #004b8e;
}

/* Css hiển thị đánh giá sao */
.modal-stars,
.stars {
    display: flex;
    font-size: 18px;
    line-height: 16px;
    justify-content: center;
}

.modal-stars,
.star {
    color: gray;
    transition: color 0.2s;
}

.modal-stars {
    line-height: 28px;
}

.modal-stars .star {
    font-size: 35px;
}

.star.active {
    color: gold;
}

.rate-article {
    text-align: center;
}

.rate-article .btn-evaluate {
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 20px;
    transition: all 0.2sease;
    border: 1px solid #a49f9f;
}

.btn-evaluate .icon-evaluate {
    font-weight: 600;
}

.rate-article .btn-evaluate:hover {
    background-color: #ffebbb;
    border: 1px solid #ffebbb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.evaluate-header {
    text-align: center;
    margin-bottom: 15px;
}

.evaluate-title {
    font-size: 28px;
    color: #000;
}

.layout-content {
    padding: 15px;
}

.font-comment-lable {
    font-size: 16px;
    color: #000;
}

.avatar-sm {
    width: 36px;
    height: 36px;
}
.title-evaluate {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.content-comment {
    font-size: 16px;
    margin: 5px 0;
}
.user-name {
    font-size: 14px;
}
.modal-user-info .user-name {
    font-size: 18px;
    color: #000;
}
.round-border::before {
    content: "(";
}

.round-border::after {
    content: ")";
}
/* Thông báo lỗi */
.error-message {
    font-size: 13px;
    color: red;
}
.article-content input[type="image"]:not(.auto-style),
.article-content img:not(.auto-style) {
    width: 600px !important;
    height: auto !important;
}
.article-content video:not(.auto-style) {
    width: 600px !important;
    height: auto !important;
}
.article-content audio:not(.auto-style) {
    width: 100% !important;
    height: 40px !important;
}
.article-content audio, .article-content video, .article-content input[type="image"], .article-content img{
  max-width: 100% !important;
}
.icon-submenu.down,
.icon-submenu2.down {
    transform: rotate(180deg);
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 45%;
}
.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
    background-color: #feae00;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.owl-dots button.owl-dot {
    background: gray;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: relative;
    margin: 5px;
}
.owl-prev,
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}
.owl-prev {
    left: -20px;
}
.owl-next {
    right: -20px;
}
.owl-prev i,
.owl-next i {
    transform: scale(2, 5);
    color: #ccc;
}

.serv-list {
    flex-wrap: nowrap;
    background-color: #f5f5f5;
    height: 300px;
}

.serv-list .item-service {
    width: 33%;
}

.item-service .thumbnail img {
    width: 85px !important;
    height: 85px;
    object-fit: cover;
    box-shadow: none;
}

.item-service .information .name {
    color: #004b8e;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    min-height: 0;
}

.item-service .information .serv-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 10px;
}

.item-service .information .see-more,
.item-product .information .btn-buy {
    background: #fdb813;
    border-radius: 30px;
    display: initial;
    padding: 3px 10px;
}

.item-service .information .see-more a,
.item-product .information .btn-buy a {
    color: #fff;
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 16px;
}

.serv .owl-stage-outer,
.products .owl-stage-outer {
    box-shadow: none !important;
}

.item-product {
    width: 50%;
}

.item-product .thumbnail img {
    object-fit: cover;
}

.products .grid-row {
    padding: 0 0 35px 0;
}

.item-product .information {
    float: left;
    width: 65%;
}

.item-product .information .name {
    color: #004b8e;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    max-height: 48px;
    min-height: auto;
}

.item-product .information .prod-description {
    font-size: 14px;
    font-weight: 300;
    height: 50px;
    line-height: 16px;
    margin: 10px 0;
}

.item-product .information .price {
    margin-bottom: 8px;
}

.item-product .information .price .discount {
    color: #fdb813;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
}

.item-product .information .price .sell-price {
    color: #a4a4a4;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-left: 15px;
}

@media only screen and (min-width: 375px) and (max-width: 768px) {
    .item-product {
        width: 100%;
    }
    .serv-list {
        flex-direction: column;
    }
    #thanh-tuu .serv-list,
    .document-library .serv-list {
        flex-direction: row !important;
        height: auto;
    }
    .services-and-featured-products .serv {
        width: 95%;
        margin: auto;
    }
    .serv-list .item-service {
        width: 100%;
    }
    .number-left.full-size {
        font-size: 64px !important;
    }
    .item-service .thumbnail img {
        margin: auto;
    }
    .serv .information {
        text-align: center;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .count {
        font-size: 48px !important;
    }
    .number-left.full-size {
        font-size: 64px !important;
    }
    .col-center .title {
        text-align: left !important;
        margin-left: 60px;
    }
    #news .news-left,
    #news .news-right {
        width: 100%;
    }
    .post-office-no {
        margin: 60px 0;
    }
    .item-service {
        width: 100%;
    }
    .item-partner{
        width: 40%;
    }
}
.product-service-detail .item-product-service {
    border: 1px solid transparent;
}

.product-service-detail .item-product-service {
    background: #fff;
    border-radius: 2px;
    padding: 30px 15px 50px;
    height: 100%;
}
.product-service-detail .item-product-service .title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #004588;
}
.product-service-detail .item-product-service .sub-title {
    color: #53585c;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}
/* .introduce {
    background: #eef3ff !important;
} */
.working-apparatus {
    border-radius: 10px;
}
.product-service-detail .item-product-service .icon img {
    margin: 30px auto;
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.product-service-detail .item-product-service:hover {
    border: 1px solid;
    border-color: #004588;
}
#thanh-tuu .serv-list,
.document-library .serv-list {
    flex-wrap: wrap;
    height: auto;
    gap: 35px;
}
