.box-search {
    background: #f2f2f2;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.news-info {
    padding: 0 5px;
}

    .news-info .news-title {
        color: #000;
        font-weight: 600;
        line-height: 1.2em;
    }

    .news-info .news-attribute {
        padding-top: 20px;
    }

    .news-info .news-sapo {
        line-height: 25px;
        text-align: justify;
        font-weight: bold;
        font-size: 16px;
    }

        .news-info .news-sapo span:before {
            content: "luutru.gov.vn";
            display: inline-block;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 11px;
            font-weight: normal;
            color: #FFF;
            text-transform: uppercase;
            line-height: 13px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            background-color: #00A6DD;
            padding: 2px 5px 1px;
            position: relative;
            top: -2px;
            margin-right: 3px;
        }

.tincungchuyenmuc {
    background-color: #ebebeb;
}

    .tincungchuyenmuc .news-info-title {
        text-align: center;
    }

.w-le {
    width: 100% !important;
    background-color: whitesmoke;
}
/** NEWS SLIDER ********************************/
.news-slider {
    margin-bottom: 20px;
    background: #f2f2f2;
    border: 1px solid #ddd;
}

.news-slider-imgs .item .item-head {
    position: relative;
}

    .news-slider-imgs .item .item-head img {
        width: 100%;
    }

.news-slider-imgs .item-head-content {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 10px;
    color: #fff;
    background: url(../../Common/Images/bg/bg-70.png);
    width: 100%;
    height: 70px;
}

    .news-slider-imgs .item-head-content .link-text {
        font-weight: bold;
        font-size: 16px;
    }

.news-slider-imgs .item .desc {
    /*padding: 10px;*/
}

.news-slider-imgs {
    position: relative;
    background-color: #fff;
}

.news-slider-imgs-wrap .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 50px;
    background: none;
    background-image: url(../../Common/icons/pre.png);
    border: none;
    z-index: 999;
    background-position-x: -1px;
    background-repeat: no-repeat;
    background-position-y: center;
}

.news-slider-imgs-wrap .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 50px;
    background: none;
    background-image: url(../../Common/icons/next.png);
    border: none;
    z-index: 999;
    background-position-x: 5px;
    background-repeat: no-repeat;
    background-position-y: center;
}

.news-slider-imgs-navigation .slick-prev {
    position: absolute;
    left: 0;
    top: 40%;
    width: 30px;
    height: 50px;
    background: rgb(0, 0, 0); /* fallback in case rgba is not supported */
    background: rgba(0, 0, 0, 0.7);
    border: none;
}

.news-slider-imgs-navigation .slick-next {
    position: absolute;
    right: 0;
    top: 40%;
    width: 30px;
    height: 50px;
    background: rgb(0, 0, 0); /* fallback in case rgba is not supported */
    background: rgba(0, 0, 0, 0.7);
    border: none;
}

.news-slider-list .slick-track {
    width: 100% !important;
}

.crop-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5em; /* fallback */
    /*max-height: 32px;*/ /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.crop-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5em; /* fallback */
    /*max-height: 32px;*/ /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.news-slider-list .item {
    width: 100% !important;
    /*background: url('../icons/arrown-black.png') no-repeat 0px 15px;*/
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    border-bottom: 1px dashed #eaeaea;
    margin: 0px;
    height: 60px;
}

    .news-slider-list .item.active {
        color: #000;
        background-color: #fff;
        font-weight: bold;
        border-left: 3px solid red;
    }

.news-slider-imgs .title-heading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.news-slider-imgs-wrap .link-text {
    color: #fff;
}

.nav-tabs > li.active {
    border-bottom: 3px solid #5859a9;
    margin-bottom: -3px;
}
/**
    BANNER ********************************/
.small-banner {
    /*margin-bottom: 10px;*/
}

/**
    BIG NEWS ********************************/

