@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/static/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/static/Montserrat-Black.ttf');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/static/Montserrat-Light.ttf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/static/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/static/Montserrat-ExtraBold.ttf');
}

@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('../fonts/static/Montserrat-ExtraLight.ttf');
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url('../fonts/static/Montserrat-Thin.ttf');
}

@font-face {
    font-family: 'Montserrat-BoldItalic';
    src: url('../fonts/static/Montserrat-BoldItalic.ttf');
}

@font-face {
    font-family: 'Montserrat-Italic';
    src: url('../fonts/static/Montserrat-Italic.ttf');
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: Montserrat-Bold;
    text-transform: unset;
    text-align: justify;
}

h1{
    font-size: 18px;
}

h2{
    font-size: 16px;
}

h3{
    font-size: 15px;
}

p{
    font-size: 14px;
    text-align: justify;
}

.top-bar {
    padding: 1rem 0;
}

.gradient-2,
.site-footer,
.top-bar {
    background: #ffffff;
}

.text_hotline p {
    margin-bottom: 0;
    font-size: 14px;
}

.hotline_item img {
    height: 40px;
}

.hotline_item img {
    height: 40px;
    margin-right: 1rem;
}

body {
    font-family: Montserrat-Regular;
    color: #323232;
}

input[type="search"] {
    border: none;
    background: transparent;
    margin: 0;
    padding: 7px 8px;
    font-size: 14px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
    width: 350px;
    padding-right: 25px;
}

input[type="search"]::placeholder {
    color: #bbb;
}

input[type="search"]:focus-visible {
    outline: transparent;
}

form.form-search {
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

.form-search button[type="submit"] {
    border: 1px solid transparent;
    background: transparent;
}

.site-navbar .site-navigation .site-menu>li>a {
    text-transform: uppercase;
    font-size: 20px;
}

.site-navbar {
    padding: 0;
}

.text_banner-slider h1 {
    font-family: Montserrat-ExtraBold;
    font-size: 80px;
}

.text_banner-slider p {
    font-family: 'Montserrat-ExtraLight';
    font-size: 42px;
}

.box-uuthe .box_img {
    width: 70%;
    margin: auto;
    border: 1px solid;
    padding: 25px 0;
    border-radius: 50%;
}

.box-uuthe .box_img img {
    width: 80px;
    height: 100px;
}

.box-uuthe {
    border: 1px solid #d5d5d5;
    padding: 1rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
    height: 370px;
    overflow: hidden;
}

.box-uuthe p {
    font-size: 14px;
    color: #323232;
    line-height: 20px;
}

.box-uuthe p.title_uuthe {
    text-transform: uppercase;
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #ffb50a;
    text-align: center;
    margin-top: 1rem;
}


/* .site-section-cover.overlay:before{
  content: none;
} */

.row.menu-popup {
    border-bottom: 1px solid #baa59f;
}

.menu-popup .nav-link.active {
    position: relative;
}

.menu-popup .nav-link.active::before {
    content: "";
    position: absolute;
    border: 2px solid #ffb50a;
    width: 100%;
    bottom: -2px;
    left: 0;
}

.menu-popup .nav-item a.nav-link {
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #4a4a4a;
}

.menu-popup .nav-item a.nav-link.active {
    color: #ffb50a;
}

.box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.image-cover {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-top: 120%;
    overflow: hidden;
}

.image-cover img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.box-content {
    text-align: center;
    padding: 1rem .5rem;
    max-height: 8rem;
    min-height: 128px;
    position: relative;
}

.box-content a {
    /* position: absolute;
    bottom: 10%;
    left: 0;
    transform: translate(75%, 0); */
}

.box-content .box-title {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #000000;
    /* text-transform: uppercase; */
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-content .box-intro {
    color: #000000;
    font-size: 14px;
}
.box-intro p {
    text-align: center;
}
.btn-primary {
    background-color: #ffb50a;
    border-color: #ffb50a;
}

.title-section {
    background: #ffb50a;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 1rem;
    font-family: 'MONTSERRAT-BOLD';
}

img {
    max-width: 100%;
    object-fit: cover;
}

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

.site-section.img_hoanthien::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 71%);
}

.title-section-img {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 55px;
    color: #ffffff;
    text-transform: uppercase;
}

.intro-section-img {
    font-family: Montserrat-Thin;
    font-size: 38px;
    color: #ffffff;
}

.news_section .title-section-img {
    color: #202020;
}

.news_section .image-cover {
    padding-top: 60%;
}

