﻿/** 全站 */
a { color: #C32B07 }
.w-450px { width: 450px; }
.mh-500 { min-height: 500px; }

.scroll-auto {
    overflow-x: auto;
}

h1 {
    line-height: 45px;
}

h2 {
    line-height: 35px;
}

p{
    margin: 1em 0;
}

.over-hidden {
    overflow: hidden;
}
.style-none {
    padding: .5rem !important;
}
.style-none:before {
    display: none !important;
}

h5.table-title {
    font-weight: bold;
    font-size: 1.25rem;
    position: relative;
    margin: 0 0 .5rem !important;
}

ul.moldex-list {
    position: relative;
    list-style: none;
}

ul.moldex-list li {
    position: relative;
    padding-left: 1rem;
}

ul.moldex-list li:before {
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    height: 4px;
    width: 1rem;
    background: #C32B07;
    display: inline-block;
    content: ' ';
}


ul.moldex-list.square li:before {
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    height: 4px;
    width: 4px;
    background: #C32B07;
    display: inline-block;
    content: ' ';
}

/**  blog archive page. */
.card--list-items__figure:first-child {
    /*width: calc(50% - 15px);
    margin-right: 15px;
    float: left;*/
}

/** Professional page. */
.card-section-container {
    max-height: 500px;
    transition: max-height 1s cubic-bezier(.35,.53,0,1);
    transition-delay: 0;
}

.card-section-container.active {
    max-height: 10000px;
}

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

    .card-section-container {
        max-height: 470px;
    }
}

/** R15 頁面, 小的slide box **/
._r15-slider {
    padding: 50px 0;
    overflow: hidden;
    height: 350px;
    text-align: center;
}

._r15-slider__text {
    position: absolute;
    top: 0;
    width: 100%;
    padding-bottom: 15px;
    color: #000;
    font-size: 24px;  
}

/* Template Name: Products & Services */
article#post-316 thead:not(.table-title) {
    cursor: pointer;
}

article#post-316 tbody.toggle-body {
    display: none;
}


article#post-316 tbody tr td {
    vertical-align: middle;
}

article#post-316 thead p {
    padding-left: 2rem;
    position: relative;
    font-weight: bold;
}

article#post-316 thead p:before {
    left: 10px;
    top: calc(50% - 1.5px);
    height: 3px;
    width: 10px;
    display: block;
    position: absolute;
    content: ' ';
    background: #C32B07;
}

ul.event-single-information-list li span {
    font-weight: bold;
    padding-right: 5px;
}

.photo-container {
    height: 250px;
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

._slide_nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255,255,255, 0);
}

._slide_nav ._nav_point {
    width: 8px;
    height: 8px;
    margin: 5px;
    display: inline-block;
    background-size: 8px 8px;
    background-image: url(../images/slider/slider-bullet.svg);
}

._slide_nav .active {
    background-image: url(../images/slider/slider-bullet-active.svg);
}

._slide_nav ._nav_point:hover {
    cursor: pointer;
}
/** R15 頁面, 小的slide box **/


.color-white {
    color: #fff;
}

.mask-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 200;
    display: none;
    text-align: center;
}

.mask-bg .video-container {
    display: inline-block;
    position: relative;
    width: 66vw;
    max-width: 800px;
    height: 50vh;
}

.mask-bg .video-container iframe {
    position: relative;
    z-index: 250;
    width: 100%;
    height: 100%;
    margin: 0;
}

article.type-page ul, article.type-page ol,
article.article ul, article.article ol,
article.type-news ul, article.type-news ol,
article.type-events ul, article.type-events ol,
article.type-resellers ul, article.type-resellers ol {
    padding-left: 2rem;
    position: relative;
}



article.type-page ul li::before,
article.article ul li::before,
article.type-news ul li::before,
article.type-events ul li::before,
article.type-resellers ul li::before  {
    position: absolute;
    left: -.8rem;
    top: .65rem;
    width: 5px;
    height: 5px;
    content: ' ';
    background: #C32B07;
}

article.type-page ul li ul li::before,
article.article ul li ul li::before,
article.type-news ul li ul li::before,
article.type-events ul li ul li::before,
article.type-resellers ul li ul li::before  {
    position: absolute;
    left: -.8rem;
    top: .7rem;
    width: 5px;
    height: 5px;
    content: ' ';
    background: #C32B07;
    border-radius: 50%;
}

