.s-header-2 {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 30px;
}
/* BEGIN s-slide-9 */
.s-slide-9 .slick-list::before {
    padding-bottom: calc(48% + 2.88px);
}
.s-slide-9 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.s-slide-9 .slick-dots li button {
    color: transparent;
    font-size: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 3em;
    height: 3em;
}
.s-slide-9 .slick-slide {
    background-size: cover;
    background-attachment: fixed;
}
.s-slide-9 .slick-active .s_title, .s-slide-9 .slick-active .s_desc, .s-slide-9 .slick-active .s_button {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.s-slide-9 .s_caption {
    width: 85%;
    color: #fff;
    font-style: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.s-slide-9 .s_caption .s_title {
    font-size: 80px;
    font-family: 'Dancing Script';
    margin-bottom: 0px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.s-slide-9 .s_caption .s_desc {
    font-size: 35px;
    margin-bottom: 1em;
    font-family: 'Dancing Script';
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.s-slide-9 .s_caption .s_button {
    display: inline-block;
    color: #000;
    font-weight: bold;
    padding: 0.715em 1.072em 0.715em 1.072em;
    background-color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.s-slide-9 .s_caption .s_button:hover {
    color: #fff;
    background-color: #f60;
}
.s-slide-9 .slick-list::after {
    position: absolute;
    left: 0;
    bottom: -165px;
    width: 100%;
    height: 492px;
    z-index: 1;
    content: "";
    background-image: url(/images/bgs/hero.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    animation: cloudMove 60s linear 0s infinite;
}
@keyframes cloudMove {
    0% {
        background-position: -1920px 100%;
    }

    100% {
        background-position: 0 100%;
    }
}
@media screen and (max-width: 991px) {
    .s-slide-9 .s_caption {
        left: 70px;
        width: 80%;
        font-size: 10px;
    }
}
@media screen and (max-width: 767px) {
    .s-slide-9 .s_caption {
        display: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* END s-slide-9 */

.s-product {
    padding: 60px 0;
}
.s-product .headline-2 {
    margin-top: 0;
}
.s-contact {
    padding: 60px 0;
    color: #fff;
    background-image: url(/images/bgs/bg-12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    /* padding: 7% 5% 7% 5%; */
}
.s-contact::before {
    content: '';
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    background-color: #07171F;
    top: 0;
    left: 0;
    opacity: 0.56;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.headline-2 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 20px;
}
.s-contact .headline-desc {
    text-transform: none;
    color: #fff;
    margin-top: 25px;
    padding-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #999999;
}
.s-contact_info {
    padding-left: 30px;
    margin-top: 50px;
}
.s-contact_info li {
    margin-bottom: 20px;
}
.s-contact_info li div:first-child {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}
.s-contact_info li div:last-child {
    color: #ccc;
}
.b-card-2 {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 40px;
}
.b-card-2 .b_icon {
    min-width: 80px;
    min-height: 80px;
    background: var(--color-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(250 247 242);
}
.b-card-2 .b_icon img {
    height: 45px;
}
.b-card-2 .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.b-card-2 .desc {
    font-size: 14px;
    color: #3e3e3e;
}
/* BEGIN b-card-9 */
.b-card-9 {
    background-color: #fff;
    padding: 15px 0 30px;
    border: 1px solid #ccc;
    -webkit-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    background-image: url(/images/bgs/bg-card.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.b-card-9 .b_icon {
    font-size: 50px;
    text-align: center;
    color: #05a;
}
.b-card-9 .b_desc {
    color: #999;
    font-style: italic;
    padding: 0 20px;
    text-align: center;
    padding-top: 25px;
    margin-top: 26px;
    border-top: 1px solid #ccc;
}
.b-card-9 .b_author {
    margin: 5px 0 15px;
}
.b-card-9 .b_author>span {
    display: block;
}
.b-card-9 .b_author>span:first-child {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}
.b-card-9 .b_author>span:last-child {
    color: #888;
    font-size: 13px;
    margin-top: 5px;
}
.b-card-9 .b_avatar {
    line-height: 0;
    position: relative;
    text-align: center;
}
.b-card-9 .b_avatar img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    outline: 1px solid var(--color-primary);
    border: 5px solid #fff;
}
.b-card-9:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.b-card-9 .b_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.b-card-9 .rate {
    margin-top: 10px;
    color: var(--color-secondary);
}
/* END b-card-9 */
.s-about-2 {
    padding: 0px 0 80px;
}
.s-about-2 .thumb-value {
    border-radius: 12px;
}
/* BEGIN s-home-5 */
.s-home-5 {
    padding: 60px 0;
}
.s-home-5 .c-headline-2 {
    font-size: 25px;
    text-transform: uppercase;
}
.s-home-5 .slick-list {}
.s-home-5 .slick-list .item {
    margin: 0 15px;
    padding: 30px;
}
.s-home-5 .slick-slide img {
    display: inline;
}
@media screen and (max-width: 575px) {
    .s-home-5 .slick-list {
        margin: 0 15px;
    }
    .s-home-5 .slick-slider .slick-prev, .s-home-5 .slick-slider .slick-next {
        font-size: 10px;
    }
}

/* END s-home-5 */
.headline-3 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}
.headline-3 .s-left {
    width: 40%;

}
.headline-3 .s-right {
    width: 50%;
    color: #676767;
}
.sub-title_headline {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    align-items: center;
    font-weight: 500;
    color: #8e8e8e;
}
.sub-title_headline img {
    height: 20px;
}
.title_headline {
    font-size: 44px;
    font-family: 'Dancing Script';
    color: var(--color-primary);
}
.s-home-6 {
    padding: 60px 0;
    background: #faf7f2;
    position: relative;
}
.s-home-6 .why-choose-one__shape-1 {
    position: absolute;
    bottom: 0;
    height: 90%;
}
.s-home-6 .s-desc {
    margin-top: 20px;
    color: #666;
    margin-bottom: 30px;
}
.s-home-6 .why-choose-one__list__item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    width: 45%;
}
.why-choose-one__list__text {
    font-weight: bold;
    font-size: 16px;
    color: var(--color-secondary);
}
.s-home-6 .why-choose-one__list__item .title {
    display: flex;
    align-items: center;
    gap: 20px;
}
.s-home-6 .why-choose-one__list__item .icon {
    display: flex;
    align-items: center;
    background: var(--color-secondary);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    font-size: 21px;
}
.s-home-6 .why-choose-one__list__title {
    font-weight: 600;
    font-size: 17px;
}
.s-imgs {
    padding: 0px 0 60px;
}
.s-imgs a {
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden
}
.s-imgs a::before {
    position: absolute;
    content: "\f16d";
    font-family: "FontAwesome";
    left: 0;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 55%;
    transform: translateY(-50%);
    z-index: 3;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    transition-delay: 0s;
}
.s-imgs a img {
    width: 100%;
    height: auto;
    transition: all ease 0.3s;
    border-radius: 20px;
}
.s-imgs a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    border-radius: 20px;
    z-index: 1;
    opacity: 0;
    background: rgba(28, 26, 29, 0.5);
    visibility: hidden;
    transition: all ease 0.4s;
}
.s-imgs a:hover::before {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
}
.s-imgs a:hover::after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.s-number {
    background: var(--color-primary);
    padding: 70px 0;
}
.b-card-4 {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #fff;
    position: relative;
}
.b-card-4 img {
    height: 60px;
    min-width: 60px;
}
.b-card-4 .b_num {
    font-size: 45px;
    font-weight: bold;
}
.s-news {
    padding: 50px 0;
}
.s-news .item {
    margin: 0 10px;
}
[class*="b-sslide-"] .slick-dots li.slick-active button {
    background-color: var(--color-primary);
}
.s-tab-1 .s_menu li a {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    padding: 16px 20px;
    border-radius: 12px;
    position: relative;
}
.s-tab-1 .s_menu li a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    height: 1px;
    background-color: #ccc;
}
.s-tab-1 .s_menu li img {
    height: 40px;
}
.s-tab-1 .s_menu li.is-active a {
    background: var(--color-secondary);
    color: #fff;
}
.s-tab-1 .s_menu li.is-active img {
    filter: brightness(0) invert(1);
}
.s-tab-1 .s_content .thumb {
    border-radius: 12px;
}
.s-tab-1 .s_content .title {
    padding-left: 7px;
    margin-bottom: 20px;
}
.s-tab-1 .s_content .name {
    font-size: 36px;
    font-family: 'Dancing Script';
    margin-bottom: 10px;
    color: var(--color-secondary);
}
.s-tab-1 .s_content .btn {
    display: block;
    font-size: 15px;
    text-align: right;
    color: var(--color-primary);
    padding-right: 12px;
}
.s-tab-1 .s_content li {
    display: none;
}
.s-tab-1 {
    background-image: url(/images/bgs/bg-11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.s-tab-1 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-tab-1 .b-card-32 .b_btn {
    gap: 10px;
    font-size: 13px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 9px;
}
.s-tab-1 .b-card-32 .b_btn .checkout {
    font-size: 11px;
    padding: 6px 11px;
}
.s-home-2 .mobile{
    display: none;
}
@media screen and (max-width: 992px) {
    .title_headline {
        font-size: 30px;
        text-align: center;
        margin-bottom: 15px;
    }
    .s-about-2 .c-button-8 {
        display: none;
    }
    .s_thumb-value {
        margin-top: 20px;
    }
    .s-about-2 {
        padding: 0px 0 30px;
    }
    .s-tab-1 .s_content .thumb {
        display: none;
    }
    .s-tab-1 .s_content .name {
        font-size: 30px;
        margin: 0;
    }
    .s-tab-1 .top {
        margin: 30px 0;
    }
    .headline-2 {
        font-size: 35px;
    }
    .s-contact {
        padding: 30px 0;
    }
    .headline-3 {
        flex-wrap: wrap;
    }
    .headline-3 .s-left {
        width: 100%;
    }
    .headline-3 .s-right {
        width: 100%;
    }
    .b-card-4 {
        margin-bottom: 20px;
    }
    .b-card-4 .b_num {
        font-size: 36px;
    }
    .s-header-2 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .s-header-2 .s-hd-info {
        padding: 0 20px;
    }
    .s-slide-9 .slick-list::after {
        bottom: -250px;
    }
    .s-home-2 .desktop{
        display: none;
    }
    .s-home-2 .mobile{
        display: block;
    }
}