.news_section .box-content {
    text-align: left;
    padding: 0;
}

.news_section .box-content .box-title {
    color: #4a4a4a;
    margin-top: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.news_section .box-content .box-time {
    font-size: 10px;
    color: #4a4a4a;
    margin-top: 0.5rem;
    font-style: italic;
}

.news_section .box-content .box-time i {
    font-size: 10px;
    color: #ffb50a;
}

.item-doitac {
    /* box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
    padding: 2rem;
    margin: auto;
    display: flex;
}

.item-doitac img {
    height: 80px;
    margin: auto;
    object-fit: contain;
}

.map_footer iframe {
    width: 100%;
    height: 200px;
}

.title-site-footer {
    font-family: 'Montserrat-ExtraBold';
    font-size: 18px;
    text-transform: uppercase;
    color: #ffb50a;
    margin-bottom: 0.5rem;
}

.site-footer p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.title-footer {
    font-size: 18px;
    color: #ffb50a;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-family: 'Montserrat-ExtraBold';

}

.site-footer .row-2 span {
    font-family: 'Montserrat-ExtraBold';
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.item-showroom {
    width: 70%;
}

.box-showroom {
    width: 85%;
}

.box-showroom {
    overflow-y: scroll;
    max-height: 150px;
}

.box-showroom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.box-showroom::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.box-showroom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.box_mxh img {
    width: 60px;
    height: 40px;
    margin: auto;
}

.title-mxh {
    width: 100%;
    margin: auto;
    margin-left: 0.5rem !important;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat-Bold';
}

.box_mxh i {
    font-size: 52px;
    color: #ffffff;
}

.copy_right_footer p {
    font-size: 12px;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: " > ";
}

.box_cate {
    padding: 1rem;
    border: 1px solid;
}

.breadcrumb-item a {
    color: #000000;
}

.breadcrumb-item.active {
    color: #ffb50a;
}

li.breadcrumb-item {
    font-size: 14px;
}

.title-list-cate {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #ffb50a;
    cursor: pointer;
}

.item-list-cate {
    font-size: 14px;
    color: #000000;
}

.title_absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000b8;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0.5rem;
    opacity: 1;
    /* Ẩn ban đầu */
    transition: opacity 0.3s ease-in-out;
}

.img_dichvu:hover .title_absolute {
    opacity: 1;
    /* Hiển thị khi hover vào .img_dichvu */
}

h2.title_page_dichvu {
    font-family: 'Montserrat-Bold';
    font-size: 18px;
}

.box-title-cate {
    font-size: 14px;
    text-align: left;
    padding: 4px;
}

.content_sanpham {
    /* border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; */
    padding: 1rem 2rem;
}

.border_box {
    border: 1px solid;
    border-radius: 10px;
}

h2.title_sanpham {
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    color: #ffb50a;
}

.content_sanpham p {
    font-size: 16px;
    color: #212121;
}

.click_buy button strong {
    font-family: 'Montserrat-Bold';
    font-weight: 700;
}

.content_sanpham p strong{
    font-family: 'Montserrat-Bold';
    font-weight: 700;
}

.content_sanpham .gia p {
    margin-right: 1.5rem;
}

.content_sanpham .gia p.new span {
    color: #ffb50a;
}

.content_sanpham .gia p.old {
    text-decoration-line: line-through;
}

.click_buy a {
    font-family: 'Montserrat-Bold';
}

.phone_single_sanpham {
    font-family: 'Montserrat-Bold';
    color: #ffb50a;
    font-size: 20px;
}

.daily p {
    margin-right: 3rem;
    margin-bottom: 0;
}

.daily p i {
    color: #ffb50a;
}

.box-khdm {
    padding: 1rem;
    background: #fbfbfb;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.title-khdm {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
}

.title-khdm span {
    color: #ffb50a;
}

.box-khdm p {
    margin-bottom: 1px;
}

.text-site {
    color: #ffb50a;
}

button.button_search {
    position: absolute;
    right: 0;
    top: 15%;
}


/* .box-image:hover .image-cover { 
  opacity: 0.8;
} */

.box-image .image-cover img {
    transition: transform 0.5s ease;
}

.box-image:hover .image-cover img {
    transform: scale(1.1);
}

#gallery-1 img {
    width: 100%;
    height: 100%;
}

dt.gallery-icon.portrait {
    margin-left: 10px;
    margin-right: 10px;
}

.aligncenter {
    margin: auto;
    display: block;
}

.alignleft {
    display: block;
    margin-right: auto;
}

