body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #666666;
    overflow-x: hidden;
}

a {
    outline: none !important;
}

ul, li {
    padding: 0;
    margin: 0;
}

#container-header {
    padding-top: 62vw;
    background: url(/assets/game/MongKiemHiep/home/images/game-banner.jpg) center top no-repeat;
    background-size: 185vw;
    width: 100%;
    overflow-x: hidden;
}

#content-wrapper {
    /* min-height: 300px; */
    width: 100%;
}

.rateit {
    display: inline-block;
}

.rateit button.rateit-reset {
    display: none !important;
}

/*footer*/
#footer {
    color: #056271;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
}

#container-footer {
    background: url(/assets/game/MongKiemHiep/home/images/footer.jpg) center bottom no-repeat;
}

#footer a {
    color: #056271;
}

#footer a:hover {
    color: #043037;
}

.inline-block {
    display: inline-block;
    padding: 0 10px;
}

.age-limit {
    margin-top: -20px;
    display: none;
}

/*End footer*/

/*Main-content*/
.truncate {
    width: 250px;

    overflow: hidden;
    text-overflow: ellipsis;
}

.rateit img {
    max-height: 13px;
    margin-right: 5px;
}

.main-container {
    /* width: 1030px; */
    position: relative;
}

#content-bar {
    /* border: 2px solid #d9dcde; */
    /* background-color: #f8f8f8; */
    position: relative;
    min-height: 200px;
    /* padding: 15px; */
    /* width: 696px; */
    /* float: left; */
    /* margin-right: 12px; */
    padding-top: 44%;
    padding-bottom: 20px;
    width: inherit;
    max-width: 100%;
    /* padding: 15px 15px; */
}

#content-bar:before, #content-bar:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 2px;
    z-index: 1;
}

#content-bar:before {
    left: 2px;
    background-image: url(/assets/game/MongKiemHiep/home/images/left-corner.png);
}

#content-bar:after {
    right: 2px;
    background-image: url(/assets/game/MongKiemHiep/home/images/right-corner.png);
}

#main-bar {
    /* float: left; */
    /* margin-right: 13px; */
    /* width: 695px; */
    margin: 0 -20px;
    /* padding: 0px 15px; */
}

#platform-support {
    display: inline-block;
    text-align: center;
    height: 27px;
    line-height: 27px;
    padding: 0 5px;
    float: right;
}

#platform-support img {
    margin: 0 2px;
    opacity: 1;
    max-height: 17px;
}

#rating-count {
    font-size: 10px;
    color: #696969;
    margin-top: -8px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
}

#ratingbox {
    padding-top: 5px;
    width: 163px;
}

#theloai {
    border-bottom: 1px solid #0648D4;
    padding-bottom: 5px;
    color: #0648D4;
    font-size: 14px;
    width: 163px;
}

#title-headingbox h2 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    height: auto !important;
    line-height: 36px;
    overflow: hidden;
    text-overflow: clip ellipsis;
    white-space: nowrap;
    text-shadow: -1px -1px 0 #0648D4, 1px -1px 0 #0648D4, -1px 1px 0 #0648D4, 1px 1px 0 #0648D4;
    letter-spacing: 1px;
    font-family: tahoma;
}

#title-headingbox {
    float: left;
    /* width: 263px; */
    margin-right: 8px;
}

#main-dl-bt {
    /* display: table; */
    /* float: right; */
    -webkit-transition: all ease-in-out 0.5;
    transition: all ease-in-out 0.5;
    /* width: 170px; */
    margin: auto;
    /* margin-top: 20px; */
    flex: 1;
}

#main-dl-bt:hover img {
    opacity: 0.8;
}

#game-des-main {
    color: #666666;
    margin-top: 15px;
}

.content-text-des {
    width: 360px;
    line-height: 22px;
}

/*End Main-content*/

/*Sidebar*/
#sidebar {
    /* width: 287px; */
    /* float: left; */
    /* display: flex; */
}

#giftcode-box {
    margin-bottom: 10px;
}

#youtube-box {
    margin-top: 10px;
}

#youtube-box img {
    -webkit-filter: saturate(1);
    filter: saturate(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#youtube-box:hover img {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}

#youtube-box:hover {
    background-size: 150%;
}

