@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.n-des a {
    text-decoration: none !important;
}

/*slideShow*/

.n-des .main-carousel {
    background: #EFEFEF;
}

.n-des .main-carousel .col-xs-12 .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
    margin-right: -30%;
    padding-right: 0;
}

.n-des .main-carousel .col-xs-12 .carousel-indicators li {
    border: 1px solid rgba(81, 21, 106, 0.48);
}

.n-des .main-carousel .col-xs-12 .carousel-indicators li.active {
    background-color: rgba(123, 31, 162, 0.62);
}

.n-des .main-carousel .col-xs-12 .carousel-inner .item img {
    margin: 0 auto;
    max-height: 360px;
}

.n-des .main-carousel .col-xs-12 .carousel-control.left, .n-des .main-carousel .carousel-control.right {
    background: none;
}

.n-des .main-carousel .col-xs-12 .carousel-control .icon-next, .n-des .main-carousel .carousel-control .glyphicon-chevron-right {
    margin-right: 0;
}

/*slideShow*/
/*links*/
.n-des .l-wrapper {
    background-color: #F2F2F2;
    background: -webkit-gradient(linear, left top, left bottom, from(#D7D7D7), to(#F2F2F2));
    background: -webkit-linear-gradient(#D7D7D7, #F2F2F2);
    background: linear-gradient(#D7D7D7, #F2F2F2);
    border-top: 1px solid #EFEFEF;
}

.n-des .l-wrapper .links {
    padding-top: 0;
    padding-bottom: 0;
}

.n-des .l-wrapper .links div.col-xs-6.col-xs-sm-4 a {
    color: rgb(77, 83, 96);
}

.n-des .l-wrapper .links div.col-xs-6.col-xs-sm-4 .flip-container {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.n-des .l-wrapper .links div.col-xs-6.col-xs-sm-4 .flip-container .flipper {
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);

}

.n-des .l-wrapper .links div.col-xs-6.col-xs-sm-4 .flip-container:hover .flipper {
    top: -50px;
    background: none;
}

.n-des .l-wrapper .links div.col-xs-6.col-xs-sm-4 .flip-container:hover .flipper .front {
    padding: 0;
}

.n-des .l-wrapper .links div.col-xs-6.col-xs-sm-4 .flip-container:hover .flipper .front span {
    color: white;
    opacity: 0;
}

.n-des .l-wrapper .links div.col-xs-6.col-xs-sm-4 .flip-container:hover .flipper .back {
    padding: 0;
}

.n-des .l-wrapper .links div.col-xs-6.col-xs-sm-4 .front {
    padding: 0;
}

.n-des .l-wrapper .links div.col-xs-6.col-xs-sm-4 .back {
    color: #0091EA;
    padding: 0;
}

.n-des .l-wrapper .links div.col-xs-6.col-xs-sm-4 .front span {
    margin-top: 17px;
    margin-bottom: 8px;
    color: #7B1FA2;
    background: #E6E6E6;
    background: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#FFFFFF));
    background: -webkit-linear-gradient(#D8D8D8, #FFFFFF);
    background: linear-gradient(#D8D8D8, #FFFFFF);
    padding: 12px;
    -webkit-border-radius: 40%;
    border-radius: 40%;
    border: 1px solid white;
    -webkit-box-shadow: 5px 5px 7px #C7C7C7;
    box-shadow: 5px 5px 7px #C7C7C7;
    font-size: 20px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.n-des .l-wrapper .links div.col-xs-6.col-xs-sm-4 .back span {
    margin-top: -2px;
    margin-bottom: 20px;
    font-size: 20px;
}

/*links*/
/*hot-links*/

.n-des .h-wrapper {
    background: #F2F2F2;
}

.n-des .hot-links a {
    float: right;
    width: 100%;
}

.n-des .hot-links .hot-link-item-1 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 7px #CECECE;
    box-shadow: 5px 5px 7px #CECECE;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #E9E9E9;
    background: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#FFFFFF));
    background: -webkit-linear-gradient(#D8D8D8, #FFFFFF);
    background: linear-gradient(#D8D8D8, #FFFFFF);
    border: 1px solid #FFFFFF;
    margin-top: 10px;
}

.n-des .hot-links .item-001-wrapper .hot-link-item-1.item-001 {
    height: 70px;
}

.n-des .hot-links .item-001-wrapper .hot-link-item-1.item-001:hover {
    background: #f4f4f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#E6E5E5), to(#FFFFFF));
    background: -webkit-linear-gradient(#E6E5E5, #FFFFFF);
    background: linear-gradient(#E6E5E5, #FFFFFF);
}

.n-des .hot-links .item-002-wrapper .hot-link-item-1.item-002 {
    height: 70px;
}

.n-des .hot-links .item-002-wrapper .hot-link-item-1.item-002:hover {
    background: #f4f4f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#E6E5E5), to(#FFFFFF));
    background: -webkit-linear-gradient(#E6E5E5, #FFFFFF);
    background: linear-gradient(#E6E5E5, #FFFFFF);
}

.n-des .hot-links .item-001-wrapper .hot-link-item-1.item-001 img, .hot-links .item-002-wrapper .hot-link-item-1.item-002 img {
    height: 70px;
    float: right;
    margin-right: -5px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.n-des .hot-links .item-001-wrapper .hot-link-item-1.item-001:hover img, .hot-links .item-002-wrapper .hot-link-item-1.item-002:hover img {
    margin-right: 0;
}

.n-des .hot-links .item-001-wrapper .hot-link-item-1.item-001 .item-001-txt h3, .hot-links .item-002-wrapper .hot-link-item-1.item-002 .item-002-txt h3 {
    margin-left: 40px;
    text-align: center;
    color: #51156A;
    line-height: 44px;
    font-size: 15px;
}

.n-des .hot-links .item-001-wrapper .hot-link-item-1.item-001 .item-001-txt p, .hot-links .item-002-wrapper .hot-link-item-1.item-002 .item-002-txt p {
    margin-left: 40px;
    text-align: center;
    color: #51156A;
    line-height: 6px;
}

.n-des .hot-links .item-001-wrapper .hot-link-item-1.item-001 i.arrow, .hot-links .item-002-wrapper .hot-link-item-1.item-002 i.arrow {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 70px;
    margin: 0;
    font-size: 60px;
    color: rgb(255, 255, 255);
}

.n-des .hot-links .col-xs-12 .hot-link-item-2 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 7px #CECECE;
    box-shadow: 5px 5px 7px #CECECE;
    overflow: hidden;
    cursor: pointer;
    background: #E5E5E5;
    background: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#FFFFFF));
    background: -webkit-linear-gradient(#D8D8D8, #FFFFFF);
    background: linear-gradient(#D8D8D8, #FFFFFF);
    border: 1px solid #FFFFFF;
    margin-top: 10px;
}

.n-des .hot-links .col-xs-12 .hot-link-item-2:hover {
    background: #f4f4f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#FFFFFF));
    background: -webkit-linear-gradient(#E8E8E8, #FFFFFF);
    background: linear-gradient(#E8E8E8, #FFFFFF);
}

.n-des .hot-links .item-003-wrapper .col-xs-12 .hot-link-item-2 {
    height: 45px;
}

.n-des .hot-links .item-003-wrapper .col-xs-12 .hot-link-item-2 img {
    height: 45px;
    float: right;
    margin-right: -5px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.n-des .hot-links .item-003-wrapper .col-xs-12 .hot-link-item-2:hover img {
    margin-right: 0;
}

.n-des .hot-links .item-003-wrapper .col-xs-12 .hot-link-item-2 .item-icon {
    color: white;
    margin-top: 0;
    font-size: 40px;
    float: right;
    line-height: 60px;
    margin-right: 10px;
}

.n-des .hot-links .item-003-wrapper .col-xs-12 .hot-link-item-2 h3 {
    text-align: center;
    color: #51156A;
    line-height: 45px;
    font-size: 15px;
}

.n-des .hot-links .hot-link-item-3 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 7px #CECECE;
    box-shadow: 5px 5px 7px #CECECE;
    overflow: hidden;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    background-color: #333333;
    cursor: pointer;
    margin-top: 10px;
}

.n-des .hot-links .hot-link-item-3:hover {
    -webkit-box-shadow: 6px 6px 7px #AFAFAF;
    box-shadow: 6px 6px 7px #AFAFAF;
}

.n-des .hot-links .item-004-wrapper .hot-link-item-3.item-009 {
    height: 100px;
    background-color: #D0103A;
}

.n-des .hot-links .item-004-wrapper .hot-link-item-3.item-009 img {
    height: 100px;
    float: right;
}

.n-des .hot-links .item-004-wrapper .hot-link-item-3.item-009 .item-009-txt {
    margin-top: 19px;
}

.n-des .hot-links .item-004-wrapper .hot-link-item-3.item-009 .item-009-txt h3 {
    text-align: center;
    color: white;
    font-size: 17px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.51);
}

.n-des .hot-links .item-004-wrapper .hot-link-item-3.item-009 .item-009-txt p {
    text-align: center;
    color: white;
    line-height: 22px;
}

.hot-link-item-shareholder{
    height: 100px;
    background-color: #7b1fa2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 7px #CECECE;
    box-shadow: 5px 5px 7px #CECECE;
    overflow: hidden;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    cursor: pointer;
    margin-top: 10px;
}
.hot-link-item-shareholder:hover {
    -webkit-box-shadow: 6px 6px 7px #AFAFAF;
    box-shadow: 6px 6px 7px #AFAFAF;
}
.hot-link-item-shareholder img {
    height: 100px;
    float: right;
}
.item-shareholder-txt {
    margin-top: 30px;
}
.item-shareholder-txt h3 {
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.51);
}

/*hot-links*/
/*titles*/

.n-des .col-xs-12 .title-wrapper {
    display: inline-block;
    -webkit-box-shadow: 5px 5px 7px #CECECE;
    box-shadow: 5px 5px 7px #CECECE;
    overflow: hidden;
    background: #D0103A;
    background: -webkit-gradient(linear, left top, left bottom, from(#D0103A), color-stop(#D0103A), to(#E91E63));
    background: -webkit-linear-gradient(#D0103A, #D0103A, #E91E63);
    background: linear-gradient(#D0103A, #D0103A, #E91E63);
    color: white;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    margin: 0 -16px 10px 0;
}

.n-des .col-xs-12 .title-wrapper.title-exception-001 {
    margin-right: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.n-des .col-xs-12 .title-wrapper img {
    height: 30px;
    float: right;
}

.n-des .col-xs-12 .title-wrapper .title-txt {
    margin-right: 30px;
    margin-left: 20px;
}

.n-des .col-xs-12 .title-wrapper .title-txt h5 {
    line-height: 30px;
}

/*titles*/
/*show-more-btn*/

.n-des .col-xs-12.show-more-btn {
    position: absolute;
    left: 0;
    bottom: 0;
}

.n-des .col-xs-12.show-more-btn a {
    float: left;
}

.n-des .show-more-btn-wrapper {
    display: inline-block;
    -webkit-box-shadow: 5px 0 7px #CECECE;
    box-shadow: 5px 0 7px #CECECE;
    overflow: hidden;
    background: #E5E5E5;
    background: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#FFFFFF));
    background: -webkit-linear-gradient(#D8D8D8, #FFFFFF);
    background: linear-gradient(#D8D8D8, #FFFFFF);
    border: 1px solid #FFFFFF;
    color: #51156A;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    margin: 10px 0 0 -16px;
    float: left;
}

.n-des .show-more-btn-wrapper.show-more-btn-exception-001 {
    margin-left: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.n-des .show-more-btn-wrapper img {
    height: 20px;
    float: left;
}

.n-des .show-more-btn-wrapper .show-more-btn-txt {
    margin-right: 10px;
    margin-left: 20px;
}

.n-des .show-more-btn-wrapper .show-more-btn-txt h5 {
    line-height: 20px;
    font-size: 11px;
}

.n-des .show-more-btn-wrapper:hover {
    background: #f4f4f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#FFFFFF));
    background: -webkit-linear-gradient(#E8E8E8, #FFFFFF);
    background: linear-gradient(#E8E8E8, #FFFFFF);
}

/*show-more-btn*/
/*Kish news*/

.n-des .n-wrapper {
    background: #F2F2F2;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), color-stop(#F2F2F2), color-stop(#F2F2F2), to(#D7D7D7));
    background: -webkit-linear-gradient(#F2F2F2, #F2F2F2, #F2F2F2, #D7D7D7);
    background: linear-gradient(#F2F2F2, #F2F2F2, #F2F2F2, #D7D7D7);
    margin-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #B1B1B1;
}

.n-des .n-wrapper a {
    color: #4d4d4d;
}

.n-des .news-notifications-layout {
    display: table;
    table-layout: fixed;
}

.n-des .news-notifications-layout .kish-news-cell {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid white;
    position: relative;
    padding-bottom: 35px;
}

.n-des .news-notifications-layout .kish-news-cell .col-xs-12 .kish-news-layout {
    width: 555px;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper {
    display: table;
    table-layout: fixed;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper a {
    float: right;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news {
    display: table-row;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news .latest-news-img {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news .latest-news-img .img-effect {
    overflow: hidden;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news .latest-news-img .img-effect:after {
    width: 100%;
    font-family: 'Glyphicons Halflings';
    content: "\e003";
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.59);
    background-color: rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -50px;
    -webkit-transition: 0.3s top ease;
    transition: 0.3s top ease;
    -webkit-border-radius: 10px 10px 50% 50%;
    border-radius: 10px 10px 50% 50%;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news .latest-news-img img {
    width: 250px;
    height: 167px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 7px #CECECE;
    box-shadow: 5px 5px 7px #CECECE;
    -webkit-transition: 0.3s box-shadow ease;
    transition: 0.3s box-shadow ease;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news .latest-news-img .news-category {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #51156A;
    color: white;
    padding: 1px 16px;
    opacity: 0.8;
    -webkit-border-radius: 0 10px 0 10px;
    border-radius: 0 10px 0 10px;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news .latest-news-img .news-category h5 {
    font-size: 11px;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news .latest-news-content {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news .latest-news-content .latest-news-content-area {

}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news .latest-news-content .latest-news-content-area h4 {
    font-weight: bold;
    color: #292929;
    line-height: 25px;
    font-size: 15px;
    -webkit-transition: 0.3s color ease;
    transition: 0.3s color ease;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news .latest-news-content .latest-news-content-area .news-date {
    color: #949494;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news .latest-news-content .latest-news-content-area .news-date .glyphicon {
    margin-left: 5px;
    top: 2px;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news:hover .latest-news-img .img-effect:after {
    top: 0;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news:hover .latest-news-img img {
    -webkit-box-shadow: 6px 6px 7px #AFAFAF;
    box-shadow: 6px 6px 7px #AFAFAF;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout .col-xs-12 .latest-news-wrapper .latest-news:hover .latest-news-content .latest-news-content-area h4 {
    color: #A80D2F;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper {
    display: table;
    table-layout: fixed;
    margin-top: 20px;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper a {
    float: right;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news {
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news .other-news-tbl-row {
    display: table-row;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news .other-news-tbl-row .other-news-img {
    display: table-cell;
    vertical-align: middle;
    position: relative;

}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news .other-news-tbl-row .other-news-img .img-effect {
    overflow: hidden;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news .other-news-tbl-row .other-news-img .img-effect:after {
    width: 100%;
    font-family: 'Glyphicons Halflings';
    content: "\e003";
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.59);
    background-color: rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -50px;
    -webkit-transition: 0.2s top ease;
    transition: 0.2s top ease;
    -webkit-border-radius: 5px 5px 50% 50%;
    border-radius: 5px 5px 50% 50%;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news .other-news-tbl-row .other-news-img .main-img {
    width: 165px;
    height: 110px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 7px #CECECE;
    box-shadow: 5px 5px 7px #CECECE;
    -webkit-transition: 0.3s box-shadow ease;
    transition: 0.3s box-shadow ease;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news .other-news-tbl-row .other-news-img .news-date {

    position: absolute;
    bottom: 0;
    right: 0;
    background: #51156A;
    color: white;
    padding: 0 16px;
    opacity: 0.8;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin: 0;
    width: 100%;
    font-size: 11px;
    text-align: center;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news .other-news-tbl-row .other-news-img .news-date .glyphicon {
    margin-left: 5px;
    top: 2px;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news .other-news-tbl-row .other-news-img .news-style {

    position: absolute;
    bottom: 0;
    right: 0;
    height: 22px;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news .other-news-tbl-row .other-news-content {
    display: table-cell;
    vertical-align: middle;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news .other-news-tbl-row .other-news-content h5 {
    font-weight: bold;
    color: #292929;
    line-height: 20px;
    margin-bottom: 0;
    -webkit-transition: 0.1s color ease;
    transition: 0.1s color ease;

}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news:hover .other-news-tbl-row .other-news-img .img-effect:after {
    top: 0;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news:hover .other-news-tbl-row .other-news-img .main-img {
    -webkit-box-shadow: 6px 6px 7px #AFAFAF;
    box-shadow: 6px 6px 7px #AFAFAF;
}

.n-des .n-wrapper .col-xs-12 .kish-news-layout div.col-xs-12.col-xs-sm-4.col-sm-4 .other-news-wrapper .other-news:hover .other-news-tbl-row .other-news-content h5 {
    color: #A80D2F;
}

/*Kish news*/
/*international news*/

.n-des .news-notifications-layout .international-news-cell {
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #D1D2D3;
    border-left: 1px solid white;
    overflow: hidden;
    position: relative;
    padding-bottom: 35px;
}

.n-des .news-notifications-layout .international-news-cell .col-xs-12 .international-news-layout {
    width: 262px;
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .col-xs-12 .international-news-wrapper {
    border-bottom: 1px solid #E4E4E4;
    padding: 5px 0;
    float: right;
    width: 100%;
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .col-xs-12 .international-news-wrapper a {
    float: right;
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .clone-object:first-child.col-xs-12 .international-news-wrapper {
    /*padding-top: 0;*/
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .clone-object:last-child.col-xs-12 .international-news-wrapper {
    border-bottom: 0;
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .col-xs-12 .news-category h5 {
    font-size: 11px;
    color: #A80D2F;
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .col-xs-12 .news-category .glyphicon {
    margin-left: 5px;
    top: 2px;
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .col-xs-12 .international-news-wrapper .international-news .international-news-content {
    position: relative;
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .col-xs-12 .international-news-wrapper .international-news .international-news-content:after {
    font-family: 'Glyphicons Halflings';
    content: "\e251";
    color: rgb(123, 31, 161);
    position: absolute;
    top: 2px;
    right: -27px;
    -webkit-transition: 0.3s right ease;
    transition: 0.3s right ease;
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .col-xs-12 .international-news-wrapper .international-news .international-news-content .international-news-content-area h5 {

}

.n-des .n-wrapper .col-xs-12 .international-news-layout .col-xs-12 .international-news-wrapper .international-news .international-news-content .international-news-content-area .news-date {
    color: #949494;
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .col-xs-12 .international-news-wrapper .international-news .international-news-content .international-news-content-area .glyphicon {
    margin-left: 5px;
    top: 2px;
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .col-xs-12 .international-news-wrapper .international-news:hover .international-news-content:after {
    right: -19px;
}

.n-des .n-wrapper .col-xs-12 .international-news-layout .col-xs-12 .international-news-wrapper .international-news:hover .international-news-content .international-news-content-area h5 {
    color: #A80D2F;
}

/*international news*/
/*notifications*/

.n-des .news-notifications-layout .notifications-cell {
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #D1D2D3;
    overflow: hidden;
    position: relative;
    padding-bottom: 35px;
}

.n-des .news-notifications-layout .notifications-cell .col-xs-12 .notifications-layout {

}

.n-des .n-wrapper .col-xs-12 .notifications-layout .col-xs-12 .notification-wrapper {
    border-bottom: 1px solid #E4E4E4;
    padding: 5px 0;
    float: right;
    width: 100%;
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .col-xs-12 .notification-wrapper a {
    float: right;
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .clone-object:first-child.col-xs-12 .notification-wrapper {
    /*padding-top: 0;*/
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .clone-object:last-child.col-xs-12 .notification-wrapper {
    border-bottom: 0;
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .col-xs-12 .notification-category h5 {
    font-size: 11px;
    color: #A80D2F;
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .col-xs-12 .notification-category .glyphicon {
    margin-left: 5px;
    top: 2px;
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .col-xs-12 .notification-wrapper .notification .notification-content {
    position: relative;
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .col-xs-12 .notification-wrapper .notification .notification-content:after {
    font-family: 'Glyphicons Halflings';
    content: "\e251";
    color: rgb(123, 31, 161);
    position: absolute;
    top: 2px;
    right: -27px;
    -webkit-transition: 0.3s right ease;
    transition: 0.3s right ease;
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .col-xs-12 .notification-wrapper .notification .notification-content .notification-content-area h5 {
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .col-xs-12 .notification-wrapper .notification .notification-content .notification-content-area .notification-date {
    color: #949494;
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .col-xs-12 .notification-wrapper .notification .notification-content .notification-content-area .glyphicon {
    margin-left: 5px;
    top: 2px;
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .col-xs-12 .notification-wrapper .notification:hover .notification-content:after {
    right: -19px;
}

.n-des .n-wrapper .col-xs-12 .notifications-layout .col-xs-12 .notification-wrapper .notification:hover .notification-content .notification-content-area h5 {
    color: #A80D2F;
}

/*notifications*/