body {
    font-family: Roboto Condensed;
    font-size: 14px;
}

.newyear {
    background: rgba(70, 130, 180, 0.2);
}
.newyear .news-line h5 span {
    background: transparent;
}
.newyear .news-line h5:before {
    margin-left: 120px;
}

hr {
    margin: 10px 0;
}

.nav-wrapper {
    /*    background-color: #053a75 !important;*/
    background-color: #0056c4 !important;
}

.nav-wrapper .bg-primary {
    /*    background-color: #053a75 !important;*/
    /*    background-color: #0c4da2 !important;  */
      background-color: #0056c4 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.nav-wrapper1 {
    /*    background-color: #053a75 !important;*/
    background-color: #0056c4;
    margin-bottom: 8px;
    width: 200%;
    margin-left: -50%;
    text-aling: center;
}



.lang-bar img {
    height: 28px;
}

.lang-bar .dropdown-menu a {
    font-size: 13px;
}

.logo {
    height: 100px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.online {
    color: black;
}

.lunar {
    color: #3366ff;
}

.forecast {
    color: #f0c419;
}

.exchange {
    color: #009900;
}

.chat {
    color: #2196f3;
}

.scrollable {
    height: 510px;
}

.stat {
    color: #999;
    font-size: 13px;
}

.list li {
    overflow: hidden;
}

/* Tab Box Style */
.tab-box .nav-link {
    border-radius: 0;
    color: #333;
    padding-top: 2px;
    padding-bottom: 2px;
}
.tab-box .nav-link:hover {
    border-color: transparent;
}
.tab-box .nav-link.active {
    color: #fff;
}
.tab-box.green .nav-link.active {
    border-color: #607d8b;
    background-color: #607d8b;
}
.tab-box.red .nav-link.active {
/*    border-color: #ee3660;
    background-color: #ee3660;
*/    
    border-color: #faaf40;
    background-color: #faaf40;
}
.tab-box.blue .nav-link.active {
    border-color: #0c4da2;
    background-color: #0c4da2;
	
}
.tab-box.twitter-blue .nav-link.active {
    border-color: #55acee;
    background-color: #55acee;
}
.tab-box .nav-tabs {
    /*    border-bottom: 1px solid transparent;*/
}
.tab-box .tab-content {
    /*    box-shadow: inset 0 3px 5px -3px rgba(0, 0, 0, 0.3);*/
}
.tab-box .tab-content a>img{
    max-width: 100px;
    width: 100px;
    float: left;
    height: auto;
}
/* Featured News Style */
.featured {
    padding-top: 0;
    padding-bottom: 0;
}
.featured .caption {
    text-transform: uppercase;
}
.featured .main-item {
    padding-right: 5px;
    padding-bottom: 6px;
}
.featured .sub-item {
    /*    padding-right: 5px;*/
    padding-right: 0px;
    padding-bottom: 3px;
}
.featured .sub-item .caption {
    font-size: 80%;
}
.featured img {
    width: 100%;
    transition: transform .5s; /* Animation */
}
.featured img:hover {
    transform: scale(1.1);
}
.thumb-main, .thumb-sub {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    background-origin: content-box;
    width: 100%;
    transition: transform .5s;
}
.thumb-main:hover {
    transform: scale(1.01);
}
.thumb-sub:hover {
    transform: scale(1.02);
}
.thumb-main .caption, .thumb-sub .caption {
    color: #fff;
    padding: 10px;
    position: absolute;
    background-color: rgba(12, 77, 162, .5);
    z-index: 7;
    bottom: 0;
    width: 100%;
}
@media (max-width: 991px) {
    .thumb-main {
        height: calc((100vw - 30px)/1.6);
    }
    .thumb-sub {
        height: calc((100vw - 30px)/1.6);
    }
    .carousel .thumb-main {
        height: calc(100vw/1.6);
    }
    .featured h5 {
        margin-right: 1rem!important;
    }
    .featured .main-item, .featured .sub-item {
        padding-right: 0px;
        padding-bottom: 6px;
        margin-right: 1rem!important;
    }
    .featured .sub-item .caption {
        font-size: 100%;
    }
}
@media (min-width: 992px) {
    .thumb-main {
        height: calc(((1140px * 0.75 - 30px) * 0.6667 + 5px)/1.6);
    }
    .thumb-sub {
        height: calc(((1140px * 0.75 - 30px) * 0.3333 - 0px)/1.6);
    }
    .carousel .thumb-main {
        height: calc(1140px * 0.75/1.6);
    }
}
@media (min-width: 1200px) {
    .thumb-main {
        height: calc(((1140px * 0.75 - 30px) * 0.6667 + 5px)/1.6);
    }
    .thumb-sub {
        height: calc(((1140px * 0.75 - 30px) * 0.3333 - 0px)/1.6);
    }
    .carousel .thumb-main {
        height: calc(1140px * 0.75/1.6);
    }
}
/* Photo and Video news */
.cover-icon {
    height: 60px;
    width: 60px;
    /*    position: absolute;
        left: 110px;
        top: 110px;
        margin: -75px 0 0 -30px;*/
    margin: auto;
    border-radius: 30px;
    text-align: center;
    background-color: lightgray;
}
.cover-icon.photo {
    opacity: 0.6;
    color: red;
    padding-top: 15px;
}
.cover-icon.play {
    opacity: 0.6;
    color: red;
    padding-top: 15px;
}
/* News Home Style */
.news-box {
    margin-bottom: 20px;
}
.news-box img {
    width: 100%;
}
@media (min-width: 992px) {
    .news-box img {
/*
        width: 100%;
        height: calc(((960px * 0.75 - 30px) * 0.8333 * 0.3333 - 1rem)/1.6);
*/
    }
    .news-box .image:before {
        content:'';
        padding-top:63%;  vertical value as  100% equals width 
        float:left;
    }
    /*    .news-box .caption .title {
            height: 45px;
            overflow: hidden;
        }*/

}
@media (min-width: 1200px) {
    .news-box img {
        width: 100%;
        height: calc(((1140px * 0.75 - 30px) * 0.8333 * 0.3333 - 1rem)/1.6);

    }
    .news-box .image:before {
        content:'';
        padding-top:63%;  vertical value as  100% equals width 
        float:left;
    }
    /*    .news-box .caption .title {
            height: 45px;
            overflow: hidden;
        }*/
}
.news-box a {
    text-decoration: none;
/*    color: #212529; */
    color: #0c4da2;
    
}
.news-box .image {
    overflow: hidden;
    width: 100%;
    /*    border-radius: 7px;*/
    /*    background-size: auto 100%;*/
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}
@media (max-width: 991px) {
    .news-box .image {
        width: 100%;
        height: calc(((100vw - 30px) - 1rem)/1.6);
    }
    .col-lg-10 {
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }

}
@media (min-width: 992px) {
    .news-box .image {
/*
        width: 100%;
        height: calc(((960px * 0.75 - 30px) * 0.8333 * 0.3333 - 1rem)/1.6);
*/
    }

    .col-lg-10 {
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }


}
@media (min-width: 1200px) {
    .news-box .image {
/*
        width: 100%;
        height: calc(((1140px * 0.75 - 30px) * 0.8333 * 0.3333 - 1rem)/1.6);
*/
    }
    .col-lg-10 {
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }
}
.news-box .caption {
    font-weight: bold !important; 
    margin-top: 5px;
}
.news-box .caption .stat {
    font-weight: normal !important; 
}
.news-line h5 {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-transform: uppercase;
}
.news-line h5:before {
    border: none;
    border-top: 4px solid #faaf40;
    /* border-top: 4px solid #0c4da2;*/
    /*    border-left: 4px solid #0c4da2;*/
    border-radius: 0px;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 40%;
    /*    top: 0;*/
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.featured.news-line h5:before {
    /*    border-top: 4px solid red;*/
    /* border-color: #ee3660; */
    border-top: 4px solid #faaf40;
    right: 0;
}
.news-line h5 span {
    background-color: #fff;
    padding-right: 10px;
    /*    margin-left: 1rem;*/
}
.news-line a {
    text-decoration: none;
/*    color: #212529;*/
    color: #0c4da2; 
}
/* News Recent Style */
.news-box-recent {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e1e3e6;
}
.news-box-recent a {
    text-decoration: none;
    color: #212529;
    /* color: #0c4da2; */
}
.news-box-recent .caption {
    margin-left: 110px;
    margin-top: -2px;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    font-family: arial;
    /* width: calc(100% - 190px); */
    /* float: right; */
    width: 120px;
}
.news-box-recent .caption .stat {
    color: #2d98e0;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    font-family: arial;
    margin-top: 3px;
}
/* News List Style */
.news-box-list {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e1e3e6;
}
.news-box-list img {
    width: 20%;
    float: left;
}
.news-box-list a {
    text-decoration: none;
/*    color: #212529;*/
    color: #0c4da2;
    
}
/* News Grid Style */
.news-box.grid .news-content {
    float: none;
    width: auto;
    margin: 0;
}
.news-box.grid .news-image {
    overflow: hidden;
    margin-bottom: 8px;
    background: #000;
    border-radius: 7px;
}
.news-box.grid .news-image:before {
    content: '';
    padding-top: 63%;
    float: left;
}
.news-box.grid .news-image img {
    height: auto;
}
.news-box.grid .news-image-bg {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    background-origin: content-box;
    background-color: #000;
    border-radius: 7px;
    width: 100%;
}
@media (max-width: 576px) {
    .news-image-bg {
        height: calc((100vw - 30px)/1.3);
    }
}
@media (min-width: 576px) {
    .news-image-bg {
        height: calc((100vw - 30px)/3);
    }
}
@media (min-width: 992px) {
    .news-image-bg {
        height: calc(((1140px * 0.75 - 30px) * 0.6667 - 5px)/2);
    }
}
@media (min-width: 1200px) {
    .news-image-bg {
        height: calc(((1140px * 0.75 - 30px) * 0.6667 - 5px)/2);
    }
}
/* Category cover pic */
.category-cover-image {
    max-height: 37px;
    position: relative;
    top: 50%;
}
/* News List Items */
.news-content {
    max-height: 134px;
    float: left;
    width: calc(80% - 10px);
    margin-left: 10px;
}
.news-content .title {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    max-height: 40px;
    margin-bottom: 7px;
    overflow: hidden;
}
.news-content .body {
    font-size: 13px;
    max-height: 66px;
    overflow: hidden;
    line-height: 17px;
    color: #3c414e;
    font-family: Arial;
    margin-bottom: 7px;
    text-align: justify;
}
.news-content .stat {

}
/* News Show */
.news-title {
    border-bottom: solid 1px #000;
    font-size: 32px;
    padding-bottom: 10px;
}
.news-body {
    font-size: 14px !important;
    font-family: Arial;
    line-height: 22px !important;
    color: #333 !important;
    text-align: justify !important;
}
.news-body img {
    max-width: 100%;
    /*    margin-left: auto;
        margin-right: auto;*/
    display: flex;
}
.news-photos {
    margin-top: 20px;
    margin-bottom: 10px;
}
.news-photo {
    overflow: hidden;
    margin-bottom: 8px;
}
.news-photo img {
    max-width: 90%;
    height: auto;
    border: 1px solid;
    cursor: pointer;
}
.news-photo img:hover {
    border: 1px solid #2d98e0;
}

/* Weather */
.weather-top img {
    height: 22px;
}
a.weather:hover {
    text-decoration: none;
}
table.weather {
    margin-bottom: 0.5rem;
}
table.weather td {
    border: 1px solid #eee;
    text-align: center;
    background-color: #eee;
}
table.weather td.weather-city {
    /*    background-color: #15276f;
        color: #fff;*/
    color: #0c4da2;
    font-size: 90%;
    padding-top: 3px;
}
table.weather td.weather-pheno {
    width: 30%;
}
table.weather td.weather-day {
    font-size: 12px;
    text-align: center;
}
table.weather td.weather-night {
    font-size: 12px;
    text-align: center;
}
table.weather td.weather-day span, table.weather td.weather-night span {
    border-radius: 5px;
    background-color: #fff;
    padding: 3px;
}
table.weather td.weather-info {
    font-size: 11px;
}

/* Author */
.author {
    overflow: hidden;
    /*    line-height: 40px;*/
}
.author a {
    text-decoration: none;
}
.author .avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
}
.author .avatar img {
    width: 100%;
}
.author .social-plugins {
    float: right;
    text-align: right;
    display: inline-block;
}
.author .social-plugins {
    line-height: 8px;
    /*    margin-top: 9px;*/
    /*    margin-right: 15px;*/
}
.social-plugins span {
    display: flex;
}

.col-12 .search-form {
    float: right;
    margin-right: 16px;
}

.copyright {
    background-color: #053a75;
    color: #a9b6c5;
    padding: 10px 0;
}
.copyright span {
    margin: auto auto;
    display: table;
}

.social a {
    background-color: #fff;
}

.social img {
    height: 32px;
}

a.category-filter {
    text-decoration: none;
}
a.category-filter span.text-muted:hover {
    color: #dc3545!important;
}
.footer-wrapper h5 {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}
.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}
.banner-sticky.sticky {
    top: 70px;
}

