/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.20.1
*/
/* bottom-conversion*/
#bottom-conversion {
    position: fixed;
    left: 10px;
    bottom: 15px;
    width: auto;
    height: auto;
    z-index: 9999
}

#bottom-conversion a {
    display: block;
    overflow: hidden
}

#bottom-conversion a div {
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px auto
}

#bottom-conversion a .phone {
    background: url(images/call.png) top center no-repeat;
    background-size: 100% 100%
}

#bottom-conversion a .zalo {
    background: url(images/icon-zalo.png) top center no-repeat;
    background-size: 100% 100%
}

#bottom-conversion a .mess {
    background: url(images/fbmessenger.png) top center no-repeat;
    background-size: 100% 100%
}

@media only screen and (max-width: 768px) {
    #bottom-conversion {
        left:0;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: #fffbfbd4
    }

    #bottom-conversion a {
        float: left;
        width: 20%
    }
}

/* end bottom-conversion*/
.cau-hoi .accordion {
    border: 1px solid #F44336;
    border-radius: 12px;
}
.cau-hoi .accordion-title.active {
    border-color: #F44336;
    color: #F44336;
    border-radius: 10px;
}
.icon-zalo {
    background: url(images/icon-zalo.png) top left no-repeat;
    background-size: 100% 100%;
}
/* BVLQ */
.related-box .related-head {
    display: block;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #f3eaea;
    font-weight: 600;
    position: relative;
}

.related-box .related-head svg {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 24px;
    height: 24px;
}

.related-box .box-post {
    height: 100%;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    overflow: hidden;
}

.related-box ul li {
    margin-bottom: 3px;
}

.related-box ul li a {
    font-weight: 700;
    font-size: 16px;
    /*color: #2a9e2f;*/
}

.related-box ul li a:hover {
    text-decoration: underline;
}

.related-box .feature {
    position: relative;
    overflow: hidden;
}

.related-box .feature::before {
    content: "";
    display: block;
    padding-top: 60%;
}

.related-box .feature .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}

.related-box ul.row.related-post li {
    list-style: none;
}

.related-box .related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
    padding: 5px 15px 10px;
    font-weight: 600;
}

.related-box .related-title a {
    color: #333;
    line-height: 1.6;
    font-size: 18px;
}

@media (max-width: 480px) {
    .related-box .related-title a {
        line-height: 1.4;
        font-size: 16px;
    }
}

/* @BVLQ */
.is-divider {
    display: none;
}

/* top-bar */
#top-bar .contact_details {
    float: left;
    color: rgb(255 255 255);
    margin: 0;
}

#top-bar .contact_details li,#top-bar .contact_details a,#top-bar .contact_details li>i {
    color: #a52a2a;
    font-size: 14px;
}

#top-bar .contact_details a {
    font-weight: 600;
}

#top-bar .contact_details li {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 0;
    margin-bottom: 0;
}

#top-bar .contact_details li>i {
    margin-right: 2px
}

#top-bar .contact_details li:last-child {
    margin-right: 0
}

@media (max-width: 555px) {
    #top-bar .contact_details li.slogan, #top-bar .contact_details li.mail {
        display: none;
    }
}

/* @top-bar */
/* header */
.mobile-nav>li>a>i.icon-menu, .mobile-nav>li>a>i.icon-search {
    color: #fff;
}

#header {
}

#header #top-bar {
}

#header #masthead {
}

#header .header-nav-main .sub-menu.nav-dropdown {
    border: 1px;
    border-radius: 3px;
    padding: 8px 10px 3px;
}

#header .header-nav-main .sub-menu.nav-dropdown li a {
    color: #333;
}

/* @header */
/* categories */
.archive.category #content h5.post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    color: brown;
}

.archive.category #content .archive-page-header h1 span {
    font-size: larger;
}

@media (max-width: 1024px) {
    .archive.category #content h5.post-title a {
        height: auto;
    }
}

/* @categories */
/* LOAD BLOG AJAX */
/* Căn giữa nút và tạo khoảng cách */
.vhe-loadmore-wrap {
    text-align: center;
    margin: 30px 0 0;
    width: 100%;
    clear: both;
}

/* Định dạng hình dáng nút */
#vhe-load-more {
    background-color: burlywood;
    color: #ffffff !important;
    font-size: 15px;
    padding: 5px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-transform: none;
}

#vhe-load-more i {
    margin-top: 4px;
}

/* Hiệu ứng khi hơ chuột (Hover) */
#vhe-load-more:hover {
    transform: translateY(-3px);
    /* Nút nổi lên trên */
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    /* Bóng đậm và to hơn */
    filter: brightness(1.1);
    /* Sáng lên một chút */
}

/* Hiệu ứng khi click (Active) */
#vhe-load-more:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Trạng thái khi đang tải (Disabled) */
#vhe-load-more:disabled {
    background-color: #a0a0a0 !important;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    filter: none;
}

/* Ẩn phân trang mặc định */
.category .nav-pagination, .archive .nav-pagination, .category .page-numbers, .archive .page-numbers {
    display: none !important;
}

