
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  margin: 0;
  padding: 0;
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

object, embed, a {
  outline: none;
}

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

legend {
  display: none;
}

input {
  margin: 0;
  padding: 0;
}

input:-webkit-autofill {
  background-color: none;
}

.off {
  cursor: default;
}

.hidden {
  display: none !important;
}

.shown {
  display: block !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
form fieldset {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Tahoma";
}
form *:focus {
  outline: 0;
}

form input,
form label,
form select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

form label {
  font-weight: 700;
  margin-bottom: 0.375em;
}

form label.required:after {
  content: "*";
}

form label abbr {
  display: none;
}

form input[type=email],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=url],
form input[type=color],
form input[type=date],
form input[type=datetime],
form input[type=datetime-local],
form input[type=month],
form input[type=time],
form input[type=week],
form select[multiple=multiple],
form textarea,
form select {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  /* transition: border-color; */
  /* background-color: #e9dcbd; */
  /* border-radius: .1875em; */
  /* border: 1px solid #e9dcbd; */
  /* font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
  /* font-size: 1em; */
  /* margin-bottom: 0.6em; */
  /* padding: .5em; */
  width: 100%;
}
form input[type=email]:hover,
form input[type=number]:hover,
form input[type=password]:hover,
form input[type=search]:hover,
form input[type=tel]:hover,
form input[type=text]:hover,
form input[type=url]:hover,
form input[type=color]:hover,
form input[type=date]:hover,
form input[type=datetime]:hover,
form input[type=datetime-local]:hover,
form input[type=month]:hover,
form input[type=time]:hover,
form input[type=week]:hover,
form select[multiple=multiple]:hover,
form textarea:hover,
form select:hover {
  border-color: #e9dcbd;
}

form textarea {
  resize: vertical;
}

