/* =Reset default browser CSS.
-------------------------------------------------------------- */
@import url(animate.min.css); @import url(font-awesome.min.css); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: Roboto, inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}

figure {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* -------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

@font-face {
    font-family: Roboto, "UTMGods";
    src: url("../fonts/UTM Gods WordR_0.ttf");
}

@font-face {
    font-family: Roboto, "UVNLongquan";
    src: url("../fonts/UVNLACLONGQUAN.TTF");
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 16pt;
}

.menu_header {
    /*level 1*/
    /*level 2*/
}

.menu_header ul {
    clear: both;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.menu_header ul li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0px 15px;
}

.menu_header ul li a {
    display: block;
    padding: 0;
    color: #dbc583;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 6;
    text-decoration: none;
    font-family: Roboto, UTMGods;
}

.menu_header ul li a:hover {
    color: #fff;
}

.menu_header ul li:hover {
    /*background: url(../img/menu-bg2.gif) repeat-x center top;*/
}

.menu_header ul li:hover ul {
    display: block;
    z-index: 99;
}

.menu_header ul li:hover ul ul {
    display: none;
}

.menu_header ul li:hover ul li a {
    color: #dbc583;
}

.menu_header ul li.active {
    /*background: url(../img/menu-bg2.gif) repeat-x center top;*/
}

.menu_header ul li.active a {
    color: #dbc583;
}

.menu_header ul li.active ul li a {
    color: #dbc583;
}

.menu_header ul li.active ul li.active a {
    color: #fff;
}

.menu_header ul li.active ul li.active ul li a {
    color: #dbc583;
}

.menu_header ul li.active ul li.active ul li a:hover {
    color: #fff;
}

.menu_header ul li.active ul li ul {
    display: none;
}

.menu_header ul li.active ul li ul li a {
    color: #dbc583;
}

.menu_header ul li:after {
    content: '';
    position: absolute;
    display: block;
    top: 15px;
    right: 0;
    width: 2px;
    height: 57px;
    /*background: url(../img/divider1.gif) repeat-x center top;*/
}

.menu_header ul li:hover:after, .menu_header ul li.active:after {
    background: none;
}

.menu_header ul li:last-child {
    /*float: right;*/
}

.menu_header ul li:last-child:after {
    display: none;
}

.menu_header ul li ul {
    display: none;
    width: initial;
    margin: 0 auto;
    background-color: #282725;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0;
    height: initial;
    font-size: 16px;
    position: absolute;
    top: 80px;
    min-width: 150px;
    left: -25px;
}

.menu_header ul li ul li {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
}

.menu_header ul li ul li a {
    display: block;
    padding: 6px 0px;
    font-size: 16px;
    text-transform: initial;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: none;
    color: #dbc583;
    min-height: 30px;
    height: initial;
    line-height: 30px;
    border-bottom: 1px solid #8b8c7f;
}

.menu_header ul li ul li a:hover {
    color: #fff;
}

.menu_header ul li ul li.active {
    border: 0;
}

.menu_header ul li ul li.active a {
    color: #fff;
}

.menu_header ul li ul li.active ul li a {
    color: #dbc583;
}

.menu_header ul li ul li.active ul li.active a {
    color: #fff;
}

.menu_header ul li ul li.active ul li.active ul li a {
    color: #dbc583;
}

.menu_header ul li ul li.active ul li.active ul li.active a {
    color: #fff;
}

.menu_header ul li ul li:hover {
    border: 0;
}

.menu_header ul li ul li:hover ul {
    display: block !important;
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 225px;
}

.menu_header ul li ul li:hover ul li ul {
    display: none !important;
}

.menu_header ul li ul li:hover ul li:hover ul {
    display: block !important;
}

#mobile {
    display: none;
    margin-top: 0px;
}

#mobile .rd-mobilepanel {
    display: none;
    position: relative;
    z-index: 81;
}

#mobile .rd-mobilepanel .rd-mobilepanel_toggle span {
    cursor: pointer;
    width: 45px;
    height: 5px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: block;
    margin: auto;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mobile .rd-mobilepanel .rd-mobilepanel_toggle span:before, #mobile .rd-mobilepanel .rd-mobilepanel_toggle span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: -12px;
    width: 45px;
    height: 5px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

#mobile .rd-mobilepanel .rd-mobilepanel_toggle span:after {
    top: 12px;
}

#mobile .rd-mobilepanel .logo {
    background-size: cover;
    max-width: 161px;
    height: 82px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 50px;
    position: relative;
    z-index: 2;
    top: -5px;
    left: 0;
    margin: 0px auto;
}

#mobile .rd-mobilepanel .logo a {
    display: block;
    text-align: center;
    margin: 0px auto;
}

#mobile .rd-mobilepanel .logo a img {
    max-width: 100%;
    max-height: 100%;
}

#mobile .rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.47);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#mobile .rd-mobilemenu.active {
    left: 0;
    display: block;
}

#mobile .rd-mobilemenu.active .rd-mobilemenu_ul {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#mobile .rd-mobilemenu .rd-mobilemenu_ul {
    position: fixed;
    top: 70px;
    margin: 0;
    right: 0;
    bottom: -20px;
    width: 270px;
    padding: 0;
    color: #96989A;
    background-color: #282826;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-270px);
    -ms-transform: translateY(-270px);
    transform: translateY(-270px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

#mobile .rd-mobilemenu .rd-mobilemenu_ul ul {
    max-height: 600px;
    overflow-y: scroll;
    padding-bottom: 20px;
    background: url(../img/bg-menu.jpg) no-repeat center top;
}

#mobile .rd-mobilemenu .rd-mobilemenu_ul li {
    line-height: 21px;
    list-style-type: disc;
}

#mobile .rd-mobilemenu .rd-mobilemenu_ul li a {
    display: block;
    text-align: left;
    line-height: 40px;
    border-bottom: 1px solid #353840;
    color: #fff;
    text-decoration: none;
    padding: 5px 0px;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
}

#mobile .rd-mobilemenu .rd-mobilemenu_ul li a:hover {
    background: #f05e5e;
    color: #FFF;
}

#mobile .rd-mobilemenu .rd-mobilemenu_ul li a i {
    position: absolute;
    top: 17px;
    right: 25px;
}

#mobile .rd-mobilemenu .rd-mobilemenu_ul li .active a {
    background: #f05e5e;
    color: #FFF;
}

#mobile .rd-mobilemenu .rd-mobilemenu_ul li ul {
    margin-left: 10px;
    display: block;
    height: auto;
    padding-bottom: 0px;
    width: 100%;
    display: none;
}

#mobile .rd-mobilepanel_toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: absolute;
    top: 4px;
    right: 10px;
    width: 48px;
    height: 48px;
    z-index: 10;
}

#mobile .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobile .rd-mobilepanel_toggle.active span {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#mobile .rd-mobilepanel_toggle.active span:before, #mobile .rd-mobilepanel_toggle.active span:after {
    right: -22px;
    top: 0;
    width: 25px;
}

#mobile .rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -135deg);
    -ms-transform: rotate3d(0, 0, 1, -135deg);
    transform: rotate3d(0, 0, 1, -135deg);
}

#mobile .rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 135deg);
    -ms-transform: rotate3d(0, 0, 1, 135deg);
    transform: rotate3d(0, 0, 1, 135deg);
}

/*@media only screen and (max-width: 1050px) {
    .menu ul li {
        width: initial;
        height: 45px;
        padding: 2px 10px;
    }
}*/
/*@media only screen and (max-width: 960px) {
    #mobile {
        display: block;
        background-color: #34393D;
        position: fixed;
        width: 100%;
        height: 60px;
        z-index: 10;
    }

    #mobile .rd-mobilepanel {
        display: block;
        width: 100%;
    }

    #mobile .rd-mobilepanel_toggle {
        top: 10px;
    }

    #main {
        padding-top: 70px;
    }
}*/
/*@media only screen and (max-width: 490px) {
    #mobile .rd-mobilepanel .rd-mobilepanel_toggle {
        right: 0px;
    }

    #mobile .rd-mobilepanel .rd-mobilepanel_toggle span {
        width: 35px;
    }

    #mobile .rd-mobilepanel .rd-mobilepanel_toggle span:after, #mobile .rd-mobilepanel .rd-mobilepanel_toggle span:before {
        width: 35px;
    }

    #mobile .rd-mobilepanel .rd-mobilepanel_toggle.active span:before, #mobile .rd-mobilepanel .rd-mobilepanel_toggle.active span:after {
        right: -35px;
    }
}*/
/*@media only screen and (max-width: 375px) {
    #mobile .rd-mobilepanel .rd-mobilepanel_toggle {
        width: 40px;
        right: 0px;
    }

    #mobile .rd-mobilepanel .rd-mobilepanel_toggle span {
        width: 30px;
    }

    #mobile .rd-mobilepanel .rd-mobilepanel_toggle span:after, #mobile .rd-mobilepanel .rd-mobilepanel_toggle span:before {
        width: 30px;
    }

    #mobile .rd-mobilepanel .rd-mobilepanel_toggle.active span:before, #mobile .rd-mobilepanel .rd-mobilepanel_toggle.active span:after {
        right: -27px;
    }
}*/
body {
    font-family: Roboto, tahoma;
}

.clear {
    clear: both;
}

.page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page .wrapper_main {
    width: 1002px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

a {
    text-decoration: none;
    border: 0;
    color: #000;
}

a:hover {
    color: red;
}

div {
    text-align: left;
}

input, textarea {
    border: solid 0px #CCC;
    padding: 2px;
}

table {
    width: 100%;
}

table th {
    font-weight: bold;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 5px;
}

.image_respon {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

#header_icon {
    position: relative;
    display: block;
    float: right;
    margin-right: 5px;
    width: 50px;
    height: 66px;
    cursor: pointer;
    overflow: hidden;
}

#header_icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 3rem;
    height: 6px;
    top: 0px;
    left: 0px;
    box-shadow: 0 10px 0 1px #fff, 0 22px 0 1px #fff, 0 35px 0 1px #fff;
}

.menu_header-mobile {
    position: fixed;
    right: -480px;
    top: 0;
    bottom: 0;
    z-index: 5;
    background-color: #1b1b1b;
    width: 240px;
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
}

.menu_header-mobile .show_menu-mobile {
    position: fixed;
    top: 0px;
    right: 0px;
}

.menu_header-mobile a {
    display: block;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #353840;
    color: #e3e4ea;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 16px;
}

.menu_header-mobile #drop_down {
    margin-top: 10px;
    padding: 0px 10px;
}

.menu_header-mobile #drop_down .parent {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.menu_header-mobile #drop_down .parent a, .menu_header-mobile #drop_down .parent span {
    display: block;
    text-align: left;
    line-height: 40px;
    border-bottom: 1px solid #353840;
    color: #e3e4ea;
    text-decoration: none;
    padding: 5px 0px;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
}

.menu_header-mobile #drop_down .parent a i, .menu_header-mobile #drop_down .parent span i {
    position: absolute;
    top: 17px;
    left: 5px;
}

.menu_header-mobile #drop_down .parent .mini_menu {
    width: 100%;
    display: none;
}

.menu_header-mobile #drop_down .parent .mini_menu a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    padding-left: 30px;
}

.menu_header-mobile #drop_down .parent .mini_menu a:hover {
    color: #00ab7d;
}

.menu_header-mobile .search {
    width: 90%;
    overflow: hidden;
    background-color: #1b1b1b;
    margin: 10px;
}

.menu_header-mobile .search .text_search {
    float: left;
    width: 75%;
    height: 24px;
    text-align: center;
    background-color: #1b1b1b;
    outline: none;
    border: none;
    color: #000;
    font-size: 16px;
}

.menu_header-mobile .search .btn_search {
    float: left;
    width: 22%;
    height: 30px;
    outline: none;
    border: none;
    position: relative;
    background-color: #085546;
    border-radius: 5px;
}

.menu_header-mobile .search .btn_search i {
    color: #fff;
    font-size: 20px;
}

.with--sidebar .site-pusher {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
}

.with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.block .title {
    padding: 0px 0px;
    border-bottom: 1px solid #e1d3a9;
    margin: 10px 0px;
}

.block .title h4 {
    color: #657c77;
    text-transform: uppercase;
    padding: 10px 0px 10px 35px;
    font-family: Roboto, UTMGods;
    font-weight: 900;
}

.block .block_left, .block .block_right {
    float: left;
    width: 45%;
    margin-left: 5%;
}

