/*
Theme Name: Bất động sản
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Be Vietnam Pro - Optimized (đường dẫn tuyệt đối) */

/* Regular - 400 */
@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('/wp-content/themes/bat-dong-san/assets/fonts/BeVietnamPro-Regular.woff2') format('woff2'),
         url('/wp-content/themes/bat-dong-san/assets/fonts/BeVietnamPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium - 500 */
@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('/wp-content/themes/bat-dong-san/assets/fonts/BeVietnamPro-Medium.woff2') format('woff2'),
         url('/wp-content/themes/bat-dong-san/assets/fonts/BeVietnamPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SemiBold - 600 */
@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('/wp-content/themes/bat-dong-san/assets/fonts/BeVietnamPro-SemiBold.woff2') format('woff2'),
         url('/wp-content/themes/bat-dong-san/assets/fonts/BeVietnamPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold - 700 */
@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('/wp-content/themes/bat-dong-san/assets/fonts/BeVietnamPro-Bold.woff2') format('woff2'),
         url('/wp-content/themes/bat-dong-san/assets/fonts/BeVietnamPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.accordion .toggle i.icon-angle-down {
    display: none !important;
}
.accordion .toggle::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: no-repeat center/contain;
    
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M19 11H13V5h-2v6H5v2h6v6h2v-6h6z'/></svg>");
}
.accordion .accordion-title[aria-expanded="true"] .toggle::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M19 11H5v2h14z'/></svg>");
}
.accordion .toggle::before {
    transition: 0.3s;
}

.accordion .accordion-title[aria-expanded="true"] .toggle::before {
    transform: rotate(180deg);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}