j/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

    /*************** ADD CUSTOM CSS HERE.   ***************/

a.button-continue-shopping.button.primary.is-outline {
    color: #fff;
    background-color: #0066ff;
    border: 1px solid #0066ff;
}
#wide-nav>.flex-row>.flex-left {
    width: 25%;
    min-width: 240px;
    margin-right: 30px !important;
}
button.button.primary.mt-0.pull-left.small {
    background-color: #33CC00;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
a.checkout-button.button.alt.wc-forward {
    background-color: #FF0000;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #ddd;
}
.page-checkout h3.widget-title {
    color: #ff6600;
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: nowrap!important;
    align-content: flex-start;
    flex-direction: column;
}


div#customer_details {
    border: 3px dashed #e5101d;
    padding: 15px;
    border-radius: 15px;
}

.cart-wrapper.sm-touch-scroll {
    border: 3px dashed #e5101d;
    padding: 15px;
    border-radius: 15px;
}

.cart_totals.calculated_shipping {
    border: 3px dashed #e5101d;
    padding: 15px;
    border-radius: 15px;
}

form.checkout_coupon.mb-0 {
    background-color: #eaeaea;
    padding: 20px;
    border: 3px dashed #ff6600;
}

.woocommerce-billing-fields h3 {
    color: #303030;
}

button#place_order {
    background: #FF0000;
}

h3#order_review_heading {
    color: #303030;
}

.page-checkout span.woocommerce-Price-amount.amount {
    color: #FF0000;
}

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

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



:root{
    --family :'Montserrat' !important;
    --family-bold :'Montserrat-Bold' !important;
    --color: #184586;
    --color-hover:#ED0006;
}

body{
    font-size: 15px !important;
    font-family: var(--family) !important;
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
    color: #000;
    font-family: var(--family) !important;
}


p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
.display-product a.quick-view,
a.quick-view.quick-view-added {
    display: none;
}



/****************************************/

.nav-social {
    position: fixed;
    right: 5px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    top: 220px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}
.nav-social ul li {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    list-style: none;
    text-align: center;
}
.nav-social ul>li a {
    padding: 5px 12px 5px 12px;
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    color: #000;
    font-weight: 400;
    max-width: 80px;
    max-height: 60px;
    text-decoration: none;
}
.nav-social ul>li a img {
    margin-bottom: 10px;

}


.bottom-contact-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
}
.bottom-contact-mobile ul li {
    width: 25%;
    float: left;
    list-style: none;
    text-align: center;
    font-size: 13.5px;
}
.bottom-contact-mobile ul li  img {
    width: 35px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.bottom-contact-mobile ul li.to-top-pc img {
    width: 25px;
}
.bottom-contact-mobile ul li span {
    color: #000;
    font-size: 12px;
}


/************************************/

.cart-item .header-cart-link {
    background: #a4e117;
    padding: 5px 10px;
    border-radius: 15px;
}
.cart-item .header-cart-link  i,
.cart-item .header-cart-link .header-cart-title {
    color: #000;
}

.html_topbar_right .icon-box-img {
    padding-top: 10px;
}
.html_topbar_right .icon-box-text p {
    margin-bottom: -5px !important;
    font-size: 16px;
}

.header:not(.transparent) .header-nav-main > li {
    padding: 5px 4px;
}
.header:not(.transparent) .header-nav-main > li a {
    color: #000;
    font-family: var(--family) !important;
}

.header:not(.transparent) .header-nav-main > li:hover a {
    color: var(--color);
    font-weight: 600;
}

.nav-dropdown-default {
    padding: 0px;
    border: 0px;
    margin-top: 25px;
}
.nav-dropdown  li {
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0px;

}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    padding: 5px 10px;
    display: block;
    border-bottom: 0px;
    font-weight: 500;
    color: #000 !important;
    font-family: var(--family) !important;
}



.nav-dropdown-default .nav-column li:hover>a,
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: var(--color) !important;
}


.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

.nav-dropdown>li.nav-dropdown-col{display:block}

