@font-face {
    font-family: 'shabnam';
    src: url("../fonts/Shabnam-Medium.ttf");
    src: url("../fonts/Shabnam-Medium.woff");
    src: url("../fonts/Shabnam-Medium.woff2");
    src: url("../fonts/Shabnam-Medium-FD-WOL.eot");
    src: url("../fonts/Shabnam-Medium-FD-WOL.ttf");
    src: url("../fonts/Shabnam-Medium-FD-WOL.woff");
    src: url("../fonts/Shabnam-Medium-FD-WOL.woff2");
}

.px-container {
    padding-right: 10px;
    padding-left: 10px;
}

body {
    background-color: #fff;
    box-sizing: border-box;
}

#categorySideBar .modal-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 280px;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

#categorySideBar .modal-dialog .modal-body {
    height: 100vh;
    padding-top: 20px;
    overflow: scroll !important;
    padding-bottom: 50px;
    z-index: 9999999;
}

#main #faq .card .card-header {
    padding: 0;
}

    #main #faq .card .card-header .btn-header-link {
        color: #000;
        display: block;
        text-align: right;
    }

#main #faq .card .collapse {
    border: 0;
}

ul li {
    list-style-type: none;
}

.toggle_nav button:active, .toggle_nav button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.fix-top {
    width: 100%;
    transition: all .5s;
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    background-color: rgb(255, 255, 255);
    z-index: 999;
    box-shadow: 2px 2px 2px #eeeeee;
}

.text-sm {
    font-size: 12px;
}

.text-md {
    font-size: 14px !important;
}

a:hover {
    text-decoration: none;
}


* {
    font-family: shabnam;
}


