/*
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.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
}
@media only screen and (min-width: 1024px) {
    .widget ul.menu > li {
        position: relative;
    }
    .widget ul > li.has-child:hover >.sub-menu{
        display:block !important;
    }
    .widget ul.menu ul.sub-menu {
        display: none !important;
        position: absolute;
        width: 100%; 
        left:99%;
        top: 0;
        z-index: 999;
        border: 1px solid #e1e1e1 !important;
        background: #fff;
        margin: 0;
        padding: 0;
    }
    .widget .toggle{
        transform: rotate(-90deg);
        margin-right: 10px;
    }
    .widget ul.menu>li li {
        padding: 2px 0;
        border-bottom: 1px solid #e1e1e1;
    }
}

@media (min-width: 850px){
    header#header .nav-dropdown {
        display: block;
    }
    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;
        border-radius: 0px;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }
    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        padding: 10px 15px;
        border: 0;
        font-weight: 400;
    }
    header#header .nav-dropdown li:hover > ul.sub-menu{
        display: block !important;
    }
    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }
    header#header .nav-dropdown li > a {
        font-weight: 400;
        text-transform: none;
        color: rgba(102,102,102,.85);
        font-size: 15px;
/*         border-top: 1px solid #e1e1e1; */
        position: relative;
    }
    header#header .nav-dropdown li.active>a {
        color: #e82c2a;
    }
    header#header .nav-dropdown .menu-item-has-children > a:after {
        content: '>';
        position: absolute;
        right: 10px;
        top: 8px;
    }
}

/* */
/* body.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 0;
} */
body.nav-dropdown-has-border .nav-dropdown a {
/*     padding: 10px !important;
    margin: 0 !important; */
/*     border-radius: 0; */
}
.post_comments  {
    display: none;
}

/* Sidebar */

