.slider {
    background: url('/img/app/banner.jpg') no-repeat  center right;
 /*background-size: contain;*/
 height: 300px;
 position: relative;
 border-bottom: 1px solid #ccc;
}



.list p{
    color: #E57E1F;
    font-size: 32px;
    font-weight: 700;
    margin: 40px 0px;
    text-align: center;
    line-height: 40px;
}

.border_out {
   border: 10px solid #E57E21;
   position: relative;
   
}
.border_on{
     border-right: 7px solid #999999;
      border-bottom: 7px solid #999999;
        padding: 20px 5px;
}
.app .border_on ol li span{
  /*list-style: none;*/
  color: #333333;
  font-size: 23px;
  font-weight: 400;
}

.app .border_on ol li{
       color: #E57E21;
    font-size: 30px;
    font-weight: 900;
    line-height: 46px;
    padding-right: 10px;
}

.app .border_on ol{
  padding-left: 150px;
}


.app .strong {
      font-weight: 600;
}
.square-ccc{
  background: #999999;
  width: 26px;
  height: 26px;
  position: absolute;
}
.square-color{
  background: #E57E21;
  width: 17px;
  height: 17px;
  position: absolute;
}
.square-ccc.top-left{
  top: -20px;
    left: -20px;
}
.square-ccc.top-right{
    top: -20px;
    right: -27px;
    z-index: 99;
}
.square-ccc.bottom-left{
  bottom: -27px;
    left: -20px;
    z-index: 99;
}
.square-ccc.bottom-right{
 bottom: -25px;
    right: -25px;
}
.square-color.top-right{
  top: -10px;
    right: -10px;
}
.square-color.bottom-left{
  bottom: -10px;
    left: -10px;
}

.list{
   text-align: center;
}


/*19/11/2015*/

  .two-mobile {
          
           overflow: hidden;
           padding-top: 20px;
           padding-bottom: 40px;

      }
        .app-two-mobile .title-app  p{
          display: none;
        }

        .app-two-mobile .desc-app p{
        color: #333333;
        font-size: 18px;
        line-height: 24px;
        border-bottom: 0.1em solid #7F8083;
        padding: 5px 0px;
        margin: 0px 26px;
        text-align: justify;
        }
        .mobile-app{
           
            background: url('/img/app/background.png') repeat  ;
        }   
        .two-mobile{
              padding-top: 0px;
        }
        .app-two-mobile .desc-app{
            background: #fff;
           border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
       }
       .app-two-mobile .desc-app span:last-child{
         /*margin-bottom: 20px;*/

       }
       

       .mobile-app-pc {
        font-size: 24px;
        margin: 0px;
        background: #000;
        padding: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
         color: #fff;
        text-align: center;
       }

       .border-mobile{
         background: url('/img/app/border.png') repeat  ;
         padding-left: 20px;
         padding-right: 20px;
       }

       .mobile-pc{
            /*border-bottom: 60px solid #000;*/
       }
       .home-mobile{
            text-align: center;
             padding: 12px;
            background: #000;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            margin-top: -1px;
       }

     .desc-app span{
            /*padding-left: 10px;*/


            display: block;
    margin-left: 24px;
    margin-top: -23px;
       }
       .desc-app p:last-child{
        border: none;
    }


.mobile-app .fullwidth{
  margin-left: -30px;
    margin-right: -30px;
}

 

@media (min-width: 1200px){
    .desc-app{
      min-height: 420px;
    }

  }


  @media (max-width: 1199px) and (min-width: 992px){
    .desc-app{
               min-height: 520px;
    }
     .mobile-app-pc{
      min-height: 95px;
    }
  }
@media (max-width: 991px) and (min-width: 768px){
    .desc-app{
      min-height: 390px;
    }
  }

 @media (max-width: 991px) and (min-width: 768px){
    .app-two-mobile .desc-app p{
          margin: 0px 20px;
           font-size: 14px;
          line-height: 18px;
    }
    .mobile-app-pc{
       min-height: 86px;
    }

   .desc-app span{
            /*padding-left: 10px;*/


    display: block;
    margin-left: 20px;
    margin-top: -18px;
       }
 }   




