	

:root {
    --color1: #000000cc;
    --color2: #d72717;
    --color3: #9BBEC8;
    --white: #ffffff;
    --dark: #333333;
}

.navbar {
    --bs-navbar-toggler-icon-bg: url(/files_upload/menu.png);
    
}




body {
    font-size: 15px;
    font-family: ;
    
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 700;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

a {
    transition: all 0.3s;
}

a:hover {
    color: var(--color1);
}

img {
    max-width: 100%;
    border-radius: 4px;
}

.title_section h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.btn_web {
    margin-top: 25px;
}

.btn_web a {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 14px;
}

.btn_xtb {
    text-align: right;
}

.btn_xtb a {
    color: var(--color1);
}

.btn_xtb a:hover {
    color: var(--dark);
}


/********** HEADER **********/

.header {
    background: var(--color1);
    color: white;
}

.header p {
    margin-bottom: 0;
}

.logo img {
    height: 80px;
    border-radius: 0;
}

.main_menu .navbar ul li ul li:hover ul {
    display: none;
}

.main_menu .navbar ul.navbar-nav > li {
    padding: 28px 25px;
    transition: all 0.3s;
}


.main_menu a {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
}

.main_menu .navbar ul.navbar-nav > li:hover {
    background: var(--color2);
}

.main_menu .navbar ul.navbar-nav > li a, 
.main_menu .navbar ul.dropdown-menu li a{
    color: var(--white);
}

.main_menu .navbar ul li ul {
    background: var(--color2);
}

.main_menu .navbar ul li ul li {
    border-bottom: 1px solid #0000001c;
}

.main_menu .navbar ul li ul li:last-child {
    border-bottom: none;
}

.main_menu .navbar ul li ul li:hover {
    background: var(--color1);
}

.main_menu .navbar ul li ul li a {
    text-transform: capitalize;
}

.main_menu .navbar ul li ul li a:hover {
    background: transparent;
}

.main_menu .navbar ul li ul li .bp_menu_icon {
    display: none;
}


/* Slide */

.slide_home img {
    border-radius: 0;
}

/*** Categoris home ***/


.categories_home {
    padding: 60px 0;
}

.categories_home h2 {
    font-size: 20px;
    color: #333333;
}

.categories_home .bp_category_option {
    display: flex;
    flex-wrap: wrap;
}

.categories_home .bp_category_option li {
    width: 25%;
}

.categories_home h2 {
    border-bottom:1px solid #e5e5e5;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}

.categories_home h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background: #000000;
}

.categories_home .bp_category_option li {
    padding: 1px;
}

.categories_home .bp_category_option li a {
    display: inline-block;
    position: relative;
    margin-right: 0;
    width: 100%;
}

.categories_home .bp_category_option li a:before {
    content: "";
    position: absolute;
    background: #00000080;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
}

.categories_home .bp_category_option li a img {
    width: 100%;
    height: 465.75px;
    object-fit: cover;
}

.categories_home .bp_category_option li a h3 {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
    
}

.categories_home .bp_category_option li a:hover:before {
    opacity: 1;
}

.categories_home .bp_category_option li a:hover h3 {
    opacity: 1;
    top: 50%;
}

.learn-more {
    margin-top: 20px;
}


.learn-more a {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #6c757d;
    background: #f7f7f7;
    transition: all 0.3s;
}

.learn-more a:hover {
    background: #999999;
    color: #ffffff;
}

/*** Tin tuc ***/

.news_home {
    background: #000000cc;
    color: #ffffff;
    padding: 45px 0;
}

.title_news {
    border-bottom: 1px solid #6f6f6f;
    margin-bottom: 35px;
}

.box_title_news {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}


.box_title_news a {
    font-size: 17px;
    color: #c6c6c6;
}

.box_title_news a:hover {
    color: var(--color2);
}

.title_news h2 {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}

.news_home .bp_block_item .row {
    margin: 0;
}

.news_home .bp_block_item .row > * {
    padding: 0;
}

.news_home .bp_news_info .bp_lb_user,
.news_home .bp_news_info .bp_lb_comment,
.news_home .bp-news-button-action,
.news_home .bp_icon_date {
    display: none;
}


.news_left {
    padding-right: 20px;
}

.news_right {
    padding-left: 20px;
}

.news_home .news_title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 15px;
}