#youtube-box a {
    display: block;
    width: 100%;
    position: relative;
}

#youtube-box a img {
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

#youtube-box a img.text-youtube {
    z-index: 2;
    width: 100%;
}

#youtube-box a img.cicle {
    z-index: 1;
    top: 16px;
    left: 47px;
    display: none;
}

#youtube-box a:hover img.cicle {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#fan-group {
    display: block;
    margin-top: 2px;
}

#fan-group:hover {
    -webkit-animation: slicespin 2s linear infinite;
    animation: slicespin 2s linear infinite;
}

#facebook-like-box {
    margin-top: 10px;
    /* border: 1px solid #ddd; */
}

#fan-group img {
    width: 100%;
}

/*End Sidebar*/
@-webkit-keyframes slicespin {
    100% {
        background-size: 200%;
    }
}

@keyframes slicespin {
    100% {
        background-size: 200%;
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.nav > li > a:focus {
    background: none;
}

/* Tab Content*/
#main-tab-content-box {
    margin-top: 20px;
}

#main-tab-content-box .nav-tabs {
    background: url(/assets/game/MongKiemHiep/home/images/nav-bg.jpg) center no-repeat;
    background-size: 100% 100%;
    border-bottom: none;
    /* width: 692px; */
    margin: 0 -15px;
    height: 74px;
    line-height: 74px;
    display: flex;
    justify-content: space-between;
    width: calc(100% + 30px);
}

#main-tab-content-box .nav-tabs > li {
    line-height: 36px;
    margin-top: 15px;
    padding: 10px 10px;
    text-align: center;
    position: relative;
    /* margin-left: 14px; */
    padding-bottom: 8px;
}

#main-tab-content-box .nav-tabs > li .icon-menu {
    position: absolute;
    left: -15px;
    top: -2px;
    z-index: 1;
}

#main-tab-content-box .nav-tabs > li:last-child {
    margin-right: 0;
}

#main-tab-content-box .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    background-color: transparent !important;
}

#main-tab-content-box .nav-tabs > li.active > a, #main-tab-content-box .nav-tabs > li:hover > a {
    border-radius: 0;
    background: none;
    /* border-bottom: 2px solid #ffd800; */
    color: #ffd800;
}

#main-tab-content-box .nav-tabs > li.active, #main-tab-content-box .nav-tabs > li:hover {
    background: url(/assets/game/MongKiemHiep/home/images/shadow.png) center 40px no-repeat;
}

#main-tab-content-box .dropdown-menu {
    top: 49px;
}

.expanslide-bt {
    display: block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #d4d4d4;
    color: #333333;
    font-size: 22px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#index-slider-container {
    /* overflow:hidden; */
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    margin-bottom: 20px;
    /* margin-top: 10px; */
}

#index-slider-container.fix-height { /* height:313px; */
    width: 100%;
}

#index-slider-container.fix-height .carousel-item {
    height: 313px;
    overflow: hidden;
    padding-right: 5px;
}

#index-slider-container .carousel-item img {
    height: auto;
    max-height: 100%;
}

/* End Tab Content*/
#index-slider-container .owl-next, #index-slider-container .owl-prev {
    position: absolute;
    top: 50%;
    width: 23px;
    height: 41px;
    margin-top: -20px;
    background-repeat: no-repeat;
    cursor: pointer;
    text-indent: -99999px;
}

#index-slider-container .owl-next {
    background-image: url(/assets/game/MongKiemHiep/home/images/next-bt.png);
    background-position: 0 0;
    right: 30px;
}

#index-slider-container .owl-next:hover {
    background-position: 0 -41px;
}

#index-slider-container .owl-prev {
    background-image: url(/assets/game/MongKiemHiep/home/images/prev-bt.png);
    background-position: 0 0;
    left: 30px;
}

#index-slider-container .owl-prev:hover {
    background-position: 0 -41px;
}

.owl-carousel {
    /* height: 100%; */
}

.owl-dots {
    height: 44px;
    line-height: 44px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -43px;
    z-index: 99999;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #e8e8e8;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #D8DBDE;
}

.owl-dots .owl-dot.active {
    background-color: #e20000;
    cursor: pointer;
}

