	/********** Template CSS **********/
:root {
    --pink: #ec6b81;
    --dark: #0f0f0f;
    --white: #ffffff;
}

#frm-action-57436 {
    display: flex;
    
}
.bp_hot_news_img img {
    max-height: 280px;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #707070;
}

a:hover {
    color: var(--pink);
    transition: all 0.3s;
}
blockquote {
    margin-left: 30px; 
    border-left: 4px solid #4B70F5; 
    padding-left:10px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
p{
    padding-bottom: 3px;
    padding-top: 3px;
}
.btn_web {
    border-radius: 50px;
    display: inline-block !important;
    font-size: 14px;
    font-weight: 700;
    margin-top: 34px;
    position: relative;
    padding: 0 35px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    padding: 14px 35px;
}
.form_home form   button {
    font-weight: 500;
    font-size: 16px;
    padding: 18px;
    border: none;
    background-color: var(--pink);
    border-radius: 30px;
    width: 195px;
    color: var(--white);
    margin-top: 30px;
}

h1{
    font-size: 25px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 16px;
}
h4{
    font-size: 13px;
}
h1,h2,h3,h4,h5,h6{
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
}

p{
    padding-top: 3px;
    padding-bottom: 3px;
}

/* HEADER */

.header {
    color: var(--dark);
}

.header p {
    margin: 0;
}

.header_top {
    padding: 28px 0;
    border-bottom: 1px solid #ebebeb;
}


.header_top .call_us {
    display: flex;
    align-items: center;
}

.header_top .call_us i {
    font-size: 35px;
    padding-right: 10px;
}

.header_top .call_us p span {
    color: #615d5d;
    font-size: 14px;
    font-weight: 300;
}

.header_top .search input {
    padding: 12px 45px 10px 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    font-size: 14px;
}

.header_top .search input:focus {
    box-shadow: none;
}

.header_top .search #submit_seach {
    height: 100%;
    border-radius: 0 5px 5px 0;
    padding: 0 16px;
    font-size: 22px;
    background-color: var(--pink);
    border: none;
}

.header_top .search #submit_seach:hover {
    background-color: var(--dark);
}

.header_top .search #livesearch {
    border: none !important;
}

.header_top .cart .bp_btn_icon_account {
    display: none;
}

.header_top .cart > div {
    justify-content: end;
}

.header_top .cart i:hover {
    color: var(--pink);
    transition: all 0.3s;
}

.header_menu > .container {
    padding-top : 5px;
    padding-bottom: 5px;
}


.header_menu .logo img {
    width: 100%;
}

.header_menu nav .collapse  {
    justify-content: end;
}

.header nav ul.navbar-nav > li, 
.header_menu .navbar ul.dropdown-menu li {
    padding: 25px;
} 

.header_menu nav .megamenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform-origin: 100% 0;
    transform: scaleY(0);
    transition: all 0.3s ease;
}
 

.header_menu nav li.has-megamenu:hover .megamenu {
    opacity: 1;
    visibility: visible;
    transform-origin: 100% 0;
    transform: scaleY(1);
}


.header_menu nav .megamenu:before {
    content: "";
    position: absolute;
    height: 26px;
    right: 0;
    left: 0;
    bottom: 100%;
}

.header_menu .container nav.navbar .megamenu .container .row {
    border: none;
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 1.5rem;
}

.header_menu .container nav .navbar-nav > li > a {
    font-weight: 700;
}

.header_menu .main_menu .navbar-nav li a:hover {
    color: var(--pink);
}

.header_menu nav .megamenu h6.bp_megamenu_h6 a {
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    width: 93%;
    line-height: 23px;
    font-size: 19px;
}

.header_menu nav .megamenu h6.bp_megamenu_h6 a:hover {
    color: var(--pink);
}

.header_menu .main_menu  nav .megamenu li a {
    font-size: 14px;
    transition: all 0.3s;
    color: #1d1d1d;
}

.header_menu nav .megamenu li a:hover {
    padding-left: 10px;
    color: var(--pink);
}

/* SẢN PHẨM */

.products .owl-carousel .owl-stage-outer {
    overflow: visible;
    overflow-x: clip;
}

.products .row .col {
    margin-bottom: 20px;
}

.products .card {
    box-shadow: none !important;
}

.products .card .card-body {
    padding: 0;
}

.products .item,
.products .bp_product_item {
    transition: all 0.3s ease;
    padding: 10px 10px 20px;
    position: relative;
}

