ul.breadcrumb {
    padding: 5px 0px;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: 15px;
}

ul.breadcrumb li+li:before {
    padding: 8px 3px 8px 3px;
    color: #faf2e9;
    content: "/\00a0";
}

ul.breadcrumb li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}

ul.breadcrumb li a:hover {
    text-decoration: underline;
}

.brackham-commont {
    position: relative;
    background: #b08e2a3d;
}

.content-page h1,
.noi_dung_in h1 {
    font-size: 28px;
}

.content-page h2,
.noi_dung_in h2 {
    font-size: 24px;
}

.content-page h3,
.noi_dung_in h3 {
    font-size: 22px;
}

.content-page h4,
.noi_dung_in h4 {
    font-size: 20px;
}

.content-page h5,
.noi_dung_in h5 {
    font-size: 18px;
}

.content-page h6,
.noi_dung_in h6 {
    font-size: 17px;
}

.content-page ul,
.content-page ol,
.noi_dung_in ul,
.noi_dung_in ol {
    margin-left: 18px;
}

.content-page ol li,
.noi_dung_in ol li {
    list-style: decimal;
}

.content-page ul li,
.noi_dung_in ul li {
    list-style: disc;
}

.content-page ul:not(:last-child),
.content-page ol:not(:last-child),
.content-page li:not(:last-child),
.content-page div:not(:last-child),
.noi_dung_in ul:not(:last-child),
.noi_dung_in ol:not(:last-child),
.noi_dung_in li:not(:last-child),
.noi_dung_in div:not(:last-child) {
    margin-bottom: 10px;
}

.content-page #toc-list li,
.noi_dung_in #toc-list li {
    list-style: none;
}

.item-banner-pages img {
    width: 100%;
}

.contact-temp-body {
    margin-top: 10px;
}

.contact-temp-body blockquote {
    padding: 0;
    border: 0;
    margin: 0;
}

.left-bot {
    /* text-align: center; */
}

.ct-left,
.ct-right {
    margin-top: 15px;
    margin-bottom: 15px !important;
    color: var(--color-base);
    font-size: 14px;
}

.ct-right h1 {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: var(--color-base);
}

.ct-left.ct-right form {
    width: 100%;
    margin: 0 auto;
}

.ct-left form input {
    font-size: 14px;
    color: #0d0d0d;
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 5px;
}

.box-input-form {
    display: flex;
    gap: 0px 20px;
}

.ct-left form input {
    font-size: 14px;
    color: #0d0d0d;
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 5px;
}

.ct-left form textarea {
    font-size: 14px;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 15px;
    font-family: 'Roboto';
    margin-bottom: 10px;
    outline: 0;
}