#html-custom-box {
    margin-top: 55px;
}

.youtube-icon {
    background: url(/assets/game/MongKiemHiep/home/images/video-bt.png) center no-repeat;
    width: 75px;
    height: 75px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -37px;
    z-index: 1;
}

.news-slider-box {
    width: 100%;
    /* height: 287px; */
    position: relative;
    /* overflow: hidden; */
    background-size: contain;
    padding: 0 4px 7px 5px;
    margin: 0px -20px;
    width: calc(100% + 43px);
    margin-top: -17px;
    margin-bottom: 10px;
}

.news-slider-box .owl-dots {
    position: absolute;
    right: 10px;
    /* top: 0; */
    bottom: 1px;
    /* left: 0; */
    /* right: 0; */
    width: 100px;
    display: flex;
    z-index: 9999;
    margin: auto;
    justify-content: flex-end;
    align-items: center;
}

.hot-news-box {
    position: relative;
    overflow: hidden;
}

.news-slider-box .owl-nav {
    display: none;
}

.post-title-time {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
    width: 100%;
}

.post-title-time h3 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    float: left;
    padding: 14px;
}

.post-title-time h3 a {
    color: #fff;
    font-weight: 500;
}

.post-title-time h3 a:hover {
    color: #FDD003;
}

.post-title-time .post-time {
    float: right;
    padding: 20px;
    color: #fff;
}

.news-slider-box .owl-dots .owl-dot {
    border-radius: 0;
    /* margin-top: 10px; */
    line-height: 15px;
    display: block;
    cursor: pointer;
}

.news-box .media-heading {
    font-size: 16px;
}

.news-box .media-heading a {
    color: #0648D4;
    line-height: 22px;
    text-decoration: none;
}

.news-box .media-heading a:hover {
    color: #434343;
}

.news-box .media-heading a span.label {
    font-size: 10px;
    font-weight: 400;
    margin-right: 10px;
    padding: 0 10px;
}

.news-box .news-short-des {
    color: #666;
    overflow: hidden;
    /* height: 62px; */
    display: block;
    margin-top: 5px;
    line-height: 21px;
    text-align: justify;
    display: none;
}

.news-box .post-time {
    color: #666666;
    text-align: left;
    display: block;
    width: 60px;
    margin-top: 5px;
    font-size: 13px;
}

.news-box .tab-label {
    width: 65px;
    height: 26px;
    display: block;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.news-box .tab-label.news-label {
    background-color: #cb700e;
}

.news-box .tab-label.even-label {
    background-color: #159080;
}

.news-box.small-new .media-heading a {
    /* color: #666666; */
    font-weight: 400;
    font-size: 15px;
    display: block;
    /* color: #a01616; */
    color: #0648D4;
    /* text-transform: uppercase; */
}

.news-box.small-new .media-heading a:hover {
    color: #a01616;
}

.news-box.small-new {
    margin-top: 11px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #203147;
    width: 100%;
}

#scroll-to-top-bt {
    background: url(/assets/game/MongKiemHiep/home/images/top-bt.png) center no-repeat;
    width: 53px;
    height: 31px;
    margin-bottom: -47px;
    margin-top: 32px;
    margin-left: 580px;
    display: none;
}

#sticky-box {
    position: absolute;
    right: -110px;
    top: -94px;
    width: 95px;
    background: #4b4b4c;
    padding-top: 5px;
    background-size: 100% 100%;
}

#sticky-box img {
    max-width: 90%;
    height: auto;
}

#scrolltop {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #02ffe6;
    color: #000832;
    margin-top: 10px;
    text-transform: uppercase;
}

#main-deading-bar {
    height: 63px;
    line-height: 63px;
    background: url(/assets/game/MongKiemHiep/home/images/heading-bg.png) center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#main-deading-bar h3 {
    float: left;
    height: 36px;
    line-height: 36px;
    padding-right: 3px;
    background: url(/assets/game/MongKiemHiep/home/images/shadow.png) right center no-repeat;
    margin: 0;
    margin-left: 15px;
    margin-top: 19px;
}

#main-deading-bar h3 span {
    display: block;
    height: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    padding: 0 15px;
    padding-left: 10px;
    font-size: 16px;
}