.title-links {
    display: inline-block;
}

    .title-links .first-btn {
        color: #000;
        text-decoration: none;
        font-size: 12px;
    }

        .title-links .first-btn:hover {
            color: #337ab7;
            text-decoration: none;
        }

    .title-links a {
        margin-right: 5px;
        margin-left: 5px;
        font-size: 12px;
    }

    .title-links .dropdown-toggle {
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 0;
        height: 22px;
        margin-top: 5px;
        padding: 0px 5px;
    }

.big-news-list {
    /* border-top: 3px solid #d5d5d5; */
    padding: 10px 0px;
}

    .big-news-list .first-item img {
        width: 100%;
        /* border: 1px solid #0461af; */
        /*margin-bottom: 5px;*/
    }

    .big-news-list .first-item .title {
        font-size: 20px;
        font-weight: bold;
        padding-top: 0px;
        margin-bottom: 10px;
    }

    .big-news-list .first-item .desc {
        font-size: 15px;
        text-align: justify;
    }

    .big-news-list .text_tag {
        background: #f1f1f1 url(../../Common/Images/icon_tag.gif) no-repeat left top;
        padding: 0 10px 0 20px;
        height: 20px;
        color: #939393;
        float: left;
        font: 400 13px/20px arial;
        margin: 0 5px 0 0;
    }

    .big-news-list .item {
        margin-bottom: 15px;
    }

        .big-news-list .item img {
            width: 100%;
            /*height: 80px;*/
        }

        .big-news-list .item .title {
            padding-top: 0;
            font-size: 15px;
            text-align: justify;
            /*font-weight: bold;*/
            margin-bottom: 0px;
            /* float: right; */
        }

        .big-news-list .item .desc {
            font-size: 12px;
            margin-bottom: 5px;
            color: #6f6f6f;
        }

        .big-news-list .item .title-only {
            font-size: 13px;
            padding-left: 10px;
        }


    .big-news-list .normal-news .first-item .desc {
        color: #000;
    }

    .big-news-list .normal-news .item {
        padding-left: 15px;
        background: url('../../../Common/icons/arrown-black.png') no-repeat 10px 3px;
    }

    .big-news-list .normal-news .item-cate {
        padding-left: 15px;
        background: url('../../Common/icons/arrown-black.png') no-repeat 10px 6px;
    }

.normal-news .item {
    margin-bottom: 0;
}

.normal-news .first-item {
    margin-bottom: 15px;
    margin-left: 0px !important;
}

/**
    BIG NEWS ********************************/

.m-title-links {
    display: inline-block;
}

    .m-title-links .first-btn {
        color: #000;
        text-decoration: none;
        font-size: 12px;
    }

        .m-title-links .first-btn:hover {
            color: #337ab7;
            text-decoration: none;
        }

    .m-title-links a {
        margin-right: 5px;
        margin-left: 5px;
        font-size: 12px;
    }

    .m-title-links .dropdown-toggle {
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 0;
        height: 22px;
        margin-top: 5px;
        padding: 0px 5px;
    }

.m-big-news-list {
    /* border-top: 3px solid #d5d5d5; */
    padding: 10px 0px;
}

    .m-big-news-list .first-item img {
        width: 100%;
        /* border: 1px solid #0461af; */
        /*margin-bottom: 5px;*/
    }

    .m-big-news-list .first-item .title {
        font-size: 20px;
        font-weight: bold;
        padding-top: 0px;
        margin-bottom: 10px;
    }

    .m-big-news-list .first-item .desc {
        font-size: 15px;
        text-align: justify;
    }

    .m-big-news-list .text_tag {
        background: #f1f1f1 url(../../Common/Images/icon_tag.gif) no-repeat left top;
        padding: 0 10px 0 20px;
        height: 20px;
        color: #939393;
        float: left;
        font: 400 13px/20px arial;
        margin: 0 5px 0 0;
    }

    .m-big-news-list .item {
        margin-bottom: 15px;
    }

        .m-big-news-list .item img {
            width: 100%;
            /*height: 80px;*/
        }

        .m-big-news-list .item .title {
            padding-top: 0;
            font-size: 14px;
            text-align: justify;
            font-weight: bold;
            margin-bottom: 0px;
            /* float: right; */
        }

        .m-big-news-list .item .desc {
            font-size: 12px;
            margin-bottom: 5px;
            color: #6f6f6f;
        }

        .m-big-news-list .item .title-only {
            font-size: 13px;
            padding-left: 10px;
        }


    .m-big-news-list .m-normal-news .first-item .desc {
        color: #000;
    }

    .m-big-news-list .m-normal-news .item {
        padding-left: 15px;
        background: url('../../../Common/icons/arrown-black.png') no-repeat 10px 3px;
    }

    .m-big-news-list .m-normal-news .item-cate {
        padding-left: 15px;
        background: url('../../Common/icons/arrown-black.png') no-repeat 10px 6px;
    }

