body {
  overflow-x: hidden;
    margin: 0px 0 0 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: roBotoFont;
    src: url(../fonts/Roboto-Medium.ttf);
}

.layers-wrapper {
    position: relative;
    overflow: hidden;
    background: #000;
}
.layers-wrapper .slide {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 1000px;
}
.layers-wrapper .slide-1 {
    z-index: 1;
    
}
.layers-wrapper .bg1-png {
    background: url("../images/bg1.jpg") no-repeat center 0;
    position: absolute;
    height: 1000px;
    width: 2000px;
    top: 0;
    left: 50%;
    margin-left: -1000px;
    z-index: 12;
}
/*@media screen and (max-width: 768px) {
    .layers-wrapper .bg1-png {
        background: url("../images/bg1-m.jpg") no-repeat center 0;
    }
}*/
.layers-wrapper .slide-2 {
    background: #000 url("../images/bg2.jpg") no-repeat center 0;
     z-index: 2;
}
.layers-wrapper .slide-3 {
    background: #000 url("../images/bg3.jpg") no-repeat center 0;
    /*display: none;*/
}
.layers-wrapper .slide-3pc {
    background: #000 url("../images/bg3-pc.jpg") no-repeat center 0;
    display: none;
}
.layers-wrapper .slide-4 {
    background: #000 url("../images/bg4.jpg") no-repeat center 0;
}
.wrapper {
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    top: 0;
    width: 2000px;
    height: 1000px;
    z-index: 10;
}
.main-video {
    width: 2000px;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 90;
    margin: 0 auto;
    min-height: 1000px;
}
#tubular-player {
    min-width: 2100px !important;
    min-height: 1000px !important;
    top: -100px !important;
    left: -50px !important;
}
.page-header {
    background: url(../images/bg1.jpg) no-repeat center 0/cover;
    position: absolute;
}

.page-header video {
    position: absolute;
}
.bx-pager-item {
    display: none !important;
}

.bx-wrapper:first-child .bx-pager-item {
    display: inline-block !important;
}

.page-menu {
    /*background: url(../images/bg-footer.jpg) no-repeat center 0/cover;*/
    position: relative;
    bottom: 60px;
    left: 50%;
    margin-left: -525px;
    height: 134px;
    width: 1077px;
    z-index: 10;
}
/*nav-right*/
ul.nav-right {
    position: fixed;
    bottom: 570px;
    right: 20px;

    z-index: 90;
    width: 140px;
    height: 180px;
    background: url(../images/bg-nav.png) right top no-repeat;
    padding-top: 20px;

}
ul.nav-right li {
    position: relative;
    margin-bottom: 8px;
}
ul.nav-right li a {   
    width: 140px;
    height: 28px;
    display: block;
    text-indent: -9999px;
    background: url(../images/nav-nor.png) no-repeat;
}