.fancybox-video {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.fancybox-video:before {
    content: "";
    width: 71px;
    height: 74px;
    background: url(../img/btn-video.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}

.menu-right .width {
    width: 190px;
    height: 89px;
    display: block;
    position: fixed;
    top: -5px;
    right: 0;
    z-index: 26;
}

.menu-right .width ul {
    padding-top: 11px;
}

.menu-right .width ul li a {
    width: 146px;
    height: 44px;
    display: block;
    margin: 0 0 2px 31px;
    background: url(../img/button.png) no-repeat;
    cursor: pointer;
}

.menu-right .width ul li:nth-child(1) a {
    width: 141px;
    height: 51px;
    margin-top: 12px;
    background: url(../img/menu-button-face.png) no-repeat center center;
    border-top: 0px solid #fff;
    padding-top: 0px;
}

.menu-right .width p {
    width: 13px;
    height: 23px;
    display: block;
    margin-top: 8px;
    padding-top: 14px;
    padding-left: 8px;
    cursor: pointer;
    position: absolute;
}

.menu-right .width p i {
    background: url(../img/icon-arrow.png) no-repeat;
    width: 4px;
    height: 11px;
    display: block;
}

.menu-right .width .open i {
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    transform: rotate(-180deg);
}

.popup_bs {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.popup_bs .message {
    line-height: 27px;
    margin: 10px 0;
}

.popup_bs .width {
    width: 280px;
    height: 40px;
    height: auto;
    background: url(../img/popup_mini.png) repeat center top;
    border-radius: 5px;
    line-height: 55px;
    text-align: center;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    border: 1px solid #ccc;
    font-family: Roboto, tahoma;
}

.popup_bs .width span {
    color: #000;
    font-size: 14px;
    display: block;
    font-family: Roboto, tahoma;
}

.popup_bs .width p {
    width: 35px;
    height: 33px;
    background: url(../img/fancybox_sprite.png) no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -10px;
}

/*@media only screen and (max-width: 1080px) {
    .menu-right .width {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .page .wrapper_main {
        width: 100%;
    }

    .block .block_left {
        margin-left: 5%;
    }
}

@media only screen and (max-width: 600px) {
    .block .block_left {
        margin-left: 0%;
    }

    .fancybox-video:before {
        width: 45px;
        height: 45px;
    }
}*/
/*.home {
    background: url(../img/bg-page-bot-childen.jpg) no-repeat center bottom, url(../img/bg-top.jpg) no-repeat center 80px;
}*/
.home {
    background: #000 url(../img/bg-top.jpg) no-repeat center 80px;
}

/*.page_diffent {
    background: url(../img/bg-page-bot-childen.jpg) no-repeat center bottom, url(../img/bg-page-childen.jpg) no-repeat center top;
}*/
.page_diffent {
    background: #000 url(../img/bg-page-childen.jpg) no-repeat center top;
}

body {
    background: url(../img/bg-center.jpg) repeat center top;
    position: relative;
    background-color: #E8E8E8 !important;
}

#header #pc {
    width: 100%;
    background: url(../img/menu-bg.png) no-repeat center top;
    height: 175px;
    position: relative;
    z-index: 15;
}

#header #pc .menu_header {
    width: 55%;
    float: right;
}

#header #pc .logo {
    width: 38%;
    
    padding-left: 158px;
}

#header #pc .logo .icon_game {
    float: left;
    margin: 7px 0px 0px 0px;
}

#header #pc .logo .infor_game {
    float: left;
    margin: 28px 0px 0px 25px;
}

#header #pc .logo .infor_game .name_game {
    color: #81e5ce;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    font-family: Roboto, UVNLongquan;
}

#header #pc .logo .infor_game .cat_game {
    width: 100%;
    margin: 5px 0px;
}

#header #pc .logo .infor_game .cat_game li {
    float: left;
    list-style-type: none;
    border-left: 1px solid #888680;
    padding: 0px 7px 0px 7px;
}

#header #pc .logo .infor_game .cat_game li:nth-child(1) {
    border-left: none;
    padding: 0px 7px 0px 0px;
}

#header #pc .logo .infor_game .cat_game li p {
    color: #888680;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-weight: 100;
}

#header #pc .logo .infor_game .cat_game li span {
    color: #dbc583;
}

#header #mobile {
    display: none;
}

#main .top_main {
    width: 512px;
    float: right;
    position: relative;
    top: -20px;
}

#main .top_main .slogan {
    width: 478px;
    height: 179px;
    background: url(../img/slogan.png) no-repeat center top;
    background-size: contain;
    margin: -35px auto 5px;
}

#main .top_main .btn_video {
    width: 71px;
    height: 74px;
    margin: 20px auto;
}

#main .top_main .btn_video a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/fr1-play.png) no-repeat center top;
    position: relative;
    -webkit-animation: change-bg 1s linear infinite;
    animation: change-bg 1s linear infinite;
}

#main .top_main .btn_video a:before, #main .top_main .btn_video a:after {
    content: "";
    width: 121px;
    height: 13px;
    position: absolute;
    top: 30px;
}

#main .top_main .btn_video a:before {
    right: 80px;
    background: url(../img/border-left.png) no-repeat center top;
}

#main .top_main .btn_video a:after {
    left: 80px;
    background: url(../img/border-right.png) no-repeat center top;
}

#main .event_hot {
    display: none;
    width: 100%;
    overflow: hidden;
}

#main .event_hot .list_event-hot li {
    float: left;
    width: 100%;
    height: 100%;
    list-style-type: none;
}

#main .event_hot .list_event-hot li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
}

#main .event_hot .list_event-hot li a .item_event {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    text-transform: inherit;
    font-weight: 100;
    line-height: 30px;
    min-height: 230px;
}

#main .event_hot .list_event-hot li a .item_event .title_event {
    width: 92%;
    height: 30%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.54);
    padding: 0px 4%;
}

#main .event_hot .list_event-hot li a .item_event .title_event p {
    font-size: 22px;
}

#main .event_hot .list_event-hot li a .item_event .title_event .time {
    font-size: 18px;
    line-height: 24px;
    color: #dbc583;
}

#main .event_hot .owl-item {
    margin-left: 5px;
}

#main .news_home {
    width: 950px;
    margin: 15px auto 40px;
}

#main .news_home .box_new-right {
    float: left;
    width: 49.6%;
}

#main .news_home .box_new-right .box_news {
    
}

#main .news_home .box_new-right .box_news .choose_category li {
    max-width: 157px;
}

#main .news_home .box_new-right .box_news .choose_category li a {
    width: 100%;
    height: 44px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    line-height: 46px;
    background: url(../img/fr2-button_box-new.jpg) no-repeat;
    background-position: top;
    color: #b0b0b0;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

#main .news_home .box_new-right .box_news .choose_category li:hover a {
    color: #ffffff;
    background-position: bottom;
}

#main .news_home .box_new-right .box_news .choose_category li:first-child {
    border-left: none;
}

#main .news_home .box_new-right .box_news .choose_category li.active a {
    color: #ffffff;
    background-position: bottom;
}

#main .news_home .box_new-left {
    float: left;
    width: 49%;
    overflow: hidden;
}

#main .dacsac {
    width: 100%;
    position: relative;
}

#main .dacsac .content_dacsac {
    position: relative;
    display: none;
}

#main .dacsac .content_dacsac .title_hero {
    width: 480px;
    position: absolute;
    top: 30px;
    left: -100%;
    -webkit-transition: left 1000ms ease;
    transition: left 1000ms ease;
}

#main .dacsac .content_dacsac .title_hero .name {
    margin: 60px 0px 20px;
}

#main .dacsac .content_dacsac .title_hero .info {
    line-height: 28px;
    font-size: 14px;
    color: #dbc583;
}

#main .dacsac .content_dacsac .title_hero .info span {
    color: #fff;
}

#main .dacsac .content_dacsac .title_hero .info ul {
    margin: 15px 0px;
    overflow: hidden;
}

#main .dacsac .content_dacsac .title_hero .info ul li {
    float: left;
    margin-left: 10px;
}

#main .dacsac .content_dacsac .title_hero .info ul li i {
    width: 88px;
    height: 73px;
    display: block;
    background: url(../img/fr3-the-luc.png) no-repeat;
}

#main .dacsac .content_dacsac .title_hero .more_charater {
    display: block;
    color: #a19566;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 55;
}

#main .dacsac .content_dacsac .title_hero .more_charater:hover {
    color: #fff;
}

#main .dacsac .content_dacsac .img_hero {
    position: absolute;
    right: -100%;
    -webkit-transition: right 1000ms ease;
    transition: right 1000ms ease;
}

#main .dacsac .content_dacsac#kim {
    background: url(../img/fr3-bg-kim.jpg) no-repeat center top;
    min-height: 543px;
}

#main .dacsac .content_dacsac#kim .title_hero .name {
    width: 189px;
    height: 72px;
    background: url(../img/fr3-text-kim.png) no-repeat center top;
}

#main .dacsac .content_dacsac#kim .title_hero .info span {
    color: #fff;
}

#main .dacsac .content_dacsac#kim .title_hero .info ul li:nth-child(1) i {
    background-position: 0px 0px;
}

#main .dacsac .content_dacsac#kim .title_hero .info ul li:nth-child(2) i {
    background-position: -88px 0px;
}

#main .dacsac .content_dacsac#kim .title_hero .info ul li:nth-child(3) i {
    background-position: -184px 0px;
}

#main .dacsac .content_dacsac#kim .img_hero {
    width: 310px;
    height: 483px;
    background: url(../img/fr3-character-kim.png) no-repeat center top;
    top: 60px;
}

#main .dacsac .content_dacsac#moc {
    background: url(../img/fr3-bg-moc.jpg) no-repeat center top;
    min-height: 543px;
}

#main .dacsac .content_dacsac#moc .title_hero .name {
    width: 250px;
    height: 112px;
    background: url(../img/fr3-text-moc.png) no-repeat center top;
}

#main .dacsac .content_dacsac#moc .title_hero .info ul li:nth-child(1) i {
    background-position: 0px -73px;
}

#main .dacsac .content_dacsac#moc .title_hero .info ul li:nth-child(2) i {
    background-position: -88px -73px;
}

#main .dacsac .content_dacsac#moc .title_hero .info ul li:nth-child(3) i {
    background-position: -184px -73px;
}

#main .dacsac .content_dacsac#moc .img_hero {
    width: 216px;
    height: 485px;
    background: url(../img/fr3-character-moc.png) no-repeat center top;
    top: 50px;
}

#main .dacsac .content_dacsac#thuy {
    background: url(../img/fr3-bg-thuy.jpg) no-repeat center top;
    min-height: 543px;
}

#main .dacsac .content_dacsac#thuy .title_hero .name {
    width: 273px;
    height: 101px;
    background: url(../img/fr3-text-thuy.png) no-repeat center top;
}

#main .dacsac .content_dacsac#thuy .title_hero .info ul li:nth-child(1) i {
    background-position: 0px -146px;
}

#main .dacsac .content_dacsac#thuy .title_hero .info ul li:nth-child(2) i {
    background-position: -88px -146px;
}

#main .dacsac .content_dacsac#thuy .title_hero .info ul li:nth-child(3) i {
    background-position: -184px -146px;
}

#main .dacsac .content_dacsac#thuy .img_hero {
    width: 329px;
    height: 525px;
    background: url(../img/fr3-character-thuy.png) no-repeat center top;
    top: 0px;
}

#main .dacsac .content_dacsac#hoa {
    background: url(../img/fr3-bg-hoa.jpg) no-repeat center top;
    min-height: 543px;
}

#main .dacsac .content_dacsac#hoa .title_hero .name {
    width: 237px;
    height: 101px;
    background: url(../img/fr3-text-hoa.png) no-repeat center top;
}

#main .dacsac .content_dacsac#hoa .title_hero .info span {
    color: #fff;
}

#main .dacsac .content_dacsac#hoa .title_hero .info ul li:nth-child(1) i {
    background-position: 0px -219px;
}

#main .dacsac .content_dacsac#hoa .title_hero .info ul li:nth-child(2) i {
    background-position: -88px -219px;
}

#main .dacsac .content_dacsac#hoa .title_hero .info ul li:nth-child(3) i {
    background-position: -184px -219px;
}

#main .dacsac .content_dacsac#hoa .img_hero {
    width: 263px;
    height: 463px;
    background: url(../img/fr3-character-hoa.png) no-repeat center top;
    top: 60px;
}

#main .dacsac .content_dacsac#tho {
    background: url(../img/fr3-bg-tho.jpg) no-repeat center top;
    min-height: 543px;
}

#main .dacsac .content_dacsac#tho .title_hero .name {
    width: 216px;
    height: 110px;
    background: url(../img/fr3-text-tho.png) no-repeat center top;
}

#main .dacsac .content_dacsac#tho .title_hero .info ul li:nth-child(1) i {
    background-position: 0px -292px;
}

#main .dacsac .content_dacsac#tho .title_hero .info ul li:nth-child(2) i {
    background-position: -88px -292px;
}

#main .dacsac .content_dacsac#tho .title_hero .info ul li:nth-child(3) i {
    background-position: -184px -292px;
}