.m-normal-news .item {
    margin-bottom: 0;
}

.m-normal-news .first-item {
    margin-bottom: 15px;
    margin-left: 0px !important;
}

/** DOCUMENT TABS *******************************************************************/

.document-tabs {
    margin-bottom: 12px;
    padding-top: 3px;
}

    .document-tabs .tab-pane {
        padding: 10px;
        background: #fff;
    }

    .document-tabs .nav-tabs a {
        color: #000;
    }

        .document-tabs .nav-tabs a h4 {
            margin: 0;
        }

    .document-tabs .nav-tabs > li > a {
        border: none;
        border-radius: 0;
        background: none;
        margin: 0px;
        padding: 5px 10px 3px 10px;
        color: #b44617;
    }

.nav-tabs {
    border-bottom: 3px solid #0351a0;
    /*background-color: #dae7f2;*/
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li.active a,
        .nav-tabs > li.active a:focus,
        .nav-tabs > li.active a:hover {
            /*background: #dae7f2;*/
            cursor: pointer;
            color: #2e6dab;
        }

/** WARNING TABS *******************************************************************/

.warning-tabs .tab-content {
    border: 1px solid #ccc;
    border-top: 1px solid #eee;
}

.warning-tabs a h4 {
    font-size: 12px;
}

.warning-tabs .warning {
    text-align: center;
}

.warning-title {
    margin-top: 15px;
    font-weight: bold;
}

.warning-content .link-text {
    font-weight: bold;
    width: 100%;
    margin-top: 5px;
    float: left;
    color: #646464;
    text-align: left;
    text-transform: uppercase;
}

/** NEWS TABS *******************************************************************/

.block-tabs {
    margin-bottom: 10px;
}

    .block-tabs .tab-pane {
        padding: 10px;
        background: #fff;
    }

    .block-tabs .nav-tabs a {
        color: #000;
    }

        .block-tabs .nav-tabs a h4 {
            margin: 0;
        }

    .block-tabs .nav-tabs > li > a {
        border: none;
        border-radius: 0;
        background: none;
        margin: 0px;
        padding: 5px 10px;
        color: #555;
        font-weight: bold;
    }

.nav-tabs {
    border-bottom: 3px solid #b44617;
    /*background-color: #ffd7a4;*/
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li.active a,
        .nav-tabs > li.active a:focus,
        .nav-tabs > li.active a:hover {
            /*background: #ffd7a4;*/
            cursor: pointer;
            color: #5859a9;
            font-weight: bold;
        }

.videoimg-tabs .tab-content {
    padding: 0 10px;
    border: 1px solid #9FC9F3;
    border-top: 0px;
}

.spam {
    margin-bottom: 20px;
}

.spam-body {
    padding: 10px;
    /* border: 1px solid #9FC9F3; */
    border-top: 3px solid #0351a0;
    background-color: #fff;
}

    .spam-body .item {
        padding-left: 20px;
        padding-right: 10px;
        /* background: url('../icons/anti-spam-icon.png') no-repeat 0px 3px; */
    }

/**
    VIDEO *******************************************************************/
.big-news-list video {
    margin-bottom: 15px;
}

/**
    ORGANIZATION *******************************************************************/
.organization-menu-content {
    padding: 20px 0px;
}

    .organization-menu-content .menu-item {
        background: url(/Assets/Common/Images/bg/bg-70.png);
        text-transform: uppercase;
        font-size: 13px;
        text-align: left;
        border-bottom: 1px solid #fff;
    }

    .organization-menu-content .slick-current {
        background: #060657;
    }

    .organization-menu-content .menu-item span {
        position: static;
        margin: 0px 5px 5px 0px;
        padding: 15px 0px 15px 15px;
        width: 100%;
        float: left;
        height: 45px;
        color: #fff;
        display: inline;
        font-weight:bold;
    }

    .organization-menu-content .menu-item p {
        margin-top: 10px;
    }

    .organization-menu-content .img-item {
        border-radius: 5px;
        margin-right: 20px;
        background: #ffffff;
        opacity: 0.9;
        height: 110px;
    }

.organization-menu-navigation .slick-prev {
    position: absolute;
    left: 100px;
    top: 50%;
    border: none;
    background: none;
    padding: 0;
}

.organization-menu-navigation .slick-next {
    position: absolute;
    right: 100px;
    top: 50%;
    border: none;
    background: none;
    padding: 0;
}

.organization-menu-navigation .slick-down {
    position: absolute;
    left: 44%;
    bottom: 0;
    top: 97%;
    border: none;
    background: none;
}

.organization-menu-navigation .slick-top {
    position: absolute;
    right: 45%;
    top: 3%;
    border: none;
    background: none;
}

.organization-menu-detail {
    padding: 30px 0 0 50px;
    text-align: left;
    margin-right: 10px;
}

    .organization-menu-detail .detail-content a {
        text-transform: uppercase;
        color: #fff;
        opacity: 0.9;
        font-size: 20px;
    }

        .organization-menu-detail .detail-content a:hover {
            opacity: 1;
        }

    .organization-menu-detail .detail-content img {
        height: 20vh;
    }

    .organization-menu-detail .detail-desc {
        color: #fff;
        font-size: 14px;
        padding: 5px 0;
    }

    .organization-menu-detail .goto-btn {
        border: 1px solid #cccccc;
        border-radius: 6px;
        padding: 5px 15px;
        opacity: 0.6 !important;
        font-size: 12px !important;
        text-transform: none !important;
    }

        .organization-menu-detail .goto-btn:hover {
            opacity: 1 !important;
        }
/**
    INFORMATIONS ********************************/
.information-wrap {
    border: 1px solid #ddd;
    position: relative;
    /* margin-bottom: 15px; */
}

.information-wrap-head {
    border-top: 3px solid #c70007;
}

    .information-wrap-head h4 {
        display: inline-block;
        padding: 10px;
        background: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

.information-wrap-content {
    /*padding: 20px 0px;*/
}

    .information-wrap-content .item {
        font-size: 11px;
        text-align: center;
        position: relative;
        padding: 5px 0px 5px 5px;
    }

        .information-wrap-content .item p {
            margin-top: 10px;
        }

    .information-wrap-content .img-item {
        position: relative;
        border-radius: 5px;
        margin: 20px;
        background: #ffffff;
        opacity: 0.8;
        height: 110px;
    }

        .information-wrap-content .img-item:hover {
            opacity: 0.9;
        }

        .information-wrap-content .img-item img {
            /*position: absolute;
            width: 70%;
            top: 25%;
            left: 15%;*/
        }

.information-wrap-navigation .slick-prev {
    position: absolute;
    left: 2%;
    top: 50%;
    border: none;
    background: none;
    padding: 0;
}

.information-wrap-navigation .slick-next {
    position: absolute;
    right: 2%;
    top: 50%;
    border: none;
    background: none;
    padding: 0;
}

.information-wrap-content .item .title {
    position: static;
    margin: 0px 5px 5px 0px;
    padding: 1px;
    width: 100%;
    float: left;
    height: 45px;
    color: #fff;
    background: url(../../Common/Images/bg/bg-70.png);
    /* bottom: 0px; */
}

.bg-title {
    background: url(../../../Common/Images/bg/bg-70.png) !important;
    color: #fff !important;
}

/**
    ARCHIVES SERVICES ********************************/
.archives-service-content {
    /* padding: 20px 0px; */
}

    .archives-service-content .item {
        font-size: 11px;
        text-align: center;
        position: relative;
        padding: 5px 0px 5px 5px;
    }

        .archives-service-content .item p {
            margin-top: 10px;
        }

    .archives-service-content .img-item {
        border-radius: 5px;
        margin: 20px;
        background: #ffffff;
        opacity: 0.9;
        height: auto;
    }

.archives-service-navigation .slick-prev {
    position: absolute;
    left: 93%;
    border: 1px solid #eee;
    border-radius: 45px;
    background: #eee;
    height: 32px !important;
    width: 32px !important;
}

.archives-service-navigation .slick-next {
    position: absolute;
    right: 1%;
    border: 1px solid #eee;
    border-radius: 45px;
    background: #eee;
    height: 32px !important;
    width: 32px !important;
}

    .archives-service-navigation .slick-next:hover, .slick-prev:hover {
        /* background: #337ab7; */
    }
/**
    OTHERS *******************************************************************/
/*Rss feed*/
#listrss {
    margin-left: 250px;
}

ul, li {
    list-style: none;
}

#listrss ul li {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url(../../Common/icons/nc-rss.png) no-repeat 0 3px;
    text-align: left;
    padding-left: 50px;
    font-weight: bold;
    list-style: none;
}

    #listrss ul li.child {
        padding-left: 90px;
        font-weight: normal;
    }

    #listrss ul li.child_child {
        padding-left: 110px;
        font-weight: normal;
    }

