/* ----------------------breadcrumbs-------------------- */

.breadcumb-page {
    padding: 10px 0;
    background-color: #F5B476;
}

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

.breadcumb-page a,
.breadcumb-page span {
    color: #000000;
    transition: all 0.2s linear;
    font-size: 14px;
}

.breadcumb-page a:hover span {
    color: #000000;
}

.breadcumb-page li::after {
    content: url(img/next.svg);
    margin: 0 12px 0 9px;
}

.breadcumb-page li:last-child::after {
    content: "";
}

.breadcumb-page li:last-child {
    pointer-events: none;
}

/* Contact page */
.banner-page {
    position: relative;
    padding: 98px 0 95px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F68215;
}

.wrap-header {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
}

.banner-page-title {
    position: relative;
    z-index: 999;
    margin-left: 10px;
    color: #FFFFFF;
}

.banner-page-title h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.banner-page-title h3 span {
    display: inline-block;
    width: 50px;
    height: 6px;
    margin-left: 13px;
    margin-bottom: 1px;
    background-color: #FFFFFF;
}

.banner-page-title h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 63px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 300px;
}

.banner-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 30%;
    height: 300px;
    background: linear-gradient(90deg, #F68215 14%, rgba(89, 116, 69, 0) 100%);
}

.banner-img img {
    height: 100%;
    object-fit: cover;
}

/* --------------------------------------------contact-page------------------------------------------- */
.contact-page {
    padding: 80px 0;
}

.contact-page .wrap-cus {
    max-width: 1310px;
}

.contact-wrap {
    padding-top: 0;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-infor {
    position: relative;
    z-index: 1;
    background-color: #F68215;
    width: 529px;
    padding: 44px 50px 43px 54px;
    color: #FFFFFF;
}

.contact-infor .footer-infor {
    margin-right: 0;
    margin-bottom: 0;
}

.contact-wrap {
    display: flex;
}

.contact-map {
    width: 529px;
}

.contact-form {
    width: calc(100% - 529px);
    padding-left: 40px;
    padding-top: 32px;
}

.contact-map iframe {
    width: 100% !important;
    height: 600px !important;
}

/* --------------------------------contact-form----------------------------------- */
.contact-form h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 33px;
}

.form-wrap {
    display: flex;
    gap: 32px;
}

.form-wrap .form-group {
    width: 50%;
    margin-bottom: 24px;
}

.form-wrap .form-group.last {
    display: flex;
    justify-content: end;
}

.form-last {
    width: 340px;
}

.contact-form .form-group label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.contact-form .form-group input,
.form-group-2 input,
.form-group-2 textarea {
    width: 100%;
    height: 43px;
    border: 1px solid #F68215;
    font-size: 18px;
    line-height: 22.5px;
    padding: 10px 15px;
    outline: none;
}

.form-group input {
    background-color: #FFFFFF;
    border: none;
    box-shadow: none;
}

.contact-form p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px;
}

.form-check-wrap {
    margin-bottom: 24px;
    float: left;
    width: 100%;
}

.form-check {
    display: flex;
    width: 50%;
    align-items: center;
    float: left;
    margin-bottom: 16px;
}

.form-check.last {
    margin-bottom: 0;
}

.form-check label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
}

.form-check input {
    position: relative;
    width: 16px !important;
    background-color: transparent;
    line-height: 16px;
    border-radius: 5px;
    margin-top: 0;
    height: 24px !important;
    border: none;
    margin-right: 24px;
    padding: 0 !important;
}

.form-check input:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #F68215;
    position: absolute;
    left: -2px;
    top: -1px;
    opacity: 1;
    cursor: pointer;
}