.nav-dropdown{border:1px solid #ddd; padding:0;}

.nav-column.nav-dropdown-default>li>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a{
    font-weight:normal !important;
    text-transform:none !important;
    font-size:15px;
    font-weight:500;
    color: var(--color) !important;
}


.nav-dropdown .nav-dropdown-col>ul{
    border: 1px solid #d2d2d2;
    margin-top:-30px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}

.nav-dropdown .nav-dropdown-col .menu-item-has-children {
    margin-top: 0px;
}

.nav-dropdown .nav-dropdown-col>ul li a{
    padding:10px;  text-transform: none;color:black
}

.nav-column.nav-dropdown-default li.menu-item-has-children ul{
    border: 1px solid #d2d2d2;
    margin-top: -40px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;z-index: 9;
    background: white;
    min-width: 240px;
}
.nav-column.nav-dropdown-default li.menu-item-has-children:hover >ul,
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

.header-button a {
    background: var(--color) !important;
    color: #fff;
    font-weight: bold;
}
.sidebar-menu.no-scrollbar {
    background: #fff;
}

.sidebar-menu.no-scrollbar ul li a{
    font-weight: 500;
    color: #000;
    font-family: var(--family) !important;
}

/*******************************************************/

.title-home {
    margin-bottom: 20px;
}
.title-home h2 {
    text-transform: uppercase;
    font-size: 32px;
    color: #000;;
    font-family: var(--family-bold) !important;
}
.title-home h2:after,
.title-home h2:before {
    content: "";
    position: absolute;
    height: 2px;
    margin-top: 20px;
    background: #000;
}
.title-home h2:before{
    left: 0px;
    width: 35%;
}
.title-home h2:after {
    right: 12%;
    width: 23%;
}


.product-accessory .title-home h2:before{
    left: 0px;
    width: 28%;
}

.product-accessory .title-home h2:after {
    right: 11%;
    width: 18%;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    color: #fff !important;
}

.home-news .text-right,
.home-product .text-right {
    text-align: right;
    margin-top: -55px;
}
.home-news .text-right a,
.home-product .text-right a {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}
.home-news .text-right a i,
.home-product .text-right a i {
    margin-left: 10px;
}


.flex-col.ot-hot-sale-title-txt {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.flex-col.ot-hot-sale-countdown {
    color: #fff;
    font-size: 20px;
}
.flex-col.ot-hot-sale-countdown-title {
    font-weight: 700;
    color: #000;
}
.ot-hot-sale-countdown .ot-hot-sale-countdown-time,
.ot-hot-sale-countdown .ot-hot-sale-countdown-title {
    display: inline-block;
}
.ot-hot-sale-countdown .cd-item {
    display: inline-block;
}
.ot-hot-sale-countdown .cd-item .cd-item-str {
    display: inline-block;
    padding: 4px 5px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
    background: #FFE600;
    color: #000;
}

.onsale {
    background: var(--color-hover);
    padding: 5px;
    color: #fff;
}
.san_pham .product-small.box:hover{
    border: 0px solid #a4e117;
    padding: 5px;
    border-radius: 5px;
}

.product-small.box:hover{
    /*     border: 2px solid #a4e117; */
    padding: 5px;
    border-radius: 5px;
}
h3.name.product-title {
    height: 60px;
}
.product-small.box:hover .price span.amount,
.product-small.box:hover .price ins span.amount {
    color: var(--color-hover);
}

.product-small.box:hover .product-link a {
    background: var(--color-hover);
    border-radius: 5px;
}
.san_pham h3.name.product-title {
    height: 65px;
}
a.add-to-cart {
    font-weight: 900;
    color: #f1f1f1!important;
}
.name.product-title a {
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: var(--family-bold) !important;
}
.product-small.box:hover .name.product-title a{
    color: var(--color);
}
p.woocommerce-result-count.hide-for-medium {
    display: none;
}

.price-wrapper {
    height: 50px;
    font-size: 16px;
}
.price del span.amount {
    display: block;
    margin-bottom: 10px;
    color: #000 !important;
}
.price span.amount,
.price ins span.amount {
    color: #000;
}
.product-link {
    margin-top: 10px;
}
.product-link a {
    background: #000;
    color: #fff;
    padding: 7px 15px;
    text-transform: uppercase;
}

.sec-icon .row{
    background: #F5F5F5;
    padding-top: 15px;
}

.sec-icon .icon-box-text h3{
    text-transform: uppercase;
    font-size: 14px;
}

.sec-product-promotion .row {
    /*background: #a4e117;;*/
    padding: 15px;
}
.ot-hot-sale-title {
    padding: 20px;
    background: #a4e117;
}
.tin_tuc h3.blog-item-name {
    margin: auto;
    position: relative;
    padding: 9px 0px 2px 2px;
}
.tin_tuc h3.blog-item-name:hover a {
    color: #a4e117;
}
.tin_tuc h3.blog-item-name a {
    color: #fff;
    font-size: 16px;
}
.sec-product-promotion .row-slider {
    background: #fff;
    margin-top: 20px;
}

.home-news .box-text {
    padding: 15px;
}

.sec-view .title-home h2:before {
    left: 0px;
    width: 30%;
}
.sec-view .title-home h2:after {
    right: 0px;
    width: 30%;
}

.owl-nav .owl-next,
.owl-nav .owl-prev{
    position: absolute;
    top: 35%;
    background: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    box-shadow: 0px 1px 2px;
}
.owl-next {
    right: -15px;
}
.owl-prev {
    left: -15px;
}

.about-info {
    padding: 80px;
}
.about-info b {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
}
.lv-4 .col-inner.text-center {
    height: 500px;
    padding: 20px;
}
.text-capitalize{
    color: #fff!important;
}

.jsx-2291869782.pt-5.desc {
    color: #fff;
}
.lv-4 a.button.primary.is-outline {
    color: #fff;
    margin-top: 20px;
}
.follow-us .title {
    font-size: 24px;
    color: #fff;
    float: left;
    width: 20%;
    text-transform: uppercase;
}
.follow-us .platform-item {
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding-right: 8rem!important;
}
.flex-fill {
    flex: 1 1 auto!important;
}
a.jsx-3814878927.btn.btn-primary.px-5.py-2.text-uppercase {
    background: var(--color);
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
}
.text-primary {
    color: #184586!important;
}
.text-white {
    color: #fff!important;
    font-size: 20px;
    padding: 0px 5px;
    font-weight: 700;
}
.border-bottom {
    margin: 15px 0px;
    font-size: 25px;
    border-bottom: 1px solid #dee2e6!important;
    padding-bottom: 15px;
}
/********************************************************/

.padding-no {
    padding: 30px 0px;
}
.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}
.category-custom-page .col.post-item {
    padding: 0px 0px 20px;
}

.category-custom-page .box-vertical h3 {
    margin-bottom: 15px;
}
.category-custom-page .btn {
    background: var(--color);
    color: #fff;
    display: inline-block;
    padding: 7px;
    border-radius: 5px;
    margin: 15px 0px;
}
.widget-title:before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7.5px 0 7.5px;
    border-color: #a4e117 transparent transparent transparent;
}
.category-custom-page .btn i {
    margin-left: 10px;
}

