header {
    background-color: #000;
}

.blog-page {
    background-color: #ebeef3;
}


/*  three banner  */

.threebanner {
    padding: 50px 0;
}

.threebanner img {
    border-radius: 5px;
}

.threebanner .box-box {
    position: absolute;
    bottom: 9px;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 43%);
    overflow: hidden;
    border-radius: 5px;
    transition: 0.3s;
}

.threebanner .box-box:hover{
    box-shadow: 1px 1px 10px #403f3fbd;
}
.threebanner .box-box:hover .title{
   color: #e44d3d;
}
.threebanner .box-text {
    position: absolute;
    bottom: 6%;
    right: 4%;
}

.threebanner .box-text .title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.threebanner .box-text .more {
    margin-top: 15px;
    font-size: 15px;
    color: #000;
    display: block;
    font-weight: 500;
    color: #fff;
}

.threebanner .box-text .more i {
    background-color: #e44d3d;
    padding: 4px 8px 1px;
    transition: 0.5s;
    border-radius: 50%;
    color: #000;
    margin-left: 5px;
    -webkit-text-stroke: 1px;
}

.little-img .box-text .title {
    font-size: 20px;
    transition: 0.3s;
}


/*  blog  */

.title-more {
    font-weight: bold;
    color: black;
    font-size: 25px;
}

hr.subtitle {
    max-width: 60px;
    border-top: 5px solid #e44d3d;
}

.most-visite-blog {
    padding: 40px 0 40px;
    background-color: #e7e7e7;
}

.most-visite-blog .main-blog {
    display: block;
    margin: 0 auto;
}

.most-visite-blog .slider-nav {
    padding-top: 55px;
    position: relative;
}

.most-visite-blog .box-blog {
    background-color: #fff;
    box-shadow: 0px 0px 12px #b4b4b4;
    border-radius: 5px;
    transition: 0.5s;
}

.most-visite-blog .box-blog:hover{
    box-shadow: 0 -6px 0px -1px #e44d3d inset;
}
.most-visite-blog .box-blog:hover .title{
    color: #e44d3d;
}
.most-visite-blog .box-blog:hover .more{
    color: #767676;
}
.most-visite-blog .box-blog img {
    width: 100%;
}

.most-visite-blog .box-blog .card-text {
    padding: 20px 30px;
}

.most-visite-blog .box-blog .title {
    transition: 0.4s;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.most-visite-blog .box-blog .more {
    margin-top: 15px;
    font-size: 15px;
    color: #000;
    display: block;
    font-weight: 500;
    transition: 0.3s;
}

.most-visite-blog .box-blog .more i {
    background-color: #e44d3d;
    padding: 4px 8px 1px;
    transition: 0.5s;
    border-radius: 50%;
    color: #000;
    margin-left: 5px;
    -webkit-text-stroke: 1px;
}

.most-visite-blog .slick-slider {
    overflow: hidden;
}

.most-visite-blog .slick-list {
    margin: 0 -15px;
    padding-bottom: 10px;
}

.most-visite-blog .slick-slide {
    margin: 0 15px;
}

.most-visite-blog .previous-blog {
    background-color: #31445a;
    color: #fff;
    top: 9px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 1;
    position: absolute;
    border: 0;
    transition: 0.4s;
}

.most-visite-blog .next-blog {
    background-color: #31445a;
    color: #fff;
    top: 9px;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 1;
    right: 40px;
    border: 0;
    transition: 0.4s;
}

.most-visite-blog .next-blog:hover,
.most-visite-blog .previous-blog:hover {
    background-color: #e44d3d;
    color: #fff;
}

.most-visite-blog .bi-chevron-right::before {
    font-size: 20px;
    position: relative;
    right: -4px;
    top: 3px;
    -webkit-text-stroke: 1px;
}

.most-visite-blog .bi-chevron-left::before {
    font-size: 20px;
    position: relative;
    right: -2px;
    top: 2px;
    -webkit-text-stroke: 1px;
}


/*  vertical slider  */

.last-blog .box {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 5px #80808082;
    transition: 0.2s;
}

.last-blog .box img {
    background-size: contain;
    height: 100%;
    margin-right: -1px;
}

.last-blog .box:hover {
    border-right: 8px solid #e44d3d;
    border-right-style: inset;
    box-shadow: 0px 4px 8px #80808082;
    margin-right: -2px;
}

.last-blog .box .title {
    font-weight: bold;
}

.last-blog .box .more {
    margin-top: 15px;
    font-size: 13px;
    color: #000;
    display: block;
    font-weight: 500;
}

.last-blog .box .more i {
    background-color: #e44d3d;
    padding: 4px 8px 1px;
    transition: 0.5s;
    border-radius: 50%;
    color: #000;
    margin-left: 5px;
    -webkit-text-stroke: 1px;
}

.last-blog .slick-dots {
    display: flex;
    justify-content: left;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.last-blog li {
    margin: 0 0.25rem;
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    /* background: #fff; */
}

.last-blog .slick-dots li button:before {
    line-height: 10px;
    width: 10px;
    height: 10px;
}

.last-blog button {
    display: block;
    width: 10px !important;
    height: 10px !important;
    padding: 0;
    /* border: none; */
    border-radius: 100%;
    text-indent: -9999px;
    border-radius: 100% !important;
    border: 1px solid #000 !important;
}

.last-blog li.slick-active button {
    background-color: #31445a;
}