body {
    font-family: 'Century Gothic', sans-serif;
}
.container-fluid {
    max-width: 1600px;
}
.container_wapper {
    width: 100%;
    background: #c0c0c0;
}
.rcolor {
    background: #f00;
}
.gcolor {
    background: #0f0;
}
.bcolor {
    background: #00f;
}
h1 {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    font: normal normal normal 34px/60px 'Century Gothic', sans-serif;
    color: #3b3b3b;
}

.dk_logo a:hover {
	text-decoration: none;
}
/*menu*/
#dk_mobile_menu {
    top: 0;
    width: 250px;
    height: 100%;
    background: #f9f9f9;
    position: fixed;
    z-index: 5500;
    right: -1500px;
    display: none;
    overflow: auto;
}
#dk_mobile_menu ul li a {
    text-align: left;
    background: #f15556;
    color: #000;
}
#dk_mobile_menu ul li:hover a {
    background: #c83233;
	color: #fff;
}
#dk_banner_menu {
    width: 100%;
    background: #f9f9f9;
    height: 94px;
    border-bottom: 1px solid #f15556;
    position: fixed;
    top: 0;
    z-index: 5000;
}
#dk_banner_menu #logo_img {
    max-height: 90px;
    margin-top: 2px;
    float: left; 
}
#dk_banner_menu #logo_text 
{
    float: left;
    font: normal normal normal 36px/1em 'Century Gothic', sans-serif;
    margin-top: 28px;
    padding-left: 5px;
    text-align: left;
    color: #000;
}
#dk_banner_menu #logo_text span {
    color: #9fb038;
}
#dk_banner_menu ul li a ,
#dk_banner_menu ul li a:focus {
    padding-top: 35px;
    padding-bottom: 35px;
    font: normal normal normal 18px/23px 'Century Gothic', sans-serif;
    color: #000;
    background: repeat-x url("../images/banner_bg.jpg") 0 -94px ;
    transition-duration: .5s;
}
#dk_banner_menu ul li a:hover ,
#dk_banner_menu ul li a.current
{
    background-position: 0 0px ;
    background-color: #f15556;
    color: #ffffff;
}
#dk_banner_menu #mobile_menu {
    padding-top: 25px;
    font-size: 30px;
    float: right;
    color: #e35354;
}
/*banner slide*/
.dk_slide { 
    width: 100%;
    margin-top: 94px;
    position: relative; 
    overflow: hidden;
}
.carousel-caption h3 ,
.carousel-caption p {
    background: none ;
    text-align: center;
    color: #fff;
    line-height: 2em;
    text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}
/*about*/
#dk_about {
    background: #ffffff;
    float: left;
}
#dk_about .about_icon {
    margin-bottom: 40px;
}
#dk_about .about_icon .imgwap {
    text-align: center;
    border-radius: 75px;
}
#dk_about .about_icon h2 {
    text-align: center;
    font: normal normal normal 20px/25px 'Century Gothic', sans-serif;
}
#dk_about .about_icon p {
    text-align: center;
    font: normal normal normal 14px/23px 'Century Gothic', sans-serif;
}
#dk_about .attitude {
    background-color: #bd3e25;
    color: #fff;
}
#dk_about .team {
    background-color: #334d5c;
    color: #fff;
}
#dk_about .efficiency {
    background-color: #efc84a;
    color: #fff;
}
#dk_about .innovate {
    background-color: #465dcf;
    color: #fff;
}
#dk_about .open {
    background-color: #71b83e;
    color: #fff;
}
#dk_about .about_text p 
{
    font-size: 22px;
    line-height: 2em;
    padding-bottom: 60px;
    text-indent: 2em;
}
/*events*/
#dk_events {
    background: #6698b5;
    float: left;
    overflow: hidden;
}
#dk_events h1{
    color: #fff;
}
#dk_events .event_box_wap {
    overflow:hidden;
    margin-bottom: 60px;
    position: relative;
}
#dk_events .event_box_wap .event_box_img {
    position: relative;
    top: 0;
}
#dk_events .event_box_wap .event_box_caption {
    position: relative;
    top: 0;
    padding-bottom: 10px;
    background: #fff;
    width: 100%;
    border-top: 3px solid #3c6f8c;
}
#dk_events .event_box_wap .event_box_caption a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
#dk_events .event_box_wap h1,
#dk_events .event_box_wap p {
    margin: 0;
    color: #000000;
    text-align: left;
}
#dk_events .event_box_wap p {
    padding: 5px 20px 15px 20px;
}
#dk_events .event_box_wap h1 {
    padding: 20px 20px 20px 20px;
    font-size: 24px;
    line-height: 24px;
}
/*contact*/
#dk_contact {
    background: #fff;
    float: left;
}
#dk_contact_map {
    width: 100%;
    height: 320px;
    margin-bottom: 60px;
    text-align:center;
}
#dk_contact h1 {
    color: #000;
}
#dk_contact p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 60px;
}
/*dk_footer*/
#dk_footer {
    width: 100%;
    border-top: 2px solid #507f9a;
    height: 70px;
    background: #447693;
    float: left;
}
#dk_footer p {
    padding-top: 20px;
    color: #fff;
    text-align: center;
}
#dk_footer a {
    color: #fff;
    text-decoration: underline;
}
/*  Small devices (tablets, 768px and up)  */
@media (max-width: 768px ) { 
    #dk_about .pre_next {
        font-size: 15px;
    }
    #dk_timeline .right_timer {
        background-position: center center;
    }
}
/*  Medium devices (desktops, 992px and up)  */
@media (max-width: 970px ) {
    #dk_timeline .right_timer {
        background-position: 100px 5px;
    }
    #dk_banner_menu #logo_text {
        font: normal normal normal 30px/1em 'Century Gothic', sans-serif;
    }
    #dk_timeline .container-fluid {
        background: url("../images/time_line_bg.jpg") repeat-y 28px 0;
    }
}
/*  Large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px ) {
}