/* */
.blog-single .article-inner > .entry-header {
    display: none;
}
/* */
.product-small.box ins *,
.product-small.box .price > .amount * {
    color: red;
    font-size: 16px;
}
.product-small.box del * {
    color: #333;
}
.product-small.box .product-title a {
  color: #CAA878;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
/*.product-small.box .box-image img {
    height: 200px;
    object-fit: cover;
}*/
.lien-he-price {
    color: #DDCCBC !important;
    font-size: 20px;
}
.lien-he-price:after {
    content: "\f061";
    font-family: FontAwesome;
    padding-left: 5px;
    position: relative;
    bottom: -1px;
    right: -15px;
}
/* */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.pulse {
    transition: all 150ms linear 0s;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

blockquote {

    font-size: 110%;
    color:#666;

    margin: 0 auto;
    border-left:0px;
    margin-left: 20px;
    padding-bottom: 50px;
}
blockquote h1 {
    font-size: 3rem;
}
blockquote p {
    font-style: italic;
    margin-bottom: 0;
}
blockquote p::before,
blockquote p::after {
    content: "“";
    font-family: Georgia;
    font-size: 6rem;
    margin: -3rem 0 0 -4rem;
    position: absolute;
    opacity: 0.5;
    color:var(--primary-color);
}
blockquote p::after {
    content: "”";
    margin: -2rem -3rem 0 0;
}
blockquote cite {
    font-size: 1.5rem;
}
/* */
body .nav-spacing-xlarge>li {
    margin: 0 30px;
}
.title-sg-blog {
    color: #302720;
    margin-bottom: 30px;
}
#related-product {
    overflow: hidden;
    padding: 50px 0;
}
h4.title-sg-blog {
    font-size: 35px;
}
.title-sg-blog span {
    display: inline-block;
    padding-bottom: 20px;
}
.title-sg-blog:after {
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    margin: auto;
    background: #CAA878;
}
.entry-content {
    font-size: 16px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 15px;
}
/* */
.related-post {
    overflow: hidden;
    margin-bottom: 40px;
}
.related-post h4 {
    font-size: 35px;
    color: #302720;
    font-weight: bold;
}
.related-post ul {
    margin-left: 20px;
}
.related-post ul li {
    color: #BB9233;
    margin-bottom: 20px;
}
.related-post ul li a {
    font-size: 18px;
    color: #BB9233;
}
.related-post ul li:hover > a,
.related-post ul li:hover {
	color: #302720;
}
/* */
.full-p-10{
    padding: 0 5%;
}
.title-sg-blog.term-blog {
    padding: 20px 0 15px;
}
.title-sg-blog.term-blog span {
    font-size: 35px;
    padding-bottom: 10px;
	    text-transform: uppercase;
}
/* */
body .nav-pagination>li>a, 
body .nav-pagination>li>span {
    border: none;
    border-radius: 10px;
    line-height: 40px;
    font-size: 18px;
}
body .nav-pagination>li:hover> a,
body .nav-pagination>li>span.current {
    background: #302720;
    color: #fff;
}
/* */
.count-up {
    font-weight: 600;
}
.count-up:after {
    content: "+";
    margin-left: 2px;
    font-weight: 600;
}
.no-c .count-up:after  {
    content: '';
    display: none;
}
.ses-nhamay p {
    font-size: 28px;
}
.ses-nhamay h3 {
    margin-bottom: 0;
}
.ses-nhamay .count-up {
    font-size: 25px;
    font-weight: bold;
}
/* */
.row-quytrinh {
    position: relative;
}
.row-quytrinh:before {
    content: '';
    display: block;
    border: 1px dashed #000;
    width: 80%;
    height: 2px;
    position: absolute;
    top: 60px;
    left: 10%;
    border-style: dashed;
}
.ses-quytrinh-l .row-quytrinh:before {
    border: 1px dashed #fff;
}
.ses-quytrinh-l .icon-box:hover h4 span {
    color: #fff !important;
}
.ses-quytrinh-l .icon-box:hover p {
    color: #CAA878 !important;
}
/* */
.shop-page-title {
    display: none;
}
/* */
.row-center-all .section-title b {
    background: rgb(202, 168, 120);
    opacity: 1;
}
.category-page-row hr {
    display: none;
}
.row-center-all.row {
    margin: auto !important;
}
.term-product {
    padding: 0 !important;
    margin: 0 !important;
}
.term-product > .col {
    padding: 0 !important;
}
.title-term-pro {
    font-size: 35px;
    margin: 0;
}
.term-product .row.large-columns-2  {
    margin: auto !important;
}
.row-title-term .col {
    padding-bottom: 15px;
}
.list-parent {
    margin: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}
.list-parent li {
    display: inline-block;
    margin: 0 !important;
}
.list-parent li a {
    color: #302720;
    font-size: 30px;
    font-weight: bold;
    border-right: 1px solid rgb(202, 168, 120);
    padding: 0px 25px;
    line-height: 2.3em;
    display: block;
}
.list-parent li:last-child a {
    border: none;
}
.list-parent li:hover > a{
    color: rgb(202, 168, 120);
}
/* */
body .product-info {
    padding-top: 50px;
}
.product-gallery-wide img {
    height: 600px;
    object-fit: cover;
    padding: 10px 5px;
}
body .woocommerce-product-gallery__wrapper {
    background: #fff !important;
}
@media only screen and (min-width: 1200px) {
    .header-main {
        padding: 0 5%;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }
    .row-quytrinh:before {
        display: none;
    }
    .full-p-10 {
        padding: 0;
    }
    body #logo img {
        max-height: 40px;
    }
    .list-parent li a {
        font-size: 15px;
    }
    .product-gallery-wide img {
        height: 300px;
    }
    #related-product {
        padding: 20px 0 30px;
    }
	.related-post {
		margin-bottom: 0;
	}
	.blog-single > .row > .col {
		padding-bottom: 0;
	}
}

/*hieu ung sang san pham*/
.hg-img .gallery-col .box-image::before{
	content: '';
	position:absolute;
	top:0;
	left:-75%;
	z-index:2;
	display:block;
	content:”;
	width:50%;
	height:100%;
	background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}
.hg-img .gallery-col:hover .box-image::before{
	-webkit-animation:shine .75s;animation:shine .75s
}
@-webkit-keyframes shine{
	100%{left:125%}
}
@keyframes shine{
	100%{left:125%}
}