form button,
form input[type=submit] {
  -webkit-font-smoothing: antialiased;
  background-color: #cb2600;
  border-radius: .1875em;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  padding: 0.6em 1em;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
form button:hover,
form input[type=submit]:hover {
  background-color: #df2a00;
  border: none;
  color: #fff;
  outline: 0;
}

form input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

form input[type=checkbox],
form input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

form input[type=file] {
  margin-bottom: 0.6em;
  padding-bottom: .5em;
  width: 100%;
}
article form {
  margin: 10px auto;
 
}
article form fieldset legend {
  display: none;
}
article form ul {
  list-style: none;
  margin: 0px;
}
article form ul > li {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0px;
  text-align: center;
}
 form ul.Radio {
  clear: none;
  float: left;
  list-style: none;
  overflow: hidden;
  width: 280px;
  margin: 0px;
}
 form ul.Radio li {
  float: left;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
 form ul.Radio li input {
  float: none;
  height: auto;
  width: auto;
}
 form ul.RadioLine li {
  clear: none;
  float: left;
  width: 100%;
  overflow: hidden;
}
 form ul.RadioLine li p {
  width: 40%;
  float: left;
  text-align: left;
}
 form ul.RadioLine li input {
  width: auto;
  float: left;
  margin: 4px 33px 10px;
  outline: none;
}
 form ul.RadioLine li span {
  float: left;
  overflow: hidden;
  width: 20%;
}
 form ul.RadioLine li span.Space {
  float: left;
  width: 40%;
  height: 1px;
}
 form ul.Checkbox {
  clear: none;
  float: left;
  list-style: none;
  overflow: hidden;
  margin: 5px 0;
  padding: 0;
  width: 310px;
}
 form ul.Checkbox li {
  float: left;
  margin: 0 0 8px 0;
  padding: 0;
}
 form ul.Checkbox li.AnotherIdea {
  clear: both;
  width: 100%;
}
 form ul.Checkbox li input {
  float: none;
  height: auto;
  width: auto;
}
 form ul.Slider li .SliderHead {
  float: right;
}
 form ul.Slider li .Less,
 form ul.Slider li .Great,
 form ul.Slider li .slider {
  float: left;
  width: 19%;
}
 form ul.Slider li input {
  width: auto;
  margin: 3px 0 0 0;
  float: left;
}
 form textarea {
  border: 1px solid #3a3a3a;
  background: #fff;
  color: #494848;
  /* width: 268px; */
  height: 80px;
  margin-bottom: 10px;
}
 form select {
  border: 1px solid #3a3a3a;
  background: #fff;
  color: #a6a6a6;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  padding: 0px 6px;
}
 form label {
  clear: left;
  float: left;
  display: block;
  text-align: right;
  height: 28px;
  padding-right: 10px;
  color: #5b2b02;
  font-family: tahoma;
  /* font-weight: bold; */
}
form input[type=checkbox],
 form input[type=radio] {
  width: auto!important;
  margin-bottom: 13px;
}
 form input {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #3a3a3a;
  color: #000;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  clear: both;
}
 form input.Verify {
  width: 110px !important;
  margin: 0 0 0 10px;
  clear: right;
}
 form input.BtnReg,  form input.BtnReset {
  border: none !important;
  width: auto !important;
  height: auto !important;
  margin: 15px 10px 0 170px;
  padding: 0px !important;
  display: inline;
}
 form input.BtnReset {
  width: auto;
  margin: 15px 10px 0 0;
}
 form .Require {
  color: #ff0000;
}
 form .Note {
  background: url(../img/content/Note.jpg) no-repeat 0 -4px #999;
 
  height: 20px;
  padding-left: 5px;
  text-align: left;
  float: right;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
}
 form .ImgVerify {
  float: left;
  margin: 0 10px 0 0;
}
 form p {
  margin: 0;
  padding: 0;
  text-align: center;
}
 form p.TextNote {
  color: #ff0000;
  font-size: 11px;
  font-family: Arial;
  /* padding: 0 0 0 170px; */
}
.footer {
  width: 2000px;
  height: 145px;
  background: url('../img/footer.png');
  position: fixed;
  bottom:  0;
  left:  50%;
  margin-left: -1000px;
  transform-origin: 50% 100%;
  display: none;
}
.footer .btnScroll {
  width: 40px;
  height: 23px;
  position: absolute;
  bottom: 10px;
  left:  50%;
  margin-left: 20px;
  transform-origin: 50% 100%;
}
.footer .btnScrollUp {
  background: url('../img/upslide.gif');
}
.footer .btnScrollDown {
  background: url('../img/downslide.gif');
}
.shareContainer {
  width: 63px;
  height: 100px;
  position: fixed;
  right: 0;
  top: 350px;
}
.bt-download-right {
  width: 110px;
  height: 150px;
  right: 0;
  top: -200px;
  background-image: url('../img/bt-download.png');
  display: block;
  position: absolute;
}
.bt-download-right:hover {
  background-position: -110px 0;
}
.bt-download-right.off {
  background-position: -220px 0;
}
.fb_iframe_widget {
  width: 63px;
  height: 100px;
}
.fb_iframe_widget span {
  width: 63px !important;
  height: 100px !important;
}
.fb_iframe_widget span iframe {
  width: 63px !important;
  height: 100px !important;
}
#landingContainer{
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    overflow: hidden;
    position: fixed;
   
}

#frame1Wrapper,#frame2Wrapper,#frame3Wrapper,#frame4Wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top:  0;
    left: 0;
    overflow: hidden;
}
#frame1Wrapper #frame1Container {
  background: url('../img/bg-frame-1-full.jpg') 0 0 no-repeat;
  position: absolute;
  width: 2000px;
  height: 1000px;
  top: 0;
  transform-origin: 0 0;
}


#frame1Wrapper  .logo {
  width: 169px;
  height: 173px;
  text-indent: -9999px;
  background: url("../img/logo.png") 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 0px;
  left: 935px;
}

