@charset "utf-8";

a {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
}

body {
    font-family: 'Microsoft JhengHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*text-transform: capitalize;*/
    font-weight: 400 !important;
}

.hero-5-txt {
    background-image: url("../images/hero-5.jpg");
}

.logo-white img {
    width: 120px;
    height: auto;
    padding: 10px 0;
}

.logo-black img {
    width: 100px;
    height: auto;
    transition: all 0.3s ease-in-out;
}


.menu-top {
    display: none !important;
}

@media (min-width: 992px) {
    .navbar-nav .nav-link {
        font-size: 17px !important;
        padding: 6px 12px !important;
        line-height: 24px !important;
        color: #fff !important;
        position: relative;
        z-index: 1;
    }

    .navbar-nav .nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #ddc003;
        z-index: -1;
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav .nav-link.active::before,
    .navbar-nav .nav-link:hover::before {
        width: 100%;
    }

    .wsmainfull.scroll .navbar-nav .nav-link {
        color: #444 !important;
    }

    .wsmainfull.scroll .wsmenu-list {
        margin-top: 0 !important;
    }

    .menu-top .link-btn {
        color: #fff;
        font-size: 17px;
        margin-left: 20px;
        font-weight: 500;
    }

    .menu-top .link-btn .fa {
        font-size: 16px !important;
    }

    .wsmainfull.scroll .menu-top .link-btn {
        color: #444 !important;
    }

    .menu-top {
        display: flex !important;
        transition: all 0.3s ease-in-out;
    }

    .wsmainfull.scroll .menu-top {
        display: none !important;
    }

    .nl-simple {
        display: none !important;
    }
}

.smllogo img {
    width: 80px;
    height: auto;
}

.lang-btn.btn-primary {
    text-transform: capitalize;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
    border-radius: 0;
    padding: 8px 10px !important;
    color: #fff !important;
    background-image: none;
}

.dropdown-item {
    text-transform: capitalize;
    font-size: 15px;
    text-align: center;
}

.header-down-menu {
    min-width: 100px;
}

.wsmainfull.scroll .btn-primary {
    color: #444 !important;
}

.header-wrapper {
    background-color: rgba(0, 0, 0, .3);
    /* height: 114px; */
}

.nl-simple a {
    font-size: 16px !important;
}

.carousel {
    /* height: 50vh;
    min-height: 50vh; */
    height: 35vh;
    min-height: 35vh;
}

@media (min-width:992px) {
    .carousel {
        height: 400px;
        min-height: 400px;
    }
}

@media (min-width:1200px) {
    .carousel {
        height: 800px;
        min-height: 800px;
    }
}

.swiper-img,
.swiper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .index-next,
.carousel .index-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    opacity: 1 !important;
    transition: all 0.6s ease-in-out;
    cursor: pointer !important;
}

@media (min-width: 992px) {

    .carousel .index-next,
    .carousel .index-prev {
        width: 50px;
        height: 50px;
        /* opacity: 0 !important; */
    }
}

.carousel .index-next::after,
.carousel .index-prev::after {
    font-size: 16px;
    color: #fff;
}

.carousel .index-next:hover,
.carousel .index-prev:hover {
    background-color: #ddc003;
}

.carousel .swiper-button-next.swiper-button-disabled,
.carousel .swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit;
}

.bg-01 {
    background-image: url(../images/images-6.png);
}

.pm-80 {
    padding: 60px 0;
}

.pb-80 {
    padding-bottom: 60px;
}

.pm-60 {
    padding: 60px 0;
}

@media (min-width:992px) {
    .pm-80 {
        padding: 100px 0;
    }

    .pb-80 {
        padding-bottom: 100px;
    }
}

.bg-color-09 {
    background-color: #ddc003;
}

.btn-color-02,
.scroll .btn-color-02,
.white-color .btn-color-02,
.color-02-hover:hover,
.scroll .color-02-hover:hover,
.white-color .color-02-hover:hover {
    background-color: #ddc003;
    border-color: #ddc003 !important;
}

.btn-color-01,
.scroll .btn-color-01,
.white-color .btn-color-01,
.color-01-hover:hover,
.scroll .color-01-hover:hover,
.white-color .color-01-hover:hover {
    background-color: #c3a900;
    border-color: #c3a900 !important;
}

.bg-style {
    position: relative;
    z-index: 1;
}

