
@font-face {
    font-family: "arial";
    src: url('../fonts/arial.ttf');
}
@font-face {
    font-family: "tahoma";
    src: url('../fonts/tahoma.ttf');
}
@font-face {
    font-family: "utm-god-word-regular";
    src: url('../fonts/UTM-Gods-WordR.ttf');
}

/* =Reset default browser 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: 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;
}

body {
    font-family: 'arial';
    line-height: 1;
    font-size: 13px;
    padding: 0px;
    color: #fff;
    margin: 0px auto;
    background: url(../imgs/bg.png?v=1) no-repeat center top #f8f8f8;
    min-width: 811px;
    /*overflow: hidden;*/
    /*background-size: cover;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p{
    color: #000000;
}
a:hover, a:focus, a:hover p, select:hover, select:focus, select:active{
    text-decoration: none !important;
    outline: none !important;
}
a, a:link,a:active{
    text-decoration: none;
    outline: none !important;
}
.clearfix{
    clear: both;
}

.contain{
    width: 892px;
    margin: auto;
}
.header .logo a{
    width: 242px;
    height: 150px;
    display: block;
    margin: 25px auto;
}
.header .nav{
    width: 732px;
    margin: auto;
}
.header .nav ul li{
    float: left;
}
.header .nav ul li a{
    font-size: 18px;
    color: #e4e4e4;
    font-family: "utm-god-word-regular";
    width: 122px;
    height: 69px;
    display: block;
    text-align: center;
    line-height: 62px
}
.header .nav .nav_ttnk > li.ac > a,
.header .nav ul li a:hover,
.header .nav ul li.active a{
    background: url(../imgs/img-menu-hover.png);
    width: 122px;
    height: 69px;
    display: block;
}


.header .nav .nav_ttnk > li{
    position: relative;
}  
.header .nav .nav_ttnk li .menu-child a{
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #d4d0c6;
    background: url(../imgs/icon-dot.png) no-repeat 10px 13px;
    text-align: left;
    text-indent: 24px;
    font-family: "tahoma";
}
.header .nav .nav_ttnk li .menu-child a:hover{
    color: #fff;
}
.header .nav .nav_ttnk li .menu-child{
    z-index: 999;
    left: 0;
    display: none;
    position: absolute;
    width: 123px;
    min-height: 0px;
    background-color:  #0d151a;
    padding-bottom: 12px;
    padding-top: 8px;
    opacity: 0.7;
}
/*#login-box{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.64);
    z-index: 999999;
    top: 0;
    left: 0;
    display: block;
        margin: auto !important;
}
#content-popup{
     left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    position: absolute;
}*/


/*********************************popup************************************/
/* Äá»‹nh dáº¡ng máº·t náº¡ cho popup */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
    /*Cac thuoc tinh fix IE*/
    filter: alpha(opacity=60);
    ZOOM: 1;
    display: block;
}
/* Ná»™i dung popup*/
.login-popup {
    display: none;
    background: url(../imgs/popup_bgd_nkvs.png) no-repeat;
    padding: 0px;
    font-size: 1em;
    position: fixed;
    /*Hai giĂ¡ trá»‹ quyáº¿t Ä‘á»‹nh vá»‹ trĂ­ popup*/
    top: 50%;
    left: 50%;
    z-index: 99999;
    width: 674px;
    height: 471px;
}
/*Ná»™i dung con cá»§a popup*/
#content-popup {
    width: 674px;
    height: 471px;
    margin-top: -1px;
    margin-left: 0px;
    overflow: hidden;
}
#content-popup a {
    display: block;
    height: 391px;
    margin-left: 18px;
    margin-top: 39px;
    width: 648px;
}
#content-popup a img{
    border: none;
    outline: none;
    
}
/* NĂºt close*/
.close {
    background:url('../imgs/closex.png') no-repeat ;
    width:26px;
    height:23px;
    float: left;
    margin-right: 4px;
    margin-left: 638px;
    margin-top: 10px;
    border: none;
    position: absolute;
    cursor: pointer;
}

.closex2 {
    display: block;
    height: 36px;
    margin-left: 593px;
    margin-top: 1px;
    width: 77px;
    cursor: pointer;
}