#frame1Wrapper  .bt-play-clip {
  width: 85px;
  height: 85px;
  display: block;
  position: absolute;
  top: 612px;
  left: 1300px;
  background: url('../img/bt-f1-play-clip.png') 0 0 no-repeat;
}
#frame1Wrapper .bt-play-clip:hover{
  background-position: 0 -85px;
} 
#frame1Wrapper  .bt-nap-gem {
  width: 148px;
  height: 148px;
  display: block;
  position: absolute;
  top: 733px;
  left: 610px;
  background: url('../img/bt-f1-nap-gem.png') 0 0 no-repeat;
}
#frame1Wrapper .bt-nap-gem:hover{
  background-position: 0 -148px;
} 
#frame1Wrapper  .bt-tai-ad {
  width: 219px;
  height: 64px;
  display: block;
  position: absolute;
  top: 736px;
  left: 771px;
  background: url('../img/bt-f1-tai-ad.png') 0 0 no-repeat;
}
#frame1Wrapper .bt-tai-ad:hover{
  background-position: 0 -64px;
} 
#frame1Wrapper  .bt-tai-ios {
  width: 219px;
  height: 64px;
  display: block;
  position: absolute;
  top: 737px;
  left: 986px;
  background: url('../img/bt-f1-tai-ios.png') 0 0 no-repeat;
}
#frame1Wrapper .bt-tai-ios:hover{
  background-position: 3px -64px;
}
#frame1Wrapper  .bt-tai-apk {
  width: 219px;
  height: 64px;
  display: block;
  position: absolute;
  top: 816px;
  left: 771px;
  background: url('../img/bt-f1-tai-apk.png') 0 0 no-repeat;
}
#frame1Wrapper .bt-tai-apk:hover{
  background-position: 0 -64px;
}
#frame1Wrapper  .bt-tai-pc {
  width: 219px;
  height: 64px;
  display: block;
  position: absolute;
  top: 816px;
  left: 995px;
  background: url('../img/bt-f1-tai-pc.png') 0 0 no-repeat;
}
#frame1Wrapper .bt-tai-pc:hover{
  background-position: 0 -64px;
}   
#frame1Wrapper  .bt-qr {
  width: 155px;
  height: 147px;
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 734px;
  left: 1224px;
  background: url('../img/bt-f1-qr.png') 0 0 no-repeat;
}
#frame2Wrapper #frame2Container {
  background: url('../img/bg-frame-2.jpg') 0 0 no-repeat; 
  position: absolute;
  width: 2000px;
  height: 1000px;
  top: 0;
  transform-origin: 0 0;
}

.fashionCarousel {
  display: block;
  width: 1029px;
  height: 652px;
  position: absolute;
  top: 253px;
  left: 482px;
}

.fashionCarousel .owl-prev,.fashionCarousel .owl-next {
  display: block;
  width: 50px;
  height: 93px;
  position: absolute;
  top: 50%;
  left:  20px;
  margin-top:  -41px;
  text-indent: -9999px;
  background: url('../img/nav-f2-arrow2.png') 0 0 no-repeat ;
}
.fashionCarousel .owl-prev:hover {
  background-position: 0 -93px;
}
.fashionCarousel .owl-next {
  left:  auto;
  right: 20px;
  background: url('../img/nav-f2-arrow2.png') -50px 0 no-repeat ;
}
.fashionCarousel .owl-next:hover {
  background-position: -50px -93px;
}
.fashionCarousel.owl-carousel .owl-dot {
  width: 16px;
  height: 16px;
  background: url('../img/nav-f2-paging.png') no-repeat 0 0;
}
.fashionCarousel.owl-carousel .owl-dot:hover {
  background: url('../img/nav-f2-paging-hov.png') no-repeat 0 0; 
}
.fashionCarousel.owl-carousel .owl-dot.active,
.fashionCarousel.owl-carousel .owl-dot.active:hover {
  width: 46px;
  background: url('../img/nav-f2-paging-act.png') no-repeat 0 0;  
}
.tabFashion {
  display: block;
  width: 162px;
  height: 49px;
  position: absolute;
  left:  20px;
  top:  20px;
}
.tabFashionFemale {
  background-image: url('../img/tab-f2-nu.jpg');
}
.tabFashionFemale.active {
  background-image: url('../img/tab-f2-nu-hover.jpg');
}
.tabFashionMale {
  background-image: url('../img/tab-f2-nu.jpg');
}
.tabFashionMale.active {
  background-image: url('../img/tab-f2-nu-hover.jpg');
}
#frame4Wrapper #frame4Container {
  background: url('../img/bg-frame-4.jpg') 0 0 no-repeat;  
  position: absolute;
  width: 2000px;
  height: 1000px;
  top: 0;
  transform-origin: 0 0;
}