.news_home .news_title a {
    color: #dfdfdf;
}

.news_home .news_title a:hover {
    color: var(--color2);
}

.news_home .bp_news_sub {
    color: #7a7a7a;
}

.news_home .bp_lb_date {
    padding-right: 15px;
    color: #717171;
    font-size: 13.5px;
    margin-bottom: 10px;
}


.news_right .cls_img_hot_news {
    width: 20%;
}

.news_right .bp_block_item .row >.cls_content_hot_news {
    width: 80%;
    padding-left: 15px;
}

.news_home .news_right .news_title {
    font-size: 14px;
}

.news_home .news_right .bp_block_item  {
    margin-bottom: 20px;
}

.news_home .news_right .bp_lb_date {
    margin-bottom: 0;
}


/* Uu diem */

.advantage {
    padding: 60px 0 40px;
}

.title_advantage {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
}

.title_advantage h2 {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
    display: inline-block;
}

.box_advantage .container .row > * {
    padding: 2px 1px;
}

.box_advantage .container .row {
    margin: 0;
}

.advantage_item {
    text-align: center;
    background-color: #f4f4f4;
    padding: 40px 30px;
    transition: all 0.3s;
    min-height: 346px;
}



.advantage_item h3 {
    font-size: 20px;
    font-weight: 400;
    color: #484848;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.advantage_item h3:after {
    content: "";
    background: #c5c5c5;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100px;
}

.advantage_item i {
    font-size: 70px;
    color: #807f80;
    margin-bottom: 30px;
    display: inline-block;
}

.advantage_item p {
    font-size: 12px;
    color: #777777;
}

.advantage_item:hover {
    background-color: var(--color2);
    color: #ffffff;
}

.advantage_item.advantage_item2:hover {
     background-color: #9939fc;
}

.advantage_item.advantage_item3:hover {
     background-color: #73ca9a;
}

.advantage_item.advantage_item4:hover {
     background-color: #4365ca;
}

.advantage_item:hover i {
    color: #b6b5b6;
}

.advantage_item:hover h3 {
    color: #ffffff;
}

.advantage_item:hover p {
    color: #f2f2f2;
}


/*** TRANG SAN PHAM ***/


.breadcrumb_page {
    padding: 20px 0 10px;
}

.breadcrumb_page .breadcrumb {
    margin: 0;
}

.breadcrumb_page {
    background: #f2f2f2;
}

.breadcrumb_page li,
.breadcrumb_page li a {
    color: #212529;
}

.breadcrumb_page li a:hover {
    color: var(--color2);
}


.header_pr_page  {
    background: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
}

