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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
    /* --pri:#c9a058; */
    --pri:#500000;
    --black: #000;
    --white: #fff;
    /* --note: #efe3b8; */
    --note: #017bd1;
}
ul.header-nav li.menu-item.active a {
    color: var(--pri) !important;
}
.blog-post-inner .is-divider{
    display: none;
}
img.good_img {
    margin: 0 auto;
    display: block;
}
h5.post-title {
    color: var(--black);
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.footer_line1 img {
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
}

#footer *{
    color: var(--white);
}

.local.locationprice {
    opacity: 1;
    display: block;
    color: var(--black);
    font-size: 1.1em;
    line-height: 1.5em;
    letter-spacing: .05em;
}
.price{
    opacity: 1;
    display: block;
    color: var(--black);
    font-size: 1.1em;
    line-height: 1.5em;
    letter-spacing: .05em;
    color: red;
    font-weight: bold;
}
.luuy.locationprice{
    color: var(--note);
}
ul.header-nav li {
    margin: 0;
    padding: 0 30px;
}
div#logo a{
    font-size: 1.2em;
}
    div#logo {
    background: var(--pri);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.pagephu_1 a{
    font-weight: normal;
}

.wrap_h3 {
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.2em;
}
.wrap_h3 a:hover {
    color: var(--pri) !important;
}

nav.rank-math-breadcrumb * {
    color: var(--note);
}
.wrap_h3.large {
    font-size: 150%;
}
.wrap_h3 a {
    padding: 0 15px;
}
 
.notice_data p{
    padding: inherit !important;
    margin: inherit !important;
}

.notice_data p:last-child,
nav.rank-math-breadcrumb p:last-child {
    margin: 0;
}

.blog-wrapper {
    padding-top: 0;
}
.entry-header h1, .entry-header h6{
    margin: 0;
}
h1.page-title {
    color: #fff;
    font-size: 1.5em;
}
html{
/*     background: url(/wp-content/uploads/2024/11/bg_new.jpg) top center repeat; */
    background-color: #f1f1f1 !important;
    /* background-color: #ffa3b1 !important; */
    color: var(--black) !important;
}
#wrapper, #main,
.header-top {
    background-color: transparent !important;
}

.line {
    /* background-image: url(https://b1.666vip888.tw/images/line.png); */
    background-position: top center;
    width: 40px;
    height: 40px;
    margin: 0;
    background-size: cover;
    transition: all .3s;
}
.line:hover {
    /* background-image: url(https://b1.666vip888.tw/images/line.png); */
    background-position: bottom center;
    background-size: cover;
}

.header-button a.icon.primary.button.circle{
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/* .fotorama__fullscreen-icon {
    background: url('../img/bg.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 10 !important;
} */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.wrap_h3 {
    font-size: .8em;
    letter-spacing: .5px;
}

}