#frame3Wrapper #frame3Container {
  background: url('../img/bg-frame-3-full.jpg') 0 0 no-repeat;  
  position: absolute;
  width: 2000px;
  height: 1000px;
  top: 0;
  transform-origin: 0 0;
}
#frame3Wrapper .btn-01,
#frame3Wrapper .btn-02,
#frame3Wrapper .btn-03,
#frame3Wrapper .btn-04,
#frame3Wrapper .btn-05,
#frame3Wrapper .btn-06 {
  display: block;
  position: absolute;
  width: 220px;
  height: 222px;
  text-indent: -9999px;
  
}
#frame3Wrapper .btn-01 {
  background: url('../img/bt-f3-bt1.png') 0 0;
  top: 249px;
  left: 666px;
}
#frame3Wrapper .btn-01:hover {
  background-position: -220px 0;
}
#frame3Wrapper .btn-02 {
  background: url('../img/bt-f3-bt2.png') 0 0;
  top: 249px;
  left: 892px;
}
#frame3Wrapper .btn-02:hover {
  background-position: -220px 0;
}
#frame3Wrapper .btn-03 {
  background: url('../img/bt-f3-bt3.png') 0 0;
  top: 249px;
  left: 1118px;
}
#frame3Wrapper .btn-03:hover {
  background-position: -220px 0;
}
#frame3Wrapper .btn-04 {
  background: url('../img/bt-f3-bt4.png') 0 0;
  top: 510px;
  left: 666px;
}
#frame3Wrapper .btn-04:hover {
  background-position: -220px 0;
}
#frame3Wrapper .btn-05 {
  background: url('../img/bt-f3-bt5.png') 0 0;
  top: 510px;
  left: 892px;
}
#frame3Wrapper .btn-05:hover {
  background-position: -220px 0;
}
#frame3Wrapper .btn-06 {
  background: url('../img/bt-f3-bt6.png') 0 0;
  top: 510px;
  left: 1118px;
}
#frame3Wrapper .btn-06:hover {
  background-position: -220px 0;
}

 .owl-carousel .owl-dots {
  position: absolute;
  bottom:  30px;
  left: 450px;
 }
 .owl-carousel .owl-dot {
  display: block;
  width: 20px;
  height: 20px;
  background: #a5aab0;
  border-radius: 9999px;
  float:  left;
  margin-right: 10px;
 }
 .owl-carousel .owl-dot.active {
  background: #f13800;
 }


.menu-top {
  width: 770px;
  padding: 0;
  height: 180px;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -385px;
  margin-top: 0;
  /* padding-left: 150px; */
  z-index: 100;
  background: #001e4f;
}
.menu-top li {
  float: left;
}
.menu-top li a {
  background: url(../img/menu-top.jpg) 0 0 no-repeat;
  margin-top:  50px;
  height: 98px;
  display: block;
  text-indent: -9999px;
}
.menu-top li:nth-child(1) a {
  width: 126px;
  background-position: 0 0;
}
.menu-top li:nth-child(1) a:hover,
.menu-top li:nth-child(1) a.active {
  background-position: 0 -98px;
}