.alignright {
    display: block;
    margin-left: auto;
}


/* #slider,#thumbnail_slider{
  width: 100%;
  margin: 0 auto 10px;
}
.slide-item img{
    width: 100%;
  }  

.thumbnail-item img{
    width: 98%;
    margin: 0 auto;
    height: 85px;
    cursor: pointer;
  }  */


/* .slide-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 255/300;
} */

.item-slick.slick-slide.slick-current.slick-active {
    outline: none!important;
}

.slider-for {
    margin-bottom: 15px;
}

.slider-for img {
    width: 100%;
    min-height: 100%;
}

.slider-nav {
    margin: auto;
}

.slider-nav .item-slick {
    max-width: 100%;
    height: 95px;
    margin-right: 15px;
    /* outline: none!important; */
    cursor: pointer;
}

.slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.box_banchay {
    padding: 1rem;
    border: 1px solid;
    border-radius: 10px;
}

.box_banchay .title-footer {
    font-size: 18px;
}

.row.list_img {
    z-index: 99;
    position: relative;
}

.list_img #gallery-1 img {
    border: none;
}

.site-footer a {
    color: #ffffff;
}

.site-footer a:hover {
    color: #ffba00;

}

.gallery .gallery-item img {
    border: none !important;
}

.box-banchon {
    text-align: center;
    margin-bottom: 2rem;
}

.box-banchon p {
    font-style: italic;
    font-family: 'Montserrat-Italic';
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
}

.box-banchon p strong {
    font-style: italic;
    font-family: 'Montserrat-BoldItalic';
    color: #ffba00;
}

.box-banchon.camket p {
    font-style: italic;
    font-family: 'Montserrat-Italic';
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    color: #ffffff;
}

.box-banchon.camket p strong {
    font-style: italic;
    font-family: 'Montserrat-BoldItalic';
    color: #ffffff;
}

.box-items-banchon {
    margin-top: 3rem;
    position: relative;
}

.box-items-banchon .number {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    width: max-content;
    margin: auto;
    padding: 0 2rem;
    border-radius: 50%;
    background: #ffba00;
    font-family: 'Montserrat-BoldItalic';
    font-size: 53px;
    color: #ffffff;
}

.box-items-banchon .content {
    border: 1px solid #eceaea;
    text-align: center;
    padding: 3rem 1rem 1rem;
    margin: auto;
    width: 100%;
    border-radius: 10px;
    font-size: 22px;
    min-height: 142px;
}

.box-camket-img {
    width: 100%;
}

.box-camket-img img {
    width: 80px;
}

.box-items-camket {
    color: #ffffff;
}

.box-items-camket .content {
    font-size: 14px;
}

.box-items-camket .title {
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}

.youtube-footer iframe {
    max-width: 100%;
    height: 200px;
}

.breadcrumb span {
    font-size: 14px;
}

.box-map-contact iframe {
    width: 100%;
    height: 200px;
}

.box-map-contact {
    padding: 2rem 2rem 1rem;
    border: 1px solid #cfcfcf;
    margin-bottom: 1rem;
}

.box-map-contact .box-map-content .items-box {
    margin-bottom: 1rem;
}

.box-map-contact .box-map-content .items-box h4 {
    font-size: 16px;
}

.box-map-contact .box-map-content .items-box p {
    font-size: 14px;
    margin-bottom: 0;
}

.title-section-form {
    text-align: center;
    margin-bottom: 2rem;
}

.title-section-form h2 {
    font-size: 26px
}

.title-section-form p {
    font-size: 30px;
    line-height: 20px;
    text-transform: capitalize;
}

.box_banchay .title-banchay {
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #ffb50a;
    margin-bottom: 18px;
}

.sanpham_khac {
    color: #ffb50a;
}


.site-navbar .site-navigation .site-menu>li ul.sub-menu {
    list-style: none;
    background: #FFB50A;
    position: absolute;
    display: none;
    width: max-content;
    padding-bottom: 1rem;
    padding-right: 1rem;
}


.site-navbar .site-navigation .site-menu>li ul.sub-menu li a {
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff !important;
}

.site-mobile-menu .site-nav-wrap>li i {
    position: absolute;
    top: 18px;
    right: 5px;
}

.site-navbar .site-navigation .site-menu>li ul li{
    margin-bottom: .5rem;
    border-bottom:1px  ;
    cursor: pointer;
}

.site-logo img{
    width: 125px;
    height: auto;
}

.logo_footer img {
    width: 200px;
}