.form-check input:checked:after {
    content: "";
    background-image: url("img/check.png");
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.form-group-2 {
    margin-bottom: 24px;
}

.form-group-2 label {
    display: block;
}

.form-group-2 input {
    width: 100% !important;
}

.form-group-2 textarea {
    width: 100% !important;
    height: 65px;
    resize: vertical;
}

.form-group-2.last {
    margin-bottom: 35px;
}

.btn-submit {
    padding: 14px 32px 13px 33px;
    background-color: #F68215;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
}

.logo-footer {
    margin-bottom: 35.5px;
}

.footer-menu h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.contact-infor .footer-infor {
    margin-right: 0;
    margin-bottom: 0;
}

.footer-menu .infor-item {
    display: flex;
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 400;
    min-height: 24px;
    line-height: 20px;
    align-items: center;
}

.footer-menu .infor-item:first-child {
    align-items: normal;
}

.footer-menu .infor-item svg {
    margin-right: 23px;
}

.footer-menu .infor-item a {
    transition: all 0.2s linear;
    display: inline-block;
    width: calc(100% - 47px);
    color: #FFFFFF;
    line-height: 24px;
}

/* News list  */
.banner-page-new {
    /* padding-top: 55px; */
    /* padding-bottom: 31px; */
    background: radial-gradient(40.91% 334.7% at 50% 50%, #EFC196 0%, #F68215 100%);
    text-align: center;
    color: #FFFFFF;
}

.banner-page-new image {
    width: 100%;
}

.page-new-title h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.page-new-title h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 58.59px;
    text-transform: uppercase;
}

.news-list {
    padding-top: 70px;
    padding-bottom: 80px;
}

.news-list-title {
    text-align: center;
    margin-bottom: 30px;
}

.news-list-title h2,
.product-list .category-title {
    font-size: 60px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.news-item-2 {
    margin-bottom: 30px;
}

.news-item-2-img .wrap-img {
    padding-bottom: 74.07%;
}

.news-item-2-content {
    padding: 16px 28px 21px 16px;
    border: 1px solid #EABE81;
}

.news-item-2-content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
}

.news-item-2-des {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 88px;
}

.news-item-2-btn {
    position: relative;
    padding: 9px 24px;
    border-radius: 200px;
    border: 1px solid #F68215;
    font-size: 16px;
    line-height: 18.75px;
    color: #F68215;
    transition: all 0.3s linear;
}

.news-item-2-btn svg {
    transform: translate(11px, 6px);
    color: #F68215;
    transition: all 0.2s linear;
}

.news-item-2-btn:hover {
    background-color: #F68215;
    color: #FFFFFF;
}

.news-item-2-btn:hover svg {
    color: #FFFFFF;
}

.news-item-2-content h3 a {
    color: #000000;
    transition: all 0.3s linear;
}

.news-item-2:hover .news-item-2-content h3 a {
    color: #F68215;
}

.no-data {
    font-size: 22px;
}

/* ---------------------------------------pagination----------------------------------------- */
.paging-n {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paging-n a,
.paging-n span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #f3f3f3;
    color: #000000;
    transition: all 0.2s linear;
}

.paging-n span:not(:last-child) {
    margin-right: 12px;
}

.paging-n span:hover a {
    background-color: #F68215;
    color: #FFFFFF;
}

.paging-n span.current a {
    background-color: #F68215;
    color: #FFFFFF;
}

#thumbnailSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

#thumbnailSlider .owl-nav .owl-prev {
    left: -30px;
}

#thumbnailSlider .owl-nav .owl-next {
    right: -30px;
}

/* News detail  */
.tuvan-chitiet {
    padding: 80px 0;
}

.tuvan-chitiet .wrap-cus {
    max-width: 990px;
}

.news-detail-title {
    color: #145190;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 30px;
}

.chitiet-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.chitiet-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.chitiet-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333333;
}

.chitiet-content img {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 100% !important;
    height: auto !important;
}

.chitiet-content ul li,
.chitiet-content ol li {
    list-style: disc;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333333;
}

.chitiet-content ol li {
    list-style: decimal;
}

.chitiet-content ul,
.chitiet-content ol {
    padding-left: 20px;
}

.news-related {
    padding: 80px 0 60px;
    background-color: #F6F6F6;
}

.news-related .title {
    font-size: 36px;
    font-weight: 700;
    color: #0C549E;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.news-related .owl-dots span {
    background-color: transparent;
    border: 1px solid #F68215;
}

.news-related .owl-dots .active span {
    background-color: #F68215;
}

/* Product list  */
.product-list {
    padding: 70px 0;
}

.category-title {
    text-align: center;
    margin-bottom: 30px;
}

.news-item-2 .lien-he .phone {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #F61515;
}

.news-item-2 .lien-he {
    margin: 20px 0;
}

#stars {
    margin: 10px 0px 20px;
}

#stars li {
    display: inline-block;
    cursor: pointer;
}

.products-sort-order {
    text-align: right;
    margin-bottom: 20px;
}

.products-sort-order span {
    font-size: 16px;
    color: #000000;
}

.products-sort-order .select-form {
    display: inline-block;
    margin-left: 19px;
}

.products-sort-order #type {
    color: #F68215;
    padding: 8px 10px;
    border: none;
    margin-bottom: 10px;
    font-size: 16px;
}

.products-sort-order #type:focus {
    outline: none;
}

#type * {
    font-size: 16px;
}

.sidebar-product .close-filter {
    display: none;
}

.icon-filter {
    display: none;
}

