@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Helvetica' !important;
    font-weight: normal;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #535353 !important;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Helvetica' !important;
}

.btn {
    font-family: 'Helvetica' !important;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Helvetica' !important;
    font-weight: 700;
    color: var(--bs-dark-text-emphasis);
}

/*-----------------------------slide--------------------------------*/
.super_container1 {
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

.room-section1 {
    padding: 250px 0 100px;
    width: 100%;
    height: 95vh;
    top: 0;
    left: 0;
    background: linear-gradient(182deg, rgb(11 11 11 / 20%) 0%, #0000008c 72%);
    display: flex;
    align-items: center;
}

.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.slider-text h1 span {
    color: #bd893b;
}

.slider-text p {
    font-weight: 400;
    color: #fff;
}

.btn.btn-primary {
    background: #0792b2;
    border: 1px solid #0792b2 !important;
    color: #fff !important;
}

.btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #000000 !important;
}

/*--------------------------------------------------------------
# index
--------------------------------------------------------------*/
.about-section {
    position: relative;
    padding: 120px 0 23px;
}

.about-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 710px;
    height: 544px;
    background-image: url(../images/home/pattern.png);
}

.sec-title .sub-title::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(../images/home/before.png);
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.about-section .content-column .inner-column {
    position: relative;
}

.about-section .content-column .sec-title {
    margin-bottom: 45px;
}

.sec-title {
    position: relative;
    margin-bottom: 49px;
}

.sec-title .sub-title {
    position: relative;
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 14px;
    letter-spacing: 7.8px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 42px;
    color: #222222;
    margin-bottom: 0;
    z-index: 2;
}

.about-section .content-column .sec-title .text {
    margin-top: 35px;
}

.about-section .content-column .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-section .content-column .btn-box .theme-btn {
    margin-right: 42px;
    border: 0;
    background-color: #aa8453;
    color: #ffffff;
    text-transform: uppercase;
    padding: 17px 42px 18px;
}

.about-section .content-column .btn-box .theme-btn:before {
    background: #000;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background-color: var(--bg-theme-color1);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.contact-info {
    position: relative;
    padding-left: 72px;
    top: -2px;
}

.contact-info .icon-box {
    position: absolute;
    left: 0;
    top: 6px;
}

.contact-info .icon-box i {
    color: #aa8453;
    font-size: 48px;
}

.contact-info span {
    text-transform: uppercase;
}

.contact-info .title {
    margin-bottom: 0;
    margin-top: -2px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 20px;
    padding-bottom: 82px;
}

.about-section .image-column .image-1 {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 0px;
}

.overlay-anim:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.about-section .image-column .image-1 img {
    width: 100%;
}

.about-section .image-column .image-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 30px;
    height: 250px;
    background-color: #e6e9f0;
}

.about-section .image-column .image-2 {
    position: absolute;
    right: 18px;
    bottom: 41px;
    margin-bottom: 0;
    border: 15px solid #ffffff;
    overflow: hidden;
}

.about-section .image-column .image-4 {
    position: absolute;
    bottom: 65px;
    left: -97px;
    z-index: -1;
}

.about-section .image-column .image-5 {
    position: absolute;
    bottom: 30px;
    left: -70px;
    z-index: -1;
}

.overlay-anim:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.aboutus-pages .about-introduce .intro_detail {
    padding-bottom: 70px;
}

.aboutus-pages .about-introduce .intro_detail .info-intro .title_intro {
    font-size: 40px;
    color: var(--bs-dark-text);
    font-weight: 500;
    line-height: 43px;
    font-style: normal;
    position: relative;
    margin-bottom: 20px;
}

.aboutus-pages .about-introduce .intro_detail .info-intro .des_intro {
    font-size: 12px;
    color: #aa8453;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3.2px;
}

.aboutus-pages .about-introduce .intro_detail .info-intro .des_intro:before {
    display: inline-block;
    content: "";
    width: 45px;
    height: 2px;
    background: #aa8453;
    margin-right: 18px;
    position: relative;
    top: -3px;
}

.aboutus-pages .about-introduce .intro_detail .info-intro .content_intro p {
    line-height: 1.6;
    font-size: 16.5px;
    color: var(--bs-dark-text1);
    font-weight: 400;
}

.services .icon {
    line-height: 1.3;
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    border-radius: 50%;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}

.services .icon:before {
    position: absolute;
    top: 20%;
    left: 50%;
    bottom: 0;
    right: 0;
    content: '';
    background: #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 40px;
    height: 40px;
}

.services .icon span {
    font-size: 60px;
    color: #000000;
}

.services .media-body h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}

.services-2 .icon {
    line-height: 1.3;
    position: relative;
    width: 74px;
    height: 74px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    margin-top: 0;
}