.widget-title {
    background: #a4e117;
    position: relative;
    color: #fff;
    display: block;
    padding: 10px;
}
.product-categories {
    border: 1px solid var(--color);
}
.product-categories li {
    padding: 0px 5px;
}
.product-categories li a {color: #000}
.product-categories li:hover {
    background: var(--color);
}
.product-categories li:hover a {
    color: #fff;
}

.product-info .price-wrapper .price {
    display: flex;
}
.product-short-description {
    margin-bottom: 30px;
}
.product-short-description p {
    margin-bottom: 5px;
}

.single_add_to_cart_button {
    background: var(--color) !important;
}

button.question-title-link {
    background: #f5f5f5;
    margin-left: 10px;
    padding: 0px 30px;
}
button.question-title-link:hover{
    background: var(--color);
}
button.question-title-link:hover a {color: #fff !important;}


.buy-product a {
    display: block;
    padding: 8px;
    color: #fff;
}
.buy-product a h3 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}
.buy-product a  p {
    margin-bottom: 0px;
    color: #fff;
}

.buy-product a.buy {
    /*     background: var(--color); */

}
.buy-product a.tgop {
    /*     background: var(--color-hover); */
}

.woocommerce-tabs ul li a {
    font-family: var(--family) !important;
    color: #000;
}

.box-attr-popup li:nth-child(even) {
    background: #fff;
}
.box-attr-popup li:nth-child(odd) {
    background: #d6d6d6;
}
.box-attr-popup li {
    padding: 10px 20px;
    list-style: none;
}
.box-attr-popup li label {
    width: 160px;
    display: inline-block;
}

.question-product {
    background: #F5F5F5;
    border: solid 2px #ddd;
    margin-bottom: 40px;
}
.title-question h3 {
    background: #ddd;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.question-product .accordion-title {
    border-top:0px;
    background-color: transparent;
    border: none;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    font-family: var(--family) !important;
}
.question-product .accordion-title:hover{
    color:  var(--color);
    font-weight: 700;
}

.question-product .accordion {
    text-align: left;
    margin-bottom: 0px;
    border: solid 1px #eaeaea;
}
.question-product .accordion-inner, .question-product .accordion-inner p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    padding: 20px 20px;
    background: #fff;
    margin: 0px;
}

