/*
Theme Name: Flatsome Child
Template: flatsome
Version:              1.9
*/

:root {
    --color-main: #764C29;
/*     --color-two: #6A994E; */
	--color-two: #764c29;
    --color-three: #696565;

}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-Neusa/Montserrat-Medium.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('/wp-content/themes/flatsome-child/fonts/PlayfairDisplay-Regular.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;

}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Montserrat', sans-serif !important; */
    /* color: var(--color-two)!important; */
}

body {
    color: #333;
}
h5{
    color: #000;
}
strong{
    font-weight: bolder;
    color: #000;
}
.post-title a{
    color: #710901;;
}
.post-title a:hover{
    color: red;
}
.copyright-footer strong{
color: #fff;
}

div#comments {
    display: none;
}

.custom-breadcrumb {
    font-size: 16px; /* Tùy chỉnh kích thước */
    color: #555;
    font-weight: 400;
}

.custom-breadcrumb a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
}

.custom-breadcrumb a:hover {
    color: #000;
}

.custom-breadcrumb .separator {
    margin: 0 5px;
    color: #999;
}

.custom-breadcrumb span {
    color: #777; 
}
.breadcrumb-banner .page-title{
    font-size:36px;
}