#main .dacsac .content_dacsac#tho .img_hero {
    width: 216px;
    height: 485px;
    background: url(../img/fr3-character-tho.png) no-repeat center top;
    top: 50px;
}

#main .dacsac .content_dacsac.active {
    display: block;
}

#main .dacsac .content_dacsac.active .title_hero {
    left: 100px;
}

#main .dacsac .content_dacsac.active .img_hero {
    right: 200px;
}

#main .dacsac .tab_dacsac .choose_tab {
    min-width: 60px;
    max-height: 543px;
    position: absolute;
    right: 50px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.48);
    z-index: 5;
}

#main .dacsac .tab_dacsac .choose_tab li {
    width: 100%;
}

#main .dacsac .tab_dacsac .choose_tab li a {
    width: 54px;
    height: 76px;
    display: block;
    background: url(../img/fr3-button-he.jpg) no-repeat;
    margin: 10px 0px 10px 4px;
    cursor: pointer;
}

#main .dacsac .tab_dacsac .choose_tab li a:hover {
    width: 67px;
    background: url(../img/fr3-button-he-hover.png) no-repeat;
    margin: 10px 0px 10px -7px;
}

#main .dacsac .tab_dacsac .choose_tab li.active a {
    width: 67px;
    background: url(../img/fr3-button-he-hover.png) no-repeat;
    margin: 10px 0px 10px -7px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(1) a {
    margin: 30px 0px 10px 4px;
    background-position: 0px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(1) a:hover {
    background-position: 0px 0px;
    margin: 30px 0px 10px -7px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(1).active a {
    background-position: 0px 0px;
    margin: 30px 0px 10px -7px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(2) a {
    background-position: -54px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(2) a:hover {
    background-position: -65px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(2).active a {
    background-position: -65px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(3) a {
    background-position: -108px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(3) a:hover {
    background-position: -130px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(3).active a {
    background-position: -130px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(4) a {
    background-position: -162px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(4) a:hover {
    background-position: -195px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(4).active a {
    background-position: -195px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(5) a {
    background-position: -216px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(5) a:hover {
    background-position: -260px 0px;
}

#main .dacsac .tab_dacsac .choose_tab li:nth-child(5).active a {
    background-position: -260px 0px;
}

#main .gallery {
    min-height: 543px;
    background: url(../img/fr3-bg-thuvien.jpg) no-repeat center top;
}

#main .gallery .header_gallery {
    padding: 40px 0px;
    text-align: center;
}

#main .gallery .header_gallery h3 {
    color: #dbc583;
    position: relative;
}

#main .gallery .header_gallery h3:before, #main .gallery .header_gallery h3:after {
    content: "";
    width: 121px;
    height: 13px;
    position: absolute;
    top: 10px;
}

#main .gallery .header_gallery h3:before {
    left: 330px;
    background: url(../img/border-left1.png) no-repeat center top;
}

#main .gallery .header_gallery h3:after {
    right: 330px;
    background: url(../img/border-right1.png) no-repeat center top;
}

#main .gallery .main_gallery {
    width: 950px;
    margin: 0px auto;
    position: relative;
    z-index: 9;
}

#main .gallery .main_gallery h5 {
    padding: 10px 0px 10px 50px;
    margin: 20px 0px 50px 125px;
}

#main .gallery .main_gallery h5 a {
    color: #dbc583;
    display: block;
    cursor: pointer;
}

#main .gallery .main_gallery h5 a:hover {
    color: #fff;
}

#main .gallery .main_gallery .gallery_images {
    width: 470px;
    float: right;
}

#main .gallery .main_gallery .gallery_images h5 {
    background: url(../img/fr4-icon-video1.png) no-repeat left center;
}

#main .gallery .main_gallery .gallery_images li {
    float: left;
    margin: 3px;
    width: 41%;
}

#main .gallery .main_gallery .gallery_images li:nth-child(2) {
    margin-bottom: 0px;
}

#main .gallery .main_gallery .gallery_images li:nth-child(3) {
    margin-bottom: 0px;
}

#main .gallery .main_gallery .gallery_images li img {
    min-height: 93px;
}

#main .gallery .main_gallery .gallery_video {
    float: left;
    width: 42%;
}

#main .gallery .main_gallery .gallery_video h5 {
    background: url(../img/fr4-icon-img.png) no-repeat left center;
}

#main .gallery .main_gallery .gallery_video .fancybox-video:before {
    top: 34%;
    left: 41%;
}

#main .gallery .charater1 {
    width: 790px;
    height: 615px;
    background: url(../img/fr4-tuong-thuvien.png) no-repeat center top;
    position: absolute;
    top: -80px;
    left: -499px;
    z-index: 1;
}

#main .function_different .block_panpage {
    padding: 0 15px 15px 15px;
}

#main .function_different .block_panpage .fanpage h4 {
    background: url(../img/icon-fanpage.png) no-repeat left center;
}

#main .function_different .block_panpage .fanpage .btn_fanpage {
    display: none;
    max-width: 186px;
    min-height: 60px;
    background: url(../img/btn-fan.jpg) no-repeat center top;
    background-size: contain;
}

#main .function_different .block_panpage .support {
    max-width: 400px;
}

#main .function_different .block_panpage .support h4 {
    background: url(../img/icon-hotline.png) no-repeat left center;
}

#main .function_different .block_panpage .support .content ul li {
    display: block;
    padding-left: 13px;
    margin-left: 0px;
    border-left: 1px solid #e1d3a9;
    line-height: 35px;
}

#main .function_different .block_panpage .support .content ul li h5 {
    background: url(../img/icon-khac.png) no-repeat left center;
    padding-left: 20px;
    margin-left: -20px;
}

#main .function_different .block_panpage .support .content ul li h4 {
    background: none;
}

#main .function_different .block_panpage .support .content ul li h3 {
    font-size: 24pt;
    font-family: Roboto, UVNLongquan;
    font-weight: 900;
}

#main .function_different .block_panpage .support .content ul li span {
    font-weight: bold;
}

#main .function_different .block_panpage .support .btn_support {
    display: none;
    max-width: 186px;
    min-height: 60px;
    background: url(../img/btn-hotline.jpg) no-repeat center top;
    background-size: contain;
}

#main .function_different .block_panpage .btn_top {
    max-width: 386px;
    height: 77px;
    margin: 0px auto;
    display: none;
}

#main .function_different .block_panpage .btn_top a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/btn-top.jpg) no-repeat center top;
    background-size: contain;
}

#main .function_different .charater2 {
    width: 582px;
    height: 624px;
    background: url(../img/character_footer.png) no-repeat center top;
    position: absolute;
    right: -220px;
    
}

#main .list_library {
    padding-bottom: 30px;
}

#main .list_library .content .box_news .list_news {
    width: 93%;
    margin: 0px auto 30px;
}

#main .list_library .content .box_news .list_news li {
    float: left;
    width: 48%;
    border-bottom: none;
    padding: 1%;
}

#main .list_library .content .box_news .list_news li a {
    padding: 0;
}

#main .list_library .content .box_news .list_news li a img {
    height: 130px;
}

#main .list_library .content .box_news .list_news .fancybox-video:before {
    top: 26%;
    left: 36%;
}

#main .detail_new .content .block_title {
    margin: 0% 4% 3%;
    padding: 0% 0%;
    border-bottom: 1px solid #dcdcdc;
}

#main .detail_new .content .block_title .block_left {
    width: 70%;
    line-height: 25px;
}

#main .detail_new .content .block_title .block_left .date {
    font-size: 14px;
    color: #ada693;
}

#main .detail_new .content .block_title .block_left h3 {
    font-weight: bold;
}

#main .detail_new .content .block_title .block_left .category {
    font-size: 14px;
    color: #2e9d83;
    display: none;
    font-weight: bold;
}

#main .detail_new .content .block_title .block_right {
    width: 20%;
}

#main .detail_new .content .block_title .block_right .face_social {
    margin: 10px 0px 0px 0px;
}

#main .detail_new .content .block_detai {
    border-bottom: none;
}

#main .detail_new .content .block_detai .tab_guide {
    display: block !important;
    width: 90%;
    overflow: hidden;
    margin: 0px auto;
    background-color: #3b3e3b;
}

#main .detail_new .content .block_detai .tab_guide li {
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    list-style-type: none;
}

#main .detail_new .content .block_detai .tab_guide li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px;
    color: #c6bca0;
    font-size: 16px;
}

#main .detail_new .content .block_detai .tab_guide li a:hover {
    background-color: #2e9d83;
    color: #fff;
}

#main .detail_new .content .block_detai .tab_guide li.active a {
    background-color: #2e9d83;
    color: #fff;
}

#main .detail_new .content .block_detai .owl-buttons {
    display: none;
}

#main .block_list {
    margin-top: 150px;
}

#main .block_list .list_box {
    max-width: 700px;
    width: 70%;
    margin-left: 0;
    background-color: #fff;
    padding-bottom: 40px;
    overflow: hidden;
    min-height: 480px;
}

#main .block_list .list_box .title {
    width: 100%;
    height: 77px;
    background: url(../img/bg-title.jpg) no-repeat center top;
    margin: 0px 0px 10px !important;
    border-bottom: none !important;
}

#main .block_list .list_box .title h3 {
    font-family: Roboto, UTMGods;
    color: #dbc583;
    text-transform: uppercase;
    font-size: 14pt;
    padding: 15px 0px 0px 20px;
}

#main .block_list .list_box .title ul {
    padding: 2px 0px 0px 20px;
}

#main .block_list .list_box .title ul li {
    display: inline-block;
    color: #dbc583;
}

#main .block_list .list_box .title ul li a {
    color: #dbc583;
    font-size: 14px;
}

#main .block_list .list_box .title .return {
    width: 25%;
    height: 100%;
    display: none;
    float: left;
}

#main .block_list .list_box .content .box_news .choose_category {
    width: 100%;
    margin: 0px auto;
    padding: 10px 10px 25px 110px;
    border-bottom: 1px solid #bab8b2;
    background-color: transparent;
}

#main .block_list .list_box .content .box_news .list_news {
    display: block;
}

#main .block_list .block_right {
    width: 28%;
    margin-left: 2%;
}

#main .block_list .event_hot {
    display: block;
}

#main .block_list .event_hot .title {
    border-bottom: none;
}

#main .block_list .event_hot .title h4 {
    margin: 20px 0px;
    padding: 0px;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 16px;
}

#main .block_list .event_hot .title h4:before, #main .block_list .event_hot .title h4:after {
    content: "";
    width: 121px;
    height: 13px;
    position: absolute;
    top: 7px;
}

#main .block_list .event_hot .title h4:before {
    left: 210px;
    background: url(../img/border-right.png) no-repeat center top;
}

#main .block_list .event_hot .title h4:after {
    right: 210px;
    background: url(../img/border-left.png) no-repeat center top;
}

#main .block_list .hero .block_title, #main .block_list .content_hero .block_title {
    margin: 20px auto;
}

#main .block_list .hero .block_title h3, #main .block_list .content_hero .block_title h3 {
    font-weight: bold;
}

#main .block_list .hero .block_detai, #main .block_list .content_hero .block_detai {
    max-width: 594px;
    min-height: 506px;
    background: url(../img/bg_hero.jpg) no-repeat center top;
    margin: 0px auto;
    padding: 2% 4% 16%;
}

#main .block_list .hero .block_detai .tab_hero, #main .block_list .content_hero .block_detai .tab_hero {
    width: 60%;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 0px;
}

#main .block_list .hero .block_detai .tab_hero li, #main .block_list .content_hero .block_detai .tab_hero li {
    float: left;
    width: 20%;
    list-style-type: none;
}

#main .block_list .hero .block_detai .tab_hero li a, #main .block_list .content_hero .block_detai .tab_hero li a {
    width: 54px;
    height: 76px;
    display: block;
    background: url(../img/f3-button-he.jpg) no-repeat;
    cursor: pointer;
}

#main .block_list .hero .block_detai .tab_hero li a:hover, #main .block_list .content_hero .block_detai .tab_hero li a:hover {
    background: url(../img/f3-button-he-hover.jpg) no-repeat;
}

#main .block_list .hero .block_detai .tab_hero li:nth-child(1) a, #main .block_list .content_hero .block_detai .tab_hero li:nth-child(1) a {
    background-position: 0px 0px;
}

#main .block_list .hero .block_detai .tab_hero li:nth-child(1) a:hover, #main .block_list .content_hero .block_detai .tab_hero li:nth-child(1) a:hover {
    background-position: 0px 0px;
}

#main .block_list .hero .block_detai .tab_hero li:nth-child(2) a, #main .block_list .content_hero .block_detai .tab_hero li:nth-child(2) a {
    background-position: -54px 0px;
}

