/*
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.   ***************/
.desktop-fixed {
    position: fixed;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 80px;
    padding: 10px 0;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
@media only all and (max-width: 767px){
    .desktop-fixed {
        left: 0;
        bottom: 0;
        background: #fff;
        border-radius: 0;
        width: 100%;
        z-index: 150;
        padding: 10px 0;
        border: 1px solid #f2f2f2;
    }
    .desktop-fixed ul {
        display: flex;
    }
    .desktop-fixed ul li {
        width: 25%;
    }
    .desktop-fixed ul li a {
        margin: 0 auto;
    }

}

.desktop-fixed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop-fixed ul li {
    margin-bottom: 10px;
}

.desktop-fixed ul li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}

.desktop-fixed ul li a img {
    margin: auto;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.variable-item-contents .price {
    font-size: 14px;
}
span.variable-item-radio-value-wrapper img {
    display: none !important;
}

/* form lightbox */
#modal .modal-content {
    display: flex;
    flex-wrap: wrap;
}

#modal .modal-content .modal-left {
    width: 50%;
}

#modal .modal-content .modal-left img{
    height: 100%;
}

#modal .modal-content .modal-right>* {
    position: relative;
    z-index: 2;
    font-weight: 600;
}

#modal .modal-content .modal-right {
    position: relative;
    width: 50%;
    padding: 35px;
    background-image: url('/wp-content/uploads/2023/02/main-slider-3-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: center;
}

#modal .modal-content .modal-right:before {
    content: '';
    background-image: linear-gradient(50deg,#795548 0, #ffffff 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}
@media only all and (max-width: 1120px){
    #modal .modal-content .modal-left {
        width: 0;
    }
    #modal .modal-content .modal-right {
        width: 100%;
    }
}

.flickity-button {
    width: 100px;
}

#content {
    padding: 0;
}

/* .header-main .nav>li>a {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 10px 15px;
} */

.section-about,
.p-0 {
    padding: 0 !important;
}

.title h5 {
    font-size: 24px;
    margin-bottom: 15px;
}

.txt-p p {
    text-align: justify;
    font-weight: 500;
    margin-bottom: 25px;
}

.col-text {
    position: relative;
    background-image: url(/wp-content/uploads/2022/09/home-3-boxed-left.jpg);
    display: flex;
    align-items: center;
}

.col-text .col-inner, .col-text-right .col-inner {
    position: relative;
    z-index: 9;
    padding: 44px 50px;
}

.btn-about {
    margin-right: 0;
}

@media (max-width: 767.98px) {

    .rw-tc {
        flex-direction: column-reverse;
    }
    
    .col-text .col-inner, .col-text-right .col-inner {
        padding: 20px;
    }
}

.col-text::after,
.col-img::after,
.col-text-right::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 11px;
    bottom: 11px;
    left: 11px;
    right: 11px;
    display: block;
    border: 1px solid rgba(194, 196, 200, .6);
}

.col-img img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.col-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.col-text-right {
    position: relative;
    background-image: url(/wp-content/uploads/2022/09/main-home-boxed-image-4.jpg);
    display: flex;
    align-items: center;
}

.btn-view {
    display: block;
    margin: 0 auto;
    width: 25%;
}

@media (max-width: 767.98px) {
    .btn-view {
        width: 60%;
    }
}

.col-img-text {
    
    position: relative;
}

.archive-page-header,
.title-box h1 {
    background: url(/wp-content/uploads/2025/09/2151160203-1.jpg);
    height: 350px;
    background-position: center;
    margin-top: -30px;
    margin-bottom: 30px;
}

.title-box h1 {
    text-align: center;
    color: #fff;
    padding-top: 10%;
    text-transform: uppercase;
    font-size: 40px;
}

@media (max-width: 767.89px) {
    .title-box h1 {
        padding-top: 15%;
    }
}