.menu-top li:nth-child(2) a {
  width: 128px;
  background-position: -126px 0;
}
.menu-top li:nth-child(2) a:hover,
.menu-top li:nth-child(2) a.active {
  background-position: -126px -98px;
}

.menu-top li:nth-child(3) a {
  width: 129px;
  background-position: -254px 0;
}
.menu-top li:nth-child(3) a:hover,
.menu-top li:nth-child(3) a.active {
  background-position: -254px -98px;
}

.menu-top li:nth-child(4) a {
  width: 128px;
  background-position: -383px 0;
}
.menu-top li:nth-child(4) a:hover,
.menu-top li:nth-child(4) a.active {
  background-position: -383px -98px;
}

.menu-top li:nth-child(5) a {
  width: 128px;
  background-position: -510px 0;
}
.menu-top li:nth-child(5) a:hover,
.menu-top li:nth-child(5) a.active {
  background-position: -510px -98px;
}
.menu-top li:nth-child(6) a {
  width: 129px;
  background-position: -638px 0;
}
.menu-top li:nth-child(6) a:hover,
.menu-top li:nth-child(6) a.active {
  background-position: -638px -98px;
}

.TopPage {
  background: url(../img/top.jpg) no-repeat scroll 0 0 transparent;
  width: 47px;
  height: 48px;
  position: fixed;
  left: 50%;
  top: 400px;
  margin-left: 400px;
  text-indent: -9999px;
  z-index: 1000;
}
.TopPage:hover {
  background-position: -47px 0;
}

a.CloseContent {
  background: url(../img/bt-close.png) no-repeat scroll 0 0 transparent;
  width: 56px;
  height: 56px;
  position: fixed;
  left: 50%;
  top: 10px;
  margin-left: 410px;
  text-indent: -9999px;
  z-index: 1000;
}
a.CloseContent:hover {
  /* background-position: -63px 0; */
}
.top {
  background: url(../img/top.jpg) 0 0 no-repeat;
  height: 47px;
  width: 47px;
  margin-left:  35px;
  position: fixed;
  bottom: 50%;
  text-indent: -9999px;
  display: block;
}
.top:hover {
  background: url(../img/top.jpg) 0 0px no-repeat;
}

#scroll-top {
  overflow: visible !important;
  position: absolute;
  top: 0px;
  left: 910px;
  width: 47px;
  height: 47px;
}
#floatingMenu {
  width: 86px;
  height: 374px;
  position: fixed;
  left: 20px;
  top: 50%;
  margin-top: -187px;
}
#floatingMenu a {
  display: block;
  width: 86px;
  text-indent: -9999px;
  background: url('../img/bt-floating.png');
  
}
#floatingMenu a.floatingMenu01 {
  height: 103px;
  background-position: 0 0;
}
#floatingMenu a.floatingMenu01.active,
#floatingMenu a.floatingMenu01:hover {
  background-position: -86px 0;
}

#floatingMenu a.floatingMenu02 {
  height: 93px;
  background-position: 0 -103px;
}
#floatingMenu a.floatingMenu02.active,
#floatingMenu a.floatingMenu02:hover {
  background-position: -86px -103px;
}
#floatingMenu a.floatingMenu03 {
  height: 87px;
  background-position: 0 -196px;
}
#floatingMenu a.floatingMenu03.active,
#floatingMenu a.floatingMenu03:hover {
  background-position: -86px -196px;
}
#floatingMenu a.floatingMenu04 {
  height: 93px;
  background-position: 0 -283px;
}
#floatingMenu a.floatingMenu04.active,
#floatingMenu a.floatingMenu04:hover {
  background-position: -86px -283px;
}

/* line 1597, ../sass/_layout.scss */
.sticky-right {
  width: 190px;
  position: fixed;
  top: 0;
  right: 50px;
  z-index: 100;
  display: none;
  margin-top: 150px;
}
@media (min-width: 1200px) {
  /* line 1597, ../sass/_layout.scss */
  .sticky-right {
    display: block;
  }
}