.title_pr h1 {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.search_pr input {
    padding: 6px;
    border: 1px solid #ced4da;
    border-radius: 4px !important;
}

.search_pr .input-group-btn {
    padding-left: 15px;
}

.search_pr .input-group-btn button {
    height: 100%;
    background: var(--color2);
    border: none;
    padding: 3px 10px;
}

.search_pr .input-group-btn button i {
    display: none;
}

.search_pr .input-group-btn button span {
    display: block;
}

.body_products {
    padding: 30px 0;
    background: #f2f2f2;
}


/* cột trái */

.menu_pr .bp_menu_option_main > li > span > a,
.menu_pr .bp_menu_option_main li span button {
    display: none;
}

.menu_pr .bp_menu_option_sub.hide {
    display: block;
}

.menu_pr .bp_menu_option_main > li > ul > li:hover > ul {
    display: block;
}

.menu_pr .menu_option ul {
    border: none;
}

.menu_pr .menu_option ul li {
    padding: 0;
}

.menu_pr .menu_option ul li ul {
    padding: 0;
}

.menu_pr .bp_menu_option_main > li > ul > li {
    
}

.menu_pr .bp_menu_option_main > li > ul > li span {
    display: block;
    margin-bottom: 3px;
}

.menu_pr .bp_menu_option_main > li > ul > li a {
    display: block;
    background: #656565;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 16px;
}

.menu_pr .bp_menu_option_main > li > ul > li:hover a {
    background: var(--color2);
}



.menu_pr .bp_menu_option_main > li > ul > li ul li {
    margin-bottom: 3px;
    padding-left: 5px;
    transition: all 0.3s;
    
}

.menu_pr .bp_menu_option_main > li > ul > li ul li:hover {
    padding-left: 15px;
}


.menu_pr .bp_menu_option_main > li > ul > li ul.bp_menu_option_sub2 li a {
    background: #999999;
    padding: 8px 8px 8px 30px;
    font-size: 14px;
}

.menu_pr .bp_menu_option_main > li > ul > li ul.bp_menu_option_sub2 li:hover a {
    background: var(--color2);
}


/*** PRODUCTS ***/

.products .bp-group-button-qv-wl,
.products  .bp-product-header-right {
    display: none;
}

.products .bp-product-header {
    margin-bottom: 15px;
}

.products .bp_product_item {
    margin-bottom: 20px;
    background: #ffffff;
}

.products .bp_product_item .row {
    margin: 0;
}

.products .bp_product_item .row > * {
    padding: 0;
}

.products .bp_img_product {
    height: auto;
}

.products img {
    border-radius: 0;
    height: 233.5px;
    object-fit: contain;
}

.products .bp_content_product {
    min-height: 100px;
    padding: 0 10px;
}

.products .product_title {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    padding: 25px 0 0;
}

.products .product_title a {
    color: #000000;
}

.products .lop_phu {
    background-color: #ff0004e6;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.products .bp_product_item:hover .lop_phu {
    opacity: 1;
    visibility: visible;
}

.products .cls_product_sub {
    color: #ffffff;
}

.products .bp-product-link-details {
    color: #ffffff;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 15px;
    border: 1px solid;
    
}

.products .bp-product-link-details:hover {
    background: #ffffff;
    color: #ff0000;
}


/* Phân trang */

.phan_trang,
.bp_cls_paging {
    margin-top: 30px;
}

.phan_trang> *, 
.bp_cls_paging>* {
    color: #666666;
    border-radius: 0;
    padding: 7px 10px;
    border: 1px solid #d8d8d8;
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.3s;
}

.phan_trang > *:hover, 
.phan_trang span, 
.bp_cls_paging> *:hover, 
.bp_cls_paging span {
    color: var(--white);
    background-color: #e10000;
    border-color: #e10000;
}

.phan_trang .bp_cls_next,
.phan_trang .bp_cls_prev {
    background: #ffffff;
}

.phan_trang > *:hover,
.bp_cls_paging> *:hover,
.phan_trang .bp_cls_next:hover {
    background-color: #666666;
    border-color: #666666;
    color: #ffffff;
}



/*** TRANG CHI TIẾT SẢN PHẨM ***/

.product_detail_page {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.box-img-pr {
    display: flex;
}

.box-img-pr .bp_img_product  {
    width: 65%;
    height: auto;
}

.box-img-pr .bp_img_product  .bp_details_image img {
    height: 628px;
    object-fit: contain;
}

.box-img-pr .bp_details_image_thumb {
    padding-bottom: 0;
}

.box-img-pr .box-right  {
    width: 33%;
    margin-left: 2%;
    background: #ffffff;
    padding: 20px;
}

.product_detail .box-right .product_title {
    font-size: 25px;
}


.box-detail-pr {
    margin-top: 40px;
    background: #ffffff;
}

.box-detail-pr .nav-tabs li {
    width: calc(100% / 3);
    padding-right: 2px;
}

.box-detail-pr .nav-tabs li:last-child {
    padding-right: 0;
}

.box-detail-pr .nav-tabs li button {    
    width: 100%;
    font-size: 18px;
    background: #e0e0e0;
    border: none;
    padding: 9px;
    border-radius: 0;
}

.box-detail-pr .nav-tabs li button:hover,
.box-detail-pr .nav-tabs li button.active {
    background: #656565;
    color: aliceblue;
}

.box-detail-pr .tab-content {
    padding: 20px 15px;
}


/*** TRANG TIN TỨC ***/

.banner_news img {
    border-radius: 0;
}

.body_news {
    background: #f2f2f2;
    padding: 40px 0;
}

.bp_news_info,
.bp-news-button-action {
    display: none;
}

.body_news .bp_block_item .row {
    margin: 0;
}

.body_news .bp_block_item .row > * {
    padding: 0;
}

.box-left-news .new_news > .col {
    margin-bottom: 3px;
}

.box-left-news .bp_block_item {
    background: #656565;
    padding: 12px 10px;
}

.box-left-news .bp_block_item:hover {
    background: var(--color2);
}

.box-left-news .news_title {
    margin: 0;
    font-weight: 400;
}

.box-left-news .news_title a {
    color: #ffffff;
}

.body_news .news {
    background: #ffffff;
    padding: 20px;
}

.body_news .news .bp_block_item .row > .bp_img_news {
    padding-right: 20px;
}

.body_news .news .bp_block_item {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.body_news .news .bp_img_news img {
    padding: 0;
    width: 100%;
}

.body_news .news .bp_block_item .news_title {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

.body_news .news .bp_block_item .news_title a {
    color: #333333;
}

.body_news .news .bp_block_item .news_title a:hover {
    color: var(--color2);
}

.body_news .news .bp_block_item .bp_news_info {
    display: block;
    font-size: 12px;
    color: #cccccc;
    margin-bottom: 10px;
}

.body_news .news .bp_block_item .bp_news_info .bp_lb_user,
.body_news .news .bp_block_item .bp_news_info .bp_lb_comment {
    display: none;
}

/*** TRANG CHI TIET TIN ***/

.body_detail_news .title_h1 {
    font-size: 28px;
    font-weight: 500;
    color: #212529;
    text-align: center;
    margin-bottom: 10px;
}


.body_detail_news .news_detail .bp_news_info {
    display: block;
    font-size: 14px;
    color: #6c757d;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.body_detail_news .news_detail .bp_news_info .bp_lb_user,
.body_detail_news .news_detail .bp_news_info .bp_lb_comment {
    display: none;
}

.body_detail_news .news_detail  .bp_news_img {
    text-align: center;
    margin-bottom: 20px;
}

.body_detail_news .news_detail h2,
.body_detail_news .news_detail h3,
.body_detail_news .news_detail h4,
.body_detail_news .news_detail h5,
.body_detail_news .news_detail strong,
.body_detail_news .news_detail b {
    font-weight: 500;
}

.body_detail_news .news_detail h2 {
    margin: 20px 0 15px;
    font-size: 22px;
}

.body_detail_news .news_detail h3 {
    margin: 15px 0 10px;
}

.body_detail_news .news_detail li {
    list-style-type: initial;
}

/*** FOOTER ***/

.footer {
    background-color: #f6f6f6;
    padding: 50px 0;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    color: #6c757d;
}

.footer h3 {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 20px;
}

.contact_ft img {
    height: 110px;
    display: inline-block;
    margin-bottom: 10px;
}

.product_ft .bp_img_category_option {
    display: none;
}

.product_ft .bp_name_category_option {
    text-transform: capitalize;
    color: #6c757d;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.product_ft .bp_name_category_option:hover {
    color: var(--color2);
}

.news_ft .bp_news_info,
.news_ft .bp-news-button-action {
    display: none;
}

.news_ft .news_title {
    font-size: 14px;
    font-weight: 400;
}

.news_ft .news_title a {
    color: #6c757d;
}

.news_ft .bp_block_item .row {
    margin: 0;
}

.news_ft .bp_block_item .row > * {
    padding: 0;
}

.menu_ft ul li ul,
.menu_ft ul li .bp_toggle_arrow {
    display: none !important;
}

.menu_ft .navbar-expand .navbar-nav {
    flex-direction: column;
}

.menu_ft .navbar ul.navbar-nav > li {
    padding: 0;
    margin-bottom: 10px;
}

.menu_ft .navbar ul.navbar-nav > li a:hover {
    color: var(--color2);
}

.copy_right {
    color: #b5b5b5;
    padding: 20px 0;
    background: #000000cc;
}

.copy_right p {
    margin: 0;
    font-size: 14px;
}






/********** ZALO - HOTLINE **********/

.fcta-zalo-ben-trong-nut {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/* RESPONSIVE */

@media (max-width: 1399px) {
    
    
    /*** Header ***/
    
    .logo img {
        height: 74px;
    }
   
   .main_menu .navbar ul.navbar-nav > li {
        padding: 25px 21px;
    }
    
    /*** Trang chu ***/
    
    /* categories home */
    
    .categories_home .bp_category_option li a img {
        height: 398.19px;
    }
    
    /* Uu diem */
    
    .advantage_item {
        padding: 30px 20px;
        min-height: 334px;
    }
    
    .advantage_item i {
        font-size: 60px;
        
    }
    
    /*** Trang san pham ***/
    
    .products img {
        height: 189.75px;
    }
    
    
    /*** Trang chi tiet san pham ***/
    
    .box-img-pr .bp_img_product .bp_details_image img {
        height: 540px;
        
    }

}


@media (max-width: 1199px) {
    
    
    /*** Header ***/
    
    .logo img {
        height: 74px;
    }
    
    .main_menu .navbar ul.navbar-nav > li {
        padding: 22px 15px;
    }
    
    .main_menu a {
        font-size: 13px;
    }
    
     /*** Trang chu ***/
    
    /* categories home */
    
    .categories_home .bp_category_option li a img {
        height: 333.5px;
    }
    
    /* uu diem */
    
    .advantage_item {
        min-height: 320px;
    }
    
    .advantage_item i {
        font-size: 50px;
        margin-bottom: 20px;
    }
    
    .advantage_item h3 {
        font-size: 18px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    
    
    /*** Trang san pham ***/
    
    .products img {
        height: 216px;
    }
    
    .products .bp_content_product {
        min-height: 90px;
    }
    
    
    /*** Trang chi tiet san pham ***/
    
    .box-img-pr .bp_img_product .bp_details_image img {
        height: 452px;
        
    }
}


@media (max-width: 991px) {
    
    .header {
        position: relative;
    }
    
    .logo img {
        height: 60px;
    }
    
    .main_menu #menu_hor {
        justify-content: end;
    }
    
    .main_menu .bp-collapse-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        background: var(--color2);
    }
    
    .main_menu .navbar ul.navbar-nav > li {
        padding: 12px 15px;
        border-bottom: 1px solid #0000001c;
        flex-wrap: wrap;
    }
    
    .main_menu .navbar ul.navbar-nav li.dropdown ul {
        width: 100%;
    }
    
    .main_menu .navbar ul.navbar-nav li.dropdown a {
        width: unset;
    }
    
    .main_menu .navbar ul.navbar-nav li.dropdown .bp_toggle_arrow {
        width: 100px;
    }
    
    /*** Trang chu ***/
    
    /* Category home */
    
   .categories_home .bp_category_option li {
        width: 50%;
    }
    
    .bp_category_option .bp_category_option li a img {
         height: 497.38px; 
    }
    
    /* Tin tưc */
    
    .news_right {
        padding-left: 0;
    }
    
      /* uu diem */
    
    .advantage_item {
        min-height: 284px;
    }
    
    
    /*** Trang san pham ***/
    
    .breadcrumb_page {
        padding: 15px 0;
    }
    
    .breadcrumb_page .breadcrumb {
        font-size: 14px;
    }
    
    .title_pr h1 {
        font-size: 18px;
    }
    
    .search_pr .input-group-btn {
        padding-left: 10px;
    }
    
    .menu_pr .bp_menu_option_sub li ul {
        display: none !important;
    }
    
    .menu_pr .bp_menu_option_sub.hide {
        display: flex;
        flex-wrap: wrap;
    }
    
    .menu_pr .bp_menu_option_main > li > ul > li {
        padding: 3px;
    }
    .menu_pr .bp_menu_option_main > li > ul > li span {
        margin-bottom: 0;
    }
    
    .menu_pr .bp_menu_option_main > li > ul > li a {
        padding: 7px 10px;
        font-size: 14px;
        border-radius: 4px;
    }
    
    
    /*** Trang tin tuc ***/
    
    .body_news .news {
        padding: 10px 15px 30px;
    }
    
    .body_news .news .bp_block_item .row > .bp_img_news {
        padding-right: 15px;
    }
    
    .body_news .news .bp_block_item .news_title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .body_news .news .bp_block_item .bp_news_sub {
        font-size: 14px;
        text-align: justify;
    }
        
    
    /*** Footer ***/
    
    .contact_ft,
    .product_ft,
    .news_ft {
        margin-bottom: 30px;
    }
    
    
}


@media (max-width: 767px) {
    
    body {
        font-size: 14px;
    }
    
    .categories_home .bp_category_option li a img {
        height: 368px; 
    }
    
    /* uu diem */
    
    .advantage_item {
        padding: 25px 15px;
        
    }
    
    .advantage_item {
        min-height: 292px;
    }
    
    .breadcrumb_page .breadcrumb {
        font-size: 14px;
    }
    
    /*** Trang san pham ***/
    
    .header_pr_page {
        padding-bottom: 10px;
    }
    
   .title_pr h1 {
        padding-bottom: 0px;
        margin-bottom: 15px;
        border-bottom: none;
    }
    
    .products img {
        height: 246px;
    }
    
    /*** Trang chi tiet san pham ***/
    
    .box-img-pr {
        flex-wrap: wrap;
    }
    
    .box-img-pr .bp_img_product {
        width: 100%; 
        
    }
    
    .box-img-pr .box-right {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    
    
    .box-detail-pr {
        margin-top: 30px;
    }
    
    .box-detail-pr .nav-tabs li button {
        font-size: 15px;
        padding: 8px;
    }
    
    .box-detail-pr .tab-content {
        padding: 20px 10px;
    }
    
    
    /*** Trang tin tuc ***/
    
    .body_news .news .bp_block_item .news_title {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 10px;
    }
    
    .body_news .news .bp_block_item .row > .bp_img_news {
        padding-right: 0;
    }
    
}


@media (max-width: 575px) {
    
    .logo img {
        height: 52px;
    }
    
    .categories_home .bp_category_option li {
        width: 100%;
    }
    
    .categories_home .bp_category_option li a img {
        height: auto; 
    }
    
    .advantage_item {
        min-height: auto;
    }
    
    .contact_ft img {
        height: 100px;
        
    }
    
    .products .product_title {
        padding: 20px 0 0;
    }
}


@media (max-width: 480px) {
    
    
    /*** Trang san pham ***/
    
    .products img {
        height: 200px;
    }
}

@media (max-width: 430px) {
    
    
    /*** Trang san pham ***/
    
    .products img {
        height: 190px;
    }
    
    .products .bp_content_product {
        min-height: 80px;
    }
}

@media (max-width: 375px) {
    
    
    /*** Trang san pham ***/
    
    .products img {
        height: 160px;
    }
   
}


