body {
    color: #333;
    background-color: #ffffff;
    font-weight: normal;
    overflow-x: hidden;
}
.grayGradient{background: linear-gradient( 
    270deg
     , rgba(218,218,218,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 23%, rgba(224,224,224,1) 45%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 87%, rgba(224,224,224,1) 100%);}
.header-left {
    padding: 5px 0 5px 0;
}

.fixed-header-on .header .logo img {
    max-height: 49px;
    margin-top: 7px;
}
.header .container   {
    padding: 0px 10px;
    width: 95%;
}
.header-top .container {
    font-size: 13px;
    padding: 0px 10px;
    width: 93%;
}
.header {
    /* border-top: 1px solid #ffffff;
    border-bottom: 2px solid #f1f1f1;
    background: rgb(218,218,218);
	background: linear-gradient(0deg, rgba(218,218,218,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(224,224,224,1) 100%); */
}

@media (max-width: 1199px) and (min-width: 768px) {
	.main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
		padding-right: 0;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 28px 15px 27px 15px;
	}
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        background-color: white;
    }

    .with-dropdown-buttons .navbar-default .navbar-collapse {
        background-color: white;
        padding-right: 0;
    }
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #215389;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
}

.colored.header-top .dropdown-menu {
    border: 1px solid #555;
    background: #555;
}

.header-top.colored {
    height: 45px;
}

.footer-content p, .footer-content ul li {
	color: white;
}

a.text-info:hover, a.text-info:focus {
    color: #0099ff;
}

.text-info {
    color: #0080ff;
}

.dark .footer .link-dark {
    color: #0080ff;
}

.dark .footer .link-dark:hover {
    color: #0099ff;
}

.dark .btn-default {
    background-color: #0066cc;
    border-color: #0066cc;
}

.dark .btn-default:hover, .dark .btn-default:focus, .dark .btn-default.focus, .dark .btn-default:active, .dark .btn-default.active, .dark .open > .dropdown-toggle.btn-default {
    background-color: #0080ff;
    border-color: #0080ff;
}


/* mary */

.subFooterText {
    text-align: end;
    /*margin: 70px 0 0 0;*/
    line-height: 28px;
    line-height: 2.4em;
}
.nav.navbar-nav a {
    transform: skewX(-30deg);
}

.nav.navbar-nav a div {
    transform: skewX(30deg);
}
@media screen and (max-width: 770px) {
 
    .subFooterText {
        text-align: start;
        margin: 0;
    }

}
.logo img {
    max-width: 100px;
}



/*  */
.header.fixed {
    background-color: black;
    border-bottom: 0px solid #3c3c3c;
    border-top: 0px solid #3c3c3c;
    background: black;
    /* filter: drop-shadow(2px 4px 9px rgb(132, 0, 0)); */
}

.fixed-header-on .header.fixed.animated {
    background-color: black;
    border-bottom: 1px solid #353535;
}