.filter-items .title {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-product .block .filter-items {
    margin-bottom: 30px;
}

.filter-items .select-filter {
    line-height: 29px;
    display: block;
    font-size: 15px;
    color: var(--third-color);
}

.filter-items .select-filter svg {
    transform: translateY(5px);
    margin-right: 10px;
}

.filter-items .select-filter .check-filter-success {
    display: none;
}

.filter-items .select-filter:hover .check-filter-success,
.filter-items .select-filter.active .check-filter-success {
    display: inline-block;
}

.filter-items .select-filter:hover .check-filter-none,
.filter-items .select-filter.active .check-filter-none {
    display: none;
}

.stop-scroll {
    height: 100%;
    overflow: hidden;
}

#slider .wrap-img {
    padding-bottom: 81.4%;
}

#slider .item {
    padding: 97px 62px;
    border: 1px solid #CFD8DB;
    margin: 2px;
}

#slider {
    margin-bottom: 20px;
}

.thumbnail-slider-container {
    padding: 0 30px;
}

#thumbnailSlider .wrap-img {
    padding-bottom: 80.64%;
}

#thumbnailSlider .item {
    padding: 23px 19px;
    border: 1px solid #CFD8DB;
}

.product-detail-right {
    margin-left: 40px;
}

.product-detail-right .product-name {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-detail-content {
    padding: 80px 0;
}

.product-detail-right .info-product .title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-detail-right .info-product ul li {
    font-size: 16px;
    line-height: 25px;
    list-style: disc;
}

.product-detail-right .info-product ul {
    padding-left: 20px;
}

.product-detail-right .status {
    font-size: 18px;
    line-height: 21px;
    background-color: #F68215;
    color: #FFFFFF;
    padding: 5px 25px;
    display: inline-block;
    margin: 50px 0;
}

.lien-he-tu-van {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 18px 24px;
    background-color: #EFDFCF;
}

.lien-he-tu-van .text {
    font-size: 18px;
    line-height: 21px;
}

.lien-he-tu-van .tu-van .phone {
    font-size: 24px;
}

.lien-he-tu-van .mien {
    position: relative;
    padding-left: 40px;
}

.lien-he-tu-van .mien svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.lien-he-tu-van .mien-bac {
    font-size: 16px;
    text-transform: uppercase;
}

.lien-he-tu-van .mien-bac a {
    margin-left: 15px;
}

.chi-tiet-san-pham {
    color: #1D4923;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 24px;
    background-color: #F1B984;
    margin: 40px 0;
}

.allocation .box-image {
    padding-bottom: 81%;
    margin-right: 70px;
}

.allocation-right {
    margin-left: -60px;
    border: 1px solid #CFD8DB;
    padding: 13px 26px 22px 24px;
    height: 670px;
}

.allocation-top-item {
    display: inline-block;
    padding: 6px 20px;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    text-transform: uppercase;
    color: #616161;
}

.allocation-top-item.active {
    border-radius: 200px;
    padding: 6px 34px;
    color: #FFFFFF;
    background-color: #F68215;
}

.allocation-top {
    margin-bottom: 16px;
    white-space: nowrap;
}

.allocation-top::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.allocation-select {
    position: relative;
    margin-right: 36px;
}

.allocation-select select {
    width: 100%;
    border-color: #CFD8DB;
    border-radius: 8px;
    line-height: 27px;
    font-size: 18px;
    padding: 7px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 500;
    background: var(--color-2) !important;

}

.allocation-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.allocation-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #CFD8DB;
    position: relative;
}

.allocation-item-top {
    font-size: 20px;
    height: 34px;
    line-height: 27px;
    color: var(--primary-color);
    margin-bottom: 13px;
    padding-right: 150px;
}