article.page h1 {
    margin: 1em 0;
}
article.page h2 {
    margin: 1em 0;
}
article.page h3 {
    margin: 1em 0;
}
article.page h4 {
    margin: 1em 0;
}
article.page h5 {
    margin: 1em 0;
}
article.page h6 {
    margin: 1em 0;
}
article.page p {
    margin: 1em 0;
}

article.page h1 {
    margin: 40px 0 10px;
}
article.page h2 {
    margin: 40px 0 10px;
}
article.page h3 {
    margin: 40px 0 10px;
}
article.page h4 {
    margin: 40px 0 10px;
}
article.page h5 {
    margin: 40px 0 10px;
}
article.page h6 {
    margin: 20px 0 10px;
}
article.page p {
    margin: 10px 0;
}


figcaption.card--simple__text.font-enlarge h4{
    font-size: 18px;
}

figcaption.card--simple__text.font-enlarge p {
    font-size: 14px;
}

ul.tabs__tab__ul li:hover {
    cursor: pointer;
}

.mask-bg .video-container img {
    position: absolute;
    width: 30px;
    height: 30px;
    top:0;
    right: -45px;
    cursor: pointer;
}

.icon--video-play--white {
    opacity: .7;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}

.icon--video-play--white:hover {
    opacity: 1;
}

.contact-location-scetion-top-margin:not(:first-child) {
    margin-top: 3rem;
}
.hover-pointer {
    cursor: pointer;
}


h1.flicker,
h1.contact-location-title,
h4.contact-location-sub-title,
h2.r15-group-title,
h3.theme-index-custom-darkular__h3,
h4.tac.pv-ms,
li a p.list--marquee__text {
    color: #fff;
}

section.banner .banner__hgroup h1, .banner__hgroup h4 {
    color: #fff;
}

span.site-repeater {
    width:25px;
    height:25px;
    background-position:center;
    background-size:25px 25px;
}

.fix-font-size-16 {
    font-size: 16px !important;
}

div.addtoany_shortcode {
    display: inline-block;
}


#newsList{
    font-size: 16px;
}

ul#newsListHead, ul#newsListBody {
    display: flex;
}

ul#newsListBody li:nth-child(1),
ul#newsListHead li:nth-child(1) {
    padding-left: 5px;
    text-align: center;
    flex: none;
    width: 120px;
    order: 1;
}

ul#newsListHead li:nth-child(2) {
    flex: 1;
    text-align:center;
    order: 2;
}

ul#newsListBody li:nth-child(2) {
    flex: 1;
    text-align:left;
    order: 2
}

ul#newsListBody li:nth-child(3) {
    order: 3
}

/** archive-events **/
ul#eventPostListUl {
    display: none;
}
table#eventPostListTable {
    width:100%;
}
table#eventPostListTable thead {
    background:#C32B07;
    color:#fff;
}
table#eventPostListTable thead tr{
    height: 45px;
    line-height: 45px;
}
table#eventPostListTable thead tr td{
    text-align: center;
    font-size: 15px;
    letter-spacing: .015em;
}
table#eventPostListTable tbody tr td{
    padding: .75rem .5rem;
    padding: .85rem .5rem;
    text-align: center;
    font-size: 15px;
    letter-spacing: .015em;
}

table#eventPostListTable tbody tr td {
    cursor:pointer;
    border-bottom:1px dotted #ededed;
}

table#eventPostListTable tbody tr:hover {
    background: #fdf3f2;
}

a.red, a.red span {
    color: #C32B07;
}

span.icon.mh-xs {
    margin-right: .7rem;
}

.flex--between {
    align-items: flex-start;
    justify-content: flex-start;
}

.red-cards-section .mr--md {
    margin-right: 0;
}

