
.fix_top {
    position: fixed;
    top: 0;
    width: 100%;
    background: url("../images/menu_bg.png") top center no-repeat;
    height: 133px;
    /* z-index: 99999999999999999999; */
    z-index: 999999999;
    min-width: 1300px;
}

.about_inside{
  width: 900px;
  background: rgba(0,0,0,0.6);
  margin: 60px auto 0 auto;
  padding: 0 40px;
}
.section {

    text-align: center;
    overflow: hidden;
}

.skillbar {
    cursor: pointer;
}

.hide {
    display: none;
}

.display {
    display: block;
}


/* flash alert styles */

.flash-container {
    width: 100%;
    position: fixed;
    z-index: 700;
    padding-top: 20px;
    font-weight: bold;
}

.alert {
    text-align: center !important;
    width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #211809 !important;
}


/* Nav Screen */

.nav-screen {
    height: 100%;
    z-index: 500;
    position: fixed;
    background-color: #000;
    opacity: 1;
    right: -285px;
    /* start off behind the scenes */
    -webkit-font-smoothing: antialiased;
    position: fixed;
    width: 285px;
}

.nav-screen .active {
    display: block;
}


/* nav header links */

.nav-brand {
    /* position: fixed; */
    /* left: 0; */
    /* z-index: 600; */
    /* padding: 5px 10px; */
    float: left;
    margin: 7px 0 0 0;
}

.nav-brand img {
    /* width: 220px; */
    margin: 0 0 0 0px;
}

.fa-bars {
    display: none !important;
    color: #FF6363;
    float: right;
    padding: 20px;
    position: fixed;
    right: 0;
    z-index: 500;
    cursor: pointer;
}

.fa-times {
    color: #FF6363;
    float: right;
    padding: 20px;
    right: 0;
    z-index: 600;
    cursor: pointer;
}

.header-links {
    /* position: fixed; */
    /* width: 100%; */
    /* z-index: 500; */
    float: right;
    /* height: 85px; */
    /* background: #000c32 !important; */
    /* background: rgba(41, 39, 52, 0.8) !important; */
}


.header-links li {
    color: white;
    display: inline;
    float: right;
    padding: 15px 22px;
    font-size: 16px;
}

.header-links a {
    color: #fff !important;
    -webkit-transition: all 0.2s ease-in;
    font-family: 'Microsoft JhengHei', sans-serif !important;
    font-size: 15px;
    position: relative;
}

.header-links a:hover {
    color: #ffffff !important;
}


/* slide out nav menu styles */

.nav-container {
    padding-top: 10%;
}

.nav-links {
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.nav-links ul {
    margin-top: 15%;
    text-align: center;
    padding-top: 10%;
}


.nav-links a {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 2.5;
    font-weight: bold;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

.nav-links a:hover {
    color: #FF6363;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#fp-nav ul li .fp-tooltip {
    color: #5F5F5F !important;
}


/* Expanding border effect */

.header-links a::after {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: width 0.6s, opacity 0.8s;
    -moz-transition: width 0.6s, opacity 0.8s;
    transition: width 0.6s, opacity 0.8s;
}

.header-links a.active::after {

    width: 60px;

    opacity: 1;

}



.header-links a:hover::after,
.header-links a:focus::after {
    opacity: 1;
    width: 100%;
}


/* main header section */

.opaque-bg {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    padding: 1px 1px 5px 5px;
}






.contact {


    background-size: cover;
}

.head_right_btn {
    float: left;
    margin-top: 25px;
    margin-left: 20px;
}

.head_focus {
    color: white;
    font-weight: 600;
    width: 230px;
    margin: 0px auto 29px auto;
    font-size: 32px;
    border: 3px solid #ffffff;
    height: 60px;
    line-height: 50px;
    text-shadow: -3px 1px 5px rgba(0, 0, 0, 0.75);
}

.head_focus span {
    text-shadow: -3px 1px 5px rgba(0, 0, 0, 0.75);
}


.head_left_btn {
    float: left;
}

.head_boxers {
    width: 640px !important;
    margin: 0 auto;
    margin-top: 35px;
}

.head_right_btn p:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/d_arrow.png) no-repeat;
    margin-left: 10px;
}