.rss_info {
    padding: 20px 20px 5px;
}
/*End rss*/

.right-banner {
    margin-bottom: 10px;
}

.img-gallery-content .item {
    position: relative;
}

    .img-gallery-content .item p {
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
        padding: 10px;
        color: #fff;
        background: rgb(0, 0, 0); /* fallback in case rgba is not supported */
        background: rgba(0, 0, 0, 0.5);
    }

.img-gallery {
    margin-bottom: 20px;
}

.videoimg-tabs .tab-pane {
    padding: 10px 0px 10px 0px;
}

.external-links {
    margin-bottom: 20px;
}

.external-links-body {
    padding: 10px;
    border: 1px solid #9FC9F3;
    border-top: 3px solid #0351a0;
}

.statistics-body {
    padding: 0px 10px;
    /* border: 1px solid #9FC9F3; */
    /*border-top: 3px solid #0351a0;*/
    background-color: #fff;
}

.title-ab {
    /*position: absolute;*/
    bottom: 0px;
    width: 100%;
    /*height: 50px;
    background: url(../Images/bg/bg-70.png);*/
    /*padding: 5px;*/
}

    .title-ab a {
        color: #272727;
    }

        .title-ab a:hover {
            color: #428bca;
            text-decoration: none;
        }


/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media (max-width : 992px) {
}