.red-cards-section-title {
    text-align: center;
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.red-cards-section .tags-card {
    flex: none;
    width: calc(50% - 15px);
    color: #fff;
    background: #C32B07;
    padding: 1rem;
    border-radius: 3px;
    position: relative;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1200px) {
    .red-cards-section .tags-card {
        width: calc(100% - 1rem);
        margin: 0 auto 1rem !important;
    }
}

.red-cards-section .tags-card:nth-child(odd) {
    margin-right: 30px;
}

.red-cards-section .tags-card h4 {
    font-size: 1.3rem;
    color: #fff;
    position: relative;
}

.red-cards-section span.card-btn {
    background: url('../../assets/images/arrow/down-white.svg') center/1.5rem no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    top: 1rem;
    right: 1rem;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.red-cards-section div.tags-card.active span.card-btn {
    background: url('../../assets/images/arrow/arrow-up-white.svg') center/1.5rem no-repeat;
}

.red-cards-section .tags-card a {
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: .5rem;
    margin-right: .7rem;
}

.red-cards-section .tags-card .arrow {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background: url('../../assets/images/arrow/right-red.svg') center/50% no-repeat, #fff;
    border-radius: 50%;
    margin-left: .5rem;
    position: relative;
    top: 2px;
}

.red-cards-section .tags-card .card-body {
    transition: all .3s ease;
    overflow: hidden;
    height: 0;
}

.red-cards-section div.tags-card.active {
    background: #c12900;
}

.red-cards-section div.tags-card.active .card-body {
    height: auto;
    transition: all .3s ease;
    margin-top: 1rem;
}

@media screen and (max-width:1200px) {
    ul#newsListBody {
        flex-direction: column;
    }

    ul#newsListBody li:nth-child(1) {
        width: 100%;
        padding-left: 0;
    }
    ul#eventPostListUl {
        display: block;
    }
    table#eventPostListTable {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .blank-page .main-pd {
        padding: 30px 0;
    }
    /*.main-pd {
        padding: 35px 0;
    }*/
    .main-pd {
        padding: 0;
    }
}

.professional-page .mv-sm {
    min-height: 231px;
}

.align-center {
    text-align: center !important;
}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}

.home-section-arrow .arrow {
    display: inline-block;
    width: 90px;
    height: 70px;
    cursor: pointer;
}

.home-section-arrow .arrow-image {
    display: inline-block;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    background: url('../images/arrow/down-red.svg') center / auto 50% no-repeat;
}

.home-section-arrow .arrow.open .arrow-image {
    transform: rotate(180deg);
}

.home-section-arrow .arrow .arrow-text {
    color: #C32B07;
}

.home-section-arrow .arrow .toggle-text {
    margin-left: 5px;
}

.bricks-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    transition: max-height .4s ease;
    overflow: hidden;
    margin: 30px 0;
}

.bricks-container .brick {
    flex: none;
    display: flex;
    width: 200px;
    min-height: 150px;
    margin: 25px 0 0;
    padding: 0 15px;
    color:#262626;
    text-decoration:none;
    flex-direction: column;
}

.bricks-container .brick-header {
    flex: none;
    width: 100%;
    height: 100px;
    position: relative;
}

.bricks-container .brick-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bricks-container .brick-body {
    text-align: center;
    margin-top: 15px;
    line-height: 24px;
    height: 50px;
    font-size: 18px;
}


.tutorial-page .video-group .group-header {
    text-align: center;
    padding: 20px 0;
}

.tutorial-page .video-group .videos-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.tutorial-page .video-group .video {
    flex: none;
    cursor: pointer;
    width: calc(33.33333% - 10px);
    margin-bottom: 20px;
}

.tutorial-page .video-group .video:not(:nth-child(3n)) {
    margin-right: 15px;
}


.tutorial-page .video-group .video-header {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    height: 0;
}

.tutorial-page .video-group .video-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}


.tutorial-page .video-group .video-cover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: rgba(0, 0, 0, .5);
    transition: opacity .3s ease-out;
}

.tutorial-page .video-group .video:hover .video-cover:before {
    opacity: 0;
}

.tutorial-page .video-group .video:hover .video-text {
    color: #C32B07;
    text-decoration: underline;
}

.tutorial-page .video-group .play-btn {
    display: inline-block;
    width: 51px;
    height: 51px;
    background: url('../images/video-play-white.svg') center/cover no-repeat;
}

.tutorial-page .video-group .video-body {
    padding: 5px;
}