.aboutme p {
    color: white;
    font-weight: 600;
    width: 230px;
    margin: 22px auto 0 auto;
    font-size: 26px;
    background: rgba(0, 0, 0, 0.7);
    height: 56px;
    line-height: 56px;
}


/* bouncing arrow */

.fa-chevron-down {
    color: #fe000a !important;
    bottom: 10px;
    margin-left: -30px;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: 1.2s ease;
}


/* Scroll down indicator (bouncing) */

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


/* about section */


/* Skill bars */

.container-skillbar {
    width: 100%;
    padding-top: 30px;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    overflow: none;
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: #efefef;
    height: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background: #6adcfa;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.skillbar-title span {
    display: block;
    background: rgba(0, 0, 0, 0.15);
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.skillbar-bar {
    height: 30px;
    width: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    color: rgba(0, 0, 0, 0.5);
}


/* portfolio section */

.content {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.content-slide {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.content-slide img {
    width: 70%;
}

.fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #FF6363 !important;
    right: 45px !important;
}

.fp-controlArrow.fp-prev {
    border-color: transparent #FF6363 transparent transparent !important;
    left: 45px !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: rgba(255, 255, 255, 1) !important;
}


/* contact us styles */

.fa-paper-plane {
    color: #484848;
}


/* paper plane shake on hover */

.plane-animated {
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}

.fa-paper-plane:hover {
    /* Toggle our animation play state to running when we are hovering over our sticker */
    animation-play-state: running;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

.shake {
    animation-name: shake;
}


/* input field styles */

.contact-form {
    padding: 15px 15px 0px 15px;
}


.form-control {
    border: 1px solid rgba(0, 0, 0, 0.27);
    width: 100%;
    max-width: 100%;
    height: 20px;
    font-size: 16px;
    padding: 1em;
    margin: .5em 0 1.5em 0;
    /* font-weight: bold; */
}

textarea {
    min-height: 100px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

#submit {
    outline: none;
    padding: 12px;
    min-width: 200px;
    border-radius: 2px;
    border: 2px solid #FF6363;
    text-align: center;
    font-size: 1em;
    color: #FF6363;
    background-color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#submit:hover {
    background-color: #FF6363;
    color: white;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* footer styles */


.social-links a {
    color: white;
    padding: 0px 5px 0px 5px;
}

.social-links a:hover {
    color: #FF6363;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* smaller resolution styles */




/* loading screen animation */

.spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 25%;
    background-color: #2F2F2F;
    text-align: center;
    font-size: 10px;
    z-index: 1000;
}

.spinner>div {
    background-color: #FF6363;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


.blinking-cursor {
    font-weight: 500;
    margin-left: 4px;
    font-size: 20px;
    color: white !important;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes "blink" {
    from,
    to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-moz-keyframes blink {
    from,
    to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-webkit-keyframes "blink" {
    from,
    to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-ms-keyframes "blink" {
    from,
    to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-o-keyframes "blink" {
    from,
    to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.clearfix {
    clear: both;
    display: block;
}

.menu_ul {
    margin-top: 17px;
    padding-right: 20px;
}

.aboutme {
    animation: example 0.5s linear;
}

@keyframes example {
    0% {
        background-position-y: -30px;
    }
    100% {
        background-position-y: 0px
    }
}

.about_box {
    background: url(../images/img_home_about_banner.jpg) no-repeat;
    background-size: cover;
}

.news {
    background: url(../images/img_home_news_banner.jpg) no-repeat;
    background-size: cover;
}

.news p {
    color: #FFF;
    text-shadow: -2px 1px 3px rgba(0, 0, 0, 0.4);
}

.news h1 {
    color: #fff;
    font-weight: normal;
    font-size: 34px;
    padding: 20px 0 10px 0px;
    border-bottom: 3px solid #ff0900;
    width: 191px;
    margin: 0 auto;
}

.about_box .content {
    background: rgba(41, 39, 52, 0.7) !important;
    padding: 10px 45px;
    max-width: 1000px;
}

.about_box h1 {
    color: #fff;
    font-weight: normal;
    font-size: 34px;
    padding: 20px 0 10px 0px;
    border-bottom: 3px solid #ff0900;
    width: 191px;
    margin: 0 auto;
}

.about_box p {
    color: #FFF;
    font-size: 14px;
    padding: 20px 0;
    text-align: left;
}

.box {
    width: 33%;
    display: inline-block
}

.box .title {
    color: #FFF;
    margin: -15px 0 15px 0;
    font-weight: 200;
    font-size: 24px;
    letter-spacing: 1.1px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft JhengHei", sans-serif;
    color: #333;
}

table {
    text-align: left;
    line-height: 40px;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #ed1c40;
    width: 650px;
    margin: 50px auto;
    border-radius: .25rem;
}

thead tr:first-child {
    background: #ed1c40;
    color: #fff;
    border: none;
}

th:first-child,
td:first-child {
    padding: 0 15px 0 20px;
}

td a {
    color: #000000;
    text-decoration: underline;
}

thead tr:last-child th {
    /* border-bottom: 3px solid #ddd; */
}

tbody tr:hover {
    background-color: #fff;
    cursor: default;
}


tbody td {
    border-bottom: 1px solid #ddd;
    background: rgba(250, 250, 250, 0.9);
}

td:last-child {
    text-align: left;
    padding-right: 10px;
}

.button {
    color: #aaa;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -4px;
}

.edit:hover {
    color: #0a79df;
}

.delete:hover {
    color: #dc2a2a;
}

.contact_box {
    position: absolute;
}

.contact_box {
    position: absolute;
    top: 60%;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    
}

.contact .content {
    max-width: 9999px;
}

.left_f {
    float: left;
    color: #bdbdbd;
    font-size: 12px;
    padding-left: 40px;
}

.right_f {
    float: right;
    color: #FFF;
    color: #bdbdbd;
    font-size: 12px;
    padding-right: 40px;
}

.more {
    position: absolute;
    bottom: 0px;
    color: #fff;
    z-index: 9999;
    bottom: 10%;
    background: rgba(41, 39, 52, 0.8) !important;
    padding: 3px 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50px;
    text-align: center;
    font-size: 12px;
    border-radius: 7px;
}

.lang {
    color: white !important;
    border: 1px solid #fff;
    padding: 0px;
    height: 30px;
    width: 30px;
    border-radius: 22px;
    display: block;
    font-size: 13px !important;
    margin-top: -3px;
    line-height: 26px;
    text-align: center;
}


.header-links a.lang:hover::after,
.header-links a.lang:focus::after {
    display: none;
}

.thin {
    padding: 15px 5px !important
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
    background: #000;
    color: #fff !important;
    padding: 2px 14px;
    margin-top: -3px;
}

.header-links.darken {

    background: rgba(41, 39, 52, 0.95) !important;
}

#fp-nav ul.darken li a span,
.fp-slidesNav ul.darken li a span {
    background: rgb(101, 101, 101) !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 5px;
    width: 5px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#googlemaps {
    height: 100%;
    width: 100%;
    top: 0;
    position: static;
    overflow: hidden;
}


.contact_box .title {
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.address {
    width: 24%;
    padding-left: 65px;
    margin-left: 13%;
    text-align: left;
    box-sizing: border-box;
    background: url(../images/contact_1.jpg) left center no-repeat;
    float: left;
    height: 62px;
}

.tel {
    width: 25%;
    padding-left: 65px;
    text-align: left;
    box-sizing: border-box;
    background: url(../images/contact_2.jpg) left center no-repeat;
    float: left;
    height: 42px;
    margin-top: 10px;
}

.email {
    width: 20%;
    padding-left: 72px;
    text-align: left;
    box-sizing: border-box;
    background: url(../images/contact_3.jpg) left center no-repeat;
    float: left;
    height: 51px;
    margin-top: 5px;
}


.more:hover {
    color: #FFF;
    text-decoration: underline !important;
}


#fp-nav ul li .fp-tooltip {
    font-family: 'Microsoft JhengHei', sans-serif !important;
}


.head_banner {
    background: url(../images/img_home_hero_banner.jpg) top -266px center no-repeat;
    height: 320px;
}

.inner {
    background-color: #efefef;
}

.inner_content {
    max-width: 1000px;
    background-color: #FFF;
    /* border: 1px solid #ccc; */
    margin: 40px auto 0 auto;
    min-height: 50px;
}

.inner#customer_service .inner_content {
    margin-top: 35px;
}

.inner .photo img {
    width: 385px;
}

.inner#business_overview .photo img {
    width: 220px;
}

.inner#business_overview .content_box .text {
    float: right;
    width: 100%;
}

.inner#business_overview .content_box .text .title {

    width: 100%;
}


.inner#news_detail .content_box .text {
    float: right;
    width: 100%;
}


.inner#news_detail .content_box .text .title {
    font-size: 26px;
}


.inner .photo {
    float: left;
}

.inner .content_box {
    padding: 25px;
    /*box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);*/
    margin-bottom: 25px;
}

/* .inner .content_box .text {
    float: right;
    width: 525px;
} */






.inner .content_box .text>.title {
    font-size: 40px;
    /*border-right: 1px solid #c5151a;*/
    padding-bottom: 20px;
    /* width: 520px; */
    line-height: 1;
    padding-left: 0px;
    padding-right: 0px;
}


.inner .content_box .text>.title ul>li{
    background-color: #64646423;
}
.inner .content_box .text>.title ul>li.active{
    background-color: #6141412e;
    border-bottom: 1px solid #c5151a;
    margin-bottom: 1px;
}

.inner .content_box .text>.title a{
    color: #000;
    font-size: 30px;
    padding: 3px ;
    position: relative;
}
.inner .content_box .text>.title a:hover{
    text-decoration: none !important;
}

.inner .content_box .text>.title a.active{
    color: #000;
    /* background: #7a79791f; */
    padding: 3px;
    font-size: 30px;
}

.inner .content_box .text>.title a.active:after{
    content:"";
    position: absolute;
    bottom: 20px;
    left: 157px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
   border-color: transparent transparent transparent #C5151A;
    /* border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #c5151a transparent; */
}



.inner .content_box .text .content {
    padding: 5px 2px;
    font-size: 14px;
    line-height: 19px;
    max-width: 100%;
}

.inner#customer_service .content_box .text,
.inner#deposit_method .content_box .text,
.inner#fee .content_box .text,
.inner#terms .content_box .text {
    width: 100%;
}




.long_box {
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
}

.long_box>.left {
    float: left;
    width: 200px;
    text-align: center;
}

.long_box>.left img {
    width: 140px;
    margin: 20px 0;
}

.long_box>.right {
    float: right;
    width: calc(100% - 200px);
    border-left: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.long_box p {
    font-size: 14px;
}

.long_box ul {
    font-size: 14px;
}

.long_box ul {
    margin: 16px 0 0 18px;
    list-style: disc;
}

.long_box ul li {
    margin: 10px 0 0 16px;
}


.long_box .remark {
    background: #efefef;
    padding: 6px 15px;
}

.long_box .left .title {
    font-size: 18px;
    font-weight: bold;
}

.inner#fee .content_box .content>.title {
    background: #efefef;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;
}

.inner#customer_service .content_box .text>.title,
.inner#deposit_method .content_box .text>.title,
.inner#fee .content_box .text>.title,
.inner#terms .content_box .text>.title {
    width: 100%;
}

.inner .content_box .text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.inner#customer_service .intro>.title {
    background-color: #ececec;
    font-size: 20px;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.inner#customer_service .intro>p {
    font-size: 14px;
    line-height: 19px;
    padding: 0 16px;
}

.inner#customer_service .intro>p>.highlight {
    display: inline-block;
    padding: 10px;
    margin: 10px 15px 0px 0;
    border: 1px solid #d6d6d6;
    font-weight: bold;
    color: #000;
}

.inner#customer_service .intro ul {
    margin: 16px 0 0 18px;
    list-style: disc;
}