/* line 1609, ../sass/_layout.scss */
.sticky-right.close {
  right: -156px;
}

/* line 1613, ../sass/_layout.scss */
.sticky-right a.bt-control {
  width: 30px;
  height: 40px;
  background: url(../images/btns/bt-open.png) no-repeat;
  top: 6px;
  position: absolute;
  left: -20px;
  transition: right 0.2s;
  z-index: 999;
}

/* line 1623, ../sass/_layout.scss */
.sticky-right a.bt-control.open {
  background-position: 0 -136px;
  height: 47px;
  width: 47px;
}

/* line 1627, ../sass/_layout.scss */
.sticky-right a.bt-control.close {
  background-position: 0 0;
  height: 136px;
  width: 146px;
  left: -110px;
}

/* line 1632, ../sass/_layout.scss */
.sticky-right .bg-link {
  background: url(../images/big/bg-right.png) no-repeat;
  width: 148px;
  height: 407px;
  padding: 10px 0;
  margin-left: 30px;
  text-align: center;
}
/* line 1639, ../sass/_layout.scss */
.sticky-right .bg-link a {
  display: block;
}
/* line 1643, ../sass/_layout.scss */
.sticky-right .bg-link img.nhunnhun {
  position: absolute;
  top: -175px;
  left: -20px;
  -webkit-animation: nhun 1s infinite;
          animation: nhun 1s infinite;
  display: none;
}
@media (min-width: 1200px) {
  /* line 1643, ../sass/_layout.scss */
  .sticky-right .bg-link img.nhunnhun {
    display: block;
  }
}
@-webkit-keyframes nhun {
  0% {
    top: -175px;
  }
  70% {
    top: -165px;
  }
  100% {
    top: -175px;
  }
}
@keyframes nhun {
  0% {
    top: -175px;
  }
  70% {
    top: -165px;
  }
  100% {
    top: -175px;
  }
}
/* line 1659, ../sass/_layout.scss */
.sticky-right .bg-link .right-app-icon, .sticky-right .bg-link .right-youtube {
  display: inline-block;
}
/* line 1662, ../sass/_layout.scss */
.sticky-right .bg-link .right-napgem {
  z-index: 9;
  background-position: 0 -1058px;
  height: 110px;
  width: 110px;
  text-indent: -9999px;
  margin: 50px auto 5px;
}
/* line 1667, ../sass/_layout.scss */
.sticky-right .bg-link .right-napgem:hover {
  background-position: 0 -948px;
  height: 110px;
  width: 110px;
}
/* line 1671, ../sass/_layout.scss */
.sticky-right .bg-link .right-ios {
  background-position: 0 -912px;
  height: 36px;
  width: 118px;
  text-indent: -9999px;
  margin: 0 auto 5px;
}
/* line 1675, ../sass/_layout.scss */
.sticky-right .bg-link .right-ios:hover {
  background-position: 0 -876px;
  height: 36px;
  width: 118px;
}
/* line 1679, ../sass/_layout.scss */
.sticky-right .bg-link .right-google-play {
  background-position: 0 -841px;
  height: 35px;
  width: 118px;
  text-indent: -9999px;
  margin: 0 auto 5px;
}
/* line 1683, ../sass/_layout.scss */
.sticky-right .bg-link .right-google-play:hover {
  background-position: 0 -806px;
  height: 35px;
  width: 118px;
}
/* line 1687, ../sass/_layout.scss */
.sticky-right .bg-link .right-apk {
  background-position: 0 -654px;
  height: 35px;
  width: 118px;
  text-indent: -9999px;
  margin: 0 auto 5px;
}
/* line 1691, ../sass/_layout.scss */
.sticky-right .bg-link .right-apk:hover {
  background-position: 0 -619px;
  height: 35px;
  width: 118px;
}
/* line 1695, ../sass/_layout.scss */
.sticky-right .bg-link .right-pc {
  background-position: 0 -1293px;
  height: 34px;
  width: 118px;
  text-indent: -9999px;
  margin: 0 auto 5px;
}
/* line 1699, ../sass/_layout.scss */
.sticky-right .bg-link .right-pc:hover {
  background-position: 0 -1259px;
  height: 34px;
  width: 118px;
}
/* line 1703, ../sass/_layout.scss */
.sticky-right .bg-link .right-ncode {
  background-position: 0 -1168px;
  height: 91px;
  width: 155px;
  text-indent: -9999px;
  margin: 30px auto 5px;
}
/* line 1707, ../sass/_layout.scss */
.sticky-right .bg-link .right-ncode:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  background-position: 0 -1168px;
  height: 91px;
  width: 155px;
}

