:root {
    --yellow-800: #997404;
    --yellow: #b98c04;
    --dark: #212529;
}

@font-face {
    font-family: RobotoRegular;
    src: url(font/Roboto-Regular.ttf);
}

.logo {
    margin-top: -8px;
}

.text-body {
    font-family: "RobotoRegular", serif;
}

.text-menu {
    font-family: "RobotoRegular";
    font-weight: 400;
    font-size: 1.2rem;
}

body::before {
    display: block;
    content: '';
    height: 60px;
}

#map {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.padB-5 {
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .news-input {
        width: 50%;
    }
}

body {
    font-family: 'Noto Serif', serif;
}

.footer {
    background: #ddd;
}

p {
    text-align: justify;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.navbar {
    border-bottom: 2px solid #ccc;
}

.scroll {
    position: fixed;
    bottom: 5px;
    right: 5px;

}

.hid {
    display: none;
}


#btnAction>button {
    margin: .25rem .5rem;
}

.text-yellow-800 {
    /*color: #055160 !important;*/
    color: var(--yellow-800) !important;
}

.text-yellow {
    /*color: #055160 !important;*/
    color: var(--yellow) !important;
}

.text-gray-800 {
    color: #343a40 !important;
}

.text-gray-700 {
    color: #495057 !important;
}

.text-gray-600 {
    color: #6c757d !important;

}

.text-yellow-800 {
    color: var(--yellow-800) !important;
}

.text-yellow {
    color: var(--yellow) !important;
}

.bg-yellow-800 {
    background-color: var(--yellow-800) !important;
}

.text-none-hover {
    text-decoration: none;
}

.text-section {
    color: var(--dark);
    text-decoration: none;
    font-size: 1.15rem;
}

a.text-section:hover {
    text-decoration: underline;
    color: var(--yellow);
}

.fs-menu {
    font-size: 1rem;
}

.fs-section {
    font-size: 1.3rem;
}

/* Default button with gray */
.default-outline {
    border-color: var(--yellow);
    background-color: var(--yellow);
    color: #fff;
}

.default-outline:hover {
    border-color: var(--yellow-800);
    background-color: var(--yellow-800);
    color: #fff;
}

/* Default button with gray */
.btn-default-outline {
    border-color: var(--yellow);
    color: #000;
}

.btn-default-outline:hover {
    border-color: var(--yellow-800);
    background-color: var(--yellow-800);
    color: #fff;
}

#gotop {
    display: inline-block;
    background-color: rgba(185, 140, 4, 0.7);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0.5;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

#gotop::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#gotop:hover {
    cursor: pointer;
    background-color: rgba(50, 50, 50, 0.5);
}

#gotop:active {
    background-color: #555;
}

#gotop.show {
    opacity: 1;
    visibility: visible;
}

.bg-contact {
    background-image: url("images/background-lotus.jpg");
    background-repeat: no-repeat;
}

/*Menu*/
.nav-item:hover a {
    color: var(--yellow) !important;
}

/* 
.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--yellow);
    transition: width .3s;
}

.nav-item:hover::after {
    width: 100%;
    transition: width .3s;
} */

.navbar {
    border-bottom: 2px solid var(--yellow);
}

.nav-link.active {
    color: var(--yellow) !important;
}

/*Kinh*/
.card:hover {
    border: 1px solid var(--yellow);
}

/*Muc luc*/
.list-group-classic li {
    border: none !important;
    background: none;
}   

.address
{
    font-size: 1rem;
}

.align-item-left
{
    align-items: left !important;
}