*,
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: 400;
}

.wrapper {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 15px;
    line-height: 38px;
    font-weight: 600;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 27px;
}

h6 {
    font-size: 26px;
}

p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 28px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #F8B259;
}

a strong:hover {
    color: #C75D2C;
}

strong {
    font-weight: 600;
}

.bg-1 {
    background: #F8B259;
}

.bg-2 {
    background: #F3E9DC;
}

.ptb-40 {
    padding: 40px 0px;
}

.ptb-40 ul {
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ptb-40 ul li {
    padding-bottom: 15px;
    line-height: 28px;
    list-style: square;
}
.ptb-40 iframe{
    width: 100%;
    height: 300px;
    margin-top: 10px;
}

.container {
    width: 85%;
    margin: 0px auto;
    display: grid;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

header {
    background: #D96F32;
    padding: 5px 0px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

aside a {
    display: block;
    padding-top: 7px;
}

aside a img {
    max-width: 200px;
    display: block;
}

nav ul {
    padding: 10px 0px;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    display: block;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

nav ul li a.active,
nav ul li a:hover {
    color: #000;
    border-bottom: 2px solid #000;
}

.banner-set img {
    width: 100%;
    display: block;
    height: 450px;
}

.profile-main h4 {
    margin-bottom: 20px;
}

.profile-box {
    align-items: center;
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.profile-box .profile-img {
    width: 20%;
}

.profile-box .profile-img img {
    width: 100%;
    height: 200px;
    border-radius: 100px;
}

.profile-box .profile-cont {
    width: 78%;
}

.profile-box .profile-cont span {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.profile-box .profile-cont p {
    color: #555;
}

.profile-box .profile-cont a {
    background: #4CAF50;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
}

.profile-box .profile-cont a.btn-2 {
    margin-left: 10px;
    background: #25D366;
}

.vd-set video {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

td,
th {
    border: 1px solid #444;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.caty-main .caty-box {
    position: relative;
    width: 24%;
    border: 3px solid #C75D2C;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.caty-main .caty-box:hover img {
    transform: scale(1.07);
}

.caty-main .caty-box img {
    width: 100%;
    height: 350px;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.caty-main .caty-box .span-set {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background: linear-gradient(rgb(165 138 118 / 44%) 45.95%, rgb(223 115 10) 89.32% 89.32%);
}

.caty-main .caty-box .span-set span {
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 10px 10px;
}

.hotel-set ul {
    display: ruby;
}

.hotel-set ul li {
    list-style: none;
}

.hotel-set ul li a {
    display: block;
    padding: 10px 20px;
    background: #C75D2C;
    color: #fff;
    border-bottom: 2px solid #000;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-decoration: none;
    margin-bottom: 10px;
}

.faq-main h4 {
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-question {
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background: #d96f32;
    padding: 10px 10px;
    color: #fff;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 1%;
}

.faq-question.active::after {
    content: '-';
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border: 1px solid #d96f32;
    padding: 0px 10px;
}

.faq-answer.open {
    max-height: 500px;
    padding: 7px 10px;
}

.footer-location {
    background: #F8B259;
}

.footer-location h4 {
    margin-bottom: 30px;
}
.footer-location ul{
    padding-left: 0px;
}
.footer-location ul li {
    list-style: none;
    margin-bottom: 10px;
    width: 24%;
    padding-bottom: 0px;
}

.footer-location ul li a {
    display: block;
    padding: 10px 20px;
    background: #C75D2C;
    color: #fff;
    border-bottom: 2px solid #000;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-decoration: none;
}

footer {
    background: #000;
    padding: 20px 0px;
}

footer .set-icon {
    margin-bottom: 10px;
}

footer .set-icon img {
    max-width: 50px;
    height: 50px;
    margin: 0px 5px;
}

footer ul li {
    list-style: none;
    padding-bottom: 10px;
}

footer ul li a {
    display: block;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

footer p {
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

footer p a {
    font-weight: 600;
}

.call-btn {
    position: fixed;
    bottom: 5%;
    right: 2%;
}

.call-btn a {
    text-decoration: none;
    display: block;
    margin: 10px 0px;
}

.call-btn a img {
    max-width: 60px;
    height: 60px;
}

.hamburger {
    cursor: pointer;
    margin-top: 20px;
    width: 40px;
    display: none;
    border: 1px solid #fff;
    padding: 2px 10px;
}

.hamburger span {
    background: #fff;
    height: 3px;
    width: 100%;
    margin: 7px 0;
    border-radius: 2px;
    display: block;
}

.test-main .test-box {
    width: 32%;
    border: 2px solid #C75D2C;
    padding: 20px 0px;
    margin-bottom: 20px;
    background: #fff;
}

.test-main .test-box img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0px auto;
    display: block;
    margin-bottom: 20px;
}

.test-main .test-box span {
    display: block;
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.test-main .test-box p {
    text-align: center;
    padding: 0px 20px;
}


@media only screen and (max-width:1100px) {
    .container {
        width: 90%;
    }

    .caty-main .caty-box img {
        height: 250px;
    }

    .footer-location ul li {
        width: 33%;
    }

    .profile-box .profile-img img {
        height: 170px;
    }
}

@media only screen and (max-width:991px) {
    .hamburger {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 88px;
        left: 0;
        width: 100%;
        flex-direction: column;
        display: none;
        z-index: 999;
        background: #d96f32;
        border-top: 1px solid #fff;
    }

    .nav-links.show {
        display: flex;
    }

    aside a img {
        max-width: 300px;
        height: 70px;
    }

    nav ul {
        padding: 0px 0px;
    }

    nav ul li a.active,
    nav ul li a:hover {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    nav ul li a {
        padding: 20px 20px;
        font-size: 18px;
        border-bottom: 1px solid #fff;
    }

}

@media only screen and (max-width:768px) {
    .caty-main .caty-box {
        width: 48%;
    }

    .footer-location ul li {
        width: 49%;
    }

    .caty-main .caty-box img {
        height: 400px;
    }

    .profile-box .profile-cont,
    .profile-box .profile-img {
        width: 100%;
        text-align: center;
    }

    .profile-box .profile-img {
        margin-bottom: 10px;
    }

    .profile-box .profile-img img {
        width: 200px;
        height: 190px;
        margin: 0px auto;
    }

    .banner-set img {
        height: 300px;
    }

    .profile-box {
        padding: 20px 40px;
    }

    .profile-box .profile-cont p {
        text-align: center;
    }
}

@media only screen and (max-width:600px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 25px;
    }

    h6 {
        font-size: 24px;
    }

    p {
        font-size: 15px;
    }

    aside a img {
        max-width: 200px;
        height: 50px;
    }

    .hamburger {
        margin-top: 12px;
        padding: 0px 5px;
        width: 30px;
    }

    .banner-set img {
        height: 200px;
    }

    .profile-box .profile-cont span {
        font-size: 20px;
    }

    nav ul li a {
        padding: 10px 20px;
        font-size: 15px;
    }

    .nav-links {
        top: 66px;
    }

    .caty-main .caty-box img {
        height: 300px;
    }

    .faq-question {
        line-height: 25px;
    }

    .faq-question::after {
        right: 2%;
        bottom: 30%;
    }
}

@media only screen and (max-width:580px) {

    .footer-location ul li {
        width: 100%;
    }

    .footer-location h4 {
        margin-bottom: 20px;
        color: #fff;
        line-height: 33px;
    }

    footer ul {
        padding-bottom: 10px;
    }

    footer ul li {
        padding-bottom: 0px;
    }

    footer ul li a {
        padding: 7px 13px;
        font-size: 14px;
    }

    footer .set-icon img {
        max-width: 40px;
        height: 40px;
    }

    .call-btn a img {
        max-width: 50px;
        height: 50px;
    }

    .caty-main .caty-box img {
        height: 250px;
    }

    .caty-main .caty-box .span-set span {
        font-size: 15px;
    }

    .profile-box .profile-img img {
        width: 150px;
        height: 140px;
    }
}

@media only screen and (max-width:480px) {
    .caty-main .caty-box {
        width: 100%;
    }

    .caty-main .caty-box img {
        height: 350px;
    }
}
