:root {
  --primary: #51351a;
  --secondary: #b49651;
  --light: #f3f3f3;
  --dark: #b6b7b7;
  --color-text: #b3b3b3;
}


@charset "utf-8";

html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    margin: 0px auto;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    padding: 0px;
    list-style: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex-center {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
}
.clr {clear: both;}

img {
    max-width: 100%;
}

p {
    line-height: 1.6;
    color: #4d4d4d;
}
h1, h2 {
    font-weight: 500;
    margin-bottom: 25px;
}
p.sub_title {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-right: 50px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.breadcrumb {
    background: url(../images/background-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}
.breadcrumb h2 {
    color: #60532d;
    font-size: 60px;
    text-align: center;
    margin: 0;
}

p.short-title {
    color: #000;
}

/*======== Popup ==========*/
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup {
    max-width: 600px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.popup-content {
    text-align: center;
}

.popup .close {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    transition: all .3s ease;
}
.popup .close:hover {
    background: #333;
    color: #fff;
}

.popup #emailInput {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.popup button {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}



/*============ MAIN ============*/
.evan_banner {
    background: #fff;
    padding: 30px 0 50px 0;
}

.evan_banner .banner img {
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px; 
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;  
}
.evan_banner .item-banner {
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}
.evan_banner .banner-img {
    width: 50%;
    margin-left: auto;
}
.evan_banner .banner-title {
    width: 50%;
    padding-right: 50px;
}
.evan_banner .banner-title h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 62px;
    color: var(--primary);
}
.evan_banner .banner-title p {
    font-size: 20px;
}

.evan_banner .owl-prev,
.evan_banner .owl-next {
    opacity: 1 !important;
    font-size: 90px !important;
    background: none;
    border: none;
    color: var(--primary);
}
.evan_banner .owl-prev:hover,
.evan_banner .owl-next:hover {
    color: var(--secondary);
}

.evan_about {
    background: #f8f4dc;
    padding: 50px 0;
}
.evan_about .col {
    width: 50%;
}
.evan_about .about-img img {
    border-radius: 20px;
}
.evan_about .about-txt {
    padding-left: 50px;
}
.evan_about .about-txt h2 {
    color: var(--primary);
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 25px;
}
.evan_about p {
    font-size: 18px;
    line-height: 28px;
}
.evan_about a.btn {
    display: block;
    padding: 12px 20px;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700 !important;
    color: white;
    background: var(--primary);
    transition: .3s;
    border-radius: 8px;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}
.evan_about a.btn:hover {
    background: var(--secondary);
}

.evan_specialties {
    background: #fff;
    padding: 50px 0;
}
.evan_specialties .row {
    margin: 0 -10px;
}
.evan_specialties h2 {
    color: var(--primary);
    text-align: center;
    font-size:40px;
}
.evan_specialties .box {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;   
}
.evan_specialties .box img {
    border-radius: 20px;
    transition: all .4s ease;
}
.evan_specialties .box:hover img {
    transform: scale(1.1);
}

.evan_specialties .list-social {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    padding-top: 100px;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.evan_specialties .box:hover .list-social {
    background: rgba(45, 45, 45, .5);
    opacity: 1;
    visibility: visible;
    padding-top: 0;
}
.evan_specialties .list-social a {
    position: relative;
    margin: 6px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: var(--primary);
    background: #fff;
    font-size: 22px;
    transition: all .3s ease;
}
.evan_specialties .list-social a:hover {
    background: var(--secondary);
    color: #fff;
}

.evan_about.page .row {
    align-items: center;
}
.evan_about.page .about-txt {
    width: 65%;
    padding-left: 0;
    padding-right: 20px;
}
.evan_about.page .about-img {
    width: 35%;
}
.evan_about.page .about-img img {
    border-radius: 100%;
}

.evan_specialties.gallery .row {
    margin: 0;
}
.evan_specialties.gallery .box {
    width: 100%;
    margin: 0;
    position: relative;
    background: none;
    padding: 0;
}
.evan_specialties.gallery .box img {
    border-radius: 10px;
}
.evan_specialties.gallery .owl-prev,
.evan_specialties.gallery .owl-next {
    opacity: 1 !important;
    font-size: 90px !important;
    background: none;
    border: none;
    color: var(--primary);
}
.evan_specialties.gallery .owl-prev {
    left: -7%;
}
.evan_specialties.gallery .owl-next {
    right: -7%;
}


.evan_specialties.page {
    background: #f8f4dc;
}
.evan_specialties.page .list-social {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    padding-top: 100px;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.evan_specialties.page .box {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    position: relative;
    background: none;
    padding: 0;
}
.evan_specialties.page .box img {
    border-radius: 10px;
}


.evan_service.page {
    padding: 50px 0;
    background: #fff;
    color: #fff;
}
.evan_service.page > .row {
    border-bottom: solid 1px #ddd;
}
.evan_service.page .col-img {
    width: 25%;
}
.evan_service.page .col-detail {
    width: 75%;
    padding-left: 30px;
}
.evan_service.page .col-detail h2 {
    font-size:40px;
    color: var(--primary);
}
.evan_service.page .col-detail .row {
    margin: 0 -20px;
}
.evan_service.page .service_item {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 20px;
}
.evan_service.page .item {
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #b9b9b9;
}
.evan_service.page h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.evan_service.page .service_item p {
    color: #333;
    font-size: 18px;
}
.evan_service.page .service_item p.name {
    width: 80%;
    font-weight: 500;
    padding-right: 40px;
}
.evan_service.page .service_item p.gia {
    width: 20%;
    color: var(--primary);
    font-weight: bold;
    align-items: center;
}
.evan_service.page p.note {
    width: 100%;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    display: block;
    text-align: justify;
    padding-top: 5px;
}
.line-dash {
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 0.5px;
    width: 100%;
    margin: 40px 0;
}


.evan_contact.page {
    background: #fff;
    padding: 50px 0 0 0;
}
.evan_contact.page .contact-item {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    text-align: center;
    color: #fff;
}
.evan_contact.page .contact-item h3 {
    font-size: 22px;
    margin: 15px 0;
    color: #000;
}
.evan_contact.page .contact-item a {
    color: #000;
}
.evan_contact.page .contact-item a:hover {
    color: var(--secondary);
}
.evan_contact.page .contact-item i {
    width: 50px;
    display: block;
    height: 50px;
    border-radius: 100%;
    background: var(--primary);
    color: #fff;
    line-height: 50px;
    margin: 0 auto;
}


/*============ FOOTER ============*/
footer {
    background: #f8f4dc;
    padding: 50px 0 0 0;
}
footer .row {
    margin: 0 -10px;
}
footer .col {
    padding: 0 10px;
}
footer .col-info {
    width: 40%;
}
footer .col-hr {
    width: 35%;
}
footer .col-link {
    width: 25%;
}
footer h2 {
    border-bottom: 2px solid var(--secondary);
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #000;
    font-size: 25px;
}
footer ul {
    padding-top: 10px;
}
footer ul li {
    margin: 10px 0;
    line-height: 1.6;
    color: #333;
}
footer ul li a {
    font-size: 15px;
    color: #333;
    padding-left: 5px;
}
footer ul li:hover a,
footer ul li:hover i,
footer ul li a.active {
    color: #b49651;
}
footer ul li span {
    display: inline-block;
}
footer .list-social {
    display: flex;
    flex-direction: row;
}
footer .list-social li {
    margin: 0;
}
footer .list-social a {
    position: relative;
    margin: 6px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: var(--secondary);
    border: solid 1px var(--secondary);
    font-size: 22px;
    transition: all .3s ease;
    padding: 0;
}
footer .list-social a:hover {
    background: var(--secondary);
}
footer .list-social a:hover i {
    color: #fff;
}
.footer-end {
    background: var(--primary);
    padding: 20px 0;
    margin-top: 20px;
}
.footer-end p {
    color: #fff;
    text-align: center;
}
.footer-end a {
    color: var(--secondary);
}


.footer_top,
.footer_bottom {
    padding: 50px 0;
    background: #e8e8e8;
}
.footer_top .row,
.footer_mid .row  {
    margin: 0 -20px;
}
.footer_top .ft_top_left,
.footer_top .ft_top_right {
    width: 50%;
    padding: 0 20px;
}
.footer_mid {
    background: #fff;
    padding: 30px 0;
}
.footer_mid .ft_mid_col {
    width: 25%;
    padding: 0 20px;
}
.footer_bottom ul li {
    margin: 5px 0;
}
.footer_bottom .ft_bottom_right {justify-content: flex-end;}
.footer_bottom .ft_bottom_left {
    width: 75%
}
.footer_bottom .ft_logo_right {
    width: 45%;
}
.footer_bottom .ft_bottom_right,
.footer_bottom .ft_logo_left {
    width: 24%;
}

footer .logo-footer {
    display: block;
    max-width: 30%;
}

#back-top {
  display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: solid 2px var(--primary);
}
#back-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
    line-height: 35px;
    color: var(--primary);
  font-size: 20px;
}
#back-top:hover:after {
  cursor: pointer;
  color: #fff;
}
#back-top:active,
#back-top:hover {
  background: var(--primary);
}
#back-top.show {
  opacity: 1;
  visibility: visible;
}

