.title-gradient {
    font-weight: 700;
    font-size: 3rem;
    background: linear-gradient(to right, rgb(17, 141, 38), rgb(247, 31, 31));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .title-normal {
        font-size: 1.5rem;
    }

    .service-item-text {
        padding: 10px;
    }
}

@media screen and (min-width: 768px) {
    .title-normal {
        font-size: 3rem;
    }
}

.title-normal {
    font-weight: 700;
}

#main-content {
    padding: 0px;
}

.slider-call {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
}

#banner-slider {
    margin-top: 67px;
    height: auto;
}

#banner-slider .slick-arrow {
    display: none !important;
}

.slider-call>p {
    padding: 0 !important;
}

.slider-call p a {
    font-size: 1.75rem;
    color: red;
    font-weight: 700;
    border: 2px solid green;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
}

.slider-call p:hover a {
    transform: scale(1.1);
    transition: all 0.25s;
    color: white;
    background-color: green;
}

.news-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.news-item-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em;
}

.service-item {
    position: relative;
    width: 45%;
    height: auto;
    display: block;
    border-radius: 20px;
    overflow: hidden !important;
    transition: all 0.25s;
}

.service-item-explore {
    display: none;
    font-size: 1.5rem;
    font-weight: 500;
    right: 2rem;
    bottom: 1rem;
    position: absolute;
}

.service-item-explore i {
    color: red;
    font-size: 2rem;
    transition: transform 0.3s ease;
}

@keyframes moveRight {
    from {
        transform: translateX(-10px);
    }

    to {
        transform: translateX(10px);
    }
}

.service-item img {
    border-radius: 20px;
    transition: all 0.25s;
}

#services {
    background: url(/images/bg-post.jpg) fixed center no-repeat;
    background-size: cover;
    padding-top: 67px;
}

.service-item-text {
    color: #3ba03b;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    width: 90%;
    padding: 20px;
    bottom: 4%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.slick-list {
    position: relative;
}

.service-description {
    font-size: 25px;
    font-weight: 400;
    text-align: justify;
    color: black;
    display: none;
    transition: all 0.25s;
    line-height: 1.5;
}

@media screen and (min-width: 992px) {
    .news-item-title {
        font-size: 1.5rem;
    }

    .service-item:hover .service-description {
        display: inline-block;
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        transition: all 0.25s;
    }

    .service-item:hover .service-item-explore {
        display: block;
    }

    .service-item:hover .service-item-explore i {
        animation: moveRight 0.3s forwards;
    }

    .service-item:hover img {
        opacity: 10%;
        cursor: pointer;
        border-radius: 20px;
    }

    .service-item:hover {
        background: linear-gradient(to bottom right, rgb(198, 224, 255), rgb(162, 224, 162));
        opacity: 70%;
        transition: all 0.25s;
        overflow: hidden;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }

    .service-item:hover .service-item-text {
        display: none;
    }
}

.slider-content {
    position: absolute;
}

.slider-content h2 {
    text-transform: uppercase;
    color: red;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 30px;
}

@media only screen and (min-width: 769px) {
    .slider-content h2 {
        font-size: 50px;
    }

    .display-pc {
        display: block;
    }

    .display-sp {
        display: none;
    }

    .slider-content {
        top: 12%;
        left: 50%;
        transform: translateX(-50%);
    }

    .slider-content p {
        font-size: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .display-pc {
        display: none;
    }

    .display-sp {
        display: block;
    }

    #head-top {
        width: 100vw;
    }

    .hotline-phone-ring-wrap {
        right: -5px;
    }

    .hotline-phone-ring-2 {
        right: -5px;
    }

    .slider-content h2 {
        font-size: 1.5rem;
        padding: 10px;
    }

    .slider-content {
        top: 86px;
        left: 10%;
        width: 80%;
    }

    .slider-content p {
        font-size: 1rem;
    }
}

.slider-content p {
    text-transform: uppercase;
    color: green;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 30px;
}

#reasons {
    background-color: #118a11;
}

.reason-icon {
    margin: auto;
    padding: 30px 0;
}

