/*
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.   ***************/


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


}
#masthead .flex-left > ul.header-nav-main > li >  a {
    font-size: 15px;
    color: #000;
}
#logo {margin-right: 0;}
#masthead .flex-left > ul.header-nav-main {
    justify-content: center;
}
#masthead .flex-left > ul.header-nav-main > li {
    margin: 0 15px;
}
#masthead .flex-left > ul.header-nav-main > li > a:hover {
    color: #ee4d3e;
}
#masthead .flex-left > ul.header-nav-main > li > ul.sub-menu {
    padding: 0;
}
#masthead .flex-left > ul.header-nav-main > li > ul.sub-menu li a {
    color: #000;
    font-size: 15px;
    padding: 15px;
}
#masthead .flex-left > ul > li > ul.sub-menu li a:hover {
    background: transparent;
    color: red;
}
#masthead .flex-left > ul > li > ul.sub-menu li + li {
    border-top: dotted 1px #e7e7e7;
}
#masthead .flex-right ul li a {
    color: #000;
    font-size: 14px;
    padding: 8px;
    border: solid 1px #ee4d3e;
    border-radius: 10px;
}
#masthead .flex-right ul li a i {
    color: #ee4d3e;
}
.btn{
    border-radius: 99px;
    padding: 5px 50px;
    font-weight: 100;
    font-size: 14px;
    transition: none;
    margin-bottom: 0px;
    border: solid 1px transparent;
}
.btn:hover{
    background: #fff !important;
    color: #ee4d3e!important;
    box-shadow: none;
    border: solid 1px #ee4d3e;
}
.section-footer .button {
    border-radius: 99px;
    padding: 5px 50px;
    font-weight: 100;
    font-size: 14px;
    transition: none;
    margin-bottom: 30px;
}
.section-footer .button:hover {
    background: #fff;
    color: #ee4d3e;
    box-shadow: none;
}
.section-footer p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.section-footer .large-4 .ux-menu-link__link {
    justify-content: center;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    min-height: auto;
}
.section-footer .large-12{
    padding-bottom: 0;
}
.section-footer .large-4 .col-inner {
    background: #0000002b;
    border-radius: 5px;
    padding: 10px;
}
.absolute-footer {
    padding: 10px;
}
.copyright-footer {
    color: #000;
    font-size: 13px;
}
.copyright-footer strong{
    color: #ee4d3e;
}
.secton-2 .box-overlay .box-text {
    padding: 10px 15px;
    text-shadow: none;
}
.secton-2 .box-overlay .box-text h4 {
    font-size: 20px;
}
.secton-2 .box-overlay .box-text p {
    font-size: 15px;
    margin: 10px 0 0;
}
.content-text {
    background: #ee4d3e24;
    width: 60%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.content-text p {
    margin-bottom: 10px;
    font-size: 20px;
}
.content-text h3 {
    text-transform: uppercase;
    border-bottom: dotted 1px #ee4d3e;
    padding: 10px;
    font-size: 24px;
    color: #ee4d3e;
}
.section-3 .large-4 {
    padding-bottom: 0;
}
.content-3 p {
    margin-bottom: 0;
}
.content-3 {
    text-align: center;
}
#masthead {
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}
.breadcrumbs, .breadcrumbs a {
    font-size: 14px;
    color: #000;
}
h1.product-title {
    font-size: 25px;
}
.product-info .price-wrapper .price {
    border-top: dotted 1px #000;
    border-bottom: dotted 1px #000;
    padding: 15px 0;
}
.amount {
    color: #ee4d3e !important;
}
.product-summary form.cart {
    margin-top: 20px !important;
    margin-bottom: 0;
}
.product-summary .quantity input {
    box-shadow: none;
    background: #fff;
    border-radius: 5px;
}
.product-summary .quantity input.qty {
    border-left: 0;
    border-right: 0;
}
.single_add_to_cart_button {
    border-radius: 99px;
    font-weight: 100;
    padding: 0 40px;
    background: #ee4d3e !important;
    transition: none;
}
.single_add_to_cart_button:hover {
    background: #fff !important;
    box-shadow: none !important;
    border: solid 1px #ee4d3e;
    color: #ee4d3e;
}
.lienhe h4 {
    text-transform: uppercase;
    font-size: 16px;
}
.lienhe p {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.lienhe a {
    color: #ee4d3e;
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #ee4d3e;
    margin-left: 5px;
}
p#billing_address_1_field {
    width: 100%;
}
.woocommerce-billing-fields input {
    box-shadow: none;
    height: 45px;
    font-size: 14px;
}
.woocommerce-billing-fields input:focus, textarea#order_comments:focus {
    box-shadow: none;
    border: solid 1px #858585;
}
textarea#order_comments {
    box-shadow: none;
    font-size: 14px;
}
.content-lh p {
    font-size: 15px;
    margin-bottom: 10px;
}
.section-contact .large-6 {
    padding-bottom: 0;
}
.formContact input {
    box-shadow: none;
    height: 45px;
    font-size: 14px;
}
.formContact textarea {
    box-shadow: none;
    font-size: 14px;
}
.formContact input:focus, .formContact textarea:focus {
    box-shadow: none;
    border: solid 1px #858585;
}
.formContact .wpcf7-submit {
    font-weight: 100;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 99px;
}
.stuck #masthead {
    background: #fff;
}
.tieude b {
    background: transparent;
}
.tieude .section-title-main {
    font-size: 34px;
}
.tieude h2,.archive-page-header h1 {
    position: relative;
    padding-bottom: 15px;
}
.tieude h2:before, .archive-page-header h1:before {
    content: "";
    position: absolute;
    width: 125px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 62.5px);
    background: #252525;
}
.box-Pro .product-title a {
    font-size: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-Pro .product-title {
    margin-bottom: 10px;
}
.box-Pro .box-text {
    padding: 15px;
}
.box-Pro .box-text span.amount {
    font-size: 20px;
}
.box-Pro .box-text .add-to-cart-button a {
    background: #ee4d3e;
    color: #fff;
    padding: 5px 30px;
    border-radius: 99px;
    font-weight: 100;
}
.section-thucdon .large-3 .col-inner {
    background: #00000008;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -5px #00000024;
    border: solid 2px #ee4d3e6b;
}
.contact-text {
    background: #ee4d3e;
    border-radius: 10px 10px 0 0;
    padding: 5px;
    text-align: center;
}
.contact-text h3 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.noidung-td {
    padding: 5px 10px;
}
.noidung-td ul {
    margin-bottom: 0;
}
.noidung-td ul li {
    font-size: 15px;
}
.archive-page-header h1 span {
    font-size: 30px;
}
.archive-page-header h1 span {
    font-size: 30px;
}
.blog-wrapper .post-item .box-text {
    padding: 10px;
}
.blog-wrapper .post-item .box-text h5 {
    font-size: 18px;
}
.blog-wrapper .post-item .box-text h5:hover {
    color: #ee4d3e;
}
.box-blog-post .is-divider {
    display: none;
}
.from_the_blog_excerpt {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-wrapper .post-item .box {
    border: solid 1px #ccc;
}
.tacgia {
    margin-right: 10px;
    font-weight: bold;
    color: #ee4d3e;
}
.thoigian {
    color: #676767;
    font-weight: bold;
}
.entry-header-text-top {
    text-align: center;
    padding-bottom: 0;
}
.entry-header-text-top h1 {
    margin-bottom: 5px;
}
.thong-tin-them {
    font-size: 13px;
    margin-bottom: 15px;
}
.thong-tin-them a {
    color: #ee4d3e;
    font-weight: bold;
}
.entry-content.single-page {
    font-size: 15px;
    text-align: justify;
    padding-bottom: 0;
}
.is-divider {
    display: none;
}
.chiase a {
    color: #000;
}
.chiase {
    background: #ee4d3e14;
    padding: 10px;
    border: solid 1px #e7e7e7;
    margin-bottom: 15px ;
}
.xemthem {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
#related_posts ul {
    list-style: none;
}
.relatedcontent h3 {
    font-size: 16px;
    font-weight: 100;
    color: #ee4d3e;
}
.relatedcontent h3 a {
    color: #ee4d3e;
}
@media (max-width: 849px){
    #masthead .flex-left ul.mobile-nav li a i {
    color: #000;
    font-size: 30px;
}
.mfp-content {
    background: #fff !important;
    width: 300px !important;
    transition: transform .5s,opacity .3s,-webkit-transform .5s !important;
}
.mfp-content input {
    box-shadow: none;
    height: 45px;
}
.mfp-content input:focus {
    box-shadow: none;
}
.mfp-content form.searchform button {
    height: 45px;
    width: 50px;
}
.mfp-ready .mfp-close, button.toggle {
    opacity: 1;
}
.off-canvas .nav-vertical>li>a {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
}
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    color: #000 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}
.box-Pro .product-title a {
    -webkit-line-clamp: 2;
    font-size: 16px;
}
.content-text {
    width: 100%;
}
.content-3 p {
    margin-bottom: 15px;
}
.box-Pro .box-text {
    padding: 10px 0;
}
}
.slider-Home button.flickity-button svg {
    background: #ee4d3e;
    border: none;
}
.slider-Home button.flickity-button {
    width: 45px;
    opacity: 1 !important;
}
.doannoibat {
    color: #ee4d3e;
    font-weight: bold;
    font-style: italic;
    border-bottom: solid 1px;
}
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{border:1px solid #ddd; padding:0}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:15px; font-weight:500}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:white}
.nav-dropdown-default>li:hover{background:#fbae3c}
.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
.nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;margin-top:-50px;box-shadow: 1px 1px 15px rgba(0,0,0,.15);;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>ul li a{padding:10px;  text-transform: none;color:black}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}