.services-2 .icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
    content: '';
    background: #fff0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 40px;
    height: 40px;
}

.services-2 .icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    border: 2px dotted #b3b3b3;
    border-bottom: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 74px;
    height: 74px;
}

.services-2 .text {
    margin-left: 2em;
}

.services-2 h3 {
    font-size: 20px;
    font-weight: 700;
}

.services-2:nth-child(1) {
        border-right: 1px solid #e4e4e4;
}

.services-2:nth-child(2) {
        border-right: 1px solid #e4e4e4;
    color: #fff;
}

.services-2:nth-child(3) {

}

.services-2:nth-child(2) .icon:after {
    border-color: #3431384f !important;
}


.services-2:nth-child(3) .icon:before {
    background: rgba(255, 255, 255, 0.1) !important;
}

.text p{
    color: #535353;
}
.news-section {
    position: relative;
    padding: 120px 0 90px;
}

.news-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 713px;
    height: 544px;
    background-image: url(../images/home/bg-shape.png);
    background-repeat: no-repeat;
}



.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image-box {
    position: relative;
}

.news-block .inner-box .image-box .image {
    overflow: hidden;
}

figure.image {
    margin-bottom: 0;
}

.news-block .inner-box .image-box .image img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-block .inner-box .image-box .date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    height: 67px;
    width: 45px;
    background-color: #222222;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding-top: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-block .inner-box .image-box .date small {
    font-size: 24px;
    margin-top: -4px;
    display: inline-block;
}

.news-block .inner-box .content-box {
    background-color: #fff;
    padding: 21px 0px 21px 30px;
    margin-left: 0px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-block .inner-box .content-box .title {
    color: #222222;
    margin-bottom: 12px;
}

.news-block .inner-box .content-box .read-more:hover {
    color: #fff;
}

.news-block .inner-box .content-box .read-more {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: var(--theme-color-dark);
    background-color: #f8f5f0;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--text-font2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.news-block .inner-box .content-box .read-more i {
    position: relative;
    top: 0px;
    margin-left: 10px;
}

figure {
    margin: 0 0 1rem !important;
}

.news-block .inner-box:hover .image-box .date {
    bottom: 40px;
}

.news-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.title a {
    color: #000;
    font-weight: 400;
    font-size: smaller;
}









/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer_v1 .top-footer {
    background: var(--bs-text-foot);
}

.footer_v1 .top-footer {
    padding: 50px 0 40px;
}

.footer_v1 .top-footer .info_footer {
    margin-bottom: 20px;
}

.footer_v1 .top-footer .info_footer .content_footer {
    color: #000000;
}

.footer_v1 .top-footer .info_footer .content_footer {
    color: var(--bs-dark-text1);
    font-weight: 400;
    margin-top: 23px;
    font-size: 14px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.list-inline-item {
    display: inline-block;
}

.footer_v1 .top-footer .info_footer.end .list-icon ul li a {
    color: var(--bs-dark-text);
}

.footer_v1 .top-footer .info_footer.end .list-icon ul li a {
    display: inline-block;
    color: var(--bs-dark-text);
    font-size: 16px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}

.footer_v1 .top-footer .info_footer ul li a {
    color: var(--bs-dark-text);
}

.footer_v1 .top-footer .info_footer.end .list-icon ul li a i {
    position: relative;
    z-index: 1;
}

a.social-item i {
    margin: 0 !important;
    font-size: 20px;
    padding-right: 10px;
}

.footer_v1 .top-footer .info_footer h4 {
    color: var(--bs-dark-text);
}

.footer_v1 .top-footer .info_footer h4 {
    font-size: 18px;
    font-weight: 600;
}

.footer_v1 .top-footer .info_footer .title_border:after {
    background-color: #fff0;
}

.footer_v1 .top-footer .info_footer .title_border:after {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    margin-top: 20px;
    background-color: #fff0;
}

.footer_v1 .top-footer .info_footer ul li a {
    color: #000000;
}

.footer_v1 .top-footer .info_footer ul li a {
    font-weight: 400;
    line-height: 34px;
    color: var(--bs-dark-text1);
    text-decoration: none;
    transition: all .25s ease-in-out;
    font-size: 15px;
}

.footer_v1 .copyright {
    background: var(--bs-text-foot);
}

.footer_v1 .copyright {
    border-top: 1px solid #eee;
    padding: 26px 0;
}

.footer_v1 .copyright .text-copyright {
    color: #000000;
}

.footer_v1 .copyright .text-copyright {
    color: var(--bs-dark-text);
    font-size: 14px;
}

.footer_v1 .copyright p {
    margin-bottom: 0;
}