.button-art-group {
    display: flex;
    list-style: none;
    justify-content: center;
    position: relative;
    margin: 0 0 25px;
    padding: 5px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.button-art-group button, .tabs-service ul li a {
    font-size: 14px;
    line-height: 22px;
    display: block;
    font-weight: 500;
    color: #000000;
}

@media (max-width: 767.98px) {

    /*.item-da {
        padding: 0;
    }*/

    .button-art-group {
        flex-wrap: nowrap;
    }

    .scroll-mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .button-art-group li {
        flex: 0 0 auto;
        width: auto;
    }
}

.button-art-group li {
    margin-bottom: 0;
}

.button-art-group button {
    margin: 0;
}

.button-art-group button::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0%;
    border-bottom: 2px solid #d6ab60;
    z-index: 1;
    bottom: 5px;
    margin: auto;
    transition: all 0.5s;
}

.button-art-group li button:focus::after {
    width: 80%;
}

.img_du_an img {
    height: 270px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: all .3s ease;
}

.box-artwork {
    position: relative;
}

.img_du_an {
    background-color: #252525;
    display: inline-block;
    position: relative;
    width: 100%;
    transition: all .3s ease;
}

.img_du_an:hover img {
    opacity: .3;
}

.hover-border {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: border-color 0s ease-out .25s, top 0s ease-out .25s, left 0s ease-out .25s, opacity .25s ease-out;
    -moz-transition: border-color 0s ease-out .25s, top 0s ease-out .25s, left 0s ease-out .25s, opacity .25s ease-out;
    transition: border-color 0s ease-out .25s, top 0s ease-out .25s, left 0s ease-out .25s, opacity .25s ease-out;
    -moz-transform: translateZ(0);
}

.img_du_an:hover .hover-border {
    top: 9px;
    left: 9px;
    border-color: #d6ab60;
    opacity: 1;
    -webkit-transition: border-color .2s ease-out, top .1s ease-out .2s, left .1s ease-out .2s;
    -moz-transition: border-color .2s ease-out, top .1s ease-out .2s, left .1s ease-out .2s;
    transition: border-color .2s ease-out, top .1s ease-out .2s, left .1s ease-out .2s;
}

.title h3, .title-service {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 46px;
}

.title h3:hover, .title-service a:hover {
    color: #b88526;
    text-decoration: underline;
}

.archive-page-header .page-title {
    color: #Ffffff;
    font-size: 40px;
    padding-top: 15%;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .archive-page-header .page-title {
        font-size: 30px;
        padding-top: 25%;
    }
}

/* Page single */

.carousel-fade .owl-nav {
    position: absolute;
    top: 45%;
    z-index: 10;
    width: 100%;
}

#main .carousel-fade .owl-nav .owl-prev {
    position: absolute;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: rgb(6 3 3 / .5);
    left: 30px;
    margin: 0 0 0 -10px;
}

#main .carousel-fade .owl-nav .owl-next {
    position: absolute;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: rgb(6 3 3 / .5);
    right: 30px;
    margin: 0 0 0 -10px;
}

@media (max-width: 767.98px) {
    #main .carousel-fade .owl-nav .owl-prev, #main .carousel-fade .owl-nav .owl-next {
        top: -35px;
    }
}

#main .carousel-fade .owl-nav .owl-prev i,
#main .carousel-fade .owl-nav .owl-next i {
    font-size: 30px;
    color: #Ffffff;
}

.single__content .entry_content ul {
    padding-left: 40px;
}

.single__content h3 {
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .single__content .entry_content ul {
        padding-left: 20px;
    }
}

.thumb-left {
    width: 30%;
    float: left;
    overflow: hidden;
}

.title-right {
    float: left;
    padding-left: 10px;
    width: 70%;
}

.title-right h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}

.title-right h3:hover,
.relatedcontent h3 a:hover {
    color: #c59432;
    text-decoration: underline;
}

.item-news {
    margin-bottom: 15px;
}

.item-news:nth-child(5) {
    margin-bottom: 0;
}

.item-news::after {
    content: '';
    clear: both;
    display: block;
}


.title-product h2 {
    margin-bottom: 50px;
}

/*.product-featured .box-image img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-featured .box-image:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}*/
.blog-archive .image-cover {
    padding-top: 80% !important;
}
h6.entry-category.is-xsmall {
    padding-top: 15px;
}
.product-featured .box-text-products {
    padding-bottom: 0;
    text-align: center;
}

