*::after {
    display: block;
    content: "";
    clear:both;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


@font-face {
    font-family: 'San Francisco';
    src: url('../fonts/subset-SanFrancisco.eot');
    src: url('../fonts/subset-SanFrancisco.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SanFrancisco.woff2') format('woff2'),
    url('../fonts/subset-SanFrancisco.woff') format('woff'),
    url('../fonts/subset-SanFrancisco.ttf') format('truetype'),
    url('../fonts/subset-SanFrancisco.svg#SanFrancisco') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Francisco';
    src: url('../fonts/subset-SanFrancisco-Medium.eot');
    src: url('../fonts/subset-SanFrancisco-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SanFrancisco-Medium.woff2') format('woff2'),
    url('../fonts/subset-SanFrancisco-Medium.woff') format('woff'),
    url('../fonts/subset-SanFrancisco-Medium.ttf') format('truetype'),
    url('../fonts/subset-SanFrancisco-Medium.svg#SanFrancisco-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'San Francisco';
    src: url('../fonts/subset-SanFrancisco-Bold.eot');
    src: url('../fonts/subset-SanFrancisco-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SanFrancisco-Bold.woff2') format('woff2'),
    url('../fonts/subset-SanFrancisco-Bold.woff') format('woff'),
    url('../fonts/subset-SanFrancisco-Bold.ttf') format('truetype'),
    url('../fonts/subset-SanFrancisco-Bold.svg#SanFrancisco-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* ====  Header START  ===== */
div.page {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /* max-width: 1024px; */
    background-color: #fe8301;
}
header {
    display: block;
    width: 100%;
    padding: 16px 0;
    /* min-height: 130px; */
    /* height: 130px; */
    position: relative;
    z-index: 99999;
    background-color: #BA9CFE;
}
div.header_center {
    display: block;
    width: 100%;
    max-width: 1024px;
    /* min-width: 1024px; */
    position: relative;
    margin: 0 auto;
    /* background-color: #fff; */
}


div.langs {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    justify-content: flex-end;
}

div.langs a {
    display: flex;
    font-family: 'San Francisco';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    /* background-color: #a80208; */
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    align-items: center;
    justify-content: center;
}

div.langs a.lg_active {
    color: #FE8301;
    text-decoration: underline;
}

div.langs a:hover {
    color: #FE8301;
    text-decoration: underline;
}
div.langs a::before {
    display: block;
    content: "";
    width: 1px;
    height: 11px;
    margin:0 10px 0 10px;
    background-color: #000;
}
div.langs a:first-child:before {
    display: none;
}


.section-menu .langs {
    display: flex;
    float: left;
    width: auto;
    margin-top: 5px;
}
.section-menu div.langs a.lg_active {
    color: #fff;
    text-decoration: underline;
}

.section-menu div.langs a:hover {
    color: #fff;
    text-decoration: underline;
}

a.logo {
    display: block;
    float: left;
    width: 180px;
    height: 83px;
    /* background: url("../img/modlogo.svg") no-repeat; */
    text-decoration: none;
    margin: 8px 20px 0px 0px;
}
a.logo img {
    display: block;
    width: 100%;
    height: 100%;
}
.hd_top {
    display: block;
    float: none;
}
.icons_sect {
    display: flex;
    float: none;
    justify-content: flex-end;
}

/* -------NAV PART  START========= */
a.menuicon {
    display: block;
    float: right;
    width: 30px;
    height: 22px;
    margin: 5px 40px 0px 0px;
    background-image: url("../img/menuicon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 99;
    transition: all 0.7s;
}
/* a.exit {
  display: none;
  float: right;
  width: 22px;
  height: 22px;
  margin: 10px 16px 0px 0px;
  background-image: url("../img/exitmenu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 99999999999;
  transition: all 0.7s;
} */
nav {
    display: block;
    width: calc(100% - 30px);
    max-width: 1024px;
    padding: 10px 0px;
    margin: 10px auto 0px auto;
    height: auto;
    /* max-height: 39px; */
    float: none;
    z-index: 99999;
    position: relative;
    overflow: hidden;
    /* transition:height 0.5s ease-out; */
    /* height:auto; */
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}


.desk_menu_col {
    display: block;
    width: 100%;
    max-width: 176px;
    float: left;
}
ul.hdr_menu {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

ul.hdr_menu>li {
    display: block;
    position: relative;
    margin: 10px 0 0px 0px;
    padding: 0;
    list-style: none;
    /* float: left; */
}
ul.hdr_menu>li:first-child {margin: 0 0 0 0;}
ul.hdr_menu>li>a {
    display: block;
    position: relative;
    width: 100%;
    /* width: 170px; */
    border-radius: 5px;
    padding: 13px 20px;
    margin: 0;
    font-family: 'San Francisco';
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0px;
    line-height: 24px;
    color: #000;
    /* text-transform: uppercase; */
    opacity: 1;
    word-break: break-all;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #ffffff;
    background: -moz-linear-gradient(left,  #ffffff 0%, #ba9cfe 100%);
    background: -webkit-linear-gradient(left,  #ffffff 0%,#ba9cfe 100%);
    background: linear-gradient(to right,  #ffffff 0%,#ba9cfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ba9cfe',GradientType=1 );
}

ul.hdr_menu>li>a:hover {
    /* color: #fff; */
    background: #ba9cfe;
}
ul.hdr_menu>li>a.menu_active {
    color: #111111;
    background: #FFD32A 0% 0% no-repeat padding-box;
}

/* Sub menu */

ul.hdr_menu>li:hover>ul {
    opacity: .93;
    visibility: visible;
}

ul.hdr_menu ul {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 160px;
    padding: 0;
    top: 32px;
    left: 0;
    list-style: none;
    background-color: #ffd32a;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9999999;
}

ul.hdr_menu ul li {
    display: block;
    position: relative;
    float: none;
    padding: 0;
    list-style: none;
    border-bottom: 1px dotted #fff;
}

/* ul.hdr_menu ul li a {
    display: block;
    padding: 10px 15px;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0;
    color: #111111;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

ul.hdr_menu ul ul {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 160px;
    padding: 0;
    top: 0px;
    left: 160px;
    list-style: none;
    background-color: #ffd32a;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9999999;
}

ul.hdr_menu ul li a:hover {
  color: #fff;
}
ul.hdr_menu ul li:hover>ul {
    opacity: .93;
    visibility: visible;
} */

/* --- Header section --- */

/* -------NAV PART FINISH========= */


div.search-are {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 20px 0px 0px;
    overflow: hidden;
    background-color: #fff;
    z-index: 9999999;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

div.search-are form {
    display: block;
    width: 100%;
}
input.sch-text {
    display: block;
    float: left;
    width: calc(100% - 60px);
    height: 50px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #DBEDF7;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    outline: none
}

input.sch-btn {
    display: block;
    float: left;
    width: 30px;
    height: 20px;
    padding: 0;
    margin: 15px 0 0 0;
    background: none;
    background-image: url("../img/search-line.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
}

input.sch-close {
    display: block;
    float: left;
    width: 30px;
    height: 20px;
    padding: 0;
    margin: 15px 0 0 0;
    background: none;
    background-image: url("../img/close-line.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
}


button.search {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    float: left;
    padding: 0;
    margin: 3px 30px 0px 0px;
    background: none;
    background-image: url("../img/search-line.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
}


div.social-icons {
    display: flex;
    float: left;
    align-items: center;
    margin-top: 5px;
}
div.social-icons>a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 15px;
}
a.fb {
    background: transparent url("../img/facebook-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
a.insta {
    background: transparent url("../img/instagram-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
a.twt {
    background: transparent url("../img/twitter-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
a.telg {
    background: transparent url("../img/telegram-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
a.ytb {
    background: transparent url("../img/youtube-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
a.rss {
    background: transparent url("../img/rss-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
/* ======== MAIN part START ----===== */
main {
    display: block;
    margin: 0 auto;
    width: 100%;
    /* min-height: 1200px; */
}
.bg_clr {
    background-color: #FE8301;
}
div.main_center {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    padding: 25px 0px;
    /* background-color: #fff; */
}
div.main-left {
    display: block;
    width: 100%;
    max-width: 677px;
    float: left;
    margin: 0px 17px 0px 0px;
}
div.main-right {
    display: block;
    float: right;
    width: 100%;
    max-width: 330px;
    margin: 0px 0px 0px 0px;
}

div.section_right {
    display: block;
    width: 100%;
    padding: 15px;
    padding-bottom: 3px;
    background-color: #ba9cfe;
    border-radius: 10px;
}

div.section_right_scrool {
    display: block;
    width: 100%;
    padding: 0 5px 0 5px;
    border-radius: 10px;
    max-height: 2889px;
    overflow: auto;
}

.section_right_scrool::-webkit-scrollbar-track {
    border-radius: 3px;
}

.section_right_scrool::-webkit-scrollbar {
    width: 7px;
}

.section_right_scrool::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #FE8301;
}

/*   Manshet start */

.main_top {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
}

.manshet_slider:hover div.carousel_arrow {
    display: block;
    visibility: visible;
}

div.manshet_slider {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    max-width: 630px;
    margin: 0 20px;
}

.sld_img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.sld_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 65%;
}
.sld_img img, .sld_img video, .sld_img iframe {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}



div.carousel_arrow {
    display: none;
    visibility: hidden;
    width: 100%;
    float: none;
    position: absolute;
    top: calc(50% - 12px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.carousel_arrow .swiper-button-next, div.carousel_arrow .swiper-button-prev {
    float: left;
    width: 45px;
    height: 45px;
    border: 0;
    outline: 0;
    margin: 0;
    opacity: 1;
    top: 0;
    z-index: 2;
    background: none;
    /* border: 1px solid #e3e3e3; */
    border-radius: 5px;
    background-color: #7777778a;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.carousel_arrow .swiper-button-prev {
    background-image: url("../img/prev.svg?v1");
    left: 15px;
    right: auto;
}

div.carousel_arrow .swiper-button-next {
    background-image: url("../img/next.svg?v1");
    right: 15px;
    left: auto;
    float: right;
}

/* Manshet Finish */



div.section-news {
    display: block;
    width: 100%;
    padding: 0px 0px 20px 0px;
}
div.more-news {
    display: flex;
    width: 100%;
    margin: 20px auto 10px auto;
    align-items: center;
    justify-content: flex-end;
}
a.more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
    font-family: 'San Francisco';
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0px;
    color: #fe8301;
    opacity: 1;
}
span.reload-icon {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 2px;
    background-image: url("../img/arrow-right-line.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* a.more-link:hover span.reload-icon  {
  -moz-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
} */

div.section-news_link {
    display: block;
    /* flex-wrap: wrap; */
    width: 100%;
    margin: 0;
    padding: 0;
}
a.news-link {
    display: block;
    float: left;
    width: 100%;
    max-width: calc(50% - 15px);
    margin: 0px 30px 25px 0px;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a.news-link:nth-child(2n) {
    margin: 0px 0px 25px 0px;
}
/* a.news-link:hover div.sect-nw-info {
  color: #ba9cfe;
} */
a.news-link:hover div.sect-nw-img img,a.news-link:hover div.sect-nw-img video, a.news-link:hover div.sect-nw-img iframe {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

div.sect-nw-img {
    display: block;
    position: relative;
    width: 100%;
    /* height: 120px; */
    /* margin-bottom: 8px; */
    border: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
div.sect-nw-img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 68%;

}

div.sect-nw-img img, div.sect-nw-img video, div.sect-nw-img iframe {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.alert-txt {
    display: flex;
    position: absolute;
    padding: 3px 8px;
    height: 20px;
    top: 15px;
    left: 15px;
    text-align: left;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    background-color: #F70029;
    opacity: 1;
    align-items: center;
    justify-content: center;
}
div.alert-date {
    display: block;
    position: absolute;
    padding-left: 6px;
    bottom: 15px;
    left: 15px;
    border-left: 3px solid #FFD32A;
    text-align: left;
    font-family: 'San Francisco';
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.news_info_sect {
    display: block;
    width: 100%;
    padding: 10px 10px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.author {
    display: inline-block;
    font-weight: bold !important;
    color: #fe8301 !important;
    /* margin: 0 3px; */
}
div.sect-nw-info {
    display: block;
    width: 100%;
    height: auto;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #111111;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}


div.section-header {
    display: flex;
    width: 100%;
    /* height: 29px; */
    padding: 0;
    margin: 0px auto 25px auto;
    justify-content: center;
}

div.section-header a {
    display: inline-block;
    margin: 0 auto;
    font-family: 'San Francisco';
    font-weight: bold;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #111111;
    text-align: center;
    opacity: 1;
}


div.duble-line {
    display: block;
    float: left;
    margin-right: 6px;
}
div.duble-line span{
    display: block;
    float: left;
    width: 4px;
    min-height: 29px;
    height: 100%;
    margin-right: 4px;
    background-color: #143094;
}

a.section-link {
    display: block;
    width: 100%;
    max-width: 322px;
    text-decoration: none;
    border: 0;
    outline: none;
}
div.sect-img {
    width: 100%;
    height: 100%;
    max-height: 217px;
}
div.sect-img img {
    display: block;
    width: 100%;
    height: 100%;
}
div.sect-text {
    display: block;
    width: 100%;
    padding: 10px 0px;
}
div.sect-row {
    display: block;
    width: 100%;
}
div.sect-head {
    display: block;
    width: 100%;
    font-family: RobotoSlab-Bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    margin: 6px 0px 6px 0px;
    text-align: left;
}
div.sect-info {
    display: block;
    width: 100%;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: left;
}

a.sect-right-link {
    display: block;
    width: 100%;
    max-width: 322px;
    padding: 13px 0px;
    text-decoration: none;
    border: 0;
    outline: none;
    border-top: 1px solid #E2E2E2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a.sect-right-link:last-child {
    border-bottom: 1px solid #E2E2E2;
}
a.sect-right-link:hover div.sect-link-head {
    color: #1FC3EC;
}
div.sect-link-head {
    display: block;
    width: 100%;
    font-family: RobotoSlab-Bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    margin: 6px 0px 6px 0px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

div.sect-nw-time {
    display: block;
    width: 100%;
    margin: 0px 0px 8px 0px;
}

div.nw-clock {
    display: block;
    float: left;
    margin: 0px 10px 0 0;
    font-family: 'San Francisco';
    font-weight: 500;
    font-size: 14px;
    color: #ba9cfe;
    line-height: 16px;
}
div.nw-date {
    display: block;
    float: left;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 14px;
    color: #ba9cfe;
    line-height: 16px;
}



a.other-best-news {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px 16px 10px 16px;
    margin: 0px auto 20px auto;
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.other-best-news:hover {
    -webkit-box-shadow: 0 0 17px 2px #FFFFFF;
    box-shadow: 0 0 4px 2px #ffffff;
}
a.other-best-news:hover div.bn-text {
    color: #fe8301;
}

/* a.other-best-news:last-child div.bn-text  {
  border: none;
  padding: 0px 29px 0px 27px;
} */

div.bn-date {
    display: flex;
    width: 100%;
    align-items: center;
}
div.bnd-time {
    display: flex;
    float: left;
    width: 100%;
    min-height: 20px;
    text-align: left;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #838C9E;
    opacity: 1;
    align-items: center;
}

/* div.bnd-icon {
  display: flex;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0px 17px 0px 0px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #E3E2FC;
text-align: left;
font: normal normal normal 16px/24px SanFrancisco-Regular;
letter-spacing: 0px;
opacity: 1;
}
div.bnd-icn1 {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #143094;
opacity: 1;
} */

div.bn-text {
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    letter-spacing: 0px;
    opacity: 1;
    /* border-left: 2px solid #E3E2FC; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Section BOOK */
.section-book {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.b_row {
    display: block;
    width: 100%;
}
.b_col {
    display: block;
    float: left;
    width: 100%;
    max-width: calc(25% - 12px);
    margin: 0 15px 15px 0;
}
.b_col:nth-child(4n) {
    margin: 0 0px 15px 0;
}

.b_img:hover img {
    transform: scale(1.02);
}

.b_img {
    display: block;
    position: relative;
    width: 100%;
    /* max-width: 120px; */
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.b_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 141%;
}

.b_img img {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



/* Section BOOK end */


/* ========= FOOTER PART START =---------------=========== */
footer {
    display: block;
    width: 100%;
    min-height: 30px;
    padding: 10px 0px;
    background-color: #fff;
}
div.footer_center {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

/* div.ftr_top {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background-color: #DBEDF7;
} */

div.ftrbtm_left {
    display: block;
    float: none;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.56px;
    align-items: center;
    margin-top: 0px;
}

div.ftrbtm_right {
    display: flex;
    float: none;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.56px;
    align-items: center;
    justify-content: flex-end;
}


a.ftr_logo {
    display: block;
    float: left;
    width: 180px;
    /* height: 90px; */
    /* background: url(../img/modlogo.svg) no-repeat; */
    text-decoration: none;
}
a.ftr_logo img{
    display: block;
    width: 100%;
    height: 100%;
}

ul.footer_btm_menu {
    display: block;
    float: right;
    margin: 35px 0px 14px 15px;
    list-style: none;
}
ul.footer_btm_menu li {
    display: block;
    float: left;
    list-style: none;
    padding: 2px 5px 2px 5px;
}
ul.footer_btm_menu li a {
    display: flex;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 14px;
    color: #000;
    letter-spacing: -0.56px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    align-items: center;
}
ul.footer_btm_menu li a:hover {
    color: #fe8301;
}

ul.footer_btm_social {
    display: block;
    float: left;
    margin: 10px 0px 14px 50px;
    list-style: none;
}
ul.footer_btm_social li {
    display: block;
    float: left;
    list-style: none;
    padding: 2px 5px 2px 5px;
}
ul.footer_btm_social li a {
    display: flex;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    align-items: center;
}
ul.footer_btm_social li a:hover {
    color: #9e0b0f;
}

ul.footer_btm_social li a:hover >span {
    transform: translateY(-4px);
}

ul.footer_btm_social li:last-child,ul.footer_btm_social li:last-child a{padding-right: 0;}
/* a.logo_transp {
  display: inline-block;
  margin: 0px 8px 0px 8px;
  width: 92px;
  height: 14px;
  background-image: url("../img/modlogo.svg");
  background-repeat: no-repeat;
} */
ul.footer_btm_social li a span,ul.footer_btm_social li a img {
    display:block;
    width: 24px;
    height: 24px;
    margin: 0px 0px 0px 0px;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* span.ft-fb {
  background-image: url("../img/fb.svg");
}

span.ft-insta {
  background-image: url("../img/instagram.svg");
}

span.ft-twt {
  background-image: url("../img/twt.svg");
}
span.ft-ytb {
  background-image: url("../img/youtube.svg");
} */


/* ========= FOOTER PART FINISH =---------------=========== */
.top_icons {
    display: block;
    float: right;
    margin: 0;
    width: auto;
    /* position: relative; */
}
.src_part {
    display: block;
    float: left;
    /* margin: 28px 0 0 0; */
    /* position: relative; */
}

form.search_form {
    display: block;
    min-width: 480px;
    /* width: calc(100% - 160px); */
    position: relative;
    right: 0;
    z-index: 999;
}
.search_opn {
    display: none;
    float: left;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-image: url("../img/src-btn.svg");
    padding: 0px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin: 8px 8px 8px 8px;
}
div.search-sect {
    display: block;
    float: left;
    background-color: transparent;
    width: 100%;
    /* max-width: 637px; */
    background: #F1F3F4 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}
div.src-inp {
    display: block;
    float: left;
    background-color: transparent;
    width: calc(100% - 40px);
}

div.src-inp input {
    display: block;
    background-color: transparent;
    width: 100%;
    border: none;
    outline: none;
    padding: 12px 16px;
    font-family: 'SFProDisplay';
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    line-height: 16px;
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
}
div.src-btn {
    display: block;
    float: left;
    background-color: transparent;
    width: 40px;
    padding: 8px 8px;
}
div.src-btn button {
    display: block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url("../img/src-btn.svg");
    background-position: center;
    background-size: 24px 24px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
}
div.src-btn-cls {
    display: none;
    float: left;
    background-color: transparent;
    width: 40px;
    padding: 8px 8px;
}

div.src-btn-cls button {
    display: block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url("../img/close-line.svg");
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
}




.close_menu {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 20px;
}
button.menu-btn {
    display: block;
    float: left;
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 8px 0px 0 8px;
    background-color: transparent;
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
}

button.mobile_show {
    display: none;
    background-image: url("../img/menu-icon.svg");
}

button.mobile_hide {
    background-image: url("../img/menu_close.svg");
    float: right;
    margin: 0 0px 0 0;
}


.section-menu {
    display: block;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.side_menu_full {
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    overflow: hidden;
    -webkit-transition: background .3s ease-in-out, visibility .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: background .3s ease-in-out, visibility .3s ease-in-out;
    transition: background .3s ease-in-out, visibility .3s ease-in-out;
}
.scroll_body {
    display: block;
    width: calc(100% - 10px);
    height: calc(100vh - 218px);
    overflow-y: auto;
    margin-right: 10px;
    padding: 0px 10px 20px 20px;
}

.scroll_body ul.hdr_menu {
    display: block;
    min-width: 100%;
}


.scroll_body::-webkit-scrollbar-track {
    border-radius: 3px;
}

.scroll_body::-webkit-scrollbar {
    width: 7px;
}

.scroll_body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #9AA0A6;
}




.menu_left {
    visibility: visible !important;
    background-color: #000000d6;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-section {
    display: block;
    position: relative;
    width: auto;
    max-width: 75%;
    height: 100vh;
    padding: 20px 0;
    left: 0;
    background-color: #FE8301;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate3D(-100%,0,0);
    -moz-transform: translate3D(-100%,0,0);
    transform: translate3D(-100%,0,0);
}

.menu_left .menu-section {
    -webkit-transform: translate3D(0%,0,0);
    -moz-transform: translate3D(0%,0,0);
    transform: translate3D(0%,0,0);
}
.noscroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
}


div.mobile-social {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 15px 16px;
    margin-top: 10px;
    background-color: #fff;
}

div.mb-social {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
div.mb-pg {
    display: block;
    width: 100%;
}

div.mobile-social ul.footer_btm_social {
    display: block;
    float: none;
    margin: 0;
}
div.mobile-social ul.footer_btm_menu {
    display: block;
    float: none;
    margin: 0;
}

.section-menu ul.hdr_menu>li {
    margin-top: 10px;
}
.section-menu ul.hdr_menu>li>a {
    padding: 8px 12px;
}

/* NEWS_IN page  START ----> */
.news-in {
    display: block;
    width: 100%;
    padding: 16px;
    background-color: #fff;
    border-radius: 10px;
}

.news-in-top {
    display: block;
    width: 100%;
    padding-bottom: 15px;
}

.newsin-header {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    text-align: left;
    font-family: 'San Francisco';
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #111111;
    opacity: 1;
}

.newsin-row {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.nwrow-left {
    display: block;
    float: left;
}
.nwrow-right {
    display: block;
    float: right;
}

.newsin-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.newsin-img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 56%;
}

.newsin-img img, .newsin-img video, .newsin-img iframe {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}



.newsin-text{
    font-family: 'San Francisco';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 10px 0;
}
.newsin-text * {
    font-family: 'San Francisco';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.news-in .news_info_sect {
    background-color: #e6e6e6;
}

a.nwin_text-icon1, a.nwin_text-icon2, a.nwin_text-icon3 {
    display: block;
    float: left;
    width: 39px;
    height: 26px;
    text-decoration: none;
    border: solid 1px #ba9cfe;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

a.nwin_text-icon1 {
    background-size: 18px 16px;
    border-right: 0;
    background-image: url("../img/A+.svg");
}
a.nwin_text-icon2 {
    background-size: 10px 16px;
    background-image: url("../img/A.svg");
}
a.nwin_text-icon3 {
    background-size: 16px 16px;
    border-left: 0;
    background-image: url("../img/A-.svg");
}

.nav_desk {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 10px 0px;
    margin: 10px auto 0px auto;
}
.nav_desk .hdr_menu {
    display: block;
    width: auto;
}
.nav_desk .hdr_menu li {
    float: left;
    margin: 0;
}
.nav_desk .hdr_menu li a{
    /* padding: 5px 7px; */
    font-size: 16px;
    line-height: 1.2;
    background: none;
    letter-spacing: -0.56px;
    position: relative;
    padding: 8px 10px 8px 0;
    margin: 0 5px 0 0;
}

.nav_desk .hdr_menu li a::after {
    display: block;
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #FE8301;
    top: 35px;
    z-index: 999999;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.nav_desk .hdr_menu li a:hover:after {
    width: 100%;
}
.nav_desk .hdr_menu li a.active:after {
    width: 100%;
}


.news-in div.section-header {
    color: #000!important;
    justify-content: flex-start;
}
.news-in div.section-header a {
    color: #000;
    padding: 10px 5px 10px 0;
    margin: 0 0;
    border-bottom: 1px solid #fe8301;
}


.news-in div.sect-nw-time {
    margin: 7px 0px 0px 0px;
}



.newsin-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #fe8301;
    border-bottom: 1px solid #fe8301;
    padding: 16px 16px;
    margin: 20px auto 30px auto;
}

.nw_icons {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsin-share {
    background-image: url("../img/copy_coding.svg");
}
.newsin-fb {
    background-image: url("../img/fb.svg");
}
.newsin-twt {
    background-image: url("../img/twt.svg");
}
.newsin-wp {
    background-image: url("../img/share_wp.svg");
}
.newsin-tg {
    background-image: url("../img/share_tg.svg");
}

div.copyrite {
    display: block;
    width: 100%;
    padding: 15px 0 10px 0;
    float: none;
    font-family: 'San Francisco';
    font-size: 14px;
    color: #000;
    letter-spacing: -0.56px;
}

/* NEWS_IN page  FINISH ----> */


/* NEWS page  START ----> */
.news {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
    border-radius: 10px;
}
.news .section-news, .news-in .section-news{padding: 0 !important;}
.news div.section-header {
    color: #000!important;
    justify-content: flex-start;
}
.news .section-header a {
    color: #000;
    padding: 10px 5px 10px 0;
    margin: 0 0;
    border-bottom: 1px solid #fe8301;
}
.news .news_info_sect, .video .news_info_sect,  a.news-link {
    background-color: #f3f1f1;
}


.news a.news-link {
    display: block;
    float: left;
    width: 100%;
    max-width: calc(33.333% - 15px);
    margin: 0px 15px 20px 0px;
}

.news a.news-link:nth-child(2n) {
    margin: 0px 15px 20px 0px;
}
.news a.news-link:nth-child(3n) {
    margin: 0px 0px 20px 0px;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}
.pagination ul{
    display: inline-block;
    list-style: none;
}
.pagination ul li{
    display: block;
    list-style: none;
    float: left;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active_pagin {
    background-color: #fe8301;
    color: #fff;
}

.pagination a:hover:not(.active_pagin) {background-color: #ddd;}



/* NEWS page  FINISH ----> */

/* All Video page  START ----> */
.video {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
    border-radius: 10px;
}
.video.section-news{padding: 0 !important;}
.video div.section-header {
    color: #000!important;
    justify-content: flex-start;
}
.video .section-header a {
    color: #000;
    padding: 10px 5px 10px 0;
    margin: 0 0;
    border-bottom: 1px solid #fe8301;
}


.video a.news-link {
    display: block;
    float: left;
    width: 100%;
    max-width: calc(33.333% - 15px);
    margin: 0px 15px 20px 0px;
}

.video a.news-link:nth-child(2n) {
    margin: 0px 15px 20px 0px;
}
.video a.news-link:nth-child(3n) {
    margin: 0px 0px 20px 0px;
}



.video .sect-over {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000042;
    /* opacity: 0.2; */
}
.video .sect-over::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    width: 30px;
    height: 30px;
    background-color: #fe8301d9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-image: url("../img/play-button.svg");
    border-radius: 50%;
}

/* All Video page  FINISH ----> */


/* SEARCH page  START ----> */
div.search_word {
    display: block;
    width: 100%;
    margin: 15px auto;
}
div.search_word *::after {display: inline-block;}
span.srword {
    /* display: inline-block; */
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #fe8301;
}
span.srinfo {
    /* display: inline-block; */
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.sch_count {color: #ff0000;}

.news form.search_form {
    display: block !important;
}

.news  div.search-sect {
    background-color: #F1F3F4 !important;
}
.news  div.src-inp {
    width: calc(100% - 40px);
}
/* SEARCH page  FINISH ----> */





/* Light gallery */
.demo-gallery {
    width: 100%;
}

.demo-gallery-poster img {
    width: 20px;
    height: 20px;
}

.gallery_slider {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}

.gallery_slider .prosmotr_ul {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
#lg-counter span::after {
    display: inline;
}

.gallery_slider .prosmotr_ul li {
    display: block;
    position: relative;
    float: left;
    list-style: none;
    width: 100%;
    max-width: calc(33.333% - 15px);
    margin: 0px 15px 20px 0px;
    padding: 0;
    overflow: hidden;
}
.gallery_slider .prosmotr_ul li:nth-child(3n) {
    margin: 0 0px 20px 0;
}

.gallery_slider .prosmotr_ul li::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 80%;
}
.gallery_slider .prosmotr_ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.demo-gallery > ul > li a:hover > img {
    transform: scale(1.02);
}
/* .product_gallery_images_upload {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: 50%;
  border-radius: 10px;
} */

/* .lg_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: red;
}
.lg_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 68%;
} */

img.product_gallery_images_upload {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.foto_inner .newsin-header{padding: 0;}
.foto_inner .newsin-row{padding: 5px 0;}


.foto_inner {
    display: block;
    width: 100%;
}

/* ------ FOTO PAGE FINISH====== */

/* ------ Book in PAGE START====== */
.book_container {
    display: block;
    width: 100%;
    margin: 0 auto 0px auto;
    /* padding: 0 0 20px 0; */
    /* border-bottom: 1px solid #fe8301; */
}

.bk_img_sect {
    display: block;
    float: left;
    width: 100%;
    max-width: 250px;
    padding: 0 20px 20px 0;
}
.bk_info {
    display: block;
    float: right;
    width: 100%;
    max-width: calc(100% - 250px);
}

.bk_img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bk_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 135%;
}

.bk_img img  {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}


.bk_download {
    display: block;
    width: 100%;
    margin: 10px auto 0 auto;
}

.bk_down_link:hover {
    background-color: #0072e0;
}

.bk_down_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #1e90ff;
    text-align: center;
    font-family: 'San Francisco';
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.bk_down_link span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/down_icon.svg");
}

.bk_row {
    display: flex;
    width: 100%;
    padding: 0px 0 15px 0;
    align-items: flex-start;
}

.bk_name {
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'San Francisco';
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fe8301;
}

.ctg_name {
    display: inline-block;
    text-align: left;
    font-family: 'San Francisco';
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding-right: 15px;
}

.ctg_info {
    display: inline-block;
    text-align: left;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    word-break: break-word;
}
.book_container .newsin-social {
    margin: 15px auto 0 auto;
}

/* ------ Book in PAGE FINISH====== */

/* ------ Contact PAGE START ====== */
.contact_page {
    display: block;
    width: 100%;

}
.contact_page .newsin-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px solid #fe8301;
    border-bottom: 1px solid #fe8301;
    padding: 16px 16px;
    margin: 15px auto;
}

.contact_page .ctg_name{
    display: inline-flex;
    align-items: center;
}
.contact_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin:  0 7px 0 0;
}
.tel_icon {
    background-image: url("../img/phone-call.svg");
}
.mail_icon {
    background-image: url("../img/email.svg");
}
.locn_icon {
    background-image: url("../img/location.svg");
}


/* ------ Contact PAGE FINISH ====== */

/* After include slide title */
.mansh_title {
    display: block;
    width: 100%;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #00000091;
}


.news_title {
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.nw_tB {
    display: inline-block;
    font-family: 'San Francisco';
    font-weight: 500;
    color: #FF0135;
    margin: 0 5px;
}


.news_date_time {
    display: block;
    width: 100%;
}

.nw_dt_item {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    text-align: left;
    font-family: 'San Francisco';
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #9e9e9e;
    opacity: 1;
}

@media only screen and (max-width: 560px) {
    .news_title {
        font-size: 20px;
        line-height: 24px;
        -webkit-line-clamp: 2;
    }

}

.newsin-text strong {
    font-weight: bold;
}
.newsin-text img {
    width: 99% !important;
    height: auto !important;
}
/* After include slide title */

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    width: 30px!important;
    height: auto !important;
}
.newsin-text * :after {
    content: none;
}
.more-news.all_books {background: #ebebeb;padding: 10px;border-radius: 10px;}

.more-news.all_books a {color: #000;}

.runtext-container {
    display: block;
    position: relative;
    padding: 0px 0 25px 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    z-index: 2;
}

.runtext-container marquee {
    width: 100%;
}

.runtext-container .holder {
    position: relative;
    overflow: visible;
    display: flex;
    float: left;
}

.runtext-container .holder .text-container {
    display: inline;
}

.text-container:first-child .runtext_link {
    padding-left: 0;
}

.runtext_link {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: auto;
    padding-left: 32px;
    margin-right: 32px;
    text-align: left;
    font-family: 'San Francisco';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.21px;
    color: #FFFFFF;
    opacity: 1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.text-container:first-child .runtext_link::before {
    display: none;
}
.runtext_link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}