.maj{
    margin-top: 282px;
}
.taigame{
    position: relative;
	left: 41px;
}
#animation_container{
    position: absolute;
    top: -51px;
    left: 41px;
    z-index: 9;
}
.taigame embed{ 
    position: absolute;
    top: -51px;
    left: 41px;
    z-index: 9;
}
.taigame a{
    /* background: url(../imgs/img-taigame.png) no-repeat; */
    width: 291px;
    height: 193px;
    display: block;
    position: absolute;
    /* top: -12px; */
    /* left: 66px; */
    z-index: 9;
}

/*slide*/
.group1 > .right{
    position: relative;
}
.nivoSlider {
    width: 588px;
    margin: 32px 17px 0 0;
}
.nivo-controlNav{
    position: absolute;
    right: 28px;
    top: 88px;
    z-index: 9;
}
.nivo-controlNav a{
    width: 15px;
    height: 15px;
    display: block;
    background-color: #2c2c2c;
    text-indent: 999999px;
    overflow: hidden;
    margin-bottom: 2px;
}
.nivo-controlNav a.active{
    background-color: #a42b2b;
}
.nivoSlider img{
    height: 246px;
}
/*end slide*/

.group2{
    width: 794px;
    padding-left: 79px;
    margin-top: -82px;
}
.group2 .left .col1{
    background: url(../imgs/img-bnt.png) no-repeat;
    width: 203px;
    height: 140px;
    display: block;
}
.group2 .left .col1 p a{
    width: 198px;
    height: 70px;
    display: block;
    position: relative;
}
.group2 .left .col1 p a i{
    background: url(../imgs/icon-gift.png) no-repeat;
    width: 32px;
    height: 28px;
    display: block;
    position: absolute;
    top: 22px;
    left: 39px;
    
}
.group2 .left .col1 p:last-child a i{
    background: url(../imgs/icon-napthe.png) no-repeat;
    width: 34px;
    height: 28px;
    display: block;
    position: absolute;
    top: 22px;
    left: 39px;
    
}
.group2 .left .col1 p a:hover i{
    -ms-animation: bounce 2s infinite ease-in-out;
    -moz-animation: bounce 2s infinite ease-in-out;
    -webkit-animation: bounce 2s infinite ease-in-out;
    top: 28px;
}

@-webkit-keyframes bounce {
    0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    0  { -webkit-transform: translateY(-2px); }
    10%  { -webkit-transform: translateY(-2px); }
    20%  { -webkit-transform: translateY(-4px); }
    30%  { -webkit-transform: translateY(-6px); }
    40%  { -webkit-transform: translateY(-8px); }
     50%  { -webkit-transform: translateY(-10px); }
     60%  { -webkit-transform: translateY(-8px); }
     70%  { -webkit-transform: translateY(-6px); }
     80%  { -webkit-transform: translateY(-4px); }
     90%  { -webkit-transform: translateY(-2px); }
    100% { -webkit-transform: translateY(-2px); }
}
@-ms-keyframes bounce {
    0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
    0  { -ms-transform: translateY(0px); }
    10%  { -ms-transform: translateY(-3px); }
    20%  { -ms-transform: translateY(-6px); }
    30%  { -ms-transform: translateY(-9px); }
    40%  { -ms-transform: translateY(-12px); }
     50%  { -ms-transform: translateY(-15px); }
     60%  { -ms-transform: translateY(-12px); }
     70%  { -ms-transform: translateY(-9px); }
     80%  { -ms-transform: translateY(-6px); }
     90%  { -ms-transform: translateY(-3px); }
    100% { -ms-transform: translateY(0px); }
}
@-moz-keyframes bounce {
    0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
    0  { -moz-transform: translateY(0px); }
    10%  { -moz-transform: translateY(-3px); }
    20%  { -moz-transform: translateY(-6px); }
    30%  { -moz-transform: translateY(-9px); }
    40%  { -moz-transform: translateY(-12px); }
     50%  { -moz-transform: translateY(-15px); }
     60%  { -moz-transform: translateY(-12px); }
     70%  { -moz-transform: translateY(-9px); }
     80%  { -moz-transform: translateY(-6px); }
     90%  { -moz-transform: translateY(-3px); }
    100% { -moz-transform: translateY(0px); }
}
/*fix*/