#main-deading-bar .breadcrumb {
    float: right;
    background: none;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 14px;
    padding: 0;
    margin-right: 18px;
}

#main-deading-bar .breadcrumb a {
    color: #ffffff;
    font-size: 15px;
}

.main-title-post {
    font-size: 20px;
    color: #a01616;
    margin: 0px;
    margin-bottom: 13px;
}

.main-post-time {
    color: #999;
    padding-bottom: 10px;
    background: url(/assets/game/MongKiemHiep/home/images/bottom-heading.png) left bottom no-repeat;
}

#wysiwyg-content {
    padding-top: 20px;
    border-top: 1px solid #666;
    color: #666;
    line-height: 22px;
    /* width: 93%; */
    margin: 0 auto;
    font-size: 14px;
}

#wysiwyg-content table {
    width: 100% !important;
    border: 1px solid #f5f9f9 !important;
}

#wysiwyg-content table tr td {
    border: 1px solid #f5f9f9 !important;
    padding: 8px;
}

#wysiwyg-content table tr {
    background-color: #f3f3f3 !important;
}

#wysiwyg-content table tr:nth-of-type(odd) {
    background-color: #fefefe !important;
}

#wysiwyg-content table tr:first-child {
    background: #a01616 !important;
    color: #fff !important;
    text-align: center !important;
}

#wysiwyg-content .caption {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 10px;
    background: #f5f9f9;
    margin-top: 15px;
    margin-bottom: 15px;
}

#wysiwyg-content .caption p {
    text-align: center;
    margin-top: 10px;
    font-size: 11px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 0;
}

#wysiwyg-content .caption img {
    border: 1px solid #000000;
}

#wysiwyg-content h1 {
    background: url(/assets/game/MongKiemHiep/home/images/contents/bullet-h1.png) left center no-repeat;
    padding-left: 30px;
    color: #e4112f;
    font-size: 22px;
}

#wysiwyg-content h2 {
    background: url(/assets/game/MongKiemHiep/home/images/contents/bullet-h2.png) left center no-repeat;
    padding-left: 22px;
    color: #e4112f;
    font-size: 18px;
}

#wysiwyg-content h3 {
    background: url(/assets/game/MongKiemHiep/home/images/contents/bullet-h3.png) left center no-repeat;
    padding-left: 20px;
    color: #e4112f;
    font-size: 16px;
}

#wysiwyg-content img {
    max-width: 100%;
    height: auto !important;
    border: 1px solid #000 !important;
}

#wysiwyg-content a {
    color: #ec741c !important;
}

#wysiwyg-content ul li {
    list-style-type: initial;
    color: #666666;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 40px 0 20px 0 !important;
    box-shadow: 0px 0px 0px 0px #000;

}

legend.scheduler-border {
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    background: #a01616;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

#relative-heading {
    background: url(/assets/game/MongKiemHiep/home/images/nav-bg.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 47px;
    font-size: 18px;
    color: #ffffff;
    margin: 0px -15px;
    margin-bottom: 16px;
    margin-top: 30px;
}

#relative-heading img {
    margin-left: 10px;
    margin-right: 15px;
}

.download-box {
    background: url(/assets/game/MongKiemHiep/home/images/download-box.jpg) center no-repeat;
    width: 534px;
    height: 400px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

.system-required {
    color: #666666;
    margin-top: 20px;
    text-align: center;
}

.download-box a:hover img {
    opacity: 0.8;
}

#giftcode-box a img {
    -webkit-transition: all ease-in-out 0.5;
    transition: all ease-in-out 0.5;
}

#giftcode-box a:hover img {
    opacity: 0.9;
}

#pagination-box {
    clear: both;
    text-align: center;
    width: 100%;
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

#list-news-box .larger-news {
    margin-bottom: 20px;
    border-bottom: 1px solid #d9dcde;
    padding-bottom: 15px;
}

#content-bar.list-news-page {
    background: #f8f8f8;
    border-top: none;
    width: 695px;
}

#popup-opendate {
    position: fixed;
    width: 682px;
    height: 526px;
    z-index: 100;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -260px;
    background: url(/assets/game/MongKiemHiep/home/images/popup.png) center top no-repeat;
    background-size: cover;
}

