	

:root {
    --color1: #7B0A17;
    --color2: #f07f28;
}

.navbar {
    --bs-navbar-toggler-icon-bg: url(/files_upload/menu.png);
    
}




body {
    font-size: 15px;
    
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 700;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 18px;
}

a {
    transition: all 0.3s;
}

a:hover {
    color: var(--color2);
}

img {
    max-width: 100%;
    border-radius: 4px;
}



/*** TRANG CHỦ ***/

/* Banner top */

.banner_top {
    position: relative;
}

.banner_top p {
    margin: 0;
}

.banner_top .hotline {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 18px;
    padding: 7px 0;
    font-weight: 500;
}

.banner_top img {
    width: 100%;
}


/* main menu */

.main_menu {
    background: var(--color1);
    color: white;
}

.main_menu a {
    text-transform: uppercase;
    color: white;
    font-weight: 500;
}

.main_menu a:hover {
    color: var(--color2);
}


.main_menu .navbar-nav {
    width: 100%;
    justify-content: center;
}

.main_menu .navbar-nav > li {
    border-left: 1px solid #bababa;
}

.main_menu .navbar-nav > li:first-child {
    border-left: none;
}



.main_menu .navbar-nav ul {
    border-radius: 0;
}

.main_menu .navbar-nav ul li {
    padding: 6px 10px;
    border-bottom: 1px solid #cccccc;
}

.main_menu .navbar-nav ul li:last-child {
    border-bottom: none;
}

.main_menu .navbar-nav ul a {
    text-transform: math-auto;
    color: black;
}

.main_menu .navbar-nav ul a:hover {
    color: var(--color2);
    background: none;
}

/* Slide home */

.slide_home .swiper-button-next, 
.slide_home .swiper-button-prev {
    color: white;
}

/* Trang chủ */

.right_home img {
    width: 100%;
}

.title_home {
    padding: 17px 0;
    border-bottom: 1px solid #ddd;
}

.title_home h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
}

.body_home {
    padding: 40px 0;
}

.content_home_1 h3 {
    font-size: 32px;
    color: var(--color1);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.content_home_1 h3 img {
    height: 35px;
}

.content_home_1 {
    border: 1px solid #cccccc;
    padding: 20px 15px;
    border-radius: 5px;
    color: black;
    text-align: justify;
}

.content_home_1 .text-last {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.4;
}




/* Thư viện ảnh */
.gallery_home {
    padding: 40px 10px;
}

.gallery_home .gallery {
    max-width: 100%;
    grid-gap: 0;
    padding: 10px 0;
}

.gallery_home .gallery > * {
    padding: 0 5px;
}

.gallery_home .gallery a img {
    height: 235px;
}

/*slide gallery*/

.gallery_home .bp-gallery > ul {
    padding: 0;
}

.gallery_home .swiper-button-next,
.gallery_home .swiper-button-prev {
    color: white;
}

.map iframe {
    height: 300px;
}


/*** FOOTER ***/

.footer {
    background: var(--color1);
    color: white;
}

.footer_top {
    text-align: center;
    padding: 50px 0 40px;
}

.footer_top img {
    height: 100px;
    margin-bottom: 15px;
}


.box-2-ft img {
    width: 80%;
    margin-bottom: 30px;
}

.footer h3 {
    font-size: 20px;
    color: var(--color2);
    margin-bottom: 15px;
}



/*** TRANG SẢN PHẨM ***/

.list-room .bp_cls_shopping_form,
.list-room .bp-group-button-qv-wl,
.list-room .bp-product-link-details,
.bp_lbl_product_more,
.list-room .bp-product-header-right {
    display: none;
}

.list-room .bp-category-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 25px;
    padding: 40px 0 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}


.list-room .bp_product_item {
    margin-bottom: 25px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}


.list-room .bp_content_product {
    display: flex;
    flex-direction: column;
}

.list-room .product_title,
.product_detail .product_title {
    font-size: 20px;
    font-weight: 500;
}

.list-room .product_title a,
.product_detail .product_title a{
    color: black;
}