.tutorial-page .video-group .video-text {
    color: #262626;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}



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

    .bricks-container .brick {
        width: 25%;
    }


    .tutorial-page .video-group .videos-container {
        padding: 0 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tutorial-page .video-group .video {
        width: 100%;
        max-width: 680px;
        margin: auto auto 2rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .see-all-event__target__children{
        min-height: 420px;
    }


    .see-all-event .see-all-event__custom-height-2{
        max-height: none;
    }

    .see-all-event .tac.mv-md{
        display: none;
    }
}

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

    .bricks-container .brick {
        padding: 0;
    }

    .bricks-container .brick-cover {
        background-size: 75% auto;
    }

    .bricks-container .brick-body {
        font-size: 14px;
        min-height: 90px;
        margin-top: 0px;
    }
    #search .search-logo{
        display: none;
    }

    .see-all-event__target__children{
        min-height: 520px;
    }


    .see-all-event .see-all-event__custom-height-2{
        max-height: none;
    }

    .see-all-event .tac.mv-md{
        display: none;
    }

    .post-type-archive-on_demand_webinar .see-all-event__target__children{
        min-height: 150px;
    }

    .mt-lg1{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0;
    }

    img{
        max-width: 100%;
        height: auto;
    }

    a img.alignnone{
        margin: 0 auto !important;
    }

    
    article.news, article.events, 
    article.article, article.resellers{
        padding: 0 20px;
    }
    #eventPostListUl li ul li{
        display: flex;
    }
    #eventPostListUl li ul li span{
        display: inline-block;
        flex: 1;
        font-size: 16px;
    }
    #eventPostListUl li ul li span.text{
        width: 100px;
        flex: none;
        font-weight: bold;
        color: #000;
    }

    #eventPostListUl li ul li.hide-lg{
        justify-content: center;
    }

    #newsListBody li{
        display: flex;
    }
    #newsListBody li span{
        display: inline-block;
        flex: 1;
        text-align: left;
        font-size: 16px;
    }
    #newsListBody li span.text{
        width: 56px;
        flex: none;
        font-weight: bold;
        color: #000;
    }

    #newsListBody li.hide-lg{
        justify-content: center;
    }

    .card--list-items .card--list-items__figure{
        margin-bottom: 40px;
    }
    .card--list-items .card--list-items__figure .card--list-items__figure__text{
        height: auto;
        min-height: 36px;
    }

    .training-item ul li{
        display: flex;
        font-size: 16px;
        line-height: 24px;
    }

    .training-item ul li span.text{
        width: 115px;
        flex: none;
        color: #000;
        font-weight: bold;
    }

    .bd--bd--lightgray{
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 320px) {
    .see-all-event__target__children{
        min-height: 980px;
    }
}

.article, article {
    word-break: normal !important;
}

.break-line {
    word-break: normal !important;
}

.search-page .tdn-a a{
    font-size: 16px;
    text-decoration: underline;
}

.tac .less-show{
    display: inline;
}

.tac .less-hide{
    display: none;
}

.tac.active .less-show{
    display: none;
}

.tac.active .less-hide{
    display: inline;
}

/* Training Page */
.list--table .training-list--table__thead{
    padding: 0;
}

.list--table .training-list--table__thead li{
    
}

.training-list--table__thead{
    height: 40px;
    background: #C32B07;
    display: none;
}

.training-list--table__thead ul li{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}


.training-top-content a{
    position: relative;
}

.training-top-content ul li:before{
    position: absolute;
    left: 0;
    top: .3rem;
    width: 5px;
    height: 5px;
    content: ' ';
    background: #C32B07;
}

.training-item{
    height: 220px;
    line-height: 30px;
}

.training-item ul li{
    display: flex;
}

.training-item .text--red{
    width: 110px;
    display: inline-block;
}
.training-item .number{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}
.training-item .name{
    color: #C32B07;
    font-size: 16px;
    text-decoration: underline;
}
.training-item .address{
    font-size: 16px;
}
.training-item .join{
    background-color: #C32B07;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 17px auto;
    font-size: 15px;
    text-align: center;
}


form{
    font-size: 16px;
}

@media screen and (max-width: 320px) {
    .training-item .training_table_name{
        width: 125px;
    }
}

