* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: MontserratBold;
    src: url(../fonts/Montserrat-SemiBold.otf);
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

body {
    background: #000000;
    color: #858585;
    font: 15px/22px Tahoma, Arial, Verdana, sans-serif;
    font-family: Montserrat;
    min-width: 998px;
}

.pad-left-10 {
    padding-left: 10px;
}

.font-size-9 {
    font-size: 9pt;
}

.font-size-10 {
    font-size: 10pt;
}

a {
    text-decoration: none;
}

#wrapper {
    background: url(../images/bg.jpg) no-repeat center top, url(../images/footer.jpg) no-repeat center bottom;
}

.text-center {
    text-align: center;
}

.color-primary {
    color: #f2a731;
}

.pt-15 {
    padding-top: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/*#wrapper #header-out {
    background: url(../images/bg-menu.png) no-repeat center top;
    position: relative;
}*/

#wrapper #header-out #header {
    min-height: 378px;
    width: 1000px;
    margin: 0 auto;
}

.logo {
    background: url(../images/logo.png) no-repeat 0 0/100%;
    width: 146px;
    height: 173px;
    position: absolute;
    left: 50%;
    margin-left: -78px;
}

#main-nav {
    position: absolute;
    margin-left: 55px;
}

#main-nav ul {
    height: 35px;
    margin-top: 12px;
}

#main-nav ul>li {
    float: left;
    position: relative;
    font-size: 14pt;
    padding: 0px 15px 0 0;
    text-shadow: 2px 2px #000;
}

#main-nav ul>li>a {
    padding-right: 21px;
    height: 38px;
}

#main-nav ul>li a.main-nav-01 {
    padding-left: 68px;
}

#main-nav ul>li a.main-nav-06 {
    padding-right: 35px;
}

#main-nav ul>li a.main-nav-03 {
    background: none;
}

#main-nav ul>li a.main-nav-04 {
    padding-left: 99px;
}

#main-nav ul>li>a {
    color: #FFF;
    text-decoration: none;
}

#main-nav ul>li>a:hover {
    color: orange;
}

#main-nav ul>li>a.active {
    color: orange;
    background: none !important;
}

.container-primary {
    margin: auto;
    width: 990px;
    overflow: auto;
    position: relative;
    overflow: hidden;
}

.container-primary .button-left {
    width: 300px;
    float: left;
    position: relative;
}

.container-primary .button-left .download {
    background: url(../images/play.gif) no-repeat;
    width: 300px;
    height: 105px;
    display: block;
}

.container-primary .button-left .btn-group {
    background: url(../images/btn-bg.png) no-repeat;
    width: 317px;
    height: 57px;
    margin: -2px 0 0 -7px;
    padding: 15px 52px;
}

.container-primary .button-left .btn-group a.btn-group__napthe {
    background: url(../images/text.png) no-repeat;
    background-position: -124px 0;
    width: 58px;
    height: 17px;
    float: right;
}

.container-primary .button-left .btn-group a:hover.btn-group__napthe {
    background: url(../images/text-hover.png) no-repeat;
    background-position: -124px 0;
}

.container-primary .button-left .btn-group a.btn-group__dangky {
    background: url(../images/text.png) no-repeat;
    background-position: -5px 0;
    width: 59px;
    height: 17px;
    float: left;
}

.container-primary .button-left .btn-group a:hover.btn-group__dangky {
    background: url(../images/text-hover.png) no-repeat;
    background-position: -5px 0;
}

.container-primary .slider {
    float: right;
    position: relative;
    width: 660px;
    height: 146px;
    margin-right: 20px;
    background-color: #000000;
    border: 1px solid #fff;
}

.container {
    margin: auto;
    width: 990px;
    overflow: auto;
    position: relative;
    overflow: hidden;
}

.container .left-column {
    background: url(../images/left-col.png) repeat-y 0 0;
    width: 195px;
    float: left;
    position: relative;
    border: 1px solid rgba(204, 204, 204, 0.36);
}

.container .left-column aside {
    margin-top: 10px;
    padding: 10px 7px 50px 7px;
}

.container .left-column aside .guide {
    background: url(../images/guide.png);
    width: 163px;
    height: 29px;
    margin: 0 auto;
}