.lien-he-pr a {
    background: var(--color2);
    border: 1px solid var(--color2);
    color: white;
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.lien-he-pr {
    order: 4;
    margin-top: 30px;
}

.lien-he-pr a:hover {
    background: transparent;
    color: black;
}


.list-room .bp_cls_group_price,
.product_detail .bp_cls_group_price {
    font-size: 22px;
}

.list-room .cls_price_text,
.product_detail .cls_price_text {
    font-size: 19px;
}

.list-room .cls_price_number,
.product_detail .cls_price_number {
    font-weight: 500;
}

.list-room .cls_unit_price,
.product_detail .cls_unit_price {
    font-weight: 500;
    font-size: 18px;
}

.list-room .bp_img_product {
    height: 215px;
}

.list-room .bp-product-header {
    margin-bottom: 10px;
}

/*** TRANG CHI TIẾT SẢN PHẨM ***/

.product_detail {
    padding: 50px 0;
}

.group_top_pr {
    display: flex;
}

.box_left_pr {
    width: 50%;
}

.product_detail .bp_img_product {
    width: 50%;
}

.product_detail .product_title {
    text-transform: uppercase;
}

.product_detail .bp_img_product {
    height: 535px;
}


/*** TRANG TIN TỨC ***/

.bp_news_info {
    display: none;
}

.bp-category-title {
    text-transform: uppercase;
    font-size: 30px;
    padding: 40px 0 15px;
    border-bottom: 1px solid #cccc;
    margin-bottom: 35px;
}

.blogs .bp_block_item {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
}

.blogs .bp_block_item > .row {
    margin: 0;
}

.blogs .bp_block_item > .row > * {
   padding: 0;
}

.blogs .bp_img_news {
    width: 20%;
}

.blogs .bp_img_news img {
    padding: 0;
    height: 150px;
    object-fit: cover;
}

.blogs .bp_block_item > .row > .bp_content_news_main {
    width: 80%;
    padding-left: 15px;
}

.blogs .news_title {
    font-size: 20px;
    font-weight: 500;
}

.blogs .news_title a {
    color: black;
}

.blogs .news_title a:hover {
    color: var(--color2);
}

.blogs .bp-news-button-action a {
    color: var(--color2);
}

.blogs .bp-news-button-action a:hover {
    color: black;
}

.blogs .bp_news_sub {
    color: #868686;
}


/*** Trang chi tiết tin ***/

.title_h1 {
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    padding: 40px 0 15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

.bp_comment_submit {
    background: var(--color2);
    padding: 8px 25px;
    border: 1px solid var(--color2);
    color: white;
    border-radius: 5px;
    transition: all 0.2s;
}

.bp_comment_submit:hover {
    background: transparent;
    border: 1px solid var(--color2);
    color: black;
}

/*tin báo giá*/

.content_text_details li {
    list-style: initial;
}

.logo_bao_gia {
    margin: 20px 0;
}

.logo_bao_gia img {
    width: 30%;
}

.bang-bao-gia {
    margin: 15px 0 20px;
}

table.bang-bao-gia td, 
table.bang-bao-gia th {
    border: 1px solid #dddddd;
    padding: 10px;
}

table.bang-bao-gia th {
    text-transform: uppercase;
    text-align: center;
}


/*DỊch vụ miễn phí*/

table.dich-vu-mien-phi td {
    padding: 5px;
}

/********** ZALO - HOTLINE **********/

.fcta-zalo-ben-trong-nut {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/* RESPONSIVE */


@media (max-width: 1399px) {
    
    .banner_top .hotline {
        font-size: 14px;
        padding: 5px 0;
    }
    
    .main_menu .navbar ul.navbar-nav > li {
        padding: 10px 20px;
    }
    
    .gallery_home .gallery a img {
        height: 200px;
    }
    
    .list-room .bp_img_product {
        height: 185px;
    }
    
    .list-room .bp_product_item {
        padding: 15px;
    }
    
    .list-room .product_title {
        min-height: 72px;
    }
    
    /*** Trang tin tức ***/
    
    .blogs .bp_img_news img {
        height: 145px;
        
    }
}


@media (max-width: 1199px) {
    
    .banner_top .hotline {
        padding: 3px 0;
    }
    
    .main_menu a {
        font-size: 13px;
    }
    
    .main_menu .navbar ul.navbar-nav > li {
        padding: 8px 16px;
    }
    
    .gallery_home .gallery a img {
        height: 168px;
    }
    
    .video_home iframe {
        height: 100px;
    }
    
    .list-room .product_title {
        font-size: 18px;
    }
    
    .list-room .product_title {
        min-height: 67.2px;
    }
    
    .lien-he-pr {
        margin-top: 22px;
    }
    
    .list-room .cls_price_text {
        font-size: 17px;
    }
    
    .list-room .bp_cls_group_price {
        font-size: 20px;
    }
    
    .list-room .cls_unit_price {
        font-size: 16px;
    }
    
    .lien-he-pr a {
        padding: 7px 25px;
        font-size: 15px;
    }
    
    .list-room .bp_img_product {
        height: 166px;
    }
    
    .product_detail .bp_img_product {
        height: 450px;
    }
    
    /*** Trang tin tức ***/
    
    .bp-category-title {
        font-size: 25px;
        
    }
    
    .blogs .bp_img_news img {
        height: 120px;
        
    }
   
    
}





@media (max-width: 991px) {
    
    .banner_top .hotline {
        padding: 1px;
        font-size: 12px;
    }
    
    .main_menu {
        padding: 5px 0;
    }
    
    .main_menu .navbar-nav {
        padding: 10px 0;
    }
    
    .main_menu .navbar-toggler-icon {
        position: relative;
    }
    
    .main_menu .navbar-toggler-icon:after {
        content: "Menu";
        display: inline-block;
        color: white;
        text-transform: uppercase;
        position: absolute;
        left: calc(100% + 10px);
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
    }
    
    .main_menu .navbar ul.navbar-nav li.dropdown {
        flex-wrap: wrap;
    }
    
    .main_menu  .navbar ul.navbar-nav li.dropdown ul {
        width: 100%;
    }
    
    .main_menu .navbar ul.navbar-nav > li {
        padding: 10px 15px;
    }
    
    .main_menu .navbar ul.navbar-nav li.dropdown a {
        width: unset;
    }
    
    .main_menu .navbar .dropdown-toggle {
        width: 100px;
    }
    
    .anh-trai-nghiem {
        margin-top: 20px;
    }
    
    
    .video_home iframe {
        height: 392px;
        margin-top: 20px;
    }
    
    .gallery_home .gallery a img {
        height: 123px;
    }
    
    .box-2-ft {
        margin: 25px 0;
    }
    
    .box-2-ft img {
        width: 40%;
        margin: 0;
    }
    
    .list-room .bp_img_product {
        height: 239px;
    }
    
     .list-room .product_title {
        min-height: auto;
    }
    
    .group_top_pr {
        flex-direction: column;
    }
    
    .box_left_pr {
        order: 2;
        width: 100%;
    }
    
    .product_detail  .bp_img_product {
        width: 100%;
        margin-bottom: 20px;
        height: 664px;
    }
    
    /*** Trang tin tức ***/
    
    .blogs .bp_img_news {
        width: 25%;
    }
    
    .blogs .bp_block_item > .row > .bp_content_news_main {
        width: 75%;
        padding-left: 10px;
    }
    
    .blogs .news_title {
        font-size: 18px;
    }
    
    .blogs .bp_news_sub {
        font-size: 14px;
    }
    
    .blogs .bp-news-button-action a {
        font-size: 13px;
    }
}




@media (max-width: 767px) {
    
    
    
    .banner_top .hotline {
        font-size: 11px;
    }
    
    .slide_home .swiper-button-next:after, 
    .slide_home .swiper-button-prev:after {
        font-size: 30px;
    }
    
    .content_home_1 {
        font-size: 14px;
        padding: 20px 10px;
    }
    
   
    
    .content_home_1 h3 {
        font-size: 25px;
        margin-bottom: 25px;
        flex-direction: column;
    }
    
    .content_home_1 h3 img {
        margin-top: 10px;
    }
    
    .content_home_1 .text-last {
        font-size: 22px;
        
    }
    
    .gallery_home .gallery a img {
        height: 90px;
    }
    
    .list-room .product_title {
        margin-top: 12px;
    }
    
    .list-room .bp-category-title {
        font-size: 22px;
        padding: 32px 0 20px;
        margin-bottom: 40px;
    }
    
    .list-room .bp_img_product {
        height: 350px;
    }
    
    .product_detail  .bp_img_product {
        height: 495px;
    }
    
    /*** Trang tin tức ***/
    
    .blogs .bp_block_item > .row > * {
        width: 100%;
    }
    
    .blogs .bp_block_item > .row > .bp_content_news_main {
        width: 100%;
        padding-left: 0;
    }
    
    .blogs .bp_img_news img {
        height: 280px;
    }
    
    .blogs .news_title {
        margin-top: 10px;
    }
    
    table.bang-bao-gia {
        font-size: 12px;
    }

}



@media (max-width: 640px) {
    
    .gallery_home .gallery a img {
        height: 180px;
    }
    
    .gallery_home .gallery > * {
        padding: 5px;
    }
}

@media (max-width: 575px) {
    
    .banner_top .hotline {
        padding: 0;
        font-size: 8px;
        left: 55%;
    }
    
    .video_home iframe {
        height: 300px;
    }
    
    .gallery_home .gallery a img {
        height: 160px;
    }
    
    .list-room .bp_img_product {
        height: 325px;
    }
    
     .product_detail  .bp_img_product {
        height: 450px;
    }
    
    .blogs .bp_img_news img {
        height: 220px;
    }
    
}


@media (max-width: 480px) {
    .gallery_home .gallery a img {
        height: 120px;
    }
    
     .banner_top .hotline {
        font-size: 7px;
        line-height: 1;
    }
    
    .list-room .bp_img_product {
        height: 265px;
    }
    
     .product_detail  .bp_img_product {
        height: 340px;
    }
    
  
}

@media (max-width: 430px) {
    
   
}

@media (max-width: 375px) {
    
    
   
}

.bp_msg_show {display:block!important; }
