/*
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;
    background-color: #f5f6f8;
    font-weight: 500;
}
#main, #wrapper {
    background-color: #f5f6f8;
}
strong, b {
    font-weight: 700;
}
@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: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-small.box .box-image img {
    height: 270px;
    object-fit: contain; background:#fff; border-radius:20px;
}
/* */
@-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;
}
h1 {
    font-size: 50px;
    margin-bottom: 0;
}
h2 {
    font-size: 42px;
    margin-bottom: 10px;
}
h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
h4 {
    font-size: 22px;
    margin-bottom: 0;
}
h5 {
    font-size: 18px;
}
h1 *, h2 *, h3 *, h4 *, h5 * {
    font-size: inherit;
}
.cus-title h1 {
    line-height: 1em;
}
/* */
.col-8-ba .banner .banner-bg:after {
    background: linear-gradient(90deg, #f5f6f8, transparent 50%);
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.col-8-ba .banner {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.col-4-re {
    position: relative;
    z-index: 99;
}
/* */
.header-button-1 .header-button .button {
    border: none;
    box-shadow: inset 0 3px 6px #00000000, 3px 5px 10px #00000029 !important;
    background: #f5f6f8 !important;
    line-height: 32px;
    padding: 3px 20px;
}
.header-button-1 .header-button .button:hover {
    box-shadow: inset 0 3px 6px #00000029, 3px 5px 10px #00000029 !important;
}
.header-button-1 .header-button span {
    color: #c65622 !important;
    font-weight: bold;
}
/* */
.header-main  {
    background-image: linear-gradient(rgba(245, 246, 248, 1), rgba(245, 246, 248, 1)) !important;
}
/* */
.row-dmsp .banner{
    border-radius: 20px;
    overflow: hidden;
}
a.primary.is-outline {
    background-color: #f5f6f8 !important;
    fill: #c65622;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    border: 3px #f5f6f8;
    box-shadow: inset 0 3px 6px #00000000, 3px 5px 10px #00000029 !important;
    padding: 14px 32px;
}
a.primary.is-outline span {
     font-size: 18px;
     color: #c65622;
     font-weight: bold;
}
a.primary.is-outline:hover {
    border-color: #dcdddf;
    box-shadow: inset 0 3px 6px #00000029, 3px 5px 10px #00000029 !important;
}
/* */
.col.post-item .is-divider {
    display: none;
}
.col.post-item .post-title {
    font-size: 21px;
    text-transform: initial;
    font-weight: 700;
}
.col.post-item .post-title:hover {
    opacity: 0.7;
}
.col.post-item .cat-label {
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
    opacity: 1;
    font-weight: 700;
    letter-spacing: 2.8px;
}
/* */
.row-blog .col.post-item .col-inner{
    border-radius: 20px;
    overflow: hidden;
}
.row-blog .col.post-item .box-text {
    bottom: 1%;
}
/* */
.bo-20 {
    border-radius: 20px;
    overflow: hidden;
}
span.count-up.active {
    font-weight: 300;
    font-size: 60px;
    display: block;
    margin-bottom: 28px;
}
/* */
.row-c-f {
    border-radius: 20px;
    box-shadow: 10px 5px 10px #0000001c;
    /*margin: 12px 12px 35px;*/
    padding: 50px 12px 0;
}
.max-90 {
    max-width: 90% !important;
    margin: auto !important;
}
/* */
.footer-form input[type=submit] {
    background-color: #f5f6f8 !important; 
    color: #c65622;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    border: 3px #f5f6f8;
    box-shadow: inset 0 3px 6px #00000000, 3px 5px 10px #00000029 !important;
    padding: 11px 32px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 250px;
}
.footer-form input[type=email]:hover,
.footer-form input[type=submit]:hover {
    box-shadow: inset 0 3px 6px #00000029, 3px 5px 10px #00000029 !important;
}
.footer-form input[type=email] { 
    box-shadow: inset 0 3px 6px #00000029;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 32px;
    text-decoration: none;
    width: 100% !important;
    color: #3c3c3c;
    background-color: #fff;
    border: 3px #f5f6f8;
    border-radius: 40px;
    height: initial;
    width: 202px !important;
}
/* */
.cus-stack span {
    font-weight: 700;
    font-size: 16px;
}
.blog-single .social-icons a,
.social-icons a.button.icon:not(.is-outline) {
    background: #c65622 !important;
    border: none;
    margin-left: 10px;
}
.blog-single .social-icons a {
    font-size: 16px;
}
.blog-single .social-icons a i {
    color: #fff;
    top: 0;
}

.absolute-footer {
    display: none;
}
.cus-products .col.product-small {
    padding: 0 15px 19.6px;
}
/* */
.title-blog-term {
    overflow: hidden;
    padding: 15px 0 10px;
}
.row-banner1.row.row-collapse {
    max-width: 1670px;
}
/* */
.single-post .entry-content.single-page {
    max-width: 60%;
    margin: auto;;
}
.related-post h2 {
    margin-bottom: 20px;
}
.cus-blog-re .cat-label {
    color: #c65622 !important;
}
/* */
.ses-accor .accordion-title {
    font-size: 20px;
    padding: 0px 20px 0px 0;
}
.ses-accor .accordion-title i:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 20px / 1 FontAwesome;
    color: #c65622;
}
.ses-accor .accordion .toggle {
    opacity: 1;
    position: relative;
    left: initial;
    right: initial;
    transform: rotate(0deg) !important;
    top: 0;
    height: initial;
    line-height: initial;
    width: inherit;
    margin-right: 10px;
}
.ses-accor .accordion .toggle i {
    transition: 0.4s ease-out;
    line-height: 0;
}
.ses-accor .accordion-title.active {
    background: none !important;
    font-weight: bold;
}
.ses-accor .active>.toggle i {
    transform: rotate(90deg);
}
.ses-accor .accordion-inner {
    padding: 5px 20px 0;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 100;
}
/* */
.ses-icon-dl a.primary.is-outline span {
    background: url(images/icon-dowload.svg) right center no-repeat;
    padding-right: 24px;
}

/* Giới hạn chiều cao và tạo thanh cuộn dọc */
.dealer-sidebar-scroll {
    max-height: 600px; /* Bạn có thể tăng giảm tùy chiều cao bản đồ bên phải */
    overflow-y: auto;
    padding-right: 15px; /* Tạo khoảng cách với thanh cuộn */
}

/* Tùy chỉnh giao diện thanh cuộn (Dành cho Chrome, Safari, Edge) */
.dealer-sidebar-scroll::-webkit-scrollbar {
    width: 6px;
}
.dealer-sidebar-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}
.dealer-sidebar-scroll::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 10px;
}
.dealer-sidebar-scroll::-webkit-scrollbar-thumb:hover {
    background: #aaa; 
}