@media screen and (min-width: 1200px) {
    .reason-icon {
        font-size: 80px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .reason-icon {
        padding: 1rem;
        font-size: 5rem;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .reason-icon {
        padding: 6vw;
        font-size: 15vw;
    }
}

.slick-prev:before,
.slick-next:before {
    font-size: 3rem !important;
    font-weight: 300;
    color: green !important;
    z-index: 10 !important;
}

.slick-prev {
    left: -0.5rem !important;
    z-index: 1 !important;
}

.slick-next {
    right: 1.3rem !important;
}

.reason-item {
    position: relative;
    border: 2px solid white;
    display: flex;
    text-align: center;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    gap: 10px;
    transition: all 0.25s;
    flex-wrap: wrap;
    bottom: 0;
    color: white;
}

.reason-item:hover {
    bottom: 20px;
    background-color: white;
    color: #118a11;
}

#news-list .slick-list,
#hut-ham-cau-list .slick-list {
    padding: 20px 0 !important;
    height: auto !important;
}

#news-list {
    padding-left: 0;
    padding-right: 0;
}

.news-item {
    padding: 20px;
    background-color: white;
    border-radius: 20px;
}

.news-item>a img {
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
}

@media screen and (max-width: 576px) {
    .news-item>a img {
        max-height: 218px !important;
    }
}

@media screen and (min-width: 577px) and (max-width: 1119px) {
    .news-item>a img {
        max-height: 197px !important;
    }
}

@media screen and (min-width: 1120px) {
    .news-item>a img {
        max-height: 279px !important;
    }
}

.news-item:hover {
    box-shadow: 0px 0px 15px rgba(17, 138, 17, 0.5);
    transition: all 0.25s;
}

.news-item.slick-slide {
    margin: 0 10px !important;
}

.news-item>a {
    text-decoration: none;
}

.news-item>a img {
    border-radius: 20px;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-position: top;
}

.news-item>a:hover {
    text-decoration: none;
}

.news-item-content {
    margin-top: 1rem;
}

.news-item-title {
    color: #2ca12c;
    line-height: 1.5;
}

@media screen and (max-width: 991px) {
    .news-item-title {
        font-size: 18px;
    }
}

#banner-slider {
    position: relative;
    overflow: hidden;
}

.banner-bottom.banner-left,
.banner-bottom.banner-right {
    transition: transform 0.3s ease-in-out;
    border: 2px solid white;

}

.banner-bottom.banner-left:hover,
.banner-bottom.banner-right:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border: 2px solid #fa212c;
}

@media screen and (max-width: 575px) {
    .banner-title h2 {
        font-size: 1rem;
    }

    .banner-left {
        left: 10%;
    }

    .banner-right {
        right: 10%;
    }

    .banner-title h1 {
        font-size: 1.5rem;
    }

    .banner-bottom {
        bottom: 10%;
    }

    .title-gradient {
        font-size: 1.5rem;
    }

    .reason-titles h5 {
        font-size: 1rem;
    }

    .review-check {
        gap: 0.5rem;
    }

    #reviews-list .slick-slider .slick-prev,
    #reviews-list .slick-slider .slick-next {
        top: 80% !important;
    }

    #reviews-list .slick-slider .slick-prev {
        left: 50% !important;
    }

    #reviews-list .slick-slider .slick-next {
        right: 30% !important;
    }

    .reason-icon {
        padding: 5vw;
        font-size: 15vw;
    }

    .customer-name,
    .customer-job {
        font-size: 1rem;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .banner-title h2 {
        font-size: 1rem;
    }

    .banner-title h1 {
        font-size: 2.5rem;
    }

    .banner-left a,
    .banner-right a {
        font-size: 1.2rem;
    }

    .banner-left {
        left: 10%;
    }

    .banner-right {
        right: 10%;
    }

    .banner-title h1 {
        font-size: 1.5rem;
    }

    .banner-bottom {
        bottom: 10%;
    }

    .title-normal,
    .title-gradient {
        font-size: 2rem;
    }

    #foot-body h4 {
        font-size: 1rem;
    }

    #reviews-list .slick-slider .slick-prev,
    #reviews-list .slick-slider .slick-next {
        top: 75% !important;
    }

    #reviews-list .slick-slider .slick-next {
        right: 40% !important;
    }
}