.bg__greenNav {
    background: linear-gradient(268.71deg, #88C64C -8.56%, #36B553 126.98%);
}

.btn-warning-nav {
    width: 171px;
    height: 41px;
    background-color: #FFC200;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all .3s ease;
    font-size: 14px;
    color: white;
    padding: 10px 10px 10px 0;
}

    .btn-warning-nav span {
        display: inherit;
        background-color: #ffa800;
        padding: 10px 15px;
        border-radius: 5px 0 0 5px;
        margin-right: 5px;
    }

    .btn-warning-nav:hover {
        background-color: #ffa800;
        color: white;
    }

.text-green {
    color: #88C64C;
}

    .text-green:hover {
        color: #36B553;
    }

.box__slideHeader {
    position: relative;
    margin: auto;
}

    .box__slideHeader .cover {
        position: absolute;
        width: 95%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.14%, #000000 100%);
        border-radius: 5px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }

    .box__slideHeader:hover .text_white {
        color: #36B553;
        display: inline-block;
        border-bottom: 1px solid #36B553;
    }

    .box__slideHeader:hover .label {
        background: linear-gradient(268.71deg, #88C64C -8.56%, #36B553 126.98%);
    }

    .box__slideHeader .text {
        position: absolute;
        width: 95%;
        bottom: 20px;
        right: 30px;
        z-index: 7;
    }

    .box__slideHeader .text_white {
        color: white;
        transition: all .3s ease;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .box__slideHeader img {
        width: 95%;
        height: auto;
        margin: auto;
        border-radius: 5px;
    }

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li:hover button:before {
    color: #88C64C !important;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #36B553;
}

.box__slideHeader .label {
    padding: 2px 15px;
    position: absolute;
    top: 20px;
    left: 40px;
    background: linear-gradient(265.4deg, #FFC200 -3.56%, #FF8A00 75.9%);
    border-radius: 5px;
    color: white;
    transition: all .3s ease;
}

.text-gray {
    color: #908B8B;
}

.img-size {
    width: 16px !important;
    height: 16px !important;
}

.style__search {
    background-color: #fcfcfc;
    border-radius: 25px;
    width: 100%;
}

    .style__search input {
        border: none;
        background-color: transparent;
        padding: 10px 5px;
        width: content-box;
        min-width: 300px;
        max-width: 300px;
    }

        .style__search input:focus, .style__search button:focus {
            border: none;
            box-shadow: none;
            outline: none;
        }

.mt-title {
    margin-top: 100px;
}

.text-title {
    font-size: 24px;
}

.border-title {
    background: linear-gradient(268.71deg, #88C64C -8.56%, #36B553 126.98%);
    border-radius: 5px;
    width: 15%;
    height: 5px;
    margin: 0 15px;
}

#myTab .nav-link.active {
    background: linear-gradient(268.71deg, #88C64C -8.56%, #36B553 126.98%);
    margin: 0 10px;
    color: white;
    border-radius: 5px;
    padding: 5px 20px;
}

#myTab .nav-link {
    background: #f8f8f8;
    margin: 0 10px;
    color: #000;
    border-radius: 5px;
    padding: 5px 20px;
}

.box__imgTab {
    display: inline-block;
    position: relative;
    border-radius: 8px;
    width: 100%;
    margin: auto;
}

    .box__imgTab img {
        border-radius: 8px;
        width: 100%;
        margin: 0 auto;
    }

    .box__imgTab .text {
        position: absolute;
        transition: all .3s ease;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 14px;
        text-align: center;
        padding: 15px 0;
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(4px);
        border-radius: 0 0 8px 8px;
        width: 100%;
        margin: auto;
    }

    .box__imgTab:hover .text {
        background: linear-gradient(268.71deg, rgba(136, 198, 76, 0.48) -8.56%, rgba(54, 181, 83, 0.51) 126.98%);
        backdrop-filter: blur(4px);
    }

        .box__imgTab:hover .text p {
            color: white;
        }

    .box__imgTab .text p {
        margin: 0;
        color: black;
        transition: all .3s ease;
    }

.next {
    width: 40px;
    height: 40px;
    background-color: #d7d7d7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.prev {
    width: 40px;
    height: 40px;
    background-color: #d7d7d7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.next p {
    margin: auto;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}

.prev p {
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.prev:hover p {
    border-top: 2px solid #36B553;
    border-right: 2px solid #36B553;
}

.next:hover p {
    border-top: 2px solid #36B553;
    border-left: 2px solid #36B553;
}

.tab-content > .tab-pane:not(.active), .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}

.line-height {
    line-height: 2.4;
}

.box__largeBlog {
    min-height: 531px;
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
    position: relative;
    text-align:justify;
}

    .box__largeBlog img {
        border-radius: 8px;
    }

.btn-green {
    background: linear-gradient(268.71deg, #88C64C -8.56%, #36B553 126.98%);
    color: white;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 15px;
    transition: all .3s ease;
}

    .btn-green:hover {
        background: linear-gradient(265.4deg, #FFC200 -3.56%, #FF8A00 75.9%);
        color: white;
    }

.box__smallblog {
    border-radius: 8px;
    padding: 10px;
    background: #FDFDFD;
    border: 1px solid #F4F4F4;
}

    .box__smallblog img {
        border-radius: 8px;
    }

.bg-top-footer {
    background: linear-gradient(268.71deg, #88C64C -8.56%, #36B553 126.98%);
    padding: 15px 0;
}

.text-lg {
    font-size: 18px;
}

.bg-footer {
    background-color: #f4f4f4;
}

.list-footer {
    padding: 0;
}

    .list-footer li {
        list-style-type: none;
        padding: 8px 0;
    }

        .list-footer li a {
            color: #494949;
            font-size: 12px;
            font-weight: 100;
        }

.icon-footer {
    opacity: 1;
    transition: all .3s;
}

    .icon-footer:hover {
        opacity: .6;
    }

.form__styleNews {
    display: flex;
    align-items: center;
}

    .form__styleNews input {
        border: 1px solid #AEAEAE;
        box-sizing: border-box;
        border-radius: 34px;
        font-size: 13px;
        padding: 10px;
        width: 70%;
    }

.form__input input {
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-radius: 34px;
    font-size: 13px;
    padding: 20px 10px;
    width: 100%;
}

.form__input textarea {
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-radius: 34px;
    font-size: 13px;
    padding: 20px;
    width: 100%;
    resize: none;
}

.form__styleNews input::placeholder {
    font-size: 11px;
    color: #9a9a9a;
}

.form__styleNews button {
    color: white;
    background: #FFC200;
    border-radius: 34px;
    outline: none;
    border: none;
    font-size: 14px;
    padding: 10px 20px;
    margin-right: 10px;
}

.border-radius {
    border-radius: 8px;
}

.justifyed {
    text-align: justify;
}

.list-style li {
    position: relative;
    padding-right: 30px;
}

    .list-style li:before {
        content: '';
        position: absolute;
        top: 18px;
        right: 0;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        background: linear-gradient(268.71deg, #88C64C -8.56%, #36B553 126.98%);
    }

.box__customer {
    background: #FDFDFD;
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px;
}

    .box__customer .comment-box {
        justify-content: space-between !important;
    }

.btn-radius {
    border-radius: 32px;
}

@media screen and (min-width: 576px) {
    #myTab .nav-link.active {
        background: linear-gradient(268.71deg, #88C64C -8.56%, #36B553 126.98%);
        margin: 0 10px;
        color: white;
        border-radius: 5px;
        padding: 5px 50px;
    }

    #myTab .nav-link {
        background: #f8f8f8;
        margin: 0 10px;
        color: #000;
        border-radius: 5px;
        padding: 5px 50px;
    }

    .px-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .box__imgTab {
        display: inline-block;
        position: relative;
        border-radius: 8px;
        width: 95%;
        margin: auto;
    }

        .box__imgTab img {
            border-radius: 8px;
            width: 95%;
            margin: 0 auto;
        }

        .box__imgTab .text {
            position: absolute;
            transition: all .3s ease;
            left: 0;
            right: 0;
            bottom: 0;
            font-size: 14px;
            text-align: center;
            padding: 15px 0;
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(4px);
            border-radius: 0 0 8px 8px;
            width: 95%;
            margin: auto;
        }
}

@media screen and (min-width: 768px) {
    .px-container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (min-width: 992px) {
    .px-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .px-container {
        padding-right: 100px;
        padding-left: 100px;
    }
}

#back-top {
    position: fixed;
    bottom: 30px;
    z-index: 9;
    display: none;
    left: 20px;
}

    #back-top a {
        width: 40px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
        background-image: url('../img/Arrow---Left.png');
        height: 40px;
        background-color: #FFC200;
        transform: rotate(90deg);
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
    }

        #back-top a:hover {
            background-color: #8AC64B;
        }


.next-button {
    background: linear-gradient(268.71deg, #88C64C -8.56%, #36B553 126.98%);
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 15px;
    transition: all .3s ease;
}

.current-page {
    background: linear-gradient(268.71deg, #88c64c00 -8.56%, #36b55300 126.98%);
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 15px;
    transition: all .3s ease;
    /* align-items: center; */
     /*align-items: center;*/
    border: #36B553 groove;
    /*background-color: white !important;
    color: #36B553;*/
    margin:6px;
}

@media (max-width:767px) {
    .text-tag {
        font-size: 12px;
        white-space: nowrap !important;
    }
}


.breadcrumb-bg {
    background: #EFEFEF;
    box-shadow: 0 0 5px rgba(0,0,0,0.2)
}

.breadcrumb-list {
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    color: #666;
}

    .breadcrumb-list .breadcrumb-item {
        position: relative;
        padding: 5px 18px 5px 8px;
    }

        .breadcrumb-list .breadcrumb-item :before {
            content: "\f100";
            font-family: "Font Awesome 5 Free";
            position: absolute;
            font-weight: bold;
            left: -13px;
            font-size: 12px;
            margin: 0px 5px;
        }

        .breadcrumb-list .breadcrumb-item:last-of-type:before {
            content: none
        }

        .breadcrumb-list .breadcrumb-item .title {
        }

        .breadcrumb-list .breadcrumb-item a {
        }

        .breadcrumb-list .breadcrumb-item span:not(.title) {
            font-weight: bold;
        }

.breadcrumb-item + .breadcrumb-item::before {
    content: none;
}
.featured_box .show_detail:hover, .c_red {
    color: #8AC64B !important;
}

a {
    cursor: pointer;
    transition: .3s;
    color: #727677;
    /*color: #007bff;*/
    text-decoration: none !important;
}

p > a {
    color: #007bff;
}

@media (max-width:767px) {
    .desc-container   img {
        width: 100% !important;
        height: auto;
    }
}
.main-blog-container {
    max-width: 1140px !important;
    margin-left: auto;
    margin-right: auto;
}
.current-page-li   {
    margin-top: -7px;
}

.pos_nav_blog {
    z-index: 1000;
    position: fixed !important;
    top: 0 !important;
    width: 100%;
}

.bg-gray {
    background-color: #EFEFEF;
}

.h-250{
    height:250px;
}

.blog-bootom-sec {
    position: absolute;
     bottom: 0px;
}
.desc-container h2 {
    margin: 20px 0 10px;
}