	/********** Template CSS **********/
:root {
    --red: #d6110f;
    --green: #4ab551;
    --text: #333333;
    --white: #ffffff;
}



h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

a {
    transition: all 0.3s;
}

a:hover {
    color: var(--red);
}

img {
    max-width: 100%;
    border-radius: 4px;
}

body {
   font-family: 'Open Sans', sans-serif;
   font-size: 15px;

   /*font-family: 'Roboto', sans-serif;*/
   /*font-family: 'Montserrat', sans-serif;*/
}


/*** Button ***/

.btn_web {
    background: var(--red);
    color: var(--white) ;
    display: inline-block;
    padding: 6px 25px ;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s;
}

.btn_web:hover {
    background: var(--yellow);
    color: var(--black);
}




/*********** HEADER ************/

.header p {
    margin-bottom: 0;
}

/*** Header top ***/

.header_top {
    /*background-image: url('/files_upload/bg_vang.jpg');*/
}

/*.left_header_top {*/
/*    padding-left: 0;*/
/*}*/

.logo img {
    width: 165px;
}

.slogan {
    font-weight: 600;
    font-size: 20px;
    color: var(--green);
    text-align: center;
}

.slogan h1 {
    font-weight: 700;
    color: var(--red);
    font-size: 35px;
    
}


/*** Main menu ***/

.main_menu {
    color: var(--white);
    
}

.main_menu .navbar {
    background-color: var(--red);
    padding-top: 10px;
    padding-bottom: 10px;
}

.main_menu a {
    color: var(--white);
}

.main_menu .navbar-nav {
    width: 100%;
    justify-content: space-around;
    background-color: var(--red);
}

.main_menu ul ul {
     background-color: var(--red);
}

.main_menu .navbar-nav > li:first-child a {
    font-size: 0;
}

.main_menu .navbar-nav > li:first-child a i{
    font-size: 16px;
}

.main_menu .navbar ul.navbar-nav > li {
    padding: 0;
}

.main_menu .nav-link {
    text-transform: uppercase;
    font-weight: 600;
}

.main_menu .navbar ul.dropdown-menu li:hover,
.main_menu .navbar ul.dropdown-menu li a:hover {
    background-color: transparent;
}



/*************** LEFT BODY *****************/

.left_body .box_left > * {
    padding: 15px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}

.left_body .box_left {
    margin-bottom: 30px;
}

.left_body .box_left > h3 {
    padding: 10px;
    color: var(--white);
    background-color: var(--red);
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px 4px 0 0;
    margin: 0;
}

.left_body .category .bp_category_option h3 {
    font-size: 15px;
    font-weight: 400;
    color: var(--text);
    transition: all 0.3s;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
    
}

.left_body .category .bp_category_option h3:hover {
    color: var(--red);
}

.left_body .support_left p {
    padding: 8px 0;
}

.left_body .support_left a {
    color: var(--text);
    transition: all 0.3s;
}

.left_body .support_left a:hover {
    color: var(--red);
}



/************* PRODUCTS **************/

.bp_pd_info {
    display: none;
}


a.lh_pr {
    background: var(--red);
    color: var(--white);
    padding: 5px 20px;
    display: inline-block;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 10px;
}

a.lh_pr:hover {
    color: var(--text);
}



.products .bp_product_item,
.products .item {
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    border-radius: 4px;
    transition: all 0.3s;
}

.products .bp_product_item:hover .cls_img_product_focus {
    overflow: hidden;
}

.products .bp_product_item:hover .cls_img_product_focus img {
    transition: all 0.3s;
    
}

.products .bp_product_item:hover .cls_img_product_focus img {
    transform: scale(1.1);
}

.products .bp_product_item .row {
    margin: 0;
}

.products .bp_product_item .row > * {
    padding: 5px;
    
}

.products .bp_product_item .cls_content_product_focus,
.products .item .card-body,
.bp_product_item .row > div:nth-child(2) {
    border-top: 1px solid #eee;
    padding: 10px 5px;
}

.products .bp_pd_sub,
.products .card-text,
.products .cls_product_sub {
    display: none;
}

.products .bp_content_product {
    text-align: center;
}

.products .product_title {
    font-size: 15px;
    font-weight: 500;
    min-height: 36px;
}

.products .product_title a {
    color: var(--text);
}

.products h2.product_title a:hover {
    color: var(--green);
}

.products .item .shadow {
    box-shadow: none !important;
}


/************** TRANG CHỦ *****************/

.body_top {
    padding: 15px 0;
}

.body_top .products {
    margin-bottom: 40px;
}

.products > h2,
.heading h2 {
    font-size: 18px;
    background: var(--red);
    color: var(--white);
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
}


/************* Featured  Products ****************/

.featured_products {
    padding: 20px 0 10px;
}

.featured_products #carousel_fav {
    position: relative;
}

.featured_products .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.featured_products .owl-theme .owl-dots {
    display: none;
}

.featured_products #carousel_fav .owl-nav button {
    margin: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #818181;
    transition: all 0.3s;
}

.featured_products #carousel_fav .owl-nav button:hover {
    color: var(--white);
    background: var(--red);
}

.featured_products .owl-nav span {
    font-size: 0;
}


.featured_products .owl-nav span i {
    font-size: 26px;
}


/*************** NEWS *******************/

.news_home {
    margin-bottom: 60px;
}

.bp_block_item .row {
    margin: 0;
}

.bp_block_item .row > * {
    padding: 0;
}

