body.blogFont {
    font-family: 'Inter', sans-serif;
}


.color-000 {
    color: #000;
}

.color-2F2F2F {
    color: #2F2F2F;
}

.color-FA9B23 {
    color: #FA9B23;
}

.color-444444 {
    color: #444444;
}

.color-757575 {
    color: #757575;
}

.color-8C8C8C {
    color: #8C8C8C;
}

.color-303030 {
    color: #303030;
}


.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-2 {
    padding-top: 2px;
}

.pl-10 {
    padding-left: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.viewMore {
    color: #2F2F2F;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    transition: all ease .2s;
}

.viewMore:hover {
    color: #FA9B23;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

a.text-overflow {
    display: block;
}


[data-blog="3"].topBlogBanner ul {
    grid-template-columns: repeat(3, auto);
}

.topBlogBanner ul {
    display: grid;
    padding: 0;
    margin: 0;
    width: 100%;
    grid-template-columns: 50% auto;
    grid-auto-rows: 275px;
    list-style: none;
}

.topBlogBanner ul li {
    padding: 5px;
}



[data-blog="4"].topBlogBanner ul li:nth-of-type(2n+1) {
    grid-row: 1/3;
}

[data-blog="4"].topBlogBanner ul li:nth-of-type(2) {
    grid-row: 1/2;
}

[data-blog="4"].topBlogBanner ul li:nth-of-type(3) {
    grid-row: 1/1;
}

[data-blog="4"].topBlogBanner ul li:nth-of-type(4) {
    grid-row: 2/3;
    grid-column-end: 4;
    grid-column-start: 2;
}


.blogBox {
    height: 100%;
}

.blogBox {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blogImageBox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.blogImageBox img,
.articleImage img,
.blogListImage img,
.imgHgt-475 img,
.imgHgt-200 img,
.imgHgt-120 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blogContentBox {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    bottom: 0;
    left: 0;
    right: 0;
}

.blogContentBox {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    bottom: 0;
    left: 0;
    right: 0;
}

.blogContent {
    display: flex;
    height: 100%;
    align-items: end;
    padding: 15px;
    color: #fff;
}

.blogProfileImg {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
}

.blogProfileImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}








.articleImage {
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blogFont a:hover {
    text-decoration: none;
}

.blogFilter ul,
.blogList ul,
.filterMonth ul,
.filterCategory ul,
.filterYear ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blogFilter ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}

.blogFilter ul li a {
    background-color: #ECECEC;
    padding: 10px;
    border-radius: 3px;
    color: #444;
    font-size: 14px;
    transition: all ease .2s;
    display: block;
}

.blogFilter ul li a:hover,
.blogFilter ul li a.active {
    background-color: #FA9B23;
    color: #fff;

}

.customSelect .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

.customSelect .bootstrap-select.show {
    display: inline-block !important;
}

.customSelect .btn-outline-light {
    color: #444;
    font-size: 14px;
    padding-left: 5px;
}



.customSelect .btn-outline-light:hover,
.customSelect .btn-outline-light:focus,
.customSelect .btn-outline-light:active {
    background-color: transparent;
    border-color: transparent;
    outline: 0;
}

.customSelect .dropdown-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.blogListImage {
    height: 130px;
    overflow: hidden;
}

hr.borderColor {
    border-top-color: #ececec;
}

hr.borderColor2 {
    border-top-color: #f1f1f1;
}

.imgHgt-475 {
    height: 475px;
    overflow: hidden;
}

.imgHgt-200 {
    height: 200px;
    overflow: hidden;
}

.imgHgt-120 {
    height: 120px;
    overflow: hidden;
}

.dot {
    font-size: 7px !important;
    vertical-align: middle;
    margin-top: -5px;
    color: #C4C4C4;
    margin-left: 10px;
    margin-right: 10px;
}

.dot2 {
    font-size: 7px !important;
    vertical-align: middle;
    margin-top: -4px;
    color: #C4C4C4;
    margin-left: 5px;
    margin-right: 5px;
}

.filterMonth::after {
    clear: both;
    content: "";
    display: table;
}

.filterMonth ul li {
    width: 26%;
    float: left;
}

.filterMonth ul li a {
    font-size: 20px;
    font-weight: 300;
    color: #303030;
    line-height: 40px;
    transition: all ease .2s;
}

.filterMonth ul li a.inactive {
    color: #BCBCBC;
}

.filterMonth ul li a.active,
.filterCategory ul li a.active,
.filterYear ul li a.active,
.filterMonth ul li a:hover,
.filterCategory ul li a:hover,
.filterYear ul li a:hover {
    color: #F24E1E;
}

.filterCategory ul li a {
    color: #303030;
    font-size: 18px;
    line-height: 40px;
    transition: all ease .2s;
}



.filterYear ul li {
    display: inline-block;

}

.filterYear ul li a {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding: 0 10px;
    display: block;
    transition: all ease .2s;
}

.filterYear ul li:first-child a {
    padding-left: 0px;
}

.filterYear ul li a.color-75 {
    color: #757575;
}

.notifyStar {
    color: #F24E1E;
    padding-left: 50px;
    font-size: 10px !important;
    vertical-align: middle;
    margin-top: -5px;
}

.lh-53 {
    line-height: 53px;
}

.lh-27 {
    line-height: 27px;
}

.lh-25 {
    line-height: 25px;
}


.fs-16-700 {
    font-size: 16px;
    font-weight: 700;
}

.fs-16-500 {
    font-size: 16px;
    font-weight: 500;
}

.fs-14-700 {
    font-size: 14px;
    font-weight: 700;
}

.fs-14-500 {
    font-size: 14px;
    font-weight: 500;
}

.fs-14 {
    font-size: 14px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12-700 {
    font-size: 12px;
    font-weight: 700;
}

.fs-30-700 {
    font-size: 30px;
    font-weight: 700;
}

.fs-30 {
    font-size: 30px;
}

.fs-20-700 {
    font-size: 20px;
    font-weight: 700;
}

.fs-20-500 {
    font-size: 20px;
    font-weight: 500;
}

.fs-20 {
    font-size: 20px;
}

.fs-25-700 {
    font-size: 25px;
    font-weight: 700;
}

.fs-25-500 {
    font-size: 25px;
    font-weight: 500;
}

.fs-40-700 {
    font-size: 40px;
    font-weight: 700;
}

.fs-75-700 {
    font-size: 75px;
    font-weight: 700;
}

.fs-18 {
    font-size: 18px;
}

.fs-18-500 {
    font-size: 18px;
    font-weight: 500;
}

.orderOne ul li {
    display: none;
}


.moreCategory {
    display: none;
}

/* Blog 3 Template*/

.fs-16 {
    font-size: 16px;
}

.mb-5 {
    margin-bottom: 5px;
}
.pt-30{
    padding-top: 30px;
}

.lh-16 {
    line-height: 16px;
}

.lh-22 {
    line-height: 22px;
}

.bg3-img-rad {
    border-radius: 0 0 30px 0;
}

.bg3-banner-img {
    background-image: url(../../assets/images/section/blog-section-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg3-list-banner-img {
    background-image: url(../../assets/images/section/blog-section-3-list.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pt-120{
    padding-top: 120px;
}

.bg3-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Dp */
.bg3-dropdown {
       width: 100%;
}
.bg3-dropdown .dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 20px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.bg3-dropdown .dropdown-select:focus {
    background-color: #fff;
}

.bg3-dropdown .dropdown-select:hover {
    background-color: #fff;
}

.bg3-dropdown .dropdown-select:active,
.bg3-dropdown .dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.bg3-dropdown .dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
}

.bg3-dropdown .dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.bg3-dropdown .dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.bg3-dropdown .dropdown-select.open .option {
    cursor: pointer;
}

.bg3-dropdown .dropdown-select.wide {
    width: 100%;
}

.bg3-dropdown .dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.bg3-dropdown .dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.bg3-dropdown .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.bg3-dropdown .dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.bg3-dropdown .dropdown-select .dd-searchbox{
  width:90%;
  border:1px solid #2855a4;
  border-color:#2855a4;
  border-radius:4px;
  outline:none;
  height: 30px;
}
.bg3-dropdown .dropdown-select .dd-searchbox:focus{
  border-color:#2855a4;
}

.bg3-dropdown .dropdown-select .list ul {
    padding: 0;
}

.bg3-dropdown .dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.bg3-dropdown .dropdown-select .option:hover,
.bg3-dropdown .dropdown-select .option:focus {
    background-color: #E8E8E8 !important;
    color: #000;
}

.bg3-dropdown .dropdown-select .option.selected {
    font-weight: 600;
    color: #2855a4;
}

.bg3-dropdown.dropdown-select .option.selected:focus {
    background: #2855a4;
}

.bg3-dropdown .dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.bg3-dropdown .dropdown-select a:hover {
    color: #666;
}

.bg3-resetBtn .bg3btnReset{
    background-color: #dc3c04;
    color: #fff;
    border-radius: 20px;
    padding: 7px 14px;
    transition: 0.4s ease-in-out;
}
.bg3-resetBtn .bg3btnReset:hover{
    background-color: #952b05;
    color: #fff;
    border-radius: 20px;
    padding: 7px 14px;
    transition: 0.4s ease-in-out;
}
.bg3-resetBtn .bg3btnReset:focus{
    box-shadow: none;
    outline: none;
}
/* dp */

.bg3-border-1 {
    border-top: 1px solid #E8E8E8;
    padding: 0 30px;
}

.bg3-ribbon-label .ribBottom {
    bottom: 10px;
    top: 0;
}

.bg3-ribbon-label {
    width: auto;
    height: 20px;
    background: #dc3c04;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
    position: absolute;
    top: 5px;
    left: 11px;
    z-index: 1;
}

.bg3-ribbon-label::before,
.bg3-ribbon-label::after {
    content: "";
    position: absolute;
}

.bg3-ribbon-label::before {
    height: 2px;
    width: 4px;
    background-color: #dc3c04;
    bottom: -2px;
    left: 0;
}

.bg3-ribbon-label::after {
    height: 0;
    width: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #dc3c04;
    left: 100%;
}


/* Ended*/
@media(max-width:1024px) {

    .fs-16-700,
    .fs-16-500 {
        font-size: 14px;
    }

    .fs-18,
    .fs-18-500 {
        font-size: 16px;
    }

    .fs-14-700,
    .fs-14-500,
    .fs-14 {
        font-size: 12px;

    }

    .fs-30-700,
    .fs-30 {
        font-size: 20px;
    }

    .fs-75-700 {
        font-size: 40px;
    }

    .fs-20-700,
    .fs-20-500,
    .fs-20 {
        font-size: 16px;
    }

    .fs-25-700,
    .fs-25-500 {
        font-size: 20px;
    }

    .fs-40-700 {
        font-size: 30px;
    }

    .lh-53 {
        line-height: 43px;
    }

    .notifyStar {
        padding-left: 15px;

    }

}


@media(min-width: 1024px) {
    .viewMore {
        padding-right: 5px;
    }

    .pl-45-lg {
        padding-left: 45px !important;
    }
}

@media(max-width:767px) {

    .topBlogBanner ul {
        display: block;
    }

    .topBlogBanner ul li {
        height: 275px;
        padding: 0;
        margin-bottom: 10px;
    }

    .filterYear ul li a {
        font-size: 12px;
        padding: 0 5px;

    }

    .blogFilter ul li a {
        padding: 6px 15px;
        font-size: 12px;
    }

    .customSelect.text-right {
        text-align: left !important;
    }


    .orderOne ul li:nth-child(-n + 2),
    .filterCategory ul li:nth-child(-n + 2) {
        display: inline-block;
    }

    .orderOne.showMoreTags ul li {
        display: inline-block;
    }


    .filterMonth ul li a {
        font-size: 12px;
        line-height: 30px;
    }


    .filterYear+.fs-20-500 {
        font-size: 12px;
    }

    .order-sm1.forXs .filterYear {
        margin-bottom: 10px;
    }

}

@media(min-width:768px) and (max-width: 1024px) {

    .pl-5-tb {
        padding-left: 5px;
    }

    .topBlogBanner ul {
        display: block;
    }

    .topBlogBanner ul li {
        height: 275px;
        width: 50%;
        float: left;
    }

    .filterYear ul li a {
        font-size: 16px;
        padding: 0 7px;

    }

    .blogFilter ul li a {
        padding: 8px;
        font-size: 12px;
    }

    .filterMonth ul li a,
    .filterCategory ul li a {
        font-size: 16px;
        line-height: 34px;
    }
}

@media(max-width:575px) {

    .imgHgt-200,
    .imgHgt-120 {
        margin-bottom: 20px;
    }


}

@media(max-width:992px) {

    .order-sm1 {
        order: 1;
    }

    .order-sm2 {
        order: 2;
    }

    .order-sm1 .filterYear {
        display: block;
        margin-bottom: 20px;
    }

    .order-sm2 .filterYear {
        display: none;
    }

    .blogFilter {
        display: flex;
        flex-wrap: wrap;
    }

    .orderOne,
    .orderTwo {
        flex: 0 0 100%;
    }

    .orderTwo {
        order: 1;
        margin-bottom: 10px;
    }

    .orderOne {
        order: 2;
    }

    .filterMonth ul li {
        width: 16.666%;
    }

    .filterMonth.mb-30 {
        margin-bottom: 15px;
    }

    .forXs .moreCategory {
        display: inline-block;
        padding-left: 15px;
    }

    .filterCategory ul li {
        display: none;
    }

    .filterCategory.showMoreCategory ul li {
        display: inline-block;
    }

    .filterCategory ul li a {
        background-color: #ECECEC;
        padding: 6px 12px;
        border-radius: 3px;
        color: #444;
        font-size: 12px;
        transition: all ease .2s;
        display: block;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .filterCategory ul li a:hover,
    .filterCategory ul li a.active {
        background-color: #FA9B23;
        color: #fff;
    }


}

@media(min-width:992px) {
    .order-sm1 .filterYear {
        display: none;
    }
}

@media(min-width:768px) {
    .orderOne ul li:nth-child(-n + 8) {
        display: inline-block;
    }

    .orderOne.showMoreTags ul li {
        display: inline-block;
    }
}

@media(min-width:768px) and (max-width: 992px) {

    .filterCategory ul li:nth-child(-n + 7) {
        display: inline-block;
    }

}

/* Pagenation Custom Css */

.page-item .edi-pagination { 
    color: #000 !important;
    margin-left: 3px !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}
.page-item .edi-pagination:focus {
    outline: 0;
    box-shadow: none;
}
.page-item.active .edi-pagination{
    background-color: #313fa0;
    color: #fff!important;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px !important;
}

.page-item.disabled .page-link {
    color: #fff !important;
    cursor: not-allowed;
    background: #313fa0;
    border: none;
    opacity: 0.5;
}

.edi-image-border {
    box-shadow: -1px 1px 5px 2px #d0d0d0;
}

.edi-pagination-backgrond{
    background: #e0e2f1 !important;
    width: fit-content;
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

@media screen and (max-width:567px) {
    .edi-pagination-backgrond{
        padding: 10px 10px;
    }
    .page-item .edi-pagination{
        padding: 10px 10px;
    }
    .page-item.active .edi-pagination{
        padding: 10px 10px;
    }
}