/*
Theme Name: Phongmy-vn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
    --black: #000;
    --green: #4caf48;
    --text: #bab8b8;
    --white: #fff;
    --white1: #c0bfbf;
    --bggradient: linear-gradient(45deg, var(--white1) 10%, var(--white) 90%);
}
.header-main {
    height: 0 !important;
}
#logo{
    display: none;
    opacity: 0;
}
body.active:after {
    position: fixed;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000b5;
    z-index: 1;
}

body.active:before {
    content: '';
    position: fixed;
    z-index: 22222222222222222222222222;
    top: 45%;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-size: cover !important;
    background: url(loading.gif) no-repeat;
}

.lightbox-multi-gallery {
    min-width: 100%;
}

.hero_title h1 {
    line-height: 3.8rem;

    background: var(--bggradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grid {
    display: grid;
}

.grid_custom_2 {
    grid-template-columns: 1fr 1fr;
}

.grid_custom_3 {
    grid-template-columns: 1fr 1fr 1fr;
}

h2.custom_title span {
    display: block;
}

h2.custom_title span:last-child {
    font-size: 16px;
    line-height: 30px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.items {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    align-items: center;
    cursor: pointer;
}

.item_title a {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.3rem;
}

.item_title:hover a {
    color: var(--white);
    font-weight: bold;
}


.wraplist.grid {
    margin-top: 30px;
}

.items:hover .number {
    background: pink;
    transition: all 500ms;
}

.number {
    transition: all 500ms;
    background: var(--green);
    border-radius: 99px;
    min-width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 2.1rem;
}


.absolute_bottom {
    bottom: 15px;
    width: 60px !important;
    height: 60px !important;
    left: 50%;
    transform: translateX(-50%);
}

.icon-inner {
    position: relative;
}

.icon-box.active .icon-inner:after {
    content: '';
    position: absolute;
    left: -17px;
    right: 0;
    top: -9px;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(https://thaodien.phongmy.net/wp-content/uploads/2025/04/Vector.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}


.icon-box .icon-inner:after {
    content: '';
    position: absolute;
    left: -17px;
    right: 0;
    top: -9px;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(https://thaodien.phongmy.net/wp-content/uploads/2025/04/Vector_normal.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}


.icon-inner svg {
    color: #fff;
}

.icon-inner:hover svg {
    transform: scale(1.2);
    cursor: pointer;
}

.icon-box-text {
    padding-top: 10px;
}

.icon-box-text * {
    color: #24262b;
    line-height: 1.4rem;
}


.icon-box {
    transition: all 500ms;
    background: #ddd;
    z-index: 1;
    position: relative;
    border-radius: 15px;
    padding: 20px 15px 15px 15px;
    border: 1px solid #ddd;
}

.icon-box:hover {
    background: #3d3838a1;
    cursor: pointer;
    z-index: 9999;
    position: relative;
    border: 1px solid #484545;
    box-shadow: 0px 0px 8px 0px #524848;

}

.icon-box:hover .icon-box-text * {
    color: var(--white);
}

.icon-box:hover .icon-inner:after {
    background: url(https://thaodien.phongmy.net/wp-content/uploads/2025/04/Vector.svg) no-repeat;
    transition: all 500ms;
}

.popupdata {
    background: #d6d6d6;
    width: 70%;
    position: fixed;
    z-index: 1111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}


/*.popupdata {*/
/*    background: #d6d6d6;*/
/*    width: 70%;*/
/*    position: fixed;*/
/*    z-index: 1111;*/
/*    top: 15%;*/
/*    border-radius: 15px;*/
/*}*/

span.closebtn {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 99px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fcfcfc;
    cursor: pointer;
}

.popupdata .content_ajax {
    padding: 15px;
}

.ajax_title {
    color: var(--black);
    font-weight: bold;
    font-size: 1.3rem;
}

.gallery_ajax img {
    border-radius: 15px;
}

.wrap_duong {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.wrap_duong h2 {
    color: var(--white);
    font-weight: normal;
    text-align: center;
}

span.select2-selection.select2-selection--single {
    border-radius: 10px;
}

.select2-container {
    max-width: 100% !important;
}

.copyright-footer{
	text-align: left;
}

@media only screen and (max-width: 48em) {

    /*.mfp-arrow-left:after {*/
    /*    margin-left: 15px;*/
    /*}*/

    .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
        margin-top: 0;
    }

    .lightbox-multi-gallery .flickity-prev-next-button {
        width: 40px !important;
    }

    .lightbox-multi-gallery .flickity-viewport {
        height: 250px !important;
    }

    .popupdata {
        width: 92%;
    }

    .number {
        min-width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 11px;
    }

    .item_title a {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .grid_custom_3 {
        gap: 5px;
        grid-template-columns: 1fr 1fr;
    }

    .items {
        line-height: 18px;
    }

    .hero_title h1 {
        font-size: 2.6rem;
        line-height: 3rem;
    }

    .hero_title h1 br {
        display: none;
    }

    .banner h2 {
        font-size: 1.8rem;
    }

}