@media screen and (min-width: 1200px) {
    
    .training-table .list--table>li.training-list--table__thead:hover{
        background: #C32B07;
    }
    .training-table .list--table>li:not(.training-list--table__thead):hover{
        background: #fdd;
    }
    .training-list--table__thead{
        display: block;
    }
    .training-item{
        height: 108px;
        line-height: 84px;
    }
    .training-item .number{
        display: block;
    }
    
    .training-item .hide-lg{
        display: none;
    }
    .training-item ul li{
        display: block;
    }

    form .form-input{
        font-size: 16px;
    }
    form .form-textarea{
        min-height: 240px;
        font-size: 16px;
    }
    form .selectize-control .item, 
    form .selectize-control .option,
    form .selectize-control .selectize-input input{
        font-size: 16px;
        background: #fff;
    }

    form h6{
        margin: 10px 0;
    }
    form span, form p{
        font-size: 16px;
    }

    .webinar-wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .webinar-custom--list-height{
        min-height: 280px;
        height: auto;
    }

    .webinar-custom--list-height a{
        display: flex;
        flex-direction: column;
    }

    .webinar-wrapper .grid__md-one-third-and-two-third--mg--bd-line:nth-of-type(2n - 1){
        width: 100%;
        padding: 0 20px;
    }
    .webinar-wrapper .grid__md-one-third-and-two-third--mg:nth-of-type(2n){
        width: calc(100% - 40px);
        margin: 0 auto;
        height: auto;
    }
}

.webinar-wrapper .grid__md-one-third-and-two-third--mg--bd-line:nth-of-type(2n - 1){
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
}
.webinar-wrapper .grid__md-one-third-and-two-third--mg:nth-of-type(2n){
    width: calc(100% - 40px);
    margin: 0 auto;
    height: auto;
}


/* banner h1 ~ h5 & span p hide */
.banner .banner__hgroup h1, 
.banner .banner__hgroup h2, 
.banner .banner__hgroup h3, 
.banner .banner__hgroup h4,
.banner .banner__hgroup h5,  
.banner .banner__hgroup span, 
.banner .banner__hgroup p{
    display: none;
}

.global-icon{
    color: #979797;
    font-size: 21px;
}

.search-wrapper--active .container form .search-input-content{
    width: 100%;
}

.event-show-hide-detail__target__children ul{
    -webkit-padding-start: 20px;
}

.event-show-hide-detail__target__children ul li{
    list-style: disc;
}

.event-show-hide-detail__target__children ul li a{
    font-size: 14px;
    line-height: 22px;
}

.ie_select{
    width: 100%;
}

.ie_select option{
    height: 50px;
    font-size: 16px;
    padding: 8px;
}

.title .title__main-title{
    line-height: 32px;
}

.single-news .title .title__wrapper .title__wrapper__sm-left .flr{
    margin-top: 10px;
    float: left;
}

.single-blog .title .title__wrapper .title__wrapper__sm-left .flr{
    margin-top: 10px;
    float: left;
}

.single-blog .article table{
    width: 100% !important;
}