/* Small Devices, Tablets */
@media (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media (max-width : 320px) {
}

.nav_up_r {
    background: url("../../Common/icons/arrow_up.png") no-repeat scroll 50% 50% transparent;
    border: 1px solid #CCCCCC;
    bottom: 10px;
    cursor: pointer;
    opacity: 1;
    padding: 20px;
    position: fixed;
    right: 30px;
    white-space: nowrap;
    width: 20px;
    background-color: red;
}

#back-top {
    position: fixed;
    bottom: 30px;
}

    #back-top a {
        width: 108px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #000;
        }

    /* arrow icon (span tag) */
    #back-top span {
        width: 108px;
        height: 108px;
        display: block;
        margin-bottom: 7px;
        background: #ddd url(../../Common/icons/up-arrow.png) no-repeat center center;
        /* rounded corners */
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #777;
    }

.scrollToTop {
    background: url('../../../Common/icons/icon_util_sprites.png') -10px -32px;
    width: 30px;
    height: 30px;
    /*background-image: url(../icons/top.png);*/
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
}

/*Tool box*/
.tool-box {
    width: 30px;
    height: 30px;
    background: #39C;
    position: fixed;
    right: 10px;
    border-radius: 20px;
}

.back-to-home {
    top: 40%;
}

.login-admin {
    top: 45%;
}