#content-popup {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#overlay-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.72);
    top: 0;
    left: 0;
}

#close-opentime-popup {
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 66px;
    right: 274px;
}

#img-commingsoon {
    margin-right: 192px;
    margin-top: 81px;
}

.small-new .post-time {
    display: block;
    width: 37px;
    font-size: 12px;
}

.center-block.dl-bt {
    display: block;
    margin-left: 57%;
    margin-top: 5px;
    width: 22%;
}

.center-block.comming-bt {
    margin-top: 292px;
    width: 30%;
    margin-left: 52%;
}

.dl-bt.first-bt {
    margin-top: 38%;
}

#html-custom-box {
    position: relative;
    overflow: hidden;
}

#html-custom-box a {
    width: 20%;
    height: 298px;
    float: left;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#html-custom-box a .content-holder {
    position: absolute;
    display: block;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    padding-top: 10px;
}

#html-custom-box a:hover .content-holder, #html-custom-box a.active .content-holder {
    top: 100%;
}

#hotline-bg {
    display: block;
    overflow: hidden;
    margin-bottom: 2px;
}

#hotline-bg img {
    -webkit-filter: saturate(1);
    filter: saturate(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#hotline-bg:hover img {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}

#email-support img {
    -webkit-filter: saturate(1);
    filter: saturate(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#email-support:hover img {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}

.label-danger {
    background-color: #ec1f1f;
}

.text-des-chac {
    line-height: 1.5;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #075173;
    color: #fff;
    border: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #cb700e;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #cb700e;
    color: #fff;
}

#fan-group img {
    -webkit-filter: saturate(1);
    filter: saturate(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#fan-group:hover img {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}

#sidebar .dl-bt img {
    -webkit-filter: saturate(1);
    filter: saturate(1);
    -webkit-transition: all 0.5s;
    transition: all 0.2s;
}

#sidebar .dl-bt:hover img {
    -webkit-filter: saturate(2.5);
    filter: saturate(2.5);
}

#tab-bar {
    margin: 0;
    padding: 0;
    width: 102%;
    margin-left: -10px;
}

#tab-bar li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 170px;
    height: 72px;
    list-style: none;
}

#tab-bar li a {
    display: block;
    height: 81px;
    overflow: hidden;
    float: left;
}

#tab-bar li a img {
    margin-top: 26px;
    transition: all 0.3s;
}

#tab-bar li.active a img, #tab-bar li a:hover img {
    margin-top: -3px;
}

#tab-bar li span {
    display: block;
    position: absolute;
    background: url(/assets/game/MongKiemHiep/home/images/tab-bt.png) center no-repeat;
    width: 159px;
    height: 15px;
    bottom: 0;
    left: 11px;
}

.chac-item {
    float: left;
    width: 78px;
    height: 89px;
    overflow: hidden;
    margin: 0 17px;
    margin-top: 20px;
}

.chac-item img.mask {
    position: absolute;
    top: 0;
    left: 0;
}

.chac-item .chac-name {
    width: 88%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
    font-weight: 600;
    font-size: 13px;
    top: 20px;
    margin-top: 5px;
}

.heading-chac {
    background: url(/assets/game/MongKiemHiep/home/images/heading-chac.png) center no-repeat;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-top: 0;
    color: #fff;
}

#chac-thumb img {
    padding: 5px;
    background-color: #eeeaea;
    border: 1px solid #a6aab0;
}

.skill a {
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.borderless td, .borderless th {
    border: none !important;
}

.popup-content {
    display: block;
    position: absolute;
    width: 7%;
    top: 44%;
    left: 34%;
}

.popup-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.popup-content:hover img {
    opacity: 0;
}

.popup-content-show {
    position: relative;
    width: 70%;
    display: none;
    margin: 0 auto;
}

.popup-content-text {
    height: 64%;
    left: 13%;
    position: absolute;
    top: 20%;
    width: 65%;
}

.fancybox-skin {
    background-color: transparent;
    box-shadow: none !important;
}

.popup-link {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}

.popup-link img {
    max-height: 92vh;
}

.popup-link a {
    display: block;
    width: 37%;
    position: absolute;
    height: 5%;
    top: 39%;
    left: 47%;
}

.popup-link a.close-bt {
    left: auto;
    width: 9%;
    top: 22%;
    right: 0;
}

/* danh sach tuong */
#danhsachtuong {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

#danhsachtuong .item-tuong {
    float: left;
    margin: 0 7px;
    width: 93px;
    text-align: center;
    height: 150px;
}