#main .block_list .hero .block_detai .tab_hero li:nth-child(2) a:hover, #main .block_list .content_hero .block_detai .tab_hero li:nth-child(2) a:hover {
    background-position: -54px 0px;
}

#main .block_list .hero .block_detai .tab_hero li:nth-child(3) a, #main .block_list .content_hero .block_detai .tab_hero li:nth-child(3) a {
    background-position: -108px 0px;
}

#main .block_list .hero .block_detai .tab_hero li:nth-child(3) a:hover, #main .block_list .content_hero .block_detai .tab_hero li:nth-child(3) a:hover {
    background-position: -108px 0px;
}

#main .block_list .hero .block_detai .tab_hero li:nth-child(4) a, #main .block_list .content_hero .block_detai .tab_hero li:nth-child(4) a {
    background-position: -162px 0px;
}

#main .block_list .hero .block_detai .tab_hero li:nth-child(4) a:hover, #main .block_list .content_hero .block_detai .tab_hero li:nth-child(4) a:hover {
    background-position: -162px 0px;
}

#main .block_list .hero .block_detai .tab_hero li:nth-child(5) a, #main .block_list .content_hero .block_detai .tab_hero li:nth-child(5) a {
    background-position: -216px 0px;
}

#main .block_list .hero .block_detai .tab_hero li:nth-child(5) a:hover, #main .block_list .content_hero .block_detai .tab_hero li:nth-child(5) a:hover {
    background-position: -216px 0px;
}

#main .block_list .hero .block_detai .tab_hero li.active a, #main .block_list .content_hero .block_detai .tab_hero li.active a {
    background: url(../img/f3-button-he-hover.jpg) no-repeat;
    border-bottom: 4px solid #dbc583;
}

#main .block_list .hero .block_detai .tab_hero li.active:nth-child(1) a, #main .block_list .content_hero .block_detai .tab_hero li.active:nth-child(1) a {
    background-position: 0px 0px;
}

#main .block_list .hero .block_detai .tab_hero li.active:nth-child(2) a, #main .block_list .content_hero .block_detai .tab_hero li.active:nth-child(2) a {
    background-position: -54px 0px;
}

#main .block_list .hero .block_detai .tab_hero li.active:nth-child(3) a, #main .block_list .content_hero .block_detai .tab_hero li.active:nth-child(3) a {
    background-position: -108px 0px;
}

#main .block_list .hero .block_detai .tab_hero li.active:nth-child(4) a, #main .block_list .content_hero .block_detai .tab_hero li.active:nth-child(4) a {
    background-position: -162px 0px;
}

#main .block_list .hero .block_detai .tab_hero li.active:nth-child(5) a, #main .block_list .content_hero .block_detai .tab_hero li.active:nth-child(5) a {
    background-position: -216px 0px;
}

#main .block_list .hero .block_detai .detail_hero, #main .block_list .content_hero .block_detai .detail_hero {
    display: block;
    width: 75%;
    margin: 20px auto;
    overflow: hidden;
}

#main .block_list .hero .block_detai .detail_hero.active, #main .block_list .content_hero .block_detai .detail_hero.active {
    display: block;
}

#main .block_list .hero .block_detai .detail_hero li, #main .block_list .content_hero .block_detai .detail_hero li {
    display: inline-block;
    width: 22%;
    padding: 1%;
}

#main .block_list .hero .block_detai .detail_hero li a, #main .block_list .content_hero .block_detai .detail_hero li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #dbc583;
}

#main .block_list .hero .block_detai.list_hero .header_hero, #main .block_list .content_hero .block_detai.list_hero .header_hero {
    position: relative;
}

#main .block_list .hero .block_detai.list_hero .header_hero .tab_hero, #main .block_list .content_hero .block_detai.list_hero .header_hero .tab_hero {
    position: absolute;
    top: 15px;
    left: 22%;
    z-index: 8;
}

#main .block_list .hero .block_detai.list_hero .header_hero .slide_hero, #main .block_list .content_hero .block_detai.list_hero .header_hero .slide_hero {
    margin-left: 0px;
    overflow: hidden;
    min-height: 468px;
}

#main .block_list .hero .block_detai.list_hero .header_hero .slide_hero li, #main .block_list .content_hero .block_detai.list_hero .header_hero .slide_hero li {
    float: left;
    width: 100%;
    height: 100%;
    list-style-type: none;
}

#main .block_list .hero .block_detai.list_hero .header_hero .slide_hero li a, #main .block_list .content_hero .block_detai.list_hero .header_hero .slide_hero li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
}

#main .block_list .content_hero .block_detai {
    background: none;
    border-bottom: none;
}

#main .logo {
    width: 273px;
    height: 98px;
    margin: 0px auto;
}

#main .logo a {
    display: block;
    width: 85%;
    height: 100%;
    background: url(../img/fr1-logo.png) no-repeat center top;
    background-size: contain;
}

#main .box_news {
    min-height: 320px;
    background-color: #fff;
}

#main .box_news .choose_category {
    background-color: #2d2d2d;
    width: 100%;
    overflow: hidden;
}

#main .box_news .choose_category li {
    float: left;
    max-width: 157px;
    width: 33.33333%;
}

#main .box_news .choose_category li a {
    width: 100%;
    height: 44px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    line-height: 46px;
    background: url(../img/fr2-button_box-new.jpg) no-repeat;
    background-position: top;
    color: #b0b0b0;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
}

#main .box_news .choose_category li:hover a {
    color: #ffffff;
    background-position: bottom;
}

#main .box_news .choose_category li:first-child {
    border-left: none;
}

#main .box_news .choose_category li.active a {
    color: #ffffff;
    background-position: bottom;
}

#main .box_news .list_news {
    display: none;
    position: relative;
}

#main .box_news .list_news li {
    padding: 10px 0px;
    border-bottom: 1px solid #a6a7a9;
    cursor: pointer;
}

#main .box_news .list_news li a {
    text-decoration: none;
    display: block;
    padding: 0px 25px;
}

#main .box_news .list_news li a span {
    color: #2e9d83;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

#main .box_news .list_news li a p {
    color: #2d2d2d;
    font-size: 15px;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    font-weight: 100;
    font-weight: 100;
    width: 100%;
    height: 20px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#main .box_news .list_news li:hover a p {
    color: red;
}

#main .box_news .list_news .more_news {
    position: absolute;
    bottom: -25px;
    right: 45%;
    text-align: center;
}

#main .box_news .list_news .more_news a {
    position: relative;
    color: #2d2d2d;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-weight: 100;
}

/*#main .box_news .list_news .more_news a:after {
    content: "";
    width: 43px;
    height: 43px;
    display: block;
    background: url(../img/more_news.jpg) no-repeat center top;
    position: absolute;
    top: -12px;
    right: 0px;
}*/
#main .box_news .list_news .more_news a:hover {
    color: red;
}

#main .box_news .active {
    display: block;
}

#main .block_event {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#main .block_event .title_event {
    position: absolute;
    bottom: 2px;
    background-color: rgba(0, 0, 0, 0.53);
    width: 100%;
    padding: 10px 0px 0px 0px;
    color: #fff;
    line-height: 20px;
    height: 45px;
}

#main .block_event .title_event .time_event {
    color: #dbc583;
    font-size: 14px;
}

#main .block_event .title_event .name_event, #main .block_event .title_event .time_event {
    margin-left: 10px;
    font-size: 14px;
}

#main .function li {
    float: left;
}

#main .function li .download li {
    float: inherit;
}

#main .function li .download li a {
    width: 157px;
    height: 52.2px;
    display: block;
    background: url(../img/fr1-down-game.jpg) no-repeat;
}

#main .function li .download li:nth-child(1) a {
    background-position: 0px 0px;
}

#main .function li .download li:nth-child(1) a:hover {
    background-position: 0px -53px;
}

#main .function li .download li:nth-child(2) a {
    background-position: -157px 0px;
}

#main .function li .download li:nth-child(2) a:hover {
    background-position: -157px -53px;
}

#main .function li .download li:nth-child(3) a {
    background-position: -314px 0px;
}

#main .function li .download li:nth-child(3) a:hover {
    background-position: -314px -53px;
}

#main .function li .download2 li {
    float: inherit;
}

#main .function li .download2 li a {
    width: 140px;
    height: 46px;
    display: block;
    background: url(../img/fr1-down-game2.jpg) no-repeat;
}

#main .function li .download2 li:nth-child(1) a {
    background-position: 0px 0px;
}

#main .function li .download2 li:nth-child(1) a:hover {
    background-position: 0px -47px;
}

#main .function li .download2 li:nth-child(2) a {
    background-position: -140px 0px;
}

#main .function li .download2 li:nth-child(2) a:hover {
    background-position: -140px -47px;
}

#main .function li .download2 li:nth-child(3) a {
    background-position: -280px 0px;
}

#main .function li .download2 li:nth-child(3) a:hover {
    background-position: -280px -47px;
}

#main .function li .nap_the {
    display: block;
    width: 196px;
    height: 157px;
    background: url(../img/napthe.png) no-repeat;
    background-position: 0px 0px;
}

#main .function li .nap_the:hover {
    background-position: -196px 0px;
}

.block_right .function2 {
    position: relative;
    width: 353px;
    height: 139px;
}

#main .function li .nap_the2 {
    display: block;
    width: 174px;
    height: 139px;
    background: url(../img/fr1-nap-the2.png) no-repeat;
    background-position: 0px 0px;
}

#main .function li .nap_the2:hover {
    background-position: -174px 0px;
}

#main .top {
    width: 106px;
    height: 47px;
    display: block;
    background: url(../img/btn-top.jpg) no-repeat;
    background-position: top;
    margin: 30px auto;
    position: relative;
    cursor: pointer;
}

#main .top:hover {
    background-position: bottom;
}

#main .top.show_btn_gotop {
    position: fixed;
    display: block;
    top: 0px;
}

#main .top.hide_btn_gottop {
    left: 0px !important;
}

#main .top:before, #main .top:after {
    content: "";
    width: 121px;
    height: 13px;
    position: absolute;
    top: 15px;
}

#main .top:before {
    left: 115px;
    background: url(../img/border-right.png) no-repeat center top;
}

#main .top:after {
    right: 115px;
    background: url(../img/border-left.png) no-repeat center top;
}

#main .pag {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
}

#main .pag ul {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
}

#main .pag ul li {
    float: left;
    margin-left: 10px;
}

#main .pag ul li a {
    display: block;
    width: 39px;
    height: 28px;
    background: url(../img/btn-pagination.jpg) no-repeat;
    background-position: bottom;
    color: #dbc583;
    text-align: center;
    line-height: 30px;
}

#main .pag ul strong {
    float: left;
    margin-left: 10px;
    display: block;
    width: 39px;
    height: 28px;
    background: url(../img/btn-pagination.jpg) no-repeat;
    background-position: top;
    color: #dbc583;
    text-align: center;
    line-height: 30px;
}

#footer {
    padding: 80px 0px 40px;
    text-align: center;
}

#footer .menu_footer {
    text-align:center;
    margin: 0px auto 10px;
}

#footer .menu_footer li {
    display: inline-block;
    border-left: 1px solid #000;
    padding-left: 10px;
    margin-left: 5px;
}

#footer .menu_footer li:first-child {
    border-left: none;
    padding-left: 0px;
}

#footer p {
    text-align: center;
    font-weight: bold;
}

.more {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -22%;
    left: 0px;
    color: #a19566;
    padding: 1% 0%;
    border-top: 1px solid #3e412c;
}

.page_diffent .function_different {
    display: none;
}

.page_event {
    background: url(../img/bg-footer-event.png) no-repeat center bottom;
    background-color: #fff !important;
}

.page_event #header #pc .wrapper_main {
    width: 1060px;
}

.page_event #header #pc .download {
    width: 60%;
    float: right;
    margin: 20px 0px 0px 0px;
}

.page_event #header #pc .download li {
    float: left;
}

.page_event #header #pc .download li a {
    width: 157px;
    height: 52px;
    display: block;
    background: url(../img/fr1-down-game.jpg) no-repeat;
}

.page_event #header #pc .download li:nth-child(1) a {
    background-position: 0px 0px;
}

.page_event #header #pc .download li:nth-child(1) a:hover {
    background-position: 0px -53px;
}

.page_event #header #pc .download li:nth-child(2) a {
    background-position: -157px 0px;
}

.page_event #header #pc .download li:nth-child(2) a:hover {
    background-position: -157px -53px;
}

.page_event #header #pc .download li:nth-child(3) a {
    background-position: -314px 0px;
}

.page_event #header #pc .download li:nth-child(3) a:hover {
    background-position: -314px -53px;
}

.page_event #header #pc .download li:nth-child(4) a {
    background-position: -471px 0px;
}