.question-product .accordion .toggle {
    left: auto;
    right: 0px;
}

.question-product  .toggle i {
    font-size: 15px;
}

.question-product .accordion-title.active i.fa.fa-plus,
.question-product i.fa.fa-minus {
    display: none;
}
.question-product .accordion-title.active i.fa.fa-minus {
    display: block;
}

/************************************************/





/*************************************************/



.content-area.page-wrapper,
.entry-content.single-page,
.tab-panels {
    text-align: justify;
    color: #000;
    font-family: var(--family) !important;
}


strong {
    font-family: var(--family-bold) !important;
    color: #000;
}
.breadcrumbs,
.breadcrumbs a,
.woocommerce-breadcrumb a {
    color: #000;
    text-transform: none;
}

/***************************************************/

.footer-1{
    background: #000000;
    border-top: 15px solid #a4e117;
}

.title-footer p {
    font-size: 20px;
    font-weight: 600;
}
.footer-1 p {
    color: #f1f1f1;
}


.content-footer {
    color: #8A8A8A;
    font-size: 13px;
    margin-bottom: 15px;
}

.info-footer {
    margin-bottom: 15px;
    color: #8A8A8A;
    font-size: 16px;
}

.menu-footer li a {
    font-size: 16px;
    color: #8A8A8A
}
.menu-footer li:hover a{
    color: var(--color);
    font-family: var(--family-bold) !important;
}

.img-footer li {
    float: left;
    margin-left: 10px;
    width: 20%;
}



.scroll-to-bullets.hide-for-medium {
    display: none;
}
.absolute-footer {
    display: none;
}

.category-custom-page.padding-no.tin {
    background: #000;
}
.category-custom-page.padding-no.tin p.post-titlesols.is-large {
    color: #f1f1f1;
}
.category-custom-page.padding-no.tin .col.post-item-tin {
    border-bottom: 1px dashed #9c9c9c;
    padding: 10px;
}
.title-home h1 {
    font-size: 16px;
    color: #a4e117;
    font-weight: 400;
}
.newslist.latest:hover h3 a {
    color: #a4e117!important;
}
.row.blog-news.large-columns-1.medium-columns-1.small-columns-1.tin {
    margin-left: 0px!important;
}
h3.entry-title {
    color: #a4e117!important;
}
div#comments {
    /*     border: 1px solid #a4e117; */
    /* border: 1px saddlebrown; */
}
.category-custom-page.single nav.woocommerce-breadcrumb.breadcrumbs.uppercase a {
    color: #a4e117;

}
.category-custom-page.single .col.post-item-tin {
    border-bottom: 1px dashed #9c9c9c;
    padding: 10px;
}
.row.tin  p {
    color: #f1f1f1;
}
.row.tin  label {
    color: #f1f1f1;
}
.row.tin  h2 {
    color: #f1f1f1;
}
.img_homes img.attachment-original.size-original {
    height: 330px;
}