/* Banner CSS */
.banner-vertical {
    margin-top: 12px;
}
/* Carousel news CSS */
.news-line .carousel .carousel-indicators {
    bottom: -8px !important;
    left: auto !important;
    right: 15px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.news-line .carousel .carousel-indicators li {
    background-color: #15276f !important;
    height: 5px !important;
}
.news-line .carousel .carousel-indicators li:hover {
    cursor: pointer;
}
.news-line .carousel .carousel-indicators .active {
    background-color: red !important;
}
.news-line .carousel .carousel-control-next-icon {
    background-position: 7px 5px;
    /*    background-position: 5px 4px;*/
}
.news-line .carousel .carousel-control-prev-icon {
    background-position: 3px 5px;
    /*    background-position: 3px 4px;*/
}
.news-line .carousel .carousel-control-next-icon, .news-line .carousel .carousel-control-prev-icon {
    width: 28px;
    height: 28px;
    /*    width: 18px;
        height: 18px;*/
    background-color: #000;
    border-radius: 10%;
    background-size: 18px;
    /*    background-size: 10px;*/
}
#home-bar .news-line .carousel .carousel-control-next, #home-bar .news-line .carousel .carousel-control-prev {
    top: 60px;
    height: 20px;
    /*    width: auto;
        height: 20px;
        top: -21px;
        z-index: 1;*/
}
.news-line .carousel .carousel-control-next {
    right: -21px;
    /*    right: 1rem;*/
}
.news-line .carousel .carousel-control-prev {
    left: -38px;
    /*    left: unset;
        right: 2.2rem;*/
}
/* Carousel Indicators */
#banner-top.carousel {
    height: 110px;
    margin-top: 1rem;
    overflow: hidden;
}
#banner-right.carousel {
    margin-top: 0.75rem;
    overflow: hidden;
}