.product-featured .box-text-products p a {
    font-size: 18px;
}

.product-featured .box-text-products p a:hover {
    text-decoration: underline;
}

.news-blog .post-item .box-text h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.news-blog .post-item .box-text h5:hover {
    color: #b88526;
    text-decoration: underline;
}

.news-blog .post-item .box-text .is-divider {
    display: none;
}

.news-blog .post-item .box-image img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.news-blog .post-item .box-image:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.col-about {
    padding-left: 0;
    padding-right: 0;
}

.section-ab .images-ab {
    margin-bottom: 0 !important;
}

.bread-gt .container {
    padding: 0;
    min-height: 30px;
}

@media (min-width: 768px) {
    .bread-gt .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .bread-gt .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .bread-gt .container {
        width: 1170px;
    }
}

@media screen and (min-width: 1366px) {
    .bread-gt .container {
        width: 1300px;
    }
}
span.woocommerce-Price-amount.amount {
    color: red;
}
.bread-gt {
    background: linear-gradient(to right, #eef0f3, #fff);
}

.bread-gt .breadcrumbs {
    text-transform: unset;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
}

.bread-gt .title-breadcrumbs {
    padding: 0;
}

.col-ab-right .text-left {
    background-color: rgb(242, 242, 242);
    padding: 30px;
    text-align: justify;
}
.product-short-description p {
    margin-bottom: 0;
}

.product-short-description {
    background: #f5f5f5;
    padding: 20px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 1px solid #ddd;
}
@media (max-width: 991.98px) {
	.col-ab-right .text-left {
		height: auto;
		padding: 30px;
	}
}

.title-ct {
    margin-top: 30px;
    padding: 0 15px;
}

.name input,
.rw-input input {
    margin-bottom: 20px;
}

.btn-sub input[type="submit"] {
    width: 100%;
    padding: 5px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-bottom: 0;
}

.wpcf7 {
    background-color: rgba(255, 255, 255, .2);
    background-position: center;
    background-size: cover;
}

.wpcf7 {
    padding: 20px 25px !important;
    padding-bottom: 0px !important;
}

.wpcf7 {
    text-align: left;
    width: 90%;
}

.txt-info ul,
.ft_bx {
    list-style: none;
}

.txt-info ul li {
    margin: 0;
    padding: 5px 0;
}

.txt-info ul li i {
    width: 18px;
    display: inline-block;
}

.shop-page-title.featured-title {
    height: 277px;
}

.shop-page-title.featured-title .page-title-inner {
    padding-top: 10%;
}

.rw-check input {
    margin: 0;
}

.btn-sub {
    margin-top: 15px;
}

#related_posts ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#related_posts ul li {
    margin-bottom: 15px;
}

#related_posts ul li::after {
    content: '';
    clear: both;
    display: block;
}

.relatedthumb {
    width: 30%;
    float: left;
    overflow: hidden;
}

.relatedcontent {
    width: 70%;
    float: left;
    padding-left: 10px;
}

.relatedcontent h3 a {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    display: block;
}

.title-ft-first h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    display: block;
}

@media (max-width: 767.98px) {
    .title-ft-first h2 {
        text-align: center;
    }
}

.logo-img-ft img {
    width: 130px;
}

.txt-info p {
    margin-bottom: 0;
    text-align: justify;
}

.ft_bx {
    margin-bottom: 0;
}

