﻿body {
    background-color: #F7E5CE;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

footer {
    background-color: #000000;
    color: #fff;
    padding: 15px 0;
}
footer a{
    color: #fff;
}
    footer a:hover {
        color: #ccc;
    }
.branding {
    background-color: #381414;
    min-height: 60px;
    padding: 10px 0;
    transition: 0.3s;
    border-bottom: 1px solid rgba(12, 11, 9, 0.61);
    color: #F7E5CE;
}


.branding a{
    color: #F7E5CE;
}


    .branding a:hover {
        color: #FFFFFF;
    }
.navtop .img-wrapper, footer .img-wrapper {
    display: inline !important;
}

.menu .col-6 {
    margin-bottom: 20px;
}

.gallary img {
    margin-bottom: 20px;
    cursor: pointer;
}

    .gallary img:hover {
        transform: scale(1.1); /* 1.1 = 110% of original size */
    }
.section-medium {
    padding: 55px 0px;
}
.bg-lightgold {
    background-color: #D9C397; /* soft tan/light gold */
    color: #381414; /* rich contrast text */
    font-family: 'Georgia', 'Times New Roman', Times, serif;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.testimonial-four blockquote:hover::after, .section-arrow-primary-color.section-arrow--bottom-center:after {
    border-right-color: #B89F6F;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
    background-color: #B89F6F;
    border-right-color: #B89F6F;
    border-bottom-color: #B89F6F;
}

.section-arrow--bottom-center:after {
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    content: "";
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 30px;
    border-right: 1px solid #B89F6F;
    border-bottom: 1px solid #B89F6F;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #B89F6F;
}


.section-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0.45em;
    margin-bottom: 0.35em;
    color: #303133;
    font-family: Poppins;
    letter-spacing: -0.02em;
}

.section-sub-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: Poppins;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
    border-bottom-color: #D9C397;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
    background-color: #D9C397;
}

.special-heading.line span:before, .special-heading.line span:after, .footer.footer-minimal, .t-bordered {
    border-top-color: #D9C397;
}

.t-bordered {
    border-top: 1px solid #f2f6f8;
}

.section-primary {
    padding: 20px 0px;
}

section {
    position: relative;
}

.topinfo {
    padding-bottom: 3px;
}
.topinfo a{
    color: black;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    background-color: #F7E5CE; /* Adjust the color as needed */
}
.navbar-nav .nav-link:hover a {
    color: black!important; /* Adjust the color as needed */
}
.branding .navbar-nav a:hover {
    color: black;
}
.navbar .nav-link {
    position: relative;
    transition: .5s;
    z-index: 1;
}

    .navbar .nav-link:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        transform: scaleY(2);
        opacity: 0;
        transition: .3s;
    }

    .navbar .nav-link:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        opacity: 0;
        transition: .3s;
        z-index: -1;
    }

    .navbar .nav-link.dropdown-link:before, .navbar .nav-link.dropdown-link:after {
        border: none;
        width: auto;
        opacity: 1;
    }

.navbar .nav-link {
    border: 1px solid transparent;
}

    .navbar .nav-link.dropdown-link {
        border: 1px solid transparent;
        border-bottom: none;
        padding-top: 0.45rem;
        transition: 0s;
    }

.navbar .dropdown:hover .nav-link.dropdown-link {
    background-color: white; /* Adjust the color as needed */
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem 0.375rem 0 0px;
}

.navbar .dropdown:hover:after {
    content: "";
    background: white;
    width: calc(100% - 2px);
    margin-left: 1px;
    height: 10px;
    position: absolute;
    bottom: -4px;
    z-index: 1001;
}

.navbar .nav-link.dropdown-link:after {
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: relative;
    top: 0;
    right: 5px;
    width: 5px;
    opacity: 1;
    transform: scale(1);
}

.navbar .nav-link:hover:before {
    transform: scaleY(1);
    opacity: 1;
}

.navbar .nav-link:hover:after {
    transform: scaleY(1);
    opacity: 1;
}

.navbar li.active {
    background-color: #F7E5CE; /* Adjust the color as needed */
}


.navbar .active .nav-link:before {
    transform: scaleY(1);
    opacity: 1;
}

.navbar .active .nav-link:after {
    transform: scaleY(1);
    opacity: 1;
}

.navbar li.active a{
    color: black; /* Adjust the color as needed */
}


.dropdown:hover, .dropup:hover {
    background: white;
}

    .dropdown:hover .dropdown-menu, .dropup:hover .dropup-menu {
        display: block;
    }
footer .nav-link:focus, footer .nav-link:hover {
    color: #B89F6F!important;
}

footer ul {
    display: flex;
    list-style: none;
}

footer .footer-links li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #eaeaea;
}

    footer .footer-links li:first-child {
        padding-left: 0;
    }

    footer .footer-links li:last-child {
        padding-right: 0;
        border-right: none;
    }

/*    footer .footer-links .active {
    background: white;
    }*/
footer .footer-links .active a {
    color: #B89F6F !important;
}


footer .footer-links li {
    border: 1px solid transparent
}

.dropup-menu {
    display: none;
    position: absolute;
    bottom: 25px;
    left: -65px;
    background: white;
    padding: 10px 0;
    min-width: 240px;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}

    .dropup-menu a, .dropup-menu:hover a {
        color: #212529 !important
    }

    .dropup-menu li {
        display: block !important;
        padding: 5px !important;
    }

.dropup-item {
    padding: 15px 1rem !important;
}

.dropup li:hover {
    background-color: #f8f9fa; /*#0d6efd;*/
}

    .dropup li:hover a {
        color: #212529 !important;
    }

    .dropup li:hover:active {
        background-color: #0d6efd; /*#0d6efd;*/
    }

        .dropup li:hover:active a {
            color: #fff !important;
        }

.dropup:hover .dropup-link {
    color: #212529 !important;
}

.dropup:hover:before {
    content: "";
    background: white;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 20px;
    z-index: 1001;
    left: 0;
}

.dropup:hover {
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-top: none;
}

.dropup:hover {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.div-rounded {
    border-radius: 37px 37px 37px 37px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #38141475;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px ;
}
.div-2rounded {
    border-radius: 30px 0px 30px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #38141475;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px;
}

.khacbiet .col-md-4 {
margin-bottom:20px;
}





.elementor-divider {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}


.elementor-divider-separator {
    width: 18%;
    margin: 0 auto;
    border-top: 3px solid #7D5050;
}






.offcanvas {
    max-width: 80% !important;
}