.carousel-indicators {
    position: absolute;
    left: unset;
    right: 10px;
    bottom: 10px;
    margin: 0;
}
.carousel-indicators .indicator:hover {
    cursor: pointer;
}
.carousel-indicators .indicator {
    background: lightgray;
    height: 7px;
    width: 7px;
    border-radius: 7px;
    display: block;
    float: left;
    margin-left: 5px;
}
.carousel-indicators .indicator.active {
    background: #ee3660;
}

.carousel-caption {
    background: rgba(0,0,0,0.5);
    width: 100%;
    right: auto;
    left: auto;
    bottom: 20px;
}
.carousel-caption h4 {
    font-size: 1.2rem;
    margin-bottom: 0;
}
.featured .carousel {
    margin-bottom: 0.3rem;
}
.featured .carousel .carousel-indicators {
    position: absolute;
    right: 0 !important;
    bottom: 4px !important;
    left: 0 !important;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15% !important;
    margin-left: 15% !important;
    margin: inherit;
    list-style: none;
}
.featured .carousel .carousel-indicators li {
    background-color: #15276f !important;
    height: 3px !important; 
}

.list-group.related {}
.list-group.related a {
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: .55rem 1.25rem;
}

.sub-menu {
    background-color: #032d5b;
    color: #fff;
    overflow: hidden;
    padding: 20px;
    display: none;
}
.sub-menu>li {
    overflow: hidden;
    border-bottom: solid 1px #46647f;
}
.sub-menu>li>a {
    width: 25%;
    display: block;
    float: left;
}

