/*
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;
    }
}


/* */
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;
}
.page-title-bar {
    padding: 15px 0;
    background: #000;
}
.page-title-bar .title {
    margin-bottom: 0;
}
.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: #000;
    color: #fff;
    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;
}
/* */
.ses-thongke {
    background: url(images/bg-nen.jpg) center center no-repeat;
    background-size: cover;
}
/* */
.row-pk {
    border-radius: 10px;
    border-style: dashed;
    border-color: rgb(248, 95, 0);
    background-color: rgba(244, 244, 244, 0);
    box-shadow: rgb(0, 0, 0) 0px 0px 20px -15px;
    filter: brightness(64%);
    border-width: 3px;
    padding: 12px 15px;
}
.row-pk .col {
    padding-bottom: 0;
}
.row-pk .button {
    margin: 0 auto;
    max-width: 90% !important;
}

.row-5 > .col {
    padding-bottom: 10px;
}
/* */
.thongtin-ul ul{
    margin-left: 20px;
}
.thongtin-ul li {
    margin: 0 !important;
    padding: 10px 0 10px 45px;
    border-bottom: 1px solid #e1e1e1;
    list-style: none;
    position: relative;
}
.thongtin-ul li:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f10c";
    position: absolute;
    left: 15px;
    top: 16px;
}
.row-ul > .col {
    padding-bottom: 0;
}
/* */
.list-ul2 ul li,
.list-ul ul li{
    list-style: none;
    position: relative;
    padding-left: 35px;
}
.list-ul ul li:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 3px;
    background: url(images/download.svg) center center no-repeat;
    background-size: 25px;
    position: absolute;
    top: 0px;
    left: 0;
}
.list-ul2 ul li:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 3px;
    background: url(images/svg2.svg) center center no-repeat;
    background-size: 25px;
    position: absolute;
    top: 0px;
    left: 0;
}
/* */
.absolute-footer.dark {
    display: none;
}
/* */
.col-taibaogia > .col-inner {
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    padding: 30px 30px 10px;
    background-color: rgb(241, 243, 244);
}
.form-dk select,
.form-dk input {
    height: 66px;
    background: none;
    border-radius: 10px;
}
.form-dk select {
    height: 44px;
}
.form-dk input[type=submit] {
    width: 100%;
    margin: 0;
    box-shadow: rgb(84, 84, 84) 0px 15px 4px -15px;
    background: rgb(168, 98, 54) !important;
}
form {
    margin-bottom: 0;
}
/* */
.row-icon .icon-box {
    background: #f7f7f2;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
}
.row-icon .icon-box.icon-2 {
    background: #f1f3f4;
}
/* */
.form-baogia {
    overflow: hidden;
    display: flex;
}
.form-baogia > div {
    width: 33.33%;
    padding: 0 10px;
}
.form-baogia > div input[type=submit] {
    background: rgb(255, 145, 77);
    width: 100%;
}
/* */
.form-baogia input,
.form-baogia select {
    height: 55px;
}
.wpcf7-spinner {
    display: none;
}
/* */
.taibantk {
    border: 3px double #000;
    overflow: hidden;
    padding: 10px;
}
.taibantk > div {
    width: 25%;
    padding: 0 10px;
}
.taibantk .text-tk {
    width: 18%;
    float: left;
}
.taibantk .right {
    width: 82%;
    float: right;
    display: flex;
}
.taibantk .right > div {
    width: 33.33%;
    margin: 0 5px;
    border: 2px solid rgb(170, 66, 1);
}
.text-tk {
    font-size: 20px;
    line-height: 1.6;
    color: rgb(170, 66, 1);
    text-align: center;
    line-height: 24px;
}
.taibantk input,
.taibantk select {
    height: 47px;
    border: none;
    margin: 0;
}
.taibantk input[type=submit] {
    width: 100%;
    border: none;
}
.taibantk .wpcf7-list-item {
    position: relative;
    padding-left: 30px;
}
.taibantk .wpcf7-list-item input[type=radio] {
    position: absolute;
    left: 5px;
}
.taibantk .wpcf7-list-item-label {
    top: 11px;
    position: relative;
}
.sub-mit input {
    background: rgb(170, 66, 1) !important;
}
.row-dknhanh .form-baogia {
    display: block;
}
.row-dknhanh .form-baogia > div {
    width: 100%;
}
.dk-sdt input {
    width: 100%;
    height: 55px;
}
/* */
#header-newsletter-signup {
    max-width: 450px !important;
}
#header-newsletter-signup .dk-sdt {
    max-width: 90%;
    margin: auto;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }
    .taibantk {
        padding: 20px 10px;
    }
    .taibantk .right > div,
    .taibantk .right,
    .taibantk .text-tk {
        width: 100%;
        display: block;
    }
    .taibantk .right > div {
        margin-top: 15px;
    }
    .taibantk .wpcf7-list-item-label {
        top: 0;
        display: block;
        line-height: 41px;
    }
    .form-baogia {
        display: block;
    }
    .form-baogia > div {
        width: 100%;
        margin-bottom: 15px;
    }
}