/*============= HEADER =============*/
.header {
    background: #51351a;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    padding: 10px 0;
    position: relative;
    z-index: 99;
    transition: all .3s ease;
}
.header .navbar {
    align-items: center;
    position: relative;
    justify-content: space-between;
    transition: all .3s ease;
}
.header .logo {
    width: 10%;
    transition: all .3s ease;
}
.header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    padding: 5px 0;
}
.header.fixed .logo {
    width: 7%;
}


.navbar-nav {
    width: 85%;
    justify-content: flex-end;
}
.navbar-nav li {
    padding: 25px 0;
    position: relative;
    list-style: none;
}
.navbar-nav a {
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
}
.header .navbar a.navbar-toggler {
    width: 50px;
    height: 40px;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    border: none;
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 40px;
    color: #333;
}
.navbar-nav li:last-child a {
    padding-right: 0;
    transition: all .2s ease;
}
.navbar-nav li a:hover,
.navbar-nav li a.active {
    color: var(--secondary);
}

/*======= Hotline Chân trang ========*/
.contact-hotline {
    background: #dd1b5c;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
}
.contact-hotline .hotline {
    width: 33%;
    padding: 15px 20px;
    justify-content: center;
}
.contact-hotline .hotline_mid {
    border-right: solid 2px #fff;
    border-left: solid 2px #fff;
}
.contact-hotline ul li {
    font-size: 15px;
}
.contact-hotline ul li,
.contact-hotline ul li a {
    color: #fff;
}
.contact-hotline ul li a {
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
}