#danhsachtuong .item-tuong .tentuong {
    color: #000;
    font-weight: bold;
    display: block;
}

#danhsachtuong .item-tuong a {
    display: block;
    width: 100%;
    outline: none !important;
}

#danhsachtuong .item-tuong a.tuongthums {
    height: 103px;
}

#danhsachtuong .item-tuong img {
    max-width: 100%;
    max-height: 103px;
}

.lines.clearfix {
    background: url(/assets/home/images/line.png) center no-repeat;
    height: 1px;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

/* End danh sach tuong */

/* chi tiet tuong */

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

#chiettuong-carousel {
    width: 559px;
    margin: 0 auto;
    height: 443px;
    margin-top: 118px;
}

#chiettuong-carousel .carousel-control {
    background: none;
    width: 63px;
    height: 30px;
    opacity: 1;
    top: 50%;
    margin-top: -15px;
}

@font-face {
    font-family: 'Conv_UTMTHUPHAP-THIEN-AN';
    src: url('/assets/home/font/UTMTHUPHAP-THIEN-AN.eot');
    src: local('☺'), url('../font/UTMTHUPHAP-THIEN-AN.woff') format('woff'), url('../font/UTMTHUPHAP-THIEN-AN.ttf') format('truetype'), url('../font/UTMTHUPHAP-THIEN-AN.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#tenchitiettuong {
    font-family: Conv_UTMTHUPHAP-THIEN-AN;
    font-size: 48px;
    color: #000;
    text-align: center;
    text-shadow: -1px -1px 0 #c3beb2,
    1px -1px 0 #c3beb2,
    -1px 1px 0 #c3beb2,
    1px 1px 0 #c3beb2;
    margin: 0;
}

#thuoctinh-tuong {
    padding-left: 80px;
    margin-top: 40px;
}

#thuoctinh-tuong li {
    display: block;
    margin-bottom: 10px;
    line-height: 30px;
}

#thuoctinh-tuong li span.thuoctinh {
    font-size: 17px;
    font-weight: bold;
    margin-right: 10px;
    color: #005352;
}

.group-haohuu a img {
    width: 50px;
    height: 50px;
}

.group-haohuu a {
    margin: 5px;
}

#chiettuong-carousel .owl-prev, #chiettuong-carousel .owl-next {
    position: absolute;
    width: 72px;
    height: 57px;
    cursor: pointer;
    top: 50%;
    margin-top: 28px;
    text-indent: -9999px;
}

#chiettuong-carousel .owl-prev {
    left: 0;
    background: url(/assets/game/MongKiemHiep/home/images/prev.png) center no-repeat;
}

#chiettuong-carousel .owl-next {
    right: 0;
    background: url(/assets/game/MongKiemHiep/home/images/next.png) center no-repeat;
}

.breadcrum {
    float: right;
}

.breadcrum li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

/* end chi tiet tuong */

.pagination a, .pagination strong {
    display: inline-block;
    /* width: 28px; */
    /* height: 23px; */
    border-radius: 0;
    line-height: 23px;
    border: none;
    border-radius: 0 !important;
    background: #000;
    color: #c7c3b8;
    padding: 0;
    margin-right: 3px;
    background-color: #075173;
    color: #fff;
    border: none;
    text-align: center;
    padding: 5px 12px;
}

.pagination strong {
    background-color: #cb700e !important;
}

.pagination {
    margin: auto;
    display: table;
    text-align: center;
}

#main-tab-content-box .tab-content > .tab-pane {
    padding-top: 17px;
}

.more {
    display: table;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    color: white;
    background: #0648D4;
    padding: 6px 15px;
    margin: auto;
    margin-top: 18px;
}

.larger-news {
    margin-bottom: 20px;
}

.small-new .post-time {
    width: auto !important;
    /* color: #0648D4; */
    font-size: 13px;
    margin-top: 0px;
}