.page_event #header #pc .download li:nth-child(4) a:hover {
    background-position: -471px -53px;
}

.page_event #header #pc .logo {
    width: 33%;
    margin-left: 67px;
    padding: 0px;
}

.page_event #main .block_list {
    margin-top: 325px;
}

.page_event #main .block_list .block_right {
    width: 69%;
    border: 1px solid #f0f0f0;
}

.page_event #main .block_list .block_left {
    width: 23%;
}

.page_event #main .block_list .block_left .title_mobile {
    display: none;
    width: 100%;
    height: 122px;
    background: url(../img/bg-title-event.jpg) no-repeat center top;
    background-size: contain;
    overflow: hidden;
}

.page_event #main .block_list .block_left .title_mobile .content_title {
    z-index: 9;
    position: relative;
}

.page_event #main .block_list .block_left .title_mobile .content_title .rd-mobilepanel_toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: absolute;
    top: 32px;
    left: 8px;
    z-index: 1009;
    width: 48px;
    height: 48px;
}

.page_event #main .block_list .block_left .title_mobile .content_title .rd-mobilepanel_toggle span {
    cursor: pointer;
    width: 24px;
    height: 4px;
    background-color: #286957;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: block;
    margin: auto;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page_event #main .block_list .block_left .title_mobile .content_title .rd-mobilepanel_toggle span:before, .page_event #main .block_list .block_left .title_mobile .content_title .rd-mobilepanel_toggle span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 24px;
    height: 4px;
    background-color: #286957;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.page_event #main .block_list .block_left .title_mobile .content_title .rd-mobilepanel_toggle span:after {
    top: 8px;
}

.page_event #main .block_list .block_left .title_mobile .content_title .rd-mobilepanel_toggle.active span:before, .page_event #main .block_list .block_left .title_mobile .content_title .rd-mobilepanel_toggle.active span:after {
    top: 0px !important;
}

.page_event #main .block_list .block_left .title_mobile .content_title .rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.page_event #main .block_list .block_left .title_mobile .content_title .rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

.page_event #main .block_list .block_left .title_mobile .content_title .detail_event {
    width: 84%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 16%;
}

.page_event #main .block_list .block_left .title_mobile .content_title .detail_event h4 {
    font-family: Roboto, UTMGods;
    font-size: 20px;
    color: #e0cb8d;
    text-transform: uppercase;
    text-align: center;
    line-height: 112px;
}

.page_event #main .block_list .list_box {
    overflow: inherit;
    max-width: inherit;
    background: url(../img/bg-bottom-content-event.jpg) no-repeat center bottom;
    background-color: #ffffff;
}

.page_event #main .block_list .list_box .title {
    width: 100%;
    height: 66px;
    background: url(../img/bg-title-event.jpg) no-repeat center top;
    position: relative;
    margin: 0px !important;
}

.page_event #main .block_list .list_box .title:after {
    content: "";
    width: 131px;
    height: 136px;
    background: url(../img/bg-icon-title-event.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    top: -69px;
    left: -35px;
}

.page_event #main .block_list .list_box .title h3 {
    padding: 15px 0px 0px 90px;
}

.page_event #main .block_list .list_box .title ul {
    padding: 0px 0px 0px 90px;
}

.page_event #main .block_list .list_tab-event {
    width: 100%;
    background: url(../img/bg-list-event.png) repeat center top;
}

.page_event #main .block_list .list_tab-event li {
    width: 100%;
    border-bottom: 1px solid #807249;
}

.page_event #main .block_list .list_tab-event li.active a {
    background: url(../img/hover_list-event.png) no-repeat center top;
    background-size: cover;
}

.page_event #main .block_list .list_tab-event li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #dbc583;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
}

.page_event #main .block_list .list_tab-event li a:hover {
    background: url(../img/hover_list-event.png) no-repeat center top;
    background-size: cover;
}

.page_event #main .block_list .list_tab-event li:last-child {
    border-bottom: none;
}

.page_event .rd-mobilemenu {
    width: 100%;
    position: absolute;
    background-color: rgba(110, 104, 104, 0.61);
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    text-align: left;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.page_event .rd-mobilemenu.active {
    display: block;
}

.page_event .rd-mobilemenu .rd-mobilemenu_ul {
    width: 230px;
    margin-top: 59px;
    background: url(../img/bg-content-event.jpg) repeat center top;
    box-shadow: none;
}

.page_event .rd-mobilemenu .rd-mobilemenu_ul ul li {
    border-bottom: 1px solid #90866b;
}

.page_event .rd-mobilemenu .rd-mobilemenu_ul ul li a {
    font-family: Roboto, UTMGods;
    font-size: 16px;
    color: #e0cb8d;
    text-transform: uppercase;
    text-align: left;
    line-height: 42px;
    padding-left: 30px;
    width: 200px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}

.page_event .rd-mobilemenu .rd-mobilemenu_ul ul li a:hover {
    color: #fff;
}

.page_event .rd-mobilemenu .rd-mobilemenu_ul ul li a:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #8c7d51;
    position: absolute;
    top: 20px;
    left: 15px;
}

.page_event .background_event {
    position: absolute !important;
    width: 100%;
    min-height: 900px;
    top: 0px;
    left: 0px;
    z-index: 1 !important;
    background-color: #fff !important;
}

.page_event .background_event#mobile {
    display: none;
    min-height: 790px;
    background-size: contain !important;
}

.page_event .background_event#pc {
    display: block;
}

.footer_menu {
    width: 100%;
    bottom: 0px;
    z-index: 9;
    display: none;
    background-color: #212221;
}

.footer_menu li {
    float: left;
    width: 20%;
}

.footer_menu li a {
    width: 100%;
    height: 77px;
    display: block;
}

.footer_menu li:nth-child(1) a {
    background: url(../img/menu-bottom1.jpg);
    background-size: cover;
}

.footer_menu li:nth-child(2) a {
    background: url(../img/menu-bottom2.jpg);
    background-size: cover;
}

.footer_menu li:nth-child(3) a {
    background: url(../img/menu-bottom3.jpg);
    background-size: cover;
}

.footer_menu li:nth-child(4) a {
    background: url(../img/menu-bottom4.jpg);
    background-size: cover;
}

.footer_menu li:nth-child(5) a {
    background: url(../img/menu-bottom5.jpg);
    background-size: cover;
}