@media (max-width: 767px){
  .slider {
    background: url('/img/app/bg_web_mobile.png') no-repeat  center right;
 
}

     .desc-app span{
            /*padding-left: 10px;*/


           
    margin-left: 0px;
    margin-top: 0px;
       }
       .desc-app p:last-child{
        border: none;
    }
      .app-two-mobile .list{
          display: none;
        }
      

      .home-mobile{
        display: none;
      } 
      .mobile-app-pc{
        display: none;
      }

   .mobile-app-pc {
        font-size: 24px;
        margin: 0px;
        background: none;
        padding: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
         /*color: #fff;*/
        text-align: center;
       }
   .border-mobile{
         background: none ;
         padding-left: 0px;
         padding-right: 0px;
       }


           .app-two-mobile .title-app{
                text-align: center;
               color: #000000;
                font-weight: 600;
                display: block;

            }
            .app-two-mobile .title-app .title {
              font-size: 20px;
              line-height: 22px;
              margin-top: 10px;
              display: block;

            }
            .app-two-mobile .title-app .desc {
              font-size: 15px;
              line-height: 18px;
              margin-top: 12px;
              display: block;
            }


            .app-two-mobile .desc-app p{
            color: #333333;
              font-size: 14px;
             line-height: 16px;
           
            padding: 4px;
            margin: 0px 12px;
            
            }

            .desc-app img{
                      display: none;
             }
            .desc-app span{
              padding-left: 0px;
            }

            .two-mobile {
                background: url('/img/app/background.png') repeat  ;
                 border-bottom: 1px solid #fff;
                padding-bottom: 10px; 
                 overflow: hidden;

            }

           .app-two-mobile .desc-app{
                background: #fff;
                border-radius: 4px;
                margin-bottom: 7px;
           }
           

            

           .app-two-mobile {
            margin-bottom: 16px;
               padding-bottom: 10px;
           }
          .mobile2{
           padding-bottom: 10px;
          }
         


}



  


@media (max-width: 767px) and ( min-width: 320px){
  
   .app .border_out{
    border: none;
   }
   .app .border_on{
    border: none;
    padding: 0px 5px;
   }
   .app .square-ccc{
    display: none;
   }


   .border_on {
    padding-left: 0px;
    margin-left: -30px;
   }
 

    .red{
          padding: 16px 40px;
    }
    .blue{
       padding: 7px 0px;
    }
    .white{
       padding: 24px 10px;
       float: right;
    }
    .text_chart{
      float: right;
        text-align: center;
    }
    .text_chart p{
      color: #fff;
      font-size: 20px;
    }
    .blue p{
          padding-left: 26px;
    }


}

/*20/11/2015 */


.slider p{
    font-size: 29px;
    line-height: 32px;
   margin-left: 150px;
    color: #333333;
    box-shadow: 2px #fff;
    text-shadow: 1px 1px 0px #fff;
     margin-top: 16px;
}

 .app .header-app {
  background: rgba(0, 0, 0, 0) url(/img/app/background_head.png) no-repeat scroll 0 0 !important;
 border-bottom: 2px solid #E67B22;
  font-size:45px !important; 
   text-shadow: 2px 2px 0px #fff;
 margin-top: 60px; color:#333333 !important;
 margin-left: 75px;
  padding-right: 100px;
  /*font-weight: bold;*/
}
/*.slider .title-mobile{
  display: none;
}*/


@media (min-width: 768px) and (max-width: 991px){
   .slider p{
       font-size: 22px;
    line-height: 24px;
    margin-left: 105px;
   }
    .app .header-app {
      font-size:38px !important; 
          margin-left: 28px;
    }

   
    .slider{
     background: url('/img/app/header_pc.jpg') no-repeat no-repeat center right;
     background-size: cover;
    }
    .head1{
          padding-left: 80px;
    }




}



