@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
*{margin:0;padding:0;}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #fff !important;
}
.rs {
    margin:0;
    padding:0;
}
.f-container {
    min-height: calc(100vh - 60px);
}
.container {
    max-width: 960px;
}
.header_dk {
	max-width: 1920px;
	height: 200px;
	background: #f14308;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 20px;
	display: none;
	padding-top: 100px;
}
.logo {
    width: 305px;
    height: 110px;
    background: url(../images/logo04.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-bottom: 60px;
}
.header-cap {
    width: 570px;
    height: 186px;
    background: url(../images/dk/caption.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
}
.itemPeople {
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-top: 0;
    border-left: 0;
    text-align: center;
}
.itemPeople:nth-child(1),
.itemPeople:nth-child(2),
.itemPeople:nth-child(3),
.itemPeople:nth-child(4) {
    border-top: 1px solid #f0f0f0;
}
.itemPeople a {
    text-decoration: none !important;
}
.pageListGame {
    border-left: 1px solid #f0f0f0;
}
.itemPeopleAvatar {
    width: 100%;
}
.itemPeopleName {
    display: block;
    color: #212121;
    padding-top: 12px;
    text-align: center;
    font-size: 16px;
    margin: 0 -15px;
    min-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.pageContent {
    margin-bottom: 50px;
    margin-top: 50px;
}
.footer {
    background: #191919;
    padding: 20px 0 18px 0;
    font-size: 16px;
    overflow-x: hidden;
    text-align: center;
    color: #b3b3b3;
}
.blockTitle-inner {
    font-size: 30px;
    color: #f14308;
    font-weight: bold;
    padding:;
    border-bottom: 1px solid #f14308;
    text-transform: uppercase;
    padding: 0 60px;
    padding-bottom: 13px;
    text-align: center;
    position: relative;
    max-width: 900px;
    margin:0 auto;
    margin-bottom: 45px;
}
.dk-tit-home {
    
}
.detail-new {
    max-width: 900px;
    margin:0 auto;
}
.detail-new p {
    font-size: 14px;
    color: #222;
    line-height: 23px;
    text-align: justify;
}
@media (max-width: 1366px) {
    .header_dk {
        background-size: 1366px;
        height: 380px;
    }
    .logo {
        width: 180px;
        height: 70px;
        margin-bottom: 35px;
    }
    .header-cap {
        width: 410px;
        height: 140px;
    }
}
@media (max-width: 991px) {
    .itemPeople:nth-child(4) {
        border-top: none;
    }
}
@media (max-width: 768px) {
    .itemPeopleName {
        font-size: 13px;
    }
    .footer {
        font-size: 13px;
    }
    .header_dk {
        background-size: 960px;
		height: 110px;
		padding-top: 33px;
    }
    .logo {
        width: 150px;
        height: 45px;
        margin-bottom: 15px;
    }
    .header-cap {
        width: 265px;
        height: 90px;
    }
    .blockTitle-inner {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .dk-tit-home {
        width: 16px;
        height: 16px;
    }
    .f-container {
        min-height: calc(100vh - 106px);
    }
}
@media (max-width: 544px) {
    .col-ml-2 {
        width: 50%;
    }
    .itemPeople:nth-child(3) {
        border-top: none;
    }
    .logo {
        width: 200px;
        height: 45px;
        margin-bottom: 20px;
    }
    .blockTitle-inner {
        padding-left: 30px;
        padding-top: 10px;
        padding-right: 0;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}