.container .left-column aside .nav-left {
    margin: 20px 0 20px 0;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item {
    position: relative;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item a.items {
    background: url(../images/bg_nav_left.png) no-repeat;
    height: 34px;
    width: 179px;
    display: block;
    font-weight: 600;
    line-height: 34px;
    padding: 3px 15px 0 34px;
    color: #FFF;
    text-shadow: 3px 2px 2px black;
    text-decoration: none;
    font-size: 11px;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item a:hover.items,
.container .left-column aside .nav-left .nav-left__list .nav-left__item.open a.items {
    background: url(../images/bg_nav_left-hover.png) no-repeat;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item.open a.items::after {
    content: "▼";
    font-size: 10pt;
    float: right;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item a.items::after {
    content: "►";
    font-size: 6pt;
    float: right;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item.open ul.sub-nav__list {
    display: block;
    margin-bottom: 10px;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item ul.sub-nav__list {
    display: none;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item.open ul.sub-nav__list li:last-child {
    border: 0;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item.open ul.sub-nav__list li {
    border-bottom: 1px solid #302a2c;
    padding: 5px 22px 2px 22px;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item.open ul.sub-nav__list a {
    color: #FFF;
    font-size: 9pt;
    text-decoration: none;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item.open ul.sub-nav__list a:before {
    content: "►";
    font-size: 6pt;
    padding-right: 8px;
}

.container .left-column aside .nav-left .nav-left__list .nav-left__item.open ul.sub-nav__list a:hover,
.container .left-column aside .nav-left .nav-left__list .nav-left__item.open ul.sub-nav__list a.active {
    color: orangered;
}

.container .left-column aside .search-box {
    background: url(../images/search.png) no-repeat;
    width: 186px;
    height: 24px;
    margin: 0 auto;
    margin-top: 30px;
}

.container .left-column aside .search-box input[type='search'] {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #FFF;
    width: 150px;
    height: 20px;
    margin-left: 10px;
}

.container .left-column aside .search-box input:focus {
    outline: none;
}

.container .left-column aside .search-box input[type='submit'] {
    border: none;
    background: transparent;
    cursor: pointer;
    padding-left: 10px;
    padding-top: 1px;
    position: absolute;
    font-size: 15pt;
    width: 24px;
    color: transparent;
}

.container .left-column aside .hotline-box {
    background: url(../images/hotline.png) no-repeat;
    width: 186px;
    height: 35px;
    margin: 0 auto;
    margin-top: 50px;
}

.container .main {
    width: 784px;
    float: right;
    margin-top: -10px;
    margin-bottom: 50px;
}

.container .main .posts {
    background: url(../images/head-center.png) no-repeat;
    min-height: 290px;
    position: relative;
    padding: 40px 40px 5px 40px
}

.container .main .posts .posts__tab a {
    color: #bbad8e;
    text-decoration: none;
    font-weight: 500;
}

.container .main .posts .posts__tab a:hover,
.container .main .posts .posts__tab a.active {
    color: orangered;
    background: none !important;
}

.container .main .posts .post__list {
    margin: 18px 28px 0 28px;
}

.container .main .posts .post__list .view_more {
    position: relative;
    float: right;
    margin-top: -40px;
}

.container .main .posts .post__list .first_post {
    width: 100%;
    height: 105px;
}

.container .main .posts .post__list .first_post .first_post__thumbail {
    width: 30%;
    float: left;
}

.container .main .posts .post__list .first_post .first_post__detail {
    width: 70%;
    float: right;
    text-align: center;
}

.container .main .posts .post__list a {
    color: #f7e5a8;
}

.container .main .posts .post__list a:hover {
    color: #e7b818;
}

.container .main .posts .post__list .first_post .first_post__detail .time_update {
    color: #8b8b8b;
    font-size: 9pt;
}

.container .main .posts .post__list .first_post .first_post__detail .post_quote {
    color: #bababa;
    display: block;
    font-size: 11pt;
    line-height: 18px;
}

.container .main .posts .post__list .new_post {
    font-size: 10pt;
}

.container .main .posts .post__list .new_post .time {
    float: right;
}

.container .main .main-content {
    width: 772px;
}

.container .main .main-content .main-content__top {
    background: url(../images/bg-article.png) no-repeat top center;
    height: 119px;
    padding: 35px 50px 0 50px;
}

.container .main .main-content .main-content__top .main-content__title h1 {
    color: #f7e5a8;
    font-size: 18pt;
}

.container .main .main-content .main-content__top .main-content__title ul.breadcrumb {
    background: url(../images/icons/icon-breadcrumb.png) no-repeat 0 4px;
    padding-left: 20px;
    line-height: 26px;
}

.container .main .main-content .main-content__top .main-content__title ul.breadcrumb li {
    display: inline-block;
    color: #FFF;
}

.container .main .main-content .main-content__top .main-content__title ul.breadcrumb li.active {
    font-weight: 600;
    background: none !important;
}

.container .main .main-content .main-content__top .main-content__title ul.breadcrumb li a {
    color: #FFF;
}

.container .main .main-content .main-content__top .main-content__title ul.breadcrumb li a:hover {
    text-decoration: underline;
}

.container .main .main-content article {
    background: url(../images/article-content.png) repeat-y;
    width: 763px;
    margin: 0 auto;
    padding: 20px;
}

.container .main .main-content article .article__title {
    color: #f7e5a8;
    font-weight: 600;
}

.container .main .main-content article .article__time {
    color: #f7e5a8;
    font-size: 10pt;
    float: right;
}

.container .main .main-content article .article__detail {
    padding-top: 35px;
}

.container .main .main-content article ul.list-post li {
    border-bottom: 1px solid #8d5151;
    padding: 8px 0 8px 0;
}

.container .main .main-content article ul.list-post li:last-child {
    border-bottom: none;
}

.container .main .main-content article ul.list-post li a {
    color: #f7e5a8;
}

.container .main .main-content article ul.list-post li a:hover {
    color: orange;
}

.container .main .main-content article ul.list-post li span.post-prefix {
    background: #7e7e7e;
    color: #FFF;
    border: 1px solid #7e7e7e;
    border-radius: 3px;
    font-size: 9pt;
    padding: 4px;
    font-weight: 500;
    margin-right: 13px;
}

.container .main .main-content article ul.list-post li span.post-time {
    float: right;
    font-size: 9pt;
}

.post_icon {
    background: url(../images/icons/chaos.png) no-repeat;
    width: 5px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}

.more_icon {
    background: url(../images/icons/more.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: -22px 85px;
}

.container .main .char-info {
    background: url(../images/info-char.png) no-repeat;
    min-height: 430px;
    padding: 20px;
    margin-left: -4px;
}

.container .main .char-info .char-info__description {
    padding-top: 10px;
    text-align: center;
    line-height: 23px;
}

.container .main .char-info .char-info__description h2 {
    color: #f7e5a8;
}

.container .main .char-info .nav {
    border-bottom: 1px solid #7a7883;
    margin: 11px -6px;
    height: 32px;
}

.container .main .char-info .nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #080606;
}

.container .main .char-info .nav li {
    display: inline-block;
}

.container .main .char-info .nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 5px 19px;
    text-decoration: none;
    height: 31px;
    border-right: 1px solid #7a7883;
    cursor: pointer;
}

.container .main .char-info .nav li:last-child a {
    border-right: 0;
}

.container .main .char-info .nav li a:hover,
.active {
    background-color: #141212;
}

.container .main .char-info .char-info__content {
    width: 745px;
}

.container .main .char-info .char-info__content .col-1 {
    float: left;
    width: 580px;
}

.container .main .char-info .char-info__content .col-1 h2 {
    padding: 8px 0 0 108px;
    color: #f2a731;
    text-shadow: 2px 2px #000;
}

.container .main .char-info .char-info__content .col-1 .info {
    padding: 20px;
    padding-top: 40px;
}

.container .main .char-info .char-info__content .col-1 .info p {
    line-height: 25px;
}

.container .main .char-info .char-info__content .col-2 {
    float: right;
    width: 165px;
}

#wrapper .footer {
    clear: both;
    width: 1000px;
    height: 160px;
    margin: 0 auto;
    padding-top: 20px;
}

#wrapper .footer .copyright {
    text-align: center;
    font-size: 11pt;
    font-weight: 500;
    margin-right: 85px;
}

.button-fixed {
    width: 95px;
    height: 226px;
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 100;
    margin-right: -23px;
}

@media only screen and (min-width: 1050px) {
    .button-fixed .button-fixed__download {
        background: url(../images/btn-download.png) no-repeat;
        width: 74px;
        height: 113px;
        display: block;
    }
    .button-fixed .button-fixed__download:hover {
        background: url(../images/btn-download-hover.png) no-repeat;
        background-size: 100%;
    }
    .button-fixed .button-fixed__facebook {
        background: url(../images/btn-fb.png) no-repeat;
        width: 74px;
        height: 113px;
        display: block;
    }
    .button-fixed .button-fixed__facebook:hover {
        background: url(../images/btn-fb-hover.png) no-repeat;
        background-size: 100%;
    }
}