.login-admin, .back-to-home > i {
    color: #fff;
    font-size: 18px;
    padding-top: 6px;
    padding-left: 6px;
}

    .login-admin:hover, .back-to-home:hover {
        background: #F79400;
        color: #fff;
    }

/********************* NEWS INFO ***************************** */
.breadcrumb {
    background: none;
    color: #333;
    padding: 0px 0px 0px 10px;
    margin-bottom: 0px;
}

    .breadcrumb a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .breadcrumb a:hover {
            color: #0461af;
        }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #333;
        font-size: 14px;
    }


/** IMAGE GALLERY ********************************/
.image-gallery-slider {
    margin-bottom: 20px;
    background: #f2f2f2;
    border: 1px solid #ddd;
}

.image-gallery-slider-imgs .item .item-head {
    position: relative;
}

    .image-gallery-slider-imgs .item .item-head img {
        width: 100%;
    }

.image-gallery-slider-imgs .item-head-content {
    /* position: absolute; */
    bottom: 0;
    margin-bottom: 0;
    padding: 2px;
    /* color: #fff; */
    /* background: url(../Images/bg/bg-70.png); */
    width: 100%;
    height: 70px;
    text-align: center;
    font-weight: bold;
}

    .image-gallery-slider-imgs .item-head-content .link-text {
        font-weight: bold;
        font-size: 16px;
    }

.image-gallery-slider-imgs .item .desc {
    padding: 10px;
}

.image-gallery-slider-imgs {
    position: relative;
    background-color: #fff;
}

.image-gallery-slider-imgs-wrap .slick-prev {
    position: absolute;
    left: 0;
    top: 35%;
    width: 30px;
    height: 50px;
    background: none;
    background-image: url(../../Common/icons/pre.png);
    border: none;
    z-index: 999;
    background-position-x: -1px;
    background-repeat: no-repeat;
    background-position-y: center;
}

.image-gallery-slider-imgs-wrap .slick-next {
    position: absolute;
    right: 0;
    top: 35%;
    width: 30px;
    height: 50px;
    background: none;
    background-image: url(../../Common/icons/next.png);
    border: none;
    z-index: 999;
    background-position-x: 5px;
    background-repeat: no-repeat;
    background-position-y: center;
}

.image-gallery-slider-imgs-navigation .slick-prev {
    position: absolute;
    left: 0;
    top: 40%;
    width: 30px;
    height: 50px;
    background: rgb(0, 0, 0); /* fallback in case rgba is not supported */
    background: rgba(0, 0, 0, 0.7);
    border: none;
}

.image-gallery-slider-imgs-navigation .slick-next {
    position: absolute;
    right: 0;
    top: 40%;
    width: 30px;
    height: 50px;
    background: rgb(0, 0, 0); /* fallback in case rgba is not supported */
    background: rgba(0, 0, 0, 0.7);
    border: none;
}

.image-gallery-slider-list {
    /*padding: 10px 0px;*/
}

    .image-gallery-slider-list .item {
        /*width: 99% !important;
    background: url('../Images/news_arrow.png') no-repeat 0px 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px dashed #ddd;
    text-align: justify;
    color: #000;
    height: 50px;*/
        width: 100% !important;
        /*background: url('../icons/arrown-black.png') no-repeat 0px 15px;*/
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px dashed #eaeaea;
        text-align: justify;
        margin: 0px;
        height: 60px;
    }

        .image-gallery-slider-list .item.active {
            color: #04c;
            background-color: #fff;
        }

