
.img-responsive {display: block;width: 100%;height: auto;}

.background-top{background-position: top !important;}

.dark {color:#424b53;}
.white {color:#fff;}

.workflow-flag {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #aabd3d transparent transparent transparent;
    position: relative;
    margin-bottom: -60px;
}

.workflow-flag span {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    position: absolute;
    top: -50px;
    left: 10px;
    font-size: 25px;
    text-shadow: 3px 3px 5px #888888;
    font-weight: bolder;
    color: #fff;
    line-height: 16px;
}

.workflow p {text-align: center;}


.workflow-flag-intro-small {
    position: relative;
    margin-top: 0px;
    background-color:#aabd26;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-weight: 600;
    height:40px;
    text-align: center;
}
.product-intro {padding-top: 10px;}
.product-img {float:left;}
.product-img img {width:30px;margin-top:-5px;}
.product-title {padding-left:35px;line-height:20px;font-size:14px;}
.product-title a {text-decoration:none;}



.herobanner {
    position: relative;
    border-radius: 0 0 0px 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    width: 100%;
}

/*contact us*/
.page_contact h4 {font-size: 18px;margin-bottom: 10px;}
.contact_wrap {margin-top:20px;width:100%;min-height:170px;}
.contact_wrap .address {float:left;width:60%;}
.contact_wrap .address p {line-height:22px;font-size: 14px;}
.contact_wrap .qrcode {float:right;width:35%;text-align: center;}
.contact_wrap .qrcode p {line-height:22px;font-size: 14px;}

/*form*/

form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
    display: block;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    outline: none;
    border: 1px solid #cacbcb;
    line-height: 1.5em;
    width: 100%;
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.9em;
    color: #424b53;
    background-color: #fff;
}

.select__wrap {
    display: block;
    box-sizing: border-box;
    padding: 0;
    outline: none;
    border: 1px solid #cacbcb;
    line-height: 1.5em;
    width: 100%;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1em;
    color: #424b53;
    background-color: #fff;
    background-image: url(/images/select-arrow-green.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
    background-position: right center;
    margin-bottom: 10px;
}

.select__wrap select {
    width: 100%;
    font-family: inherit;
    font-size: 0.9em;
    color: #424b53;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none;
    background-color: transparent;
    box-sizing: border-box;
    border: none;
}

/*form*/


/*webinar*/
.icon2 {
    background: url(../../images/icon2.png) no-repeat left;
}
.icon1 {
    background: url(../../images/icon1.png) no-repeat left;
}
.icon3 {
    background: url(../../images/icon3.png) no-repeat left;
}
.icon4 {
    background: url(../../images/icon4.png) no-repeat left;
}
.icon5 {
    background: url(../../images/icon5.png) no-repeat left;
}
.icon {
    height: 36px;
    line-height: 40px;
    background-color: #f7f7f7;
}
.icon p {
    font-size: 16px;
    color: #223e55;
    margin:0 0 0 45px !important;
    font-weight: 600;
}

.video-info {
    padding-top: 20px;
    background-color: #f7f7f7;
}

.video-info .content {
    padding-left: 50px;
    margin-top: 0px;
}
.video-info .content p {
    font-size: 15px;
    line-height: 24px;
    padding-right: 20px;
    margin:0px;
}
.video-item-button-big {
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 60px;
    text-align: center;
    color: rgba(255,255,255,0.9);
    font-size: 90px;
    top: 30%;
    left: 35%;
    margin: 0 auto 0 auto;
}
.video-item-button-small {
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 60px;
    text-align: center;
    color: rgba(255,255,255,0.9);
    font-size: 60px;
    top: 25%;
    left: 25%;
    margin: 0 auto 0 auto;
}

.right .block-title {
    width: 100%;
    height: 50px;
    background: #aabb01;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.right .block-info {
    margin-top: 10px;
    border: 1px solid #aabb01;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
}
.right .block-info ul li {
    font-size: 14px;
    color: #000;
    line-height: 29px;
}

.youkuplayer {
    height: 500px;
    width: 100%;
}

@media (max-width: 480px) {
    .youkuplayer {
        height: 200px !important;
        width: 100% !important;
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 120px 20px 0 20px;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 120px auto;
    }
}

.column-title {
    width: 100%;
    height: 50px;
    background: #aabb01;
    line-height: 50px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    padding-left: 10px;
}

ul.pagination li a {
    text-decoration: none;
    color: rgba(66, 75, 83, .5);
    padding: 5px 10px;
    line-height: 18px;
    border-radius: 0px;
}
ul.pagination li:first-child a:before, ul.pagination li:last-child a:before {
    /* display: block; */
    position:fixed;
    color: inherit;
    top: 14px;
    font-size: 1.2em;
    font-weight: 600;
    color: rgba(66, 75, 83, .5);
}


/*shop*/
.product-card {
    padding: 15px;
}
.imagelink_content {
    margin: -2px 0 0;
    padding: 30px 20px 20px;
    border: 1px solid rgba(66,75,83,.3);
    border-top: none;
    border-radius: 0 0 10px 10px;
}
.imagelink_tag {
    font-size: .8em;
    color: #aabd26;
}

.product-card .imagelink_img img {
    padding: 0;
    margin: 0;
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
}
.imagelink_img a img {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition: opacity 1s;
}


.table-product__no, .table-product__yes {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: 50%;
    background-repeat: none;
    margin-top: 4px;
}
.table-product__yes {
    background-image: url(../../images/checkmark-green.png);
}
.table-product__no {
    background-image: url(../../images/checkmark-red.png);
}

.modal-body {
    position: relative;
    max-height: 900px;
    padding: 15px;
    overflow-y: auto;
}

.form {
    background-color: #fff;
    font-size: .9em;
    left: 50%;
    margin-left: -300px;
    padding: 40px;
    width: 600px;
    border-top: 6px solid #aabd3d;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 30%);
    -webkit-transition: all .5s cubic-bezier(0, 0, 0, 1);
    -moz-transition: all .5s cubic-bezier(0, 0, 0, 1);
    -o-transition: all .5s cubic-bezier(0, 0, 0, 1);
    transition: all .5s cubic-bezier(0, 0, 0, 1);
}


/*news detail*/
.info-content img {
    width: 50%;
    float: right;
    margin-left: 20px;
}

@media (max-width: 400px) {
    .info-content img {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

input[type="button"], input[type="submit"] {
    margin-top: 1em;
    padding: 10px 20px;
    background: #AABD26;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
}