.products .bp_product_item:before,
.products .item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: -70px;
    background: #ffffff;
    position: absolute;
    content: "";
    z-index: -1;
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.products .item:hover:before,
.products .bp_product_item:hover:before {
    opacity: 1;
    visibility: visible;
}

.products .item .card a,
.products .bp_product_item .cls_img_product_focus a{
    overflow: hidden;
}

.products .item .card a img,
.products .bp_product_item .bp_img_product img,
.products .bp_product_item .cls_img_product_focus img {
    transition: all 0.3s ease;
}

.products .item:hover .card a img,
.products .bp_product_item:hover .cls_img_product_focus img,
.products .bp_product_item:hover .bp_img_product img {
    transform: scale(1.2);
}

.products .card-text,
.products .cls_product_sub,
.cls_price_text,
.cls_old_price_text,
.products .bp_pd_info,
.products .bp_cls-click-mua,
.products .bp_group_quantity,
.products .btnAddAction,
.products .bp_pd_sub,
.products .product-quantity {
    display: none;
}

.products .card-title h3,
.products h2.product_title {
    margin-bottom: 7px;
    padding: 0;
    text-align: center;
   
}

.products .card-title h3 a,
.products h2.product_title a {
    font-size: 17px;
    color: var(--dark);
     font-weight: 500;
}

.products .card-title h3 a:hover,
.products h2.product_title a:hover {
    color: var(--pink);
}

.bp_cls_group_price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}

.bp_cls_price .cls_price_number,
.bp_cls_price .cls_unit_price {
    font-size: 18px;
    color: var(--pink);
}

.bp_cls_old_price,
.bp_cls_old_price .cls_unit_price {
    font-size: 15px;
    font-weight: 400;
    color: #707070;
}

.bp_cls_old_price {
    margin-right: 5px;
}

.products .btnAddToCart,
.product_detail .btnAddToCart {
    font-size: 14px;
    color: var(--dark);
    font-weight: 700;
    background-color: #f6f5f4;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 50px;
    padding: 5px 8px 5px 20px;
    border: none;
    margin: auto;
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: visible;
    transition: all 0.6s cubic-bezier(0.5, 0.24, 0, 1);
    top: 100%;
    left: 15px;
    right: 15px;
}

.products .btnAddToCart i,
.product_detail .btnAddToCart i{
    font-size: 16px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
}

.products .item:hover .btnAddToCart, 
.bp_product_item:hover .btnAddToCart {
    opacity: 1;
    visibility: visible;
    transform:translateY(0);
}

.products .btnAddToCart:after,
.product_detail .btnAddToCart:after {
    background-color: var(--pink);
    border-radius: 50px;
    content: "";
    height: 100%;
    visibility: hidden;
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    transition: all 0.6s cubic-bezier(0.5, 0.24, 0, 1);
}

.products .btnAddToCart:hover,
.product_detail .btnAddToCart:hover {
    color: var(--white);
}

.products .btnAddToCart:hover i,
.product_detail .btnAddToCart:hover i{
    color: var(--dark);
}

.products .btnAddToCart:hover:after,
.product_detail .btnAddToCart:hover:after{
    left: 0;
    right: auto;
    visibility: visible;
    width: 100%;
}

.products #carousel_fav img {
    height: auto;
}

.products .owl-nav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.products .owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.products .owl-nav button span {
    font-size: 0;
}

.products .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    color: var(--dark);
    margin: 0;
    transition: all 0.3s;
}

.products .owl-carousel .owl-nav button:hover {
    background: var(--pink);
}

.products .owl-nav button span i {
    font-size: 20px;
    transition: all 0.1s;
}

.products .owl-carousel .owl-nav button.owl-prev {
    transform: translateX(-50%);
}

.products .owl-carousel .owl-nav button.owl-next {
    transform: translateX(50%);
}

.products .owl-carousel .owl-dots {
    display: none;
}



/* Blogs */


.blogs .container > .row > * {
    margin-bottom: 30px;
}

.blogs h2.news_title a {
    font-size: 17px;
    font-weight: 600;
    color: var(--dark);
}

.blogs h2.news_title a:hover {
    color: var(--pink);
}

.blogs h2.news_title {
    margin: 10px 0;
}

.blogs .bp_news_sub {
    font-size: 14px;
}

.blogs .bp_news_sub a {
    color: var(--pink);
}

.blogs .bp_news_sub a:hover {
    color: var(--dark);
}