.image-gallery-slider-imgs .title-heading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.image-gallery-slider-imgs-wrap .link-text {
    color: #fff;
}

/*----------------------NEWS INFO (2)--------------*/

.savis-news-info {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.savis-news-info-layout {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
}


/* header */

.savis-news-info .news-info-head-style-1 {
    /* display: inline-block; */
    /* background: #2e6dab; */
    /* margin-right: -1px; */
    /* margin-left: -1px; */
}

    .savis-news-info .news-info-head-style-1 .news-info-title {
        padding: 7px 0px;
        display: inline-block;
        color: #333;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
    }

/*.body----------------------------------------*/

.savis-news-info .news-info-body-style-1 {
    padding-top: 10px;
    border-top: 2px solid #ccc;
}


    .savis-news-info .news-info-body-style-1 .posted-date {
        color: #949393;
        font-size: 12px;
        /*background: url(/Assets/Common/icons/datetime_icon.png) no-repeat 0px 2px;*/
        /*padding-left: 15px;*/
        margin-bottom: 5px;
    }

    .savis-news-info .news-info-body-style-1 a {
        /* font-weight: bold; */
        text-decoration: none;
        color: black;
    }

        .savis-news-info .news-info-body-style-1 a:hover {
            color: #fa4b2a;
        }

    .savis-news-info .news-info-body-style-1 .item {
        color: #6f6f6f;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1.5em;
    }

    .savis-news-info .news-info-body-style-1 .text-tag {
        background: #f1f1f1 url('../../../Common/Images/icon_tag.gif') no-repeat left top;
        padding: 0 10px 0 20px;
        height: 20px;
        color: #939393;
        float: left;
        font: 400 13px/20px arial;
        margin: 0 5px 0 0;
    }

        .savis-news-info .news-info-body-style-1 .text-tag a:hover {
            color: #337ab7;
        }

    .savis-news-info .news-info-body-style-1 .item .title {
        font-size: 13px;
    }

        .savis-news-info .news-info-body-style-1 .item .title a:hover {
            color: #b44617;
        }

.box-slide {
    width: 100% !important;
}
/*.footer----------------------------------------*/
.archive-footer {
    background: #003470;
    position: relative;
}

    .archive-footer .container {
        padding-bottom: 20px;
    }

    .archive-footer span {
        color: #fff;
        line-height: 25px;
    }

    .archive-footer h4 {
        color: #fff;
        font-weight: 500;
    }

    .archive-footer hr {
        border: 1px solid #fff;
    }

    .archive-footer .contact-us {
        position: absolute;
    }
/* Pagination */
.pagination {
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px 10px 10px 10px;
}

    .pagination ul {
        margin-top: 0px;
        float: right;
    }

        .pagination ul li {
            float: left;
            background: #FFFFFF;
            margin-left: 5px;
        }

            .pagination ul li a {
                color: #555;
                padding: 5px 10px;
                display: block;
                line-height: 18px;
                background: #FFFFFF;
                border: 1px solid #c3c1c1;
                text-align: center;
            }

            .pagination ul li:hover a {
                color: #165ca2;
                border: 1px solid #0369ce;
                text-decoration: none;
            }

            .pagination ul li:active a {
                color: #337ab7 !important;
                border: 1px solid #337ab7 !important;
            }

.pagination-active a {
    color: #337ab7 !important;
    border: 1px solid #337ab7 !important;
}

/* Breadcrumb new style */

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px;
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px;
    }

    /** Default button **/
    .btn-breadcrumb .btn.btn-default:not(:last-child):after {
        border-left: 10px solid #fff;
    }

    .btn-breadcrumb .btn.btn-default:not(:last-child):before {
        border-left: 10px solid #ccc;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
        border-left: 10px solid #ebebeb;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
        border-left: 10px solid #adadad;
    }

/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.btn-breadcrumb > *:nth-child(n+2) {
    display: none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display: block;
    }

    .btn-breadcrumb > * div {
        max-width: 60px;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display: block;
    }

    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display: block;
    }

    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}