.inner#customer_service .intro>ul li {
    margin: 10px 0 0 16px;
}

.inner#terms ul {
    margin: 16px 0 0 18px;
    list-style: disc;
}

.inner#terms ul li {
    margin: 10px 0 0 0px;
}

.inner#terms .content .title {
    display: block;
    background: #e2e2e2;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.inner#fee .text ul {
    margin: 16px 0 30px 18px;
    list-style: disc;
}

.inner#fee .text ul li {
    margin: 10px 0 0 16px;
}

.inner#fee .text ul ul {
    margin-top: 5px;
    list-style: decimal;
}

.inner#customer_service .half_box {
    width: 46%;
    float: left;
    margin-left: 15px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #d6d6d6;
    margin-top: 10px;
    height: 410px;
    margin-bottom: 20px;
    text-align: center;
}

.inner#customer_service .half_box.second {
    float: right;
    margin-right: 15px;
    margin-left: 0;
}

.half_box img {
    width: 23%;
    margin-bottom: 15px;
}

.inner#customer_service .half_box .title {
    background-color: #ececec;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: bold;
}

.inner#customer_service .half_box ul li {
    margin-bottom: 10px;
    text-align: left;
}


html,
body.inner {
    height: 100%;
}

.type_title {
    text-align: center;
    font-size: 22px;
    padding-bottom: 18px;
    font-weight: bold;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -35px;
}

