@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #404041;
}

.clamp {
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.clamp1 {
    -webkit-line-clamp: 1;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}

.clamp5 {
    -webkit-line-clamp: 5;
}
.box:hover {
    margin-left: 30px;
    transform: scale(1.05);
}
.box {
    transition: margin-left 0.3s ease, transform 0.3s ease;
}
header.sticky {
    position: fixed;
    background-color: #fff;
}
header.sticky a {
    color: #000;
}
.slider-home .owl-dots {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.pagination li:first-child a,.pagination li:first-child span{
   border: 0px !important;
}
.pagination li:last-child a,.pagination li:last-child span{
    border: 0px !important;
 }