.cus-tab-list table {
    font-size: 14px;
}
.cus-tab-list table tr:first-child td {
    font-size: 15px !important;
}
.cus-tab-list table tr td:first-child {
    font-size: 18px;
}
/* */
.tab-lienhe .nav-tabs{
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.tab-lienhe .nav-tabs li {
    margin: 0;
}
.tab-lienhe .nav-tabs li a {
    border: none;
    width: 210px;
    display: inline-block;
    text-align: center;
}
.tab-lienhe .nav-tabs li:last-child a {
    border-radius: 0 20px 0 0;
}
.tab-lienhe .nav-tabs+.tab-panels {
    border: none;
    z-index: 9;
    padding: 0;
}
.cus-tab-list {
    padding: 40px;
    height: 400px;
    overflow: auto;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 28px;
    }
    .col-8-ba .banner .banner-bg:after {
        display: none;
    }
    .col-8-ba .banner {
        border-radius: 20px;
    }
    .col-8-ba .banner .video-button-wrapper {
        font-size: 150% !important;
    }
    .img-mb-680 .image-zoom {
        padding-top: 680px !important;
    }
    .col.post-item .post-title {
        font-size: 20px;
    }
    .cus-stack.stack {
        display: block;
    } 
    .cus-stack.stack a {
        display: block;
    }
    .mb-center .text-left {
        text-align: center;
    }
    .footer-form input[type=email] {
        width: 100% !important;
    }
    .row-c-f {
        padding: 20px 0;
    }
    .footer-form input[type=submit] {
        position: initial;
        margin-top: 20px;
    }
    .tab-lienhe .nav-tabs li a {
        width: 150px !important;
        padding: 10px 20px !important;
    }
	.single-post .entry-content.single-page {
		max-width: 100%;
	}
}
/* */
@media only screen and (min-width: 1200px) {
    .row-banner1 {
        position: relative;
    }
    .ban-cont {
        flex-basis: 50%;
        max-width: 50%;
        position: absolute;
        left: 0px;
    }
}
.shop-page-title {
    display: none;
}