/*@media only screen and (max-width: 960px) {
    #header #pc {
        display: none;
    }

    #header #mobile {
        display: block;
    }

    #header #mobile .header_mobile {
        width: 100%;
        height: 70px;
        background: #000;
        padding: 1% 0%;
    }

    #header #mobile .header_mobile .logo {
        max-width: 65%;
        float: left;
        margin: 1% 0% 0% 3%;
    }

    #header #mobile .header_mobile .logo .icon_game {
        max-width: 22%;
        float: left;
    }

    #header #mobile .header_mobile .logo .infor_game {
        float: left;
        margin: 2% 0% 2% 2%;
    }

    #header #mobile .header_mobile .logo .infor_game .name_game {
        color: #81e5ce;
        font-size: 16px;
        text-decoration: none;
        text-align: left;
        text-transform: uppercase;
        font-weight: 100;
        font-family: Roboto, UVNLongquan;
    }

    #header #mobile .header_mobile .logo .infor_game .cat_game {
        width: 100%;
        margin: 5px 0px;
    }

    #header #mobile .header_mobile .logo .infor_game .cat_game li {
        float: left;
        list-style-type: none;
        border-left: 1px solid #888680;
        padding: 0px 7px 0px 7px;
    }

    #header #mobile .header_mobile .logo .infor_game .cat_game li:nth-child(1) {
        border-left: none;
        padding: 0px 7px 0px 0px;
    }

    #header #mobile .header_mobile .logo .infor_game .cat_game li p {
        color: #888680;
        font-size: 13px;
        text-decoration: none;
        text-align: center;
        text-transform: none;
        font-weight: 100;
    }

    #header #mobile .header_mobile .logo .infor_game .cat_game li span {
        color: #dbc583;
    }

    #header #mobile .header_mobile .download {
        width: 126px;
        height: 39px;
        display: block;
        background: url(../img/download.jpg) no-repeat center top;
        background-size: contain;
        float: right;
        font-family: Roboto, UTMGods;
        text-align: center;
        line-height: 34px;
        font-size: 20px;
        color: #fffff6;
        position: absolute;
        right: 100px;
        top: 15px;
    }

    #header #mobile #header_icon {
        margin: 1% 1% 3% 0;
    }

    #header #mobile .search {
        width: 90%;
        max-height: 40px;
        overflow: hidden;
        background-color: #1b1b1b;
        margin: 10px;
    }

    #header #mobile .search .text_search {
        float: left;
        width: 73%;
        height: 100%;
        text-align: center;
        background-color: #fff;
        outline: none;
        border: none;
        color: #000;
        font-size: 16px;
        padding: 11px 5px;
    }

    #header #mobile .search .btn_search {
        float: left;
        width: 22%;
        height: 100%;
        outline: none;
        border: none;
        position: relative;
        background-color: #085546;
        padding: 10px 0px;
    }

    #header #mobile .search .btn_search i {
        color: #fff;
        font-size: 20px;
    }

    #main .top_main {
        top: 10px;
    }

    #main .news_home {
        width: 100%;
    }

    #main .news_home .box_new-right {
        width: 95%;
        margin: 0px auto;
        float: inherit;
    }

    #main .news_home .box_new-left {
        display: none;
    }

    #main .function {
        display: none;
    }

    #main .box_news .list_news .more_news {
        right: 50%;
    }

    #main .event_hot {
        display: block;
    }

    #main .event_hot .list_event-hot li a .item_event .title_event {
        height: auto;
        padding: 1% 4%;
    }

    #main .dacsac .tab_dacsac {
        position: absolute;
        width: 35%;
        left: -webkit-calc( 75% / 2);
        left: calc( 75% / 2);
    }

    #main .dacsac .tab_dacsac .choose_tab {
        width: 100%;
        position: relative;
        top: 430px;
        margin: 0px auto;
        background-color: transparent;
    }

    #main .dacsac .tab_dacsac .choose_tab li {
        width: 20%;
        float: left;
    }

    #main .dacsac .tab_dacsac .choose_tab li.active a {
        width: 54px;
        background: url(../img/f3-button-he-hover.jpg) no-repeat;
    }

    #main .dacsac .tab_dacsac .choose_tab li a:hover {
        margin: 10px 0px 10px 3px;
    }

    #main .dacsac .tab_dacsac .choose_tab li:nth-child(1).active a, #main .dacsac .tab_dacsac .choose_tab li:nth-child(1) a:hover {
        background-position: 0px 0px;
        margin: 10px 0px 10px 3px;
    }

    #main .dacsac .tab_dacsac .choose_tab li:nth-child(1) a {
        margin: 10px 0px 10px 4px;
    }

    #main .dacsac .tab_dacsac .choose_tab li:nth-child(2).active a, #main .dacsac .tab_dacsac .choose_tab li:nth-child(2) a:hover {
        background-position: -54px 0px;
    }

    #main .dacsac .tab_dacsac .choose_tab li:nth-child(3).active a, #main .dacsac .tab_dacsac .choose_tab li:nth-child(3) a:hover {
        background-position: -108px 0px;
    }

    #main .dacsac .tab_dacsac .choose_tab li:nth-child(4).active a, #main .dacsac .tab_dacsac .choose_tab li:nth-child(4) a:hover {
        background-position: -162px 0px;
    }

    #main .dacsac .tab_dacsac .choose_tab li:nth-child(5).active a, #main .dacsac .tab_dacsac .choose_tab li:nth-child(5) a:hover {
        background-position: -216px 0px;
    }

    #main .dacsac .content_dacsac.active .img_hero {
        right: 70px;
    }

    #main .dacsac .content_dacsac.active .title_hero {
        left: 70px;
    }

    #main .gallery .charater1 {
        display: none;
    }

    #main .gallery .header_gallery h3:before {
        left: 10%;
    }

    #main .gallery .header_gallery h3:after {
        right: 10%;
    }

    #main .gallery .main_gallery {
        width: 90%;
    }

    #main .gallery .main_gallery .gallery_images, #main .gallery .main_gallery .gallery_video {
        width: 48%;
        float: left;
        padding: 1%;
        text-align: center;
    }

    #main .gallery .main_gallery .gallery_images li, #main .gallery .main_gallery .gallery_video li {
        width: 45%;
    }

    #main .gallery .main_gallery .gallery_images li a, #main .gallery .main_gallery .gallery_video li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #main .gallery .main_gallery h5 {
        width: 25%;
        margin: 0px auto 40px;
        padding: 10px 0px 10px 10%;
    }

    #main .function_different .charater2 {
        display: none;
    }

    #main .function_different .block_panpage {
        width: 100%;
    }

    #footer {
        padding: 20px 0px;
    }

    .page_diffent #main .logo {
        display: block;
    }

    .page_diffent #main .block_list {
        width: 95%;
        margin: 0px auto;
    }

    .page_diffent #main .block_list .block_right {
        display: block;
    }

    .page_diffent #main .block_list .list_box {
        width: 66%;
    }

    .page_diffent #main .event_hot {
        margin: 15px auto;
    }

    .page_diffent .top:after, .page_diffent .top:before {
        display: none;
    }
}

@media only screen and (max-width: 810px) {
    #main .dacsac .tab_dacsac {
        width: 55%;
        left: -webkit-calc( 60% / 2);
        left: calc( 60% / 2);
    }

    #main .dacsac .content_dacsac .title_hero {
        width: 50%;
    }

    #main .pag {
        display: none;
    }

    #main .block_list .hero .block_detai .detail_hero li, #main .block_list .content_hero .block_detai .detail_hero li {
        width: 21%;
    }

    #main .block_list .hero .block_detai.list_hero .header_hero .tab_hero, #main .block_list .content_hero .block_detai.list_hero .header_hero .tab_hero {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 2%;
        display: none;
    }

    #main .block_list .hero .block_detai.list_hero .header_hero .slide_hero, #main .block_list .content_hero .block_detai.list_hero .header_hero .slide_hero {
        min-height: 100px;
    }

    #main .block_list .hero .block_title h3, #main .block_list .content_hero .block_title h3 {
        padding-left: 5%;
    }

    #main .block_list .content_hero .block_title {
        margin: 0px;
    }

    #main .block_list .content_hero .block_title h3 {
        padding: 0px;
        text-align: center;
    }

    #main .block_list .content_hero .block_title .block_left {
        width: 100%;
        margin: 0px;
    }

    .more {
        bottom: -45%;
        padding: 5% 0%;
    }
}

@media only screen and (max-width: 660px) {
    #main .top_main {
        top: -20px;
    }

    #main .dacsac .content_dacsac .title_hero {
        left: 0px;
        width: 100%;
    }

    #main .dacsac .content_dacsac .title_hero .name, #main .dacsac .content_dacsac .title_hero .info {
        display: none;
    }

    #main .dacsac .content_dacsac .title_hero .more_charater {
        width: 65%;
        margin: 0px auto;
        padding: 10px 0px;
        top: 340px;
        text-align: center;
        border: 1px solid #594b3e;
        background: rgba(36, 36, 36, 0.84);
        cursor: pointer;
    }

    #main .dacsac .content_dacsac.active .title_hero {
        left: 0px;
        width: 100%;
    }

    #main .gallery {
        min-height: auto !important;
    }

    #main .gallery .main_gallery h5 {
        width: 30%;
    }

    #main .gallery .more {
        bottom: 0%;
    }

    #main .detail_new .content .block_title .block_left {
        width: 100%;
    }

    #main .detail_new .content .block_title .block_right .face_social {
        display: none;
    }

    #main .block_list .hero .block_detai, #main .block_list .content_hero .block_detai {
        padding: 4%;
    }

    #main .block_list .hero .block_detai .tab_hero, #main .block_list .content_hero .block_detai .tab_hero {
        width: 100%;
    }

    #main .block_list .hero .block_detai .detail_hero, #main .block_list .content_hero .block_detai .detail_hero {
        width: 100%;
    }

    #main .block_list .hero .block_detai .detail_hero li, #main .block_list .content_hero .block_detai .detail_hero li {
        width: 21%;
    }

    .footer_menu {
        display: block;
    }

    .page_event #main .block_list {
        margin-top: 100%;
    }

    .page_event #main .block_list .block_right, .page_event #main .block_list .block_left {
        width: 95%;
        margin: 0px auto;
        float: initial;
    }

    .page_event #main .block_list .block_left {
        width: 100%;
    }

    .page_event #main .block_list .block_left .list_tab-event {
        display: none;
    }

    .page_event #main .block_list .block_left .title_mobile {
        display: block;
    }

    .page_event #main .block_list .list_box .title h3, .page_event #main .block_list .list_box .title ul {
        padding-left: 50px;
    }

    .page_event #main .block_list .list_box .title ul {
        display: none;
    }

    .page_event #main .block_list .list_box .title:after {
        width: 90px;
        height: 95px;
        top: -27px;
        left: -28px;
    }

    .page_event .rd-mobilemenu .rd-mobilemenu_ul {
        margin-top: 18%;
    }
}

@media only screen and (max-width: 490px) {
    .home {
        background: url(../img/bg-mobile.jpg) no-repeat center top;
        background-size: contain;
        position: relative;
        background-color: #E8E8E8;
        min-height: 1000px;
    }

    #header #mobile .header_mobile {
        padding: 0;
    }

    #header #mobile .header_mobile .logo {
        max-width: 60%;
        float: left;
    }

    #header #mobile .header_mobile .logo .icon_game {
        max-width: 21%;
        margin: 3% 0% 0% 0%;
    }

    #header #mobile .header_mobile .logo .infor_game {
        margin: 5% 0% 2% 2%;
    }

    #header #mobile .header_mobile .logo .infor_game .name_game {
        font-size: 14px;
    }

    #header #mobile .header_mobile .logo .infor_game .cat_game li p {
        font-size: 12px;
    }

    #header #mobile .header_mobile .download {
        width: 110px;
        right: 45px;
        top: 19px;
        line-height: 30px;
        font-size: 17px;
    }

    #header #mobile #header_icon {
        margin: 1% 1% 3% 0;
    }

    #main .function {
        display: none;
    }

    #main .logo {
        width: 190px;
        height: 127px;
        margin: 5% 5% 0% 0%;
        float: right;
    }

    #main .top_main {
        width: 100%;
        float: inherit;
    }

    #main .top_main .slogan {
        margin: 0px auto;
        width: 100%;
        padding: 80% 0 0 0;
        max-height: 99px;
        background: url(../img/slogan-mobile.png) no-repeat center bottom;
        background-size: contain;
    }

    #main .top_main .btn_video {
        margin: 5% auto;
        opacity: 1;
    }

    #main .news_home .box_new-right .box_news .choose_category li {
        width: 33.33333%;
    }

    #main .news_home .box_new-right .box_news .list_news .more_news {
        right: 40%;
    }

    #main .dacsac .tab_dacsac {
        width: 70%;
        left: -webkit-calc( 50% / 2);
        left: calc( 50% / 2);
    }

    #main .dacsac .tab_dacsac .choose_tab {
        top: 370px;
    }

    #main .dacsac .content_dacsac .img_hero {
        display: none;
    }

    #main .dacsac .content_dacsac#kim {
        background: url(../img/bg-kim.jpg) no-repeat center top;
        background-size: cover;
        min-height: 500px;
    }

    #main .dacsac .content_dacsac#moc {
        background: url(../img/bg-moc.jpg) no-repeat center top;
        background-size: cover;
        min-height: 500px;
    }

    #main .dacsac .content_dacsac#thuy {
        background: url(../img/bg-thuy.jpg) no-repeat center top;
        background-size: cover;
        min-height: 500px;
    }

    #main .dacsac .content_dacsac#hoa {
        background: url(../img/bg-hoa.jpg) no-repeat center top;
        background-size: cover;
        min-height: 500px;
    }

    #main .dacsac .content_dacsac#tho {
        background: url(../img/bg-tho.jpg) no-repeat center top;
        background-size: cover;
        min-height: 500px;
    }

    #main .dacsac .content_dacsac .title_hero .more_charater {
        top: 290px;
    }

    #main .gallery {
        background: url(../img/bg-gallery.jpg) no-repeat center top;
        background-size: cover;
    }

    #main .gallery .header_gallery h3 {
        display: none;
    }

    #main .gallery .main_gallery {
        width: 100%;
        padding: 0px 0px 20%;
    }

    #main .gallery .main_gallery .gallery_images {
        width: 98%;
    }

    #main .gallery .main_gallery .gallery_images li {
        width: 48%;
    }

    #main .gallery .main_gallery .gallery_video {
        display: none;
    }

    #main .gallery .main_gallery h5 {
        width: 35%;
        margin: 0px auto 40px;
        padding: 10px 0px 10px 0%;
    }

    #main .function_different .block_panpage {
        width: 80%;
        background-color: transparent;
        margin: 20px auto;
    }

    #main .function_different .block_panpage .fanpage, #main .function_different .block_panpage .support {
        width: 47%;
    }

    #main .function_different .block_panpage .fanpage .title, #main .function_different .block_panpage .fanpage .content, #main .function_different .block_panpage .support .title, #main .function_different .block_panpage .support .content {
        display: none;
    }

    #main .function_different .block_panpage .fanpage .btn_fanpage {
        display: block;
    }

    #main .function_different .block_panpage .support .btn_support {
        display: block;
    }

    #main .function_different .block_panpage .btn_top {
        display: block;
        margin: 10px auto;
    }

    #main .block_list .list_box {
        padding-bottom: 0px;
    }

    .more {
        bottom: 0%;
    }

    #footer {
        padding: 20px 0px 20px;
        background-color: #fff;
    }

    .page_diffent {
        background: none;
        background-color: #eaeaea;
    }

    .page_diffent #main .logo {
        display: none;
    }

    .page_diffent #main .block_list {
        width: 100%;
        margin: 0px auto 40px;
    }

    .page_diffent #main .block_list .block_right {
        display: none;
    }

    .page_diffent #main .block_list .list_box {
        width: 100%;
        background-color: transparent;
        margin: 0px 0px;
    }

    .page_diffent #main .block_list .list_box .title {
        width: 100%;
        height: 80px;
        background: url(../img/bg-title-new.jpg) no-repeat center top;
        background-size: cover;
    }

    .page_diffent #main .block_list .list_box .title ul {
        display: none;
    }

    .page_diffent #main .block_list .list_box .title h3 {
        padding: 6% 0px 0px 30%;
    }

    .page_diffent #main .block_list .list_box .title .return {
        display: block;
    }

    .page_diffent #main .block_list .list_box .content {
        width: 95%;
        margin: 0px auto;
        background-color: #fff;
    }

    .page_diffent #main .block_list .list_box .content .box_news .choose_category {
        width: 100%;
        padding: 0px;
        background-color: transparent;
    }

    .page_diffent #main .block_list .list_box .content .block_title {
        padding: 3% 0;
    }

    .page_diffent #main .block_list .list_box .content .block_title .block_left {
        width: 100%;
    }

    .page_diffent #main .block_list .list_box .content .block_title .block_left .date {
        display: none;
    }

    .page_diffent #main .block_list .list_box .content .block_title .block_left .category {
        display: block;
    }

    .page_diffent #main .event_hot {
        margin: 15px auto;
    }

    .page_diffent .top:after, .page_diffent .top:before {
        display: none;
    }

    .page_diffent .function_different {
        display: block;
    }

    .page_event #main .block_list {
        margin-top: 130%;
    }

    .page_event #main .block_list .block_left .title_mobile .content_title .detail_event h4 {
        line-height: 85px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .page_event #main .block_list .block_left .title_mobile .content_title .rd-mobilepanel_toggle {
        top: 15px;
    }

    .page_event .background_event#mobile {
        display: block;
    }

    .page_event .background_event#pc {
        display: none;
    }
}

@media only screen and (max-width: 390px) {
    #header #mobile .header_mobile {
        padding: 0;
    }

    #header #mobile .header_mobile .logo {
        margin: 1% 0% 0% 0%;
    }

    #header #mobile .header_mobile .logo .icon_game {
        margin: 6% 0% 0% 5%;
    }

    #header #mobile .header_mobile .logo .infor_game {
        margin: 10% 0% 2% 2%;
    }

    #header #mobile .header_mobile .logo .infor_game .name_game {
        font-size: 12px;
    }

    #header #mobile .header_mobile .logo .infor_game .cat_game li p {
        font-size: 10px;
    }

    #header #mobile #header_icon {
        margin: 3% 1% 3% 0;
    }

    #main .box_news {
        min-height: 410px;
    }

    #main .dacsac .tab_dacsac {
        width: 100%;
        left: 16%;
    }

    #main .logo {
        width: 165px;
        margin: 5% 0% 0% 0%;
    }

    #main .gallery .main_gallery h5 {
        padding: 10px 0px 10px 5%;
    }

    #main .block_list {
        margin: 0px auto;
    }

    #main .block_list .list_box {
        padding-bottom: 0px;
    }

    #main .function_different .block_panpage {
        margin: 0px auto;
    }

    #main .function_different .block_panpage .support .btn_support {
        height: 60px;
    }

    #main .function_different .block_panpage .fanpage .btn_fanpage {
        height: 60px;
    }

    #main .function_different .block_panpage .btn_top {
        margin: 10px auto;
    }

    .more {
        bottom: -20%;
    }

    .page_diffent #main .block_list .list_box .title {
        height: 77px;
        background: url(../img/bg-title-new.jpg) no-repeat center top;
        background-size: contain;
    }

    .footer_menu li a {
        height: 67px;
    }

    .page_event #main .block_list .block_left .title_mobile {
        height: 80px;
    }

    .page_event #main .block_list .block_left .title_mobile .content_title .detail_event h4 {
        line-height: 70px;
    }

    .page_event #main .block_list .block_left .title_mobile .content_title .rd-mobilepanel_toggle {
        top: 10px;
    }

    .page_diffent #main .block_list {
        margin: 0px auto;
    }
}

@media only screen and (max-width: 360px) {
    .footer_menu li a {
        height: 61px;
    }

    #main .function_different .block_panpage {
        margin: 0px auto;
    }

    #main .function_different .block_panpage .support .btn_support {
        height: 55px;
    }

    #main .function_different .block_panpage .fanpage .btn_fanpage {
        height: 55px;
    }

    #main .block_list .list_box .title ul li:last-child {
        display: none;
    }

    #header #mobile .header_mobile {
        padding: 0;
    }

    #header #mobile .header_mobile .logo {
        margin: 1% 0% 0% 0%;
    }

    #header #mobile .header_mobile .logo .icon_game {
        margin: 6% 0% 0% 5%;
    }

    #header #mobile .header_mobile .logo .infor_game {
        margin: 10% 0% 2% 2%;
    }

    #header #mobile .header_mobile .logo .infor_game .name_game {
        font-size: 12px;
    }

    #header #mobile .header_mobile .logo .infor_game .cat_game li p {
        font-size: 10px;
    }

    #header #mobile .header_mobile .download {
        width: 90px;
        right: 40px;
        top: 21px;
        line-height: 26px;
        font-size: 14px;
    }

    #header #mobile #header_icon {
        margin: 3% 1% 3% 0;
    }
}*/
#owl-hero.owl-theme {
    position: relative;
}