#list-news-box .larger-news .media-left a {
    display: block;
    width: 120px;
    border: 1px solid #d9dcde;
}

#list-news-box .larger-news .media-left a img {
    width: 100%;
}

.qrcode {
    width: 150px;
    margin-top: 25px !important;
}

#main-tab-content-box .tab-content > .tab-pane .media-left a {
    display: block;
    width: 270px;
}

#main-tab-content-box .tab-content > .tab-pane .media-left a img {
    width: 100%;
}

.media-body {
    width: inherit !important;
    /* display: block; */
}

#top-headintro-box .media-left a {
    display: block;
    width: 90px;
}

#top-headintro-box .media-left a img {
    width: 100%;
}

.news-box.small-new .media-right {
    display: block;
    padding-left: 0;
}

.ocial-box {

}

.ocial-box a {
    display: block;
}

.social-box {

}

.social-box a {

}

#main-bar #content-bar {
    padding: 15px;
    background: white;
}

#relative-box {
    margin-bottom: 20px;
}

.top-headintro-box-inside {
    margin-bottom: 20px;
}

.logo {
    width: 160px;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    margin-right: 4px;
}

.icon-home {
    display: block;
    width: 25px;
}

#main-deading-bar h3 {
    display: flex;
}

#fb-page {
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
}

#facebook-like-box {
    width: 100%;
}

.media.news-box.larger-news a.image {
    width: 140px !important;
    display: block !important;
    border: 1px solid;
}

.button-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px 10px;
    margin-top: 10px;
    align-items: center;
}

.button-bottom a {
    flex: 1;
    margin-right: 10px !important;
    display: block;
}

.button-bottom a:last-child {
    margin-right: 0 !important;
}

.account-box {
    background: white;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    position: fixed;
    top: 0px;
    background: black;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: flex-end;
    color: white;
}

.account-box a {
    color: red;
    margin-left: 5px;
}

.table-div {

}

.table-div .tr {
    display: flex;
    border-bottom: 1px solid black; /* padding: 12px 0px; */
}

.table-div .th {
    padding: 12px 10px;
    color: #2074C1;
}

.table-div .tr .th:first-child {
    padding-left: 0 !important;
}

.table-div .tr .th:last-child {
    padding-right: 0 !important;
}

.table-div .td {
    padding: 12px 10px;
}

.table-div .tr .td:first-child {
    padding-left: 10px !important;
}

.table-div .tr .td:last-child {
    padding-right: 10px !important;
    text-align: right;
    width: 33px !important;
    display: flex;
    align-items: center;
}

.table-div .tr .th:last-child {
    padding-right: 10px !important;
    text-align: right;
    width: 33px !important;
    display: flex;
    align-items: center;
}

.table-support .detail {
    text-align: right;
    display: block;
}

.table-div .tr .th.date {
    width: 100px !important;
}

.table-div .tr .th.type {
    width: 100px !important;
    flex: auto !important;
}

.table-div .tr .td.date {
    width: 100px !important;
}

.table-div .tr .td.type {
    width: 100px !important;
    flex: auto !important;
}

.form-horizontal .form-group:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.form-horizontal.tasi-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.form-horizontal .control-label {
    font-weight: 300;
    font-size: 14px;
    text-align: left;
}

a .glyphicon {
    margin-right: 5px;
}

.panel-detail .form-group {
    display: flex;
}

.tb-support-detail .date {
    display: block;
    margin-bottom: 14px;
    color: #941A25;
}

@media (min-width: 700px) and (max-width: 780px) {
    #sidebar {
        text-align: center;
        margin-top: 10px;
    }

    #fan-group {
        width: 47%;
        display: inline-block;
        vertical-align: top;
        margin-top: 0px;
    }

    #youtube-box {
        width: 47%;
        display: inline-block;
        vertical-align: top;
        margin-top: 0px;
    }

    #top-headintro-box {
        display: flex;
        justify-content: center;
    }

    #main-dl-bt {
        margin: inherit;
        margin-top: 0px;
        margin-left: 20px;
    }
    #content-bar {
        padding-top: 20%;
    }
}

@media (min-width: 1020px) and (max-width: 1025px) {
    #sticky-box {
        display: none;
    }
}