.bg-style::before {
    content: '';
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 205px;
    height: 263px;
    background-image: url(../images/testimonial-pattrn1-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.about-bg-style {
    position: relative;
    z-index: 1;
}

.about-bg-style::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 212px;
    height: 419px;
    background: url(../images/about1-9.png) top no-repeat;
    background-size: 100%;
    opacity: .7;
    z-index: -1;
}

@media (min-width: 992px) {
    .about-bg-style::before {
        width: 312px;
        height: 519px;
    }
}

.pricing-style {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
}

.pricing-style::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -40px;
    width: 111px;
    height: 105px;
    background: url(../images/flower1.png) center no-repeat;
    background-size: 100%;
    z-index: 1;
}

@media (min-width:992px) {
    .pricing-style::before {
        width: 151px;
        height: 145px;
    }
}

.pricing-style img {
    width: 100%;
}

/* @media (max-width: 991px) {
    .pricing-style img {
        height: 220px;
        object-fit: cover;
        background-position: center;
    }
} */

.titleb {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #000;
}

.w-btn {
    color: #666 !important;
    font-size: 20px !important;
    border: 1px solid #666 !important;
    padding: 14px 32px !important;
    transition: all 0.3s ease-in-out;
}

.w-btn:hover {
    background-color: #c3a900 !important;
    border-color: #c3a900 !important;
    color: #fff !important;
}

.footer {
    padding-top: 20px;
    background-color: #fff;
}

.sbox-10 {
    min-height: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.sbox-10:hover {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .04);
}

.txt-sbox-p {
    font-size: 16px;
}

.txt-sbox-p b {
    font-family: 'Lustria', serif;
    font-size: 28px;
    font-weight: bold;
    color: #ddc003;
}

@media (min-width: 1400px) {
    .txt-sbox-p b {
        font-size: 36px;
    }
}

.txt-color-05 b {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.demo-gallery .swiper-pagination-bullet-active ,
#services-10 .swiper-pagination-bullet-active {
    background-color: #ddc003;
}

.services-section {
    position: relative;
    overflow: hidden;
}

.bounce-x {
    position: absolute;
    /* z-index: -1; */
}

.leaf1 {
    right: 0;
    bottom: 0;
    background: url(../images/service1-pattrn1.png) no-repeat bottom;
    background-size: 100%;
    object-fit: cover;
    width: 212px;
    height: 327px;
}

.leaf2 {
    top: 0;
    left: 0;
    background: url(../images/leaf2.png) no-repeat top;
    background-size: 100%;
    object-fit: cover;
    width: 212px;
    height: 327px;
    opacity: .5;
}

@media (min-width: 992px) {
    .leaf1 {
        width: 312px;
        height: 427px;
    }

    .leaf2 {
        width: 312px;
        height: 427px;
    }
}

.gallery-swiper .home-next::after,
.gallery-swiper .home-prev::after {
    font-size: 24px;
    color: #fff;
}

.about-img-info {
    width: 100%;
    overflow: hidden;
}

.about-img-info img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.about-img-info:hover img {
    transform: scale(1.1);
}

.sbox-10-txt {
    padding: 35px 20px 40px !important;
}

.txt-color-05 a:hover {
    color: #ddc003;
}

#back-to-top {
    display: none;
}

#back-to-top.show {
    display: block;
}

.back-to-top {
    position: fixed;
    right: 2%;
    bottom: 6%;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.back-to-top .fa {
    color: #fff;
    font-size: 18px;
}

.footer-logo img {
    width: 100px;
    height: auto;
}

.footer-info li {
    margin: 10px;
}

.footer-info a {
    font-size: 16px;
    font-weight: bold;
    color: #727475;
    transition: all 0.3s ease-in-out;
}

.footer-info a:hover {
    color: #ddc003;
}

.share-info .fa {
    font-size: 20px;
}

.wsmobileheader .smllogo {
    margin: 10px 0 !important;
}

@media (max-width: 575px) {
    .pb-sm-style {
        padding-bottom: 30px !important;
    }
}

.pricing-nav {
    width: 130px;
    padding: 0 !important;
    margin: 0 10px;
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .pricing-nav {
        width: 200px;
        font-size: 28px;
    }
}

.btn-draw1.active {
    background-color: #b5983b !important;
    border-bottom-color: #b5983b !important;
}

.btn-draw2.active {
    background-color: #b5983b !important;
    border-bottom-color: #b5983b !important;
}

.btn-draw {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0 !important;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.btn-draw1 {
    color: #ddc003;
    border-bottom: 2px solid #ddc003 !important;
}

.btn-draw2 {
    color: #b5983b;
    border-bottom: 2px solid #b5983b !important;
}

.btn-draw:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    transform: translateY(100%);
    transition: transform 0.2s ease-in-out;
    transition-delay: 0.6s;
}

.btn-draw1:after {
    background: #ddc003;
}

.btn-draw2:after {
    background: #b5983b;
}

.btn-draw>span {
    position: relative;
    display: block;
    padding: 0.5em;
    color: inherit;
    overflow: hidden;
}

.btn-draw>span:before,
.btn-draw>span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.2s ease-in-out;
}