.ct-left form button {
    font-size: 14px;
    color: #fff;
    background: var(--color-hover);
    border: 1px solid var(--color-hover);
    height: 40px;
    width: 172px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.ct-left form button:hover {
    color: var(--color-hover);
    background: var(--color-base);
    border-color: var(--color-hover);
}

.desc_address {
    padding-right: 50px;
    font-size: 16px;
}

.desc_address ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.supplier {
    background: #FFF;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #DDD;
    padding: 15px;
    margin-top: 15px;
}

.supplier .image {
    position: relative;
    overflow: hidden;
}

.supplier .image:hover img {
    transform: scale(1.2);
    transition: 0.5s ease;
}

.supplier h3 {
    text-align: center;
    color: #5f7aec;
    font-size: 15px;
}

.supplier h3 a {
    color: #333;
}

.title-template-news {
    margin: 10px 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    color: #fff;
    padding: 0;
    border-bottom: solid 2px #836b2d;
}

.title-template-news>* {
    background: linear-gradient(90deg, rgba(54, 35, 18, 1) 0%, rgba(97, 76, 32, 1) 34%, rgba(156, 130, 54, 1) 64%, rgba(232, 202, 81, 1) 92%);
    padding: 8px 20px;
    display: inline-block;
    color: white;
    border-radius: 10px 10px 0px 0px;
}

.list-news {
    padding-top: 5px;
}

.box_images img {
    width: 100%;
    height: 280px;
}

.box_images h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.block-news {
    background: #fff;
    padding: 20px 0 30px 0;
}

.maps iframe {
    width: 100%;
}

.common-ttl01 {
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4.1rem;
}

.images-hover {
    position: relative;
    overflow: hidden;
}

.images-hover img {
    height: auto
}

.images-hover::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.images-hover:hover::after {
    height: 250%;
    transition: all .6s linear;
    background-color: transparent;
}

@media screen and (max-width: 1024px) {
    .common-ttl01 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

.common-ttl01 span {
    display: inline-block;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

.content-tour-detail ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.product-item__wrap {
    background: var(--bg-brown);
    height: 100%;
    display: block;
    color: #faf2e9;
}

.product-item__wrap:hover {
    color: var(--color-hover);
}

.product-item__wrap:hover .product-item__img img {
    transform: scale(1.1);
}

.product-item__img {
    position: relative;
    line-height: 1;
    overflow: hidden;
    background: white;
}

.product-item__img::before {
    content: "";
    padding-top: calc((345 / 284) * 100%);
    display: block;
}

.product-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}

.product-item__percent {
    background: red;
    color: white;
    font-size: 1.4rem;
    padding: 3px 10px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.product-item__ct {
    padding: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .product-item__ct {
        padding: 10px;
    }
}

.product-item__ttl {
    color: inherit;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.4;
}

.product-item__ttl:last-child {
    margin-bottom: 0;
}

.product-item__ttl a,
.product-item__ttl span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
    .product-item__ttl {
        font-size: 1.6rem;
    }
}

.product-item__price {
    gap: 5px 10px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    flex-wrap: wrap;
}

.product-item__price .price {
    color: var(--color-hover);
}

.product-item__price .old-price {
    color: #ffffff7a;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .product-item__price {
        font-size: 1.4rem;
    }
}

.slick-common-arrow:hover .slick-arrow {
    opacity: 1;
}

.slick-common-arrow .slick-arrow {
    border: 1px solid white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 5;
    background: #00000030;
}

.slick-common-arrow .slick-arrow svg path {
    stroke: white;
}

.slick-common-arrow .slick-arrow.slick-prev {
    left: -21px;
}

.slick-common-arrow .slick-arrow.slick-next {
    right: -21px;
}

.product-list>.row {
    margin-bottom: 20px;
}

.blogs {
    padding-top: 20px;
}

.news-img {
    position: relative;
}

.news-img {
    color: var(--color-3);
}

a.news-cat.shadow-sm {
    margin-left: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    font-size: 13px;
    letter-spacing: .135rem;
    background-color: #fff;
    color: var(--color-3);
    width: 3rem;
    z-index: 1;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

a.news-cat.shadow-sm strong {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 9px;
}

.news-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ffffffd9;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    padding: .5rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.news-date span:last-child {
    border-top: 1px solid #000;
}

.news-content.shadow-sm {
    padding: 1.5rem;
    background-color: var(--bg-brown);
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

h3.news-title a {
    font-size: 19px;
}

h3.news-title {
    line-height: unset;
}

a.velora-hedding {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 41px;
    /* color: var(--color-3); */
}

a.velora-hedding:hover {
    color: var(--color-hover);
}

.news-ext {
    /* color: var(--color-3); */
}

.news-ext .news-link {
    /* color: var(--color-3); */
}

.news-ext .news-link:hover {
    color: var(--color-hover);
}

figure.image-hover.image-hover-overlay img {
    display: block;
    width: 100%;
    height: 230px;
}

a.news-link svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

a.news-link svg path {
    fill: var(--color-base);
}

a.news-link {
    display: inline-flex;
    align-items: center;
}

.comment-view {
    padding-top: 10px;
}

.news.hover-effect {
    transition: 0.5s ease;
    padding-bottom: 15px;
}

.splide__track button svg {
    width: 20px;
    height: 20px;
    fill: #fff !important;
}

button.slick-prev-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #8c603b;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    right: -45px;
    opacity: 0;
}

button.slick-prev-blogs.slick-arrow svg path {
    fill: #fff;
    stroke: #fff;
}

.splide__track button svg path {
    stroke: #fff;
    fill: #fff;
}

button.slick-next-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #8c603b;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    left: -45px;
    opacity: 0;
}

.comment-view p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    margin-bottom: 15px;
    font-weight: 500;
}

@media(max-width:990px) {
    .slick-common-arrow .slick-arrow.slick-prev {
        left: -10px
    }
    .slick-common-arrow .slick-arrow.slick-next {
        right: -10px;
    }
    .slick-common-arrow .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .slick-common-arrow .slick-arrow svg {
        width: 15px;
        height: 15px;
    }
    .supplier {
        margin-bottom: 7px;
        margin-top: 6px;
    }
    section.blogs table tr td {
        width: 100% !important;
        display: block !important;
    }
    .ct-left.ct-right form {
        width: 100%;
    }
    .desc_address {
        padding-right: 0px;
        font-size: 16px;
    }
    .contact-temp-body {
        padding: 5px 20px 20px;
    }
    .maps iframe {
        height: 200px;
    }
}