.page-wrap:after {
    content: "";
    display: block;
}


.business_type {
    width: 30.2%;
    margin-right: 3%;
    float: left;
}

.business_type img {
    width: 120px;
    text-align: center;
    margin-bottom: 18px;
    margin-left: 81px;
    margin-top: 19px;
    /* margin: 0 auto */
}



#download table {
    text-align: left;
    line-height: 40px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e6e6e6;
    width: 495px;
    margin: 00px auto;
    border-radius: .25rem;
}

#download table th {
    border-bottom: 1px solid #ddd;
}

#download table thead tr {
    background-color: #FFF;
    color: #000000;
}

#download table tr td a:after {
    content: url(../images/icon_download.png);
    display: inline;
    margin: 0px 10px 0 10px;
    line-height: 0px;
    vertical-align: middle;
}

#download table.no_download tr td a:after {
    display: none;
}


table tr td a:after {
    content: url(../images/icon_download.png);
    display: inline;
    margin: 0px 10px 0 10px;
    line-height: 0px;
    vertical-align: middle;
}

#download table tr td a {
    color: #000000;
    text-decoration: none !important
}

#download table tr td a:hover {
    color: #000000;

    text-decoration: underline !important
}


#contact #googlemaps {
    height: 300px;
    width: 450px;
    top: 0;
    overflow: hidden;
    float: left;
}

