<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Open Sans","å¾®è»Ÿæ­£é»‘é«”" !important;
    font-weight: normal;
    color: #bdbdbd; }
  
a, b, strong, p {
    font-family: "Open Sans","å¾®è»Ÿæ­£é»‘é«”" !important; word-break:break-all;overflow-wrap: break-word;}
  
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans","å¾®è»Ÿæ­£é»‘é«”" !important; }

a{ color: #b39969;}
a:hover{ color: #e4cda4;}

header{ background: #000;border-bottom: 3px solid #B3996b;}
header .menu li a.active, header .menu li a:hover {
    color: #e4cda4;
}
header .menu li {
    float: left;
    margin-left: 40px;
}
.home-slider--wrapper__inner{
    min-height: auto;
}
.home-slider--anchor, .home-slider--wrapper__inner::before{display: none}
.home-slider {
    background: #000;
    border-bottom: 3px solid #B3996b;
    margin-top: 135px;
}
.home-slider--nav div{ 
    background: transparent;
}
.home-slider--nav div:hover {
    background: transparent;
    color: #ffffff;
}

.our-history, .case-study, .our-blog {
    background: #202020;
}

.our-blog h2,.case-study h2 {color: #b39969;}
.our-history .col-md-7 h2 {
    border-left: 5px solid #b3996a;
    color: #b39969;
}
.our-history p {
    font: 400 14px/25px "Source Sans Pro";
    margin-bottom: 40px;
    font-size: 1em;
}

.bg-1 {
    background: url(../images/bg-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.button {
    display: inline-block;
    min-width: 145px;
    padding: 16px 0;
    border: 2px solid #b3996a;
    text-align: center;
    font: 600 14px/1 "Open Sans";
    background: #b3996a;
    color: #ffffff;
    margin: 0 14px 15px 0;
    border-radius: 25px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.button:hover {
    background: transparent;
    color: #b3996a;
    border-color: #b3996a;
}


.our-blog--item__text, .our-blog--item__text:before ,.case-study--left{ background: #1d3146;}
.case-study--left__textslider p,.case-study--left__textslider h4{color: #ffffff;}
.case-study--left__textslider__image {
    height: 85px;
    width: 85px;
    background: transparent;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 40px;
    margin: 40px auto 60px;
}
.case-study--left__dots ul li button {
    background: #f4f5f9;
    width: 10px;
    height: 4px;
    border-radius: 0;
    padding: 0;
}
.case-study--sliders {
    padding: 0;
}

.get-started {
    padding: 2em 0;
    background-image: url(../images/get-started.jpg);
}

.get-started p {
        font: 400 18px/25px "Source Sans Pro";
        margin-bottom: 1em;
    }

ul.d-group li {
        clear: left;
        display: block;
    }
ul.d-group li a{
        font-size: small;
    }
.min-height-1{
    min-height: 8em;;
}
.b-login {
        margin-top: -5px;
        padding: 3px !important;
        min-width: 120px !important;
}
.b-login-in {
    min-width: 80px !important;}
    
footer ul li a:hover{
    color: #b3996a;
}
/* ----------------PRODUCTS---------------- */

.product_flygame{
    background: url(../images/products/product_airfighter-zh_tw.jpg);
}
.product_html5{
    background: url(../images/products/product_html5.jpg);
}
.product_live{
    background: url(../images/products/product_livechat.jpg);
}
.gmae_body{
    min-height: 22em;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gmae_body:hover{
    -webkit-background-size: 120% 120%;
    background-size: 120% 120%;
}
.gmae_body &gt; .gmae_info{
    font-size: .8em;
    padding: 2em;
    background: transparent;
    position: absolute;
    top: 5em;
    left: 0;
    bottom: 0;
    right: 0;    
}

.gmae_body &gt; .gmae_info .container p{
    color: #ffffff;
}
.gmae_body &gt; .gmae_info .container h4 {
    font-weight: 600;
    color: #b3996a;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}
.gmae_body:hover &gt; .gmae_info{
    font-size: .8em;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(9, 0, 0, 0.5)40%, rgba(0, 0, 0, 0)60%);
    background: -moz-linear-gradient(90deg, rgba(9, 0, 0, 0.5)40%, rgba(0, 0, 0, 0)60%);
    background: -webkit-linear-gradient(90deg, rgba(9, 0, 0, 0.5)40%, rgba(0, 0, 0, 0)60%);
    background: -o-linear-gradient(90deg, rgba(9, 0, 0, 0.5)40%, rgba(0, 0, 0, 0)60%);
    padding: 2em;
    position: absolute;
    top: 5em;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gmae_body &gt; .gmae_info .container
{   padding: 1em;
    overflow: hidden;
}


.gmae_info .button{
    position: absolute;
    right: .8em;
    bottom:.8em;
}

@media screen and (max-width: 575px){
    .gmae_body{
        -webkit-background-size: cover;
        background-size:cover;
    }
    .gmae_info{ top:0}
    .gmae_body &gt; .gmae_info .container
    {   padding: 0;
        height: 10em;
        overflow: hidden;
    }
}
/* ----------------SERVICE---------------- */
.our-services--element h4 {
    color: #b3996a;
}
.our-services--element p {
    color: #fff;
}
.our-services h2 {
    border-right: 5px solid #b3996a;
    color: #b3996a;
}
.four-elements .col-md-3 p{ color:#333;   font-size: .8em;}

/* ---------------ABOUT---------------- */
.about-page {
    background: url(../images/slider_about.jpg) ;
    background-size: cover;
    background-position: initial;
}
.our-history-about{ 
    background: url(../images/bg-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

/* ---------------NEWS---------------- */
.news-page {
    background: url(../images/slider_news.jpg) ;
    background-size: cover;
    background-position: initial;
}
.intro-page.single-page {
    padding: 135px 0 0;
}
.intro-page.single-page:before {
    content: "";
    background:none;
}
.news_item {
    /* max-height: 20em; */
}
.news_item p {
    font: 400 16px/30px "Open Sans";
    max-height: 13em;
    overflow: hidden;
}
.breadcrumb {
    background-color: #000000;
    border-radius: 0;
}
article {
    padding: 60px 0;
}
.news-single p{
    margin-top:1em ;
}
.navContent {
    background: #000000;
    border: 1px solid #ffc600;
    display: none;
    padding: 15px;
    margin-top: -10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 575px){
    .news_item p {
        font: 400 16px/30px "Open Sans";
        max-height: 13em;
        overflow: hidden;
        display: none;
    }
    .news_item a{
        margin-top: 0;
    }
}
/* ---------------ABOUT Services News &gt;&gt;&gt; Top Banner---------------- */
.intro-page .container {
    position: relative;
    z-index: 1;
    color: #b3996a;
    text-align: center;
}
.intro-page {
    padding: 200px 0 40px;}
/* ----------------RWD---------------- */

@media screen and (max-width: 1024px){
    header .menu li {
        float: left;
        margin-left: 30px;
    }
}

@media screen and (max-width: 575px){
    .logo {max-width: 180px;}
    .home-slider {
        margin-top: 70px;}
        
    .home-slider--wrapper__inner{padding-top: 0;}
    .b-login{ min-width: 90px !important;margin-left: 10px;}
    .news_item p {
        font: 400 16px/30px "Open Sans";
        max-height: 13em;
        overflow: hidden;
        display: none;
    }
    .intro-page {
        padding: 115px 0 40px;
    }
    footer {
        margin-bottom: 3em;
    }
}


/* -------------OPEN-MODAL------------- */
.modal-content {
    background: #100a03;
    box-shadow: 0px 0px 12px 2px #b3996a;
}

/*-----------------------------------
    1 - member
------------------------------------*/
.user_p{
    padding: 2em;
    border-bottom: solid 2px #777;
  }
  
  a.nav-link{
    color:#b3996a;
  }
  a.nav-link:hover{
    color:#6e6e6e;
  }
  
  .webUserMenu&gt;ul li.nav-item {
    border-right: solid #777 1px;
    width: 120px;
  }
  
  .user-icon {
    height: 46px;
    width: 50px;
    overflow: hidden;
    background: url('../images/userCenter.png');
    background-position: 8px 0;
    background-size: 120px;
    background-repeat: no-repeat;
    /* padding: 7px 0px 0px 55px; */
    text-align: center;
  }
  
  a.nav-link:hover .user-icon {
    background-position-x: -68px;
    transition: all 0.2s ease-in-out;
  }
  .user-icon.u-iconB  {
    background-position: 8px -55px;
  }
  .user-icon.u-iconC  {
    background-position: 8px -425px;
  }
  
  .user-icon.u-iconD  {
    background-position: 8px -490px;
  }
  
  .user-icon.u-iconE  {
    background-position: 8px -110px;
  }
  
  .user-icon.u-iconF  {
    background-position: 8px -175px;
  }
  
  table {
    width: 100% !important;
  }
  table th {
    background-color: #b3996a !important;
  }
  
  table tbody tr:nth-of-type(even) {
    background-color: #b7b7b7 !important;
  }
  .page-link {
    color: #ffffff;
    background-color: #b3996a;
    border: 1px solid #6b5734;
  }
  .page-link:hover {
    color: #202020;
    text-decoration: none;
    background-color: #b3996a;
    border-color: #746549;
}
  .btn-primary {
    color: #fff;
    background-color: #b3996a;
    border-color: #b3996a;
    border-radius: 0 !important;
  }
  .btn-primary:hover {
    color: #b3996a;
    background-color: #ffffff;
    border-color: #b3996a;
  }
  .title .title-blue {
    color: #000;font-weight: 600;
}
.width-120{
    width: 120px;;
}
  /*-----------------------------------
      1 - wallet_transfer
  ------------------------------------*/
  .transfer_select{
    min-width: 200px;
  }
  /*
    desposit
  */
  .pay {background:#b3996a;text-align:center;margin:10px 0;padding:15px;}
  .payicon,.member .nav-pills&gt;li&gt;a {display:inline-block;margin:0 5px 10px 5px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;border:5px solid #999;background:#FFF;position:relative}
  .payicon:hover,.current, .member .nav-pills li.active a{border:5px solid #e55c00;}
  .pay .current::after{content:'';position:absolute;bottom:-30px;left:50%;margin-left:-15px;width: 0;height: 0;border-style: solid;border-width: 0 15px 20px 15px;border-color: transparent transparent #e55c00 transparent;}
  .payicon img{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);-ms-filter: grayscale(100%); -o-filter: grayscale(100%);  filter: grayscale(100%);}
  .payicon:hover img,.pay .current img{-webkit-filter: grayscale(0); -moz-filter: grayscale(0);-ms-filter: grayscale(0); -o-filter: grayscale(0);  filter: grayscale(0);}
  table.wdn_responsive_table tr{
    line-height: 40px;
  }
  table.wdn_responsive_table th, table.wdn_responsive_table td{
    padding-left: 5px;
  }
  /*-----------------------------------
    Medium devices (tablets, 768px and up)
------------------------------------*/
@media screen and (max-width: 768px) {
    /*---RWD TABLE---*/
    table tbody tr:nth-of-type(even) ,
    table.wdn_responsive_table tbody td:nth-of-type(even) {
        background-color: #fff !important;
    }

    table tbody td {
        border-top: 0 !important;
        padding: 5px !important;
    }
    .td-date{
      color:#de1f1f;
    }
    .border-sm-1{
      border-bottom: #777 solid 2px;
    }
    .mobUserMenu.d-lg-none {
        padding: 0;
    }

}

/*-----------------------------------
    Extra large devices (large desktops, 1200px and up)
------------------------------------*/
@media screen and (max-width: 1200px) {
    .user_p{
        padding: 0em;
        border-bottom: solid 2px #777;
      }
      .mobUserMenu &gt; ul li.nav-item {
        font-size: .8em;
      }
      .mobUserMenu &gt; ul li.nav-item &gt; .nav-link {
        display: block;
        padding: 0rem 0.5rem;
        height: 85px;
      }
      
    }

    /* ----------------
        å„ªæƒ&nbsp;æƒ…å&nbsp;± news-------------- */
    .card {
        background: transparent;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #b3996b;
        margin-bottom: .5em;
    }
    .card-body {
        BACKGROUND: #FFF;
        color: #000;
    }
    .card-header{padding: 0;}

   /* ----------------
        web logo-------------- */
    .logo a img {
        max-height: 80px;
    }
    @media screen and (max-width: 1024px) {
        .logo a img {
            max-height: 50px;
        }

    }

   /* ----------------
        mob-banner-------------- */
    @media screen and (max-width: 500px) {
        .slick-slide img {
            display: block;
            max-width: 120%;
            margin-left: 20%;
            text-align: center;
        }
    }
    /*
    modal
    */
    .modal-box{  }
    .modal-box .show-modal{
        color: #fff;
        background: #181818;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: capitalize;
        padding: 13px 15px;
        margin: 80px auto 0;
        border: none;
        outline: none;
        display: block;
        transition: all 0.3s;
    }
    .modal-box .show-modal:hover,
    .modal-box .show-modal:focus{
        color: #fff;
        border: none;
        outline: none;
        text-decoration: none;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
    }
    .modal-backdrop.in{ opacity: 0; }
    .modal-box .modal{ top: 70px !important; }
    .modal-box .modal-dialog{
        width: 350px;
        margin: 30px auto 10px;
    }
    .modal-box .modal-dialog .modal-content{
        background: #181818;
        border-radius: 0;
        box-shadow: 0 0 20px -7px rgba(0,0,0,0.8);
        position: relative;
    }
    .modal-box .modal-dialog .modal-content .close{
        color:#999;
        font-size: 35px;
        font-weight: 300;
        text-shadow: none;
        opacity: 1;
        position: absolute;
        left: auto;
        right: 10px;
        top: 2px;
        z-index: 1;
        transition: all 0.3s;
    }
    .modal-box .modal-dialog .modal-content .close:hover{ color: #FCFCFC; }
    .modal-box .modal-dialog .modal-content .modal-body{ padding: 30px 30px 30px !important; }
    .modal-box .modal-dialog .modal-content .modal-body .title{
        color: #FCFCFC;
        font-size: 50px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0 0 5px 0;
    }
    .modal-box .modal-dialog .modal-content .modal-body .sub-title{
        color: #fff;
        font-family: 'Satisfy', cursive;
        font-size: 40px;
        font-style: italic;
        text-transform: capitalize;
        margin: 0 0 10px 0;
    }
    .modal-box .modal-dialog .modal-content .modal-body .description{
        color: #999;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0 0 15px;
    }
    .modal-box .modal-dialog .modal-content .modal-body .subscribe{
        color: #FCFCFC;
        background: transparent;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 5px 20px;
        border: 1px solid #FCFCFC;
        border-radius: 50px;
        overflow: hidden;
        display: block;
        transition: all 0.3s;
    }
    .modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{
        color: #181818;
        background-color: #FCFCFC;
    }

    @media only screen and (max-width: 359px){
        .modal-dialog{ width: 98% !important; }
    }</pre></body></html>