.btn-draw1>span:before,
.btn-draw1>span:after {
    background: #ddc003;
}

.btn-draw2>span:before,
.btn-draw2>span:after {
    background: #b5983b;
}

.btn-draw>span:before {
    height: 2px;
    width: 100%;
    transform: translateX(100%);
    transition-delay: 0.4s;
}

.btn-draw>span:after {
    height: 100%;
    width: 2px;
    transform: translateY(-100%);
    transition-delay: 0.2s;
}

.btn-draw:hover {
    color: #fff;
    transition-delay: 0.4s;
}

.btn-draw1:hover {
    background-color: #ddc003;
}

.btn-draw2:hover {
    background-color: #b5983b;
}

.btn-draw:hover:after,
.btn-draw:hover>span:before,
.btn-draw:hover>span:after {
    transform: translate(0, 0);
}

.btn-draw:hover:after {
    transition-delay: 0s;
}

.btn-draw:hover>span:before {
    transition-delay: 0.2s;
}

.btn-draw:hover>span:after {
    transition-delay: 0.4s;
}

@media (max-width: 991px) {
    .pricing-2-table {
        padding: 30px !important;
    }
}

.pricing-list-txt h6 {
    text-transform: uppercase !important;
}

.menu-down {
    background-color: #fafafa;
    border: none;
    border-radius: 0;
    position: inherit !important;
    /* transform: translate(0px, 0px) !important; */
}

.menu-down .dropdown-item {
    text-align: start !important;
    color: #666;
}

.menu-down .dropdown-item:hover {
    background-color: #ddc003;
    color: #fff;
}

.nav-link.dropdown-toggle::after {
    transform: rotate(0deg);
    transition: all .4s ease-in-out;
}

.nav-link.dropdown-toggle.show::after {
    transform: rotate(-180deg);
}