.bp_news_info {
    display: none;
}

.news_title {
    font-size: 17px;
    margin-top: 10px;
}

.news_title a {
    color: var(--text);
}

.bp_news_sub {
    font-size: 14px;
    color: #898989;
}

.bp_news_sub p {
    margin-bottom: 3px;
}

.bp_news_more {
    display: none;
}

.bp_hot_news_img iframe {
    display: none;
}

.left_news_home img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #eee;
    padding: 10px;
}

.right_news_home img {
    height: 135px;
    object-fit: cover;
     border: 1px solid #eee;
    padding: 10px;
    
}

.right_news_home .bp_news_sub {
    display: none;
}

.right_news_home  .bp_block_item {
    margin-bottom: 10px;
}


.right_news_home .cls_content_hot_news {
    padding-left: 15px;
}






/************ FOOTER ****************/

.footer {
    padding: 40px 0;
    background: var(--red);
    /*background-image: url('/files_upload/bg_ft.jpg');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    color: var(--white);
}

.footer h3 {
    color: var(--white);
    margin-bottom: 20px;
}

.left_footer h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.left_footer {
    text-align: center;
}

.map_ft {
    text-align: center;
}


/*********** TRANG TIN TỨC ************/

.right_news_page .bp_block_item {
    margin-bottom: 30px;
}

.right_news_page .bp_hot_news_img img {
    height: 200px;
    padding: 10px;
    border: 1px solid #eee;
    object-fit: contain;
}

.right_news_page .bp_news_sub {
    display: none;
}


/********** TRANG LIÊN HỆ **********/

.right_body_contact {
    padding: 50px 0;
}

.right_body_contact form > *:not(.row),
.right_body_contact form .row> *{
    margin-bottom: 15px;
}

.right_body_contact form label {
    display: none;
}

.right_body_contact form input,
.right_body_contact form textarea {
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.right_body_contact form input::placeholder,
.right_body_contact form textarea::placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.right_body_contact #contact_button button {
    border-radius: 4px;
    background-color: var(--red);
    border: none;
    color: var(--white);
    padding: 8px 20px;
    margin-top: 10px;
}

.right_body_contact #contact_button #contact_reset {
    background-color: black;
}




/********* TRANG CHI TIẾT TIN *********/

.right_body_news_detail {
    padding: 40px 0;
}



/***************  TRANG CHI TIẾT SẢN PHẨM ******************/


.right_product_detail {
    padding: 40px 0;
}

.right_product_detail .product_title {
    font-size: 20px;
}

.right_product_detail .tab-content {
    padding-top: 20px;
}


.bp_pd_details_tab h2 {
    margin: 25px 0 20px;
}

.bp_comment_submit {
    background: var(--red);
    color: var(--white);
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
}






/* RESPONSIVE */


@media (max-width: 1440px) {
    
}

@media (max-width: 991px) {
    
    .slogan h1 {
        font-size: 22px;
    }
    
    .slogan {
        font-size: 17px;
    }
    
    .left_header_top {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    
    .main_menu .container {
        position: relative;
    }
    
    
    .main_menu .navbar-collapse,
    .main_menu .navbar-collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 3;
    }
    
    .main_menu .navbar-collapse ul {
        padding: 15px ;
    }
    
    
    .main_menu .navbar ul.navbar-nav > li {
        padding: 7px 0;
    }
    
    .main_menu .navbar-nav > li:first-child a {
        font-size: unset;
    }
    
    .main_menu .navbar-nav > li:first-child a i {
        display: none;
    }
    
    #carousel_fav img {
        height: 220px;
    }
    
    .left_news_home img {
        height: 230px;
    }
    
    .right_news_home img {
        height: 80px;
        padding: 5px;
    }
    
    .right_news_page .bp_block_item {
        margin-bottom: 20px;
    }
    
    
    /***** Trang tin tức ****/
    
    .right_news_page .bp_hot_news_img img {
        height: 150px;
    }
    
    .right_news_page .news_title {
        font-size: 15px;
    }
    
    

@media (max-width: 767px) {
    
    .header_top > .row {
        margin: 0;
    }
    
    .logo {
        text-align: center;
        padding: 10px;
    }
    
   .logo img {
        width: 90px;
    }
    
    .slogan {
        padding: 5px 10px 10px;
    }
    
    .slogan h1 {
        font-size: 20px;
    }
    
    .main_menu span.navbar-toggler-icon {
        width: 27px;
        height: 27px;
    }
    
    .main_menu .navbar ul.navbar-nav li.dropdown ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 3;
    }
    
    .news_home .cls_img_hot_news {
        width: 25%;
    }
    
    .news_home .cls_img_hot_news img {
        height: 80px;
    }
    
    .news_home .cls_content_hot_news {
        width: 75%;
        padding-left: 15px;
    }
    
    
    /**** Trang chi tiết tin ****/
    
   .details_news h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    
    iframe {
        height: 220px;
    }
    
    
    /**** Trang chi tiết sản phẩm ****/
    
    .right_product_detail {
        padding: 0; 
    }
    
    .right_product_detail .bp_details_description {
        margin-bottom: 30px;
    }
    
    .left_footer {
        margin-bottom: 20px;
    }
}


@media (max-width: 575px) {
    .header > .container,
    .slide .container {
        padding: 0;
    }
    
    .main_menu {
        background-color: var(--red);
    }
    
    #carousel_fav img {
        height: 165px;
        object-fit: cover;
    }
}