.btns-sprite, .btns-bt-close, .btns-bt-open, .btns-nap-game-hov, .btns-nap-game, .btns-nhancode, .btns-pagination-left-double, .btns-pagination-left, .btns-pagination-right-double, .btns-pagination-right, .btns-right-apk-hov, .btns-right-apk, .btns-right-app-icon, .btns-right-google-play-hov, .btns-right-google-play, .btns-right-ios-hov, .btns-right-ios, .btns-right-nap-game-hov, .btns-right-nap-game, .btns-right-nhancode, .btns-right-pc-hov, .btns-right-pc, .btns-right-youtube, .btns-sub-nap-game, .btns-tai-android-hov, .btns-tai-android, .btns-tai-apk-hov, .btns-tai-apk, .btns-tai-ios-hov, .btns-tai-ios, .btns-tai-mbapk-hov, .btns-tai-mbapk, .btns-tai-mbgeneral-hov, .btns-tai-mbgeneral, .btns-tai-pc-hov, .btns-tai-pc, .btns-top-nap-game, .btns-top-tai-game, .btns-x, #navigation .close, header .app-info ul li:nth-child(1) a, header .app-info ul li:nth-child(1) a:hover, header .app-info ul li:nth-child(2) a, header .app-info ul li:nth-child(2) a:hover, header .app-info ul li:nth-child(3) a, header .app-info ul li:nth-child(3) a:hover, header .app-info ul li:nth-child(4) a, header .app-info ul li:nth-child(4) a:hover, header .app-info ul li:nth-child(5) a, header .app-info ul li:nth-child(5) a:hover, header .app-info ul li:nth-child(7) a, header .app-info ul li:nth-child(7) a:hover, header .app-info ul li:nth-child(8) a, header .app-info ul li:nth-child(8) a:hover, header .app-info ul li:nth-child(9) a, header .app-info ul li:nth-child(9) a:hover, main.subpage #aside ul li:nth-child(1) a, main.subpage #aside ul li:nth-child(2) a, main.subpage #aside ul li:nth-child(2) a:hover, main.subpage #aside ul li:nth-child(3) a, main.subpage #aside ul li:nth-child(3) a:hover, main.subpage #aside ul li:nth-child(4) a, main.subpage #aside ul li:nth-child(4) a:hover, main.subpage #aside ul li:nth-child(5) a, main.subpage #aside ul li:nth-child(5) a:hover, .sticky-right a.bt-control.open, .sticky-right a.bt-control.close, .sticky-right .bg-link .right-napgem, .sticky-right .bg-link .right-napgem:hover, .sticky-right .bg-link .right-ios, .sticky-right .bg-link .right-ios:hover, .sticky-right .bg-link .right-google-play, .sticky-right .bg-link .right-google-play:hover, .sticky-right .bg-link .right-apk, .sticky-right .bg-link .right-apk:hover, .sticky-right .bg-link .right-pc, .sticky-right .bg-link .right-pc:hover, .sticky-right .bg-link .right-ncode, .sticky-right .bg-link .right-ncode:hover {
  background-image: url('../images/btns-s1b7cd0532d.png');
  background-repeat: no-repeat;
}