#owl-hero.owl-theme .owl-next, #owl-hero.owl-theme .owl-prev {
    width: 55px;
    height: 55px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    border-radius: 0px;
    font-size: 0px;
    cursor: pointer;
}

#owl-hero.owl-theme .owl-prev {
    left: 0px;
    background: url(../img/btnslide-left.jpg) no-repeat center top;
}

#owl-hero.owl-theme .owl-next {
    right: 0px;
    background: url(../img/btnslide-right.jpg) no-repeat center top;
}

#owl-events.owl-theme .owl-controls {
    margin-top: 0px;
}

#owl-events.owl-theme .owl-controls .owl-page span {
    margin: -40px 7px 0px;
    opacity: 0.9;
    border-radius: 0px;
    background: #87816d;
}

#owl-events.owl-theme .owl-controls .owl-page.active span {
    background: #1a2b28;
}

#owl-events.owl-theme .owl-controls .owl-pagination {
    text-align: center;
}

@-webkit-keyframes change-bg {
    from {
        background: url(../img/btn-video.png) no-repeat;
    }

    to {
        background: url(../img/fr1-play.png) no-repeat;
    }
}

@keyframes change-bg {
    from {
        background: url(../img/btn-video.png) no-repeat;
    }

    to {
        background: url(../img/fr1-play.png) no-repeat;
    }
}

#main .block_list .list_tab-event {
    width: 279px;
    background: url(../img/bg-list-event.png) repeat center top;
}

#main .block_list .list_tab-event li {
    width: 100%;
    border-bottom: 1px solid #807249;
}

#main .block_list .list_tab-event li.active a {
    background: url(../img/hover_list-event.png) no-repeat center top;
    background-size: cover;
}

#main .block_list .list_tab-event li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #dbc583;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
}

#main .block_list .list_tab-event li a:hover {
    background: url(../img/hover_list-event.png) no-repeat center top;
    background-size: cover;
}

#main .block_list .list_tab-event li:last-child {
    border-bottom: none;
}

.Login {
    width: 100%;
    padding-top: 30px;
}

.Login h2 {
    background: url(../img/title-login.png) 50% 0 no-repeat;
    width: 229px;
    height: 46px;
    position: relative;
    margin: 17px auto 18px;
    text-indent: -9999px;
}

.Login h2.h2dangky {
    background: url(../img/title-login2.png) 50% 0 no-repeat;
    width: 229px;
    height: 46px;
    position: relative;
    margin: 17px auto 18px;
    text-indent: -9999px;
}

.Login form {
    padding-bottom: 3px;
    margin-left: 147px;
}

.Login .Question {
    margin-top: 12px;
}

div.errorMessage {
    margin-bottom: 10px;
    color: #ff3600;
    padding-left: 88px;
}

.Login label {
    display: block;
    float: left;
    width: 70px;
    line-height: 30px;
    font-family: Roboto, Arial;
    font-size: 14px;
    color: #223023;
}

form fieldset .BoxInput {
    float: left;
    overflow: hidden;
    width: 320px;
    margin-left: 18px;
}

form fieldset input {
    background-color: #140e0a;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 29px;
    line-height: 23px;
    margin: 0 0 8px !important;
    padding: 0px 10px;
    width: 220px;
    border: 1px solid #00484a;
}

#register-form .BoxInput input, #register-form .BoxInput label {
    height: 35px;
    margin-bottom: 15px !important;
    margin-top: 2px !important;
}

form fieldset input:last-child {
    margin-bottom: 0px;
}

.Login ul {
    margin: 0px 0 0 0px;
}

a.ForgotPassword {
    display: block;
    width: 148px;
    height: 24px;
    margin: 0 0 16px 185px;
    color: #9f8458;
    text-decoration: underline;
}

a.ForgotPassword:hover {
    color: #dd9c04;
    text-decoration: underline;
}

.Send {
    background: url(../img/bt-vaogame.jpg) no-repeat;
    border: medium none;
    float: left;
    width: 80px;
    height: 69px;
    margin: 0 0 0 0px;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
}

.Send:hover {
    background-position: 0 -70px;
}

.Send2 {
    background: url(../img/bt-vaogame2.jpg) no-repeat center -60px;
    border: medium none;
    float: left;
    width: 135px;
    height: 60px;
    margin: 0px 0px 20px 112px;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
    margin-top: 0px !important;
    margin-left: 135px !important;
}

.Send2:hover {
    background-position: 0 0px;
}

p.Notice {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #d26730;
    text-align: center;
    margin: 30px 0 14px 0;
}

p.Error {
    margin-bottom: 10px;
    color: #ff3600;
    padding-left: 88px;
}

/* tabs */
.BlockRegister {
    padding: 70px 0 0 0;
}

ul.Register li {
    width: 100%;
}

ul.Register li label {
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding: 3px 5px 0 0;
    text-align: left;
    width: 180px;
}

.Register a {
    color: #3a3f46;
    text-decoration: underline;
}

.Register a:hover {
    text-decoration: none;
}

ul.Register li .Check a:link, ul.Register li .Check a:visited {
    color: #3A3F46;
    font-weight: bold;
    text-decoration: none;
}

ul.Register li .Check a:hover {
    color: #3A3F46;
    text-decoration: underline;
}

ul.Register li .TextBox {
    float: left;
}

ul.Register li .Capchar {
    float: left;
    width: 194px;
}

ul.Register .Agree {
    margin-left: 180px;
    clear: both;
}

ul.Register .InputAgree {
    float: left;
    width: 20px;
    height: 25px;
}

.BtReg {
    background: url(../img/btn-dkn.jpg) no-repeat;
    display: block;
    width: 210px;
    height: 70px;
    position: relative;
    margin: 0 auto;
    text-indent: -9999px;
}

.BtReg:hover {
    background-position: 0 -70px;
}

a.QuickRegTitle:link, a.QuickRegTitle:visited {
    background-position: -335px 0;
    height: 76px;
    width: 335px;
}

a.LoginTitle:link, a.LoginTitle:visited {
    background-position: 0px -76px;
    height: 76px;
    width: 335px;
}

/*END. tabs */
/* tabQuickReg */
div#tabQuickReg {
    display: none;
    float: none;
    padding-left: 0px;
}

div#tabQuickReg .Question {
    color: #FFFFFF;
    margin-left: 53px;
    margin-top: 23px;
    word-wrap: normal;
    float: left;
    min-width: 400px;
}

.article__title {
    color: #1f1f1f;
    font: bold 22px/34px Tahoma;
    margin-left: 30px;
}

.box_news .date {
    margin-left: 30px;
    font-size: 14px;
}

.box_news .date a {
    color: red;
}

.userkt {
    display: block;
    color: #fff;
    text-align: left;
    width: 259px;
    height: 60px;
    padding-top: 15px;
    background: #000;
    padding-left: 20px;
}

.userkt b {
    color: #db9303;
}

.userkt span {
    display: block;
    color: #d20c03;
    text-align: left;
    margin-top: 6px;
}

.userkt a {
    color: #d20c03;
}

table td {
    padding: 5px 10px;
    border: 0px solid #333333;
}

.tbllsnapthe {
    width: 350px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-right: none;
    margin-bottom: 15px;
    font-weight: bold;
}

.tbllsnapthe .tit {
    background: #2f2f2f;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.tbllsnapthe td {
    text-align: center;
    border-right: 1px solid #ddd;
    font-size: 13px
}

.tbllsnapthe .bgrey {
    background: #f2f2f2
}

.qltk {
    padding: 20px;
}