.blogs .bp_block_item .row {
    margin: 0;
}

.blogs .bp_block_item .row > * {
    padding: 0;
}





/* FOOTER */

.footer {
    color: #ffffff80;
    font-size: 14px;
}

.footer a:hover {
    color: var(--pink);
    transition: all 0.3s;
}

.footer_top {
    background: var(--dark);
    padding: 4rem 0;
}

.footer_top a {
    color: var(--white);
}

.footer_top a:hover {
    color: var(--pink);
    padding-left: 10px;
}

.contact_ft_top img {
    width: 70%;
    margin-bottom: 10px;
}

.menu_footer .menu_option > ul {
    border: none;
    margin-bottom: 0;
}

.menu_footer .menu_option ul li {
    padding: 0;
}

.menu_footer .menu_option ul li:last-child a {
    padding-bottom: 5px;
}

/* COPYRIGHT */

.copy_right {
    padding: 23px 0 18px;
    background: #1f1f1f;
}

.copy_right p {
    margin: 0;
}

.copy_right a {
    color: #ffffff80;
}

.copy_right i {
    color: var(--pink);
    margin: 0 5px;
}


/* TRANG KHÁC */

.banner_page {
    position: relative;
}

.banner_page img {
    max-width: 100%;
    height: 205px;
    width: 100%;
    object-fit: cover;
}

.banner_page .breadcrumb_page a {
    color: #666;
    font-weight: 300;
}

.banner_page .breadcrumb-item.active, 
.banner_page .breadcrumb_page a:hover {
    color: var(--pink);
}

.banner_page .breadcrumb_page {
    position: absolute;
    top: 50%;
    /*transform: translateY(-50%);*/
    left: 0;
    right: 0;
}

.banner_page ol.breadcrumb {
    justify-content: center;
}

.body_page {
    padding: 80px 0;
}

.checkout .btn-primary {
    background-color: var(--pink);
    border-color: var(--pink);
}
.checkout .text-primary a {
    color: var(--pink);
}


/* RESPONSIVE */


@media (max-width: 1199px) {
    .btn_web {
        font-size: 12px;
        padding: 11px 30px;
    }
    
    .contact_ft_top img {
        width: 80%;
    }
    
}


@media (max-width: 991px) {
    
    .header {
        display: flex;
        flex-direction: column;
    }
    
    .header .header_top {
        order: 1;
        border-bottom: none;
        padding: 20px 0;
    }
    
    .header nav #menu_hor {
        justify-content: end;
    }
    
    .header .header_menu .navbar-toggler:focus {
        box-shadow: none;
    }
    
    .header .header_menu {
        position: relative;
    }
    
    .header .header_menu > .container {
        position: unset !important;
    }
    
    .header .header_menu #navbarsMenu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 5;
    }
    
    .header_menu nav .megamenu:not(.show) {
        display: none;
    }
    
    .header nav ul.navbar-nav > li {
        position: relative !important;
        border-top: 1px solid #eee;
        padding: 10px 0;
    }
    
    .header nav ul {
        padding: 1.5rem;
    }
    
    .header_menu nav .megamenu ul {
        padding: 0;
    }
    
    .header_menu nav .megamenu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }
    
    .header_menu nav .megamenu:before {
        display: none;
    }
    
    .header_menu nav ul.navbar-nav li.dropdown a {
        width: unset;
    }
    
    .header_menu nav .navbar .dropdown-toggle {
        padding: 0 1.5rem;
    }
    
    .header_menu .container nav .navbar-nav > li > a {
        font-weight: 600;
        font-size: 14px;
    }
    
    
    .header_menu nav .megamenu h6.bp_megamenu_h6 a {
        font-size: 15px;
    }
    
    .footer_top .paragraph p {
        max-width: 70%;
    }
    
    .footer_top .menu_footer {
        padding-top: 15px;
    }
    
    
  
}

@media (max-width: 767px) {
    
    .footer_top .paragraph p {
        max-width: 100%;
    }
    .slide h3
    {
       display: none;
    }
      .slide h1
    {
       display: none;
    }
    
}

@media (max-width: 575px) {
    
    .header_menu .logo img {
        width: 60%;
    }
    
    .contact_ft_top img {
        width: 50%;
    }
    
    .footer_top {
        padding: 3rem 0;
    }
    
}
.bp_list_tag{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.bp_tag_item_link{
    margin-top: 5px;
    margin-bottom: 5px;
}