@media screen and (max-width: 766px) {
    #foot-body .container {
        flex-direction: column;
    }

    #info-company,
    #info-shop,
    #foot-body #contact {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .banner-title h2 {
        font-size: 1.5rem;
    }

    .banner-title h1 {
        font-size: 2.5rem;
    }

    .banner-left a,
    .banner-right a {
        font-size: 1.6rem;
    }

    .banner-left {
        left: 12%;
    }

    .banner-right {
        right: 12%;
    }

    .banner-bottom {
        bottom: 12%;
    }

    #foot-body h4 {
        font-size: 1rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .banner-title h2 {
        font-size: 1.5rem;
    }

    .banner-title h1 {
        font-size: 2.5rem;
    }

    .banner-left a,
    .banner-right a {
        font-size: 1.6rem;
    }

    .banner-left {
        left: 15%;
    }

    .banner-right {
        right: 15%;
    }

    .banner-bottom {
        bottom: 12%;
    }
}

@media screen and (min-width: 1400px) {
    .banner-title h2 {
        font-size: 3rem;
    }

    .banner-title h1 {
        font-size: 4.5rem;
    }

    .banner-left a,
    .banner-right a {
        font-size: 2rem;
    }

    .banner-left {
        left: 20%;
    }

    .banner-right {
        right: 20%;
    }

    .banner-bottom {
        bottom: 12%;
    }
}

.banner-title {
    padding: 1rem 3rem;
    top: 2rem;
    position: absolute;
    width: fit-content;
    white-space: nowrap;
    border-radius: 10px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    background: white;
}

.banner-title h2 {
    color: #432eff;
    font-weight: bold;
    line-height: 1;
}

.banner-title h1 {
    color: #fa212c;
    font-weight: 750;
    line-height: 1;
    margin-bottom: 0;
}

.banner-bottom {
    position: absolute;
}

.banner-left {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    background: white;
}

.banner-left a,
.banner-right a {
    color: #fa212c;
    text-decoration: none;
    font-weight: bold;
}

.banner-right {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    background: white;
    color: #432eff;
}

.banner-center {
    display: block;
    text-align: center;
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: 5%;
}

.slick-dots {
    bottom: 0 !important;
}

.slick-dots li.slick-active button:after {
    position: absolute;
    content: '';
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 50%;
    background: #43d477;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li {
    margin: 0 10px;
}

.slick-dots li button {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid gray !important;
    border-radius: 50%;
}

.slick-dots li button:before {
    color: unset;
}

.slick-list {
    padding-left: 0 !important;
}

#reviews-list .slick-dots li button {
    border: 1px solid white !important;
}

.news-item-description {
    word-wrap: break-word;
    color: #474747;
    overflow-wrap: break-word;
}

.news-posted-at {
    color: rgb(150, 150, 150);
}

#reviews-list {
    background-image: url('../images/background-review.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .review-check p {
        margin-bottom: 0;
        width: fit-content;
        padding: 5px 15px;
    }

    .review-check {
        gap: 10px;
        margin-bottom: 20px;
    }

    .review-content {
        padding: 1rem;
        padding-top: 2rem;

    }

}

@media (min-width: 768px) {
    .review-content {
        height: 350px;
        padding-left: 3rem;
        padding-right: 3rem;

    }
}

.custom-hover-block {
    position: relative;
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    text-align: center;
}

.custom-hover-block .hover-info {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    padding: 10px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    transition-delay: 0.1s;
}

.custom-hover-block:hover .hover-info {
    opacity: 1;
    visibility: visible;
}

.reasons-list {
    display: flex;
    width: 100% !important;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 10px;
    white-space: nowrap;
    justify-content: center;
}

.reasons-list::-webkit-scrollbar {
    height: 5px;
}

.reasons-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}

.review-content {
    align-content: center;

    background-color: white;
    border: 1px solid yellowgreen;
    border-radius: 50px;
}

#reviews-list .slick-slider .slick-next {
    right: 45% !important;
    top: 70% !important;
}

#reviews-list .slick-slider .slick-prev {
    left: 45% !important;
    top: 70% !important;
    z-index: 1;
}

.customer-name {
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: green;
}

@media screen and (min-width: 576px) {

    .customer-name,
    .customer-job {
        font-size: 1.25rem;
    }
}

.customer-job {
    color: #303030;
    font-style: italic;
}

.review-check {
    display: flex;
}

.review-line-left {
    border-left: 5px solid green;
    padding: 20px;
}

.review-check p {
    padding: 5px;
    background: #e8f1e8;
    border-radius: 10px;
}

#hut-ham-cau {
    background: url(/images/bg-post.jpg) fixed center no-repeat;
    background-size: cover;
    padding-bottom: 10px;
}