#contact .page-wrap{

    height: 100%;
    width: 100%;
}
#contact .c_box {
    float: right;
    margin-left: 15px;
    width: 484px;
}

#contact.inner .content_box .title {
    font-size: 40px;
    border-bottom: 2px solid #c5151a;
    padding-bottom: 20px;
    width: 480px;
    line-height: 1;
    padding-left: 12px;
}

#contact.inner .content_box p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 35px;
    padding: 1px 16px;
}

@media only screen and (max-width: 1000px) {
    .page-wrap {

        margin-bottom: 0px;
    }
}


.head_news {
    text-align: left;
    line-height: 35px;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    width: 820px;
    margin: 20px auto;
    border-radius: .25rem;
}

.head_news thead th {
    background-color: #000000 !important;
    line-height: 40px;
    font-size: 16px;
}

.head_news thead td {
    background-color: #5a5a5a;
    color: #ffffff;
}

table.head_news tr td a:after {
    display: none;
}

table.head_news td,
table.head_news th {
    border-bottom: 1px solid rgba(250, 250, 250, 0.3);
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 15px;
    line-height: 17px;
    height: 140px;
    font-weight: bold;
    vertical-align: top;
}

table.head_news td {
    padding-top: 10px;
    padding-bottom: 10px;
}

table.head_news td img {
    margin-top: 10px;
}

table.head_news a {
    color: #ffffff;
}

table.head_news tbody tr:hover td {
    background-color: rgba(0, 0, 0, 1) !important
}

.head_boxer {
    width: 200px;
}





.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0px 0px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination li {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}




.pagination .Prev {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-left: 1px solid #ddd !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    font-family: Arial, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", 'icomoon';
}

.pagination .pgNext {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-left: 0px;
    font-family: Arial, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", 'icomoon';
}


.pagination>li,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #000;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination>.active,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #c39664;
    border-color: #c39664;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777777;
    background-color: #ffffff;
    cursor: not-allowed;
}

.pagination li.pgCurrent {
    color: #fff;
    background-color: #fcb252;
    border-color: #fcb252;
    cursor: default;
}

.pagination li {
    cursor: pointer;
}