.ss-content img {
    max-width: 120px;
    border-radius: 2px;
}
.ss-scroll {
    width: 8px !important;
}

.tab-content {
    min-height: 200px;
}

.comment-list li{
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin-top: -1px;
    font-size: 14px;
}

.list-inline-item a {
    text-decoration: none;
    color: #212529;
}

.banner-vertical img {
    max-width: 100%;
}

.has-error > span.help-block > ul.list-unstyled > li {
    color: #dc3545 !important;
}

.social-buttons div {
    margin-left: 5px;
    line-height: 20px;
}
.social-buttons div.fb-like {
    float: left;
}
.social-buttons div.twitter-plugin {
    float: right;
}

.nav-tabs .nav-item {
    /*    width: 50%;
        text-align: center;*/
    text-align: center;
}

/* Tab style */
.news-tab-item {
    clear: both;
    font-size: 85%;
    display: flex;
    border-bottom: 1px solid #ccc;
    /*    border-radius: 3px;*/
    padding: 8px;
    font-family: arial;
    /*    text-align: justify;*/
}
.news-tab-item:hover {
    background-color: gainsboro;
}
.news-tab-item a {
    color: #212529;
    width: 100%;
}
.news-tab-item div {
    float: left;
}
.news-tab-item-clock {
    margin-right: 10px;
    font-size: 90%;
/*    color: #2d98e0;*/
    color: #0c4da2;
    width: 46px;
}
.news-tab-item-body {
    /*        width: calc(100% - 121px);*/
    width: calc(100% - 66px);
    margin-right: 10px;
}
.news-tab-item-image {
    width: 48px;
    float: right !important;
}
.news-tab-item-image img {
    width: 100%;
}

