.sc-beauty-1 {
    padding-top: 40px;
}

span.strikethrough {
    width: 100%;
    height: 1.5px;
    display: inline-block;
    background: #AD0042;
}

.sc-service .item__image {
    height: 100px;
    width: 100px;
    margin: auto;
}

.sc-service .col-12:nth-child(2) .item__image {
    height: 140px;
    width: 140px;
}

.sc-service {
    margin-bottom: 72px;
}

.sc-related .item__btn.btn--read-more {
    width: fit-content;
}

.sc-related .item__btn.btn--read-more {
    width: fit-content;
    color: #ad0042;
}

.sc-related .item__btn.btn--read-more:after {
    background-color: #ad0042;
}


.trip {
    padding: 60px 0;
}

.image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.image-cover img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.absolute {
    position: absolute !important;
}

.contact-clean {
    padding-top: 90px;
}

.sc-beauty-2 .item__image {
    height: 162px;
    width: 100%;
    overflow: hidden;
}

.sc-beauty-2 .item__image img {
    height: 100%;
    width: 100%;
    display: inline-block;
    object-fit: cover;
}

section.sc-service-2.sc-beauty-2 .item__image {
    height: 207px;
}

.boxs-img-icon {
    text-align: center;
}

.boxs-img-icon img {
    transition: .3s;
    margin: 0 auto  !important;
}

.box-icon-nas{
    position: relative;
}
.box-icon-nas::before ,
.box-icon-nas::after{
    content:'';
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    max-width: 35px;
    z-index: 1;

}

.box-icon-nas::before {
    left: 0;    
}
.box-icon-nas::after {
     right: 0;
}

.slick-center .boxs-img-icon img {
    transform: scale(1);
    filter: hue-rotate(266deg) saturate(53%);
    width: 140px;
    height: 140px;
    filter: hue-rotate(266deg) saturate(53%);
}
.slick-center .boxs-img-icon p {
   color: var(--v2-second-color);
}

.boxs-img-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.boxs-img-icon p {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    margin: 5px;
    display: flex;
    justify-content: center;
    white-space: pre;
}

.boxs-img-icon p>span {
    text-transform: uppercase;
    position: absolute;
    top: 0;
}

.box-icon-nas .slick-track {
    display: flex;
    align-items: flex-end;
    height: 100%;
    min-height: 200px;
  
}

.bounceInRight.slick-active {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.box-icon-nas {
    padding-bottom: 45px;
    padding-top: 20px;
}
.box-icon-nas .carousel-cell{
    padding: 0 10px;
}

a.boxs-ic-more {
    left: 50%;
    bottom: 15px;
    transform: translate(-50%, 0);
}

.box-icon-nas.flickity-slider {
    width: auto;
}

@media (max-width: 550px) {
    .sc-related .related__title>h2{
        white-space: break-spaces !important;
        min-width: 210px;
    }
    #post-container .col-12:first-child .item__image{
        height: 216px;
    }
    #post-container .col-12:not(:first-child) a{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    #post-container .col-12:not(:first-child) .item__image{
        height: 90px;
        min-width: 160px;
        width: 100%;
        border-radius: 30px 0px;
    }
    #post-container .item__btn.btn--read-more{
        display: none !important;
    }
    .se-title h2 {
        font-size: 32px !important;
    }
    .boxs-img-icon img {
        width: 80px;
        height: 80px;
    }
    .box-icon-nas5 .boxs-img-icon img {
        width: 64px;
        height: 64px;
    }
    .slick-center .boxs-img-icon img {
        width: 100px;
        height: 100px;
    }
    .box-icon-nas5 .slick-center .boxs-img-icon img {
        width: 80px;
        height: 80px;
    }
    .boxs-img-icon p>span {
        font-size: 14px;
    }
    .box-icon-nas::before ,
    .box-icon-nas::after{
        content:unset;
    }
    .boxs-img-icon p {
        width: 80px;
        white-space: unset;
    }
    .box-icon-nas {
        padding-bottom: 25px;
        padding-top: 0;
    }
    .box-icon-nas .carousel-cell{
        padding: 0;
    }
    .box-icon-nas3 .slick-list.draggable{
        padding: 0px 10px !important;
    }
    .sc-beauty-1 .container-960{
        padding: 0 !important;
    }
    .s-category-tm{
        padding: 0 20px;
    }
    .box-icon-nas .slick-track {
        min-height: 160px;
    }
    .box-icon-nas3 .slick-track {
        min-height: 180px;
    }
}