@media screen and ( min-width:1200px ){

    .search-wrapper{
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    .search-wrapper--active .theme-orange{
        background-color: #fff;
    }
    .search-wrapper--active .container form .search-input-content{
        background-color: #f4f4f4;
        width: 800px;
        margin: 0 0 0 auto;
    }
    .search-wrapper--active .container form .icon--search--white{
        background-image: url(../images/header/search-black.svg);
    }

    .search-wrapper--active .container form .icon--close--white{
        background-image: url(../images/header/close-black.svg);
        margin: 0;
    }
    .search-wrapper--active .container form .search-input-content input{
        color: #000;
        padding-left: 15px;        
    }
    .search-wrapper--active .container form .search-input-content input::-webkit-input-placeholder{
        color: #000;
    }
    .search-wrapper--active .container form .search-input-content input::-moz-input-placeholder{
        color: #000;
    }
    .search-wrapper--active .container form .search-input-content input:-moz-input-placeholder{
        color: #000;
    }
    .search-wrapper--active .container form .search-input-content input:-ms-input-placeholder{
        color: #000;
    }

    .nav--footer-nav .nav--footer-nav__ul .nav__main-li_footer{
        letter-spacing: .075em;
        width: 18.125%;
        font-size: 17px;
        overflow: hidden;
        -webkit-transition: max-height .6s cubic-bezier(.35,.53,0,1);
        transition: max-height .6s cubic-bezier(.35,.53,0,1);
    }

    .pc-height-full{
        height: 100%;
        background-color: #f4f4f4;
    }
    .pc-height-full .btn{
        margin-top: 15px;
        margin-right: 5px;
    }
    #search .search-logo{
        display: inline-block;
    }

    .event-show-hide-detail__target__children ul li a{
        font-size: 16px;
        line-height: 26px;
    }
    .ie_select{
        width: 390px;
        min-height: 50px;
    }
    input[type="radio"] {
        width: 16px;
        vertical-align: middle;
    }
    input[type="checkbox"] {
        width: 16px;
    }
    select, input{
        width: 100%;
        min-height: 16px;
        font-size: 16px;
        margin-top: 15px;
    }

    .ie_select option{
        height: 50px;
        font-size: 16px;
        padding: 8px;
    }

    .lang-global{
        display: block;
        height: 80px;
        position: relative;
    }
    .lang-global .pc-lang-global{
        display: block;
        height: 20px;
        position: relative;
        top: 30px;
        left: 0;
    }

    .single-blog .title .title__wrapper .title__wrapper__sm-left .flr{
        margin-top: 0px;
        float: right;
    }
    
    .single-news .title .title__wrapper .title__wrapper__sm-left .flr{
        margin-top: 0px;
        float: right;
    }

    .post-type-archive-on_demand_webinar  h3{
        font-size: 18px;
    }

    .title .title__main-title{
        line-height: 42px;
    }
}

.icon--close--white{
    margin-top: 3px;
}

.mb-ms{
    text-align: left;
}

#a2apage_dropdown{
    top: 250px !important;
}

.post-type-archive-resellers .selectize-dropdown-content{
    max-height: 300px !important;
}




.mainSliderShow{
    width: 100%;
    /*height: 500px;*/
    overflow: hidden;
    position: relative;
}

.mainSliderShow .slide-body{
    height: 100%;
    display: flex;
    transform: translateX(0%);
    transition: transform .5s ease-out;
}

.mainSliderShow .slide-body .slide-item{
    width: 100%;
    /*height: 100%;*/
    flex: none;
}