.allocation-item-top .btn_view_map {
    float: right;
    height: 34px;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 11px 7px 43px;
    background-color: #F68215;
    color: #FFFFFF;
    border-radius: 200px;
    transition: .3s;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.allocation-item-top .btn_view_map svg {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: var(--second-color);
    transition: .3s;
}

.allocation-item-name {
    display: inline-block;
    transform: translateY(6px);
}

.allocation-item-row div {
    padding-left: 40px;
}

.allocation-item-row {
    margin-bottom: 8px;
}

.allocation-item-row svg {
    float: left;
}

.allocation-item-row-address {
    font-family: var(--font-light);
    font-size: 16px;
    line-height: 24px;
}

.allocation-item-row-phone {
    font-family: var(--font-medium);
    line-height: 24px;
    font-size: 18px;
}

.allocation-list {
    margin-top: 16px;
    max-height: calc(100% - 120px);
    overflow-y: auto;
    padding-right: 20px;
}

.allocation-list::-webkit-scrollbar {
    width: 6px;
}

.allocation-list::-webkit-scrollbar-track {
    background-color: #F9F9F9;
}

.allocation-list::-webkit-scrollbar-thumb {
    background-color: #CFD8DB;
}

.dai-ly {
    padding: 60px 0;
    background-color: #F8F8F8;
}

@media (max-width: 768px) {
    .banner-page {
        height: 300px;
    }

    .banner-page-title {
        font-size: 22px;
    }

    .banner-page-title h3 {
        margin-bottom: 0;
    }

    .banner-page-title h1 {
        font-size: 34px;
    }

    .contact-wrap {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
    }

    .contact-infor,
    .contact-map {
        width: 100%;
    }

    .contact-infor {
        padding: 20px;
    }

    .contact-form {
        width: 100%;
        padding-left: 0;
    }

    .form-wrap .form-group {
        width: 100%;
    }

    .form-wrap {
        display: block;
    }

    .form-last {
        padding-left: 0;
    }

    .contact-form .form-group input,
    .form-last {
        width: 100%;
    }

    .contact-page {
        padding: 40px 0;
    }

    .page-new-title h3 {
        font-size: 30px;
        line-height: 34px;
    }

    .news-list-title h2,
    .product-list .category-title {
        font-size: 32px;
    }

    .news-list {
        padding: 40px 0;
    }

    .tuvan-chitiet {
        padding: 40px 0;
    }

    .chitiet-content p,
    .chitiet-content ul li,
    .chitiet-content ol li {
        font-size: 16px;
    }

    .chitiet-content h2 {
        font-size: 20px;
    }

    .chitiet-content h3 {
        font-size: 18px;
    }

    .news-detail-title {
        font-size: 26px;
    }

    .news-related {
        padding: 40px 0;
    }

    .news-related .title {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .product-list {
        padding: 40px 0;
    }

    .icon-filter {
        display: unset;
        position: fixed;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        border-radius: 0 50% 50% 0;
        border: 1px solid #EDEDED;
        border-left: none;
        width: 50px;
        height: 50px;
        line-height: 57px;
        text-align: center;
        background-color: #FFFFFF;
        transition: .3s linear;
    }

    .sidebar-product {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(24, 24, 24, .3);
        z-index: 11;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease-in-out;
        z-index: 9999;
    }

    .sidebar-product.active {
        opacity: 1;
        visibility: visible;
    }

    #filter-m {
        width: 85vw;
        background-color: #FFFFFF;
        transition: all .3s ease-in-out;
        padding: 20px 0px 20px 15px;
        position: relative;
    }

    #filter-m .filter-wrap-m {
        height: 95vh;
        overflow: auto;
        padding-right: 20px;
    }

    #filter-m .filter-wrap-m::-webkit-scrollbar {
        width: 5px;
    }

    #filter-m .filter-wrap-m::-webkit-scrollbar-thumb {
        background: #F68215;
        border-radius: 10px;
    }

    .sidebar-product .close-filter {
        position: absolute;
        top: 9px;
        right: -45px;
        display: inline-block;
        width: 37px;
        height: 37px;
        line-height: 41px;
        text-align: center;
        background-color: #FFFFFF;
        border-radius: 50%;
        left: unset;
    }

    #filter-m:not(.active) {
        margin-left: -20px;
    }

    .breadcumb-page {
        display: none;
    }

    .product-detail-content {
        padding: 40px 0;
    }

    .product-detail-right {
        margin-left: 0px;
        margin-top: 30px;
    }

    .product-detail-right .product-name {
        font-size: 24px;
    }

    .product-detail-right .status {
        margin: 25px 0;
    }

    .lien-he-tu-van {
        display: block;
    }

    .lien-he-tu-van .mien {
        margin-top: 15px;
    }

    .allocation .box-image {
        margin-right: 0px;
    }

    .allocation-right {
        margin-left: 0px;
        border: none;
        padding: 24px 0px 0px 0px;
        border-radius: 0px;
        height: 670px !important;
    }

    .allocation-top-item {
        font-size: 14px;
        padding: 6px 14px;
        color: var(--primary-color);
        background-color: #FFEBEE;
        border-radius: 200px;
    }

    .allocation-top-item.active {
        padding: 6px 18px;
    }

    .allocation-select {
        margin-right: 0px;
    }

    .allocation-item-top .btn_view_map {
        top: unset;
        bottom: 16px;
    }

    .allocation-item-top {
        font-size: 18px;
        padding-right: 0;
    }

    .dai-ly {
        padding: 25px 0;
    }
}