/* Icon xoay tròn (Loading Spinner) đẹp mắt */
.loading-spin {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: vhe-spin 0.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes vhe-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* @LOAD BLOG AJAX */
/* FOOTER */
.back-to-top{
	border-color: #fff !important;
}
.back-to-top:hover{
	    background: #FF5722;
    border-color: #fff;
}
.back-to-top i{}
.my-footer {
    padding: 50px 0 0!important;
}

.my-footer .logo img {
    max-width: 86px;
    border: 3px solid #ffffff9c;
    border-radius: 50%;
    padding: 0;
}

.my-footer p.text {
    margin: 0 0 10px;
    color: #fff;
}

.my-footer p.text a {
    color: #fff;
}

.my-footer h4 {
    color: #fff;
}

.my-footer ul.footer-menu {
    color: red;
    list-style-type: square;
    padding: 10px 10px 5px 15px;
    background: rgba(0, 0, 0, .03);
}

.my-footer ul.footer-menu li {
}

.my-footer ul.footer-menu li a {
    color: #ffb64b;
    text-decoration: none;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .my-footer .section-bg {
        background: #022a72;
        border-top: 5px solid #fef000;
    }

    .my-footer .section-bg img {
        display: none;
    }
}
/* @FOOTER */

/* Lien he */
.page-id-360 .sub-header {
    background: #f7f7f7;
    padding: 25px 0 0!important;
    margin-bottom: 30px;
}

.page-id-360 .sub-header h1.title {
    margin: 0 0 5px;
}

.page-id-360 .sub-header .col-inner span {
}

.page-id-360 .sub-header .col-inner span span {
}

.page-id-360 .sub-header .col-inner span, .page-id-360 .sub-header .col-inner span span a, .page-id-360 .sub-header .col-inner span span strong {
    color: #c75d5d;
    font-weight: 400;
}

.page-id-360 .sub-header .col-inner span span a .breadcrumb_last {
}

.page-id-360 #content,.page-id-360 .main-section {
    padding-bottom: 0 !important;
}

.page-id-360 #in4vhe {
    margin-top: 0;
}

.page-id-360 .col-inner h2 {
    color: #009688;
    border-bottom: 1px solid #f7f4f4;
    padding-bottom: 5px;
    font-size: 24px;
}

.page-id-360 .wpcf7 {
}

.page-id-360 .wpcf7 form {
    background: antiquewhite;
    padding: 25px 10px 15px;
    border-radius: 20px;
}

.page-id-360 .wpcf7 form .wpcf7-form-control-wrap {
}

.page-id-360 .wpcf7 form input {
    box-shadow: none;
    border-radius: 3px;
}

.page-id-360 .wpcf7 form textarea {
    box-shadow: none;
    border-radius: 3px;
    width: calc(100% - 20px);
    margin: 0 10px;
}

.page-id-360 .wpcf7 form .wpcf7-submit {
    text-transform: math-auto;
    border-radius: 20px;
    margin: 0 0 0 10px;
    background: brown;
}

.page-id-360 .wpcf7 form .column.one {
    clear: both;
    margin-bottom: 15px;
}

.page-id-360 .wpcf7 form .column.one-second {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px;
}

/* @Lien he */
/* Block UX */
.phan-hoi-khach-hang{padding:45px 0 0!important;}
.phan-hoi-khach-hang h2{
	text-align: center;
	display: block;
	margin-bottom: 25px;
	position: relative;
}
.phan-hoi-khach-hang h2 span.txt{
    background: #fff;
    z-index: 999;
    position: relative;
    padding: 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    color: #bc1717;
    font-family: "Roboto Condensed", Sans-serif;
    letter-spacing: 0.5px;
}
.phan-hoi-khach-hang h2:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #e2cbe1;
    border-top: 1px solid #e2cbe1;
    top: calc(50% - 3px);
    left: 0;
    width: 100%;
    border-radius: 10px;
    display: none;
}
.phan-hoi-khach-hang .box .box-image{
	border-radius: 20px;
    overflow: hidden;
    border: 2px solid #bee2f8;
}

@media only screen and (max-width: 768px){
	.phan-hoi-khach-hang h2 span.txt{
		font-size: 24px;
	}
	
	.phan-hoi-khach-hang .slider-wrapper .flickity-prev-next-button {
		display: block;
	}
	.phan-hoi-khach-hang .slider-wrapper .phan-hoi-khach-hang .slider-wrapper .row .col{padding-left:0; padding-right:0;}
	.phan-hoi-khach-hang .slider-wrapper .flickity-prev-next-button.next {
		right: 0;
		top: 0;
		width: 30px;
	}
	.phan-hoi-khach-hang .slider-wrapper .flickity-prev-next-button.previous {
		left: 0;
		top: 0;
		width: 30px;
	}
	.phan-hoi-khach-hang h2:after{display:none;}
}

.hinh-anh-hang-hoa{padding:45px 0 0!important;}
.hinh-anh-hang-hoa h2{
	text-align: center;
	display: block;
	margin-bottom: 25px;
	position: relative;
}
.hinh-anh-hang-hoa h2 span.txt{
    background: #fff;
    z-index: 999;
    position: relative;
    padding: 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    color: #bc1717;
    font-family: "Roboto Condensed", Sans-serif;
    letter-spacing: 0.5px;
}
.hinh-anh-hang-hoa h2:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #e2cbe1;
    border-top: 1px solid #e2cbe1;
    top: calc(50% - 3px);
    left: 0;
    width: 100%;
    border-radius: 10px;
    display: none;
}

@media only screen and (max-width: 768px){
	.hinh-anh-hang-hoa h2 span.txt{
		font-size: 24px;
	}
	.hinh-anh-hang-hoa h2:after{display:none;}
}
/* @Block UX */


