.header-top.colored {
    background-color: #215389;
    border-bottom: 0px solid #000000;
    background: linear-gradient(0deg, #215376 0%, #215389 29%, #215389 80%, #215389 100%);
}



.page-loader-6 .pace .pace-activity {
    background: #215389;
}

/* .pace.pace-active {
    width: 100vw;
    height: 100vh;
} */
.pace.pace-active {
    /* width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #000000; */
}

body.front-page.page-loader-6.pace-done {
    /* background-color: rosybrown !important; */
}



.main-navigation .navbar-nav>li {
    margin: 0px !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    background-color: black;
}


ul.nav.navbar-nav>li>ul {
    top: 52px;
    left: 14px;
    position: absolute;
    padding: 0;
    width: max-content;
    background: black;
    z-index: 1000;
    color: white;
    list-style: none !important;
    text-align: center;
    font-size: 16px;
    border: 1px solid #444444;
}

ul.nav.navbar-nav>li>ul a {
    margin: 0px !important;
    display: inherit;
    transform: skewX(0deg);
    padding: 5px 20px !important;
}

    ul.nav.navbar-nav > li > ul a:hover {
        text-decoration: auto;
        background: #215389;
        cursor: pointer;
    }
.header.fixed {
    background-color: white;
    border-bottom: 0px solid #3c3c3c;
    border-top: 0px solid #3c3c3c;
    background: white;
    /* filter: drop-shadow(2px 4px 9px rgb(132, 0, 0)); */
}

.fixed-header-on .header.fixed.animated {
    background-color: white;
    border-bottom: 1px solid #353535;
}

.header-top.colored {
    background-color: #215389;
    border-bottom: 0px solid #000000;
    background: linear-gradient(0deg, #215376 0%, #215389 29%, #215389 80%, #215389 100%);
}

ul.nav.navbar-nav a {
    padding: 20px 25px !important;
    margin: 0px 0 0 0 !important;
}


.page-loader-6 .pace .pace-activity {
    background: #215389;
}

/* .pace.pace-active {
    width: 100vw;
    height: 100vh;
} */
.pace.pace-active {
    /* width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #000000; */
}

body.front-page.page-loader-6.pace-done {
    /* background-color: rosybrown !important; */
}



.main-navigation .navbar-nav>li {
    margin: 0px !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    background-color: black;
}


ul.nav.navbar-nav>li>ul {
    top: 52px;
    left: 14px;
    position: absolute;
    padding: 0;
    width: max-content;
    /* width: -webkit-fill-available;  */
    background: black;
    z-index: 1000;
    color: white;
    list-style: none !important;
    text-align: center;
    font-size: 15px;
    border: 1px solid #444444;
}

ul.nav.navbar-nav>li>ul a {
    /* margin: 0px !important;
    display: inherit;
    transform: skewX(0deg);
    padding: 5px 20px !important;
    width: -webkit-max-content;
     */

     margin: 0px !important;
    display: block;
    transform: skewX(0deg);
    padding: 5px 20px !important;
    width: 100%;
    text-align: left;
    word-break: keep-all;
}




.haveList,
.haveList > div {
    cursor: pointer;
    font-family: "Raleway", sans-serif;
}

.haveList+ul {
    
    transition: all 1s ease-in-out;
    display: none;
}

.haveList+ul:hover {
    display: block;
}

.haveList:hover+ul {
    display: block;
}



element.style {
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: #909090;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #909090;
}

/* footer */
.dark .subfooter{
    background-color: black;
    color: white;
}
.text-info {
    font-weight: 700;
    color: #215389;
}
a.text-info:hover, a.text-info:focus {
    color: #9c9c9c;
}
.dark .footer {
    background-color: #5a5a5a;
}

.page-title {
    margin-top: 0;
    font-size: 2em;
    font-weight:bold;
}

/* 改menu */
@media screen and (max-width: 767px) {
    .navbar-default {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .header-left {
        position: absolute !important;
        z-index: 10;
    }

    .navbar-collapse {
        background-color: white;
    }

    .navbar-default .navbar-nav>li>a {
        border-bottom: 0px solid #cecece;
    }

    .navbar.navbar-default {
        margin: 5px 0 6px;
    }

    .navbar-toggle{
        margin-right: 5px;
    } 
    .nav.navbar-nav a {
		transform: skewX(0deg); 
	}
    ul.nav.navbar-nav a {
        padding: 8px 25px !important; 
    }
	.nav.navbar-nav a div {
		transform: skewX(0deg);
	}
    .haveList+ul:hover {
        display: block;
    }
    
    .haveList:hover+ul {
        display: block;
    }
 
    a.haveList div {
        display: initial;
    }
    ul.nav.navbar-nav>li>ul{
        position: relative;
        top:0px;
        left: 0px;
        width: 100%;
        /* display: block; */
        text-align: left;
        padding: 0 0px ;
        border: none;
    }
    ul.nav.navbar-nav>li>ul>li>a{
        padding: 4px 60px !important;
    }
    
    .navbar-nav { 
        border: 1px solid #232323;
    }
    .main-navigation .navbar-nav>li { 
        /* border-bottom: 1px solid; */
    }
    /* ul.nav.navbar-nav>li>ul a:hover {
  
        background: none; 
    
        
    } */
    /* .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
        background-color: transparent;
    } */
}

.topSelect {
    float: right;
    margin: 10px 8px;
    background: transparent;
    font-size: 1.2em;
    border: navajowhite;
}

select.topSelect option {
    background: rgba(0, 0, 0, 0.3);
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.bottomLine_Gray {
    width: 130px;
    height: 3px;
    background-color: #bfbfbf;
    margin: 5px auto 60px auto;
}b, strong {
    font-weight: bold;
    font-size: 0.9em;
}

/*  */
@media screen and (min-width: 768px){
    .container {
    width: 750px;
    font-size: 15px;
}
}
@media screen and (min-width: 992px){
    .container {
    width: 970px;
    /* padding: 0px 40px; */
    font-size: 1.5vw;
}.fixed-header-on .header-left {
    padding: 10px 0 0 0;
}
}

@media screen and (min-width: 1200px){
    .container {
    width: 70%;
    padding: 10px;

    font-size: 1.0vw;
}
}





 /* 20210713 */
 .slider-banner-fullwidth-big-height , .revslider-initialised, .tp-simpleresponsive {
    max-height: 30vw !important;
}
.tp-caption.sfb.fadeout.dark-translucent-bg.caption-box.text-left.start {
    margin: 0 0 0 -13vw !important;
}
@media screen and (max-width: 767px){ 
    .slider-banner-fullwidth-big-height , .revslider-initialised, .tp-simpleresponsive {
        max-height: 45vw !important;
    }
    .tp-caption.sfb.fadeout.dark-translucent-bg.caption-box.text-left.start {
        margin: 0 0 0 0vw !important;
    }
}


/*k-categories-block*/
@media (max-width: 992px) {
    .k-row {
        display: flex;
        flex-direction: column;
    }
}

.k-sidebar {
    padding: 25px;
    background: white;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.k-search-block {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.k-search-input {
    /*width: calc(100% - 60px);*/
    display: inline-block;
    margin-right: 5px;
    height: 36px;
    border-radius: 2px;
}

.k-search-btn {
    width: 55px;
    height: 36px;
    padding: 0;
    border-radius: 2px;
    background-color: #ff0000;
    border-color: #c50000;
}
    .k-search-btn:hover, .k-search-btn:active, .k-search-btn:focus {
        background-color: #c50000;
        border-color: #c50000;
    }

    .k-categories-block {
        margin: 3em 0 5em 0;
    }
.read-more {
    color: #9b9b9b;
    font-family: cursive !important;
    font-size: 0.6em;
    letter-spacing: 0.025em; 
}
.k-item-content a:hover,
.k-sidebar ul li a:hover {
    color: #e70000 !important;
}

.k-title {
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #000000;
    padding-left: 7px;
    border-left: 3px solid red;
}

.k-categories-block ul {
    list-style: none;
    padding: 0;
}

.k-categories-block li {
    padding: 0.9em 0em 0em 0em;
    font-size: 1.05em;
    font-weight: 400;
    color: #60676b;
    letter-spacing: 0.075em;
}

    .k-categories-block li a {
        color: #60676b;
    }

.k-categories-block.popular-posts li {
    padding: 0.9em 0em 0.9em 0em;
    border-bottom: 2px dotted #c5c5c5;
    color: #60676b;
    line-height: 2.2em;
}

.k-h1 {
    border-bottom: 3px dotted #3697d940;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em 0px;
    font-weight: 500;
}
/*k-item*/
.k-horizontal {
    display: flex;
    flex-wrap: nowrap;
    transition: all ease 0.5s;
    align-items: center;
    padding: 0.8em 0.5em;
    font-size: 1.4em;
    background: white;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    margin-bottom: 1em;
}
.k-item-block {
    padding: 0 0 0 1em;
}
.k-item-time {
    padding: 1em 1.3em 1em 0.5em;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    font-size: 1.1em;
    color: gray;
}
    .k-item-time span:nth-child(1) {
        font-size: 0.7em;
        font-weight: 600;
        letter-spacing: 0.023em;
    }
    .k-item-time span:nth-child(2) {
        font-size: 1em;
        font-weight: 200;
        line-height: 0.8em;
    }
    .k-item-time span:nth-child(3) {
        font-size: 1.5em;
        font-weight: 600;
        color: #5a5a5a;
        letter-spacing: 0.023em;
        line-height: 1.1em;
    }
.k-item-img-a {
    background-color: #a6180d;
    display: block;
    min-width: 40%;
}

.k-item-img {
    transition: all ease 0.5s;
    padding: 30%;
    background-size: 100% 100%;
    background-position: center;
}

.k-horizontal:hover .k-item-img {
    background-size: 120% 120%;
    filter: opacity(0.75);
}

.k-item-content {
    padding: 0.8em 1.2em
}

    .k-item-content h4 {
        line-height: 1.8em;
        font-weight: 700;
        margin-bottom: 16px;
    }

.k-item-content-lower {
    position: relative;
    border-top: 1px solid #cccccc;
    padding: 15px 0 13px 0;
}

    .k-item-content-lower .pull-left {
        font-weight: 500;
    }

/*k-detail*/
.k-detail-upper-box {
    padding: 2em 2em 1.5em 2em;
}

    .k-detail-upper-box h2 {
        display: inline-block;
        margin: 0;
        line-height: 1.7em;
        font-weight: 600;
    }

.k-detail-upper-box-time {
    font-weight: 500;
    color: #9d9d9d;
    padding-top: 0.8em;
    margin-top: 0.8em;
    border-top: 1px solid gray;
}

.k-detail-lower-content {
    padding: 2em 2em 2.5em 2em;
}

.dropdown-menu {
    background-color: white !important;
}

.dropdown-menu > li > a {
    color: black;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: white !important;
}