.icon-box-text.last-reset p  {
    /*color: #a4e117;*/
}
.category-custom-page.single {
    padding: 20px;
    background: #000;
}
article.blog-item.tin_tuc:hover h3 a  {
    color: #a4e117!important;
}
.box.box-vertical.box-text-bottom.box-blog-post.has-hover:hover p {
    color: #a4e117;

}
.blog-item-mains h3.blog-item-name {
    padding: 30px 0px 0px 0px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    /* letter-spacing: .5px; */
    font-size: 16px;
}
.tempvideo h3 a {
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.news-list-main .newslist .later_news_big h3 a {
    margin-top: 10px;
    color: #fff;
    text-align: center;
}
h3.blog-item-name a {
    color: #fff;
}
.later_news_big {
    text-align: center;
    position: relative;
}
.news-list-main .newslist .later_news_big h3 {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    padding: 10px 10px;
    background: rgba(0,0,0,0.9);
    width: 100%;
    text-align: center;
    margin: 0;
}

.tempvideo h3 a {
    margin-top: 20px!important;
}
.box-text-inner.blog-post-inner h3 {

}
.san_pham {
    border: 10px solid #000;
    background: #000;
}
.box-text.box-text-products.text-center.grid-style-2 {
    background: #ffffff;
}

@media (min-width: 992px) {
    .mobile{display: none;}
}



@media only screen and (max-width: 991px) {
    .PC {display: none;}

    .title-home h2:before,
    .title-home h2:after{
        display: none;
    }

}

@media only screen and (max-width: 767px) {

    .title-home h2 {
        font-size: 20px;
        text-align: left;
    }
    .home-news .text-right, .home-product .text-right {
        margin-top: -45px;
    }
    .category-custom-page .box-vertical .image-cover {
        padding-top: 100% !important;
    }
    .about-info {
        padding: 15px;
    }
    .img_homes img.attachment-original.size-original {
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    .flex-col.ot-hot-sale-title-txt {
        font-size: 15px;
        letter-spacing: 0.5px;
    }
    button.question-title-link {
        margin-left: 1px;
        padding: 0px 8px;
    }
    .follow-us .title {
        width: 100%;
    }
    .follow-us .platform-item {
        padding-right: 4rem!important;
    }
    .san_pham h3.name.product-title {
        height: 120px;
        /* height: 87px; */
    }
    .img_homes img.attachment-original.size-original {
        height: auto;
    }
}






@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .san_pham h3.name.product-title {
        height: 120px;
        /* height: 87px; */
    }
    .img_homes img.attachment-original.size-original {
        height: auto;
    }
}

.flex-row.relative {
    margin-left: 165px;
}
#mega-menu-wrap {
    width: 100%;
    background: #a4e117 !important;
    position: relative;
}
.flex-col.hide-for-medium.flex-left {
    width: 30% !important;
    max-width: 30% !important;
}
ul#mega_menu li a:hover {
    background: #a4e117 !important;
    color: #fff;
}
ul#mega_menu {
    border: 1px solid #a4e117 !important;
}


h3.title_lien_quan {
    color: #eaeaea;
}
.single_homesg a {
    color: #a4e117!important;
}
.single_homesg p , strong {
    color: #fff0ff;
}
.single_homesg th, td {

    border-bottom: 1px solid #ebedf0;
}
.single_homesg tr td {
    border: 1px solid;
    color: #f1f1f1;
}
.single_homesg table {
    border: 1px solid;
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
}
thead tr th {
    border-right: 2px solid #f2f2f2;
}
.single_homesg  table tr td, .content-entry table tr td {
    padding: 10px;
    border-right: 1px solid #f2f2f2;
}



