html {
    scroll-behavior: smooth;
}

body {
    background: #F6EEDA url(../images/425161_bg_img.png);
    background-attachment: fixed;
    overflow-x: hidden;
}

.fs-18 {
    font-size: 1.125rem;
}

.text-justify {
    text-align: justify;
}

.text-brown-6a {
    color: #6a4b2d;
}

.text-blue-00 {
    color: #008cd5;
}

.text-red-da {
    color: #da425c;
}

.bg-orang-f6 {
    background-color: #F6EEDA;
}

.border-brown-b1 {
    border-color: #b16f41 !important;
}

.border-dot {
    border-style: dotted !important;
}

.border-top-3 {
    border-top-width: 3px !important;
}

.text-style-times {
    font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU";
}

.show-content {
    height: 550px;
}

.show-content::-webkit-scrollbar {
    width: 12px;
}

.show-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.07);
}

.show-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.09);
}

.line {
    border-bottom: 2px dotted #b16f41;
    height: 1px;
}

.social-icon .btn,
[href="#top"] {
    max-width: 60px;
}
.rotate-5{
    transform: rotate(5deg);
}
.rotate-5-{
    transform: rotate(-5deg);
}
.rotate-10{
    transform: rotate(10deg);
}
.rotate-15{
    transform: rotate(-15deg);
}
@media (max-width:991px) {
    header>div>.position-relative {
        position: static;
    }

    .offcanvas.offcanvas-top {
        height: 80vh;
    }

    hr {
        opacity: 1;
    }
}
@media (max-width:576px){
    .h4.rotate-5,
    .h4.rotate-5-{
        transform: rotate(0deg);
    }
}