.pagination li.pgCurrent {
    color: #fff;
    background-color: #8c8c8c;
    border-color: #9e9e9e;
    cursor: default;
}


.back_btn {
    background: #d8d8d8;
    width: 75px;
    height: 30px;
    padding-left: 15px;
    line-height: 30px;
    color: #000000;
    margin-left: 13px;
    display: block;
}

.header-links a:before {
    content: "";
    position: absolute;
    height: 29px;
    top: -5px;
    right: -31px;
    width: 19px;
    background: url(../images/menu_line.png) no-repeat;
}

.header-links a.no_line:before {
    display: none
}

.back_btn:after {
    content: "";
    display: inline-block;
    background: url(../images/paging_r.png) no-repeat;
    width: 12px;
    height: 9px;

    margin-left: 5px;
}


table.head_news th {
    height: auto;
    line-height: 40px;
    font-size: 16px;
}

.right_fix_item {
    position: fixed;
    right: 90px;
    top: 180px;
    height: 658px;
    width: 137px;
    z-index: 999999999;
}

.right_fix_item a {
    display: block;
    width: 120px;
    height: 130px;
    background: #f6f6f6;
    margin-bottom: 20px;
    padding: 0px;
    text-align: center;
    color: #273e69;
    border-radius: 5px;
    padding-top: 10px;
    border: 1px solid #ccc;
}

.right_fix_item a span {
    display: block;
    font-size: 14px;
    margin-top: 9px;
    line-height: 1;
}

.right_fix_item a:hover span {
    color: #4a71ac
}

.left_fix_num {
    background: url(../images/number_call.png);
    position: fixed;
    left: 0px;
    top: 136px;
    height: 285px;
    width: 289px;
    z-index: 999999999;
}
.left_fix_gift {
    background: url(../images/gift.png);
    position: fixed;
    left: 20px;
    top: 430px;
    height: 260px;
    width: 250px;
    z-index: 999999999;
}


.flexslider .slides > li{
  width: 1150px;
  height: 550px;
  position: relative;
}

.flexslider{
  width: 1150px;
  height: 550px;
  margin: 0 auto !important;
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.3);
}

.slide_bg{
  width: 100%;
  height: 538px;
  /* border: 4px solid #ffffff; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.slide_a{
  background: url(../images/banner1.jpg) no-repeat top center;
}

.slide_b{
  background: url(../images/banner2.jpg) no-repeat top center;
}

.slide_c{
  background: url(../images/banner3.jpg) no-repeat top center;
}

.slide_d{
  background: url(../images/banner4.jpg) no-repeat top center;
}

.flexslider {

    border: 6px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.section{
  background: url(../images/gray_bg.jpg) no-repeat;
  -webkit-background-size: cover !important;
       -o-background-size: cover !important;
          background-size: cover !important;
}

.flexslider .text{
    font-size: 53px;
    color: #000;
    font-weight: bold;
    position: absolute;
}

.slide_a .text{
  color: #2078b7;
  top: 10px;
  left: 40px;
}

.slide_b .text{
      background: #484848;
    top: 40px;
    padding: 5px 30px;
    color: #fff;
    right: 60px;
}

.slide_c .text{
      background: #1b3050;
    top: 40px;
    padding: 5px 30px;
    color: #fff;
    right: 60px;
}

.slide_d .text {
    background: #484848;
    top: 222px;
    padding: 5px 30px;
    color: #fff;
    right: 310px;
}


.slide_a .num{
    color: #ffffff;
    position: absolute;
    font-weight: bold;
    font-size: 33px;
    top: 88px;
    left: 43px;
    line-height: 55px;
    height: 55px;
    width: 370px;
    text-align: center;
    background: url(../images/slider_bg_bar.png) no-repeat;
}


#fp-nav.right{
  display: none;
}

.about_box{
    width: 1170px;
    font-size: 15px;
    margin: 0 auto;
    height: 723px;
    border: 6px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.3);
  }

  .download_section {
    width: 1170px;
    font-size: 15px;
    margin: 0 auto;
    height: 723px;
    border: 6px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.3);
        background: url(../images/home_download_bg.jpg) no-repeat;
    background-size: cover;

    position: relative;
}

  .contact_section {
    width: 1170px;
    font-size: 15px;
    margin: 0 auto;
    height: 723px;
    border: 6px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.3);

    background-size: cover;

    position: relative;
}



  .commentry_section {
    width: 1170px;
    font-size: 15px;
    margin: 0 auto;

    border: 6px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.3);
        background: #ffffff;
    background-size: cover;

    position: relative;
}

  .commentry_section h2{
      font-size: 38px;
      width: 200px;
      border-bottom: 3px solid #ed1c40;
      margin: 20px auto 0 auto;
      padding-bottom: 13px;
  }

 .commentry_box  {
    width: 980px;
    margin: 0px auto 0 auto;
    /* padding: 1px 40px; */
    position: relative;
}

 .commentry_box table{
     color: #FFF;
     border: none;
     width: 1000px;
     border-collapse: collapse;
     margin-top: 30px;
     border: 1px solid #e4e4e4;
     border-bottom: none;
 }

 .commentry_box table td{
     color: #000;
     background: #FFF;
     border-bottom: 1px solid #e4e4e4;
     border-left: none;
     border-right: none;
     line-height: 18px;
     padding: 10px 15px;
 }

 .commentry_box table .hidden_tr td .box{
    width: 100%;
     overflow: hidden;
     display: none;  padding: 10px 15px;    background-color: #f5f5f5;
 }
 .commentry_box table .hidden_tr.active td div {
     border-bottom: 1px solid #e4e4e4;
       
 }
  .commentry_box table .hidden_tr td{
      padding: 0;
      border: none;
  }