ul.nav-right li.active a.nav01,
ul.nav-right li a.nav01:hover{
    background: url(../images/nav-1-hov.png) no-repeat;
}
ul.nav-right li.active a.nav02,
ul.nav-right li a.nav02:hover{
    background: url(../images/nav-2-hov.png) no-repeat;
}
ul.nav-right li.active a.nav03,
ul.nav-right li a.nav03:hover{
    background: url(../images/nav-3-hov.png) no-repeat;
}
ul.nav-right li.active a.nav04,
ul.nav-right li a.nav04:hover{
    background: url(../images/nav-4-hov.png) no-repeat;
}
@media only screen and (max-width: 667px) {

    ul.nav-right {
        display: none;
    }

}
a.logo {
    width: 250px;
    height: 159px;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -125px;
    z-index: 20;
    background: url(../images/logo.png) no-repeat center 0;
}
a.logo2 {
    background: url(../images/logo-2.png) no-repeat center 0;
    width: 284px;
    height: 86px;
    position: fixed;
    top: -86px;
    left: 50%;
    margin-left: 205px;
    z-index: 30;
    opacity: 0;
}
a.bt-play {
    width: 124px;
    height: 108px;
    background: url(../images/bt-clip.png) no-repeat center 0;
    display: block;
    position: absolute;
    top: 520px;
    left: 50%;
    margin-left: -100px;
    z-index: 16;
}
.box-download {
    width: 837px;
    height: 134px;
    background: url(../images/bg-download.png) center 0 no-repeat;
    position: absolute;
    left: 50%;
    top: 720px;
    margin-left: -417px;
    z-index: 15;
}
.box-download .download-ios {
    width: 247px;
    height: 85px;
    background: url(../images/download-ios.jpg) center 0 no-repeat;
    position: absolute;
    left: 20px;
    top: 23px;
    text-indent: -9999px;
    display: block;
   
}
.box-download .download-ios:hover {
    background: url(../images/download-ios-hov.jpg) center 0 no-repeat;
}
.box-download .download-android {
    width: 247px;
    height: 85px;
    background: url(../images/download-android.jpg) center 0 no-repeat;
    position: absolute;
    left: 295px;
    top: 23px;
    text-indent: -9999px;
    display: block;
   
}
.box-download .download-android:hover {
    background: url(../images/download-android-hov.jpg) center 0 no-repeat;
}
.box-download .download-apk {
    width: 247px;
    height: 85px;
    background: url(../images/download-apk.jpg) center 0 no-repeat;
    position: absolute;
    left: 560px;
    top: 23px;
    text-indent: -9999px;
    display: block;
   
}
.box-download .download-apk:hover {
    background: url(../images/download-apk-hov.jpg) center 0 no-repeat;
}
.scroll {
    display: block;
    width: 35px;
    height: 56px;
    text-indent: -9999px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -18px;
    z-index: 200;
    background: url("../images/icon-mouse.png") no-repeat center 0;
    -webkit-animation: act-ani 0.3s linear infinite alternate;
    -moz-animation: act-ani 0.3s linear infinite alternate;
    animation: act-ani 0.3s linear infinite alternate;
}
@-moz-keyframes act-ani {
    0% {bottom: 20px;}
    100% {bottom: 23px;}
}
@-webkit-keyframes act-ani {
    0% {bottom: 20px;}
    100% {bottom: 23px;}
}
@keyframes act-ani {
    0% {bottom: 20px;}
    100% {bottom: 23px;}
}
.slide-2 .box-login {
    width: 777px;
    position: absolute;
    top: 225px;
    left: 50%;
    margin-left: -390px;
}
.slide-2 .box-login .bt-dangky {
    width: 536px;
    height: 258px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto 20px;
    background: url(../images/bt-dangky.png) no-repeat;
}
.slide-2 .box-login .bt-dangky:hover {
    
}
.slide-2 .login__form-group {
    float: left;
    width: 510px;
    padding-right: 10px;
}
.login__form-group input {
    background: url(../images/bg-input.png) 0 0 no-repeat;
    border: none;
    color: #63140c;
    margin: 0 0 35px;
    padding: 15px 25px;
    width: 456px;
    height: 46px;
    line-height: 46px;
    font-size: 26px;
    font-family: roBotoFont;
}
.slide-2 .login__button {
    border: 0;
    cursor: pointer;
    background: url(../images/bt-send.png) no-repeat;
    height: 190px;
    width: 248px;
    float: left;
}
.slide-2 .the-le {
    width: 815px;
    position: absolute;
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    top: 580px;
    left: 50%;
    margin-left: -385px;
    font-family: roBotoFont;
}
.slide-2 .the-le h2 {
    display: none;
}
.slide-2 .the-le ul {
    margin: 5px 0 20px 40px;
    padding: 0;
    height: 250px;
}
.slide-2 .the-le ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}
.slide-2 .the-le p {
    color: #fff;
}
.slide-2 .the-le em.color-01 {
    color: #01d8ff;
    font-size: 18px;
}
.slide-2 .the-le em.color-01 a {
     color: #01d8ff;
     text-decoration: none;
}
.slide-2 .the-le em.color-01 a:hover {
     color: #01d8ff;
     text-decoration: underline;
}
.slide-2 .the-le .time-event {
    width: 531px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background: url(../images/time-event.png) no-repeat;
    margin: 0 auto 10px;
}
.slide-2 .the-le .bt-view-info {
    width: 657px;
    height: 58px;
    margin: 10px auto;
    /*background: url(../images/bt-view-info.png) 0 0 no-repeat;*/
    display: block;
    text-indent: -9999px;
}
.slide-2 .the-le .bt-view-info:hover {
    
}