.thumb-box .image {
    overflow: hidden;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}
.thumb-box .caption {
    color: #fff;
    padding: 10px;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    z-index: 7;
    bottom: 0;
    width: 100%;
}
@media (max-width: 991px) {
    .thumb-box .image {
        width: 100%;
        height: calc(100vw / 1.6);
    }
}
@media (min-width: 992px) {
    .thumb-box .image {
        width: 100%;
        height: calc(960px * 0.25 - 30px);
    }
}
@media (min-width: 1200px) {
    .thumb-box .image {
        width: 100%;
        height: calc(1140px * 0.25 - 30px);
    }
}

.news-box .caption h6 {
    /*    font-family: Arial;*/
    font-family: Roboto Condensed;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    color: #333;
    margin-top: 8px;
    margin-bottom: 2px;
}
.news-box .caption .marquee {
    overflow: hidden;
    display: block;
    position: relative;
    height: 17px;
}
.news-box .caption .marquee span {
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    white-space: nowrap;
}
.news-box .caption .body {
    height: 51px;
    overflow: hidden;
    font-weight: normal !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;;
    font-size: 12px;
    color: #000;
}
.news-box .caption .stat {
/*    color: #2d98e0;*/
    color: #0c4da2;
    font-size: 12px;
}

#video-news > div{
    float: left;
}
#video-news > div.video-player{
    width: 80%;
}
#video-news > div.video-list{
    width: 20%;
}
@media (max-width: 991px) {
    #video-news > div.video-player{
        width: 100%;
    }
    #video-news > div.video-list{
        width: 0;
    }
}
#video-news{
    overflow: hidden;
}
#video-news .video-item{
    width: 100%;
    /*float: left;*/
    margin: 0 1px 1px 0;
}
#video-news .video-item img{
    width: 100%;
}
#video-news .video-item a{
    display: block;
    position: relative;
}
#video-news .video-item a:hover{
    cursor: pointer;
}
#video-news .video-item a > i{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255,255,255,0);
    text-align: center;    
    background-color: rgba(0,0,0,0);
    transition: all ease .2s;
    margin-left: -18px;
    margin-top: -15px;
}
#video-news .video-item a:hover > i {
    /*    background-color: rgba(0,0,0,.8);    */
    color: rgba(255,255,255,.5);
}
#video-news ul{
    overflow: hidden;
}
.video-list .ss-content {
    padding: 0 18px 0px 5px;
}
.video-list.scrollable {
    height: 340px;
}