@media (max-width: 767px){
   .slider{
     background: url('/img/app/header_pc.jpg') no-repeat center right;
     background-size: cover;
    }
    /*.app .header-app {
       background: none ;
       border: none;

    }*/
    /*.slider .title {
      display: none;
    }*/
    .slider .title-mobile{
      display: block;

    }
    .slider p{
      margin-left: 10px;
       margin-top: 0px;
       text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
       font-size: 26px;
    }
    .slider .desc{
    
    }

    
    .title-mobile .desc{
      font-size: 26px;
       color: #000000;
         font-weight: 600;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    padding-top: 50px;
    }
    .title-mobile .content{
      font-size: 24px;
       color: #000000;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    }
}








/* Bieu do*/
.chart2{
          background:url('/img/app/chart1.png') no-repeat center ;
              background-size: contain;
            
        }
@media (max-width: 452px) and (min-width: 320px){
    

    .list p{
        color: #E57E1F;
        font-size: 20px;
        font-weight: 700;
        margin: 20px;
        text-align: center;
        line-height: 24px;
    }
    .red {
           padding-top: 40px;
        padding-right: 42px;
        
    }
    .blue {
      
        padding: 0px;
       
    }
    .white {
        padding: 18px 16px;
        
        }
      
  

}
@media (max-width: 991px) and (min-width: 768px){
   .app .border_on ol li{
           
             line-height: 34px;
          }
     .app .border_on ol{
              padding-left: 80px;
        }
       

}




@media (max-width: 767px) and (min-width: 320px){
      .app .border_on ol li{
        line-height: 22px;
        font-size: 16px
      }

     .app .border_on ol {
        padding-left: 50px;
      }

       .app .border_on ol li span{
        font-size: 14px;
       }
       .list p{
            color: #E57E1F;
            font-size: 20px;
            font-weight: 700;
            margin: 10px 0px;
            text-align: center;
            line-height: 22px;
       }
       .list p span{
        display: block;
       }
       .developteam{
          margin: 20px 0px;
       }


}




@media (max-width: 767px) and (min-width: 571px){
     
     .red {
          padding-top: 18px;
             padding-right: 96px;
          
      }
      .blue {
        padding-top: 18px;
        padding-right: 55px;
      }
      .white {
        padding: 28px 146px;
      }
 }
  


 /*het*/

 .img_hidden {
      display: inline-block;
  }

.icasino_img img{
  margin-left: 20px;

 }

 .icasino_img{
 margin-top: 20px;
 margin-left: 30px;
 }

 .app  .title_game p{
  font-size: 20px;
    font-weight: bold;
        margin: 20px;
 }
 .text_li li{
      font-size: 18px;
    color: #333333;
    line-height: 22px;
 }
 .list_example .item{
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
 }
 
 .ninjashida_img img{
      margin-left: 40px;
 }
 .moki_img{
  text-align: center;
 }
  .mobile{
      display: none;
    }






 





@media (max-width: 767px) and ( min-width: 320px){
      .img_hidden {
          display: none;
      }
        .icasino_img img {
          margin-left: 0px;
      }



      .icasino_img {
          margin-top: 20px;
          margin-left: 0px;
          text-align: center;
          }
          .mobile{
            display: block;
          }
          .pc{
            display: none;
          }
          .title_game{
            text-align: center;
          }


 }



 .cg-3d .title-cg-3d {
    text-align: center;
    font-size: 30px;
    margin: 30px;
    line-height: 46px;
    color: #000;
 }

  .cg-3d .title-cg-3d span{
    font-size: 50px;
  }
.cg-3d .desr-cg-3d{
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 26px;
    line-height: 28px;
    text-align: center;

}
.cg-3d .desr-cg-3d p{
  padding: 14px;
}

.cg-3d .desr-cg-3d .center{
  font-size: 20px;
    line-height: 24px;
}

.cg-3d .image{
  padding: 10px;
}

.cg-3d .image img{
  width: 100%;
}


@media (max-width: 767px){
  .cg-3d .image{
    padding: 6px;
  }
  .cg-3d .desr-cg-3d br{
    display: none;
  }

  .cg-3d .title-cg-3d br{
    display: none;
  }

  .cg-3d .desr-cg-3d{
    text-align: left;
  }

  .cg-3d .title-cg-3d {
    font-size: 14px;
    margin: 34px;
    line-height: 22px;
 }

  .cg-3d .title-cg-3d span{
    font-size: 20px;
    font-weight: bold;
  }
  .cg-3d .desr-cg-3d{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
    line-height: 16px;

    }
    .cg-3d .desr-cg-3d .center{
    font-size: 14px;
    line-height: 18px;
    }
    .cg-3d .desr-cg-3d .text-end {
       font-size: 18px;
    line-height: 30px;
    }
    .cg-3d .desr-cg-3d p{
      padding: 3px;
    }

     .cg-3d .slider{
         display: block !important;
     }
}
        .cg-3d .slider  {
         background: url('/img/cd-3d/cd-3d_bg_header.png') no-repeat  center right;
      
        }
.web .slider {
  background: url('/img/web/3.AsiaJV_page_web.png') no-repeat  center  right!important;
  background-size: cover !important;
}
.web .header-app{
       background: url('/img/web/background_header.png') no-repeat scroll 0 0 !important;
       background-size: contain;
}
.cg-3d  .header-cg-3d {
    background: rgba(0, 0, 0, 0) url(/img/cd-3d/bg_cg_3d.fw.png) no-repeat scroll 0 0 !important;
    background-size: contain;
    border-bottom: 2px solid #816FA1;
}
.system .slider {
    background: url('/img/system/banner.jpg') no-repeat  center right;
 
}
.system .header-app{
  background: url('/img/system/bg-head.png') no-repeat !important;
  border-bottom: 2px solid #3A8E84;
}
.server-page .slider {
    background: url('/img/server/server.png') no-repeat  center right;
 
}
.server-page .header-app{
  background: url('/img/server/bg-head.png') no-repeat !important;
  border-bottom: 2px solid #d04848;
}
.pkg_soft .slider {
    background: url('/img/pkg_soft/banner.png') no-repeat  center right !important;
 
}
.pkg_soft .header-app{
  background: url('/img/pkg_soft/bg-head.png') no-repeat !important;
  border-bottom: 2px solid #3a8e84 !important;
}
@media (max-width: 767px){
  .app .head1{
    font-size: 26px !important;
     margin-top: 0px; 
    color: #333333 !important;
    margin-left: 0px; 
     padding-right: 0px;
    font-weight: bold;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
  }

  
}

@media(min-width: 768px){
  .web .mobile-pc{
    margin:0px 20px;
  }


  .developteam .column.right {
  width: 45%;
}

.developteam .column.left {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}


}

@media(max-width: 767px){
  .circle-blue {
    border-bottom: 1px solid #ccc;
  }

 .app .app-info .app-info-content .app-info-circle-wrap .app-info-circle .circle-title-wrap{
    margin-top: 10px;
  }
}