.group2 .left .col1 p a:hover{
    background: url(../imgs/img-bnt.png) no-repeat;
    background-position: -208px 0;
}
.group2 .left .col1 p:last-child a:hover{
    background-position: -208px -70px;
}
.group2 .left .col1 p:last-child a:hover i{
    -ms-animation: bounce 2s infinite ease-in-out;
    -moz-animation: bounce 2s infinite ease-in-out;
    -webkit-animation: bounce 2s infinite ease-in-out;
    top: 28px;
}
.group2 .left .col2 span{
    display: none;
}
.group2 .left .col2 form{
    position: relative;
}
.group2 .left .col2 form input:first-child{
    background: url(../imgs/img-bg-search.jpg) no-repeat;
    width: 188px;
    height: 45px;
    display: block;
    border: none;
    float: left;
    padding-left: 10px;
}
.group2 .left .col2 form input:last-child{
    background: url(../imgs/icon-search.png) no-repeat;
    width: 27px;
    height: 22px;
    right: 12px;
    top: 13px;
    text-indent: 999999px;
    border: none;
    cursor: pointer;
    padding-left: 10px;
    position: absolute;
    color: #1d1b1a;
}

.group2 .left .col2 form input::-webkit-input-placeholder {
   color: #1d1b1a;
   font-size: 13px;
}

.group2 .left .col2 form input:-moz-placeholder { /* Firefox 18- */
   color: #1d1b1a;
   font-size: 13px;
}

.group2 .left .col2 form input::-moz-placeholder {  /* Firefox 19+ */
   color: #1d1b1a;
   font-size: 13px;
}

.group2 .left .col2 form input:-ms-input-placeholder {  
   color: #1d1b1a;
   font-size: 13px;
}
.group2 .left .col3 p a{  
   background: url(../imgs/img-hotro.jpg) no-repeat;
   width: 198px;
   height: 113px;
   display: block;
}
.group2 .left .col4{
    position: relative;
}
.group2 .left .col4 p a{  
    background: url(../imgs/img-tinhnang.jpg) no-repeat;
    width: 203px;
    height: 198px;
    display: block;
    margin-top: 4px;
    position: relative;
    z-index: 2;
}
.group2 .left .col4 p span:first-child{  
    background: url(../imgs/img-nhanvat.png) no-repeat;
    width: 300px;
    height: 214px;
    display: block;
    position: absolute;
    top: -7px;
    left: -182px;
    z-index: 1;
}
/* .group2 .left .col4 p span:last-child{   */
    /* background: url(../imgs/icon-heart.png) no-repeat; */
    /* width: 79px; */
    /* height: 58px; */
    /* display: block; */
    /* position: absolute; */
    /* top: 6px; */
    /* left: -168px; */
    /* z-index: 1; */
    /* animation: zoomIcon 1.5s infinite linear; */
/* } */
@keyframes zoomIcon {
    25%{transform:scale(1.1,1.1);}
    50%{transform:scale(1.2,1.2);}
    75%{transform:scale(1.1,1.1);}
}
.group2 .left .col5{  
    position: relative;
	z-index: 10;
}
.group2 .left .col5 img{  
    position: absolute;
    top: -18px;
    right: -19px;
    z-index: 9;
}
.group2 .right .tab-row{  
    height: 60px;
    background-color: #1a1a1a;
    width: 551px;
    padding: 0 20px;
}
.group2 .right .tab-row li{  
   float: left;
}
.group2 .right .tab-row li a{  
    font-family: "utm-god-word-regular";
    font-size: 17px;
    color: #485e80;
    height: 60px;
    display: block;
    line-height: 60px;
    padding: 0 16px;
    margin: 0 2px;
}
.group2 .right .tab-row li a:hover,
.group2 .right .tab-row li.active a{  
    background: url(../imgs/img-menu-tab-hover.jpg) no-repeat;
    background-size: cover;
    display: block;
    color: #ffffff;
}
.group2 > .right{
    width: 588px;
	margin-top: 6px;
}
.group2 .right .box-news{  
    background: url(../imgs/img-bg-tab.png) no-repeat;
    width: 590px;
    height: 252px;
    display: block;
    overflow: hidden;
}
.group2 .right .chitiet{  
    padding: 22px 17px;
}
.group2 .right .chitiet .item{  
    background: url(../imgs/icon-arrow.png) no-repeat 0 50%;
    width: 413px;
    margin-bottom: 19px;
}
.group2 .right .chitiet .right .group{
    position: relative;
}
.group2 .right .chitiet .right .group .bnt-moreNews{
    background: url(../imgs/img-icon-moreNews.png) no-repeat;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    top: -59px;
    right: -8px;
    cursor: pointer;
}
.group2 .chitiet .left .group a img{  
    display: none;
}
.group2 .chitiet .left .group a{  
    overflow: hidden;
    width: 132px;
    display: block;
}
.group2 .chitiet .left .group a.show img{  
    display: block;
}
.group2 .right .chitiet .item p:first-child a{  
    width: 363px;
	margin-right:2px;
    font-size: 13px;
    color: #fff;
    float: left;
    display: block;
    font-family: "arial";
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
    line-height: 16px;
}
.group2 .right .chitiet .item p:first-child a:hover{  
    color: #ffcd68;
}
.group2 .right .chitiet .item p span{  
    color: #1a1a1a;
}