.icon-ft {
    display: flex;
    align-items: center;
    justify-content: center;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.button {
    background: #a7a7a7;
}
.icon-ft a {
    padding-right: 3px;
}

.icon-ft a:last-child {
    padding: 0;
}

.icon-ft img {
    width: 150px;
}

.title-ft {
    margin-bottom: 0;
}

.title-ft h3 {
    font-size: 18px;
    font-weight: 500;
}

.info-ft .ft_bx li {
    margin-left: 0;
    font-size: 14px;
}

.info-ft .ft_bx li a {
    color: #222;
}

.info-ft .ft_bx li i {
    color: #b88526;
}

.icon-ft a:first-child {
    color: #2196f3;
}

.icon-ft a:last-child {
    color: #f00;
}

.icon-ft a {
    font-size: 12px;
}
.section-title-normal span {
    border-bottom: 2px solid #9e9e9e;
}
.section-title-normal {
    border-bottom: 2px solid #9e9e9e;
}
.widget-nav-right ul.menu li::before {
    content: "\f105";
    display: inline-block;
    margin: 0 10px 0 0;
    color: #222;
}

.widget-nav-right ul.menu li a {
    color: #222;
    font-size: 14px;
}

.widget-nav-right ul.menu li a:hover {
    color: #b88526;
}

.col-service {
    padding-left: 0;
    padding-right: 0;
}

.icon-sm {
	align-items: center;
}

.az-box-chat a {
	position: relative;
}

#az-holine svg circle {
	fill: #c59432;
}

.info-bottom {
	text-align: center;
}

.info-bottom p {
	margin-bottom: 10px;
	font-style: italic;
}

.box-call {
	display: block;
}
.box-call a {
    background: #c59432;
    color: #ffffff;
    font-size: 22px;
    padding: 10px;
    border-radius: 15px;
    text-decoration: underline;
}

.box-call a:hover {
	color: #ff8a00;
}




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

    .col-img-text {
        height: unset;
    }

    rw-0 {
        margin-bottom: 15px;
    }

    .news-blog .post-item .box-text {
        padding-bottom: 0;
    }

    .wpcf7 {
        width: 100%;
    }

    
}

#shop-sidebar {
    border: 1px solid #ececec;
}
h4.filter-title {
    background: #ccc;
    padding: 5px;
    text-align: center;
}
.filter-content {
    padding: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a { color: #ffc000;}
button.button.buy_now_button {
    width: 100%;
    background: #0071c0;
}
/* custom trang checkout */
input[type=email], input[type=date], input[type=search], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #ececec;
    border-radius: 5px;
}
.is-well {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
    padding: 15px 0;
}
.is-well .checkout-sidebar h3 {
    background: #f0f2f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
}
.woocommerce-checkout-review-order {
    padding: 5px 10px 10px 10px;
    border: 1px solid #ececec;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.woocommerce-checkout-review-order td, .woocommerce-checkout-review-order th {
    border: none;
    padding: 5px;
}
.woocommerce-checkout-review-order-table .cart_item td {
    padding-bottom: 0;
    padding-top: 5px;
}
.woocommerce-billing-fields {
    border-top: none;
}
.woocommerce-billing-fields h3 {
    background: #f0f2f5;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}
/* Chuyển nút xóa sang thùng rác */
.woocommerce a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}
.woocommerce a.remove:before, .woocommerce a.remove:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}
.woocommerce a.remove:before{
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}
.woocommerce a.remove:after{
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}
.woocommerce a.remove:hover:before{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}
.woocommerce a.remove:hover {
    background: transparent;
}

.home-archive-project .item-title .img-item img {
    height: 270px;
    object-fit: cover;
    object-position: center;
}

.home-archive-project .item-title .box-item h4 {
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-archive-project .item-title a:hover .box-item h4 {
    color: #ffc000;
    text-decoration: underline;
}

.woocommerce-MyAccount-content {
    border: 1px solid #ccc;
    padding: 15px;
}
.woocommerce-MyAccount-content mark {
    background: #ccc;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}
.woocommerce {
    padding: 30px 0;
}
.woocommerce-order-pay .woocommerce {
    border: 1px solid #ccc;
    padding: 30px;
}
.woocommerce-order-pay .woocommerce ul {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
.message-container.container.success-color.medium-text-center a {
    background: #ccc;
    padding: 10px;
    border-radius: 5px;
    color: #222;
    box-shadow: 0px 3px 5px #ccc;
    margin-left: 10px;
}
.payment_box.payment_method_bacs p {
    font-weight: 600;
    font-size: 15px;
}
header.woocommerce-Address-title.title a {
    background: #ccc;
    padding: 3px 10px;
    border-radius: 5px;
}
p.success-color.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    box-shadow: 0px 3px 4px #ccc;
    padding: 15px;
    border-radius: 5px;
}