body{
    font-size:12px;
}
.logo-head{margin-top:3px;}
.login-top{margin-top:30px;right: 30px;}
.img-nation{max-width: 250px; height: auto; float: right; margin-top: 20px;}
.container-fluid{background-color: #FFFFFF;}
.top-login-text{ padding:4px; text-align: right; float: right; color:red; font-weight: 600; margin-bottom: 10px;}

.navbar {
    margin-bottom: 0;
    border-radius: 0;

}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>.active>a:hover
{color: #05091B;font-weight: 600; font-size: 0.9em;padding-right: 6px; padding-left: 6px;
    background-color:unset;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color: #040122;
    background-color:unset;}
.navbar-inverse .navbar-nav>.active>a{
    background: transparent url(../images/down-arrow.png) no-repeat scroll center top;
    color: #040122; background-color:unset;
}

.navbar-inverse ul>li{

    border-right: #FFFFFF 1px solid;
}

.navbar-inverse
{
    background:url("../images/navBg.gif");
    background-repeat: repeat-x;
    border-top: #000000 1px solid;
    border-bottom: solid #FFFFFF 1px;
    border-left: 0px;
    border-right: 0px;

}
.center-text{
    text-align:center;
}
.rect-border{
    border: #E4E4E4 1px solid;
    margin: 10px 10px 10px 10px;
}
.txt_red {
    color: red !important;
    /* background-color: #f5f5f5; */
    margin-top: 2px;
    font-size: 13px;
}
.txt_green{
    color: #008000 !important;
    /* background-color: #f5f5f5; */
    margin-top: 2px;
    font-size: 13px;
}
.form-control{
    width:95%;
}

.user_ico{
    float:left;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu{
    /* top: 55px; */
    /* float: right; */
    left: unset;
    right: 2px;
    /* margin-left: 55px; */
    padding: 10px;
    /* background: #f1f0f0; */
    min-width: unset;
}
.dropdown-item{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.user_text{
    float:left;margin:15px 0 0 2px;
    font-weight: 600;
    font-size: 0.9em;
}
.user_text > a{
    color: unset;
}
.user_container{
    height:auto;
    padding:1%;
    float:right;
    margin-top:10px;
    border-radius: 5px;
    /*border: 1px #337ab74d solid;*/
}
.bell_icon {
    background-image: url(../assets/fonts/bell.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 2.1rem;
    /* padding-right: 2.8rem; */
    /* padding: 1.2%; */
    padding: 12px;
    cursor: pointer;
    float: right;
    /* left: auto; */
    margin-right: 50px;
    margin-left: auto;
}
.white-bg{
    background-color: #fff;
}

.center-h3{
    text-align: center;padding-bottom: 10px;
}
#password_meter{width:60%;height:10px;display:block;margin-top:2px;margin-left:1px;position:relative}
#password_strength{font-size:14px;font-weight:400}
.form-ph{
    width:50px;
    display: inline;
}
.input_err {
    border: 2px solid red !important;
}

.input_good {
    border: 2px solid green !important;

}
.form_tick {
    background-image: url(https://www.legislation.pk/assets/fonts/check-circle-solid.svg);
    filter: invert(22%) sepia(83%) saturate(4489%) hue-rotate(104deg) brightness(95%) contrast(104%);
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: right;
    transition: right 0.2s;
    height: 70%;
    width: 5%;
    background-repeat: no-repeat;
}
.notification-counter-mobile {
    position: absolute;
    top: -2px;
    /* left: 16px; */
    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    border-radius: 3px;
    padding: 1px 3px;
    font: 12px Verdana;
    right: auto;
    left: auto;
    /* float: right; */
    right: 56px;
}
.header_noti{
    right: 0px;
    box-shadow: 0px 5px 7px -1px #c1c1c1;
    padding: 0px;
    /* margin-right: -120px; */
    margin-top: -4px;
    width: 340px;
    display:block;
}
.notify-class{
    color: #f8f9fa;
    background-color: #343a40;
    padding: 5px 15px;
    border-radius: 3px 3px 0px 0px;
}
.notify-markread{
    color: #f8f9fa;
    text-decoration: none;
    float:right;
}
.notify-viewall {
    text-align: center;
    align-self: center;
    display: block;
    background-color: #343a40;
    padding: 5px 15px;
    border-radius: 0px 0px 3px 3px;

}
.notify-viewall>a{
    color: #f8f9fa !important;
    opacity: 0.8;
}
.notify-viewall>a:hover{
    background-color: #343a40 !important;
    opacity: 1;
}
.not_notification-box{
    border-bottom: 1px solid #ddd;
    padding: 1px 0px 0px 0px;
}
.not_notification-box:last-child{
    border-bottom:0;
}

.carousel-inner {
    height: 215px;
}
#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background-image: url("../images/navBg.gif");
    background-repeat: repeat-x;
}
.nav-justified > li > a
{
    font-size: 1.2em;
    border-radius: 0px;
    color: #000000;
    font-weight: 600;
    padding: 14px 14px;
}
.nav-justified>li {
    display: table-cell;
    width: 0%;

}
.nav-pills>li[data-slide-to="0"].active a { background-color: #003D60; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #A26623; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #41001E; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #002A2A; }
.nav-pills>li[data-slide-to="4"].active a { background-color: #342A3D; }
.nav-pills>li[data-slide-to="5"].active a { background-color: #2A2A2A; }

.home-h1{
    font-size:24px;
}





.new-Legislation{
    border:#E4E4E4 1px solid;
    margin: 9px 0px 0px 0px;
}
.box_aside
{
    background-color: #E4E4E4;
}
.list-unstyled>li
{
    padding-top: 12px;
}
footer
{
    background-color: #F6FAFD;
    color: #000000;
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 32px
}
.footer-border{border-bottom: 1px solid #B8B8B8;}
.f-style{margin-top: 12px; font-size: 0.8em;}
.footer-menu>li{
    list-style: none;
    float: left;
    padding: 0px 0px 12px 12px;
}


/*Media Queries*/

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

    .img-nation{max-width: 250px; height: auto; float: left; margin-top: 5px;}
    .cymraeg{ text-align: left; float: left; color:red; font-weight: 600; margin-bottom: 10px;}
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover
    {background-color: aliceblue;}
    .nav-bg{background-color: #D6D6D6; }.navbar-inverse .navbar-toggle{background-color: black;}
    .navbar-inverse .navbar-toggle:hover{background-color: dimgray;}
    .form-width{width:90%; padding-right: 0px !important;}.year-form-width{width:50% !important;}.num-form-width{width:50% !important;}.type-form-width{width:100%; padding: 3px 0px 4px 0px;}.btn-style, .adv-search{margin-top: 12px;}
    .btn-my-style-1 {
        float:left;
    }

}
.leg-detail-line{
    border-top: #c00a0a 3px solid;
    border-bottom: #838383 1px solid;}
.form-width{width:80%; padding-right: 0px !important;}.year-form-width{width:60%;}.num-form-width{width:50%;}.type-form-width{width:80%; padding: 3px 0px 4px 0px;}.form-padding .p-size{padding: 0px 0px 0px 6px!important;}.btn-style{padding: 4px; background-color: #565656; font-family: "Gill Sans / Gill Sans MT", sans-serif; font-weight: bold; font-size: 14px; }.form-style{margin-top: 2%; background-color: #DEDEDE; padding-top: 1%}.adv-search a{text-align: right; float: right;color: #03395D; font-weight: bold;}
.search-carusal
{background-color: #2D2D2D;}
.search-bar{background-color: #DEDEDE;padding-top: 6px; padding-bottom: 6px;margin-top: 1px;}
.btn-login{
    padding-left: 20px;
    padding-right: 20px;
    background-color: #565656; font-family: "Gill Sans / Gill Sans MT", sans-serif; font-weight: bold; font-size: 14px;
}
@media screen and (min-width: 992px)
{

    .row-width{width: 73%; margin-left: auto; margin-right: auto;}
    .bg-color{background-color: #424240;  display: block;
        clear: left;}
    .container{width: 998px;}
    .pp-btn button{float: right; margin: 12px;}
}
.ques-mark{
   vertical-align: text-top;font-weight:900;font-size:12px;
    cursor: pointer;
}
.sup-script{
    vertical-align:super !important;
}
.no-wrap{
    white-space: nowrap;
}
.gradiant-bg{

    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(65deg, white, #DEDEDE, white);}
.tbl-bg{background-color:white;}
.top-border{border-top:1px solid #787878; padding-top:12px;}
.font-size{font-size:12px;}
.thick-top-border{border-top:4px solid rgb(2,50,83);}
ul.breadcrumb {
    padding: 5px 9px;
    list-style: none;
    background-color: #FFFFFF;
    margin-bottom: 5px;

}
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: ">\00a0";
}
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.nav-border
{border-top:1px solid #2D2D2D!important; border-bottom:1px solid #2D2D2D!important;}
.search-reult-bg {
    background-color: white;
    /*border-bottom: #838383 1px solid;*/
}
.pagination>li>a{border: none;background-color: transparent;
font-size:14px;}
.pagination{
    margin:5px auto;
}
nav{
    text-align: center;
}
.table{
    margin-bottom:5px;
    margin-left:auto;
    margin-right:auto;
}
.search-result-p{ color: #666;    font-weight: 600;}
.inner-nav-style ul li{
    font-size: 1.15em;
    background: none;
    padding: 0px 12px 0px 12px;
}
.w-ver{font-weight: bold;
    color: #333; padding-left: 2px;}
.pp-btn2 button{margin-top: 12px;}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 3px 37px;
    margin-bottom: 8px;
    font-weight: 600;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: transparent;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pp-btn a {
    color: rgb(63, 63, 66);
    border-bottom: 0px solid rgb(219, 127, 127);
    border-right: 1px solid #d3d3d3;
    padding: 1rem 2rem;
    text-decoration: none;
    min-height: calc(2.75rem - 2px);
    -webkit-box-align: center;
    align-items: center;
    word-break: break-word;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    float: left;
}
.pp-btn a:hover
{
    border-bottom:3px solid #c00a0a;
    text-decoration:none;
}
.pp-btn a:active
{
    border-bottom:#c00a0a !important;
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    border: 1px solid #337ab7;
    font-size: 14px;
    color: #6a6c6f;
    padding: 4px 2px;

}

.accordion-option .toggle-accordion:before {
    content: "Expand All+";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All-";
}





.status{background-color: aquamarine;}
.status p{font-size:11px;}




ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #337ab7;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 1px;
    height: 100%;
    z-index: 130;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline li:before {
    content: 'Expand+';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 0%;
    border: 1px solid #337ab7;
    left: 4px;
    width: 65px;
    height: 26px;
    z-index: 140;
    padding: 2px;
}
ol.li-none > li:before{list-style: none;
    content: '';
    background-color: transparent;
    border-radius: 0%;
    border:none;
    padding: 2px;}
ol.li-none:before {
    content: ' ';
    background-color: transparent;
}
.li-none p
{
    margin-bottom: 3px;
}
.schedule{
    font-size: 1em;
    font-weight: bold !important;
    padding: 0.5em 0 !important;
    color: #333333;
    margin: 0px 0px 0px 50px;}

.panel

{
    background-color: transparent;
    border: none;
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

.my-account-wrapper {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 20px 0px 0 5px;
    color: #3c414f
}

.account-grid-system {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px
}

.account-grid-item-1,
.account-grid-item-2 {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 2px
}

.account-grid-item-1 {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 12px;
    padding-top: 40px
}

.account-grid-item-2 {
    margin-bottom: 10px
}

.grid-item-details {
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.grid-item-details:last-child {
    border-bottom: initial
}

.profile-pic-details {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -38px;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer
}

.profile_text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    display: none
}

.profile-pic-details:hover .p_img {
    opacity: .3
}

.profile-pic-details:hover {
    opacity: 1
}

.p_img {
    border: 1px solid #2196f3;
    border-radius: 50%;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 1
}

.profile_img_hover_text {
    margin-bottom: 5px
}

.profile_img_hover_text:hover {
    opacity: .5
}

.profile_img_hover {
    transition: .5s ease;
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.p_submit {
    align-self: flex-end
}

.sub-header-details {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding-bottom: 3px
}

.profile-hlp-txt {
    font-size: 14px;
    margin: 0
}

.profile-timeago-txt {
    font-size: 1.1rem;
    margin: 0;
    margin-bottom: 2px
}

.input_profile {
    width: 200px;
    display: block;
    border: none;
    padding: 10px 0;
    border-bottom: solid 1px #0095ff;
    box-shadow: none;
    outline: none;
    background-position: -200px 0;
    margin: 12px 30px 0;
    font-size: 16px;
    border-radius: 0
}

.input_profile:focus {
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #0095ff 4%);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    border-bottom: solid 1px #0095ff
}

.input_profile:focus::-webkit-input-placeholder {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
    color: #000;
    font-size: 11px;
    transform: translateY(-16px);
    visibility: visible!important
}

.input_profile_redspan {
    display: block;
    border: none;
    outline: none;
    margin: 3px 30px;
    font-size: 1.2rem;
    color: red;
    background-color: transparent
}

.verify_email_red {
    color: red
}

.verify_email_red:hover {
    color: red;
    text-decoration: underline
}

.input_profile_greenspan {
    display: block;
    border: none;
    outline: none;
    margin: 3px 30px;
    font-size: 1.2rem;
    background-color: transparent;
    color: #0095ff!important
}

.input_profile_error {
    width: 200px;
    display: block;
    border: none;
    padding: 10px 0;
    box-shadow: none;
    outline: none;
    background-position: -200px 0;
    margin: 12px 30px 0;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #ff0000 4%);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    border-bottom: solid 1px red;
    font-size: 16px;
    border-radius: 0
}

.input_profile_error:focus::-webkit-input-placeholder {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
    color: #000;
    font-size: 11px;
    transform: translateY(-16px);
    visibility: visible!important
}

.profile_form_tick {
    background-image: url(https://www.legislation.pk/assets/fonts/check-circle-solid.svg);
    filter: invert(41%) sepia(91%) saturate(2301%) hue-rotate(183deg) brightness(100%) contrast(105%);
    background-position: right;
    transition: right .2s;
    background-repeat: no-repeat;
    padding-left: 1.4rem
}
.camera_upload_icon {
    background-image: url(../assets/fonts/camera_upload.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    filter: invert(58%) sepia(32%) saturate(1013%) hue-rotate(118deg) brightness(97%) contrast(86%);
    font-size: 2.1rem;
    padding-left: 2.2rem
}
.modal-image {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    opacity: 1;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 800px;
    max-height: 100%
}

.modal-content img {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}
.close {
    float: none;
    display: inline-block;
    position: relative;
    top: .25em;
    cursor: pointer;
    width: 1.125em;
    height: 1.125em;
    font: bold 2.5em/1 Arial;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #666;
    z-index: 400;
    opacity: .9
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.section-no{
    text-align:left;
    margin-right:10px;
    display: inline-block;
}
.section-heading{
    font-weight:600;
    margin-right:10px;
    margin-top:10px;
}
.leg-text{
    line-height: 1.8;
    text-align: justify;
    float: right;
    display: block;
    width: 95%;
}
.leg-p1{
    display: block;
    margin-left: 50px;
}
.leg-p1no{
    margin-right: 10px;
    /* display: block; */
    /* text-align: justify; */
    /* float: right; */
    float: left;
    text-align: right;
}
.right-span{
    margin-left:30px;
    text-align:justify;
}
.left-span{
    display: block;
    float: left;
    white-space: nowrap;
}
.leg-flex{
    display:inline-flex;
    width: 100%;
}
.svg_share {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.shareurl_input, .shareurl_input:focus{
    background: none;
    border: none;
    /* width: 100%; */
    min-width: 400px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button_share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.button_share:hover {
    border-color: #cdd;
}

.share-button_share, .copy-link {
    padding-left: 30px;
    padding-right: 30px;
}

.share-button_share, .share-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dialog-title{
    padding: 0px;
    margin: 0;
}
.share-dialog {
    display: none;
    width: 95%;
    max-width: 500px;
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
    z-index: 9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
}

.share-dialog.is-open {
    display: block;
    z-index: 9;
}
.targets_share {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.close-button_share {
    background-color: transparent;
    border: none;
    padding: 0;
}

.close-button_share .svg_share {
    margin-right: 0;
}

.link_share {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.pen-url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.share-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.leg-div{
    line-height: 2;

}
.leg-div > h1{
    font-size: 22px;
}
.leg-div > h2{
    font-size: 14px;
    margin-top:10px;
    margin-bottom:5px;
}
.plainview-div{
    padding-left:40px;padding-right:40px;line-height:2;
}
.plainview-div > h1{
    font-size: 24px;

}
.plainview-div > h2{
    font-size: 14px;
    margin-top:10px;
    margin-bottom:5px;
}

/**********************************/
/********** Top News CSS **********/
/**********************************/
.top-news {
    position: relative;
    width: 100%;
    padding: 5px 0 0 0;
}

.top-news .tn-img {
    position: relative;
    overflow: hidden;
}

.top-news .tn-img img {
    width: 100%;
}

.top-news .tn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.top-news .tn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    /*background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .6));*/
    display: flex;
    align-items: flex-end;
}

.top-news .tn-title a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
    background-color: #000;
    width:fit-content;
}

.top-news .tn-left .tn-title a {
    font-size: 24px;
    /*font-weight: 600;*/
    background-color: #000;
    width:fit-content;
}

.top-news .tn-left .tn-title p {
    font-size: 10px;
    float: left;

}

.top-news .tn-title a:hover {
    color: #FF6F61;
}

.top-news .tn-left {
    /*margin-bottom: 30px;*/
}

.top-news .tn-right {
    margin-bottom: 60px;
    padding: 0 30px;
}

.top-news .tn-right .col-md-6 {
    padding-bottom: 4px;
    padding-right: 0;
    padding-left: 4px;
    padding-top: 0px;
}

.top-news .slick-prev,
.top-news .slick-next {
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #ffffff;
    background: #000000;
    border-radius: 4px;
}

.top-news .slick-prev {
    left: 30px;
}

.top-news .slick-next {
    right: 30px;
}

.top-news .slick-prev:hover,
.top-news .slick-prev:focus,
.top-news .slick-next:hover,
.top-news .slick-next:focus {
    color: #ffffff;
    background: #FF6F61;
}

.top-news .slick-prev::before,
.top-news .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.top-news .slick-prev::before {
    content: "\f104";
}

.top-news .slick-next::before {
    content: "\f105";
}
.top-new-home{
    position: relative;
    width: 100%;
    padding: 5px 0 0 0;
    /*border: #E4E4E4 1px solid;*/
    margin: 9px 0px 0px 0px;
}


.top-new-home .tn-img {
    position: relative;
    overflow: hidden;
}

.top-new-home .tn-img img {
    width: 100%;
}

.top-new-home .tn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.top-new-home .tn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    /*background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .6));*/
    display: flex;
    align-items: flex-end;
}

.top-new-home .tn-title a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
    background-color: #000;
    width:fit-content;
}

.top-new-home .tn-left .tn-title a {
    font-size: 24px;
    /*font-weight: 600;*/
    background-color: #000;
    width:fit-content;
}

.top-new-home .tn-left .tn-title p {
    font-size: 10px;
    float: left;

}

.top-new-home .tn-title a:hover {
    color: #FF6F61;
}

.top-new-home .tn-left {
    margin-bottom: 10px;
}

.top-news .tn-right {
    margin-bottom: 20px;
    padding: 0 30px;
}

.top-new-home .tn-right .col-md-6 {
    padding-bottom: 4px;
    padding-right: 0;
    padding-left: 4px;
    padding-top: 0px;
}

.top-new-home .slick-prev,
.top-new-home .slick-next {
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #ffffff;
    background: #000000;
    border-radius: 4px;
}

.top-new-home .slick-prev {
    left: 30px;
}

.top-new-home .slick-next {
    right: 30px;
}

.top-new-home .slick-prev:hover,
.top-new-home .slick-prev:focus,
.top-new-home .slick-next:hover,
.top-new-home .slick-next:focus {
    color: #ffffff;
    background: #FF6F61;
}

.top-new-home .slick-prev::before,
.top-new-home .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.top-new-home .slick-prev::before {
    content: "\f104";
}

.top-new-home .slick-next::before {
    content: "\f105";
}
.catred-href{
    color: black;
    font-weight:500;
    border-left:3px solid red;
    padding-left:5px;
}
.news_head{
    margin: 0px;
    font-family: Helvetica;
    /* font-weight: 700; */
    font-size: 2.6rem;
    text-decoration: none;
    /* text-decoration: underline; */
    /* background-color: #fff; */
    /* width: max-content; */
    /* height: max-content; */
    /* padding: 10px 10px 16px 10px; */
    /* border-radius: 4px; */
    /* border: 1px solid #ddd; */
    /* margin-bottom: 6px; */
    /* font-size: 3rem; */
    border: 0;
    padding-bottom: 2px;
    color: #000;
    width: fit-content;
    word-break: break-word;
}
hr{
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
.top-border-red {
    border-top: 2px solid rgb(184, 0, 0);
    padding-top: 10px;
    padding-bottom:10px;
    font-weight: 600;
}
.news-tab {
    text-align: justify;
    line-height: 2;
    font-size:14px;
    padding: 0;
}

.side-h-styl a {
    color: black;
    /*font-weight: 600;*/
}

.side-h-styl a:hover {
    color: rgb(184, 0, 0);
}

.btn-my-style

{
    display: flex;
    color: rgb(63, 63, 66);
    border: 1px solid rgb(219, 127, 127);
    font-weight: bold;
    /*padding: 0.5rem 1rem;*/
    text-decoration: none;
    min-height: calc(2.75rem - 2px);
    -webkit-box-align: center;
    align-items: center;
    word-break: break-word;
    float:left;
    margin-right:10px;
    background-color:white;
    font-size:18px;
    font-weight:300;
    margin-bottom: 10px;
}
.btn-my-style:hover
{
    background: rgb(184, 0, 0);
    color: rgb(255, 255, 255);
}
.btn-vers{
    display: inline-block;
    padding-bottom:4px;
    font-weight: 400;
    /* text-align: center; */
    /* white-space: nowrap; */
    vertical-align: middle;
    -ms-touch-action: manipulation;
    /* touch-action: manipulation; */
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    /* padding: 6px 12px; */
    font-size: 13px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #B8B8B8;
}
.more-rb{
    margin-bottom: 10px;
    /* margin-top: 0px; */
    min-height: 300px;
    max-height: 400px;
}