.social-plugins a.btn {
    font-size: 12px;
}

video.banner-video {
    background-color: rgba(0,0,0,0.8);
}

#banner-top .carousel-item {
    height: 100px;
}
#banner-middle .carousel-item {
    height: 100px;
}
#banner-right .carousel-item {
    height: 255px;
}
#banner-right img {
    max-width: 255px;
    max-height: 255px;
    background-color: rgba(0,0,0,0.8);
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote{
    font-size: 17px !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 0.6em 2rem 0.5em 52px;
    border-left: 8px solid #15276f;
    line-height: 1.5;
    position: relative;
    background: #EDEDED;
    text-align: initial !important;
}
blockquote::before{
    font-family:Arial;
    content: "\201C";
    color: #0c4da2;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}
blockquote::after{
    content: '';
}
blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}

.news-body p {
    margin-bottom: 0px;
}

.montsame-nav .dropdown-menu {
    font-family: "Roboto Condensed";
    font-size: 14px;
}

.footer-wrapper {
    background-color: #0c4da2;
}
#footer-info {
    color: #212529;
    text-align: center;
    min-height: 100px;
}
#footer-info > div {
    background-color: rgba(238,238,238,0.9);
    display: flex;
    align-items: center;
    height: 100%;
}
#footer-info .follow-us ul {
    margin: 0;
}
#footer-info .follow-us ul li {
    margin: 0;
}
#footer-info .footer-app ul {
    margin: 0;
}
#footer-info .footer-app img {
    height: 35px;
}
#footer-up {
    text-align: center;
}
#footer-up a {
    color: #fff;
    position: absolute;
    bottom: 2rem;
    left: 0;
}
#footer-up a.btn-up {
    background-color: #2a65b0;
    border-color: #2a65b0;
}
#footer-links {
    background-color: #0c4da2;
    padding-top: 1rem;
}
@media (min-width: 992px) {
    #footer-info {
        padding-left: 0;
        padding-right: 3rem;
        min-height: 350px;
    }
    #footer-info .footer-logo {
        margin-top: 0.5rem;
    }
    #footer-links {
        padding-left: 0rem;
    }
}
#footer-links ul.list-styled {
    padding: 0;
    list-style: none;
}
#footer-links ul.list-styled li::before {
    /*    content: "•";
        color: red;*/
}
#footer-links .links {
    font-size: 80%;
}
#footer-links .links div {
}
#footer-links .links .ss-content div {
    float: left;
    margin-left: 30px;
}
#footer-links-inner ul {
    margin-bottom: 0;
}
#footer-links-inner ul.list-unstyled li div:last-child {
    margin-bottom: 1rem;
}
.links a {
    font-size: 12px;
    color: #fff;
    margin-left: 0;
    /*    white-space: nowrap;*/
}
.link-title,
.link-title a {
    font-size: 12px;
    color: #fff;
    margin-left: 0;
    text-transform: uppercase;
}

/* Currency Flags */
#USD {
    background: url('/images/flags/tugnuud.png') no-repeat top left;
    background-position: -63px -128px;
    width: 16px;
    height: 16px;
    padding-left: 25px;
}
#EUR {
    background: url('/images/flags/tugnuud.png') no-repeat top left;
    background-position: 3px -595px;
    width: 16px;
    height: 16px;
    padding-left: 25px;
}
#JPY {
    background: url('/images/flags/tugnuud.png') no-repeat top left;
    background-position: 3px -991px;
    width: 16px;
    height: 16px;
    padding-left: 25px;
}
#GBP {
    background: url('/images/flags/tugnuud.png') no-repeat top left;
    background-position: 3px -661px;
    width: 16px;
    height: 16px;
    padding-left: 25px;
}
#RUB {
    background: url('/images/flags/tugnuud.png') no-repeat top left;
    background-position: 3px -1651px;
    width: 16px;
    height: 16px;
    padding-left: 25px;
}
#CNY {
    background: url('/images/flags/tugnuud.png') no-repeat top left;
    background-position: 0 -331px;
    width: 16px;
    height: 16px;
    padding-left: 25px;
}
#KRW {
    background: url('/images/flags/tugnuud.png') no-repeat top left;
    background-position: 0 -1123px;
    width: 16px;
    height: 16px;
    padding-left: 25px;
}