.group2 .chitiet .right{  
    padding-top: 2px;
}
.group2 .monphai .title p{  
    background: url(../imgs/img-huongdan.png) no-repeat;
    width: 590px;
    height: 46px;
    display: block;
}
.group2 .monphai .bnt-three{  
    background: url(../imgs/img-three-bnt.png) no-repeat center bottom;
    width: 608px;
    height: 90px;
    display: block;
    position: relative;
    margin-top: -21px;
    z-index: 9;
}
.group2 .monphai .bnt-three p a{  
    width: 196px;
    height: 64px;
    display: block;
    padding-top: 24px;
    float: left;
    margin-left: 2px;
}
.group2 .monphai .bnt-three p a:hover{  
    background: url(../imgs/img-three-bnt.png) no-repeat;
    background-position: -2px 0;
}
.group2 .monphai .bnt-three p:nth-child(2) a:hover{  
    background-position: -200px 0;
}
.group2 .monphai .bnt-three p:nth-child(3) a:hover{  
    background-position: -398px 0;
}
.group2 .monphai .list-monphai{  
    position: relative;
}
.group2 .monphai .list-monphai .img-monphai{  
    height: 265px;
    overflow: hidden;
    width: 590px;
    display: block;
    position: relative;
}
.group2 .monphai .list-monphai .icon-monphai{  
    background: url(../imgs/img-11phai.png) no-repeat;
    width: 590px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 0;
}
.group2 .monphai .list-monphai .icon-monphai li:first-child{ 
    margin-left: 3px;
}
.group2 .monphai .list-monphai .icon-monphai li{  
    float: left;
    width: 52px;
    height: 60px;
    /*margin: 0 2px;*/
    cursor: pointer;
}
.group2 .monphai .list-monphai .icon-monphai li:hover,
.group2 .monphai .list-monphai .icon-monphai li.active{  
    background: url(../imgs/img-11phai.png) no-repeat;
    width: 52px;
    height: 60px;
    display: block;
    background-position: -2px -59px;
}
.group2 .monphai .list-monphai .img-monphai li{
    position: absolute;
    left: -10000px;
}
.group2 .monphai .list-monphai .img-monphai li.active{
    left: 0;
}
.group2 .monphai .list-monphai .img-monphai .box1{
    background: url(../imgs/img-conluan.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai span a{
    height: 19px;
    width: 67px;
    display: block;
    margin: 94px 0 0 35px;
}
.group2 .monphai .list-monphai .img-monphai span a.ac,
.group2 .monphai .list-monphai .img-monphai span a:hover{
    height: 19px;
    width: 67px;
    background: url(../imgs/img-new-more.png) no-repeat;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai span:first-child{
    display: block;
    float: left;
    margin: 22px 0 0 22px;
    position: absolute;
    height: 113px;
    left: -1000px;
    top: 0;
}
.group2 .monphai .list-monphai .img-monphai .active span:first-child{
    transition: left 1100ms ease;
    left: 0;
    z-index: 9;
}
.group2 .monphai .list-monphai .img-monphai .active span:last-child{
    transition: left 1100ms ease;
    left: 280px;
}
.group2 .monphai .list-monphai .img-monphai span:last-child{
    background: url(../imgs/img-ngamy.png) no-repeat;
    display: block;
    float: right;
    position: absolute;
    top: 1px;
    left: 2000px; 
}

.group2 .monphai .list-monphai .img-monphai .box1 span:first-child{
    background: url(../imgs/img-text-ngamy.png) no-repeat;
    width: 221px;
}
.group2 .monphai .list-monphai .img-monphai .box1 span:last-child{
    background: url(../imgs/img-ngamy.png) no-repeat;
    width: 311px;
    height: 265px;
}

.group2 .monphai .list-monphai .img-monphai .box2{
    background: url(../imgs/img-duongmon.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai .box2 span:first-child{
    background: url(../imgs/img-text-duongmon.png) no-repeat;
    width: 206px;
}
.group2 .monphai .list-monphai .img-monphai .box2 span:last-child{
    background: url(../imgs/img-duongmon.png) no-repeat;
    width: 258px;
    height: 265px;
}
.group2 .monphai .list-monphai .img-monphai .box2.active span:last-child {
    left: 336px;
}
.group2 .monphai .list-monphai .img-monphai .box3{
    background: url(../imgs/img-caibang.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai .box3 span:first-child{
    background: url(../imgs/img-text-caibang.png) no-repeat;
    width: 207px;
}
.group2 .monphai .list-monphai .img-monphai .box3 span:last-child{
    background: url(../imgs/img-caibang.png) no-repeat;
    width: 428px;
    height: 264px;
}
.group2 .monphai .list-monphai .img-monphai .box3.active span:last-child {
    left: 163px;
}
.group2 .monphai .list-monphai .img-monphai .box4{
    background: url(../imgs/img-duongmon.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai .box4 span:first-child{
    background: url(../imgs/img-text-duongmon.png) no-repeat;
    width: 196px;
}
.group2 .monphai .list-monphai .img-monphai .box4 span:last-child{
    background: url(../imgs/img-duongmon.png) no-repeat;
    width: 323px;
    height: 265px;
}
.group2 .monphai .list-monphai .img-monphai .box4.active span:last-child {
    left: 92px;
}
.group2 .monphai .list-monphai .img-monphai .box4{
    background: url(../imgs/img-vodang.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai .box4 span:first-child{
    background: url(../imgs/img-text-vodang.png) no-repeat;
    width: 206px;
}
.group2 .monphai .list-monphai .img-monphai .box4 span:last-child{
    background: url(../imgs/img-vodang.png) no-repeat;
    width: 498px;
    height: 265px;
}

.group2 .monphai .list-monphai .img-monphai .box5{
    background: url(../imgs/img-ngudoc.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai .box5 span:first-child{
    background: url(../imgs/img-text-ngudoc.png) no-repeat;
    width: 206px;
}
.group2 .monphai .list-monphai .img-monphai .box5 span:last-child{
    background: url(../imgs/img-ngudoc.png) no-repeat;
    width: 501px;
    height: 264px;
}
.group2 .monphai .list-monphai .img-monphai .box5.active span:last-child {
    left: 82px;
}

.group2 .monphai .list-monphai .img-monphai .box6{
    background: url(../imgs/img-thieulam.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai .box6 span:first-child{
    background: url(../imgs/img-text-thieulam.png) no-repeat;
    width: 206px;
}
.group2 .monphai .list-monphai .img-monphai .box6 span:last-child{
    background: url(../imgs/img-thieulam.png) no-repeat;
    width: 501px;
    height: 264px;
}
.group2 .monphai .list-monphai .img-monphai .box6.active span:last-child {
    left: 115px;
}

.group2 .monphai .list-monphai .img-monphai .box7{
    background: url(../imgs/img-thienvuong.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai .box7 span:first-child{
    background: url(../imgs/img-text-duonggia.png) no-repeat;
    width: 206px;
}
.group2 .monphai .list-monphai .img-monphai .box7 span:last-child{
    background: url(../imgs/img-thienvuong.png) no-repeat;
    width: 514px;
    height: 265px;
}
.group2 .monphai .list-monphai .img-monphai .box7.active span:last-child {
    left: 207px;
}
.group2 .monphai .list-monphai .img-monphai .box8{
    background: url(../imgs/img-thienvuong.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai .box8 span:first-child{
    background: url(../imgs/img-text-thienvuong.png) no-repeat;
    width: 205px;
}
.group2 .monphai .list-monphai .img-monphai .box8 span:last-child{
    background: url(../imgs/img-thienvuong.png) no-repeat;
    width: 384px;
    height: 265px;
}
.group2 .monphai .list-monphai .img-monphai .box8.active span:last-child {
    left: 206px;
}
.group2 .monphai .list-monphai .img-monphai .box9{
    background: url(../imgs/img-thieulam.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai .box9 span:first-child{
    background: url(../imgs/img-text-thieulam.png) no-repeat;
    width: 221px;
}
.group2 .monphai .list-monphai .img-monphai .box9 span:last-child{
    background: url(../imgs/img-thieulam.png) no-repeat;
    width: 476px;
    height: 268px;
}
.group2 .monphai .list-monphai .img-monphai .box9.active span:last-child {
    transition: left 1100ms ease;
    left: 115px;
}
.group2 .monphai .list-monphai .img-monphai .box10{
    background: url(../imgs/img-tieudao.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai .box10 span:first-child{
    background: url(../imgs/img-text-tieudao.png) no-repeat;
    width: 206px;
}
.group2 .monphai .list-monphai .img-monphai .box10 span:last-child{
    background: url(../imgs/img-tieudao.png) no-repeat;
    width: 346px;
    height: 264px;
}
.group2 .monphai .list-monphai .img-monphai .box10.active span:last-child {
    left: 244px;
}

.group2 .monphai .list-monphai .img-monphai .box11{
    background: url(../imgs/img-vodang.jpg) no-repeat;
    width: 590px;
    height: 256px;
    display: block;
}
.group2 .monphai .list-monphai .img-monphai .box11 span:first-child{
    background: url(../imgs/img-text-vodang.png) no-repeat;
    width: 206px;
}
.group2 .monphai .list-monphai .img-monphai .box11 span:last-child{
    background: url(../imgs/img-vodang.png) no-repeat;
    width: 498px;
    height: 265px;
}
.group2 .monphai .list-monphai .img-monphai .box11.active span:last-child {
    left: 92px;
}
.group2 .monphai .list-monphai .icon-monphai li:first-child:hover{
    /*margin-left: 2px;*/
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(6):hover{
    /*margin-left: 0;*/
}
.group2 .monphai .list-monphai .icon-monphai li:hover{
    /*margin-left: -1px;*/
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(2):hover,
.group2 .monphai .list-monphai .icon-monphai li:nth-child(2).active {
    background-position: -55px -59px;
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(3),
.group2 .monphai .list-monphai .icon-monphai li:nth-child(4),
.group2 .monphai .list-monphai .icon-monphai li:nth-child(5),
.group2 .monphai .list-monphai .icon-monphai li:nth-child(9){
    width: 53px;
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(6),
.group2 .monphai .list-monphai .icon-monphai li:nth-child(7),
.group2 .monphai .list-monphai .icon-monphai li:nth-child(8),
.group2 .monphai .list-monphai .icon-monphai li:nth-child(10){
    width: 54px;
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(3):hover,
.group2 .monphai .list-monphai .icon-monphai li:nth-child(3).active {
    background-position: -107px -59px;
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(4):hover,
.group2 .monphai .list-monphai .icon-monphai li:nth-child(4).active {
    background-position: -161px -59px;
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(5):hover,
.group2 .monphai .list-monphai .icon-monphai li:nth-child(5).active {
    background-position: -214px -59px;
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(6):hover,
.group2 .monphai .list-monphai .icon-monphai li:nth-child(6).active {
    background-position: -267px -59px;
    width: 54px;
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(7):hover,
.group2 .monphai .list-monphai .icon-monphai li:nth-child(7).active {
    background-position: -320px -59px;
    width: 54px;
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(8):hover,
.group2 .monphai .list-monphai .icon-monphai li:nth-child(8).active {
    background-position: -373px -59px;
    width: 54px;
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(9):hover,
.group2 .monphai .list-monphai .icon-monphai li:nth-child(9).active {
    background-position: -427px -59px;
    width: 53px;
}
.group2 .monphai .list-monphai .icon-monphai li:nth-child(10):hover,
.group2 .monphai .list-monphai .icon-monphai li:nth-child(10).active {
    background-position: -478px -59px;
    width: 54px;
}
.group2 .monphai .list-monphai .icon-monphai li:last-child:hover,
.group2 .monphai .list-monphai .icon-monphai li:last-child.active {
    background-position: -534px -59px;
    width: 52px;
}

.menu-right ul{
	background: url(../imgs/img-menu-right.png) no-repeat;
	width: 98px;
	height: 291px;
	display: block;
    position: fixed;
    top: 461px;
	right: 12% !important;
	z-index:987;
}
.menu-right ul li a{
	width: 98px;
	height: 97px;
	display: block;
}
.menu-right ul li a:hover{
	background: url(../imgs/img-menu-right.png) no-repeat;
    background-position: -98px 0;
}
.menu-right ul li:nth-child(2) a:hover{
    background-position: -98px -97px;
}
.menu-right ul li:nth-child(3) a:hover{
    background-position: -98px -194px;
}
.menu-right ul li:nth-child(4){
    display: none;
}


/** BALLON **/

.container-balon {
    border-bottom: 1px solid #949494;
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
    bottom: 0;
    height: 210px;
    position: fixed;
    right: 0;
    width: 300px;
    z-index: 9999;
}



.container-close {
    background: url("../imgs/bg-tip.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    height: 30px;
    width: 100%;
}

.container-balon .message {
    float: left;
    font-size: 14px;
    margin-left: 58px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 191px;
}

#balon-delete {
    background: url("../imgs/but-control.png") no-repeat scroll 4px 9px transparent;
}

#balon-hide {
    background: url("../imgs/but-control.png") no-repeat scroll -50px 8px transparent;
}

#balon-show {
    background: url("../imgs/but-control.png") no-repeat scroll -20px 8px transparent;
    display: none;
}

.container-close .close-tip {
    cursor: pointer;
    float: right;
    height: 25px;
    margin-right: 5px;
    width: 20px;
}


.is_more {
    background: url("../imgs/bullet.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 0 0 0 15px;
    margin-top: 5px;
}




/* ----- footer -----*/
.footer{
    width: 800px;
    height: 115px;
    margin: 163px auto 0;
}
.footer .left{
    padding-top: 35px;
}
.footer .left p:first-child{
    background: url(../imgs/img-duo.png) no-repeat;
    width: 172px;
    height: 41px;
    display: block;
    float: left;
    margin-right: 16px;
}
.footer .left p:last-child{
    background: url(../imgs/logo_batquai.png) no-repeat;
    width: 85px;
    height: 40px;
    display: block;
    float: left;
}
.footer .right{
    border-left: 1px solid #a7b1a8;
    padding-left: 22px;
}
.footer .right p,
.footer .right span a,
.footer .right span{
    font-size: 13px;
    color: #434f44;
    line-height: 18px;
}
.footer .right p:first-child,
.footer .right p:nth-child(4){
    margin-bottom: 4px;
}
.footer .right p:last-child a{
    font-weight: bold;
    color: #000;
}
/* ----- end footer -----*/

@media only screen and (max-width: 736px){
}
@media only screen and (max-width: 568px){
}
@media only screen and (max-width: 667px){
}
@media only screen and (max-width: 414px){
}
@media only screen and (max-width: 375px){
}
@media only screen and (max-width: 320px){
}
/* User Style */
    .hide {
        display: none !important;
    }
    .left{
        float: left !important;
    }
    .right{
        float: right !important;
    }
    .no-border{
        border: 0;
    }
    .row-no-mar{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .row-no-pad{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .no-mar-left{
        margin-left: 0 !important;
    }
    .no-pad-left{
        padding-left: 0 !important;
    }
    .no-mar-right{
        margin-right: 0 !important;
    }
    .no-pad-right{
        padding-right: 0 !important;
    }
    .no-pad{
        padding: 0 !important;
    }
/* end User Style */