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

/*************** ADD CUSTOM CSS HERE.   ***************/
@keyframes circle{0%{opacity:1}40%{opacity:1}100%{width:200%;height:200%;opacity:0}}
.section-title-normal span {
    border-bottom-color: var(--primary-color);
        font-size: 120%;
    color: rgb(244, 137, 36);
    font-weight: normal;
}
.product-small.box .image-tools.grid-tools>.detail-product, .product-small.box .image-tools.grid-tools>.add_to_cart_button .cart-icon {
    min-width: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    line-height: 30px !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    opacity: 1;
    padding: 0;
    border: 1px solid #2e2e2e;
    background-color: #fff !important;
}
#shop-sidebar .widget-title,.post-sidebar .widget-title ,.custom-product-page .widget-title{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #1c1c1c;
    letter-spacing: 2px;
    margin: 0 0 10px;
}
.product-tabs {
    border-bottom: 1px solid #e5e5e5;
}
.product-small.box .image-tools.grid-tools>.add_to_cart_button .cart-icon strong::before {
    content: "\e909";
    font-family: 'fl-icons' !important;
    font-size: 12px;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    color: #2e2e2e;
    bottom: 9px;
    left: -7px;
}
.product-tabs>li>a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
 .product-tabs>li>a::before {
    bottom: 0;
    top: auto;
    height: 2px;
    background-color: #1c1c1c;
}
.product-small.box .image-tools.grid-tools>.detail-product::before, .product-small.box .image-tools.grid-tools>.add_to_cart_button>.cart-icon::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    z-index: 1;
}
.image-tools .cart-icon {
    position: absolute;
    right: 10px;
    margin: 13px;
    bottom: 100%;
    left: unset;
}
.product-small.box .image-tools.grid-tools>.add_to_cart_button .cart-icon strong {
    background-color: transparent;
    border: 0;
    font-size: 0;
}
.cart-icon strong {
    border-radius: 0;
    font-weight: bold;
    margin: 0.3em 0;
    border: 2px solid #446084;
    color: #446084;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 2.2em;
    height: 2.2em;
    font-size: 1em;
    line-height: 1.9em;
    font-family: Helvetica,Arial,Sans-serif;
}

span.widget-title{
        color: #f57224 !important;
}
.single-page{
    padding-top: 0px;
}
.blog-archive .col:not(.post-sidebar) .col.post-item .box-text-bottom, .mh-grid-blog .col.post-item .box-text-bottom {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: rgb(0 0 0 / 13%) 0 1px 10px -1px, rgb(0 0 0 / 5%) 0 1px 20px -1px;
    -moz-box-shadow: rgb(0 0 0 / 13%) 0 1px 10px -1px,rgb(0 0 0 / 5%) 0 1px 20px -1px;
    -webkit-box-shadow: rgb(0 0 0 / 13%) 0 1px 10px -1px, rgb(0 0 0 / 5%) 0 1px 20px -1px;
    -o-box-shadow: rgb(0 0 0 / 13%) 0 1px 10px -1px,rgb(0 0 0 / 5%) 0 1px 20px -1px;
}
.blog-archive .col:not(.post-sidebar) .col.post-item .box-text-bottom .box-text , .mh-grid-blog .col.post-item .box-text-bottom .box-text {
    padding: 15px;
}
.is-divider{
    display: none;
}
#masthead .flex-col.flex-right .header-button>.button {
    border: 0;
    padding: 0;
    font-size: 20px;
        color: #ed1f24;
    background-color: transparent !important;
}
#masthead .flex-col.flex-right .header-button>.button::before {
 content:"\e600";
    font-family: 'fl-icons' !important;
    align-items: center;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-flex;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
    margin-right: 5px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    width: 39px;
    height: 39px;
    color: #040707;
    font-size: 26px;
    border: 1px solid #040707;
    justify-content: center;
    top: 4px;
}
#wide-nav .header-nav>li>a {
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 400;
}

.image-effect:hover .img-inner::before {
    -webkit-animation: circle .75s;
    -ms-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
}
.image-effect .img-inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product-small .badge-inner span {
    background-color: #f48924;
    font-size: 12px;
    padding: 5px 10px;
}
.blog-wrapper.blog-single .entry-title {
    font-size: 28px;
    text-transform: initial;
    margin: 0 0 10px;
    font-weight: normal;
}
.box-text-products .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.product-small .badge-inner span::after {
    background-color: #fff;
    border: 3px solid #f48924;
    content: "";
    height: 10px;
    position: absolute;
    right: -3px;
    top: 17px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 10px;
}
.product-small .badge-container {
    right: 0;
    left: auto;
    margin-top: 10px;
}
.badge-outline, .badge-circle {
    margin-left: -0.4em;
}
.product-small .badge-inner {
    font-weight: normal;
    font-size: 14px;
}
.badge-inner.on-sale {
    background-color: rgba(244,137,36,0) !important;
}
span.amount{
    color: red;
}
.div-no-padding{
    padding-bottom: 0px;
}
#billing_address_1_field{
    width: 100%;
}
.large-6 .woocommerce-breadcrumb {
    display: none;
}
.product-page-price>span.amount, .product-page-price>ins span.amount {
    font-size: 24px;
    font-weight: 400;
}
.single-date{
        border-bottom: 1px dashed #ededed;
}
h1.entry-title{
    font-size: 24px !important;
}
/*Kết thúc màu sắc*/

.page-title-bg .title-overlay {
    background-color: transparent;
}
.post-item .post-title{
    height: 45px;
    overflow: hidden;
}
footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}


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


}