/* Currency */
.currency a {
    color: #212529;

}
.currency a:hover {
    text-decoration: none;
}
.currency table * {
    font-size: 12px;
    margin-bottom: 0.5rem;
}
.currency table thead th {
    border: 1px solid #dee2e6;
    background-color: #eee;
    text-align: center;
}
.currency table th, .currency table td {
    padding: .25rem;
}
#currency-top-inner > div {
    display: none;
    width: 100px;
    white-space: nowrap;
}
#currency-top-inner > div.active {
    display: inline-block !important;
}

/* Top menu */
ul.top-menu {
    font-size: 12px;
}
ul.top-menu li {
    margin-right: 0 !important;
}

.lang-bar {
    margin-right: -23px;
}

/* Pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}


@media (max-width: 990px) {
   .hide_div {
      display : none !important;
   }
}

@media (max-width: 575px) {
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
    }
    .col-xs-offset-7 {
        margin-left: 58%;
    }
    #footer-info .footer-logo img {
        margin-bottom: -5rem;
    }
    #footer-info .follow-us > div {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    #footer-info .follow-us img {
        height: 27px;
    }
    #footer-info .footer-app ul {
        margin-bottom: 1rem;
    }
    #footer-info .footer-app ul > li:first-child {
        margin-bottom: 0.25rem;
    }
}

/*
* NEWS STYLE 2
*/
.news-style-2.news-line h5 span {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 35%;
}
.news-style-2.news-line .news-box-list img {
    width: 35%;
}
.news-style-2.news-line .news-box-list:nth-child(even) img {
    float: right;
}
.news-style-2.news-line .news-box-list .news-content {
    width: calc(65% - 10px);
    max-height: none !important;
}
.news-style-2.news-line .news-box-list:nth-child(even) .news-content {
    margin-left: 0;
    margin-right: 10px;
}
.news-style-2.news-line .news-box-list .news-content .body {
    max-height: none !important;
}

.nav-link i {
    margin-right: 0.2rem;
}

.counter{
    margin: 0;
    overflow: hidden;
    display: inline-flex;
}
.counter li > span:first-child{
    background-color: rgba(255,255,255,.2);
}
.counter li > span{
    padding: 7px 12px;
    display: block;
    text-align: center;
}
.counter li{
    font-family: Roboto Condensed;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    float: left;
    margin-right: 1px;
    color: #fff;
}
.counter-1{
    background-color: #4d5360;
}
.counter-2{    
    background-color: #949fb1;
}
.counter-3{    
    background-color: #f39530;
}

.note-float-left {
    margin-right: 10px !important;
}
.note-float-right {
    margin-left: 10px !important;
}

.news-body table {
    display: block;
    overflow: auto;
}

.order-status-2 {
    color: blue;
}
.order-status-3 {
    color: green;
}
.order-status-5 {
    color: red;
}

.order-item-status-1 {
    color: blue;
}
.order-item-status-2 {
    color: blue;
}
.order-item-status-3 {
    color: green;
}
.order-item-status-4 {
    color: green;
}
.order-item-status-5 {
    color: red;
}

.online-service-agreement {
    height: 300px;
    overflow: auto;
}
.online-service-agreement p {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
@media print {
    .container {
        width:75%;
    }
}

.content-jp {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}


.tab-box.red .news-box-recent .caption .stat {
/*    color: #ee3660;*/
    color: #faaf40;
}

.head_text {
 display: block;
 float: left;
 min-width: 600px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #0c4da2;
 word-wrap: break-word;
 margin-bottom: 20px;
 margin-top: 30px;
}

.col-lg-2 {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 12%;
 flex: 0 0 12%;
 max-width: 0 0 12%;
}

.top_link_img {
 display: block;
 float: left;
 height: 26px;
 padding: 2px;
 padding-left: 6px;
 background: #faaf40;
}

.top_link_imgSL {
 display: block;
 float: left;
 height: 18px;
 margin-left: 5px;
}
.btn-danger {
  color: #fff;
  background-color: #faaf40;
  border-color: #faaf40;
}