.commentry_box table .heading td{
    background-color: #f5f5f5;
}

.commentry_box table td .more_drop {
    display: inline-block;
    background-color: #4a4a4a;
    color: #FFF;
    /* width: 50px; */
    height: 26px;
    padding: 0 11px;
    line-height: 26px;
    border-radius: 3px;
    cursor: pointer;
}

.commentry_box table td .more_drop.active:after {
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #ffffff transparent;
    vertical-align: top;
}


.commentry_box table td .more_drop:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    /* line-height: 28px; */
    vertical-align: bottom;
    margin: 0 0 0 3px;
}



.download_section:after {
    content: "";
    height: 196px;
    top: 244px;
    right: 145px;
    position: absolute;
    width: 193px;
    background: url(../images/icon_document.png) no-repeat;
}

.download_box {
    width: 980px;
    background: rgba(0,0,0,0.6);
    margin: 92px auto 0 auto;
    padding: 1px 40px;
    position: relative;
}

.download_box table {
    text-align: left;
    line-height: 40px;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    width: 650px;
    margin: 50px 0;
    border-radius: 0px;
    color: #fff;
}

.download_box table tbody td {
    border-bottom: 1px dotted #ddd;
    background: none;
    color: #FFF !important;
}
.download_box table tbody td a {

    color: #FFF !important;
}

.download_box table tbody tr:hover {
    background: none;
    cursor: default;
}

.download_box table tr td a:after {
display: none;
}

.download_box table tr td .download_icon {
    width: 17px;
    display: block;
    height: 13px;
    text-align: right;
    background: url(../images/icon_download2.png) no-repeat;
}


@media screen and (max-width: 767px) {

.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}

.fp-section.fp-table,.fp-tableCell{
    height: 800px !important;
}

#contact .page-wrap{
    position: relative;
    height: 100%;
    width: 100%;
}
.right_fix_item {
    position: fixed;
    right: 0;
    top: 100px;
    height: 658px;
    width: 137px;
    z-index: 999999999;
        transform: scale(0.7);
}
.left_fix_num {
    position: fixed;
    left: 0px;
    top: 136px;
    background-size: contain;
    height: 130px;
    width: 130px;
}
.left_fix_gift {
    position: fixed;
    left: 10px;
    top: 290px;
    background-size: contain;
    height: 119px;
    width: 116px;
}

#contact #googlemaps{
    position: absolute !important
}

#googlemaps{
        position: static !important
}

}


.info ul{
    margin-left: 10px;
}

.sub_title{
        font-weight: bold;
    font-size: 17px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.inner#terms .content .title{
    margin-top: 20px;
}

