*,
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 15px;
    color: #fff;
}

ul li {
    color: #fff;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    margin-bottom: 15px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: #fff;
}

a strong {
    text-decoration: underline;
}

video,
img {
    display: -webkit-box;
}

a:hover strong {
    color: #f2530b;
}

.container {
    width: 85%;
    margin: 0px auto;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: end;
}

.justify-center {
    justify-content: center;
}

.ptb-40 {
    padding: 40px 0px;
}

.bg-1 {
    background: #242424;
}

.bg-2 {
    background: #000;
}

.banner-set video {
    width: 100%;
}

header {
    background: #000;
    border-bottom: 1px solid #f2530b;
    padding: 10px 0px;
    position: relative;
}

header aside {
    width: 25%;
}

header nav {
    width: 75%;
    display: contents;
}

header aside img {
    max-width: 200px;
}

header nav ul {
    padding: 9px 0px;
}

header nav ul li {
    list-style: none;
}

header nav ul li a {
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
}

header nav ul li a:hover {
    color: #f2530b;
}

.box-about {
    width: 60%;
    padding-top: 50px;
}

.set-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.set-content ul li {
    list-style: square;
    margin: 10px 10px;
    width: 40%;
    line-height: 25px;
}

.set-content ul li a {
    padding: 0px 2px;
    display: block;
}

.set-content ul li:hover a {
    color: #f2530b;
}

.box-about-img {
    width: 40%;
}

.box-about-img img {
    width: 100%;
}

.cont-box {
    width: 78%;
}

.loct-box {
    width: 20%;
}

.loct-box ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.loct-box ul li {
    list-style: none;
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.loct-box ul li a {
    display: block;
    background: #f2530b;
    padding: 5px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #fff;
}

.loct-box ul li a:hover {
    color: #fff;
}

.about-set {
    background: url(../images/bg-img.png);
    background-position: center;
    background-size: cover;
}

.profile-box {
    width: 24%;
    margin-bottom: 20px;
    background: #000;
    border-radius: 15px;
    padding-bottom: 20px;
    cursor: pointer;
}

.profile-box:hover {
    background: #f2530b;
    box-shadow: 4px 4px 8px rgb(255 255 255 / 44%);
}

.profile-box img {
    width: 100%;
    border-bottom: 2px solid #f2530b;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.profile-box span {
    display: block;
    color: #00b605;
    padding: 10px 20px;
    font-size: 14px;
}

.profile-box:hover span {
    color: #fff;
}

.profile-box span:nth-of-type(1) {
    font-size: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.profile-box p {
    padding: 0px 20px;
}

.title-set span {
    font-size: 30px;
    display: block;
    margin-bottom: 30px;
    color: #fff;
}

.title-set p {
    margin-bottom: 20px;
    margin-top: -10px;
}

.catg-box {
    width: 32%;
    margin-bottom: 20px;
    background: #000;
    border-radius: 15px;
}

.catg-box:hover {
    background: #f2530b;
    box-shadow: 4px 4px 8px rgb(255 255 255 / 44%);
}

.catg-box .catg-img {
    width: 100%;
}

.catg-box .catg-cont {
    width: 100%;
}

.catg-box .catg-img img {
    width: 100%;
    border-bottom: 2px solid #f2530b;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.catg-box .catg-cont h3 {
    font-size: 25px;
    margin-bottom: 12px;
    display: block;
    font-weight: 600;
    padding: 0px 10px;
    padding-top: 20px;
}

.catg-box .catg-cont p {
    font-size: 16px;
    padding: 0px 10px;
    padding-bottom: 20px;
}



table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

th,
td {
    border: 1px solid #f2530b;
    padding: 8px;
    text-align: left;
    color: #fff;
}

th {
    background-color: #333;
}

td {
    background-color: #555;
}

details {
    background: #fff;
    border: 2px solid #d4b657;
    padding: 10px 15px;
    margin-bottom: 20px;
    cursor: pointer;
}

summary {
    font-weight: bold;
    font-size: 1.1em;
}

details p {
    color: #000;
    border-top: 1px solid #d4b657;
    margin-top: 10px;
    padding-top: 10px;
}

details[open] {
    background: #fff;
}

footer {
    background: #000;
    padding: 20px 0px;
}

footer ul {
    justify-content: center;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    color: #fff;
    display: block;
    padding: 5px 20px;
    text-decoration: underline;
}

footer p {
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

footer p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.set-icon li a {
    padding: 0px 10px;
}

.set-icon li a img {
    max-width: 50px;
    margin-bottom: 20px;
}

.loatin-set {
    margin-bottom: 20px;
}

.loatin-set li {
    width: 24%;
    margin-bottom: 10px;
    list-style: none;
}

.loatin-set li a {
    display: block;
    background: #f2530b;
    padding: 8px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #fff;
    text-decoration: none;
}

.map-set iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    background: white;
    height: 3px;
    width: 25px;
    margin: 4px 0;
    border-radius: 2px;
}


@media only screen and (max-width:991px) {
    .nav-links {
        position: absolute;
        top: 73px;
        left: 0;
        background: #000;
        width: 100%;
        flex-direction: column;
        display: none;
    }

    .nav-links.show {
        display: flex;
    }

    .hamburger {
        display: flex;
        margin-top: 13px;
    }

    header nav ul {
        padding: 0px;
    }

    header nav ul li {
        width: 100%;
    }

    header nav ul li a {
        padding: 15px 20px;
    }

    .loct-box {
        margin-top: 20px;
    }

    .loatin-set li,
    .catg-box,
    .profile-box {
        width: 49%;
    }

    .set-content ul li,
    .loct-box,
    .box-about,
    .cont-box {
        width: 100%;
    }

    .table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (max-width:580px) {
    .title-set span {
        font-size: 25px;
    }

    .map-set iframe {
        height: 200px;
    }

    p {
        text-align: justify;
    }

    .catg-box .catg-cont h3 {
        font-size: 20px;
    }

    .box-about-img,
    .profile-box,
    .catg-box {
        width: 100%;
    }
}