.formrow .textinput, .inputsignin, .inputxt {
    padding: 10px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 268px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formrow .textinputselect {
    padding: 10px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 290px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formrow .flb {
    font-weight: 700;
    float: left;
    width: 195px;
    line-height: 32px;
    text-align: right;
    margin-right: 20px;
}

.formrow {
    padding: 10px 0;
    position: relative;
    float: left;
}

.h3lichsu {
    margin-bottom: 7px;
    font-size: 14px;
}

.bxnotice {
    color: red;
    font-size: 14px;
}

span.bankokcamon {
    color: #000;
    font-size: 13px;
    line-height: 38px;
}

.bankok2 span {
    color: #1a40d0;
}

span.spanbankok {
    font-size: 24px;
    line-height: 39px;
    color: #f00;
}

.bankok2 {
    font-size: 17px;
    font-weight: bold;
}

.bankok h2 {
    font-size: 27px;
    padding: 10px;
    font-weight: bold;
}

.bankok {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    background: #94efcb;
    margin-top: 50px;
    margin-bottom: 20px;
}

.zpbtnbottom .zpbtn {
    color: #fff;
    text-decoration: none;
}

.zpbtn, .zpbtn.orange {
    font-weight: 700;
    font-size: 13px;
    border-radius: 3px;
}

.zpbtn {
    padding: 10px 20px;
    background: #df0a02;
    margin-left: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

.zpbtn.back:hover {
    background: #808080;
    border-bottom-color: #adadad;
    text-decoration: none;
}

.zpbtnbottom {
    overflow: hidden;
    width: 490px;
    margin: 0 auto 30px;
    text-align: center;
}

.zpbtnbottom .noback {
}

.zpbtn.back {
    background: #212121;
    color: #fff;
}

a.napthe-red, a.napthe-hover-red:hover {
    color: #fff!important;
    background: #222!important;
    text-decoration: none !important
}

.napthe-bar {
    width: 100%;
    float: left;
}

.napthe-button {
    width: 49%;
    float: left;
    height: 60px;
    margin-right: 2%;
    background: #c7008a;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}

.napthe-button2 {
    width: 49%;
    float: left;
    height: 60px;
    margin-left: 0%;
    background: #00d0ff;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}

.napthe-container {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.napthe-container h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 29px;
    font-weight: bold;
    color: #00a566;
}

.napthe-container h2 small {
    font-size: 20px;
}

.napthe-container-bar {
    margin-top: 0px;
    font-weight: bold;
    font-size: 18px;
}

.napthe-bar h2 {
    text-align: center;
    color: red;
    padding: 20px 0;
    font-size: 25px;
}

select#kitchen_color {
    width: 210px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    height: 50px;
    display: block;
    border: 2px solid #000;
    border-radius: 2px;
}

.napthe-bar-item {
    color: #fff !important;
    text-decoration: none !important;
}

.tblnote {
    width: 350px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-right: none;
    background: #fff;
}

.tblnote .tit {
    background: #e0e0e0;
    font-size: 13px
}

.tblnote td {
    padding: 8px 25px 8px 8px;
    text-align: right;
    border-right: 1px solid #ddd;
    font-size: 13px
}

.tblnote .bgrey {
    background: #f2f2f2
}

.bxnote h3 {
    margin: 20px 0 5px;
}

.bxnote {
    color: #222;
}

article.article-detail {
    padding-bottom: 100px;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

article.article-detail time.article-detail__date {
    text-align: right;
    padding: 0 0 10px 0;
    display: block
}

article.article-detail ul {
    margin: 0 0 10px 5px
}

article.article-detail ul>li {
    margin-bottom: 10px;
    padding-left: 15px;
    list-style-type: none;
    text-align: justify
}

article.article-detail ul>li ul {
    margin: 0 0 10px 20px
}

article.article-detail ul>li ul li {
    margin-bottom: 10px;
    padding-left: 15px
}

article.article-detail ul.icon li,article.article-detail ul.Icon li {
    background: url(../img/icon-2.png) 0 8px no-repeat
}

article.article-detail ul.disc li,article.article-detail ul.Disc li {
    background: url("../img/icon-3.png") 3px 9px no-repeat
}

article.article-detail ul.dash li,article.article-detail ul.Dash li {
    background: url("../img/icon-3b.png") 3px 9px no-repeat
}

article.article-detail ul.decimal li,article.article-detail ul.Decimal li {
    list-style-type: decimal;
    padding-left: 5px
}

article.article-detail ul.UpperAlpha li,article.article-detail ul.upper-alpha li {
    list-style-type: upper-alpha
}

article.article-detail ul.lower-alpha li,article.article-detail ul.LowerCase li {
    list-style-type: lower-alpha
}

article.article-detail ul.anchor-link,article.article-detail ul.AnchorLink {
    display: block;
    width: 95%;
    clear: both;
    min-height: 50px;
    border: 1px solid #92641e;
    padding: 10px;
    margin: 10px 0;
    overflow: hidden
}

article.article-detail ul.anchor-link li,article.article-detail ul.AnchorLink li {
    float: left;
    padding: 0 20px 0 10px;
    margin-bottom: 0;
    background: url("../img/icon-anchorlink.jpg") no-repeat 0 14px;
    width: 160px
}

article.article-detail ul.anchor-link li a,article.article-detail ul.AnchorLink li a {
    font-weight: bolder;
    color: #ad0000
}

article.article-detail ul.anchor-link li a:hover,article.article-detail ul.AnchorLink li a:hover {
    color: #ad0000
}

article.article-detail p {
    padding: 5px 0
}

article.article-detail .center,article.article-detail .TextCenter {
    text-align: center;
    padding-top: 0;
    font-style: italic;
    margin-top: -5px;
    color: #424242
}

article.article-detail img {
    margin: 10px auto;
    border: 0px solid #2f3c5e;
    display: block;
    max-width: 600px !important;
    height: auto !important;
}

article.article-detail img ~ br {
    height: 0;
    display: none
}

article.article-detail a {
    color: #366e87;
    text-decoration: none
}

article.article-detail a:hover {
    color: #366e87;
    text-decoration: underline
}

article.article-detail strong,article.article-detail .strong {
    font-weight: bolder
}

article.article-detail .strong01,article.article-detail .Strong01 {
    font-weight: bolder;
    color: #bc0000;
    font-size: 16px
}

article.article-detail .strong02,article.article-detail .Strong02 {
    font-weight: bolder;
    color: #bc0000;
    font-size: 17px
}

article.article-detail .notice-box,article.article-detail .NoticeBox {
    width: 90%;
    padding: 15px 10px 10px 10px;
    border: 1px solid #c3a783;
    background: #ece6d8;
    margin-top: 25px
}

article.article-detail .notice-box p.legend,article.article-detail .notice-box .Legend,article.article-detail .NoticeBox p.legend,article.article-detail .NoticeBox .Legend {
    background: #ad0000 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bolder;
    height: 25px;
    margin: -30px 0 10px;
    padding: 0 17px 0 16px;
    position: absolute
}

article.article-detail table {
    margin: 10px auto;
    border-collapse: collapse
}

article.article-detail table tr:nth-child(odd) {
    background: #f1ece2;
}

article.article-detail table tr:nth-child(even) {
    background: #ece6d8
}

article.article-detail table td,article.article-detail table th {
    border: 1px solid #808080;
    padding: 3px 10px;
    text-align: initial;
}

article.article-detail table th {
    color: #fff;
    font-weight: bolder;
    padding: 5px 10px;
    background: #343434;
    text-align: center;
}

article.article-detail h2,article.article-detail h4 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    padding-left: 35px;
    color: #ad0000;
    background: url("../img/icon-1.png") no-repeat 0 6px;
}

article.article-detail h2 ~ p,article.article-detail h2 ~ ul,article.article-detail h2 ~ table,article.article-detail h2 ~ div,article.article-detail h4 ~ p,article.article-detail h4 ~ ul,article.article-detail h4 ~ table,article.article-detail h4 ~ div {
    margin-left: 38px
}

article.article-detail h2 ~ table,article.article-detail h4 ~ table {
    max-width: 590px
}

article.article-detail h3,article.article-detail h5 {
    font-size: 18px;
    font-weight: 700;
    color: #ad0000;
}

article.article-detail h3 ~ p,article.article-detail h3 ~ ul,article.article-detail h3 ~ table,article.article-detail h3 ~ div,article.article-detail h5 ~ p,article.article-detail h5 ~ ul,article.article-detail h5 ~ table,article.article-detail h5 ~ div {
    margin-left: 42px
}

article.article-detail h3 ~ table,article.article-detail h5 ~ table {
    max-width: 590px
}

.news-posts,article.article-detail {
    height: auto;
    margin-top: 0;
    background: 0;
    width: auto
}

.news-posts .posts__tab,article.article-detail .posts__tab {
    margin-bottom: 25px
}

.news-posts .posts__list>ul,article.article-detail .posts__list>ul {
    overflow: hidden;
    margin: 0 0 15px
}

.news-posts .posts__list>ul>li,article.article-detail .posts__list>ul>li {
    list-style: none;
    overflow: hidden;
    position: relative;
    height: 48px;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
    border-bottom: #c2b597 1px solid;
    margin: 0
}

.news-posts .posts__list>ul>li h2,article.article-detail .posts__list>ul>li h2 {
    font-size: 15px;
    font-weight: normal
}

.news-posts .posts__list>ul>li a:link,article.article-detail .posts__list>ul>li a:link {
    line-height: 48px;
    height: 48px;
    text-decoration: none;
    display: block;
    padding-left: 100px;
    color: #3e2626
}

.news-posts .posts__list>ul>li a:visited,article.article-detail .posts__list>ul>li a:visited {
    line-height: 48px;
    height: 48px;
    text-decoration: none;
    display: block;
    padding-left: 100px;
    color: #3e2626
}

.news-posts .posts__list>ul>li a:hover,article.article-detail .posts__list>ul>li a:hover {
    color: #b5290c
}

.news-posts .posts__list>ul>li a .posts__post-cate,article.article-detail .posts__list>ul>li a .posts__post-cate {
    background: #be490f;
    color: #fff;
    width: 75px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 12px;
    line-height: 25px;
    padding: 0
}

.news-posts .posts__list>ul>li a .posts__post-cate.news,article.article-detail .posts__list>ul>li a .posts__post-cate.news {
    background: #be490f
}

.news-posts .posts__list>ul>li a .posts__post-cate.social,article.article-detail .posts__list>ul>li a .posts__post-cate.social {
    background: #92641e
}

.news-posts .posts__list>ul>li a .posts__post-cate.guild,article.article-detail .posts__list>ul>li a .posts__post-cate.guild {
    background: #4d4737
}

.news-posts .posts__list>ul>li a .posts__post-date,article.article-detail .posts__list>ul>li a .posts__post-date {
    text-align: right;
    position: absolute;
    right: 0;
    top: 5px;
    font-weight: normal;
    font-size: 15px;
    color: #263e31
}

article .block_detai {
    padding: 0 30px;
}

article.article-detail .title ul {
    margin: 0;
    padding: 0;
}

article.article-detail .title ul li {
    margin: 0;
    padding: 0;
}

article.article-detail .block_left {
    margin: 0;
}

.related-news {
    margin-top: 40px;
    margin-bottom: 5px;
}

.related-news h3 {
    background: #404040;
    height: 37px;
    line-height: 36px;
    padding: 0 0 0 14px;
    margin-bottom: 15px;
    color: #e8e8e8;
    font-size: 15px;
    text-transform: uppercase;
}

.related-news ul {
    padding: 0 15px;
}

.related-news ul li {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.related-news ul li a {
    position: relative;
    display: block;
    line-height: 18px;
    padding: 9px 0 11px 16px;
    color: #404040;
}

.related-news ul li a .date {
    color: rgba(64, 64, 64, 0.7);
}

.related-news ul li a:before {
    position: absolute;
    top: 17px;
    left: 0;
    content: "";
    background: rgba(64, 64, 64, 0.8);
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.related-news ul li a:hover, .related-news ul li a:hover .date {
    color: #c4a368;
}

.related-news ul li a:hover:before {
    background: #c4a368;
}

.related-news ul li:last-child {
    border-bottom: 0;
}

.pag ul.pagination li.page {
    width: auto;
}

.list_news li .pic {
    float: left;
    width: 120px;
    height: 60px;
    overflow: hidden;
}

.list_news li .pic img {
    display: block;
    width: 87px;
    height: auto;
}

.list_news2 li {
    height: 60px;
}

.list_news li .list_news_title {
    float: left;
    padding: 0px !important;
}

.thongbaonapthe {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 235px;
    padding: 15px;
    text-align: center;
    line-height: 18px;
    background: #ad1b00;
    font-family: roboto;
}

.thongbaonapthe .tbnt1 {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
}

.thongbaonapthe .tbnt2 {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    line-height: 24px;
    text-decoration: line-through;
}

.thongbaonapthe .tbnt3 {
    display: block;
    color: #fffc00;
    font-size: 17px;
    line-height: 25px;
}

.thongbaonapthe .tbnt4 {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #dfff00;
    text-transform: uppercase;
    line-height: 30px;
}

/* The Modal (background) */
.modal {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 180px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0,0,0);
    /* Fallback color */
    background-color: rgba(0,0,0,0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #c70000;
    margin: auto;
    padding: 39px;
    width: 400px;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
}

/* The Close Button */
.close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -31px;
    position: relative;
    left: 25px;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#myBtn {
    display: none;
}

.taigame {
    display: block;
    width: 100%;
    background: #fff;
    float: left;
    min-height: 400px;
    margin-top: 0;
}

.taigame .block {
    padding: 0px;
}

.taigame .block table {
    width: 100%;
    float: left;
    border-collapse: collapse;
    text-align: center !important;
    margin-top: 10px;
    font-size: 14px;
}

.taigame .block table thead tr {
    background-color: #d8d8d8;
    color: #000;
}

.taigame .block table tr {
    border-bottom: 1px solid #000000;
}

.taigame .block table th, .taigame .block table td {
    border-left: 1px solid #c3c4c4;
    padding: 10px;
}

.taigame .block table th:first-child, .taigame .block table td:first-child {
    border: none;
}

.taigame .block table td a {
    color: #e81911;
    font-weight: bold;
}

.taigame .block table td a:hover {
    text-decoration: underline;
}

.taigame table th {
    font-weight: bold;
    background: #202123;
    color: #FFF;
    text-align: center;
    padding: 5px;
}

.taigame .block h3 {
    width: 100%;
    float: left;
    font-size: 15px;
    padding-top: 2px;
    margin-top: 30px;
    color: #34322f;
    font-weight: bold;
    text-indent: 20px;
    background: url(../img/i_h2.png) no-repeat left center;
    line-height: 45px;
}

.inputdate {
    float: left;
    width: 161px !important;
    height: 17px;
}

.inputtime {
    float: left;
    width: 75px !important;
    margin-left: 10px;
}

.formrow .flb2 {
    float: left;
    width: 290px;
    line-height: 32px;
    text-align: left;
    margin-right: 20px;
    font-size: 13px;
    color: red;
}

.animationload {
    background-color: rgb(0,0,0,.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.osahanloading {
    animation: 1.5s linear 0s normal none infinite running osahanloading;
    background: #fed37f none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}

.osahanloading::after {
    animation: 1.5s linear 0s normal none infinite running osahanloading_after;
    border-color: #85d6de transparent;
    border-radius: 80px;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 80px;
    left: -25px;
    position: absolute;
    top: -26px;
    width: 80px;
}

@keyframes osahanloading {
    0% {
        transform: rotate(0deg);
    }

    50% {
        background: #85d6de none repeat scroll 0 0;
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.titlenapatm {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #00a566;
}

.titlexemquydoi {
    width: 370px;
    margin-left: 136px;
    text-align: center;
    padding: 5px;
    color: #ff0000;
    font-size: 13px;
    position: absolute;
    margin-top: -15px;
}
.baotri{
	background:#fff;
	padding:15px;
	margin-right:15px;
	margin-top:15px;
	width:93%;
}
.xephang{
	background:#fff;
	padding:15px;
	margin-right:15px;
}