.trading_info{
text-align: left;
    line-height: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.trading_info td{
        border: 1px solid #ddd;
        text-align: center;
        vertical-align: middle;
        background: #fff;
        padding: 10px 0 !important;
        font-size: 13px;
}

.trading_info td.timer_td{
    line-height: 14px;
}

.trading_info .header td{
    background-color: #f1f1f1;
    /* border: 1px solid #fff; */
}

.dot{
    display: inline-block;
    width: 7px;
    height: 17px;
    background: url(../images/dot_dot.png) no-repeat center;
}

.dot2{
    display: inline-block;
    width: 13px;
    height: 29px;
    background: url(../images/dot_dot2.png) no-repeat center;
}

@media screen and (max-width: 1650px) and (min-width: 768px) {

.right_fix_item {
    position: fixed;
    right: -20px;
    top: 95px;
    height: 658px;
    width: 137px;
    z-index: 999999999;
}

.header-links a:before {
    content: "";
    position: absolute;
    height: 29px;
    top: -5px;
    right: -25px;
    width: 19px;
    background: url(../images/menu_line.png) no-repeat;
}

.left_fix_num {
    background: url(../images/number_call.png);
    position: fixed;
    left: -16px;
    top: 71px;
    height: 230px;
    width: 230px;
    background-size: contain;
    z-index: 999999999;
}

.left_fix_gift {
    background: url(../images/gift2.png) no-repeat;
    position: fixed;
    left: 0px;
    top: 289px;
    height: 216px;
    width: 203px;
    background-size: contain;
    z-index: 999999999;
}
.right_fix_item a {
    display: block;
    width: 110px;
    height: 120px;
    background: #f6f6f6;
    margin-bottom: 10px;
    padding: 0px;
    text-align: center;
    color: #273e69;
    border-radius: 5px;
    padding-top: 10px;
    border: 1px solid #ccc;
}

.header-links {
    float: none;

}

.header-links li {
    color: white;
    display: inline;
    float: right;
    padding: 15px 15px;
    font-size: 16px;
}

.fix_top .container {
    width: 1050px;
    
}

.flexslider {
    width: 950px;

}

.slide_d .text {
    background: #484848;
    top: 222px;
    padding: 5px 30px;
    color: #fff;
    /* right: 310px; */
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 550px;
}

.commentry_section {
    width: 950px;


}

.commentry_box table {

    width: 800px;

}

.about_box {
    width: 950px;

}.about_inside {
    width: 850px;
    background: rgba(0,0,0,0.6);
    margin: 50px auto 0 auto;
    padding: 16px 40px;
}

.download_section {
    width: 950px;
    font-size: 15px;
    margin: 0 auto;
    height: 470px;
    border: 6px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.3);
    background: url(../images/home_download_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.download_box {
    width: 710px;
    background: rgba(0,0,0,0.6);
    margin: 25px auto 0 auto;
    padding: 1px 40px;
    position: relative;
}

.download_section:after {
display: none;
}

.contact_section {
    width: 950px;
    font-size: 15px;
    margin: 0 auto;
    height: 450px;
    border: 6px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.3);
    background-size: cover;
    position: relative;
}

.address {
    width: 29%;
    padding-left: 65px;
    margin-left: 6%;
    text-align: left;
    box-sizing: border-box;
    background: url(../images/contact_1.jpg) left center no-repeat;
    float: left;
    height: 62px;
}

.slide_bg{
    height: 450px;
}

.flexslider {

    height: 460px;

}

.commentry_section h2 {

    margin: 10px auto 0 auto;

}
.commentry_box table {

    margin-top: 15px;

}
.commentry_box table td {

    padding: 6px 10px;
}

.about_box {

    height: 465px;

}
.about_box p {

    padding: 10px 0;

}
.about_box .box {
display: none;
}

.download_box table {
    text-align: left;
    line-height: 32px;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    width: 650px;
    margin: 20px 0;
    border-radius: 0px;
    color: #fff;
}

}

.inner .content_box{
    position: relative;
}

.table_bank{
    width: 100%;
    border: none;    border-collapse: collapse;    margin: 0px 0 20px 0;
}

.table_bank td, .table_bank th{
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 10px;
}

.table_bank th{
    background-color: #f3f3f3;
}

.table_bank td{
background-color: #ffffff;

}
.logo{
    width: 60px;
    height: 60px;
}