@keyframes act-scale {
    0% {transform: scale(1);}
    100% {transform: scale(1.05);}
}

@keyframes act-scale2 {
    0% {transform: scale(0.8);}
    100% {transform: scale(1);}
}

.PopupInline {
    padding: 40px;
    display: none;
    width: 600px;
}
.PopupInline .text {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
.PopupInline .color1 {
    color: #ff0000;
    font-size: 28px;
}
.PopupIframe {
    width: 860px;
    height: 610px;
    background: #fff;
    border: 5px solid #000;
    display: none;
}
.PopupIframe .fancybox-close {
    cursor: pointer;
    z-index: 8040;
    background: url(../images/bt-close.png) 0 0 no-repeat;
    display: block;
    height: 57px;
    position: absolute;
    right: 48px;
    text-indent: -9999px;
    top: 66px;
    width: 53px;
}

.rightPanel {
  position: fixed;
  width: 435px;
  height:600px;
  bottom: -30px;
  right: 0;
  display: block;
  z-index: 1000;
  background: url('../images/bg-right4.png') no-repeat left top;
  overflow: hidden;
   -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}
.rightPanel.closePanel{
  width:  267px;
}

.btnRightHome,
.btnRightFacebook,
.btnRightAndroid,
.btnRightIos,
.rightQRCode,
.btnRightClose,
.btnRightEvent,
.btnRightApk {
  display: block;
  text-indent: -9999px;
  
  position: absolute;
}
.btnRightHome {
  width: 60px;
  height: 60px;
  /*background-position: 0 0;*/
  top: 15px;
  left: 202px;
}
.btnRightHome:hover { 
  /*background-position: -211px 0;  */
}
.btnRightFacebook {
  width: 60px;
  height: 60px;
  /*background-position: 0 -58px;*/
  top: 75px;
  left: 202px;
}
.btnRightFacebook:hover { 
  /*background-position: -211px -58px;  */
}
.btnRightAndroid {
  width: 152px;
  height: 56px;
  /*background-position: -61px 0px;*/
  top: 15px;
  left: 270px;
}
.btnRightAndroid:hover { 
  /*background-position: -272px 0;  */
}
.btnRightIos {
  width: 152px;
  height: 56px;
  /*background-position: -61px -58px;*/
  top: 75px;
  left: 270px;
}
 .btnRightIos:hover { 
  /*background-position: -272px -58px;  */
}
.btnRightApk {
  width: 152px;
  height: 56px;
  /*background-position: -61px -58px;*/
  top: 150px;
  left: 270px;
}

.btnRightClose {
  width: 57px;
  height: 218px;
  background: url("../images/bg-right-close.png");
  background-position: 0 0;
  top: 140px;
  left: 206px;
}
.rightPanel.closePanel .btnRightClose { 
    background: url("../images/bg-right-close.png");
    background-position: -57px 0;  
}
.rightQRCode {
  background: none;
  top: 135px;
  left: 168px;
}
.btnRightEvent {
  /*background-position: 0px -272px;*/
  top: 367px;
  left: 206px;
  width: 218px;
  height: 86px;
}
.btnRightEvent:hover { 
  /*background-position: -211px -272px;  */
}
.btn-home-mobile {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30px;
    left: 50%;
    /*margin-left: 270px;*/
    margin-left: 350px;
    background: url(../images/bt-home.png) no-repeat;
    text-indent: -9999px;
    display: block;
    z-index: 20;
    display: none;

}
.bt-xemchitiet {
    width: 230px;
    height: 86px;
    display: block;
    background: url(../images/btn-update.png) no-repeat;
    position: absolute;
    top: 715px;
    left: 50%;
    margin-left: -10px;
    text-indent: -9999px;
}