@media (min-width: 992px) {
    .nav-link.dropdown-toggle::after {
        display: none;
    }

    .nav-item.dropdown:hover > .menu-down {
        display: block;
    }

    .menu-down {
        background-color: #fff;
        border-radius: 4px;
        position: absolute !important;
        /* left: -40px; */
        left: 50%;
        transform: translate(-76px);
        box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    }

    .menu-down .dropdown-item {
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    .nav-link.dropdown-toggle {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.line {
    line-height: 28px !important;
}

.overlapblackbg {
    z-index: 1;
}

.accordion-button {
    font-size: 24px;
    font-weight: 600;
    color: #ddc003 !important;
    background-color: #fff !important;
}

@media (min-width: 992px) {
    .accordion-button {
        font-size: 28px;
    }
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ddc003'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.contact-txt {
    font-size: 18px;
    color: #666;
    margin-bottom: 14px;
}

.google-map {
    min-height: 300px;
}

.google-map iframe {
    height: 100%;
}

.branch-nav {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
}

.branch-nav.active h5 {
    color: #ddc003;
}

.branch-name h5 {
    font-weight: bold;
    color: #333;
    font-size: 17px;
}

.branch-name p {
    color: #666;
}

.bechan-right {
    position: relative;
    overflow: hidden;
    height: 600px;
}

@media (min-width: 992px) {
    .bechan-info {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transition: all .5s ease-in-out;
    }
}

.bechan-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.bechan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bechan-info-txt {
    padding-top: 20px;
    padding-left: 20px;
}

.bechan-info-txt p {
    font-size: 16px;
}

.bechan-map,
.bechan-map iframe,
.mobile-map iframe {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.tab-content:hover .bechan-info {
    left: 0;
}

.mobile-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
}

.mobile-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.close-btn,
.click-btn {
    width: 100px;
    height: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.click-btn {
    display: block;
    background-color: rgba(255, 255, 255, 1);
    color: #ddc003;
}

.close-btn {
    display: none;
    background-color: #c3a900;
    color: #fff;
}

.fx {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ededed;
    margin: 20px 0;
}

.branch-tit {
    font-size: 20px;
    font-weight: bold;
}

.card-package {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-package-img {
    position: absolute;
    top: 0;
    left: 0;
    /* width: auto;
    height: 100%; */
    opacity: 0;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.card-package-img img {
    object-fit: cover;
}

.card-package:hover .card-package-img {
    opacity: 1;
}

.swiper-info-slide {
    border: 1px solid #eee;
}

.swiper-info-slide .swiper-slide {
    display: flex;
    justify-content: center;
    height: auto;
}

@media (min-width: 992px) {
    .swiper-info-slide .swiper-slide {
        height: 600px;
    }
}

.swiper-info-slide .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.info-box {
    padding-left: 12px;
}

@media (min-width: 992px) {
    .info-box {
        padding-left: 50px;
    }
}

.gold-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-top: 20px;
    margin-bottom: 25px;
    position: relative;
}

.gold-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 100px;
    height: 4px;
    background-color: #ddc003;
}

.price-info {
    font-size: 18px;
    color: #727475;
    font-weight: normal;
}

.price-info b {
    font-size: 30px;
    font-weight: bold;
    color: #ddc003;
    font-family: 'Lustria', serif;
}

.info-txt p {
    font-size: 18px;
    color: #727475;
}

.input-group-text {
    border-radius: 0;
    background-color: #fff;
}

.thead-light>tr>th {
    background-color: #727475;
    color: #fff;
}

.table>tbody>tr>th,
.table>tbody>tr>td {
    color: #727475;
}

.mt-992 {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .mt-992 {
        margin-top: 80px;
    }
}

.swiper-info-slide {
    height: 400px;
}

@media (min-width: 768px) {
    .swiper-info-slide {
        height: auto;
    }
}

.slide-style img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .h3-size {
        font-size: 2.5rem !important;
    }
}

.gallery-list1 {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .bg-fixed {
        margin-top: 70px;
    }
}

.breadcrumb-item.active a{
    text-decoration: none;
}

.btn-tra-white{
    background-image:none;
}
.p-lg p{
    font-size: 1.1875rem;
}

.bg-color-01 .contact-form .form-control.is-invalid,.bg-color-01 .contact-form  .was-validated .form-control:invalid{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.contact-form .form-control{
    margin-bottom: 0px;
}

.dropdown-item.active, .dropdown-item:active{
    --bs-dropdown-link-active-bg: #ddc003;
}

.btn.btn-danger,.btn.btn-outline-primary{
    padding: 0.375rem 0.75rem;
}
/* .main-section-wrapper {
    max-width: 600px;
} */
.fix-product-p p{
    margin-bottom: 0px;
}


.furniture-list {
    border: 1px solid #f4f4f4;
    /*margin-bottom: 30px;*/
    transition: all .4s;
}

.furniture-list-img {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.furniture-list-img img {
    max-width: 100%;
    height: auto;
}

.furniture-list-img .furniture-list-img-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 997;
}

.furniture-list-img:hover > a img {
    /*opacity: 0;*/
}
.furniture-list-img:hover .furniture-list-img-hover {
    opacity: 1;
    pointer-events: auto;
}

.furniture-list-con {
    border-top: 1px solid #f4f4f4;
    text-align: center;
    /*border-bottom: 3px solid #fff;*/
    transition: all .4s;
}

.furniture-list-title {
    display: block;
    font-size: 14px;
    color: #999;
    text-align: center;
    padding: 20px 0 10px;
    font-style: normal;
    text-transform: uppercase;
}

.furniture-list-price {
    display: block;
    font-size: 14px;
    color: #1A1A1A;
    text-align: center;
    padding: 0 0 20px;
    font-weight: normal;
}

.furniture-list:hover {
    transition: .4s;
    margin-top: -2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

.furniture-list:hover .furniture-list-con {
    /*border-bottom: 4px solid #6ABF4B;*/
    transition: .4s;
}

/* .nav-item.dropdown{
    position: relative;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 1rem; 
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: translate(50%, 100%);
} */

.nav-item.dropdown:hover > .menu-down:hover  .dropdown-menu.menu-down{
    display: block;
}
.dropdown-menu.menu-down .dropdown-menu.menu-down{
    position: absolute !important;
    right: 0px;
    bottom: 0px;
    transform: translate(50%, 0.5rem);
}

.inster-like {
    /* padding: 80px 0; */
    margin-top: 40px;
    border-top: 1px solid #ddd;
}

.inster-like-title {
    padding: 30px 0px;
    font-size: 20px;
    color: #1A1A1A;
    font-family: Archivo-Bold !important;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
}