header {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 6rem;
}

header .w153-th-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .w1-logo {
    display: block;
}

header .w1-logo img {
    width: 25rem;
}

header .w1-menu {
    position: relative;
}

header .w1-menu nav {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 1rem);
    text-align: right;
}

body.w1-button-menu-open header .w1-menu nav {
    display: block;
}

header .w1-menu nav ul li a {
    display: block;
    color: var(--w153-th-color-white);
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.4rem 0;
}

header .w1-menu nav ul li a:hover {
    color: var(--w153-th-color-black);
}

.w153-th-carousel-wrapper,
.w153-th-carousel,
.w153-th-carousel > .wpb_column {
    display: block !important;
}

.w153-th-carousel .vc_single_image-wrapper img {
    height: 400px;
    width: auto;
    max-width: none;
}

.w153-th-carousel .swiper-slide {
    width: auto;
    height: auto;
}

.w153-th-carousel-wrapper .swiper-button-next,
.w153-th-carousel-wrapper .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: var(--w153-th-color-pink);
    border-radius: 50%;
}

.w153-th-carousel-wrapper .swiper-button-next:after,
.w153-th-carousel-wrapper .swiper-button-prev:after {
    font-size: 25px;
    color: var(--w153-th-color-white);
}

.w153-th-carousel-wrapper .swiper-button-next,
.w153-th-carousel-wrapper .swiper-rtl .swiper-button-prev {
    right: 60px;
}

.w153-th-carousel-wrapper .swiper-button-prev,
.w153-th-carousel-wrapper .swiper-rtl .swiper-button-next {
    left: 60px;
}

/*.swiper-wrapper{
    transition-timing-function: linear!important;
}*/

footer .w1-section1 {
    background-color: var(--w153-th-color-pink);
}

footer .w1-section1 > .w153-th-container {
    display: flex;
    gap: 3rem;
}

footer .w1-section1 > .w153-th-container > div {
    display: flex;
    align-items: center;
    flex-basis: 50%;
}

footer .w1-section1 .w1-phone {
    font-size: 3rem;
    font-weight: 600;
    text-decoration: none;
}

footer .w1-section2 ul {
    text-align: right;
}

footer .w1-section2 ul li {
    line-height: 1;
    display: inline-block;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 2px solid #000000;
}

footer .w1-section2 ul > :first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

footer .w1-section2 ul li a {
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

footer .w1-section2 ul li a:hover {
    text-decoration: underline;
}

.w153-th-widget-contact {
    position: fixed;
    z-index: 99999;
    top: 40%;
    right: -20px;
    border-radius: 50%;
    overflow: hidden;
    transform: rotate(-10deg);
}

.w153-th-widget-contact > a {
    width: 210px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
    font-size: 28px;
    font-style: italic;
    background-color: var(--w153-th-color-pink);
}

.w153-th-widget-contact > a:hover {
    background-color: var(--w153-th-color-black);
}

.w153-th-widget-contact > a i {
    font-size: 35px;
}

.w153-th-widget-contact > :last-child {
    border-bottom: none;
}

@media screen and (max-width: 1500px) {
    .w153-th-carousel .vc_single_image-wrapper img {
        height: 250px;
    }
}

@media screen and (max-width: 1300px) {
    header {
        padding-top: 2rem;
    }

    header .w1-menu nav ul li a {
        font-size: 1.5rem;
    }

    footer .w1-section1 .w1-phone {
        font-size: 2rem;
    }

    .w153-th-widget-contact > a {
        width: 150px;
        height: 50px;
        font-size: 20px;
    }

    .w153-th-widget-contact > a i {
        font-size: 25px;
    }
}

@media screen and (max-width: 1300px) {
    header .w1-menu nav ul li a {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 800px) {
    .w153-th-carousel .vc_single_image-wrapper img {
        height: 200px;
    }

    header .w1-logo img {
        width: 18rem;
    }
}

@media screen and (max-width: 700px) {
    footer .w1-section1 .w1-phone {
        font-size: 1.5rem;
    }

    footer .w1-section1 > .w153-th-container {
        flex-wrap: wrap;
        gap: 1.3rem;
    }

    footer .w1-section1 > .w153-th-container > div {
        flex-basis: 100%;
    }

    footer .w1-section2 ul {
        text-align: center;
        font-size: 0.8rem;
    }

    .w153-th-carousel .vc_single_image-wrapper img {
        height: 150px;
    }

    .w153-th-carousel-wrapper .swiper-button-next,
    .w153-th-carousel-wrapper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .w153-th-carousel-wrapper .swiper-button-next:after, .w153-th-carousel-wrapper .swiper-button-prev:after {
        font-size: 18px;
    }

    .w153-th-carousel-wrapper .swiper-button-next,
    .w153-th-carousel-wrapper .swiper-rtl .swiper-button-prev {
        right: 40px;
    }

    .w153-th-carousel-wrapper .swiper-button-prev,
    .w153-th-carousel-wrapper .swiper-rtl .swiper-button-next {
        left: 40px;
    }

    header .w1-logo img {
        width: 12rem;
    }

    header {
        padding-top: 1.3rem;
    }

    header .w1-menu nav {
        top: calc(100% + 0.5rem);
    }

    header .w1-menu nav ul li a {
        font-size: 1rem;
        padding: 0.3rem 0;
    }

    .w153-th-widget-contact {
        top: 170px;
        right: -10px;
    }

    .w153-th-widget-contact > a {
        width: 105px;
        height: 35px;
        font-size: 14px;
    }

    .w153-th-widget-contact > a i {
        font-size: 18px;
    }
}