/*
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.   ***************/
@font-face {
    font-family: 'ntd gilroy_b';
    src: url(fonts/85_NTD_GILROY_BOLD.ttf);
}
@font-face {
    font-family: 'ntd gilroy';
    src: url(fonts/85-NTD-GILROY-REGULAR.ttf);
}
body {
	max-width: 100%;
	overflow: hidden;
	font-family: 'ntd gilroy';
}
span,
.header-main .nav > li > a,
p,li,a,em,ol,div,label {
	font-family: 'ntd gilroy';
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
h1,h2,h3,h4,h5,h6,strong {
	 font-family: 'ntd gilroy_b';
	 font-weight: bold;
}
@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;
    }
}


/* */
body.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 0;
    background: #026B18;
    left: 0;
}
body.nav-dropdown-has-border .header-search-dropdown .nav-dropdown {
    background: none;
    box-shadow: 0 0 0;
}
body.nav-dropdown-has-border .nav-dropdown a {
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 0;
    color: #fff;
}
body.nav-dropdown-has-border .nav-dropdown a:hover {
	background: #B40000  !important;
	color: #fff;
}
.post_comments  {
    display: none;
}
.page-title-bar .title {
    margin-bottom: 0;
	display: none;
}
.page-title-bar * {
    color: #fff;
}
/* Sidebar */
.post-sidebar.col.right-sidebar {
    padding-left: 0;
}
.post-sidebar.col.left-sidebar {
    padding-right: 0;
}
#shop-sidebar .widget-title,
#product-sidebar .widget-title,
.post-sidebar .widget-title  {
    display: block;
    background: #026B18;
    color: #fff; text-align:center;
    padding: 12px 20px;
}
#shop-sidebar .is-divider,
#product-sidebar .is-divider,
.post-sidebar .is-divider {
    display: none;
}
#shop-sidebar .widget,
#product-sidebar .widget,
.post-sidebar .widget {
    box-shadow: 0 0 0 1px #e1e1e1;
}
.product_list_widget,
.post-sidebar .widget .recent-blog-posts {
    padding: 10px;
}
#shop-sidebar .widget ul.menu li > a,
#product-sidebar .widget ul.menu li > a,
.post-sidebar .widget ul.menu li > a {
    display: block;
    padding: 8px 10px;
}
#product-sidebar .widget ul.menu li > a:before,
.post-sidebar .widget ul.menu li > a:before {
    content: "\f105";
    font-family: 'fl-icons' !important;
    font-size: 15px;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
}
/* */
.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 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
}
.product-small.box .box-image img {
    height: 200px;
    object-fit: cover;
}
/* */
@-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;
}
/* */
.text-banner p{
    margin: 0 0 5px;
}
/*.text-banner .line-be {
    position: relative;
}
.text-banner .line-be:before{
    content: '';
    display: block;
    width: 387px;
    height: 6px;
    background: #026B18;
    position: absolute;
    bottom: 10px;
}*/
.text-banner .line-be strong {
    position: relative;
    z-index: 1;
    font-family: 'ntd gilroy_b';
}
.footer-social > span{
    text-decoration: underline;
    font-size: 22px;
    position: relative;
    top: -4px;
    font-weight: normal;
}
.footer-social > a {
    margin-left: 20px !important;
}
.page-text ul {
    margin-left: 20px;
}
.blog-archive > .row > .large-12 {
    padding: 0;
}
.term-blog .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.page-numbers {
    margin-bottom: 25px !important;
}
#related-post {
    overflow: hidden;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
}
.widget_nav_menu .current-menu-item {
    background: #026B18 !important;
}

.widget_nav_menu .current-menu-item > a {
    color: #fff;
}
@media only screen and (max-width: 767px ) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }
    .box-covan .box-text {
        padding: 0 !important;
    }
    .term-blog {
        padding: 0 15px !important;
    }
}
.footer-menu .button {
	font-size: 13px;
	font-weight: normal;
}
.recent-blog-posts-li .mr-half {
    display: none;
}
.row-ccgp.row-collapse {
    display: none; 
}
@media only screen and (min-width: 1025px ) {
    .row-ccgp.row-collapse {
        padding: 10px;
        background: rgb(145, 26, 40);
        position: absolute;
        top: -130px;
    }
    .row-giaiphap .medium-3 .col-inner:hover > .row-ccgp.row-collapse {
        display: block;
    }
}
.page-title-bar {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.box-table {
     display: table-cell;
     vertical-align: bottom;
     width: 100%;
     height: 100%;
}
.page-title-bar .container {
    background-color: rgba(0,0,0,0.81);
    padding: 20px;
    margin-top: 30px;
    /*margin-bottom: 30px;*/
    border-left: 8px solid #026B18;
 }
.page-title-bar .breadcrumb {
    text-align:right;
}
.page-title-bar .breadcrumb a {
    margin-left:10px !important; 
    margin-right:10px !important; 
    font-weight:600;
}
.page-title-bar .breadcrumb .breadcrumb_last{
    margin-left:10px !important;
     margin-right:10px !important; 
     font-weight:600;
 }
/*  .header-wrapper .header-bg-color {
    background-color: #000000b5;
  }  */
 .single #header {
    position: absolute;
    width: 100%;
  }
  .single .page-title-bar {
    height: 400px;
    background: url('https://ktpc.com.vn/wp-content/uploads/2023/01/Anh-Linh-vuc-hoat-dong-scaled.jpg') 0 15% no-repeat;
    background-size: 100%;
  }
body.single .page-title-bar .container {
    margin-top: 70px;
}
.fist-blog {
    padding: 5px 0 10px 0;
}