.mainSliderShow .slide-body .slide-item .slide-item-img{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mainSliderShow .slide-body .slide-item .slide-item-img .pc_image{
    width: 100%;
    height: 100%;
    /*
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    */
}
.mainSliderShow .slide-body .slide-item .slide-item-img .pc_image_text{
    width: 100%;
    height: 100%;
    /*
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    */
    position: absolute;
    top: 0;
}

.mainSliderShow .slide-body .slide-item .slide-item-img img{
    width: 100%;
    /*margin-top: -80px;*/
}

.mainSliderShow .slide-body .slide-item .slide-item-img img.img_text{
    width: 100%;
    position: absolute;
    top: 0;
}

.mainSliderShow .slide-body .slide-item .slide-item-img img.img_mobile{
    display: none;
    width: 100%;
    margin-top: -80px;
}


.mainSliderShow .slide-body .slide-item .slide-item-img img.img_mobile_text{
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
}

.mainSliderShow .slide-body .slide-item .slide-item-img video{
    max-width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.mainSliderShow .slide-body .slide-item .video-box a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.mainSliderShow .slide-body .slide-item .video-box a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.mainSliderShow .slide-body .slide-item .slide-item-img .mobile_video_image{
    display: none;
}


.mainSliderShow .points{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.mainSliderShow .points li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    margin: 0 5px;
    border: 0px solid #000;
    cursor: pointer;
}

.mainSliderShow .points li.active{
    background: #fff;
    border: 2px solid #ccc;
}

.form-group{
    width: 100%;
    display: flex;
}

.form-group .form-name{
    line-height: 62px;
    float: left;
    margin-right: 20px;
    flex: none;
    min-width: 100px;
}

.form-group .form-checkbox{
    line-height: 54px;
    float: left;
    margin-right: 20px;
    flex: none;
    min-width: 20px;
}

.form-group .form-checkbox-name{
    line-height: 56px;    
    width: 100%;
    float: left;
}

.form-group .form-right{
    width: 100%;
    float: left;
}

.form-group .form-right .selectize-control{
    margin: 10px 0;
}

@media screen and ( max-width: 640px ){
    .form-group{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .form-group.checkbox{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .form-group .form-name{
        line-height: 32px;
        margin-right: 0;
    }
    .mainSliderShow{
        width: 100%;
        height: 70vh;
        overflow: hidden;
        position: relative;
    }

    .mainSliderShow .slide-body .slide-item .slide-item-img .pc_image{
        display: none;
    }
    .mainSliderShow .slide-body .slide-item .slide-item-img .pc_image_text{
        display: none;
    }

    .mainSliderShow .slide-body .slide-item .slide-item-img img{
        display: none;
    }
    
    .mainSliderShow .slide-body .slide-item .slide-item-img img.img_text{
        display: none;
    }
    
    .mainSliderShow .slide-body .slide-item .slide-item-img img.img_mobile{
        display: block;
        width: 100%;
        margin-top: 0px;
        height: auto;
        max-width: initial;
    }
    
    .mainSliderShow .slide-body .slide-item .slide-item-img img.img_mobile_text{
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        margin-top: 0px;
    }

    .mainSliderShow .slide-body .slide-item .slide-item-img video{
        display: none;
    }
    .mainSliderShow .slide-body .slide-item .slide-item-img .mobile_video_image{
        display: block;
        width: 100%;
        margin-top: 0px;
        height: auto;
        max-width: fit-content;
    }
}


.rwd-title, .rwd-toolbar{
    background-color: rgba(0,0,0,.4);
}
.rwd-container.rwd-view1{
    background: rgba(0,0,0,.4);
}

.form-group input, .form-group select{
    font-family: "Meiryo", Roboto,Helvetica,Arial,sans-serif,"Microsoft JhengHei","Microsoft YaHei";
}

.form-group textarea{
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 15px;
    font-family: "Meiryo", Roboto,Helvetica,Arial,sans-serif,"Microsoft JhengHei","Microsoft YaHei";
    font-size: 16px;
    line-height: 20px;
}

.gallery-item{
    display: inline-block;
}

h3.bd--b--red{
    margin: 0;
}

.productsServices ul {
    padding-left: 2rem;
    position: relative;
}

.productsServices ul li{
    position: relative;
    line-height: 26px;
}

.productsServices ul li::before{
    position: absolute;
    content: '';
    color: #C32B07;
    left: -.8rem;
    top: .65rem;
    width: 5px;
    height: 5px;
    background: #C32B07;    
    margin-left: -15px;
    
}

/*只給ie10, 11看*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .leftcontent{
        width: 38%;
    }
}
.solutions-content{
    height: 510px;
}

.home-solutions-padding{
    padding-top: 70px;
}

.solutions-content .container{
    display: flex;
}

.solutions-content .container .leftcontent h2 {
    color: #fff;
}

.solutions-content .container .leftcontent p {
    color: #fff;
}

.solutions-content .container .rightcontent{
    display: flex;
    color: #fff;
}

.solutions-content .container .rightcontent h4{
    color: #fff;
    padding: 0 12px;
}

.solutions-slideshow{
    width: 350px;
    overflow: hidden;
    position: relative;
    margin: 0 12px;
}

.solutions-slideshow .slide-body {
    display: flex;
    transform: translateX(0);
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.solutions-slideshow .slide-body.move {
    transition: transform .25s linear;
}

.solutions-slideshow .slide-body .slide-item{
    width: 350px;
    flex:none;
}

.solutions-slideshow .slide-body .slide-item img{
    display: block;
    width: 100%;
}

.solutions-slideshow .slide-body .slide-item p{
    margin: 0;
    text-align: center;
    background: #fff;
    height: 40px;
    line-height: 40px;
}

.solutions-slideshow .bottomBtns{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
}

.solutions-slideshow .bottomBtns .prev{
    position: absolute;
    bottom: 5px;
    left: 0px;
    background: transparent;
    border: 0px;
    width: 40px;
    height: 30px;
    padding: 0;
    background: #fff;
}

.solutions-slideshow .bottomBtns .prev:before{
    content: '';
    width: 15px;
    height: 2px;
    background: #aaa;
    position: absolute;
    top: 19px;
    left: 15px;
    transform: rotate(45deg);
}

.solutions-slideshow .bottomBtns .prev:after{
    content: '';
    width: 15px;
    height: 2px;
    background: #aaa;
    position: absolute;
    top: 9px;
    left: 15px;
    transform: rotate(-45deg);
}


.solutions-slideshow .bottomBtns .next{
    position: absolute;
    bottom: 5px;
    right: 0px;
    background: #fff;
    border: 0;
    width: 40px;
    height: 30px;
    padding: 0;
}


.solutions-slideshow .bottomBtns .next:before{
    content: '';
    width: 15px;
    height: 2px;
    background: #aaa;
    position: absolute;
    top: 9px;
    right: 15px;
    transform: rotate(45deg);
}

.solutions-slideshow .bottomBtns .next:after{
    content: '';
    width: 15px;
    height: 2px;
    background: #aaa;
    position: absolute;
    top: 19px;
    right: 15px;
    transform: rotate(-45deg);
}

.box1{
    padding: 45px 0 65px;
}

.box1 .grid .grid__sm-mg{
    border:1px solid #8b8b8b;
}

.box2{
    padding-top: 55px;
    padding-bottom: 55px;
}

.title--with-1-icon{
    /* 用於 /about/newsroom/archive/  */
    margin: 0;
}

.bd--b--lightgray-2{
    /* 用於有右側欄位的 */
    padding-top: 0px;
    /* margin-bottom: 30px;  */
}
.blog-margin-bottom{
    margin-bottom: 30px;
}

.addon-margin-top{
    margin-top: 30px;
}

.pagging-one-px{
    padding: 1px 0 0 0;
}
/* .wpcf7-select{
    border-style: solid;
    border-width: 1px;
    border-color: #d2d2d2;
    border-radius: 4px;
    width: 100%;
    height: 50px;
} */

span.wpcf7-list-item.first.last input[type="checkbox"] ~ span.wpcf7-list-item-label{
    position: relative;
   /*top: -20px;*/
   /*left: 20px;*/
}

@media screen and (max-width: 1200px ) {
    span.wpcf7-list-item.first.last input[type="checkbox"] ~ span.wpcf7-list-item-label{
        position: unset;
    }
    span.wpcf7-list-item.first.last input[type="checkbox"]{
        margin-right: 20px;
        display: block;
        float: left;
        height: 30px;
    }
    span.wpcf7-form-control.wpcf7-radio{
        display: block;
        line-height: 63px;
    }
}
@media screen and (max-width: 480px ) {
    span.wpcf7-list-item.first.last input[type="checkbox"]{
        height: 65px;
    }
    span.wpcf7-form-control.wpcf7-radio{
        display: block;
        line-height: 35px;
    }
}
@media screen and (max-width: 1024px ) {
    .solutions-content{
        height: auto;
    }
    
    .solutions-content .container{
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .solutions-content .container .leftcontent{
        padding: 0 10px;
    }
    .solutions-content .container .rightcontent{
        flex-direction: column;
    }
    .solutions-content .container .rightcontent h4{
        width: 350px;
        margin: 0 auto;
        padding: 0;
    }
    .solutions-slideshow{
        margin: 10px auto;
    }
}


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

    .solutions-content .container .leftcontent{
        padding: 0 10px;
    }

    .solutions-content .container .rightcontent{
        flex-direction: column;
    }

    .solutions-content .container .rightcontent .industry{
        width: 100%;
        padding: 0 10px;
        overflow: hidden;
    }

    .solutions-content .container .rightcontent .application{
        width: 100%;
        padding: 0 10px;
        overflow: hidden;
    }

    .solutions-content .container .rightcontent h4{
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    
    .solutions-slideshow{
        width: 100%;
        padding: 0px;
        margin: 10px auto;
    }

    .solutions-slideshow .slide-body .slide-item{
        width: calc(100%);
    }

    .solutions-slideshow .bottomBtns{
        width: 100%;
        left: 0px;
    }
}