#hut-ham-cau-list {
    gap: 2rem;
}

.hut-ham-cau-item {
    position: relative;
    width: 30%;
    padding: 0.5rem;
    background-color: white;
    border: 1px solid rgb(155, 197, 155);
    border-radius: 10px;
}

.hut-ham-cau-item a img {
    border-radius: 10px;
}

.hut-ham-cau-item:hover {
    box-shadow: 0px 0px 20px rgba(17, 138, 17, 0.5);
    transition: all 0.25s;
}

.hut-ham-cau-item-content {
    font-size: 2rem;
    font-weight: 700;
    color: green;
    position: absolute;
    text-shadow: 0 0 10px white;
    text-shadow:
        1px 1px 2px white,
        -1px 1px 2px white,
        1px -1px 2px white,
        -1px -1px 2px white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
    .outline-yellow {
        color: white;
        text-shadow:
            -2px -2px 0 white,
            2px -2px 0 white,
            -2px 2px 0 white,
            2px 2px 0 white;
    }
}

@media screen and (max-width: 991px) {
    .outline-yellow {
        color: white;
        text-shadow:
            -1px -1px 0 white,
            1px -1px 0 white,
            -1px 1px 0 white,
            1px 1px 0 white;
    }
}

@media screen and (min-width:576px) {
    .ion-overview-hero__animating-headlines-wrapper {
        top: 60%;
    }

    .ion-overview-hero__animating-headlines-wrapper h3 span.background-1,
    .ion-overview-hero__animating-headlines-wrapper h3 span.background-2,
    .ion-overview-hero__animating-headlines-wrapper h3 span.background-3,
    .ion-overview-hero__animating-headlines-wrapper h3 span.background-4 {
        padding: 1rem 2rem;
    }
}

@media screen and (max-width:575px) {
    .ion-overview-hero__animating-headlines-wrapper {
        top: 55%;
    }

    .ion-overview-hero__animating-headlines-wrapper h3 span.background-1,
    .ion-overview-hero__animating-headlines-wrapper h3 span.background-2,
    .ion-overview-hero__animating-headlines-wrapper h3 span.background-3,
    .ion-overview-hero__animating-headlines-wrapper h3 span.background-4 {
        padding: 0.5rem 1rem;
    }
}

.ion-overview-hero__animating-headlines-wrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    z-index: 2;
}

@media screen and (min-width:1601px) {
    .ion-overview-hero__animating-headlines-wrapper h3 {
        font-size: 80px;
    }
}

@media screen and (min-width:1400px) and (max-width:1600px) {
    .ion-overview-hero__animating-headlines-wrapper h3 {
        font-size: 60px;
    }
}

@media screen and (min-width:768px) and (max-width:1399px) {
    .ion-overview-hero__animating-headlines-wrapper h3 {
        font-size: 40px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .ion-overview-hero__animating-headlines-wrapper h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:575px) {
    .ion-overview-hero__animating-headlines-wrapper h3 {
        font-size: 25px;
    }
}

.ion-overview-hero__animating-headlines-wrapper h3 {
    text-align: center;
}

.ion-overview-hero__animating-headlines-wrapper h3 span.background-1 {
    background-color: rgba(146, 170, 238, 0.5);
    border-radius: 10px;
}

.ion-overview-hero__animating-headlines-wrapper h3 span.background-2 {
    background-color: rgba(40, 165, 88, 0.5);
    border-radius: 10px;
}

.ion-overview-hero__animating-headlines-wrapper h3 span.background-3 {
    background-color: rgba(146, 170, 238, 0.5);
    border-radius: 10px;
}

.ion-overview-hero__animating-headlines-wrapper h3 span.background-4 {
    background-color: rgba(40, 165, 88, 0.5);
    border-radius: 10px;
}

.ion-overview-hero__animating-headline {
    position: absolute;
    width: 100%;
    text-align: left;
    opacity: 0;
    animation: fadeInOut 12s infinite;
    font-size: 2rem;
    font-weight: bold;
}

.headline-1 {
    animation-delay: 0s;
}

.headline-2 {
    animation-delay: 3s;
}

.headline-3 {
    animation-delay: 6s;
}

.headline-4 {
    animation-delay: 9s;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    5% {
        opacity: 1;
        transform: translateY(0);
    }

    25% {
        opacity: 1;
        transform: translateY(0);
    }

    30% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}