[class^="ts-main-"] * {
    box-sizing: border-box;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    font-family: '微軟正黑體';
}

[class^="ts-main-"] .section-block {
    margin: auto;
}

[class^="ts-comp-"] .section-block {
    margin: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    [class^="ts-main-"] .section-block {
        margin: 0 20px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    [class^="ts-main-"] .section-block {
        margin: 0 0px;
    }
    [class^="ts-comp-"] .iphone-card {
        background-color: transparent;
    }
    [class^="ts-comp-"] .iphone-card .card-header {
        background-color: transparent;
    }
}


[class^="ts-comp-"] * {
    box-sizing: border-box;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    font-family: '微軟正黑體';
}


[class^="ts-comp-"] p,
[class^="ts-comp-"] a,
[class^="ts-comp-"] span {
    color: #000;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-size: 16px;
    font-family: '微軟正黑體';
}

[class^="ts-main-"] a:hover,
[class^="ts-comp-"] a:hover {
    text-decoration: none;
}

[class^="ts-main-"] button:focus,
[class^="ts-comp-"] button:focus {
    outline: 0;
    box-shadow: none;
}









/*mapsty*/

.mapsty .ga-iw-bg {
    background-color: #d70c18 !important;
    border-radius: 10px !important;
}

.mapsty .gm-style>div:nth-child(1)>div:nth-child(3)>div:nth-child(2)>div:nth-child(4)>div:nth-child(1)>div:nth-child(1)>div:nth-child(3)>div>div {
    background-color: #d70c18 !important;
}

.mapsty .gm-style-iw p,
.mapsty .gm-style-iw h6,
.mapsty .gm-style-iw a {
    color: #fff !important;
}

.mapsty .ga-iw-close {
    display: none;
}

.mapsty .gm-style-iw p {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
}

.mapsty .gm-style-iw h6 {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-top: 3px;
}

.mapsty .gm-style-iw a {
    position: relative;
    padding-right: 20px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: right;
    display: block;
    margin-top: 7px;
}

.mapsty .gm-style-iw a:after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    right: 0px;
    top: 7px;
    bottom: 0;
    margin: auto;
    border-right: 6px solid transparent;
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}



.bgcolor-style-1 {
    background-color: #ebebeb;
}

.bgcolor-style-2 {
    background-color: #f6f6f6;
}

.bgcolor-style-3 {
    background-color: #fff;
}






/*ts-comp-1*/

/*一個按鈕*/

.ts-comp-1 {}

.ts-comp-1 .btnnn {
    text-align: center;
    position: relative;
    padding: 5px 0 5px 0;
    font-size: 0;
}

.ts-comp-1 .btnnn .oval-style {
    display: inline-block;
    width: 180px;
    border-radius: 25px;
    padding: 8px 4px;
    text-decoration: none;
    margin: 0 20px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    color: #000;
}

.ts-comp-1 .btnnn .oval-style:hover {
    box-shadow: 0 3px 11px #ccc;
}

.ts-comp-1 .btnnn .color-style-1 {
    background-color: #e30000;
    color: #ffffff;
}

.ts-comp-1 .btnnn .color-style-2 {
    background-color: #ff8785;
    color: #ffffff;
}

.ts-comp-1 .btnnn .color-style-3 {
    background-color: #333333;
    color: #ffffff;
}

.ts-comp-1 .btnnn .color-style-4 {
    border: solid 1px #9b9b9b;
    background-color: #fff;
    color: #333;
}

.ts-comp-1 .btnnn .color-style-4:hover {
    border: solid 1px #da2128;
    color: #da2128;
}
.ts-comp-1 .btnnn .color-style-4.style-4-1 {
    border: solid 1px #9b9b9b;
    background-color: transparent;
    color: #333;
}
.ts-comp-1 .btnnn .color-style-5 {
    background-color: #888888;
    color: #fff;
}
/*2018-11-13-new-setting*/
.ts-comp-1 .btnnn .size-2 {
    width: 240px;
}
/*end: 2018-11-13-new-setting*/
@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-1 .btnnn .oval-style {
        width: 140px;
    }
    .ts-comp-1 .btnnn .oval-style[aria-expanded="true"]{ /* 180831: 0010704; */
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    .ts-comp-1 .btnnn .oval-style {
        width: 130px;
    }
}
[class^="ts-comp-1"].btn-center .btnnn a{
    margin: auto;
}





/*ts-comp-1-1*/


/*兩個按鈕*/

.ts-comp-1-1 {}

.ts-comp-1-1 .btnnn {
    text-align: center;
    position: relative;
    padding: 5px 0 5px 0;
    font-size: 0;
}

.ts-comp-1-1 .btnnn .oval-style {
    display: inline-block;
    width: 180px;
    border-radius: 25px;
    padding: 8px 4px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    color: #000;
}

.ts-comp-1-1 .btnnn .oval-style:hover {
    box-shadow: 0 3px 11px #ccc;
}

.ts-comp-1-1 .btnnn .oval-style+.oval-style {
    margin-left: 35px;
    margin-right: 0;
}

.ts-comp-1-1 .btnnn .color-style-1 {
    background-color: #e30000;
    color: #ffffff;
}

.ts-comp-1-1 .btnnn .color-style-2 {
    background-color: #ff8785;
    color: #ffffff;
}

.ts-comp-1-1 .btnnn .color-style-3 {
    background-color: #333333;
    color: #ffffff;
}

.ts-comp-1-1 .btnnn .color-style-4 {
    border: solid 1px #9b9b9b;
    background-color: #fff;
    color: #333;
}

.ts-comp-1-1 .btnnn .color-style-4:hover {
    border: solid 1px #da2128;
    color: #da2128;
}
.ts-comp-1-1 .btnnn .color-style-4.style-4-1 {
    border: solid 1px #9b9b9b;
    background-color: transparent;
    color: #333;
}
.ts-comp-1-1 .btnnn .color-style-5 {
    background-color: #888888;
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-1-1 .btnnn .oval-style {
        width: 140px;
    }
    .ts-comp-1-1 .btnnn .oval-style+.oval-style {
        margin-left: 35px;
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    .ts-comp-1-1 .btnnn .oval-style {
        width: 130px;
    }
}






/*ts-comp-1-2*/


/*三個按鈕*/

.ts-comp-1-2 {}

.ts-comp-1-2 .btnnn {
    text-align: center;
    position: relative;
    padding: 5px 0 5px 0;
    font-size: 0;
}

.ts-comp-1-2 .btnnn .oval-style {
    display: inline-block;
    width: 180px;
    border-radius: 25px;
    padding: 8px 4px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    color: #000;
}

.ts-comp-1-2 .btnnn .oval-style:hover {
    box-shadow: 0 3px 11px #ccc;
}

.ts-comp-1-2 .btnnn .color-style-1 {
    background-color: #e30000;
    color: #ffffff;
}

.ts-comp-1-2 .btnnn .color-style-2 {
    background-color: #ff8785;
    color: #ffffff;
}

.ts-comp-1-2 .btnnn .color-style-3 {
    background-color: #333333;
    color: #ffffff;
}

.ts-comp-1-2 .btnnn .color-style-4 {
    border: solid 1px #9b9b9b;
    background-color: #fff;
    color: #333;
}

.ts-comp-1-2 .btnnn .color-style-4:hover {
    border: solid 1px #da2128;
    color: #da2128;
}

.ts-comp-1-2 .btnnn .color-style-5 {
    background-color: #888888;
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-1-2 .btnnn .oval-style {
        width: 140px;
    }
    .ts-comp-1-2 .btnnn .oval-style+.oval-style {
        margin-left: 35px;
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    .ts-comp-1-2 .btnnn .oval-style {
        width: 130px;
    }
}






/*ts-comp-1-3*/


/*特殊按鈕*/

.ts-comp-1-3 {}

.ts-comp-1-3 .btnnn {
    text-align: center;
    position: relative;
    padding: 5px 0 5px 0;
    font-size: 0;
}

.ts-comp-1-3 .btnnn .oval-style {
    display: inline-block;
    width: 180px;
    border-radius: 25px;
    padding: 8px 4px;
    text-decoration: none;
    margin: 0 20px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    color: #000;
    position: relative;
}

.ts-comp-1-3 .btnnn .cus-style:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -37px;
    width: 37px;
    height: 37px;
    background-image: url('../img/ts-677.png');
}

.ts-comp-1-3 .btnnn .oval-style:hover {
    box-shadow: 0 3px 11px #ccc;
}

.ts-comp-1-3 .btnnn .color-style-1 {
    background-color: #e30000;
    color: #ffffff;
}

.ts-comp-1-3 .btnnn .color-style-2 {
    background-color: #ff8785;
    color: #ffffff;
}

.ts-comp-1-3 .btnnn .color-style-3 {
    background-color: #333333;
    color: #ffffff;
}

.ts-comp-1-3 .btnnn .color-style-4 {
    border: solid 1px #9b9b9b;
    background-color: #fff;
    color: #333;
}

.ts-comp-1-3 .btnnn .color-style-4:hover {
    border: solid 1px #da2128;
    color: #da2128;
}

.ts-comp-1-3 .btnnn .color-style-5 {
    background-color: #888888;
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-1-3 .btnnn .oval-style {
        width: 140px;
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    .ts-comp-1-3 .btnnn .oval-style {
        width: 130px;
    }
}






/*ts-comp-1-collapse*/


/*收合按鈕*/


}
.ts-comp-070 .btn-collapse-up-down .btnnn,
.ts-comp-1-collapse {}

.ts-comp-070 .btn-collapse-up-down .btnnn,
.ts-comp-1-collapse .btnnn {
    text-align: center;
    position: relative;
    font-size: 0;
    /*background-color: #eaeaea;*/

    border-top: 1px solid #eaeaea;
}

.ts-comp-070 .btn-collapse-up-down .btnnn .oval-style[aria-expanded="true"] {
    background-color: #eaeaea;
}

.ts-comp-070 .btn-collapse-up-down .btnnn .oval-style,
.ts-comp-1-collapse .btnnn .oval-style {
    padding: 8px 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #4a4a4a;
    position: relative;
    display: block;
}

.ts-comp-070 .btn-collapse-up-down .btnnn .oval-style:after,
.ts-comp-1-collapse .btnnn .oval-style:after {
    content: '';
    position: absolute;
    right: -31px;
    left: 100px;
    margin: auto;
    top: 12px;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: cover;
    background-image: url('../img/ts-742.png');
}

.ts-comp-070 .btn-collapse-up-down .btnnn .collapsed.oval-style:after,
.ts-comp-1-collapse .btnnn .collapsed.oval-style:after {
    background-image: url('../img/ts-729.png');
}

.ts-comp-070 .btn-collapse-up-down {

    border-bottom: 1px solid #eaeaea;
}

.ts-comp-070 .btn-collapse-up-down .btnnn {
    text-align: center;
    margin-top: 30px;
    border-top: none;
    position: relative;
}
.ts-comp-070 .btn-collapse-up-down .btnnn:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: ' ';
    display: inline-block;
    width: 90%;
    height: 1px;
    background-color: #eaeaea;
}
.ts-comp-070 .btn-collapse-up-down .btnnn .collapsed .btn-collapse-up-down .btnnn .oval-style[aria-expanded="true"] {
    background-color: #eaeaea;
    margin-bottom: 10px;
}

@media(min-width:768px) {
    .ts-comp-070 .btn-collapse-up-down .btnnn {
        display: none;
    }
}




/*editor-btnnn*/

/*editor按鈕*/
.editor-btnnn {
    padding-top: 5px;
}

.editor-btnnn .btnnn {
    text-align: left;
    position: relative;
    padding: 5px 0 5px 0;
    font-size: 0;
}

.editor-btnnn .btnnn .oval-style {
    display: inline-block;
    width: 240px;
    border-radius: 25px;
    padding: 8px 0px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    color: #000;
    margin-left: 20px;
}

.editor-btnnn .btnnn .oval-style:first-child {
    margin-left: 0;
}

.editor-btnnn.cus-1 .btnnn .oval-style {
    width: 320px;
    font-size: 16px;
    letter-spacing: normal;
}

.editor-btnnn.cus-2 .btnnn .oval-style {
    width: 240px;
    font-size: 16px;
    letter-spacing: normal;
}

.editor-btnnn .btnnn .oval-style:hover {
    box-shadow: 0 3px 11px #ccc;
}

.editor-btnnn .btnnn .color-style-1 {
    background-color: #e30000;
    color: #ffffff;
}

.editor-btnnn .btnnn .color-style-2 {
    background-color: #ff8785;
    color: #ffffff;
}

.editor-btnnn .btnnn .color-style-3 {
    background-color: #333333;
    color: #ffffff;
}

.editor-btnnn .btnnn .color-style-4 {
    border: solid 1px #9b9b9b;
    background-color: #fff;
    color: #333;
}

.editor-btnnn .btnnn .color-style-4:hover {
    border: solid 1px #da2128;
    color: #da2128;
}

.editor-btnnn .btnnn .color-style-5 {
    background-color: #888888;
    color: #fff;
}
.editor-btnnn.center .btnnn a {
    margin: auto;
}
@media only screen and (min-width: 320px) and (max-width:767px) {
    .editor-btnnn .btnnn .oval-style {
        width: 155px;
        margin-left: 8px;
    }

    .editor-btnnn .btnnn .oval-style:first-child {
        margin-left: 0;
    }
}










/*ts-comp-2*/
.ts-comp-2 {
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 16px;
    margin-bottom: 5px;
}

.ts-comp-2 .ul-items {}

.ts-comp-2 .ul-items .ul-li-items {}

.ts-comp-2 .ul-items .ul-li-items+.ul-li-items {
    padding-top: 15px;
}

.ts-comp-2 .ul-items .ul-li-items .desc {
    position: relative;
    padding-left: 10px;
}

.ts-comp-2 .ul-items .ul-li-items .desc:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 3px;
    height: 14px;
    background-color: #da2128;
}

.ts-comp-2 .ul-items .ul-li-items .desc p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #000000;
}

.ts-comp-2 .ul-items .ul-li-items .desc p .highlight {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #da2128;
}










/*ts-comp-3*/
.ts-comp-3 {
    border-bottom: solid 1px #e3e3e3;
}

.ts-comp-3 .ul-items {}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items {}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top {}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .left {}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .left .pic-block {
    background-color: #fff;
    text-align: center;
}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .left .pic-block .pic {}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .left .pic-block .pic img {
    max-width: 100%;
}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right {}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right {}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px 0 7px 0;
    position: relative;
}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 13px;
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    background-image: url('../img/ts-419.png');
    background-size: cover;
    background-position: center;
    display: none;
}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn.collapsed:after {
    transform: rotate(0deg);
}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn .title {
    padding-bottom: 8px;
}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn .title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn .txt {}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn .txt p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .cont {
    padding: 0 30px 20px 30px;
}

.ts-comp-3 .ul-items .ts-c-3-ul-li-items .cont .ts-comp-2 {
    padding: 20px;
    border-top: 1px solid #e3e3e3;
}

.ts-comp-3 .ts-comp-1 .btnnn .oval-style {
    width: 140px;
}

.ts-comp-3 .ts-comp-1-1 .btnnn .oval-style {
    width: 140px;
}

.iphone-collapse-comp-1 .ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn .title {
    padding: 0 10px;
}

.iphone-collapse-comp-1 .ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn .txt {
    padding: 0 10px;
}

.iphone-collapse-comp-1 .ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn .title p {
    text-align: left;
}

.iphone-collapse-comp-1 .ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn .txt p {
    text-align: left;
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    .ts-comp-3 .ul-items .ts-c-3-ul-li-items .cont {
        padding: 0 10px 20px 10px;
    }

    .ts-comp-3 .ts-comp-1-1 .btnnn .oval-style+.oval-style {
        margin-left: 8px;
        margin-right: 0;
    }

    .ts-comp-3 .ts-comp-1 .btnnn .oval-style {
        width: 130px;
    }

    .ts-comp-3 .ts-comp-1-1 .btnnn .oval-style {
        width: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-3 .ul-items .ts-c-3-ul-li-items .cont {
        padding: 0 10px 20px 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-3 .ul-items .ts-c-3-ul-li-items {
        display: block;
        width: auto;
        padding: 0px;
    }

    .ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn:after {
        display: block;
    }

    .ga-slider-container .ts-comp-3 .ul-items .ts-c-3-ul-li-items .top .right .btnnn:after {
        display: none;
    }

    .ts-comp-3 .ul-items .ts-c-3-ul-li-items .cont {
        padding: 0 15px 20px 15px;
    }

    .iphone-collapse-comp-1 .ts-comp-3 {
        margin: 0 20px 20px 20px;
    }

    .ts-comp-3 .ul-items .ts-c-3-ul-li-items .cont .ts-comp-2 {
        padding: 20px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    .ts-comp-3 .ts-comp-1-1 .btnnn .oval-style {
        width: 130px;
    }
}






/*ts-comp-3-1*/
.ts-comp-3-1 {
    border-bottom: solid 1px #e3e3e3;
}

.ts-comp-3-1 .ul-items {}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items {}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top {}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left {
    overflow: hidden;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block {
    text-align: center;
    padding-bottom: 12px;
    background-color: #fff;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 35px;
    z-index: 2;
    width: 216px;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic-deco {
    overflow: hidden;
    position: relative;
    top: -100px;
    margin-bottom: -70px;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic-deco:before {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    left: 0px;
    bottom: 0;
    margin: auto;
    border-top: 0px solid transparent;
    border-left: 0px solid #fff;
    border-bottom: 50px solid #fff;
    border-right: 200px solid transparent;
    z-index: 1;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic-deco:after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    right: 0px;
    bottom: 0;
    margin: auto;
    border-top: 0px solid transparent;
    border-right: 0px solid #fff;
    border-bottom: 50px solid #fff;
    border-left: 200px solid transparent;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic-deco img {
    filter: blur(50px);
    opacity: 0.7;
    width: 100%;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic .hidetxt {
    background-color: rgba(227, 0, 0, 0.8);
    height: 130px;
    border-radius: 8px;
    position: absolute;
    width: 216px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 2;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic .hidetxt p {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic .hidetxt p:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 30px;
    width: 8px;
    height: 16px;
    background-image: url('../img/arrowright-white.png');
    background-size: cover;
    background-position: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic .hidetxt p:after {
        top: 100px;
        bottom: 0px;
    }
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic:hover .hidetxt {
    display: table;
}

/* 180829: mantis 0010565; */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS here */
    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic:hover .hidetxt {
        left: calc(50% - 108px);
    }
}
@media all and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS here */
    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic:hover .hidetxt {
        left: calc(50% - 95px);
    }
}
/* end 180829: mantis 0010565; */

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic img {
    width: 216px;
    height: 130px;
    margin: auto;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .right {}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .right {}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .right .btnnn {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px 0 7px 0;
    position: relative;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .right .btnnn:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 13px;
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    background-image: url('../img/ts-419.png');
    background-size: cover;
    background-position: center;
    display: none;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .right .btnnn.collapsed:after {
    transform: rotate(0deg);
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .right .btnnn .title {
    padding-bottom: 8px;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .right .btnnn .title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .right .btnnn .txt {}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .right .btnnn .txt p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .cont {
    padding: 0 30px 20px 30px;
}

.ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .cont .ts-comp-2 {
    padding: 20px;
    border-top: 1px solid #e3e3e3;
}

.ts-comp-3-1 .ts-comp-1 .btnnn .oval-style {
    width: 140px;
}

.ts-comp-3-1 .ts-comp-1-1 .btnnn .oval-style {
    width: 129px;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .cont {
        padding: 0 10px 20px 10px;
    }

    .ts-comp-3-1 .ts-comp-1-1 .btnnn .oval-style+.oval-style {
        margin-left: 8px;
        margin-right: 0;
    }

    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic-deco {
        overflow: hidden;
        position: relative;
        top: -50px;
        margin-bottom: -20px;
    }

    .ts-comp-3-1 .ts-comp-1 .btnnn .oval-style {
        width: 130px;
    }

    .ts-comp-3-1 .ts-comp-1-1 .btnnn .oval-style {
        width: 130px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic {
        width: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .cont {
        padding: 0 10px 20px 10px;
    }

    .ts-comp-3-1 .ts-comp-1-1 .btnnn .oval-style+.oval-style {
        margin-left: 20px;
        margin-right: 0;
    }

    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic-deco {
        overflow: hidden;
        position: relative;
        top: -70px;
        margin-bottom: -20px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items {
        display: block;
        width: auto;
        padding: 0px;
    }

    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .right .btnnn:after {
        display: block;
    }

    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .cont {
        padding: 0 15px 20px 15px;
    }

    .ga-slider-container .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .right .btnnn:after {
        display: none;
    }

    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic-deco {
        overflow: hidden;
        position: relative;
        top: -70px;
        margin-bottom: -50px;
    }

    .iphone-collapse-comp-1 .ts-comp-3-1 {
        margin: 0 20px;
        margin-bottom: 30px;
    }

    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic img {
        width: 190px;
        height: 131px;
        margin: auto;
    }

    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic .hidetxt {
        height: 131px;
        width: 190px;
    }

    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .cont .ts-comp-2 {
        padding: 20px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    .ts-comp-3-1 .ts-comp-1-1 .btnnn .oval-style {
        width: 130px;
    }
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .ts-comp-3-1 .ul-items .ts-c-3-1-ul-li-items .top .left .pic-block .pic-deco {
        overflow: hidden;
        position: relative;
        top: -30px;
        margin-bottom: -10px;
    }
}






/*ts-comp-3-2*/
.ts-comp-3-2 {
    border-bottom: solid 1px #e3e3e3;
}

.ts-comp-3-2 .ul-items {}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items {}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items+.ts-c-3-2-ul-li-items {
    margin-top: 30px;
}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top {}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .left {}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .left .pic-block {
    background-color: #fff;
    text-align: center;
}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .left .pic-block .pic {
	
}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .left .pic-block .pic img {
    max-width: 100%;
}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right {}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right {}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 30px 30px 20px 30px;
    position: relative;
}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 13px;
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    background-image: url('../img/ts-419.png');
    background-size: cover;
    background-position: center;
    display: none;
}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn.collapsed:after {
    transform: rotate(0deg);
}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn .title {
    padding-bottom: 8px;
}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn .title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn .txt {}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn .txt p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .cont {
    padding: 0 30px 15px 30px;
    height: 135px;
    overflow: hidden;
}

.ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .cont .ts-comp-2 {
    padding: 20px;
    border-top: 1px solid #e3e3e3;
}

.ts-comp-3-2 .ts-comp-1 .btnnn .oval-style {
    width: 140px;
}

.ts-comp-3-2 .ts-comp-1-1 .btnnn .oval-style {
    width: 140px;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-3-2 .ts-comp-1 .btnnn .oval-style {
        width: 130px;
    }

    .ts-comp-3-2 .ts-comp-1-1 .btnnn .oval-style {
        width: 130px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1199px) {
    .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn {
        padding: 30px 20px 20px 20px;
    }

    .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .cont {
        padding: 0 20px 15px 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-3-2 {
        padding: 0 20px;
    }

    .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items {
        display: block;
        width: auto;
        padding: 0px;
    }

    .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn:after {
        display: block;
    }

    .ga-slider-container .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn:after {
        display: none;
    }
}






/*ts-comp-3-3*/
.ts-comp-3-3 {
    border-bottom: solid 1px #e3e3e3;
}

.ts-comp-3-3 .ul-items {}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items {}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items+.ts-c-3-3-ul-li-items {
    margin-top: 30px;
}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top {}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .left {}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .left .pic-block {
    background-color: #fff;
    text-align: center;
}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .left .pic-block .pic {
	overflow:hidden;
}

#ts-main-003b-3a-digital .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .left .pic-block .pic img {
    width: 100%;
	-webkit-transition: all 1s;
    transition: all 1s;
}

#ts-main-003b-3a-digital .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .left .pic-block .pic img:hover {
    transform: scale(1.3, 1.3);
}

.sub11-mobile-style2 .ts-comp-3-3-title-sm .ul-items .ts-c-3-3-ul-li-items .top .left .pic-block .pic img {
    width: 100%;
	-webkit-transition: all 1s;
    transition: all 1s;
}

.sub11-mobile-style2 .ts-comp-3-3-title-sm .ul-items .ts-c-3-3-ul-li-items .top .left .pic-block .pic img:hover {
    transform: scale(1.3, 1.3);
}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right {}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right {}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 30px 20px 30px 20px;
    position: relative;
}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: left;
    color: #000000;
}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .txt {}

.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .txt p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .txt .oval-style.space {}
.ts-comp-3-3 .ts-comp-1 .btnnn .oval-style {
    width: 140px;
}

.ts-comp-3-3 .ts-comp-1-1 .btnnn .oval-style {
    width: 140px;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-3-3 .ts-comp-1 .btnnn .oval-style {
        width: 130px;
    }

    .ts-comp-3-3 .ts-comp-1-1 .btnnn .oval-style {
        width: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title p {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: left;
        color: #000000;
    }

    .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .txt p {
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-3-3 {
        padding: 0 20px;
    }

    .iphone-collapse-comp-1.iphone-collapse-comp-11.sub11-mobile-style2 .ts-comp-3-3 { /* 180905: mantis 0010766; */
        border-bottom: 0;
    }

    .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items {
        display: block;
        width: auto;
        padding: 0px;
    }

    .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title p {
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.3px;
        text-align: left;
        color: #000000;
    }

    .sub11-mobile-style2 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont,
    .ts-comp-3-3-title-sm.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont {
        padding: 10px;
    }

    .ts-comp-3-3-title-sm.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title {
        padding-bottom: 0;
    }
}
@media(max-width: 767px) {
    .iphone-collapse-comp-11 .ts-comp-3-3 .title {
        position: relative;
    }

    .iphone-collapse-comp-11 .ts-comp-3-3 .title:after {
        content: ' ';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('../img/icon-add.png');
        background-size: 12px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 40%;
        transform: translateY(-50%);
    }

    .iphone-collapse-comp-11 .ts-comp-3-3 .title[aria-expanded="false"]:after {
        background-image: url('../img/icon-add.png');
    }

    .iphone-collapse-comp-11 .ts-comp-3-3 .title[aria-expanded="true"]:after {
        background-image: url('../img/icon-minus.png');
    }
}
/*.ts-comp-3-3.ts-comp-3-3-1 2018-11-13-new-setting*/
.ts-comp-3-3.ts-comp-3-3-1 {
    border-bottom: none;
}
.ts-comp-3-3.ts-comp-3-3-1 .ul-items .ts-c-3-3-ul-li-items .top .right .cont {
    padding: 10px;
    padding-bottom: 25px;
}
.ts-comp-3-3.ts-comp-3-3-1 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title p {
    min-height: 44px;
    font-size: 16px;
    color: #333;
}
.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .txt p {
    font-size: 14px;
    font-weight: normal;
    color: #4a4a4a;
}
/*end: .ts-comp-3-3.ts-comp-3-3-1 2018-11-13-new-setting*/
/*ts-comp-3-4*/
.ts-comp-3-4 {
    border-bottom: solid 1px #e3e3e3;
}

.ts-comp-3-4 .ts-c-3-4-ul-items {}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items {}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items+.ts-c-3-4-ul-li-items {
    margin-top: 30px;
}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top {}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .left {}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .left .pic-block {
    background-color: #fff;
    text-align: center;
}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .left .pic-block .pic {}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .left .pic-block .pic img {
    max-width: 100%;
}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .right {}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .right {}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .right .cont {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 30px 60px 30px 60px;
    position: relative;
}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .right .cont .title {
    padding-bottom: 10px;
}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .right .cont .title p {
    font-size: 33px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #000000;
}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .right .cont .txt {
    padding-bottom: 20px;
}

.ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .right .cont .txt p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.ts-comp-3-4 .ts-comp-1 .btnnn .oval-style {
    width: 140px;
}

.ts-comp-3-4 .ts-comp-1-1 .btnnn .oval-style {
    width: 140px;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-3-4 .ts-comp-1 .btnnn .oval-style {
        width: 130px;
    }

    .ts-comp-3-4 .ts-comp-1-1 .btnnn .oval-style {
        width: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .right .cont {
        padding: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-3-4 {
        padding: 0 20px;
    }

    .ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items {
        display: block;
        width: auto;
        padding: 0px;
    }

    .ts-comp-3-4 .ts-c-3-4-ul-items .ts-c-3-4-ul-li-items .top .right .cont {
        padding: 30px 15px 30px 15px;
    }
}






/*ts-comp-3-5*/
.ts-comp-3-5 {}

.ts-comp-3-5 .ts-c-3-5-ul-items {}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items {}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items+.ts-c-3-5-ul-li-items {
    margin-top: 30px;
}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top {}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .left {}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .left .pic-block {
    background-color: #fff;
    text-align: center;
}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .left .pic-block .pic {}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .left .pic-block .pic img {
    max-width: 100%;
}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .right {}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .right {}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .right .cont {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #e3e3e3;
}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .right .cont .title {
    padding-bottom: 5px;
}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .right .cont .title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 1.4px;
    color: #000000;
}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .right .cont .txt {
    height: 126px;
    padding-bottom: 25px;
}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .right .cont .txt p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #000000;
}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .right .cont .linkk {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .right .cont .linkk a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-align: right;
    color: #333333;
}

.ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .right .cont .linkk a:after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 8px solid transparent;
    border-left: 8px solid #aaa;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.ts-comp-3-5 .ts-comp-1 .btnnn .oval-style {
    width: 140px;
}

.ts-comp-3-5 .ts-comp-1-1 .btnnn .oval-style {
    width: 140px;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-3-5 .ts-comp-1 .btnnn .oval-style {
        width: 130px;
    }

    .ts-comp-3-5 .ts-comp-1-1 .btnnn .oval-style {
        width: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items .top .right .cont {
        padding: 30px 20px
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-3-5 {
        /*padding: 0 10px;*/
        padding: 0;
    }

    .ts-comp-3-5 .ts-c-3-5-ul-items .ts-c-3-5-ul-li-items {
        display: block;
        width: auto;
        padding: 0px;
    }
}






/*ts-comp-3-6*/
.ts-comp-3-6 {
    border-bottom: solid 1px #e3e3e3;
    padding-top: 60px;
}

.ts-comp-3-6 .card {
    border-radius: 0;
    background-color: transparent;
}

.ts-comp-3-6 .card-header {
    border-radius: 0;
    background-color: transparent;
    background-color: #f6f6f6;
}

.ts-comp-3-6 .ts-c-3-6-ul-items {}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items {
    border-left: 1px solid #eee;
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .top {
    background-color: #f6f6f6;
    display: block;
    width: 100%;
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .top .left {}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .top .left .pic-block {
    text-align: center;
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .top .left .pic-block .pic {
    position: relative;
    top: -60px;
    margin-bottom: -40px;
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .top .left .pic-block .pic img {
    max-width: 100%;
    width: 120px;
    height: 120px;
    margin: auto;
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .top .right {}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .card-header .top.btnnn {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0px 0 30px 0;
    position: relative;
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .card-header .top.btnnn:after {
    content: '';
    position: absolute;
    top: 33px;
    right: 13px;
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    background-image: url('../img/ts-419.png');
    background-size: cover;
    background-position: center;
    display: none;
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .card-header .top.btnnn.collapsed:after {
    transform: rotate(0deg);
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .btnnn .title {
    /*padding-bottom: 30px;*/
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .btnnn .title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .cont {
    padding: 20px 10px 45px 10px;
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .cont .txt {
    padding-bottom: 10px;
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .cont .txt p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}

.ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .cont .ts-comp-2 {
    padding: 20px 0px;
    border-bottom: 0;
}

.ts-comp-3-6 .ts-comp-1 .btnnn .oval-style {
    width: 140px;
}

.ts-comp-3-6 .ts-comp-1-1 .btnnn .oval-style {
    width: 140px;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-3-6 .ts-comp-1 .btnnn .oval-style {
        width: 130px;
    }

    .ts-comp-3-6 .ts-comp-1-1 .btnnn .oval-style {
        width: 130px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-3-6 {
        background-color: #ccc;
        border-bottom: 0;
        padding: 0;
    }

    .ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items {
        display: block;
        width: auto;
        padding: 0px 20px;
        border-bottom: solid 1px #e3e3e3;
    }

    .ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .card-header .top.btnnn {
        display: table;
        width: 100%;
        padding: 15px 20px 15px 46px;
    }

    .ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .top .left {
        display: table-cell;
        vertical-align: middle;
        width: 60px;
    }

    .ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .top .right {
        display: table-cell;
        vertical-align: middle;
        padding-left: 36px;
        width: 120px;
    }

    .ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .card-header .top.btnnn:after {
        display: block;
    }

    .ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .btnnn .title {
        padding-bottom: 0px;
    }

    .ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .top .left .pic-block .pic {
        position: relative;
        top: auto;
        margin-bottom: 0;
    }

    .ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .top .left .pic-block .pic img {
        width: 60px;
        height: 60px;
    }
}






/*ts-comp-3-7*/
.ts-comp-3-7 {
    /*border-bottom: solid 1px #e3e3e3;*/
}

.ts-comp-3-7 .card {
    border-radius: 0;
    background-color: transparent;
}

.ts-comp-3-7 .card-header {
    border-radius: 0;
    background-color: transparent;
}

.ts-comp-3-7 .ts-c-3-7-ul-items {}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items {}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .collapse {
    display: block;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items:hover .top .left .pic-block .pic {
    margin: auto;
    width: 100px;
    height: 100px;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items:hover .pic {
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.06);
    border-radius: 55px;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 0px 0 30px 0;
    background-color: transparent;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left {}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left .pic-block {
    text-align: center;
    padding-bottom: 20px;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left .pic-block .pic {
    font-size: 0;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left .pic-block .pic img {
    max-width: 100%;
    width: 100px;
    height: 100px;
    margin: auto;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .right {}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .card-header .top.btnnn {
    position: relative;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .card-header .top.btnnn:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0px;
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    background-image: url('../img/ts-419.png');
    background-size: cover;
    background-position: center;
    display: none;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .card-header .top.btnnn.collapsed:after {
    transform: rotate(0deg);
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .btnnn .title {}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .btnnn .title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .cont {
    padding: 0px 0px 45px 0px;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .cont .txt {
    padding-bottom: 10px;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .cont .txt p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}

.ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .cont .ts-comp-2 {
    padding: 20px 0px;
    border-bottom: 0;
}

.ts-comp-3-7 .ts-comp-1 .btnnn .oval-style {
    width: 140px;
}

.ts-comp-3-7 .ts-comp-1-1 .btnnn .oval-style {
    width: 140px;
}

.ts-comp-3-7 .ts-comp-6 .morebtnnn {
    display: none;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-3-7 .ts-comp-1 .btnnn .oval-style {
        width: 135px;
    }

    .ts-comp-3-7 .ts-comp-1-1 .btnnn .oval-style {
        width: 135px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-3-7 {
        padding: 0 20px;
        background-color: transparent;
        border-bottom: 0;
    }

    .ts-comp-3-7 .card {
        position: relative;
    }

    .ts-comp-3-7 .card:after {
        content: '';
        position: absolute;
        bottom: 0;
        margin-left: 65px;
        height: 1px;
        right: 0;
        left: 0;
        background-color: #e3e3e3;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items {
        display: block;
        width: auto;
        padding: 0px;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .collapse {
        display: none;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .collapse.show {
        display: block;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .card-header .top {
        display: table;
        width: 100%;
        padding: 15px 0px 15px 0px;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left {
        display: table-cell;
        vertical-align: middle;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .right {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .card-header .top.btnnn:after {
        display: block;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .btnnn .title {
        padding-bottom: 0px;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .btnnn .title p {
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: 0.4px;
        color: #333333;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left .pic-block {
        padding-bottom: 0px;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left .pic-block .pic {
        position: relative;
        top: auto;
        margin-bottom: 0;
        width: 50px;
        height: 50px;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items:hover .top .left .pic-block .pic {
        width: 50px;
        height: 50px;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left .pic-block .pic img {
        width: 50px;
        height: 50px;
    }

    .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .cont {
        padding: 0px 0px 0px 65px;
    }

    .ts-comp-3-7 .ts-comp-6 .morebtnnn {
        display: block;
    }
}







/*ts-comp-3-7-a*/
.ts-comp-3-7-a {
    /*border-bottom: solid 1px #e3e3e3;*/
}

.ts-comp-3-7-a .card {
    border-radius: 0;
    background-color: transparent;
}

.ts-comp-3-7-a .card-header {
    border-radius: 0;
    background-color: transparent;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items {
    display: flex;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items {
    flex: 1;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .collapse {
    display: block;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items:hover .top .left .pic-block .pic {
    /*box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.06);*/
    /*border-radius: 40px;*/

    margin: auto;
    width: 100px;
    height: 100px;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 0px 0 30px 0;
    background-color: transparent;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left {}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left .pic-block {
    text-align: center;
    padding-bottom: 20px;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left .pic-block .pic {
    font-size: 0;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .left .pic-block .pic img {
    max-width: 100%;
    width: 100px;
    height: 100px;
    margin: auto;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top .right {}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .card-header .top.btnnn {
    position: relative;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .card-header .top.btnnn:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0px;
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    background-image: url('../img/ts-419.png');
    background-size: cover;
    background-position: center;
    display: none;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .card-header .top.btnnn.collapsed:after {
    transform: rotate(0deg);
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .btnnn .title {}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .btnnn .title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .cont {
    padding: 0px 0px 45px 0px;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .cont .txt {
    padding-bottom: 10px;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .cont .txt p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}

.ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .cont .ts-comp-2 {
    padding: 20px 0px;
    border-bottom: 0;
}

.ts-comp-3-7-a .ts-comp-1 .btnnn .oval-style {
    width: 140px;
}

.ts-comp-3-7-a .ts-comp-1-1 .btnnn .oval-style {
    width: 140px;
}

.ts-comp-3-7-a .ts-comp-6 .morebtnnn {
    display: none;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    /**/
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-3-7-a {
        overflow: hidden;
        overflow-x: scroll;
    }

    .ts-comp-3-7-a .ts-c-3-7-ul-items {
        display: inline-flex;
        width: 100%;
    }

    .ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items {
        flex: none;
        padding: 0 20px;
        max-width: 190px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-3-7-a {
        padding-top: 20px;
    }

    .ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items {
        max-width: 210px;
    }

    .ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .top {
        padding-bottom: 20px;
    }

    .ts-comp-3-7-a .ts-comp-6 {
        background-color: transparent;
    }

    .ts-comp-3-7-a .ts-comp-6 .ul-items .ul-li-items {
        text-align: center;
    }
}








/*ts-comp-4*/
.ts-comp-4 {}

.ts-comp-4 .ts-c-4-ul-items {
    font-size: 0;
}

.ts-comp-4 .ts-c-4-ul-items .ts-c-4-ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-bottom: 20px;
}

.ts-comp-4 .ts-c-4-ul-items .ts-c-4-ul-li-items a {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #333333;
    padding-right: 30px;
    position: relative;
}

.ts-comp-4 .ts-c-4-ul-items .ts-c-4-ul-li-items a:after {
    content: '';
    position: absolute;
    top: -4px;
    right: 0px;
    width: 32px;
    height: 32px;
    transform: rotate(-90deg);
    background-image: url('../img/ts-419.png');
    background-size: cover;
    background-position: center;
}
.ts-comp-4.ts-comp-4-1 .ts-c-4-ul-items .ts-c-4-ul-li-items a:after {
    right: auto;
    left: -10px;
}
.ts-comp-4-1.ts-comp-4 .ts-c-4-ul-items .ts-c-4-ul-li-items a {
    padding-left: 15px;
    text-indent: 1px;
    display: inline-block;
}










/*ts-comp-5*/
.ts-comp-5 {}

.ts-comp-5 .ts-c-5-ul-items {}

.ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items {}

.ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items+.ts-c-5-ul-li-items {
    margin-top: 30px;
}

.ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont {
    position: relative;
}

.ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont .bgpic {
    width: 100%;
    height: 410px;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
}





/*.ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont .bgpic:after {
    content: " ";
    background-color: rgba(255,255,255,0.7);
    bottom: 0;
    width: 100%;
    height: 130px;
    display: inline-block;
    position: absolute;
    -webkit-filter: url('#blur');
     filter: url('#blur');
     -webkit-filter: blur(5px);
     filter: blur(5px);
     background-size: cover;

  
}*/
.ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont .textcont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
}

.ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont .textcont:before {}

.ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont .textcont .title {}

.ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont .textcont .title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 1.4px;
    color: #ffffff;
}

.ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont .textcont .desc {
    padding-bottom: 10px;
}

.ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont .textcont .desc p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont .bgpic {
        height: 376px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont .bgpic {
        height: 386px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-5 {
        padding: 0 20px;
        /*padding: 0;*/
    }

    .ts-comp-5 .ts-c-5-ul-items .ts-c-5-ul-li-items .cont .bgpic {
        /*height: 248px;*/
        background-size: cover;
    }
}










/*ts-comp-6*/
.ts-comp-6 {}

.ts-comp-6 .ul-items {}

.ts-comp-6 .ul-items .ul-li-items {
    padding-bottom: 10px;
    text-align: center;
}

.ts-comp-6 .ul-items .ul-li-items a {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    color: #333333;
}

.ts-comp-6 .ul-items .ul-li-items a:hover {
    color: #d70c18;
}

.ts-comp-6 .morebtnnn {}

.ts-comp-6 .morebtnnn a {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #333333;
    padding: 7px 0;
    background-color: #eaeaea;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-6 {
        background-color: #ffffff;
    }

    .ts-comp-6 .ul-items {
        padding: 10px 20px 0 20px;
    }

    .ts-comp-6 .ul-items .ul-li-items {
        padding-bottom: 10px;
        text-align: left;
    }

    .ts-comp-6 .ul-items .ul-li-items a {
        font-size: 16px;
        letter-spacing: 1px;
    }
}










/*ts-comp-7*/
.ts-comp-7-block-all {
    padding: 50px 0;
}

.ts-comp-7 {}

.ts-comp-7 .tab-sty-1 {
    text-align: center;
    font-size: 0;
}

.ts-comp-7 .tab-sty-1 li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-bottom: 1px solid #888;
    position: relative;
}

.ts-comp-7 .tab-sty-1 li+li {
    border-left: 0;
}

.ts-comp-7 .tab-sty-1 li:after {
    border-top: 10px solid #7b868c;
}

.ts-comp-7 .tab-sty-1 li a.active {
    color: #d70c18;
    background-color: transparent;
}

@media only screen and (min-width: 1025px) {
    .ts-comp-7 .tab-sty-1 li a:hover {
        color: #d70c18;
        background-color: transparent;
    }

    .ts-comp-7 .tab-sty-1 li:hover::after {
        display: inline-block;
    }
}


.ts-comp-7 .tab-sty-1 li.active:after {
    display: inline-block;
}

.ts-comp-7 .tab-sty-1 li a {
    padding: 8px 0;
    display: block;
    border-radius: 0;
    position: relative;
    width: 150px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
    padding-bottom: 15px;
    border: 0;
    background-color: transparent;
}

.ts-comp-7 .tab-sty-1 li:after {
    content: '';
    width: 10px;
    height: 3px;
    background-color: #d70c18;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    border: 0;
}

.ts-comp-7 .tab-content-sty-gray {}

.ts-comp-7 .tab-content {
    position: relative;
    padding: 30px 0;
}

@media only screen and (min-width: 1024px) and (max-width:1200px) {
    .ts-comp-7 .ts-main-003-2 {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-7 .ts-main-003-2 {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-7 .tab-content {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-7 .tab-content {}
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7 .tab-content {
        padding: 30px 0 10px 0;
    }

    .ts-comp-7-block-all {
        padding: 20px 0;
    }

    .ts-comp-7 .tab-sty-1 {
        table-layout: fixed;
    }

    .ts-comp-7 .tab-sty-1 li {
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
    }

    .ts-comp-7 .tab-sty-1 li a {
        width: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .ts-comp-7 .tab-sty-1 li a {
        padding: 10px 0;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .ts-comp-7 .tab-sty-1 li a {
        font-size: 12px;
    }
}






/*ts-comp-7-1*/
.ts-comp-7-1 {
    position: relative;
}

.ts-comp-7-1 .tab-sty-1 {
    text-align: center;
    position: absolute;
    top: 150px;
    z-index: 2;
    left: 0;
    right: 0;
}

.ts-comp-7-1 .tab-sty-1 li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-bottom: 1px solid #888;
    position: relative;
}

.ts-comp-7-1 .tab-sty-1 li+li {
    border-left: 0;
}

.ts-comp-7-1 .tab-sty-1 li:after {
    border-top: 10px solid #7b868c;
}

.ts-comp-7-1 .tab-sty-1 li a.active,
.ts-comp-7-1 .tab-sty-1 li a:hover {
    color: #d70c18;
    background-color: transparent;
}

.ts-comp-7-1 .tab-sty-1 li.active:after,
.ts-comp-7-1 .tab-sty-1 li:hover::after {
    display: inline-block;
}

.ts-comp-7-1 .tab-sty-1 li a {
    padding: 8px 0;
    display: block;
    border-radius: 0;
    position: relative;
    color: #1f277c;
    width: 150px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
    padding-bottom: 15px;
    border: 0;
    background-color: transparent;
}

.ts-comp-7-1 .tab-sty-1 li:after {
    content: '';
    width: 10px;
    height: 3px;
    background-color: #d70c18;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    border: 0;
}

.ts-comp-7-1 .tab-content-sty-gray {}

.ts-comp-7-1 .tab-content {
    position: relative;
}

.ts-comp-7-1 .ts-comp-9 {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.ts-comp-7-1 .ts-comp-10 {
    padding-top: 226px;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-7-1 .ts-comp-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-7-1 .tab-content {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7-1 .ts-comp-9 {
        top: 80px;
    }

    .ts-comp-7-1 .tab-sty-1 {
        table-layout: fixed;
    }

    .ts-comp-7-1 .tab-sty-1 li {
        display: table-cell;
        vertical-align: middle;
    }

    .ts-comp-7-1 .tab-sty-1 li a {
        width: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .ts-comp-7-1 .tab-sty-1 li a {
        padding: 10px;
        font-size: 18px;
        letter-spacing: 0.9px;
        text-align: center;
        color: #717171;
        display: block;
        width: 100%;
        border-radius: 0;
        position: relative;
    }
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .ts-comp-7-1 .tab-sty-1 li a {
        font-size: 12px;
    }
}






/*ts-comp-7-2*/
.ts-comp-7-2 {}

.ts-comp-7-2 .tab-sty-1 {
    text-align: center;
    display: table;
    width: 100%;
    table-layout: fixed;
    max-width: 1080px;
    margin: auto;
}

.ts-comp-7-2 .tab-sty-1 li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    max-width: 1080px;
    margin: auto;
}

.ts-comp-7-2 .tab-sty-1 li:first-child a {
    border-radius: 100px 0 0 100px;
}

.ts-comp-7-2 .tab-sty-1 li:last-child a {
    border-radius: 0 100px 100px 0;
}

.ts-comp-7-2 .tab-sty-1 li+li {
    border-left: 0;
}

.ts-comp-7-2 .tab-sty-1 li:after {
    border-top: 10px solid #7b868c;
}

.ts-comp-7-2 .tab-sty-1 li a.active,
.ts-comp-7-2 .tab-sty-1 li a:hover {
    color: #fff;
    background-color: #d70c18;
}

.ts-comp-7-2 .tab-sty-1 li a {
    padding: 12px 0;
    display: block;
    border-radius: 0;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    /*line-height: 1.54;*/

    letter-spacing: 1.4px;
    text-align: center;
    color: #333333;
    padding-bottom: 15px;
    border: 0;
    background-color: #dddddd;
}

.ts-comp-7-2 .tab-content-sty-gray {}

.ts-comp-7-2 .tab-content {
    position: relative;
    padding-top: 30px;
    max-width: 1080px;
    margin: auto;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-7-2 {
        /*padding: 0 30px;*/
    }

    .ts-comp-7-2 .tab-sty-1 {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7-2 {
        padding: 0 10px;
        /*180615: 首頁需要左右留白*/
    }

    .ts-comp-7-2 .tab-sty-1 {
        table-layout: fixed;
    }

    .ts-comp-7-2 .tab-sty-1 li {
        display: table-cell;
        vertical-align: middle;
    }

    .ts-comp-7-2 .tab-sty-1 li a {
        width: auto;
        padding: 5px 0;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        /*color: #ffffff;*/
        /*180615: 首頁非點擊字為黑*/
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .ts-comp-7-2 .tab-sty-1 li a {
        padding: 10px 0;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
    }
}






/*ts-comp-7-3*/
.ts-comp-7-3 {}

.ts-comp-7-3 .tab-sty-1 {
    text-align: center;
    display: table;
    width: 100%;
    table-layout: fixed;
    /*max-width: 1080px;*/

    margin: auto;
}

.ts-comp-7-3 .tab-sty-1 li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.ts-comp-7-3 .tab-sty-1 li+li {
    border-left: 1px solid #fff;
}

.ts-comp-7-3 .tab-sty-1 li a.active,
.ts-comp-7-3 .tab-sty-1 li a:hover {
    color: #333333;
    background-color: #fff;
    font-weight: bold;
}

.ts-comp-7-3 .tab-sty-1 li a {
    padding: 12px 0;
    display: block;
    border-radius: 0;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #717171;
    border: 0;
    background-color: #dedede;
}

.ts-comp-7-3 .tab-content {
    position: relative;
    padding: 30px 30px;
    margin: auto;
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-7-3 {
        /*padding: 0 30px;*/
    }

    .ts-comp-7-3 .tab-sty-1 {}
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7-3 {
        /*padding: 0 10px;*/
    }

    .ts-comp-7-3 .ga-tab-scorll {
        overflow-x: scroll;
    }

    .ts-comp-7-3 .tab-sty-1 {
        display: table;
        text-align: left;
        font-size: 0;
    }

    .ts-comp-7-3 .tab-sty-1 li {
        display: table-cell;
        vertical-align: top;
        width: 120px;
    }

    .ts-comp-7-3 .tab-sty-1 li a {
        white-space: nowrap;
        padding-right: 20px;
    }

    .ts-comp-7-3 .tab-content {
        position: relative;
        padding: 30px 20px;
        margin: auto;
        background-color: #fff;
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .ts-comp-7-3 .tab-sty-1 li a {
        padding: 10px 0;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
    }
}






/*ts-comp-7-3-1*/
.ts-comp-7-3-1 {}

.ts-comp-7-3-1 .tab-sty-1 {
    text-align: center;
    display: table;
    width: 100%;
    table-layout: fixed;
    /*max-width: 1080px;*/

    margin: auto;
}

.ts-comp-7-3-1 .tab-sty-1 li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.ts-comp-7-3-1 .tab-sty-1 li+li {
    border-left: 1px solid #fff;
}

.ts-comp-7-3-1 .tab-sty-1 li a.active,
.ts-comp-7-3-1 .tab-sty-1 li a:hover {
    color: #333333;
    background-color: #fff;
    font-weight: bold;
}

.ts-comp-7-3-1 .tab-sty-1 li a {
    padding: 12px 0;
    display: block;
    border-radius: 0;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #717171;
    border: 0;
    background-color: #dedede;
}

.ts-comp-7-3-1 .tab-content {
    position: relative;
    padding: 30px 30px;
    margin: auto;
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-7-3-1 {
        /*padding: 0 30px;*/
    }

    .ts-comp-7-3-1 .tab-sty-1 {}
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7-3-1 {
        /*padding: 0 10px;*/
    }

    .ts-comp-7-3-1 .ga-tab-scorll {
        overflow-x: scroll;
    }

    .ts-comp-7-3-1 .tab-sty-1 {
        display: table;
        text-align: left;
        font-size: 0;
    }

    .ts-comp-7-3-1 .tab-sty-1 li {
        display: table-cell;
        vertical-align: top;
        width: 120px;
    }

    .ts-comp-7-3-1 .tab-sty-1 li a {
        white-space: nowrap;
        padding-right: 20px;
    }

    .ts-comp-7-3-1 .tab-content {
        position: relative;
        padding: 30px 10px;
        margin: auto;
        background-color: #fff;
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .ts-comp-7-3-1 .tab-sty-1 li a {
        padding: 10px 0;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
    }
}







/*ts-comp-7-4*/
.ts-comp-7-4 {}

.ts-comp-7-4 .tab-sty-1 {
    text-align: center;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: auto;
}

.ts-comp-7-4 .tab-sty-1 li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.ts-comp-7-4 .tab-sty-1 li+li {
    border-left: 1px solid #fff;
}

.ts-comp-7-4 .tab-sty-1 li a.active,
.ts-comp-7-4 .tab-sty-1 li a:hover {
    color: #333333;
    background-color: #fff;
    font-weight: bold;
}

.ts-comp-7-4 .tab-sty-1 li a {
    padding: 12px 0;
    display: block;
    border-radius: 0;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #717171;
    border: 0;
    background-color: #dedede;
}

.ts-comp-7-4 .tab-content {
    position: relative;
    padding: 10px 0px;
    margin: auto;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-7-4 {
        /*padding: 0 30px;*/
    }

    .ts-comp-7-4 .tab-sty-1 {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7-4 {
        /*padding: 0 10px;*/
    }

    .ts-comp-7-4 .ga-tab-scorll {
        overflow-x: scroll;
    }

    .ts-comp-7-4 .tab-sty-1 {
        display: table;
        text-align: left;
        font-size: 0;
    }

    .ts-comp-7-4 .tab-sty-1 li {
        display: table-cell;
        vertical-align: top;
        width: 120px;
    }

    .ts-comp-7-4 .tab-sty-1 li a {
        white-space: nowrap;
    }

    .ts-comp-7-4 .tab-content {
        position: relative;
        padding: 10px 0px;
        margin: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {}
/*ts-comp-7-4.ts-comp-7-4-2 2018-11-13-new-setting*/
.ts-comp-7-4.ts-comp-7-4-2 .ga-tab-scorll{
    width: calc(100% + 60px);
    margin-left: -30px;
}
.ts-comp-7-4.ts-comp-7-4-2 .tab-sty-1 li a.active {
    background-color: #fbfbfb;
}
@media only screen and (min-width: 1025px){
    .ts-comp-7-4.ts-comp-7-4-2 .tab-sty-1 li a:hover {
        background-color: #fbfbfb;
    }
}
@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7-4.ts-comp-7-4-2 .ga-tab-scorll{
        width: 100%;
        margin-left: 0px;
    }
}
/*end: ts-comp-7-4.ts-comp-7-4-2 2018-11-13-new-setting*/



/*ts-comp-7-5*/

/*信用卡popup內TAB*/
.ts-comp-7-5 {}

.ts-comp-7-5-laptop {
    position: fixed;
    z-index: 100;
    left: -310px;
    right: 0;
    margin: auto;
    max-width: 1000px;
    width: 60px;
    top: 105px;
}

.ts-comp-7-5-laptop a {
    display: block;
    width: 60px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: #4a4a4a;
    padding: 15px;
    background-color: #fff;
}

.ts-comp-7-5-laptop a.active {
    color: #fff;
    background-color: #9b9b9b;
}

.ts-comp-7-5 .ga-tab-block {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ts-comp-7-5 .ga-tab-block .pic {}

.ts-comp-7-5 .ga-tab-block .pic img {}

.ts-comp-7-5.ts-comp-7-5-style2 .ga-tab-block .pic {
    max-height: 160px;
    margin-bottom: 47px;
    overflow: hidden;

    width: 255px;
    text-align: center;
}

.ts-comp-7-5.ts-comp-7-5-style2 .ga-tab-block .pic img {
    display: inline-block;
    /*width: 255px;
    height: auto;
    margin: 0 10px;*/
    width: auto;
    height: 160px;
    margin: 0 auto;
}
/*ts-comp-7-5-style3 2018-11-13-new-setting*/
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block{
    font-size: 0;
    padding-bottom: 30px;
    position: relative;
}
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block:after{
    display: block;
    content: '';
    border-bottom: dashed 1px #9b9b9b;
    width: calc(100% + 60px);
    margin-left: -30px;

    position: absolute;
    bottom: 0;
}
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .pic,
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .comp-7-5-info-content,
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
/*定寬度*/
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .pic{
    max-width: 250px;
    box-shadow: none;
    margin-top: -40px;
    text-align: center;
}
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .comp-7-5-info-content{
    max-width: calc(100% - 250px - 160px);
    padding-left: 50px;
}
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn{
    max-width: 160px;
    margin-top: 5px;
}
/*tab內容設定*/
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .ts-comp-38{
    text-align: right;
    padding: 0;
    padding-bottom: 20px;
    padding-left: 300px;
}
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .pic img {
    width: 100%;
}
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .pic.straight-card img{
    width: 63%;
}
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn .oval-style{
    margin: 0;
    display: block;
    width: 160px;

}
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn .oval-style + .oval-style{
    margin-top: 20px;
}
/*內容樣式*/
.ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-content-container {
    padding-top: 50px;
    z-index: 1;
}
/*end: ts-comp-7-5-style3 2018-11-13-new-setting*/
.ts-comp-7-5 .ga-tab-block .tab-sty-1 {
    text-align: center;
    display: table;
    width: 100%;
    margin: auto;
}

.ts-comp-7-5 .ga-tab-block .tab-sty-1 li {
    text-align: center;
    display: block;
    max-width: 260px;
    margin-bottom: 5px;
}

.ts-comp-7-5 .ga-tab-block .tab-sty-1 li+li {
    border-left: 0;
}

.ts-comp-7-5 .ga-tab-block .tab-sty-1 li a.active,
.ts-comp-7-5 .ga-tab-block .tab-sty-1 li a:hover {
    border-radius: 22px;
    background-color: #ffffff;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.06);
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: #000000;
}

.ts-comp-7-5 .ga-tab-block .tab-sty-1 li a {
    padding: 7px 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: #717171;
    border: 0;
    text-align: left;
    background-color: transparent;
}

.ts-comp-7-5 .tab-content {
    position: relative;
    padding: 10px 0px;
    margin: auto;
    z-index: 100;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-7-5 {}

    .ts-comp-7-5 .ga-tab-block .tab-sty-1 {
        padding: 0 30px;
    }

    .ts-comp-7-5 .ga-tab-block .tab-sty-1 {
        display: block;
        padding: 0;
    }

    .ts-comp-7-5 .ga-tab-block {
        display: table;
        width: 100%;
        table-layout: fixed;
        padding-right: 250px;
        position: relative;
    }

    .ts-comp-7-5 .ga-tab-block .pic img {
        max-width: 250px;
        width: 100%;
    }

    .ts-comp-7-5 .tab-content {
        position: relative;
        padding: 50px 0px;
        margin: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-7-5 {
        /*padding: 0 10px;*/
    }

    .ts-comp-7-5-laptop {
        display: none;
    }

    .ts-comp-7-5 .ga-tab-block .pic {
        position: absolute;
        right: 0;
        top: 0;
    }


    .ts-comp-7-5 .ga-tab-block .tab-sty-1 li {}

    .ts-comp-7-5 .ga-tab-block .tab-sty-1 li a {
        padding: 7px 10px;
    }
    /*ts-comp-7-5-style3 2018-11-13-new-setting*/
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block{
        padding-right: 0;
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block:after{
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .pic,
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .comp-7-5-info-content,
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn {
        position: static;
    }
    /*end: ts-comp-7-5-style3 2018-11-13-new-setting*/
}
@media only screen and (min-width: 320px) and (max-width:768px) {
    /*ts-comp-7-5-style3 2018-11-13-new-setting*/
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .tab-sty-1{
        padding-right: 0;
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block:after{
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .pic,
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .comp-7-5-info-content,
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn {
    }
    /*定寬度*/
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .pic{
        max-width: 140px;
        box-shadow: none;
        margin-top: 0px;
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .comp-7-5-info-content{
        max-width: calc(100% - 140px);
        padding-left: 25px;
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn{
        display: block;
        max-width: 100%;
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn .btnnn{
        text-align: center;
    }
    /*tab內容設定*/
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .ts-comp-38{
        padding-left: 0;
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .pic img {
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn .oval-style{
        display: inline-block;
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn .oval-style + .oval-style{
        margin-top: 0px;
        margin-left: 30px;
    }
    /*內容樣式*/
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-content-container {
        padding-top: 30px;
    }

    /*end: ts-comp-7-5-style3 2018-11-13-new-setting*/
}
@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7-5 .ga-tab-block {
        display: table;
        width: 100%;
        table-layout: fixed;
        padding-right: 140px;
        position: relative;
    }

    .ts-comp-7-5 .ga-tab-block .pic img {
        max-width: 140px;
        width: 100%;
    }

    .ts-comp-7-5 .ga-tab-block .tab-sty-1 {
        display: block;
        padding-right: 15px;
    }

    .ts-comp-7-5 .tab-content {
        position: relative;
        padding: 30px 0px;
        margin: auto;
    }
}
@media only screen and (min-width: 320px) and (max-width:370px) {
    /*ts-comp-7-5-style3 2018-11-13-new-setting*/
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn{
        display: block;
        max-width: 100%;
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn .btnnn{
        text-align: center;
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn .oval-style{
        display: inline-block;
    }
    .ts-comp-7-5.ts-comp-7-5-style3 .ga-tab-block .editor-btnnn .oval-style + .oval-style{
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    /*end: ts-comp-7-5-style3 2018-11-13-new-setting*/
}





/*ts-comp-7-6*/
.ts-comp-7-6 {}

.ts-comp-7-6 .tab-sty-1 {
    text-align: left;
    width: 100%;
    margin: auto;
    padding: 20px 30px;
    background-color: #eaeaea;
    font-size: 0;
}

.ts-comp-7-6 .tab-sty-1 li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    width: 250px;
}

.ts-comp-7-6 .tab-sty-1 li+li {
    border-left: 0;
}

.ts-comp-7-6 .tab-sty-1 li a {
    padding: 5px 0px 5px 20px;
    display: block;
    border-radius: 0;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a !important;
    border: 0;
    text-decoration: underline;
    background-color: transparent !important;
    position: relative;
}

.ts-comp-7-6 .tab-sty-1 li a:hover,
.ts-comp-7-6 .tab-sty-1 li a.active {
    color: #da2128 !important;
    font-weight: bold;
}

.ts-comp-7-6 .tab-sty-1 li a:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #4a4a4a;
}

.ts-comp-7-6 .tab-content {
    position: relative;
    padding: 30px;
    margin: auto;
    background-color: #fff;
}

.ts-comp-7-6 .tab-sty-1 .tab-btn-level2-content-block.active {
    display: inline-block;
}

.ts-comp-7-6 .tab-sty-1 .tab-btn-level2-content-block {
    display: none;
    width: 100%;
    background-color: #f8f8f8;
    list-style: none;
}

.ts-comp-7-6 .tab-sty-1 .tab-btn-level2-content-block>li {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #4a4a4a;
    list-style: none;
}

.ts-comp-7-6 .tab-sty-1 .tab-btn-level2-content-block>li a {
    font-size: 14px;
}

.ts-comp-7-6 .tab-sty-1 .tab-btn-level2-content-block>li a:before {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .ts-comp-7-6 {
        /*padding: 0 30px;*/
    }

    .ts-comp-7-6 .tab-sty-1 li {
        width: 220px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7-6 {
        /*padding: 0 10px;*/
    }

    .ts-comp-7-6 .ga-tab-scorll {
        overflow-x: scroll;
    }

    .ts-comp-7-6 .tab-sty-1 {
        display: table;
        text-align: left;
        font-size: 0;
        padding-left: 0px;
    }

    .ts-comp-7-6 .tab-sty-1 li {
        display: table-cell;
        vertical-align: top;
        width: auto;
        padding-right: 20px;
    }

    .ts-comp-7-6 .tab-sty-1 li a {
        white-space: nowrap;
    }

    .ts-comp-7-6 .tab-content {
        position: relative;
        padding: 20px 10px;
        margin: auto;
    }

    .ts-comp-7-6 .ts-comp-30 .editor-desc {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {}

@media(max-width: 767px) {
    .ts-comp-7-6 .tab-sty-1 .tab-btn-level2-content-block {
        display: none !important;
    }
}






/*ts-comp-7-6-1*/

/*雙層頁籤-第一層*/
.ts-comp-7-6-1 {}

.ts-comp-7-6-1 .tab-sty-1 {
    text-align: left;
    width: 100%;
    margin: auto;
    padding: 20px 30px;
    background-color: #eaeaea;
    font-size: 0;
}

.ts-comp-7-6-1 .tab-sty-1 li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    width: 250px;
}

.ts-comp-7-6-1 .tab-sty-1 li+li {
    border-left: 0;
}

.ts-comp-7-6-1 .tab-sty-1 li a {
    padding: 8px 0px 8px 20px;
    display: block;
    border-radius: 0;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a !important;
    border: 0;
    text-decoration: underline;
    background-color: transparent !important;
    position: relative;
}

.ts-comp-7-6-1 .tab-sty-1 li a:hover,
.ts-comp-7-6-1 .tab-sty-1 li a.active {
    color: #da2128 !important;
    font-weight: bold;
}

.ts-comp-7-6-1 .tab-sty-1 li a:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #4a4a4a;
}

.ts-comp-7-6-1 .ts-comp-7-7 .tab-sty-1 li a:before {
    display: none;
}

.ts-comp-7-6-1 .tab-content {
    position: relative;
    margin: auto;
    background-color: #fff;
    /*border: 3px solid #00f;*/
}

.ts-comp-7-6-1 .c-7-6-1-tab-cont {
    padding: 30px;
}

.ts-comp-7-6-1 .ts-comp-34 {
    padding-top: 30px;
}

.ts-comp-7-6-1 .ts-comp-30 .editor-pic {
    text-align: center;
    padding: 30px 0;
}

.ts-comp-7-6-1 .ts-comp-31-1-1 {
    padding-top: 10px;
}

.ts-comp-7-6-1 .ts-comp-46 {
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .ts-comp-7-6-1 {
        /*padding: 0 30px;*/
    }

    .ts-comp-7-6-1 .tab-sty-1 li {
        width: 220px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7-6-1 {
        /*padding: 0 10px;*/
    }

    .ts-comp-7-6-1 .ga-tab-scorll {
        overflow-x: scroll;
    }

    .ts-comp-7-6-1 .tab-sty-1 {
        display: table;
        text-align: left;
        font-size: 0;
    }

    .ts-comp-7-6-1 .tab-sty-1 li {
        display: table-cell;
        vertical-align: top;
        width: auto;
        padding-right: 20px;
    }

    .ts-comp-7-6-1 .tab-sty-1 li a {
        white-space: nowrap;
    }

    .ts-comp-7-6-1 .tab-content {
        position: relative;
        margin: auto;
    }

    .ts-comp-7-6-1 .c-7-6-1-tab-cont {
        padding: 20px 10px;
    }

    .ts-comp-7-6-1 .ts-comp-30 .editor-pic {
        text-align: center;
        padding: 10px 0 20px 0;
    }

    .ts-comp-7-6-1 .ts-comp-46 {
        padding-bottom: 20px;
    }
}






/*ts-comp-7-7*/

/*雙層頁籤-第二層*/

/* nav and dropdown */
.ts-comp-7-7 .dropdown-btn {
    display: none;
    position: relative;
    padding: 10px 30px 10px 14px;
    margin: 0 15px;
    background-color: #1f277c;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.ts-comp-7-7 .nav.dropdown-menu {
    display: none;
}

.ts-comp-7-7 .dropdown.show .nav.dropdown-menu {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    max-width: 305px;
}

.ts-comp-7-7 .nav.dropdown-menu.tab-sty-gray>li {
    display: block;
    border: 0;
    font-size: 18px;
    text-align: center;
}

.ts-comp-7-7 .nav.dropdown-menu.tab-sty-gray>li a {
    border: 0;
    background-color: #fff;
    color: #1f277c;
    font-weight: 500;
    padding: 0;
    line-height: 40px;
}






/* end: nav and dropdown; */
.ts-comp-7-7 {
    background-color: #eaeaea;
}

.ts-comp-7-7 .tab-sty-gray {
    text-align: left;
    margin: auto;
    padding: 10px 0px;
    margin: 0px 30px 20px 30px;
    background-color: #f8f8f8;
    font-size: 0;
    width: auto;
    display: block;
}

.ts-comp-7-7 .tab-sty-gray li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: auto;
    width: 220px;
    margin-right: 55px;
}

.ts-comp-7-7 .tab-sty-gray li+li {
    border-left: 0;
}

.ts-comp-7-7 .tab-sty-gray li a {
    padding: 5px 0px 5px 20px;
    display: block;
    border-radius: 0;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a !important;
    border: 0;
    text-decoration: underline;
    background-color: transparent !important;
    position: relative;
}

.ts-comp-7-7 .tab-sty-gray li a:hover,
.ts-comp-7-7 .tab-sty-gray li a.active {
    color: #da2128 !important;
    font-weight: bold;
}

.ts-comp-7-7 .tab-content {
    position: relative;
    padding: 30px;
    /*border: 3px solid #f00;*/
}

@media only screen and (min-width: 320px) and (max-width:1023px) {}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7-7 {
        background-color: transparent;
    }

    .ts-comp-7-7 .dropdown {
        padding-top: 20px;
    }

    .ts-comp-7-7 .dropdown-btn {
        display: block;
        border-radius: 29px;
        background-color: #ffffff;
        border: solid 1px #e3e3e3;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        margin: 0 20px 20px 20px;
        background-image: url(../img/ts-icon-48.png);
        background-position: center right 20px;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .ts-comp-7-7 .dropdown-btn:after {
        display: none;
    }

    .ts-comp-7-7 .tab-sty-gray li {
        display: block;
        vertical-align: top;
        text-align: center;
        margin: auto;
        width: auto;
        margin-right: 0px;
    }

    .ts-comp-7-7 .tab-sty-gray li a {
        text-align: center;
    }

    .ts-comp-7-7 .tab-content {
        padding: 0 10px;
    }

    .ts-comp-7-7 .tab-sty-gray li a {
        text-decoration: none;
    }

    .ts-comp-7-7 .tab-sty-gray li a:hover,
    .ts-comp-7-7 .tab-sty-gray li a.active {
        color: #333 !important;
        text-decoration: none;
    }
}


.ts-comp-7-7 .Dropdown-style-1 {
    display: none;
}

.ts-comp-7-7 .Dropdown-style-1 span.caret {
    display: none;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li:before {
    display: none;
}

.ts-comp-7-7 .Dropdown-style-1 li {
    width: 100%;
    display: block;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active {
    font-size: 18px;
    text-align: center;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active a {
    font-size: 18px;
    padding: 10px 30px 10px 14px;
    border-radius: 0;
    margin: 0;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active>a:after {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    top: 18px;
    right: 18px;
    margin: auto;
    background-image: url('../img/hwatai (156).png');
    background-size: cover;
    background-position: center;
    border: 0;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li ul.dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0 0px 0 0px;
    text-align: center;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.open ul.dropdown-menu li a {
    padding: 10px 56px 10px 14px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-7-7 .Dropdown-style-1 {
        display: block;
    }

    .ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 {
        padding: 0 15px;
        border: 0;
    }
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active {
    background-color: #1f277c;
    border-radius: 20px;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active a {
    color: #fff;
    background: transparent;
    display: block;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active>a:after {
    background-image: url('../img/hwatai (156).png');
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.show>a:after {
    background-image: url('../img/hwatai (157).png');
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li ul.dropdown-menu {
    background-color: #fff;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.show ul.dropdown-menu li a {
    color: #1f277c;
    background-image: none;
    background-color: transparent;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.show ul.dropdown-menu li a:focus {
    background-image: none;
    background-color: transparent;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.show ul.dropdown-menu li a:hover {
    background-image: none;
    background-color: transparent;
}

.ts-comp-7-7 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.show ul.dropdown-menu li a:active {
    background-image: none;
    background-color: transparent;
}







/* ts-comp-7-8 */

/* 大版底線型，小版變選單 */
@media(min-width:769px){
    .ts-comp-7-8 .ts-comp-64.tab-select-mobile-btn{
        display: none!important;
      
    }
   
}
.ts-comp-7-8 .ts-comp-64.tab-select-mobile-btn{
      background-color:transparent; 

}
.ts-comp-7-8 .ts-comp-64 .select-block .bootstrap-select{
    border-radius:45px;
    border: 1px solid #e3e3e3;
}

.ts-comp-7-8 .ts-comp-64 .select-block .bootstrap-select.typeSelect{
    border:none;
}
.ts-comp-7-8 .moblie-select{
    position: absolute !important; 
    z-index:    -99999!important;
    opacity:   0!important;
}
.ts-comp-7-8 {
    width: 100%;
    position: relative;
}

.ts-comp-7-8 .moblie-select {
    display: none;
    position: relative;
    width: calc(100% - 40px);
    height: 44px;
    margin-left: 10px;
    margin-right: 10px;
    margin: auto;
    border-radius: 22px;
    border: solid 1px #e3e3e3;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #000000;
    line-height: 44px;
    background-color: #fff;
    z-index: 2;
}

.ts-comp-7-8 .moblie-select:after {
    display: block;
    content: "";
    width: 9px;
    height: 6px;
    background-image: url(../img/icon-red-triangle.png);
    position: absolute;
    right: 20px;
    top: 19px;
}

.ts-comp-7-8 .moblie-select:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
}

.ts-comp-7-8-block-all {
    padding: 50px 0;
}

.ts-comp-7-8 .tab-sty-1 {
    text-align: center;
    font-size: 0;
}

.ts-comp-7-8 .tab-sty-1 li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    border-bottom: 1px solid #888888;
    position: relative;
}

.ts-comp-7-8 .tab-sty-1 li+li {
    border-left: 0;
}

.ts-comp-7-8 .tab-sty-1 li:after {
    border-top: 10px solid #7b868c;
}

.ts-comp-7-8 .tab-sty-1 li a.active {
    color: #d70c18;
    background-color: transparent;
}

.ts-comp-7-8 .tab-sty-1 li.active:after,
.ts-comp-7-8 .tab-sty-1 li:hover::after {
    display: inline-block;
}

.ts-comp-7-8 .tab-sty-1 li a {
    padding: 8px 0;
    display: block;
    border-radius: 0;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
    padding-bottom: 15px;
    border: 0;
    background-color: transparent;
}

.ts-comp-7-8 .tab-sty-1 li:after {
    content: '';
    width: 45px;
    height: 3px;
    background-color: #d70c18;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    border: 0;
}

.ts-comp-7-8 .tab-content-sty-gray {}

.ts-comp-7-8 .tab-content {
    position: relative;
    padding: 30px 0;
}

.ts-comp-7-8.less .tab-sty-1 {
    width: 450px;
}

.ts-comp-7-8 .ga-tab-container ul.open {
    /*width: calc(100% - 40px);
    display: block;*/

    max-width: 335px;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 6;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 200px;
    overflow-x: scroll;
}

.ts-comp-7-8 .tab-sty-1.open li {
    border-bottom: none;
    padding: 5px 10px;
    text-align: center;
}

.ts-comp-7-8 .ga-tab-container ul.open li:after {
    display: none;
}



/*超過9個就變下拉選單樣式*/
.ts-comp-7-8 .ga-tab-container.active {
    text-align: center;
}
.ts-comp-7-8 .ga-tab-container.active .moblie-select {
    display: inline-block;
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
}
.ts-comp-7-8 .ga-tab-container.active .moblie-select .tab-sty-1 li {
    /* display: inline-block; */

    vertical-align: middle;
    padding: 10px;
    display: inline;
}

.ts-comp-7-8 .ga-tab-container.active>.ga-tab-title-container {
    display: none;
}
.ts-comp-7-8 .ga-tab-container.active>ul.open {
    /*width: calc(100% - 40px);
    display: block;*/

    max-width: 335px;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 200px;
    overflow-x: scroll;
}

.ts-comp-7-8 .ga-tab-container.active .tab-content {
    padding: 30px 0 10px 0;
}


.ts-comp-7-8 .ga-tab-container.active .tab-sty-1 {
    table-layout: fixed;
}

.ts-comp-7-8 .ga-tab-container.active .tab-sty-1 li {
    /*          display: inline-block;*/

    vertical-align: middle;
    padding: 10px;
    display: inline;
}

.ts-comp-7-8 .ga-tab-container.active .tab-sty-1 li a {
    width: auto;
}



/*end of 超過9個就變下拉選單樣式*/
@media screen and (min-width: 1025px) {

    .ts-comp-7-8 .tab-sty-1 li a:hover {
        color: #d70c18;
        background-color: transparent;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .ts-comp-7-8 {
        margin-left: -10px;
        width: calc(100% + 20px)
    }
}

@media only screen and (min-width: 1024px) and (max-width:1200px) {
    .ts-comp-7-8 .ts-main-003-2 {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 769px) and (max-width:1023px) {
    .ts-comp-7-8 .ts-main-003-2 {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-7-8 .tab-content {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-7-8 .tab-content {}
}

@media only screen and (min-width: 320px) and (max-width:768px) {
    .ts-comp-7-8 {
        text-align: center;
    }

    .ts-comp-7-8 .moblie-select {
        /*display: block;*/
        max-width: 335px;
        width: 100%;
        display: inline-block;
    }

    .ts-comp-7-8 .ga-tab-container>.ga-tab-title-container {
        display: none;
    }

    .ts-comp-7-8 .tab-content {
        padding: 30px 0 10px 0;
    }

    .ts-comp-7-8-block-all {
        padding: 20px 0;
    }

    .ts-comp-7-8 .tab-sty-1 {
        table-layout: fixed;
    }

    .ts-comp-7-8 .tab-sty-1 li {
        /*          display: inline-block;*/
        vertical-align: middle;
        padding: 10px;
        display: inline;
    }

    .ts-comp-7-8 .tab-sty-1 li a {
        width: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .ts-comp-7-8 .tab-sty-1 li a {
        padding: 10px 0;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .ts-comp-7-8 .tab-sty-1 li a {
        font-size: 12px;
    }
}









/*ts-comp-8*/
.ts-comp-8-block-all {}

.ts-comp-8 {
    position: relative;
}

.ts-comp-8-block-all .bgpic {
    height: 711px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
}

.ts-comp-8 .cont {
    position: absolute;
    top: 256px;
    left: 40px;
    width: 490px;
    background-color: #ffffff;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.06);
    padding: 50px 65px 30px 65px;
}

.ts-comp-8 .cont .title {
    padding-bottom: 20px;
}

.ts-comp-8 .cont .title p {
    font-size: 33px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-align: center;
    color: #000000;
}

.ts-comp-8 .cont .txt {
    padding-bottom: 40px;
}

.ts-comp-8 .cont .txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: 0.9px;
    text-align: center;
    color: #4a4a4a;
}

.ts-comp-8 .ts-comp-1-1 .btnnn {
    text-align: center;
}

.ts-comp-8 .ts-comp-1-1 .btnnn .oval-style {
    margin: 0;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-8-block-all {
        padding-top: 200px;
    }

    .ts-comp-8-block-all .bgpic {
        height: 185px;
    }

    .ts-comp-8 .cont {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 20px;
    }

    .ts-comp-8 .cont .title {
        padding-bottom: 10px;
    }

    .ts-comp-8 .cont .title p {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.1px;
        color: #333333;
        text-align: left;
    }

    .ts-comp-8 .cont .txt {
        padding-bottom: 20px;
    }

    .ts-comp-8 .cont .txt p {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
    }
}










/*ts-comp-9*/
.ts-comp-9 {
    position: relative;
    z-index: 1;
}

.ts-comp-9 .bigtitle {
    padding-bottom: 30px;
}

.ts-comp-9 .bigtitle p {
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 4.1px;
    text-align: center;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-9 .bigtitle p {
        font-size: 44px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.3px;
        color: #000000;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-9 .bigtitle {
        padding-bottom: 20px;
    }

    .ts-comp-9 .bigtitle p {
        font-size: 28px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.6px;
        text-align: center;
        color: #333333;
    }
}










/*ts-comp-10*/
.ts-comp-10 {
    font-size: 0;
    padding-bottom: 50px;
}

.ts-comp-10 .left {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding-right: 6%;
}

.ts-comp-10 .right {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.ts-comp-10 .right .map-block {
    position: relative;
    width: 100%;
}

.ts-comp-10 .right .map-block .desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.ts-comp-10 .right .map-block .desc p {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #ffffff;
}

.ts-comp-10 .right .map-block .desc p .highlight {
    font-family: Arial;
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #d70c18;
    margin: 0 8px;
}

.ts-comp-10 .right .map-block .mapsty {
    width: 100%;
    height: 392px;
    background-color: #ccc;
}

.ts-comp-10 .left .top {
    padding-bottom: 30px;
}

.ts-comp-10 .left .bottom {}

.ts-comp-10 .hidetxt {
    padding-bottom: 20px;
    display: none;
}

.ts-comp-10 .hidetxt p {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 1.1px;
    color: #333333;
}

.ts-comp-10 .card {
    background-color: transparent;
}

.ts-comp-10 .card-header {
    display: none;
    background-color: transparent;
}

.ts-comp-1-1 .btnnn .oval-style+.oval-style {
    margin-left: 20px;
    margin-right: 0;
}

.ts-comp-10 .ts-comp-1 .btnnn {
    text-align: left;
}

.ts-comp-10 .ts-comp-1 .btnnn .oval-style {
    margin: 0;
}

.ts-comp-10 .showcollapse {
    display: block;
}

.ts-comp-10 .linkk {
    padding-top: 30px;
}

.ts-comp-10 .linkk a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-align: right;
    color: #333333;
}

.ts-comp-10 .linkk a:after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 8px solid transparent;
    border-left: 8px solid #333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-10 .ts-comp-11 {
        max-width: 400px;
        margin: auto;
    }

    .ts-comp-10 .ts-comp-12 {
        max-width: 400px;
        margin: auto;
    }

    .ts-comp-10 .ts-comp-1 .btnnn {
        text-align: center;
    }

    .ts-comp-10 .hidetxt {
        max-width: 400px;
        margin: auto;
        padding-left: 30px;
    }

    .ts-comp-10 .cont {
        position: relative;
        background-color: #d8d8d8;
        padding: 20px 10px;
    }

    .ts-comp-10 .cont:after {
        content: '';
        width: 0px;
        height: 0px;
        position: absolute;
        right: 35%;
        top: -23px;
        margin: auto;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 12px solid #d8d8d8;
        border-top: 12px solid transparent;
    }

    .ts-comp-10 .linkk {
        max-width: 400px;
        margin: auto;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width:768px) {
    .ts-comp-10 .left {
        display: block;
        vertical-align: top;
        width: auto;
        padding-right: 0px;
    }

    .ts-comp-10 .right {
        display: block;
        vertical-align: top;
        width: auto;
    }

    .ts-comp-10 .hidetxt {
        display: block;
    }

    .ts-comp-10 .card-header {
        display: block;
    }

    .ts-comp-10 .showcollapse {
        display: none;
    }

    .ts-comp-10 .showcollapse.show {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-10 {
        padding-bottom: 20px;
    }

    .ts-comp-10 .ts-comp-1 .btnnn {
        text-align: center;
    }

    .ts-comp-10 .hidetxt {
        padding: 0 20px 20px 20px;
    }

    .ts-comp-10 .linkk {
        padding-left: 20px;
    }

    .ts-comp-10 .right .map-block .desc p {
        font-size: 16px;
        font-weight: bold;
    }

    .ts-comp-10 .right .map-block .desc p .highlight {
        font-family: Arial;
        font-size: 28px;
        font-weight: bold;
    }
}










/*ts-comp-11*/
.ts-comp-11 {
    padding-bottom: 30px;
}

.ts-comp-11 .numtitle-all {
    display: table;
    width: 100%;
}

.ts-comp-11 .numtitle-all .numm {
    width: 44px;
    height: 40px;
    border: 2px solid #333;
    border-radius: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: top;
}

.ts-comp-11 .numtitle-all .numm p {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #333333;
    line-height: 40px;
}

.ts-comp-11 .numtitle-all .numtitle {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

.ts-comp-11 .numtitle-all .numtitle p {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0.8px;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-11 {
        padding: 0 20px 30px 20px;
    }

    .ts-comp-11 .numtitle-all .numtitle {
        display: table-cell;
        vertical-align: top;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-11 .numtitle-all .numtitle p {
        font-size: 22px;
    }
}










/*ts-comp-12*/
.ts-comp-12 {
    padding-bottom: 30px;
}

.ts-comp-12 .input-block {}

.ts-comp-12 .input-block input {
    border-radius: 15px;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #333333;
    height: 40px;
}

.ts-comp-12 .input-block input:focus {
    outline: 0;
    box-shadow: none;
}

.ts-comp-12 .select-block {
    position: relative;
}






/*.ts-comp-12 .select-block:after{
        content: '';
        width: 0px;
        height: 0px;
        position: absolute;
        right: 20px;
        top: 7px;
        bottom: 0;
        margin: auto;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 10px solid #717171;
        border-bottom: 8px solid transparent;
    }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .ts-comp-12 .select-block:after{
            display: none;
        }
    }*/
.ts-comp-12 .select-block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px;
    background-color: #ffffff;
    background-image: url('../img/icon-input-triangle.png');
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: auto;
}

.ts-comp-12 .select-block select::-ms-expand {
    /* only for IE10+ */

    display: none;
}

.ts-comp-12 .select-block select:focus {
    outline: 0;
    box-shadow: none;
}

.ts-comp-12 .k-form-row .right .select-block {}

.ts-comp-12 .k-form-row .right .select-block select {
    width: 100%;
    border: none;
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #333333;
    height: 40px;
}

.ts-comp-12 .k-form-row .right .input-block {}

.ts-comp-12 .k-form-row .right .input-block label {
    display: none;
}

.ts-comp-12 .k-form-row {
    display: table;
    width: 100%;
}

.ts-comp-12 .k-form-row+.k-form-row {
    padding-top: 10px;
}

.ts-comp-12 .k-form-row .right {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.ts-comp-12 .k-form-row .right .txt p {
    color: #666666;
}

.ts-comp-12 .k-form-row.cus-style-1 .right .txt p {
    font-size: 14px;
    line-height: 18px;
    color: #4a4a4a;
    font-weight: bold;
}

.ts-comp-12 .k-form-row .right .form-items {
    font-size: 0;
    display: table;
    width: 100%;
}

.ts-comp-12 .k-form-row .right .form-items+.form-items {
    padding-top: 10px;
}

.ts-comp-12 .k-form-row .right .form-items .k-col-6 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.ts-comp-12 .k-form-row .right .form-items .k-col-6:nth-child(1) {
    padding-right: 15px;
}

.ts-comp-12 .k-form-row .right .form-items .k-col-6:nth-child(2) {
    padding-left: 15px;
}

.ts-comp-12 .k-form-row .right .form-items .k-col-6 .txt {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 3px;
}

.ts-comp-12 .k-form-row .right .form-items .k-col-6 .input-block {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
}

.ts-comp-12 .k-form-row .right .form-items .k-col-6 .select-block {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
}

.ts-comp-12 .k-form-row .right .form-items .k-col-12 .select-block {
    display: block;
    vertical-align: middle;
    width: auto;
}


@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-12 .k-form-row .right {
        /*padding-right: 70px;*/
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-12 {
        padding: 0 20px 30px 20px;
    }

    .ts-comp-12 .k-form-row {
        display: block;
        width: auto;
    }

    .ts-comp-12 .k-form-row .right {
        display: block;
        vertical-align: top;
        width: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width:374px) {}










/*ts-comp-13*/
.ts-comp-13 {
    font-size: 0;
}

.ts-comp-13 .left {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding-left: 90px;
}

.ts-comp-13 .right {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding-left: 50px;
}

.ts-comp-13 .left .pic {}

.ts-comp-13 .left .pic img {
    max-width: 250px;
    width: 100%;
}

.ts-comp-13 .right .title {
    padding-bottom: 20px;
    padding-top: 20px;
}

.ts-comp-13 .right .title p {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.35;
    letter-spacing: 2.7px;
    color: #333333;
}

.ts-comp-13 .right .txt {
    padding-bottom: 10px;
}

.ts-comp-13 .right .txt p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 1.4px;
    color: #333333;
}

.ts-comp-13 .right .desc {
    max-width: 287px;
    padding-bottom: 50px;
}

.ts-comp-13 .right .desc p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #333333;
}

.ts-comp-13 .ts-comp-14 {
    max-width: 525px;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-13 .left {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        padding-left: 30px;
    }

    .ts-comp-13 .right {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        padding-left: 40px;
    }

    .ts-comp-13 .right .title p {
        font-size: 30px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: 0.8px;
        color: #000000;
    }

    .ts-comp-13 .right .txt p {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6;
        letter-spacing: 1.1px;
        color: #333333;
    }

    .ts-comp-13 .right .desc p {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #333333;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-13 .left {
        display: block;
        width: auto;
        padding-left: 0px;
    }

    .ts-comp-13 .right {
        display: block;
        width: auto;
        padding-left: 0px;
    }

    .ts-comp-13 .left .pic {
        text-align: center;
    }

    .ts-comp-13 .left .pic img {
        max-width: 188px;
        width: 100%;
        margin: auto;
    }

    .ts-comp-13 .right .title {
        padding-bottom: 30px;
    }

    .ts-comp-13 .right .title p {
        font-size: 28px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.6px;
        color: #333333;
        text-align: center;
    }

    .ts-comp-13 .right .txt p {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6;
        letter-spacing: 1.1px;
        color: #333333;
        text-align: center;
    }

    .ts-comp-13 .right .desc {
        max-width: 265px;
        margin: auto;
    }

    .ts-comp-13 .right .desc p {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
    }
}






/*ts-comp-13-1*/
.ts-comp-13-1 {
    font-size: 0;
}

.ts-comp-13-1 .left {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.ts-comp-13-1 .right {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding-left: 90px;
}

.ts-comp-13-1 .left .pic {}

.ts-comp-13-1 .left .pic img {
    max-width: 413px;
    max-height: 543px;
    width: 100%;
}

.ts-comp-13-1 .right .title {
    padding-bottom: 20px;
    padding-top: 20px;
}

.ts-comp-13-1 .right .title p {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.35;
    letter-spacing: 2.7px;
    color: #333333;
}

.ts-comp-13-1 .right .txt {
    padding-bottom: 10px;
}

.ts-comp-13-1 .right .txt p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 1.4px;
    color: #333333;
}

.ts-comp-13-1 .right .desc {
    max-width: 430px;
    padding-bottom: 30px;
}

.ts-comp-13-1 .right .desc p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #333333;
}

.ts-comp-13-1 .ts-comp-14 {
    max-width: 525px;
}

.ts-comp-13-1 .ts-comp-1 .btnnn {
    text-align: left;
}

.ts-comp-13-1 .ts-comp-16 {
    padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-13-1 {
        padding: 0 30px;
    }

    .ts-comp-13-1 .right {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        padding-left: 40px;
    }

    .ts-comp-13-1 .right .title p {
        font-size: 30px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: 0.8px;
        color: #000000;
    }

    .ts-comp-13-1 .right .txt p {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6;
        letter-spacing: 1.1px;
        color: #333333;
    }

    .ts-comp-13-1 .right .desc p {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #333333;
    }

    .ts-comp-13-1 .ts-comp-1 .btnnn .oval-style {
        margin: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-13-1 .left {
        display: block;
        width: auto;
        padding-left: 0px;
    }

    .ts-comp-13-1 .right {
        display: block;
        width: auto;
        padding-left: 0px;
    }

    .ts-comp-13-1 .left .pic {
        text-align: center;
    }

    .ts-comp-13-1 .left .pic img {
        max-width: 243px;
        width: 100%;
        margin: auto;
    }

    .ts-comp-13-1 .right .title {
        padding-bottom: 30px;
    }

    .ts-comp-13-1 .right .title p {
        font-size: 28px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.6px;
        color: #333333;
        text-align: center;
    }

    .ts-comp-13-1 .right .txt p {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6;
        letter-spacing: 1.1px;
        color: #333333;
        text-align: center;
    }

    .ts-comp-13-1 .right .desc {
        max-width: 335px;
        margin: auto;
    }

    .ts-comp-13-1 .right .desc p {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
    }

    .ts-comp-13-1 .ts-comp-1 .btnnn {
        text-align: center;
    }

    .ts-comp-13-1 .ts-comp-16 {
        padding-bottom: 30px;
    }
}










/*ts-comp-14*/
.ts-comp-14 {}

.ts-comp-14 .ul-items {
    font-size: 0;
}

.ts-comp-14 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    text-align: center;
}

.ts-comp-14 .ul-items .ul-li-items .icon-pic {
    margin: auto;
    margin-bottom: 20px;
    font-size: 0;
}

.ts-comp-14 .ul-items .ul-li-items:hover .icon-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.45);
}

.ts-comp-14 .ul-items .ul-li-items .icon-pic img {
    width: 150px;
    height: 150px;
}

.ts-comp-14 .ul-items .ul-li-items .linkk {
    text-align: center;
}

.ts-comp-14 .ul-items .ul-li-items .linkk a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-align: right;
    color: #333333;
    padding-right: 20px;
}

.ts-comp-14 .ul-items .ul-li-items .linkk a:after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 8px solid transparent;
    border-left: 8px solid #888;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-14 .ul-items .ul-li-items:hover .icon-pic {
        width: 80px;
        height: 80px;
    }

    .ts-comp-14 .ul-items .ul-li-items .icon-pic img {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-14 .ul-items .ul-li-items:hover .icon-pic {
        width: 100px;
        height: 100px;
    }

    .ts-comp-14 .ul-items .ul-li-items .icon-pic img {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .ts-comp-14 .ul-items .ul-li-items:hover .icon-pic {
        width: 80px;
        height: 80px;
    }

    .ts-comp-14 .ul-items .ul-li-items .icon-pic img {
        width: 80px;
        height: 80px;
    }
}










/*ts-comp-15*/
.ts-comp-15 {
    padding-bottom: 50px;
}

.ts-comp-15 .ts-c-15-color-sty-1 {
    background-color: #ff7a00;
}

.ts-comp-15 .ts-c-15-color-sty-2 {
    background-color: #7ed321;
}

.ts-comp-15 .ts-c-15-color-sty-3 {
    background-color: #233a7a;
}

.ts-comp-15 .title {
    padding-bottom: 25px;
}

.ts-comp-15 .title p {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.35;
    letter-spacing: 2.7px;
    color: #000000;
    text-align: center;
}

.ts-comp-15 .ul-items {
    font-size: 0;
    padding-top: 30px;
}

.ts-comp-15 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    text-align: center;
}

.ts-comp-15 .ul-items .ul-li-items .cont {
    display: block;
    width: auto;
    background-color: #fff;
    padding: 50px 20px 40px 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.09);
}

.ts-comp-15 .ul-items .ul-li-items:first-child .cont {
    margin-right: 40px;
}

.ts-comp-15 .ul-items .ul-li-items:nth-child(2) .cont {
    margin: 0 20px;
}

.ts-comp-15 .ul-items .ul-li-items:last-child .cont {
    margin-left: 40px;
}

.ts-comp-15 .ul-items .ul-li-items .cont .label-sty {
    width: 60px;
    height: 60px;
    margin: 0 0 -60px auto;
    position: relative;
    top: -80px;
    border-radius: 50%;
}

.ts-comp-15 .ul-items .ul-li-items .cont .label-sty p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
    line-height: 60px;
}

.ts-comp-15 .ul-items .ul-li-items .cont .title {
    padding-bottom: 10px;
}

.ts-comp-15 .ul-items .ul-li-items .cont .title p {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 1.1px;
    color: #000000;
    text-align: left;
}

.ts-comp-15 .ul-items .ul-li-items .cont .txt {
    padding-bottom: 60px;
}

.ts-comp-15 .ul-items .ul-li-items .cont .txt p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #000000;
    text-align: left;
}

.ts-comp-15 .ul-items .ul-li-items .cont .linkk {
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.ts-comp-15 .ul-items .ul-li-items .cont .linkk a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-align: left;
    color: #4a4a4a;
}

.ts-comp-15 .ul-items .ul-li-items .cont .linkk a:after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 8px solid transparent;
    border-left: 8px solid #aaa;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

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

    .ts-comp-15 .ul-items {
        font-size: 0;
        padding-top: 30px;
        width: 980px;
        overflow-x: scroll;
    }

    .ts-comp-15 .ul-items .ul-li-items {
        display: inline-block;
        vertical-align: top;
        width: 320px;
        text-align: center;
    }

    .ts-comp-15 .ul-items .ul-li-items:first-child .cont {
        margin: 0 15px;
    }

    .ts-comp-15 .ul-items .ul-li-items:nth-child(2) .cont {
        margin: 0 15px;
    }

    .ts-comp-15 .ul-items .ul-li-items:last-child .cont {
        margin: 0 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-15 .down-bloc {
        overflow-x: scroll;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-15 {}

    .ts-comp-15 .ul-items {
        width: 930px;
    }

    .ts-comp-15 .ul-items .ul-li-items {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        text-align: center;
    }

    .ts-comp-15 .ul-items .ul-li-items:first-child .cont {
        margin: 0 10px;
    }

    .ts-comp-15 .ul-items .ul-li-items:nth-child(2) .cont {
        margin: 0 10px;
    }

    .ts-comp-15 .ul-items .ul-li-items:last-child .cont {
        margin: 0 10px;
    }

    .ts-comp-15 .title p {
        font-size: 28px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.6px;
        text-align: center;
        color: #333333;
    }
}










/*ts-comp-15-1*/
.ts-comp-15-1 .down-bloc {
    padding-bottom: 50px;
}

.ts-comp-15-1 .ts-c-15-color-sty-1 {
    background-color: #ff7a00;
}

.ts-comp-15-1 .ts-c-15-color-sty-2 {
    background-color: #7ed321;
}

.ts-comp-15-1 .ts-c-15-color-sty-3 {
    background-color: #233a7a;
}

.ts-comp-15-1 .title {
    padding-bottom: 25px;
}

.ts-comp-15-1 .title p {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.35;
    letter-spacing: 2.7px;
    color: #000000;
    text-align: center;
}

.ts-comp-15-1 .ul-items {
    font-size: 0;
    padding-top: 30px;
}

.ts-comp-15-1 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    text-align: center;
}

.ts-comp-15-1 .ul-items .ul-li-items .cont {
    display: block;
    width: auto;
    background-color: #fff;
    padding: 0 0 40px 0;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.09);
    overflow: hidden;
}

.ts-comp-15-1 .ul-items .ul-li-items:first-child .cont {
    margin-right: 40px;
}

.ts-comp-15-1 .ul-items .ul-li-items:nth-child(2) .cont {
    margin: 0 20px;
}

.ts-comp-15-1 .ul-items .ul-li-items:last-child .cont {
    margin-left: 40px;
}

.ts-comp-15-1 .pic-block .pic img {
    width: 100%;
}

.ts-comp-15-1 .ul-items .ul-li-items .cont .title {
    padding: 20px 20px 10px 20px;
}

.ts-comp-15-1 .ul-items .ul-li-items .cont .title p {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 1.1px;
    color: #000000;
    text-align: left;
}

.ts-comp-15-1 .ul-items .ul-li-items .cont .txt {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.ts-comp-15-1 .ul-items .ul-li-items .cont .txt p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #000000;
    text-align: left;
}

.ts-comp-15-1 .ul-items .ul-li-items .cont .linkk {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.ts-comp-15-1 .ul-items .ul-li-items .cont .linkk a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-align: left;
    color: #4a4a4a;
}

.ts-comp-15-1 .ul-items .ul-li-items .cont .linkk a:after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 8px solid transparent;
    border-left: 8px solid #aaa;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

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

    .ts-comp-15-1 .ul-items {
        font-size: 0;
        padding-top: 30px;
        width: 980px;
        overflow-x: scroll;
    }

    .ts-comp-15-1 .ul-items .ul-li-items {
        display: inline-block;
        vertical-align: top;
        width: 320px;
        text-align: center;
    }

    .ts-comp-15-1 .ul-items .ul-li-items:first-child .cont {
        margin: 0 15px;
    }

    .ts-comp-15-1 .ul-items .ul-li-items:nth-child(2) .cont {
        margin: 0 15px;
    }

    .ts-comp-15-1 .ul-items .ul-li-items:last-child .cont {
        margin: 0 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-15-1 .down-bloc {
        overflow-x: scroll;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-15-1 {}

    .ts-comp-15-1 .ul-items {
        width: 930px;
    }

    .ts-comp-15-1 .ul-items .ul-li-items {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        text-align: center;
    }

    .ts-comp-15-1 .ul-items .ul-li-items:first-child .cont {
        margin: 0 10px;
    }

    .ts-comp-15-1 .ul-items .ul-li-items:nth-child(2) .cont {
        margin: 0 10px;
    }

    .ts-comp-15-1 .ul-items .ul-li-items:last-child .cont {
        margin: 0 10px;
    }

    .ts-comp-15-1 .title p {
        font-size: 28px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.6px;
        text-align: center;
        color: #333333;
    }
}










/*ts-comp-16*/
.ts-comp-16 {}

.ts-comp-16 .ul-items {
    font-size: 0;
}

.ts-comp-16 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    text-align: center;
}

.ts-comp-16 .ul-items .ul-li-items .ctitle {
    padding-bottom: 10px;
}

.ts-comp-16 .ul-items .ul-li-items .ctitle p {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

.ts-comp-16 .ul-items .ul-li-items .ctitle p span {
    font-family: Arial;
    font-size: 60px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.ts-comp-16 .ul-items .ul-li-items .ctxt {}

.ts-comp-16 .ul-items .ul-li-items .ctxt p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-16 .ul-items .ul-li-items .ctitle p span {
        font-family: Arial;
        font-size: 36px;
        line-height: normal;
    }

    .ts-comp-16 .ul-items .ul-li-items .ctxt p {
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        text-align: center;
        color: #000000;
    }

    .ts-comp-16 .ul-items .ul-li-items .ctxt p {
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        text-align: center;
        color: #000000;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-16 .ul-items .ul-li-items .ctitle p {
        font-size: 20px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
    }

    .ts-comp-16 .ul-items .ul-li-items .ctitle p span {
        font-family: Arial;
        font-size: 40px;
        line-height: normal;
    }

    .ts-comp-16 .ul-items .ul-li-items .ctxt p {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        text-align: center;
        color: #000000;
    }
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .ts-comp-16 .ul-items .ul-li-items .ctitle p span {
        font-size: 32px;
    }
}










/*ts-comp-17*/
.ts-comp-17 {
    padding-left: 50px;
}

.ts-comp-17 .ul-items {
    max-width: 425px;
}

.ts-comp-17 .ul-items .ul-li-items {
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.44);
}

.ts-comp-17 .ul-items .ul-li-items+.ul-li-items {
    margin-top: 28px;
}

.ts-comp-17 .ul-items .ul-li-items .left {
    display: inline-block;
    vertical-align: top;
}

.ts-comp-17 .ul-items .ul-li-items .left .pic {
    position: relative;
    left: -40px;
    top: -15px;
    margin-right: -45px;
    margin-bottom: -66px;
}

.ts-comp-17 .ul-items .ul-li-items .left .pic img {
    width: 96px;
    height: 66px;
    /*border: 1px solid #000;*/
}

.ts-comp-17 .ul-items .ul-li-items .right {
    display: block;
    vertical-align: top;
    padding: 17px 30px 15px 70px;
}

.ts-comp-17 .ul-items .ul-li-items .right .desc {
    text-align: left;
}

.ts-comp-17 .ul-items .ul-li-items .right .desc p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-17 .ul-items .ul-li-items .right .desc p .highlight {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d70c18;
    text-decoration: underline;
}









/*內頁*/

/*ts-comp-18*/
.ts-comp-18 {
    position: relative;
}
.ts-comp-18.comp-18-style2 .title {
    margin-right: 90px;
}

.ts-comp-18 .title {
    padding-bottom: 20px;
}

.ts-comp-18 .title p,
.ts-comp-18 .title h1 {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    color: #000000;
}

.ts-comp-18 .titlebtn {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 0;
}

.ts-comp-18 .ul-items {
    font-size: 0;
}

.ts-comp-18 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
}

.ts-comp-18 .titlebtn a {
    display: inline-block;
    vertical-align: top;
}

.ts-comp-18 .titlebtn a img {
    width: auto;
    margin-left: 10px;
}

.ts-comp-18 .titlebtn a.active .love-pic-1 {
    display: none;
}

.ts-comp-18 .titlebtn a .love-pic-2 {
    display: none;
}

.ts-comp-18 .titlebtn a .love-pic-1 {
    display: inline-block;
}

.ts-comp-18 .titlebtn a.active .love-pic-2 {
    display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-18 {
        padding: 0 10px;
    }

    .ts-comp-18 .titlebtn {
        right: 10px;
    }

    /* 180907: solve mantis 0010769; */
    .ts-comp-18.comp-18-style2 .title {
        margin-right: 0;
        padding-top: 25px;
    }
    .ts-comp-18.comp-18-style2 .titlebtn {
        width: 100%;
        text-align: right;
        top: 0;
    }
    /* end 180907: solve mantis 0010769; */
}

@media only screen and (min-width: 320px) and (max-width:374px) {
    .ts-comp-18 .title {
        max-width: 320px;
    }
}








/*ts-comp-19*/
.ts-comp-19 {
    border: solid 1px #e3e3e3;
    margin: 0 15px;
    border-radius: 5px;
}

.ts-comp-19 .card {
    background-color: transparent;
}

.ts-comp-19 .card .card-header {
    background-color: transparent;
    display: none;
}

.ts-comp-19 .card .collapse {
    display: block;
}



/*.ts-comp-20-2 .ts-comp-19 .card .collapse {
    height: auto !important;
    min-height: 0 !important;
}*/
.ts-comp-46 .card .card-body .cont .ts-comp-19 .cont {
    padding: 0;
}

.ts-comp-19 .cont .left {}

.ts-comp-19 .cont .left .bgpic {
    background-size: cover;
    width: 100%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
}

.ts-comp-19 .cont .right {}

.ts-comp-19 .cont .right .top {}

.ts-comp-19 .cont .right .top .mainlinkk {
    background-color: #f2f2f2;
    padding: 0px 0px 0px 20px;
    position: relative;
    display: table;
    width: 100%;
    height: 64px;
}

.ts-comp-19 .cont .right .top .mainlinkk:after {
    content: '';
    position: absolute;
    top: 22px;
    right: 16px;
    width: 22px;
    height: 22px;
    background-image: url('../img/ts-745.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.ts-comp-19 .cont .right .top .mainlinkk .linkktxt {
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding-right: 30px;
}

.ts-comp-19 .cont .right .bottom {
    padding: 10px 17px;
}

.ts-comp-19 .cont .right .bottom .ts-comp-19-desc {
    padding-bottom: 5px;
}

.ts-comp-19 .cont .right .bottom .ts-comp-19-desc p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-19 .cont .right .bottom .ts-comp-19-txt {
    padding-bottom: 8px;
}

.ts-comp-19 .cont .right .bottom .ts-comp-19-txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-19 .cont .right .bottom .ts-comp-19-txt p .highlight {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #da2128;
}

.ts-comp-19 .cont .right .bottom .ts-comp-19-items {
    padding-left: 5px;
}

.ts-comp-19 .cont .right .bottom .ts-comp-19-items .ts-comp-19-items-ul {
    padding-left: 20px;
}

.ts-comp-19 .cont .right .bottom .ts-comp-19-items .ts-comp-19-items-ul .ts-comp-19-items-ul-li {
    list-style: disc;
}

.ts-comp-19 .cont .right .bottom .ts-comp-19-items .ts-comp-19-items-ul .ts-comp-19-items-ul-li a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    text-decoration: underline;
}

.ts-comp-19-txt .cont .right .bottom .ts-comp-1 .btnnn {
    padding-top: 20px;
}

.ts-comp-19 .ts-comp-1 .btnnn .oval-style {
    width: 200px;
    font-size: 16px;
}

.ts-comp-19-txt .list-text {
    text-decoration: underline;
    font-size: 16px;
    color: #333333;
    line-height: normal;
    list-style: disc;
    padding-left: 10px;
    list-style-position: inside;
    text-indent: -23px;
    padding-left: 34px;
}

.ts-comp-19-txt .list-text>li {
    list-style: inherit;
}

.ts-comp-19-txt .list-text>li+li {
    margin-top: 11px;
}

.ts-comp-19-txt .list-text>li a {
    font-size: 16px;
    color: #333333;
    line-height: normal;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-19 {
        margin: 0;
        padding: 10px 10px 0px 10px;
    }

    .ts-comp-19 .card .card-header {
        background-color: transparent;
        display: block;
    }

    .ts-comp-19 .card .collapse {
        /*display: none;*/
        height: 0;
        height: 140px !important;
        min-height: 140px !important;
        overflow: hidden;
    }

    .ts-comp-19 .card .collapsing {
        height: auto !important;
    }

    .ts-comp-19 .card .collapse.show {
        display: block;
        height: auto !important;
        min-height: 140px !important;
    }

    .ts-comp-19 .cont {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .ts-comp-19 .cont .left {
        display: table-cell;
        vertical-align: top;
        width: 100px;
    }

    .ts-comp-19 .cont .left .bgpic {
        background-size: 185px;
        width: 100%;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 50%;
    }

    .ts-comp-19 .cont .right {
        display: table-cell;
        vertical-align: top;
        width: auto;
    }

    .ts-comp-19 .cont .right .bottom {
        padding: 10px 0px 10px 10px;
    }

    .ts-comp-19 .cont .right .bottom .ts-comp-19-items {
        padding-left: 0px;
    }

    .ts-comp-19 .cont .right .top .mainlinkk {
        padding: 18px 10px;
        background-color: transparent;
    }

    .ts-comp-19 .card .ts-comp-1-collapse .btnnn .oval-style:after {
        display: none;
    }

    .ts-comp-19 .card .ts-comp-1-collapse .btnnn .oval-style .opendown {
        display: block;
    }

    .ts-comp-19 .card .ts-comp-1-collapse .btnnn .oval-style .opendown:after {
        background-image: url(../img/ts-729.png);
    }

    .ts-comp-19 .card .ts-comp-1-collapse .btnnn .oval-style .closeup {
        display: none;
    }

    .ts-comp-19 .card .ts-comp-1-collapse .btnnn .oval-style .closeup:after {
        background-image: url(../img/ts-742.png);
    }

    .ts-comp-19 .card .ts-comp-1-collapse .btnnn .oval-style .opendown:after,
    .ts-comp-19 .card .ts-comp-1-collapse .btnnn .oval-style .closeup:after {
        content: '';
        width: 16px;
        height: 24px;
        background-position: center;
        background-size: 16px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 5px;
        vertical-align: top;
    }

    .ts-comp-19 .card .ts-comp-1-collapse .btnnn .oval-style[aria-expanded="false"] {
        padding-right: 15px;
    }

    .ts-comp-19 .card .ts-comp-1-collapse .btnnn .oval-style[aria-expanded="true"] {
        display: none;
        background-color: #eaeaea;
        margin-bottom: 10px;
        padding-right: 15px;
    }

    .ts-comp-19 .card .ts-comp-1-collapse .btnnn .oval-style[aria-expanded="true"] .opendown {
        display: none;
    }

    .ts-comp-19 .card .ts-comp-1-collapse .btnnn .oval-style[aria-expanded="true"] .closeup {
        /*display: block;*/
    }
}

@media(max-width: 767px) {
    .ts-comp-19-txt .list-text {
        text-indent: -23px;
        padding-left: 34px;
    }

    .ts-comp-19 .cont .right .bottom .ts-comp-19-txt {
        padding-bottom: 8px;
        min-height: 60px;
    }
}









/*ts-comp-19-1*/
.ts-comp-19-1 {
    border: solid 1px #e3e3e3;
    margin: 0 25px;
    border-radius: 5px;
    background-color: #f2f2f2;
}

.ts-comp-19-1 .cont {
    position: relative;
}

.ts-comp-19-1 .cont .left {}

.ts-comp-19-1 .cont .left .bgpic {
    background-size: 100%;
    width: 100%;
    height: 185px;
    background-position: center;
    background-repeat: no-repeat;
}

.ts-comp-19-1 .cont .right {
    padding-top: 30px;
}

.ts-comp-19-1 .cont .right .top {}

.ts-comp-19-1 .cont .right .top .taglabel {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 90px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.6);
}

.ts-comp-19-1 .cont .right .top .taglabel p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #4a4a4a;
    padding: 3px 0;
}

.ts-comp-19-1 .cont .right .top .mainlinkk {
    padding: 0px 0px 0px 20px;
    position: relative;
    display: table;
    width: 100%;
    height: 64px;
}

.ts-comp-19-1 .cont .right .top .mainlinkk:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 16px;
    width: 22px;
    height: 22px;
    background-image: url('../img/ts-745.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.ts-comp-19-1 .cont .right .top .mainlinkk .linkktxt {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding: 8px 60px 35px 0;
}

.ts-comp-19-1 .cont .right .bottom {}

.ts-comp-19-1 .cont .right .bottom .datte {
    background-color: #e0e0e0;
    padding: 4px 0 4px 18px;
    position: absolute;
    top: 185px;
    left: 0;
    width: 100%;
}

.ts-comp-19-1 .cont .right .bottom .datte span {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6e6e6e;
    display: inline;
    padding-right: 8px;
}

.ts-comp-19-1 .cont .right .bottom .datte p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: right;
    color: #333333;
    display: inline;
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .ts-comp-19-1 {
        margin: 0 5px;
    }

    .ts-comp-19-1 .cont .left .bgpic {
        background-size: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-19-1 .cont .left .bgpic {
        height: 120px;
    }

    .ts-comp-19-1 .cont .right .bottom .datte {
        top: 120px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-19-1 {
        margin: 0;
        padding: 0;
    }

    .ts-comp-19-1 .cont {
        display: table;
        width: 100%;
        table-layout: fixed;
        padding-bottom: 30px;
    }

    .ts-comp-19-1 .cont .left {
        display: table-cell;
        vertical-align: top;
        width: 128px;
        padding-left: 10px;
        padding-top: 10px;
    }

    .ts-comp-19-1 .cont .left .bgpic {
        background-size: 100%;
        width: 100%;
        height: 65px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ts-comp-19-1 .cont .right {
        display: table-cell;
        vertical-align: top;
        width: auto;
        padding-top: 10px;
        padding-left: 10px;
    }

    .ts-comp-19-1 .cont .right .top .taglabel {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .ts-comp-19-1 .cont .right .bottom {
        padding: 0;
    }

    .ts-comp-19-1 .cont .right .top .mainlinkk {
        padding: 12px 0px;
        background-color: transparent;
    }

    .ts-comp-19-1 .cont .right .top .mainlinkk:after {
        display: none;
    }

    .ts-comp-19-1 .cont .right .bottom .datte {
        padding: 4px 0;
        position: absolute;
        top: auto;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .ts-comp-19-1 .cont .right .top .mainlinkk .linkktxt {
        padding: 0px 10px 10px 0;
    }
}









/*ts-comp-19-2*/
.ts-comp-19-2 {
    border: solid 1px #e3e3e3;
    margin: 0 15px;
    border-radius: 5px;
}

.ts-comp-19-2 .card {
    background-color: transparent;
}

.ts-comp-19-2 .card .card-header {
    background-color: transparent;
    display: none;
}

.ts-comp-19-2 .card .collapse {
    display: block;
}

.ts-comp-19-2 .cont {}

.ts-comp-19-2 .cont .left {}

.ts-comp-19-2 .cont .left .bgpic {
    background-size: 100%;
    width: 100%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
}

.ts-comp-19-2 .cont .right {}

.ts-comp-19-2 .cont .right .top {}

.ts-comp-19-2 .cont .right .top .mainlinkk {
    background-color: #f2f2f2;
    padding: 0px 0px 0px 20px;
    position: relative;
    display: table;
    width: 100%;
    height: 64px;
}

.ts-comp-19-2 .cont .right .top .mainlinkk:after {
    content: '';
    position: absolute;
    top: 22px;
    right: 16px;
    width: 22px;
    height: 22px;
    background-image: url('../img/ts-745.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.ts-comp-19-2 .cont .right .top .mainlinkk .linkktxt {
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding-right: 30px;
}

.ts-comp-19-2 .cont .right .bottom {
    padding: 10px 11px;
}

.ts-comp-19-2 .cont .right .bottom .ts-comp-19-2-desc {
    padding-bottom: 5px;
}

.ts-comp-19-2 .cont .right .bottom .ts-comp-19-2-desc p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-19-2 .cont .right .bottom .ts-comp-19-2-txt {
    padding-bottom: 8px;
}

.ts-comp-19-2 .cont .right .bottom .ts-comp-19-2-txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-19-2 .cont .right .bottom .ts-comp-19-2-txt p .highlight {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #da2128;
}

.ts-comp-19-2 .cont .right .bottom .ts-comp-19-2-items {
    padding-left: 5px;
}

.ts-comp-19-2 .cont .right .bottom .ts-comp-19-2-items .ts-comp-19-2-items-ul {
    padding-left: 20px;
}

.ts-comp-19-2 .cont .right .bottom .ts-comp-19-2-items .ts-comp-19-2-items-ul .ts-comp-19-2-items-ul-li {
    list-style: disc;
}

.ts-comp-19-2 .cont .right .bottom .ts-comp-19-2-items .ts-comp-19-2-items-ul .ts-comp-19-2-items-ul-li a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    text-decoration: underline;
}

.ts-comp-19-2 .cont .right .bottom .ts-comp-1 .btnnn {
    padding-top: 20px;
}

.ts-comp-19-2 .ts-comp-1 .btnnn .oval-style {
    width: 200px;
    font-size: 16px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-19-2 {
        margin: 0;
        padding: 0;
    }

    .ts-comp-19-2 .card .card-header {
        background-color: transparent;
        display: block;
    }

    .ts-comp-19-2 .card .collapse {
        /*display: none;*/
        height: 0;
        height: 100px !important;
        min-height: 100px !important;
        overflow: hidden;
    }

    .ts-comp-19-2 .card .collapsing {
        height: auto !important;
    }

    .ts-comp-19-2 .card .collapse.show {
        display: block;
        height: auto !important;
        min-height: 140px !important;
    }

    .ts-comp-19-2 .cont {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .ts-comp-19-2 .cont .left {
        display: table-cell;
        vertical-align: top;
        width: 100px;
    }

    .ts-comp-19-2 .cont .left .bgpic {
        background-size: 185px;
        width: 100%;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 50%;
    }

    .ts-comp-19-2 .cont .right {
        display: table-cell;
        vertical-align: top;
        width: auto;
    }

    .ts-comp-19-2 .cont .right .bottom {
        padding: 10px 20px 0px 20px;
    }

    .ts-comp-19-2 .cont .right .bottom .ts-comp-19-2-items {
        padding-left: 0px;
    }

    .ts-comp-19-2 .cont .right .top .mainlinkk {
        padding: 18px 10px;
    }

    .ts-comp-19-2 .card .show+.card-header .ts-comp-1-collapse .btnnn {
        border-top: 0;
        margin: 0 10px;
    }

    .ts-comp-19-2 .card .ts-comp-1-collapse .btnnn .oval-style .opendown {
        display: block;
    }

    .ts-comp-19-2 .card .ts-comp-1-collapse .btnnn .oval-style .closeup {
        display: none;
    }

    .ts-comp-19-2 .card .ts-comp-1-collapse .btnnn .oval-style[aria-expanded="true"] {
        background-color: #eaeaea;
        margin-top: 6px;
        margin-bottom: 10px;
    }

    .ts-comp-19-2 .card .ts-comp-1-collapse .btnnn .oval-style[aria-expanded="true"] .opendown {
        display: none;
    }

    .ts-comp-19-2 .card .ts-comp-1-collapse .btnnn .oval-style[aria-expanded="true"] .closeup {
        display: block;
    }
}











/*ts-comp-20*/
.ts-comp-20 {}

.ts-comp-20 .maintitle {
    padding-bottom: 10px;
}

.ts-comp-20 .maintitle p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #000000;
}

.ts-comp-20 .ul-items {
    display: block;
    font-size: 0;
    margin: 0 -15px;
}

.ts-comp-20 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-20 .ul-items {
        display: block;
        font-size: 0;
        margin: 0px;
    }

    .ts-comp-20 .ul-items .ul-li-items {
        display: block;
        vertical-align: top;
        width: auto;
        margin-bottom: 40px;
    }
}






/*ts-comp-20-1*/
.ts-comp-20-1 {}

.ts-comp-20-1 .maintitle {
    padding-bottom: 10px;
}

.ts-comp-20-1 .maintitle p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #000000;
}

.ts-comp-20-1 .ul-items {
    display: block;
    font-size: 0;
    margin: 0 -15px 20px -15px;
}

.ts-comp-20-1 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
}

.ts-comp-20-1 .ts-comp-19 .cont .right .top .mainlinkk:after {
    display: none;
}

.ts-comp-20-1 .ts-comp-19 .cont .right .top .mainlinkk {
    padding: 18px 10px 18px 10px;
}

.ts-comp-20-1 .ts-comp-19 .cont .right .bottom .ts-comp-19-items .ts-comp-19-items-ul .ts-comp-19-items-ul-li a:hover {
    color: #da2128;
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .ts-comp-20-1 .ts-comp-19 .cont .right .top .mainlinkk {
        padding: 18px 5px 18px 10px;
    }

    .ts-comp-20-1 .ts-comp-19 .cont .right .top .mainlinkk .linkktxt {
        padding-right: 0;
    }

    .ts-comp-20-1 .ts-comp-19 .cont .left .bgpic {
        height: 110px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-20-1 .ul-items {
        display: block;
        font-size: 0;
        margin: 0px;
    }

    .ts-comp-20-1 .ul-items .ul-li-items {
        display: block;
        vertical-align: top;
        width: auto;
        margin-bottom: 20px;
    }

    .ts-comp-20-1 .ts-comp-19 .cont .right .top .mainlinkk {
        padding: 18px 10px 18px 10px;
    }
}






/*ts-comp-20-2*/
.ts-comp-20-2 {}

.ts-comp-25+.ts-comp-20-2 {
    padding-top: 70px;
}

.ts-comp-20-2 .maintitle {
    padding-bottom: 10px;
}

.ts-comp-20-2 .maintitle p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #000000;
}

.ts-comp-20-2 .ul-items {
    display: block;
    font-size: 0;
    margin: 0 -15px;
}

.ts-comp-20-2 .ul-items .ul-li-items {
    padding-bottom: 20px;
}
.ts-comp-20-2 .ul-items .ul-li-items:hover .ts-comp-19 {
    box-shadow: 4px 4px 12px 1px rgba(206, 205, 205, 0.8);
}
.ts-comp-20-2 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-20-2 .ul-items {
        display: block;
        font-size: 0;
        margin: 0px;
    }

    .ts-comp-20-2 .ul-items .ul-li-items {
        display: block;
        vertical-align: top;
        width: auto;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .ts-comp-20-2 .card .collapse {
        /*display: none;*/
        height: 0;
        height: 135px !important;
        min-height: 110px !important;
        overflow: hidden;
    }

    .ts-comp-20-2 .card .collapse.show {
        display: block;
        height: auto !important;
        min-height: 110px !important;
    }

    .ts-comp-20-2 .ts-comp-19 .cont .right .top .mainlinkk {
        padding: 18px 10px;
        background-color: #f2f2f2;
    }

    .ts-comp-20-2 .ts-comp-19 {
        margin: 0;
        padding: 0;
    }

    .ts-comp-20-2 .ts-comp-19 .card .card-header {
        padding: 0 10px;
    }

    .ts-comp-20-2 .ts-comp-19 .cont .right .top .mainlinkk .linkktxt {
        display: block;
    }

    .ts-comp-20-2 .ts-comp-19 .cont .right .bottom {
        padding: 10px 20px 10px 20px;
    }
}






/*ts-comp-20-3*/
.ts-comp-20-3 {}

.ts-comp-20-3 .maintitle p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #000000;
}

.ts-comp-20-3 .ul-items {
    display: block;
    font-size: 0;
    margin: 0 -15px;
}

.ts-comp-20-3 .ul-items .ul-li-items:hover>.ts-comp-19 {
    box-shadow: 4px 4px 12px 1px rgba(206, 205, 205, 0.8);
}
.ts-comp-46 .card-body .ts-comp-20-3 {
    margin: 0px -30px;
    text-align: center;
    text-align: left;
}

.tab-content-block .ts-comp-20-3 .ul-items {
    margin: 0;
}

.ts-comp-20-3 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 20px;
}

.ts-comp-20-3.num-4 .ul-items .ul-li-items {
    width: 23%;
    max-width: 260px;
}

.ts-comp-20-3.num-4 .ul-items .ul-li-items+.ul-li-items {
    margin-left: 2.9%;
}

.ts-comp-20-3.num-4 .ul-items .ul-li-items:nth-of-type(4n+1) {
    margin-left: 0;
}

.ts-comp-20-3 .ts-comp-19 .cont .right .bottom {
    padding: 10px 16px 65px 16px;
}

.ts-comp-20-3 .ts-comp-19 {
    position: relative;
}

.ts-comp-20-3 .ts-comp-19 .card {
    position: initial;
}

.ts-comp-20-3 .ts-comp-19 .cont .left .bgpic {
    height: 218px;
}

.ts-comp-20-3 .ts-comp-19 .cont .right .bottom .ts-comp-1 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.ts-comp-20-3.card-style-no-btn .ts-comp-19 .card .cont .right .bottom {
    padding: 10px 11px;
}

@media(max-width: 1199px) {
    .ts-comp-20-3.num-4 .ul-items .ul-li-items {}

    .ts-comp-20-3.num-4 .ul-items .ul-li-items+.ul-li-items {
        margin-left: 2.5%;
    }

    .ts-comp-46 .card-body .ts-comp-20-3 {}
}

@media(max-width: 1023px) {
    .ts-comp-20-3.num-4 .ul-items .ul-li-items {
        width: 32%;
    }

    .ts-comp-20-3.num-4 .ul-items .ul-li-items+.ul-li-items {
        margin-left: 1%;
    }

    .ts-comp-46 .card-body .ts-comp-20-3 {
        text-align: center;
    }

    .ts-comp-46 .card-body .ts-comp-20-3 .ts-comp-19 {
        text-align: left;
    }
}

@media(max-width: 767px) {
    .ts-comp-46 .card-body .ts-comp-20-3 {
        margin: 0;
    }

    .ts-comp-20-3.num-4 .ul-items .ul-li-items {
        width: 100%;
        max-width: 100%;
    }

    .ts-comp-20-3.num-4 .ul-items .ul-li-items+.ul-li-items {
        margin-left: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-20-3 .ul-items {
        display: block;
        font-size: 0;
        margin: 0px;
    }

    .ts-comp-20-3 .ul-items .ul-li-items {
        display: block;
        vertical-align: top;
        width: auto;
        margin-bottom: 10px;
    }

    .ts-comp-20-3.card-style-no-btn .ts-comp-19 .cont {
        padding-bottom: 0;
    }

    .ts-comp-20-3 .ts-comp-19 .cont {
        position: relative;
        padding-bottom: 70px;
    }

    .ts-comp-20-3 .ts-comp-19 .cont .left .bgpic {
        height: 100px;
    }

    .ts-comp-20-3 .ts-comp-19 .cont .right .bottom {
        padding: 10px 0px 21px 10px;
    }

    .card-style-no-btn .ts-comp-19 .cont .right .top .mainlinkk:after {
        display: none;
    }
}

@media(max-width: 374px) {
    .ts-comp-19 .cont .right .top .mainlinkk .linkktxt {
        padding-right: 0;
        font-size: 20px;
    }

    .ts-comp-20-3.card-style-no-btn .ts-comp-19 .card .cont .right .bottom {
        padding-right: 0;
        padding-left: 0;
    }

    .ts-comp-19-txt .list-text>li a {
        font-size: 14px;
    }
}






/*ts-comp-20-4*/
.ts-comp-20-4 {
    padding-bottom: 20px;
}

.ts-comp-20-4 .ul-items {
    display: block;
    font-size: 0;
    margin: 0 -15px;
}

.ts-comp-20-4 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-20-4 .ul-items {
        display: block;
        font-size: 0;
        margin: 0px;
    }

    .ts-comp-20-4 .ul-items .ul-li-items {
        display: block;
        vertical-align: top;
        width: auto;
        margin-bottom: 10px;
    }
}






/*ts-comp-20-5*/
.ts-comp-20-5 {
    padding-top: 30px;
    padding-bottom: 0px;
}

.ts-comp-20-5 .ul-items {
    display: block;
    font-size: 0;
    margin: 0 -25px;
}

.ts-comp-20-5 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .ts-comp-20-5 .ul-items {
        margin: 0 -5px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-20-5 .ul-items {
        display: block;
        font-size: 0;
        margin: 0px;
    }

    .ts-comp-20-5 .ul-items .ul-li-items {
        display: block;
        vertical-align: top;
        width: auto;
        margin-bottom: 20px;
    }
}








/*ts-comp-21*/
.ts-comp-21 {
    font-size: 0;
    margin: 0 -15px;
}

.ts-comp-21 .fulll {
    display: block;
    width: 100%;
}

.ts-comp-21 .left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.ts-comp-21 .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.ts-comp-21 .ts-comp-21-col-3 {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-21 {
        margin: 0;
    }

    .ts-comp-21 .left {
        display: block;
        vertical-align: top;
        width: auto;
    }

    .ts-comp-21 .right {
        display: block;
        vertical-align: top;
        width: auto;
    }

    .ts-comp-21 .ts-comp-21-col-3 {
        display: block;
        vertical-align: top;
        width: auto;
    }
}










/*ts-comp-22*/
.ts-comp-22 {
    padding: 30px 15px 0 15px;
}

.ts-comp-22 .title {
    padding-bottom: 15px;
}

.ts-comp-22 .title p {
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #000000;
}

.ts-comp-22 .ul-items {
    padding-left: 20px;
}

.ts-comp-22 .ul-items .ul-li-items {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin-bottom: 15px;
    font-size: 14px;
    position: relative;
}

.ts-comp-22 .ul-items .ul-li-items:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 17px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #da2128;
}

.ts-comp-22 .ul-items .ul-li-items .linkktxt {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: block;
    word-wrap: normal;
}

.ts-comp-22 .ts-comp-1 .btnnn .oval-style {
    width: 200px;
    font-size: 16px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-22 {
        padding: 40px 0px 0 0px;
    }
}

.ts-comp-22.comp-22-1{
    padding: 0;
}








/*ts-comp-23*/
.content-inside .ts-comp-23 {
    position: absolute;
    right: 44px;
    top: -1px;
    z-index: 3;
}

@media(max-width: 1300px) {
    .content-inside .ts-comp-23 {
        right: 10%;
    }
}


.sub-content-block .ts-comp-23 {
    position: absolute;
    right: 30px;
    top: -33px;
    z-index: 10;
}

.ts-comp-23 {}

.ts-comp-23 .ul-items {
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.06);
    display: inline-block;
    vertical-align: top;
    border-radius: 0 0 20px 20px;
    background-color: #ffffff;
}

.ts-comp-23 .ul-items .ul-li-items {
    padding: 0px 18px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #d8d8d8;
    margin: 10px 0;
}

.ts-comp-23 .ul-items .ul-li-items:first-child {
    border-radius: 0 0 0 20px;
}

.ts-comp-23 .ul-items .ul-li-items:last-child {
    border-radius: 0 0 20px 0;
    border-right: 0;
}

.ts-comp-23 .ul-items .ul-li-items a {}

.ts-comp-23 .ul-items .ul-li-items a .pic {
    display: inline-block;
    vertical-align: top;
}

.ts-comp-23 .ul-items .ul-li-items a .pic img {
    width: 33px;
}

.ts-comp-23 .ul-items .ul-li-items a .txt {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}

.ts-comp-23 .ul-items .ul-li-items a .txt p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-23 {
        display: none;
    }
}









/*ts-comp-24*/
.ts-comp-24 {
    background-color: #eaeaea;
    padding: 30px;
    margin-top: 20px;
}

.ts-comp-24 {}

.ts-comp-24 p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-24 ul {
    padding-left: 25px;
}

.ts-comp-24 ul li {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    list-style: disc;
}

.ts-comp-24 ul li a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    text-decoration: underline;
}

.ts-comp-24 ol {
    padding-left: 22px;
}

.ts-comp-24 ol li {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    list-style: decimal;
}

.ts-comp-24 ol li a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    text-decoration: underline;
}

.ts-comp-24 table {
    padding: 10px 0 10px 0;
}

.ts-comp-24 table tr {}

.ts-comp-24 table tr th {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    background-color: #454545;
    padding: 10px 10px;
    border: solid 1px #d5d5d5;
    border-bottom: 0;
    white-space: nowrap;
}


.ts-comp-24 table tr td {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #323232;
    padding: 10px 10px;
    border: solid 1px white;
}

.ts-comp-24 table tbody tr {
    background-color: #f6f6f6;
}

@media only screen and (max-width: 1023px) and (min-width: 320px) {
    .ts-comp-24 table {
        width: 100%;
    }

    .ts-comp-24 table tr th {
        white-space: normal;
    }
}







/*ts-comp-25*/
.ts-comp-25 {
    padding: 0 30px;
}

.ts-comp-30+.ts-comp-25 {
    padding: 10px 0;
}

.ts-comp-25 .maintitle {
    padding-bottom: 10px;
}

.ts-comp-25 .maintitle p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #000000;
}

.ts-comp-25 .txt {
    padding-bottom: 30px;
}

.ts-comp-25 .txt p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
}

.ts-comp-25 .ts-comp-1 {
    padding-top: 25px;
}

.ts-comp-25 .ts-comp-1 .btnnn .oval-style {
    width: 240px;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-25 {
        padding: 0 0px;
    }

    .ts-comp-25 .txt {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-25 .ts-comp-26 .k-form-row .left {
        padding-left: 6px;
    }
}









/*ts-comp-26*/
.ts-comp-26 {}

.ts-comp-26 .k-form-row {
    display: table;
    width: 100%;
    padding-bottom: 10px;
}

.ts-comp-26 .k-form-row+.k-form-row {
    padding-top: 20px;
}

.ts-comp-26 .k-form-row .left {
    display: table-cell;
    vertical-align: top;
    width: 135px;
    padding-top: 10px;
}

.ts-comp-26 .k-form-row .left .stars {
    color: #da2128;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
}

.ts-comp-26 .k-form-row .left p,
.ts-comp-26 .k-form-row .left span {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: right;
    color: #323232;
}

.ts-comp-26 .k-form-row .left span {
    display: block;
}
.ts-comp-26 .k-form-row .left span.stars {
    display: inline-block;
}

.ts-comp-26 .k-form-row .right {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.ts-comp-26 .k-form-row .right .form-item {}

.ts-comp-26 .k-form-row .right .form-item .form-col-12 {}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-26 .k-form-row {
        display: block;
        width: 100%;
    }

    .ts-comp-26 .k-form-row .left {
        display: block;
        width: auto;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .ts-comp-26 .k-form-row .right {
        display: block;
        padding-left: 10px;
    }

    .ts-comp-26 .k-form-row .left p,
    .ts-comp-26 .k-form-row .left span {
        text-align: left;
    }
}









/*ts-comp-27*/
.ts-comp-27 {}

.ts-comp-27 .radio-inline {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 15px;
}

.ts-comp-27 .radio-inline input {
    position: relative;
    opacity: 0;
    display: none;
    vertical-align: middle;
}

.ts-comp-27 .radio-inline label {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #323232;
    cursor: pointer;
    padding-left: 25px;
    margin-bottom: 0;
    position: relative;
}

.ts-comp-27 .radio-inline label span.cusradio-sty {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    border: solid 4px #bebec0;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px 0 0;
    position: absolute;
    top: 0px;
    left: 0;
}

.ts-comp-27 .radio-inline label span.cusradio-sty:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #e2231a;
    border-radius: 50%;
    display: none;
}

.ts-comp-27 .radio-inline input[type='radio']:checked+label span.cusradio-sty {
    width: 20px;
    height: 20px;
}

.ts-comp-27 .radio-inline input[type='radio']:checked+label span.cusradio-sty:after {
    display: block;
}

.ts-comp-27 .radio-inline label span.checkcusradio-sty {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    border: solid 4px #bebec0;
    background-color: #fff;
    margin: 0 5px 0 0;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 5px;
}

.ts-comp-27 .radio-inline label span.checkcusradio-sty:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #e2231a;
    display: none;
}

.ts-comp-27 .radio-inline input[type='checkbox']:checked+label span.checkcusradio-sty {
    width: 20px;
    height: 20px;
}

.ts-comp-27 .radio-inline input[type='checkbox']:checked+label span.checkcusradio-sty:after {
    display: block;
}









/*ts-comp-28*/
.ts-comp-28 {}

.ts-comp-28 .ul-items {}

.ts-comp-28 .ul-items .ul-li-items {}

.ts-comp-28 .ul-items .ul-li-items+.ul-li-items {
    padding-top: 20px;
}

.ts-comp-28 .ts-comp-2 .ul-items .ul-li-items+.ul-li-items {
    padding-top: 10px;
}









/*ts-comp-29*/
.ts-comp-29 {
    background-color: #f9f9f9;
    padding: 36px 0px 26px 30px;
    display: table;
    width: 100%;
    position: relative;
}

.ts-comp-29 .left {
    display: table-cell;
    vertical-align: top;
    width: 166px;
}

.ts-comp-29 .mid {
    position: absolute;
    right: 30px;
    top: 110px;
}

.ts-comp-29 .right {
    display: table-cell;
    vertical-align: top;
    padding-left: 55px;
}

.ts-comp-29 .left .pic {}

.ts-comp-29 .left .pic img {
    width: 166px;
    height: 127px;
}

.ts-comp-29 .right .itemscont {}

.ts-comp-29 .right .itemscont .itemstitle {
    padding-bottom: 3px;
}

.ts-comp-29 .right .itemscont .itemstitle p {
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #000000;
}

.ts-comp-29 .right .itemscont .itemstxt {
    padding-bottom: 20px;
    padding-right: 220px;
}

.ts-comp-29 .right .itemscont .itemstxt p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9b9b;
}

.ts-comp-29 .ts-comp-2 {
    border: 0;
    padding-right: 220px;
}

.ts-comp-29 .ts-comp-1-3 .btnnn .oval-style {
    width: 160px;
    margin: auto;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-29 {
        padding: 20px;
        display: block;
        width: auto;
        position: relative;
        font-size: 0;
        margin: 0 10px;
    }

    .ts-comp-29 .left {
        display: inline-block;
        width: 50%;
    }

    .ts-comp-29 .mid {
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
        width: 50%;
    }

    .ts-comp-29 .right {
        display: block;
        width: auto;
        padding-left: 0px;
        padding-top: 10px;
    }

    .ts-comp-29 .left .pic img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .ts-comp-29 .right .itemscont {
        padding-bottom: 10px;
    }

    .ts-comp-29 .right .itemscont .itemstitle p {
        font-size: 21px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.2px;
        text-align: center;
    }

    .ts-comp-29 .right .itemscont .itemstxt {
        padding-right: 0px;
    }

    .ts-comp-29 .right .itemscont .itemstxt p {
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #9b9b9b;
    }

    .ts-comp-29 .ts-comp-2 {
        padding-bottom: 0;
        padding-right: 0;
    }

    .ts-comp-29 .ts-comp-1-3 .btnnn {
        text-align: right;
    }

    .ts-comp-29 .ts-comp-1-3 .btnnn .oval-style {
        width: 120px;
        font-size: 16px;
        padding: 6px 0;
    }

    .ts-comp-29 .ts-comp-1-3 .btnnn .cus-style:after {
        display: none;
    }

    .ts-comp-29 .ts-comp-19-1 {
        margin: 0 -10px;
    }

    .ts-comp-29 .ts-comp-19-1 .cont {
        padding: 0 20px;
    }
}









/*ts-comp-30*/

/*editor*/
.ts-comp-30 {}
.ts-transac-comp-2 .ts-comp-30.table-align-top .editor-table table tr td {
    vertical-align: top;
}
.ts-comp-30.table-align-top .editor-table table tr td {
    vertical-align: top !important;
}
.ts-comp-30.table-align-top .editor-table table tr td.space-align-mid {
    padding-top: 25px;
}

.ts-comp-30 .highlight {
    font-size: 16px;
    font-weight: bold;
    color: #da2128;
}

.ts-comp-30 a {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    font-weight: bold;
    color: #2781ea;
    text-decoration: underline;
}

.ts-comp-30 a:hover {
    text-decoration: underline;
}

.ts-comp-30 .editor-bigtitle {
    padding-bottom: 5px;
}

.ts-comp-30 .editor-bigtitle h2 {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #000000;
}
.ts-comp-30 .editor-bigtitle h3 {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 20px;
}

.ts-comp-30 .editor-bigtxt {}

.ts-comp-30 .editor-bigtxt p {
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000000;
}

.ts-comp-30 .editor-title {}

.ts-comp-30 .editor-title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #000000;
}

.ts-comp-30 .editor-subtitle {}

.ts-comp-30 .editor-subtitle p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: 1px;
    color: #000000;
}

.ts-comp-30 .editor-subtitle p .highlight {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: 1px;
    color: #da2128;
}

.ts-comp-30 .editor-thirdtitle p {
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #000000;
}

.ts-comp-30 .editor-thirdtitle p .highlight {
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #da2128;
}

.ts-comp-30 .editor-txt {
    /*padding-bottom: 10px;*/
}

.ts-comp-30 .editor-title+.editor-txt {
    padding-top: 20px;
}

.ts-comp-30 .editor-txt+.editor-title {
    padding-top: 30px;
    /* 180727: 最新消息頁 hf-common-news-2.html 調整; */
}

.ts-comp-30 .editor-txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-30 .editor-txt p .highlight {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #da2128;
}

.ts-comp-30 .editor-pic {
    padding-top: 10px;
    padding-bottom: 20px;
}

.ts-comp-30 .editor-pic img {
    max-width: 100%;
}

.ts-comp-30 .editor-desc {
    /*padding-top: 20px;*/
}

.ts-comp-30 .editor-desc p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-30 .editor-ul-li {
    padding-left: 25px;
}

.ts-comp-30 .editor-ul-li+.editor-title {
    padding-top: 30px;
}

.ts-comp-30 .editor-ul-li+.editor-subtitle {
    padding-top: 10px;
}

.ts-comp-30 .editor-txt+.editor-subtitle {
    padding-top: 10px;
}

.ts-comp-30 .editor-ul-li ul {}

.ts-comp-30 .editor-ul-li ul li {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    list-style: disc;
}

.ts-comp-30 .editor-ul-li ul li a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    text-decoration: underline;
}

.ts-comp-30 .editor-ol-li {
    padding-left: 22px;
}

.ts-comp-30 .editor-ol-li+.editor-title {
    padding-top: 30px;
}

.ts-comp-30 .editor-ol-li ol {}

.ts-comp-30 .editor-ol-li ol li {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    list-style: decimal;
}

.ts-comp-30 .editor-ol-li ol li a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    text-decoration: underline;
}

.ts-comp-30 .editor-title-txt {
    padding-bottom: 10px;
}

.ts-comp-30 .editor-title-txt+.editor-title-txt {
    padding-top: 20px;
}

.ts-comp-30 .editor-title-txt .editor-txt {
    padding-bottom: 0px;
}

.ts-comp-30 .editor-subtitle-txt {
    padding-bottom: 20px;
}

.ts-comp-30 .editor-table {
    padding: 10px 0 10px 0;
}

.ts-comp-30 .editor-table+.editor-table {
    padding: 0px 0 10px 0;
}

.ts-comp-30 .editor-table+.editor-title {
    padding-top: 30px;
}

.ts-comp-30 .editor-table table {}

.ts-comp-30 .editor-table.normalstyle table {
    table-layout: fixed;
}

.ts-comp-30 .editor-table table tr {}

.ts-comp-30 .editor-table table tr th {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    background-color: #454545;
    padding: 10px 10px;
    border: solid 1px #d5d5d5;
    border-bottom: 0;
    white-space: nowrap;
}

.ts-comp-30 .editor-table table tr td {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #323232;
    padding: 10px 10px;
    border: solid 1px #d5d5d5;
}

.ts-comp-30 .editor-table table tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}

.ts-comp-30 .editor-table .wd-long {
    width: 300px;
}

.ts-comp-30 .editor-title-txt+.editor-subtitle {
    margin-bottom: 10px;
}

.ts-comp-30 .subtitle-and-ps p {
    display: inline-block;
}
.ts-comp-30 .subtitle-and-ps .subtitle-ps {
    display: inline-block;
    float: right;
    font-size: 12px;
    padding-top: 2px;
}
.ts-comp-30 .subtitle-and-ps .subtitle-ps .ps-title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.1px;
}
.ts-comp-30 .subtitle-and-ps .subtitle-ps .ps-detail {
    font-size: 12px;
}
@media(min-width:1024px) {
    .ts-comp-30 .editor-table table tr th {
        white-space: normal;
    }
}



@media(max-width:767px) {
    .ts-comp-30.table-wd-lg {
        overflow-x: scroll;
    }

    .ts-comp-30.table-wd-lg .editor-table {
        width: 832px;
    }
}



@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-30 .editor-table.normalstyle {
        overflow: initial;
    }

    .ts-comp-30 .editor-table.normalstyle table tr th {
        white-space: normal;
    }

    .ts-comp-30 .editor-table {
        overflow: scroll;
    }

    .ts-comp-30 .editor-bigtitle p {
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.6px;
        color: #000000;
    }

    .ts-comp-30 .editor-bigtxt p {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 2px;
        color: #000000;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-30 .editor-btnnn .btnnn {
        text-align: center;
    }

    .ts-comp-30 .editor-btnnn.cus-2 .btnnn {
        text-align: left;
    }

    .ts-comp-30 .editor-ul-li+.editor-subtitle {
        padding-top: 20px;
    }

    .ts-comp-30 .editor-txt+.editor-subtitle {
        padding-top: 20px;
    }
}










/*ts-comp-31*/
.ts-comp-31 {}

.ts-comp-31 .ul-items {}

.ts-comp-31 .ul-items .ul-li-items {
    margin-bottom: 10px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    padding: 20px 30px 20px 130px;
}

.ts-comp-31 .ul-items .ul-li-items .left {
    position: relative;
}

.ts-comp-31 .ul-items .ul-li-items .right {}

.ts-comp-31 .ul-items .ul-li-items .left .pic {
    position: absolute;
    left: -100px;
    top: 0;
}

.ts-comp-31 .ul-items .ul-li-items .left .pic img {
    max-width: 100%;
}

.ts-comp-31 .ul-items .ul-li-items .left .title {
    padding-bottom: 14px;
}

.ts-comp-31 .ul-items .ul-li-items .left .title p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #da2128;
}

.ts-comp-31 .ul-items .ul-li-items .right .txt {}

.ts-comp-31 .ul-items .ul-li-items .right .txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-31 .ul-items .ul-li-items {
        margin-bottom: 10px;
        padding: 10px;
    }

    .ts-comp-31 .ul-items .ul-li-items .left {
        display: table;
        width: 100%;
    }

    .ts-comp-31 .ul-items .ul-li-items .left .pic {
        position: relative;
        left: auto;
        top: auto;
        display: table-cell;
        width: 70px;
    }

    .ts-comp-31 .ul-items .ul-li-items .left .pic img {
        max-width: 70px;
    }

    .ts-comp-31 .ul-items .ul-li-items .left .title {
        padding-bottom: 0px;
        display: table-cell;
        width: auto;
        padding-left: 10px;
    }
}






/*ts-comp-31-1*/
.ts-comp-31-1 {
    padding-bottom: 20px;
}

.ts-comp-31-1 .ul-items {}

.ts-comp-31-1 .ul-items .ul-li-items {
    margin-bottom: 10px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    padding: 20px 30px 20px 30px;
}

.ts-comp-31-1 .ul-items .ul-li-items .left {
    position: relative;
}

.ts-comp-31-1 .ul-items .ul-li-items .right {}

.ts-comp-31-1 .ul-items .ul-li-items .left .title {
    padding-bottom: 5px;
}

.ts-comp-31-1 .ul-items .ul-li-items .left .title p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #da2128;
}

.ts-comp-31-1 .ul-items .ul-li-items .right .txt {}

.ts-comp-31-1 .ul-items .ul-li-items .right .txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-31-1 .ul-items .ul-li-items {
        margin-bottom: 10px;
        padding: 10px;
    }

    .ts-comp-31-1 .ul-items .ul-li-items .left {
        display: table;
        width: 100%;
    }

    .ts-comp-31-1 .ul-items .ul-li-items .left .title {
        padding-bottom: 0px;
        display: table-cell;
        width: auto;
        padding-left: 0px;
    }
}






/*ts-comp-31-1-1*/
.ts-comp-31-1-1 {
    padding-bottom: 20px;
}

.ts-comp-31-1-1 .ul-items {}

.ts-comp-31-1-1 .ul-items .ul-li-items {
    margin-bottom: 10px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    padding: 20px 65px 20px 30px;
}

.ts-comp-31-1-1 .ul-items .ul-li-items .left {
    position: relative;
}

.ts-comp-31-1-1 .ul-items .ul-li-items .right {}

.ts-comp-31-1-1 .ul-items .ul-li-items .left .title {
    padding-bottom: 5px;
}

.ts-comp-31-1-1 .ul-items .ul-li-items .left .title p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
}

.ts-comp-31-1-1 .ul-items .ul-li-items .right .txt {}

.ts-comp-31-1-1 .ul-items .ul-li-items .right .txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-31-1-1 .ul-items .ul-li-items .right .txt+.ts-comp-1 {
    padding-top: 10px;
}

.ts-comp-31-1-1 .ts-comp-1 .btnnn {
    text-align: left;
}

.ts-comp-31-1-1 .ts-comp-1 .btnnn .oval-style {
    width: 240px;
    margin: 0;
    font-size: 16px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-31-1-1 .ul-items .ul-li-items {
        margin-bottom: 10px;
        padding: 20px 28px;
    }

    .ts-comp-31-1-1 .ul-items .ul-li-items .left {
        display: table;
        width: 100%;
    }

    .ts-comp-31-1-1 .ul-items .ul-li-items .left .title {
        padding-bottom: 0px;
        display: table-cell;
        width: auto;
        padding-left: 0px;
    }
}






/*ts-comp-31-2*/
.ts-comp-31-2 {}

.ts-comp-31-2 .ul-items {}

.ts-comp-31-2 .ul-items .ul-li-items {
    margin-bottom: 10px;
    padding: 0px 30px 0px 60px;
}

.ts-comp-31-2 .ul-items .ul-li-items+.ul-li-items {
    margin-bottom: 10px;
    padding-top: 20px;
}

.ts-comp-31-2 .ul-items .ul-li-items .left {
    position: relative;
}

.ts-comp-31-2 .ul-items .ul-li-items .right {}

.ts-comp-31-2 .ul-items .ul-li-items .left .pic {
    position: absolute;
    left: -30px;
    top: 6px;
}

.ts-comp-31-2 .ul-items .ul-li-items .left .pic img {
    max-width: 100%;
}

.ts-comp-31-2 .ul-items .ul-li-items .left .title {
    padding-bottom: 5px;
}

.ts-comp-31-2 .ul-items .ul-li-items .left .title p {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #000000;
}

.ts-comp-31-2 .ul-items .ul-li-items .right .txt {}

.ts-comp-31-2 .ul-items .ul-li-items .right .txt p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-31-2 .ul-items .ul-li-items {
        margin-bottom: 10px;
        padding: 10px;
    }

    .ts-comp-31-2 .ul-items .ul-li-items .left {
        display: table;
        width: 100%;
    }

    .ts-comp-31-2 .ul-items .ul-li-items .left .pic {
        position: relative;
        left: auto;
        top: auto;
        display: table-cell;
        vertical-align: top;
        width: 40px;
        text-align: center;
        padding-top: 3px;
    }

    .ts-comp-31-2 .ul-items .ul-li-items .left .pic img {}

    .ts-comp-31-2 .ul-items .ul-li-items .left .title {
        padding-bottom: 0px;
        display: table-cell;
        vertical-align: top;
        width: auto;
        padding-left: 0px;
    }

    .ts-comp-31-2 .ul-items .ul-li-items .right {
        padding-left: 40px;
    }
}






/*ts-comp-31-3*/
.ts-comp-31-3 {}

.ts-comp-31-3 .ul-items {
    margin: 0 -15px;
    font-size: 0;
}

.ts-comp-31-3 .ul-items .ul-li-items {
    margin-bottom: 20px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.ts-comp-31-3 .ul-items .ul-li-items .items-in {
    margin: 0 15px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    padding: 20px 30px 20px 130px;
}

.ts-comp-31-3 .ul-items .ul-li-items .left {
    position: relative;
}

.ts-comp-31-3 .ul-items .ul-li-items .right {}

.ts-comp-31-3 .ul-items .ul-li-items .left .pic {
    position: absolute;
    left: -100px;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.ts-comp-31-3 .ul-items .ul-li-items .left .pic img {
    max-width: 100%;
}

.ts-comp-31-3 .ul-items .ul-li-items .left .title {
    padding: 14px 0;
}

.ts-comp-31-3 .ul-items .ul-li-items .left .title p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
}

.ts-comp-31-3 .ul-items .ul-li-items .right .txt {}

.ts-comp-31-3 .ul-items .ul-li-items .right .txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-31-3 .ul-items {
        margin: 0;
    }

    .ts-comp-31-3 .ul-items .ul-li-items {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        width: auto;
    }

    .ts-comp-31-3 .ul-items .ul-li-items .items-in {
        margin: 0;
        padding: 10px;
    }

    .ts-comp-31-3 .ul-items .ul-li-items .left {
        display: table;
        width: 100%;
    }

    .ts-comp-31-3 .ul-items .ul-li-items .left .pic {
        position: relative;
        left: auto;
        top: auto;
        display: table-cell;
        vertical-align: middle;
        width: 70px;
        height: 70px;
    }

    .ts-comp-31-3 .ul-items .ul-li-items .left .pic img {
        max-width: 70px;
    }

    .ts-comp-31-3 .ul-items .ul-li-items .left .title {
        padding: 0px;
        display: table-cell;
        width: auto;
        padding-left: 10px;
        vertical-align: middle;
    }
}

/*ts-comp-31-2 comp-31-2-1 2018-11-13-new-setting*/
.ts-comp-31-2.comp-31-2-1 .ul-items{
    font-size: 0;
}
.ts-comp-31-2.comp-31-2-1 .ul-items .ul-li-items{
    display: inline-block;
    width: 100%;
    max-width: 50%;
}
@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-31-2.comp-31-2-1 .ul-items{
    }
    .ts-comp-31-2.comp-31-2-1 .ul-items .ul-li-items{
        max-width: 100%;
    }
}
/*end: ts-comp-31-2 comp-31-2-1 2018-11-13-new-setting*/

/*ts-comp-31-4*/
.ts-comp-31-4 {}

.ts-comp-31-4 .ul-items {
    margin: 0 -15px;
    font-size: 0;
}

.ts-comp-31-4 .ul-items .ul-li-items {
    margin-bottom: 20px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.ts-comp-31-4 .ul-items .ul-li-items .items-in {
    margin: 0 15px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    padding: 20px 30px 20px 30px;
}

.ts-comp-31-4 .ul-items .ul-li-items .left {
    position: relative;
}

.ts-comp-31-4 .ul-items .ul-li-items .right {}

.ts-comp-31-4 .ul-items .ul-li-items .left .title {
    padding: 5px 0;
}

.ts-comp-31-4 .ul-items .ul-li-items .left .title p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
}

.ts-comp-31-4 .ul-items .ul-li-items .right .txt {}

.ts-comp-31-4 .ul-items .ul-li-items .right .txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-31-4 .ul-items {
        margin: 0;
    }

    .ts-comp-31-4 .ul-items .ul-li-items {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        width: auto;
    }

    .ts-comp-31-4 .ul-items .ul-li-items .items-in {
        margin: 0;
        padding: 10px;
    }

    .ts-comp-31-4 .ul-items .ul-li-items .left {
        display: table;
        width: 100%;
    }

    .ts-comp-31-4 .ul-items .ul-li-items .left .title {
        padding: 0px;
        display: table-cell;
        width: auto;
        vertical-align: middle;
    }
}






/*ts-comp-31-5*/
.ts-comp-31-5 {}

.ts-comp-31-5 .ul-items {
    margin: 0 -15px;
}

.ts-comp-31-5 .ul-items .ul-li-items {
    margin-bottom: 20px;
}

.ts-comp-31-5 .ul-items .ul-li-items .items-in {
    margin: 0 15px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    padding: 20px 30px 20px 130px;
}

.ts-comp-31-5 .ul-items .ul-li-items .left {
    position: relative;
}

.ts-comp-31-5 .ul-items .ul-li-items .right {}

.ts-comp-31-5 .ul-items .ul-li-items .left .pic {
    position: absolute;
    left: -100px;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.ts-comp-31-5 .ul-items .ul-li-items .left .pic img {
    max-width: 100%;
}

.ts-comp-31-5 .ul-items .ul-li-items .left .title {
    padding: 14px 0;
}

.ts-comp-31-3 .ul-items .ul-li-items .left .title p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
}

.ts-comp-31-5 .ul-items .ul-li-items .right .txt {}

.ts-comp-31-5 .ul-items .ul-li-items .right .txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-31-5 .ul-items {
        margin: 0;
    }

    .ts-comp-31-5 .ul-items .ul-li-items {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        width: auto;
    }

    .ts-comp-31-5 .ul-items .ul-li-items .items-in {
        margin: 0;
        padding: 10px;
    }

    .ts-comp-31-5 .ul-items .ul-li-items .left {
        display: table;
        width: 100%;
    }

    .ts-comp-31-5 .ul-items .ul-li-items .left .pic {
        position: relative;
        left: auto;
        top: auto;
        display: table-cell;
        vertical-align: middle;
        width: 70px;
        height: 70px;
    }

    .ts-comp-31-5 .ul-items .ul-li-items .left .pic img {
        max-width: 70px;
    }

    .ts-comp-31-5 .ul-items .ul-li-items .left .title {
        padding: 0px;
        display: table-cell;
        width: auto;
        padding-left: 10px;
        vertical-align: middle;
    }
}










/*ts-comp-32*/
.ts-comp-32 {}

.ts-comp-32 .ul-items {}

.ts-comp-32 .ul-items .ul-li-items {
    padding-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-32 .ul-items {
        font-size: 0;
        text-align: center;
    }

    .ts-comp-32 .ul-items .ul-li-items {
        display: inline-block;
        vertical-align: top;
        margin: 0 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-32 {
        padding: 20px 0;
    }
}









/*ts-comp-33*/
.ts-comp-33 {
    background-color: rgba(242, 242, 242, 0.44);
    border-radius: 50px;
    padding: 16px 26px;
    max-width: 260px;
    margin: auto;
}

.ts-comp-33 .left {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.ts-comp-33 .right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.ts-comp-33 .left a {
    display: block;
}

.ts-comp-33 .left .pic {}

.ts-comp-33 .left .pic img {
    width: 38px;
    height: 24px;
}

.ts-comp-33 .left .desc {}

.ts-comp-33 .left .desc p {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

.ts-comp-33 .ts-comp-1 .btnnn .oval-style {
    width: 120px;
    margin: 0;
    font-size: 16px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-33 {
        background-color: #fff;
        border-radius: 50%;
        padding: 24px 0px;
        width: 88px;
        margin: auto;
        text-align: center;
    }

    .ts-comp-33 .left {
        display: block;
    }

    .ts-comp-33 .right {
        display: none;
    }
}









/*ts-comp-34*/
.ts-comp-34 {
    padding-top: 20px;
}

.ts-comp-34 .prevnextbtn {
    text-align: center;
}

.ts-comp-34 .prevnextbtn nav .pagination {
    margin: auto;
    display: block;
    border-radius: 0;
}

.ts-comp-34 .prevnextbtn nav .pagination li {
    padding-top: 8px;
}

.ts-comp-34 .prevnextbtn nav .pagination li a {
    border: 0;
    margin-left: 10px;
    padding: 5px 5px;
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #9b9b9b;
    text-align: center;
}

.ts-comp-34 .prevnextbtn nav .pagination li:first-child,
.ts-comp-34 .prevnextbtn nav .pagination li:last-child {
    padding-top: 0;
}

.ts-comp-34 .prevnextbtn nav .pagination li:first-child a,
.ts-comp-34 .prevnextbtn nav .pagination li:last-child a {
    background-color: transparent;
}

.ts-comp-34 .prevnextbtn nav .pagination li span.arrow-to-left {
    border: 0;
    width: 10px;
    height: 20px;
    margin-right: 10px;
}

.ts-comp-34 .prevnextbtn nav .pagination li span.arrow-to-right {
    border: 0;
    width: 10px;
    height: 20px;
    margin-left: 10px;
}

.ts-comp-34 .prevnextbtn nav .pagination li span img {
    width: 54px;
    height: 44px;
}

.ts-comp-34 .prevnextbtn nav .pagination li {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.ts-comp-34 .prevnextbtn nav .pagination li a.active {
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #da2128;
}

@media only screen and (min-width: 320px) and (max-width:374px) {
    .ts-comp-34 .prevnextbtn nav .pagination li a {
        margin-left: 6px;
    }
}

@media only screen and (min-width: 320px) and (max-width:345px) {
    .ts-comp-34 .prevnextbtn nav .pagination li a {
        margin-left: 0px;
    }
}









/*ts-comp-35*/
.ts-comp-35 {}

.ts-comp-35 .title {
    padding-bottom: 15px;
}

.ts-comp-35 .title p {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #000000;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-35 .title p {
        font-size: 28px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.4px;
        color: #000000;
    }
}









/*ts-comp-36*/
.ts-comp-36 {
    padding-bottom: 10px;
}

.ts-comp-36 .ul-items {
    font-size: 0;
    margin: 0 -10px;
}

.ts-comp-36 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    padding: 10px;
}

.ts-comp-36 .ul-items .ul-li-items a {
    display: block;
}

.ts-comp-36 .ul-items .ul-li-items a:focus {
    outline: 0;
}

.ts-comp-36 .ul-items .ul-li-items .pic {}

.ts-comp-36 .ul-items .ul-li-items .pic img {
    max-width: 84px;
    width: 100%;
    margin: auto;
}

.ts-comp-36 .ul-items .ul-li-items .linkkkbloc {
    position: relative;
    padding-bottom: 5px;
    padding-right: 10px;
}

.ts-comp-36 .ul-items .ul-li-items .linkkkbloc:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.ts-comp-36 .ul-items .ul-li-items .linkkkbloc .linkkk {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
}

.ts-comp-36 .ul-items .ul-li-items:hover .linkkkbloc .linkkk {
    color: #e30000;
}

.ts-comp-36 .ul-items .ul-li-items:hover .linkkkbloc:after {
    border: solid #e30000;
    border-width: 0 2px 2px 0;
}

.ts-comp-36 .ul-items .ul-li-items .txt {
    padding: 0 10px 10px 10px;
}

.ts-comp-36 .ul-items .ul-li-items .txt p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-36 {
        padding: 0 10px 10px 10px;
    }

    .ts-comp-36 .ul-items .ul-li-items .linkkkbloc:after {
        top: 8px;
    }

    .ts-comp-36 .ul-items .ul-li-items .pic img {
        max-width: 70px;
    }
}
/*ts-comp-36.comp-36-style-2 2018-11-13-new-setting*/
.ts-comp-36.comp-36-style-2 .ul-items .ul-li-items {
    width: 33.3333%;
}
.ts-comp-36.comp-36-style-2 .ul-items .ul-li-items .linkkkbloc {
    padding-left: 35px;
    padding-right: 35px;
}
.ts-comp-36.comp-36-style-2 .ul-items .ul-li-items .linkkkbloc:after {
    top: 7px;
    right: 25px;
}
@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-36.comp-36-style-2 .ul-items .ul-li-items {
        width: 50%;
    }
    .ts-comp-36.comp-36-style-2 .ul-items .ul-li-items .txt {
        padding-left: 0;
        padding-right: 0;
    }
    .ts-comp-36.comp-36-style-2 .ul-items .ul-li-items .linkkkbloc {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ts-comp-36.comp-36-style-2 .ul-items .ul-li-items .linkkkbloc:after {
        display: none;
    }
}

/*end: ts-comp-36.comp-36-style-2 2018-11-13-new-setting*/

/*ts-comp-37*/
.ts-comp-37 {}

.ts-comp-37 .ul-items {
    font-size: 0;
    margin: 0 -15px;
}

.ts-comp-37 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    padding: 0px 15px;
}

.ts-comp-37 .ul-items .ul-li-items .txt {
    padding: 12px 10px;
    border: solid 1px #9b9b9b;
}

.ts-comp-37 .ul-items .ul-li-items .txt .txtdeco {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}


@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-37 .ul-items {
        margin: 0;
    }

    .ts-comp-37 .ul-items .ul-li-items {
        display: block;
        vertical-align: top;
        width: auto;
        max-width: 255px;
        margin: auto;
        text-align: center;
        padding: 0px 15px;
    }

    .ts-comp-37 .ul-items .ul-li-items+.ul-li-items {
        padding-top: 20px;
    }
}



/*ts-comp-37.comp-37-1 2018-11-13-new-setting*/

.ts-comp-37.comp-37-1 .ul-li-items{
    width: 33.333%;
}
@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-37.comp-37-1 .ul-li-items{
        width: 100%;
        max-width: 255px;
    }
}
/*end: ts-comp-37.comp-37-1 2018-11-13-new-setting*/


/*ts-comp-38*/
.ts-comp-38 {
    padding: 24px 0;
}

.ts-comp-38 .ul-items {
    font-size: 0;
}

.ts-comp-38 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
}









/*ts-comp-39*/
.ts-comp-39 {
    display: inline-block;
}

.ts-comp-39 .title {
    padding-bottom: 30px;
}

.ts-comp-39 .title p,
.ts-comp-39 .title h1 {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #000000;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-39 .title {
        padding-bottom: 10px;
    }

    .ts-comp-39 .title p {
        font-size: 33px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #000000;
    }
}









/*ts-comp-40*/
.ts-comp-40 {
    padding: 10px 0;
    border-bottom: 1px dashed #9b9b9b;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-40 {
        padding: 20px 0;
    }
}









/*ts-comp-40-1*/
.ts-comp-40-1 {
    padding: 30px 0;
    border-bottom: 1px dashed #9b9b9b;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-40-1 {
        padding: 20px 0;
    }
}






/*ts-comp-40-2*/
.ts-comp-40-2 {
    padding: 30px 0;
    border-bottom: 1px dashed #9b9b9b;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-40-2 {
        padding: 20px 0;
        border-bottom: 0;
    }
}






/*ts-comp-40-3*/
.ts-comp-40-3 {
    padding: 30px 0;
    border-bottom: 1px dashed #9b9b9b;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-40-3 {
        padding: 20px 0;
    }
}






/*ts-comp-40-4*/
.ts-comp-40-4 {
    padding: 30px 0;
    border-bottom: 1px dashed #9b9b9b;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-40-4 {
        padding: 20px 0;
        border-bottom: 0;
    }
}






/*ts-comp-40-5*/
.ts-comp-40-5 {
    padding: 30px 0;
    border-bottom: 1px dashed #9b9b9b;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-40-5 {
        padding: 20px 0;
        border-bottom: 0;
    }
}






/*ts-comp-40-6*/
.ts-comp-40-6 {
    padding: 30px 0;
    border-bottom: 1px dashed #9b9b9b;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-40-6 {
        padding: 20px 0;
        border-bottom: 0;
    }
}






/*ts-comp-40-7*/
.ts-comp-40-7 {
    padding: 30px 0;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-40-7 {
        padding: 20px 0;
        border-bottom: 0;
    }
}

[class^="ts-comp-40"].no-border-bottom{
    border-bottom:none;
}
@media only screen and (min-width: 320px) and (max-width:1023px) {
    [class^="ts-comp-40"].no-border-bottom{
        border-bottom:dashed 1px #9b9b9b;
    }
    [class^="ts-comp-40"].no-border-bottom:last-child{
        border-bottom:none;
    }
}







/*ts-comp-41*/
.ts-comp-41 {}

.ts-comp-41 .card {
    background-color: transparent;
    border-radius: 0;
}

.ts-comp-41 .card .card-header {
    background-color: transparent;
    border-radius: 0;
}

.ts-comp-41 .ts-comp-41-btnnn {}

.ts-comp-41 .ts-comp-41-btnnn .btnnn {}

.ts-comp-41 .ts-comp-41-btnnn .btnnn .oval-style {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: #4a4a4a;
    display: block;
    padding: 15px;
    position: relative;
}

.ts-comp-41 .ts-comp-41-btnnn .btnnn .oval-style.collapsed {}

@media only screen and (min-width: 1024px) {
    .ts-comp-41 .card .card-header {
        /*background-color: transparent;
            border-radius: 0;
            position: absolute;
            top: 128px;
            left: 0px;*/
        display: none;
    }

    .ts-comp-41 .card .collapse {
        display: block;
    }

    .ts-comp-41 .card .collapse.show {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-41 .card+.card {
        padding-top: 10px;
    }

    .ts-comp-41 .ts-comp-41-btnnn .btnnn .oval-style {
        background-color: #da2128;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
        position: relative;
    }

    .ts-comp-41 .ts-comp-41-btnnn .btnnn .oval-style:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 18px;
        width: 16px;
        height: 16px;
        background-image: url('../img/ts-728.png');
        background-size: cover;
        background-position: center;
    }

    .ts-comp-41 .ts-comp-41-btnnn .btnnn .oval-style.collapsed {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        text-align: center;
        color: #797979;
        background-color: #fff;
    }

    .ts-comp-41 .ts-comp-41-btnnn .btnnn .oval-style.collapsed:after {
        background-image: url('../img/ts-729.png');
    }
}

/*ts-comp-41.comp-41-1 2018-11-13-new-setting*/
.ts-comp-41.comp-41-1{

}
@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-41.comp-41-1 .ts-comp-41-btnnn .btnnn .oval-style.collapsed {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        text-align: center;
        color: #797979;
        background-color: #f6f6f6;
    }
}
/*end: ts-comp-41.comp-41-1 2018-11-13-new-setting*/







/*ts-comp-42*/
.ts-comp-42 {
    position: relative;
}

.ts-comp-42 .input-block {
    width: 118px;
}

.ts-comp-42 .input-block input {
    border-radius: 17px;
    width: 100%;
    padding: 8px 30px 8px 14px;
    font-size: 14px;
}

.ts-comp-42 .input-block input:focus {
    outline: 0;
}

.ts-comp-42 a {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
}

.ts-comp-42 a img {
    width: 100%;
}









/*ts-comp-43*/
.ts-comp-43 {
    position: relative;
    padding-bottom: 30px;
}

.ts-comp-43 .bgpic-block {
    width: 335px;
    position: absolute;
    left: 0;
    top: 0;
}

.ts-comp-43 .bgpic {
    background-position: center;
    background-size: 100%;
    height: 185px;
    width: 100%;
}

.ts-comp-43 .title {
    padding-bottom: 4px;
    padding-left: 360px;
}

.ts-comp-43 .title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #000000;
}

.ts-comp-43 .txt {
    padding-bottom: 14px;
    padding-left: 360px;
    min-height: 100px;
}

.ts-comp-43 .txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-43 .ts-comp-1-2 {
    padding-left: 360px;
}

.ts-comp-43 .ts-comp-1-2 .btnnn .oval-style {
    width: 136px;
    font-size: 16px;
    margin-right: 25px;
}

.ts-comp-43 .ts-comp-1-2 .btnnn .oval-style:last-child {
    margin-right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ts-comp-43 .bgpic-block {
        width: 280px;
    }

    .ts-comp-43 .title {
        padding-left: 300px;
    }

    .ts-comp-43 .txt {
        padding-left: 300px;
    }

    .ts-comp-43 .ts-comp-1-2 {
        padding-left: 300px;
    }

    .ts-comp-43 .ts-comp-1-2 .btnnn .oval-style {
        width: 120px;
        font-size: 16px;
        margin-right: 10px;
    }

    .ts-comp-43 .ts-comp-1-2 .btnnn .oval-style:last-child {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .ts-comp-43 {
        padding-bottom: 15px;
    }

    .ts-comp-43 .bgpic-block {
        width: 100px;
    }

    .ts-comp-43 .bgpic {
        background-position: center;
        background-size: 190px;
        height: 100px;
        width: 100%;
        border-radius: 50%;
    }

    .ts-comp-43 .title {
        padding-left: 110px;
        min-height: 100px;
        display: table;
        vertical-align: middle;
    }

    .ts-comp-43 .title p {
        vertical-align: middle;
        display: table-cell;
    }

    .ts-comp-43 .txt {
        padding-left: 0px;
        padding-top: 6px;
    }

    .ts-comp-43 .ts-comp-1-2 {
        padding-left: 0px;
    }

    .ts-comp-43 .ts-comp-1-2 .btnnn .oval-style {
        width: 110px;
        margin: 0;
        margin-right: 10px;
    }
}










/*ts-comp-44*/
.ts-comp-44 {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    border-left: 3px solid #da2128;
    position: relative;
    padding: 30px 280px 10px 35px;
}

.ts-comp-44 .ts-comp-26 .k-form-row {
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 20px;
}

.ts-comp-44 .ts-comp-26 .k-form-row+.k-form-row {
    padding-top: 0px;
}

.ts-comp-44 .ts-comp-26 .k-form-row .left {
    padding-top: 0;
    vertical-align: middle;
}

.ts-comp-44 .ts-comp-26 .k-form-row .left span {
    /* 180702: list 頁調整; */

    display: inline-block;
}

.ts-comp-44 .ts-comp-26 .k-form-row .right {
    vertical-align: middle;
}

.ts-comp-44 .ts-comp-26 .input-block {
    width: auto;
    max-width: 300px;
}

.ts-comp-44 .ts-comp-26 .input-block input {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #b2b2b2;
    width: 100%;
    padding: 7px 10px;
    border-bottom: solid 1px #b4b4b4;
}

.ts-comp-44 .deco-pic {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 216px;
    height: 263px;
}

.ts-comp-44 .deco-pic img {}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-44 {
        padding: 30px 20px 10px 20px;
    }

    .ts-comp-44 .ts-comp-26 .k-form-row .left {
        display: table-cell;
        vertical-align: top;
        width: 135px;
        padding-top: 10px;
    }

    .ts-comp-44 .ts-comp-26 .k-form-row .right {
        display: table-cell;
        vertical-align: top;
        padding-left: 10px;
    }

    .ts-comp-44 .ts-comp-26 .k-form-row .left p {
        text-align: right;
    }

    .ts-comp-44 .ts-comp-26 .input-block {
        width: 170px;
    }

    .ts-comp-44 .ts-comp-1 .btnnn .oval-style {
        width: 180px;
    }

    .ts-comp-44 .deco-pic {
        display: none;
    }
}






/*ts-comp-44-1*/
.ts-comp-44-1 {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    position: relative;
    padding: 20px 30px 10px 30px;
}

.ts-comp-44-1 .ts-comp-26 .k-form-row {
    padding: 10px 0 0 0;
    margin-bottom: 0px;
}

.ts-comp-44-1 .ts-comp-26 .k-form-row+.k-form-row {
    border-top: 1px dashed #f2f2f2;
}

.ts-comp-44-1 .ts-comp-26 .k-form-row .left {
    padding-top: 0;
    vertical-align: middle;
    width: 215px;
}

.ts-comp-44-1 .ts-comp-26 .k-form-row .right {
    vertical-align: middle;
}

.ts-comp-44-1 .ts-comp-26 .k-form-row .right .form-item {
    font-size: 0;
}

.ts-comp-44-1 .ts-comp-26 .k-form-row .right .form-item .form-col-4 {
    display: inline-block;
    vertical-align: bottom;
}

.ts-comp-44-1 .ts-comp-26 .k-form-row .right .form-item .form-col-4 .pic {
    background-color: #ccc;
    width: 158px;
    height: 44px;
    margin: 0 10px;
}

.ts-comp-44-1 .ts-comp-26 .k-form-row .right .form-item .form-col-4 .pic img {
    width: 100%;
}

.ts-comp-44-1 .ts-comp-26 .k-form-row .right .form-item .form-col-4 a {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #2781ea;
    text-decoration: underline;
}

.ts-comp-44-1 .ts-comp-26 .k-form-row .right .form-item .form-col-4 .input-block {
    max-width: 160px;
}

.ts-comp-44-1 .ts-comp-26 .input-block {
    width: auto;
    max-width: 460px;
}

.ts-comp-44-1 .ts-comp-26 .input-block input {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #b2b2b2;
    width: 100%;
    padding: 7px 10px;
    height: 44px;
    border-bottom: solid 1px #b4b4b4;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-44-1 {
        padding: 10px 0px 10px 0px;
        border: 0;
        box-shadow: none;
    }

    .ts-comp-44-1 .ts-comp-26 .k-form-row .left {
        display: block;
        vertical-align: top;
        width: auto;
        padding-bottom: 0;
    }

    .ts-comp-44-1 .ts-comp-26 .k-form-row .right {
        display: block;
        vertical-align: top;
        width: auto;
        padding-left: 0px;
    }

    .ts-comp-44-1 .ts-comp-26 .k-form-row .left p {
        text-align: left;
    }

    .ts-comp-44-1 .ts-comp-26 .input-block {
        width: 100%;
    }

    .ts-comp-44-1 .ts-comp-26 .k-form-row .right .form-item .form-col-4 .input-block {
        max-width: 140px;
    }

    .ts-comp-44-1 .ts-comp-26 .k-form-row .right .form-item .form-col-4 .pic {
        background-color: #ccc;
        width: 118px;
        height: 45px;
        margin: 0 10px;
    }
}










/*ts-comp-45*/
.ts-comp-45 {
    padding: 50px 0 30px 0;
}









/*ts-comp-46*/
.ts-comp-46 {}



.ts-comp-46 .card {
    background-color: transparent;
    border-radius: 0;
}



.ts-comp-46 .card {
    margin-top: 10px;
}



.ts-comp-46 .card .card-header {
    background-color: transparent;
    border-radius: 0;
}



.ts-comp-46 .card .card-body {}



.ts-comp-46 .card .card-body .cont {
    padding: 20px 30px;
}



.ts-comp-46 .ts-comp-1-collapse {}



.ts-comp-46 .ts-comp-1-collapse .btnnn .oval-style {
    padding: 12px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: left;
    position: relative;
    display: block;
    background-color: #da2128;
    color: #fff;
}



.ts-comp-46 .ts-comp-1-collapse .btnnn .collapsed.oval-style {
    background-color: #eaeaea;
    color: #323232;
}



.ts-comp-46 .ts-comp-1-collapse .btnnn .collapsed.oval-style:after {
    background-image: url(../img/ts-icon-8.png);
}



.ts-comp-46 .ts-comp-1-collapse .btnnn .oval-style:after {
    content: '';
    position: absolute;
    right: 5px;
    left: auto;
    margin: auto;
    top: 6px;
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: cover;
    background-image: url(../img/ts-icon-9.png);
}

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

    .ts-comp-46 .ts-comp-50 {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-070 .card .card-body .cont,
    .ts-comp-46 .card .card-body .cont {
        padding: 10px 0;
    }
}







/*46 in collapse*/

/*ts-comp-47*/
.ts-comp-47 {
    padding: 50px 0 40px 0;
}

.ts-comp-47 .ts-comp-46 .editor-pic {
    padding-bottom: 0;
}









/*ts-comp-48*/
.ts-comp-48 {
    border: solid 1px #e3e3e3;
    padding: 24px 30px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-48 {
        padding: 10px;
        margin-bottom: 10px;
    }
}









/*ts-comp-49*/
.ts-comp-49 {
    padding: 30px 0 10px 0;
}

.ts-comp-49 .ts-comp-31-5 {
    padding-top: 20px;
}









/*ts-comp-50*/
.ts-comp-50 {
    padding: 10px 0;
}

.ts-comp-50 .ul-items .ul-li-items {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 10px 10px;
    background-color: #fff;
    border: solid 1px #e3e3e3;
}

.ts-comp-50 .ul-items .ul-li-items .left {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}

.ts-comp-50 .ul-items .ul-li-items .right {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}

.ts-comp-50 .ul-items .ul-li-items .left .txt {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    position: relative;
}

.ts-comp-50 .ul-items .ul-li-items .left .txt:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #da2128;
}

.ts-comp-50 .ul-items .ul-li-items .left .txt p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
}

.ts-comp-50 .ul-items .ul-li-items .left .desc {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.ts-comp-50 .ul-items .ul-li-items .left .desc p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9b9b;
}

.ts-comp-50 .ts-comp-1 .btnnn .oval-style {
    width: 165px;
    font-size: 16px;
}

.ts-comp-50 .ts-comp-1 .btnnn .oval-style+.oval-style {
    margin-left: 20px;
}

.ts-comp-50 .ts-comp-1-1 .btnnn .oval-style {
    width: 120px;
    font-size: 16px;
}

.ts-comp-50 .ts-comp-1-1 .btnnn .oval-style+.oval-style {
    margin-left: 20px;
}

.ts-comp-50 .ts-comp-1 .btnnn {
    text-align: right;
}

.ts-comp-50 .ts-comp-1 .btnnn .oval-style {
    margin: 0;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-comp-50 .ul-items .ul-li-items .left {
        width: 65%;
    }

    .ts-comp-50 .ul-items .ul-li-items .right {
        width: 35%;
    }

    .ts-comp-50 .ts-comp-1 .btnnn .oval-style {
        width: 160px;
    }

    .ts-comp-50 .ts-comp-1-1 .btnnn .oval-style {
        width: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-50 .ts-comp-1-1 {
        padding-top: 25px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-50 {
        padding: 0 0px;
    }

    .ts-comp-50 .ul-items .ul-li-items {
        display: block;
        width: auto;
        padding: 10px;
    }

    .ts-comp-50 .ul-items .ul-li-items .left {
        display: block;
        width: auto;
        padding-bottom: 10px;
    }

    .ts-comp-50 .ul-items .ul-li-items .right {
        display: block;
        width: auto;
    }

    .ts-comp-50 .ts-comp-1 .btnnn .oval-style {}

    .ts-comp-50 .ts-comp-1-1.btnnn .oval-style {
        width: 140px;
    }

    .ts-comp-50 .ts-comp-1 .btnnn .oval-style+.oval-style {
        margin-left: 15px;
    }

    .ts-comp-50 .ts-comp-1-1 .btnnn .oval-style+.oval-style {
        margin-left: 15px;
        margin-top: 20px;
    }

    .ts-comp-50 .ts-comp-1 .btnnn {
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {}










/*ts-comp-51*/
.ts-comp-51 {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #f6f6f6;
    padding: 30px 0 30px 30px;
    margin: 10px 0;
}

.ts-comp-51 .left {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-right: 10px;
}

.ts-comp-51 .left .title {
    padding-bottom: 10px;
}

.ts-comp-51 .left .title p {
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #da2128;
}

.ts-comp-51 .left .txt {}

.ts-comp-51 .left .txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-51 .right {
    display: table-cell;
    vertical-align: middle;
    width: 480px;
}

.ts-comp-51 .right .pic {}

.ts-comp-51 .right .pic img {
    width: 480px;
    height: 265px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-51 {
        display: block;
        table-layout: fixed;
        padding: 0;
    }

    .ts-comp-51 .left {
        display: block;
        vertical-align: top;
        width: auto;
        padding: 20px;
    }

    .ts-comp-51 .right {
        display: block;
        vertical-align: top;
        width: auto;
    }

    .ts-comp-51 .right .pic img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}










/*ts-comp-52*/
.ts-comp-52 {}









/*ts-comp-53*/
.ts-comp-53 {}









/*ts-comp-54*/
.ts-comp-54 {
    padding-bottom: 30px;
}

.ts-comp-54 .input-block {
    position: relative;
    width: 570px;
    margin: auto;
}

.ts-comp-54 .input-block input {
    height: 44px;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #4a4a4a;
    text-align: left;
    background-color: #fff;
    border-radius: 24.5px;
    border: solid 1px #979797;
    padding: 10px 50px 10px 20px;
}

.ts-comp-54 .input-block .searchtnnn {
    position: absolute;
    right: 25px;
    top: 3px;
    cursor: pointer;
}

.ts-comp-54 .input-block .searchtnnn img {
    width: 40px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-54 .input-block {
        width: auto;
        margin: 0 10px;
    }
}










/*ts-comp-55*/
.ts-comp-55 {}

.ts-comp-55 .editor-btnnn {
    padding-top: 30px;
}

.ts-comp-55 .editor-btnnn .btnnn {
    text-align: center;
}

.ts-comp-55 .ts-comp-44-1 {
    padding: 20px 30px 20px 30px;
    margin-top: 10px;
}

.ts-comp-55 .ts-comp-44-1 .ts-comp-26 .k-form-row {
    margin-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-55 .ts-comp-44-1 {
        padding: 20px 0px 20px 0px;
        margin-top: 0;
    }

    .ts-comp-55 .ts-comp-44-1 .ts-comp-26 .k-form-row+.k-form-row {
        border-top: 0;
    }

    .ts-comp-55 .ts-comp-44-1 .ts-comp-26 .k-form-row .left {
        padding-bottom: 10px;
    }

    .ts-comp-55 .ts-comp-44-1 .ts-comp-26 .k-form-row .right .form-item .form-col-4 .input-block {
        max-width: 160px;
    }

    .ts-comp-55 .ts-comp-44-1 .ts-comp-26 .input-block input {
        border-radius: 10px;
        border: solid 1px #e0e0e0;
    }

    .ts-comp-55 .editor-btnnn .btnnn .oval-style {
        width: 150px;
        margin-left: 30px;
    }

    .ts-comp-55 .editor-btnnn .btnnn .oval-style:first-child {
        margin-left: 0;
    }

    .ts-comp-55 .editor-btnnn {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    .ts-comp-55 .ts-comp-44-1 .ts-comp-26 .k-form-row .right .form-item .form-col-4 .input-block {
        max-width: 140px;
    }
}










/*ts-comp-56*/
.ts-comp-56 {
    font-size: 0;
}

.ts-comp-56 .left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 6px;
}

.ts-comp-56 .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 6px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-56 {
        overflow: scroll;
    }

    .ts-comp-56 .left {
        display: table-cell;
        white-space: nowrap;
        width: auto;
    }

    .ts-comp-56 .right {
        display: table-cell;
        white-space: nowrap;
        width: auto;
    }
}










/*ts-comp-57*/
.ts-comp-57 {
    padding-top: 10px;
}

.ts-comp-57 .ul-items {
    font-size: 0;
}

.ts-comp-57 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}

.ts-comp-57 .ts-comp-26 .k-form-row .left {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding-top: 10px;
    padding-right: 10px;
}

.ts-comp-57 .ts-comp-26 .select-block {
    width: auto;
    width: 230px;
}

.ts-comp-57 .ts-comp-26 .select-block select {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #b2b2b2;
    width: 100%;
    padding: 7px 10px;
    height: 44px;
    border-bottom: solid 1px #b4b4b4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: url(../img/icon-input-triangle.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: auto;
}

.ts-comp-57 .ts-comp-26 .select-block select::-ms-expand {
    /* only for IE10+ */

    display: none;
}

.ts-comp-57 .ts-comp-26 .select-block select:focus {
    outline: 0;
    box-shadow: none;
}

.ts-comp-57 .ts-comp-26 .k-form-row {
    padding-bottom: 0px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-57 .ts-comp-26 .k-form-row .left {
        display: table-cell;
        width: 80px;
        padding-right: 5px;
    }

    .ts-comp-57 .ts-comp-26 .k-form-row .right {
        display: table-cell;
        padding-left: 0px;
    }
}










/*ts-comp-58*/
.ts-comp-58 {
    padding-top: 30px;
}










/*ts-comp-59*/
.ts-comp-59 {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.33);
    padding: 30px;
    text-align: center;
}

.ts-comp-59 .ul-items {
    font-size: 0;
}

.ts-comp-59 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.ts-comp-59 .ul-items .ul-li-items a {
    display: block;
    text-align: center;
}

.ts-comp-59 .ul-items .ul-li-items .pic {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 15px;
}

.ts-comp-59 .ul-items .ul-li-items .pic img {
    width: 120px;
    height: 120px;
}

.ts-comp-59 .ul-items .ul-li-items .txt {}

.ts-comp-59 .ul-items .ul-li-items .txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}










/*ts-comp-60*/
.ts-comp-60 {
    position: fixed;
    bottom: 0;
    left: -900px;
    right: auto;
    z-index: 100;
    margin: auto;
    width: 890px;
    transition: 0.5s;
}

.ts-comp-60.active {
    position: fixed;
    left: 0;
    right: 0;
    transition: 0.5s;
}

.ts-comp-60 .cont {
    width: 890px;
    margin: auto;
    position: relative;
}

.ts-comp-60.active .cont .likebtnnn {
    right: -35px;
}

.ts-comp-60 .cont .likebtnnn {
    background-color: #e30000;
    width: 70px;
    height: 70px;
    padding: 10px 20px 10px 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -80px;
    cursor: pointer;
}

.ts-comp-60 .cont .likebtnnn:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: #fff solid;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ts-comp-60.active .cont .likebtnnn:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.ts-comp-60 .cont .likebtnnn p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-60 {
        display: none;
    }
}










/*ts-comp-61*/
.ts-comp-61 {
    border-bottom: dashed 1px #d8d8d8;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.ts-comp-61 .ul-items {}

.ts-comp-61 .ul-items .ul-li-items {
    display: table;
    width: 100%;
}

.ts-comp-61 .ul-items .ul-li-items .c-61-left {
    display: table-cell;
    vertical-align: top;
    width: 45px;
    position: relative;
}

.ts-comp-61 .ul-items .ul-li-items .c-61-right {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding-left: 15px;
}

.ts-comp-61 .ul-items .ul-li-items .c-61-left .numm {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #9b9b9b;
    position: relative;
    z-index: 1;
}

.ts-comp-61 .ul-items .ul-li-items .c-61-left .numm p {
    font-family: Arial;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff;
}

.ts-comp-61 .ul-items .ul-li-items .c-61-left .decoline {
    position: absolute;
    width: 3px;
    left: 0;
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
    background-color: #9b9b9b;
}

.ts-comp-61 .ul-items .ul-li-items .c-61-right .c-61-title {
    padding-bottom: 30px;
    padding-top: 6px;
}

.ts-comp-61 .ul-items .ul-li-items .c-61-right .c-61-title p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #000000;
}

.ts-comp-61 .ul-items .ul-li-items .c-61-right .c-61-cont {
    padding-left: 15px;
}

.ts-comp-61 .editor-btnnn {
    padding-bottom: 30px;
}

.ts-comp-61 .ts-comp-46 {
    padding: 0px 0 30px 0;
}

.ts-comp-61 .ts-comp-46 .editor-btnnn {
    padding-bottom: 0px;
}

.ts-comp-61 .ts-comp-46 .ts-comp-30+.ts-comp-30 {
    padding-top: 30px;
}

.ts-comp-61 .ts-comp-46 .ts-comp-30 .editor-pic {
    padding-top: 10px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 375px) and (max-width:1023px) {
    .ts-comp-61 .ul-items .ul-li-items .c-61-left {
        width: 35px;
    }

    .ts-comp-61 .ul-items .ul-li-items .c-61-right {
        padding-left: 10px;
    }

    .ts-comp-61 .ul-items .ul-li-items .c-61-right .c-61-title {
        padding-top: 0px;
    }

    .ts-comp-61 .ul-items .ul-li-items .c-61-left .numm {
        width: 35px;
        height: 35px;
    }

    .ts-comp-61 .ul-items .ul-li-items .c-61-left .numm p {
        line-height: 35px;
    }

    .ts-comp-61 .ul-items .ul-li-items .c-61-right .c-61-cont {
        padding-left: 0px;
    }

    .ts-comp-61 .editor-btnnn .btnnn .oval-style {
        width: 240px;
    }

    .ts-comp-61 .ts-comp-46 .ts-comp-30+.ts-comp-30 {
        padding-top: 20px;
    }
}










/*ts-comp-62*/
.ts-comp-62 {
    padding-bottom: 50px;
}

.ts-comp-62 .ul-items {
    font-size: 0;
    margin: 0 -15px;
}

.ts-comp-62 .ul-items .ul-li-items {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    text-align: center;
}

.ts-comp-62 .ul-items .ul-li-items .c-62-cont {
    display: block;
    border-radius: 10px;
    border: solid 2px #d8d8d8;
    padding: 20px 30px;
    margin: 0 15px;
    cursor: pointer;
}

.ts-comp-62 .ul-items .ul-li-items .c-62-cont.active {
    border: solid 2px #e30000;
    background-color: #f9f9f9;
}

.ts-comp-62 .ul-items .ul-li-items .pic {
    padding-bottom: 25px;
}

.ts-comp-62 .ul-items .ul-li-items .pic img {
    max-width: 50px;
    width: 100%;
    margin: auto;
}

.ts-comp-62 .ul-items .ul-li-items .linkkkbloc {
    position: relative;
    padding-bottom: 5px;
    padding-right: 10px;
}

.ts-comp-62 .ul-items .ul-li-items .linkkkbloc .linkkk {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
}

.ts-comp-62 .ul-items .ul-li-items .c-62-cont.active .linkkkbloc .linkkk {
    color: #e30000;
}

.ts-comp-62 .ul-items .ul-li-items .txt {
    padding: 0 0px 0px 0px;
}

.ts-comp-62 .ul-items .ul-li-items .txt p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-comp-62 {
        padding: 0 0px 20px 0px;
    }

    .ts-comp-62 .ul-items {
        margin: 0px;
    }

    .ts-comp-62 .ul-items .ul-li-items {
        width: 50%;
    }

    .ts-comp-62 .ul-items .ul-li-items .pic {
        padding-bottom: 10px;
    }

    .ts-comp-63 .ul-items .ul-li-items .pic img {
        max-width: 70px;
    }

    .ts-comp-62 .ul-items .ul-li-items .c-62-cont {
        padding: 20px 10px 20px 10px;
        margin: 0;
    }

    .ts-comp-62 .ul-items .ul-li-items:nth-child(2n-1) .c-62-cont {
        margin-right: 10px;
    }

    .ts-comp-62 .ul-items .ul-li-items:nth-child(2n) .c-62-cont {
        margin-left: 10px;
    }
}










/*ts-comp-63*/
.ts-comp-63 {}

.ts-comp-63 .desc {}

.ts-comp-63 .desc p {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-63 .txt {}

.ts-comp-63 .txt p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-63 .olitemm {
    padding-bottom: 10px;
}

.ts-comp-63 .olitemm ol {
    padding-left: 20px;
}

.ts-comp-63 .olitemm ol li {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333333;
    list-style: decimal;
}















/*ts-comp-65*/
.ts-comp-65 {
    font-size: 0;
    margin-top: 20px;
}

.ts-comp-65 a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.ts-comp-65 .pic {
    display: inline-block;
    vertical-align: top;
}

.ts-comp-65 .pic img {
    width: 33px;
    height: 33px;
}

.ts-comp-65 .txt {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 8px;
}

.ts-comp-65 .txt p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-30+.ts-comp-65 {
        margin-top: 10px;
    }
}









/*ts-comp-66*/
.ts-comp-66 {
    display: table;
    width: 100%;
    table-layout: fixed;
    /*margin-bottom: 20px;*/
    /* 180727: 最新消息頁 hf-common-news-2.html 調整; */
}

.ts-comp-66 .left {
    display: table-cell;
    width: 95px;
    vertical-align: middle;
}

.ts-comp-66 .right {
    display: table-cell;
    width: auto;
    vertical-align: middle;
}

.ts-comp-66 .right .datte {
    text-align: right;
}

.ts-comp-66 .right .datte span {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6e6e6e;
    display: inline;
    padding-right: 8px;
}

.ts-comp-66 .right .datte p {
    /*font-size: 16px;*/

    font-size: 12px;
    /* 180727: 最新消息頁 hf-common-news-2.html 調整; */

    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: right;
    color: #333333;
    display: inline;
}

.ts-comp-66 .ts-comp-65 {
    margin-top: 0;
}










/*ts-main-001*/
.ts-main-001-block-all {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
}

.ts-main-001 {
    position: relative;
}

.ts-main-001 .cont {
    position: absolute;
    top: 66px;
    left: 40px;
    width: 700px;
}

.ts-main-001 .cont .title {
    padding-bottom: 10px;
}

.ts-main-001 .cont .title p {
    font-size: 57.6px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4em;
    letter-spacing: 2.6px;
    color: #ffffff;
    max-width: calc(8em + 21px);
    overflow: hidden;
    max-height: 2.8em;
}

.ts-main-001 .cont .title p.white,
.ts-main-001 .cont .txt p.white {
    text-shadow: -2px 0px black, 0px 0px #333;
}

.ts-main-001 .cont .title p.black {
    text-shadow: -2px 0px white, 0px 0px white;
}

.ts-main-001.ts-main-001-light .cont .title p {
    color: #000;
}

.ts-main-001 .cont .txt {
    padding-bottom: 50px;
}

.ts-main-001 .cont .txt p {
    font-size: 33.6px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4em;
    letter-spacing: 3.2px;
    color: #ffffff;
    max-width: calc(14em + 45px);
    max-height: 1.4em;
    overflow: hidden;
}

.ts-main-001.ts-main-001-light .cont .txt p {
    color: #000;
}

.ts-main-001 .ts-comp-1-1 .btnnn {
    text-align: left;
}

.ts-main-001 .ts-comp-1-1 .btnnn .oval-style {
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-001 .cont {
        position: absolute;
        top: 117px;
        left: 120px;
    }

    .ts-main-001 .cont .title p {
        font-size: 48px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 2.2px;
        color: #ffffff;
    }

    .ts-main-001 .cont .txt p {
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 2.3px;
        color: #ffffff;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-001-block-all {
        height: 280px;
    }

    .ts-main-001 .cont {
        position: absolute;
        top: 20px;
        left: 20px;
        /*width: 290px;*/
        /*width: 100%;*/
    }

    .ts-main-001 .cont .title p {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1.1px;
    }

    .ts-main-001 .cont .txt {
        padding-bottom: 25px;
    }

    .ts-main-001 .cont .txt p {
        font-size: 21px;
        font-weight: normal;
        letter-spacing: 2px;
    }
}
@media only screen and (min-width: 320px) and (max-width:359px){
    .ts-main-001 .cont .txt p {
        font-size: 18px;
    }
}






/*ts-main-001-1*/
.ts-main-001-1-block-all {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
}

.ts-main-001-1 {
    position: relative;
}

.ts-main-001-1 .cont {
    position: absolute;
    top: 180px;
    left: 216px;
    width: 530px;
}

.ts-main-001-1 .cont .title {
    padding-bottom: 14px;
}

.ts-main-001-1 .cont .title p {
    font-size: 70px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.34;
    letter-spacing: 4.7px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.ts-main-001-1 .cont .txt {}

.ts-main-001-1 .cont .txt p {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-001-1 .cont {
        position: absolute;
        top: 180px;
        left: 116px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-001-1-block-all {
        height: 280px;
    }

    .ts-main-001-1 .cont {
        position: absolute;
        top: 90px;
        left: 20px;
        width: 290px;
        right: 0;
        margin: auto;
    }

    .ts-main-001-1 .cont .title p {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1.1px;
        text-align: left;
    }

    .ts-main-001-1 .cont .txt p {
        font-size: 21px;
        font-weight: normal;
        letter-spacing: 2px;
        text-align: left;
    }
}






/*ts-main-001-2*/
.ts-main-001-2-block-all {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
}

.ts-main-001-2 {
    position: relative;
}

.ts-main-001-2 .cont {
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    margin: auto;
    width: 780px;
}

.ts-main-001-2 .cont .title {
    padding-bottom: 14px;
}

.ts-main-001-2 .cont .title p {
    font-size: 70px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.34;
    letter-spacing: 4.7px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.ts-main-001-2 .cont .txt {}

.ts-main-001-2 .cont .txt p {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-001-2 .cont {
        position: absolute;
        top: 190px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
    }

    .ts-main-001-2 .cont .title p {
        font-size: 60px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-001-2-block-all {
        height: 280px;
    }

    .ts-main-001-2 .cont {
        position: absolute;
        top: 90px;
        left: 20px;
        right: 0;
        margin: auto;
        width: 290px;
    }

    .ts-main-001-2 .cont .title p {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1.1px;
        text-align: left;
    }

    .ts-main-001-2 .cont .txt p {
        font-size: 21px;
        font-weight: normal;
        letter-spacing: 2px;
        text-align: left;
    }
}






/*ts-main-001-3*/
.ts-main-001-3-block-all {}

.ts-main-001-3 {
    position: relative;
}

.ts-main-001-3 .bgpic {
    height: 540px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ts-main-001-3 .cont {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 530px;
    height: 360px;
    padding: 65px 58px 0 30px;
    background-color: #fff;
    opacity: 0.85;
}

.ts-main-001-3 .cont .title {
    padding-bottom: 10px;
    position: relative;
}

.ts-main-001-3 .cont .title:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -30px;
    width: 8px;
    height: 32px;
    background-color: #da2128;
}

.ts-main-001-3 .cont .title p {
    font-size: 33px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #000000;
}

.ts-main-001-3 .cont .txt {
    padding-bottom: 10px;
}

.ts-main-001-3 .cont .txt p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #4a4a4a;
}

.ts-main-001-3 .cont .txt p .highlight {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #e30000;
}

.ts-main-001-3 .ts-comp-1-1 {
    position: absolute;
    bottom: 60px;
}

.ts-main-001-3 .ts-comp-1-1 .btnnn {
    text-align: left;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-001-3-block-all {}

    .ts-main-001-3 .cont {
        position: relative;
        width: auto;
        left: auto;
        top: auto;
        padding: 20px;
        height: auto;
    }

    .ts-main-001-3 .cont .title:before {
        display: none;
    }

    .ts-main-001-3 .cont .title p {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.1px;
        color: #333333;
    }

    .ts-main-001-3 .cont .txt {
        padding-bottom: 20px;
    }

    .ts-main-001-3 .cont .txt p {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #333333;
    }

    .ts-main-001-3 .bgpic {
        height: 185px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .ts-main-001-3 .ts-comp-1-1 .btnnn {
        text-align: center;
    }

    .ts-main-001-3 .ts-comp-1-1 .btnnn .oval-style+.oval-style {
        margin-left: 35px;
    }

    .ts-main-001-3 .ts-comp-1-1 {
        position: relative;
        bottom: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .ts-main-001-3 .ts-comp-1-1 .btnnn .oval-style+.oval-style {
        margin-left: 0px;
    }
}










/*ts-main-002-1*/
.ts-main-002-1-block-all {
    padding: 50px 0;
}

.ts-main-002-1 {}

.ts-main-002-1 .ul-items {
    font-size: 0;
    text-align: center;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ts-main-002-1 .ul-items .ul-li-items {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: 0px 13px;
}

.ts-main-002-1 .ul-items .ul-li-items:hover .pic {
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.06);
}

.ts-main-002-1 .ul-items .ul-li-items .pic {
    text-align: center;
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    border-radius: 55px;
}

.ts-main-002-1 .ul-items .ul-li-items .pic img {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
}

.ts-main-002-1 .ul-items .ul-li-items .title {
    text-align: center;
}

.ts-main-002-1 .ul-items .ul-li-items .title .title-sty {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 1.4px;
    color: #333333;
}

.ts-main-002-1 .ul-items .ul-li-items:hover .title .title-sty {
    color: #d70c18;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-main-002-1 {
        padding: 0 80px;
    }

    .ts-main-002-1 .ul-items {
        display: block;
        width: auto;
    }

    .ts-main-002-1 .ul-items .ul-li-items {
        width: 33.3333333333%;
        padding: 0 3px 25px 3px;
        display: inline-block;
        vertical-align: top;
    }

    .ts-main-002-1 .ul-items .ul-li-items .pic img {
        max-width: 105px;
        max-height: 105px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-main-002-1 {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-002-1-block-all {
        padding: 20px 0;
    }

    .ts-main-002-1 .ul-items .ul-li-items .pic {
        margin: 0 auto 10px auto;
    }

    .ts-main-002-1 .ul-items .ul-li-items .title .title-sty {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.54;
        letter-spacing: 1px;
        color: #333333;
    }
}




.iphone-collapse-comp-1 {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .iphone-collapse-comp-1 {
        display: block;
        padding-bottom: 20px;
    }

    .iphone-collapse-comp-1.displaynone {
        display: none;
    }

    .iphone-collapse-comp-1 .iphone-card .card-header .ts-comp-1 {
        padding-top: 10px;
    }
    
    .digital-services-collapse-mobile-show .iphone-collapse-comp-1 { /* 180910: mantis 0010905; */
        padding-bottom: 0;
    }

    .ts-comp-1 .btnnn .oval-style {
        width: 335px;
    }
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .ts-comp-1 .btnnn .oval-style {
        width: 280px;
    }
}






/*ts-main-003*/
.ts-main-003 {}

.ts-main-003 .carousel-item {
    height: 500px;
}

.ts-main-003 .owl-dots,
.ts-main-003 .carousel-indicators {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    max-width: 1200px;
    width: 100%;
    z-index: 1;
}

.ts-main-003.index-cus .owl-dots,
.ts-main-003.index-cus .carousel-indicators {
    /*text-align: left;*/

    text-align: center;
    padding-left: 40px;
}

.ts-main-003.index-cus .carousel-indicators {
    display: table;
    /*padding: 0;*/
    text-align: center;
    width: auto;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
    padding-inline-start:0;
}

.ts-main-003 .carousel-indicators>li {
    display: inline-block;
    cursor: pointer;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ts-main-003 .owl-dots,
    .ts-main-003 .carousel-indicators {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        margin: auto;
        max-width: 1200px;
        width: 100%;
        z-index: 1;
    }
}

.ts-main-003 .owl-carousel .owl-dot[type="dot"],
.ts-main-003 .carousel-indicators>li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.44);
    margin: 20px 10px;
}

.ts-main-003 .owl-carousel .owl-dot[type="dot"].active,
.ts-main-003 .carousel-indicators>li.active {
    background: #fff;
}

.ts-main-003 .carousel-control-prev,
.ts-main-003 .carousel-control-next {
    width: 18px;
}

.ts-main-003 .ga-slider-prev,
.ts-main-003 .ga-slider-next,
.ts-main-003 .carousel-control-prev-icon,
.ts-main-003 .carousel-control-next-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 48px;
}

.ts-main-003 .ga-slider-prev,
.ts-main-003 .carousel-control-prev-icon {
    background-image: url('../img/ts-449.png');
    left: 80px;
    /*opacity: 1 !important;*/
}

.ts-main-003 .ga-slider-next,
.ts-main-003 .carousel-control-next-icon {
    background-image: url('../img/ts-450.png');
    right: 80px;
    /*opacity: 1 !important;*/
}

.ts-main-003 .ga-slider-prev:before {
    display: none;
}

.ts-main-003 .ga-slider-next:before {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width:1325px) {
    .ts-main-003 .ga-slider-prev,
    .ts-main-003 .carousel-control-prev-icon {
        left: 0px;
    }

    .ts-main-003 .ga-slider-next,
    .ts-main-003 .carousel-control-next-icon {
        right: 0px;
    }

    .ts-main-003.index-cus .owl-dots,
    .ts-main-003 .carousel-indicators {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-003.index-cus .owl-dots,
    .ts-main-003 .carousel-indicators {
        /*text-align: left;*/
        /*padding-left: 120px;*/
        padding-left: 0;
        bottom: 60px;
    }

    .ts-main-003 .ga-slider-prev {
        left: 0px;
    }

    .ts-main-003 .ga-slider-next {
        right: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-003 .carousel-item {
        height: 280px;
    }

    .ts-main-003 .owl-dots,
    .ts-main-003 .carousel-indicators {
        /*display: none;*/
        bottom: 0;
    }

    .ts-main-003.index-cus .owl-dots,
    .ts-main-003 .carousel-indicators {
        padding: 0;
    }

    .ts-main-003 .ga-slider-prev,
    .ts-main-003 .ga-slider-next,
    .ts-main-003 .carousel-control-prev,
    .ts-main-003 .carousel-control-next {
        display: none;
    }
}






/*ts-main-003-1*/
.ts-main-003-1-block-all {
    padding: 50px 0;
}

.ts-main-003-1 {}

.ts-main-003-1 .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    max-width: 1200px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.ts-main-003-1 .owl-carousel .owl-dot[type="dot"] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: rgb(255, 255, 255);
    margin: 20px 10px;
}

.ts-main-003-1 .owl-carousel .owl-dot[type="dot"].active {
    background-color: #da2128;
}

.ts-main-003-1 .ga-slider-prev,
.ts-main-003-1 .ga-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 120px;
}

.ts-main-003-1 .ga-slider-prev {
    background-image: url('../img/ts-445.png');
    left: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-1 .ga-slider-next {
    background-image: url('../img/ts-440.png');
    right: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-1 .ga-slider-prev:before {
    display: none;
}

.ts-main-003-1 .ga-slider-next:before {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width:1199px) {
    .ts-main-003-1 .ga-slider-prev {
        left: -15px;
    }

    .ts-main-003-1 .ga-slider-next {
        right: -15px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-main-003-1 .ga-slider-prev {
        left: 0px;
    }

    .ts-main-003-1 .ga-slider-next {
        right: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-003-1-block-all {
        padding: 10px 0;
    }

    .ts-main-003-1 .owl-dots {
        display: none;
    }
}






/*ts-main-003-2*/
.ts-main-003-2-block-all {
    padding: 50px 0;
}

.ts-main-003-2-block-all .ts-comp-1 {
    padding-top: 30px;
}

.ts-main-003-2 {}

.ts-main-003-2 .ts-comp-3 .ul-items .ts-c-3-ul-li-items .collapse {
    display: block;
}

.ts-main-003-2 .ga-slider-prev,
.ts-main-003-2 .ga-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 120px;
}

.ts-main-003-2 .ga-slider-prev {
    background-image: url('../img/ts-445.png');
    left: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-2 .ga-slider-next {
    background-image: url('../img/ts-440.png');
    right: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-2 .ga-slider-prev:before {
    display: none;
}

.ts-main-003-2 .ga-slider-next:before {
    display: none;
}

@media only screen and (min-width: 1024px) and (max-width:1200px) {
    .ts-main-003-2 {
        padding: 0 20px;
    }

    .ts-main-003-2 .ga-slider-prev {
        left: -40px;
    }

    .ts-main-003-2 .ga-slider-next {
        right: -40px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-003-2 {
        padding: 0 40px;
    }

    .ts-main-003-2 .ga-slider-prev {
        left: -30px;
    }

    .ts-main-003-2 .ga-slider-next {
        right: -30px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-003-2-block-all {
        padding: 20px 0px 0px 0px;
    }

    .ts-main-003-2 {
        display: none;
        padding: 0 20px 30px 20px;
    }

    .ts-main-003-2 .ga-slider-prev {
        left: -20px;
    }

    .ts-main-003-2 .ga-slider-next {
        right: -20px;
    }

    .ts-main-003-2.active {
        display: block;
    }

    .ts-main-003-2-block-all .ts-comp-1 {
        padding-top: 0px;
    }

    .ts-main-003-2 .ga-slider-container .ts-comp-3-3 {
        padding: 0 0px;
    }

    .ts-main-003-2 .ga-slider-container {
        padding: 0 13px;
    }
}

/*ts-main-003-2 .main-003-2-1 2018-11-13-new-setting*/
.ts-main-003-2.main-003-2-1{
    width: calc(100% - 90px);
    margin-left: auto;
    margin-right: auto;
}
.ts-main-003-2.main-003-2-1 .ga-slider-prev,
.ts-main-003-2.main-003-2-1 .ga-slider-next{
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.06);
    border-radius: 15px;
}
.ts-main-003-2.main-003-2-1 .oval-style{
    width: 200px;
    font-size: 16px;
}
@media only screen and (min-width: 1024px) and (max-width:1200px) {
    .ts-main-003-2.main-003-2-1 {
        padding: 0 0px;
    }
    .ts-main-003-2.main-003-2-1 .ga-slider-prev {
        left: -50px;
    }

    .ts-main-003-2.main-003-2-1 .ga-slider-next {
        right: -50px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-003-2.main-003-2-1 {
        padding: 0 0px;
    }

    .ts-main-003-2.main-003-2-1 .ga-slider-prev {
        left: -60px;
    }

    .ts-main-003-2.main-003-2-1 .ga-slider-next {
        right: -60px;
    }
}
@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-003-2.main-003-2-1{
        width: 100%;
    }
    .ts-main-003-2.main-003-2-1 {
        display: block;
    }
    .ts-main-003-2.main-003-2-1 .ga-slider-prev {
        left: -30px;
    }

    .ts-main-003-2.main-003-2-1 .ga-slider-next {
        right: -30px;
    }
}
/*end: ts-main-003-2 .main-003-2-1 2018-11-13-new-setting*/


/*ts-main-003-3*/
.ts-main-003-3-block-all {
    padding: 50px 0;
}

.ts-main-003-3 {
    padding: 0 0 30px 0;
}

.ts-main-003-3 .ga-slider-prev,
.ts-main-003-3 .ga-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 120px;
}

.ts-main-003-3 .ga-slider-prev {
    background-image: url('../img/ts-445.png');
    left: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-3 .ga-slider-next {
    background-image: url('../img/ts-440.png');
    right: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-3 .ga-slider-prev:before {
    display: none;
}

.ts-main-003-3 .ga-slider-next:before {
    display: none;
}
.ts-main-003-3.sub11 .ts-comp-1 {
    margin-top: 20px;
}
.ts-main-003-3.sub11 .cont {
    position: relative;
}
.ts-main-003-3.sub11 .cont:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 16px 13px;
    border-color: transparent transparent #ffffff transparent;
    left: 20px;
}
.ts-main-003-3.sub11 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .txt p {
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
}

@media only screen and (min-width: 320px) and (max-width:1200px) {
    .ts-main-003-3 {
        padding: 0 20px;
    }

    .ts-main-003-3 .ga-slider-prev {
        left: -40px;
    }

    .ts-main-003-3 .ga-slider-next {
        right: -40px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-main-003-3 {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-003-3 .owl-item {}

    .ts-main-003-3 .ga-slider-prev {
        left: -30px;
    }

    .ts-main-003-3 .ga-slider-next {
        right: -30px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-003-3-block-all {
        padding: 10px 0;
    }

    .ts-main-003-3 {
        display: none;
        padding: 0 0 30px 0;
    }

    .ts-main-003-3.active {
        display: block;
    }

    .ts-main-003-3 .ga-slider-container .ts-comp-3-2 {
        padding: 0 20px;
    }

    .ts-main-003-3 .ga-slider-container .ts-comp-3-5 {
        padding: 0 20px;
    }

    .ts-main-003-3 .ga-slider-container .ts-comp-5 {
        padding: 0 20px;
    }

    .ts-main-003-3-block-all .iphone-collapse-comp-1 .ts-comp-5 {
        padding: 0 20px 30px 20px;
    }

    .ts-main-003-3 .ga-slider-prev {
        left: 0px;
    }

    .ts-main-003-3 .ga-slider-next {
        right: 0px;
    }
}

@media(max-width: 1299px) {
    .ts-main-003-3.sub11 .ga-slider-next {
        right: 0;
    }

    .ts-main-003-3.sub11 .ga-slider-prev {
        left: 0;
    }
}
@media(max-width: 1199px) {
    .ts-main-003-3.sub11 .ga-slider-next {
        right: -15px;
    }

    .ts-main-003-3.sub11 .ga-slider-prev {
        left: -15px;
    }
}
.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .link {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.iphone-collapse-comp-1.iphone-collapse-comp-11.sub11-mobile-style2 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .link p {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: left;
    color: #000000;
}
.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .title {}
.iphone-collapse-comp-11 .sub11-mobile-style2 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title,
.iphone-collapse-comp-1.iphone-collapse-comp-11.sub11-mobile-style2 .ts-comp-3-3 .title[aria-expanded="false"] {
    display: inline-block;
    width: 30px;
}
.iphone-collapse-comp-11 .sub11-mobile-style2 .ts-comp-3-3 .title-block .title:after,
.iphone-collapse-comp-1.iphone-collapse-comp-11.sub11-mobile-style2 .ts-comp-3-3 .title[aria-expanded="true"]:after,
.iphone-collapse-comp-1.iphone-collapse-comp-11.sub11-mobile-style2 .ts-comp-3-3 .title[aria-expanded="false"]:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .link p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
}
@media(max-width: 1199px) {
    .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .link p {
        font-size: 20px;
    }
}
@media(min-width:767px) {
    .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .title {
        display: none;
    }
}

@media(max-width: 767px) {
    .iphone-collapse-comp-1.iphone-collapse-comp-11.sub11-mobile-style2 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .link p {
        margin-bottom: 0;
    }

    .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .link {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 35px);
    }

    .iphone-collapse-comp-11 .sub11-mobile-style2 .title-block,
    .iphone-collapse-comp-1.iphone-collapse-comp-11.sub11-mobile-style2 .ts-comp-3-3-title-sm.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title-block {
        position: relative;
    }

    .iphone-collapse-comp-11 .sub11-mobile-style2 .title-block .title,
    .iphone-collapse-comp-1.iphone-collapse-comp-11.sub11-mobile-style2 .ts-comp-3-3-title-sm.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .ts-comp-3-3-title-sm.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title .iphone-collapse-comp-11 .ts-comp-1,
    .ts-main-003-3.sub11 .ts-comp-1 {
        margin-top: 20px;
    }

    .iphone-collapse-comp-11 .cont:not(.iphone-cont):before,
    .ts-main-003-3.sub11 .cont:not(.iphone-cont):before { /* 180905: mantis 0010767; */
        content: ' ';
        display: inline-block;
        position: absolute;
        top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ffffff transparent;
        left: 20px;
    }
}




/*ts-main-003-4*/
.ts-main-003-4-block-all {
    padding: 50px 0;
}
.ts-main-003-4-block-all.size-wd-sm .ts-main-004-4 {

    max-width: 970px;
    margin: 0 auto;
    padding-left: 0;
}
.ts-main-004-4 .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn {
    padding-left: 20px;
    padding-right: 20px;
}
.ts-main-004-4 .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .cont {
    padding-left: 20px;
    padding-right: 20px;
}
.ts-main-004-4 .ts-comp-4 .ts-c-4-ul-items .ts-c-4-ul-li-items a {
    padding-right: 15px;
}

.ts-main-003-4 {
    padding: 0 0 30px 0;
}

.ts-main-003-4 .ga-slider-prev,
.ts-main-003-4 .ga-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 120px;
}

.ts-main-003-4 .ga-slider-prev {
    background-image: url('../img/ts-445.png');
    left: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-4 .ga-slider-next {
    background-image: url('../img/ts-440.png');
    right: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-4 .ga-slider-prev:before {
    display: none;
}

.ts-main-003-4 .ga-slider-next:before {
    display: none;
}
@media(max-width: 1199px) {
    .ts-main-003-4-block-all.size-wd-sm .ts-main-004-4 {
        max-width: 760px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1200px) {
    .ts-main-003-4 {
        padding: 0 20px;
    }

    .ts-main-003-4 .ga-slider-prev {
        left: -40px;
    }

    .ts-main-003-4 .ga-slider-next {
        right: -40px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-main-003-4 {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-003-4 .ga-slider-prev {
        left: -25px;
    }

    .ts-main-003-4 .ga-slider-next {
        right: -25px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-003-4-block-all {
        padding: 20px 0;
    }

    .ts-main-003-4 {
        display: none;
        padding: 0 0 30px 0;
    }

    .ts-main-003-4.active {
        display: block;
    }

    .ts-main-003-4 .ga-slider-prev {
        left: 0px;
    }

    .ts-main-003-4 .ga-slider-next {
        right: 0px;
    }
}






/*ts-main-003-5*/
.ts-main-003-5-block-all {
    padding: 50px 0;
}

.ts-main-003-5 {}

.ts-main-003-5 .ts-comp-3-6 .ts-c-3-6-ul-items .ts-c-3-6-ul-li-items .collapse {
    display: block;
    background-color: #fff;
}

.ts-main-003-5 .ga-slider-prev,
.ts-main-003-5 .ga-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 120px;
}

.ts-main-003-5 .ga-slider-prev {
    background-image: url('../img/ts-445.png');
    left: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-5 .ga-slider-next {
    background-image: url('../img/ts-440.png');
    right: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-5 .ga-slider-prev:before {
    display: none;
}

.ts-main-003-5 .ga-slider-next:before {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width:1200px) {
    .ts-main-003-5 {
        padding: 0 20px;
    }

    .ts-main-003-5 .ga-slider-prev {
        left: -40px;
    }

    .ts-main-003-5 .ga-slider-next {
        right: -40px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-003-5 {
        padding: 0 40px 30px 40px;
    }

    .ts-main-003-5 .ga-slider-prev {
        left: -30px;
    }

    .ts-main-003-5 .ga-slider-next {
        right: -30px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-003-5-block-all {
        padding: 10px 0;
    }

    .ts-main-003-5 {
        display: none;
        padding: 0 0 30px 0;
    }

    .ts-main-003-5.active {
        display: block;
    }

    .ts-main-003-5 .ga-slider-prev {
        left: 0px;
    }

    .ts-main-003-5 .ga-slider-next {
        right: 0px;
    }
}






/*ts-main-003-6*/
.ts-main-003-6-block-all {
    padding: 50px 0;
}

.ts-main-003-6 {}

.ts-main-003-6 .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .collapse {
    display: block;
}

.ts-main-003-6 .ga-slider-prev,
.ts-main-003-6 .ga-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 120px;
}

.ts-main-003-6 .ga-slider-prev {
    background-image: url('../img/ts-445.png');
    left: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-6 .ga-slider-next {
    background-image: url('../img/ts-440.png');
    right: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-003-6 .ga-slider-prev:before {
    display: none;
}

.ts-main-003-6 .ga-slider-next:before {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width:1199px) {
    .ts-main-003-6 .ga-slider-prev {
        left: -15px;
    }

    .ts-main-003-6 .ga-slider-next {
        right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-003-6 .ga-slider-prev {
        left: 10px;
    }

    .ts-main-003-6 .ga-slider-next {
        right: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-003-6-block-all {
        padding: 10px 0;
    }

    .ts-main-003-6 {
        /*display: none;*/
        padding: 0 0 30px 0;
    }

    .ts-main-003-6.active {
        display: block;
    }

    .ts-main-003-6 .ga-slider-prev {
        left: 0px;
    }

    .ts-main-003-6 .ga-slider-next {
        right: 0px;
    }
}









/*ts-main-004*/
.ts-main-004 {
    padding-top: 30px;
}

.ts-main-004 .ul-items .ul-li-items {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 30px 40px;
    background-color: #fff;
}

.ts-main-004 .ul-items .ul-li-items+.ul-li-items {
    margin-top: 20px;
}

.ts-main-004 .ul-items .ul-li-items .left {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.ts-main-004 .ul-items .ul-li-items .right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.ts-main-004 .ul-items .ul-li-items .left .txt {}

.ts-main-004 .ul-items .ul-li-items .left .txt p {
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3px;
    color: #333333;
}

.ts-main-004 .ts-comp-1 .btnnn .oval-style+.oval-style {
    margin-left: 30px;
}

.ts-main-004 .ts-comp-1-1 .btnnn .oval-style+.oval-style {
    margin-left: 30px;
}

.ts-main-004 .ts-comp-1-2 .btnnn .oval-style+.oval-style {
    margin-left: 10px;
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .ts-main-004 .ts-comp-1-2 .btnnn .oval-style+.oval-style {
        margin-left: 10px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-004 .ts-comp-1 {
        padding-top: 50px;
    }

    .ts-main-004 .ts-comp-1-1 {
        padding-top: 25px;
    }

    .ts-main-004 .ts-comp-1-2 {
        padding-top: 25px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-main-004 {
        padding: 0 20px;
    }

    .ts-main-004 .ul-items .ul-li-items {
        display: block;
        width: auto;
        padding: 20px;
    }

    .ts-main-004 .ul-items .ul-li-items .left {
        display: block;
        width: auto;
    }

    .ts-main-004 .ul-items .ul-li-items .right {
        display: block;
        width: auto;
    }

    .ts-main-004 .ts-comp-1 .btnnn .oval-style {
        width: 140px;
    }

    .ts-main-004 .ts-comp-1-1.btnnn .oval-style {
        width: 140px;
    }

    .ts-main-004 .ts-comp-1-2 .btnnn .oval-style {
        width: 140px;
    }

    .ts-main-004 .ts-comp-1 .btnnn .oval-style+.oval-style {
        margin-left: 15px;
    }

    .ts-main-004 .ts-comp-1-1 .btnnn .oval-style+.oval-style {
        margin-left: 15px;
        margin-top: 20px;
    }

    .ts-main-004 .ts-comp-1-2 .btnnn .oval-style+.oval-style {
        margin-left: 15px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-main-004 .ul-items .ul-li-items {
        padding: 20px 10px;
    }
}









/*ts-main-005*/
.ts-main-005-block-all {
    padding: 50px 0;
}

.ts-main-005 {}









/*ts-main-006*/
.ts-main-006-block-all {
    padding: 100px 0 100px 0;
}

.ts-main-006-block-all .section-block {
    position: relative;
}

.ts-main-006-block-all .deco-block {
    position: absolute;
    right: 0;
    top: -70px;
    width: 415px;
}

.ts-main-006-block-all .deco-block .decobgpic {}

.ts-main-006-block-all .deco-block .decobgpic img {
    width: 315px;
    height: 570px;
    position: relative;
    z-index: 3;
}

.ts-main-006-block-all .deco-block .decohand {
    position: absolute;
    top: 98px;
    right: 40px;
    z-index: 1;
    display: none;
}

.ts-main-006-block-all .deco-block .decohand img {
    width: 430px;
    height: 300px;
}

.ts-main-006-block-all .deco-block .decohand-full {
    position: absolute;
    top: 56px;
    right: 6px;
}

.ts-main-006-block-all .deco-block .decohand-full img {}

.ts-main-006 {
    margin: 0 6px;
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
    position: relative;
}

.ts-main-006 .cont {
    padding: 36px 0px 0 46px;
    width: 580px;
}

.ts-main-006 .cont .title {}

.ts-main-006 .cont .title p {
    font-size: 44px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #ffffff;
}

.ts-main-006 .cont .txt {
    padding-bottom: 60px;
}

.ts-main-006 .cont .txt p {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 1.4px;
    color: #ffffff;
}

.ts-main-006-block-all .ts-comp-1-1 {
    position: absolute;
    top: 221px;
    right: 100px;
    padding: 70px 67px;
    background-color: rgba(200, 200, 200, 0.5);
    z-index: 4;
}

.ts-main-006-block-all .ts-comp-1-1 .btnnn .color-style-1 {
    background-color: transparent;
    color: #ffffff;
    border: solid 1px #ffffff;
    position: relative;
    z-index: 2;
}

.ts-main-006-block-all .ts-comp-1-1 .btnnn .oval-style {
    border-radius: 0;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-main-006-block-all {
        padding: 30px 0 30px 0;
    }

    .ts-main-006 {
        background-position: left;
        background-size: cover;
        margin: 0;
    }

    .ts-main-006-block-all .deco-block {
        position: relative;
        top: 0;
        width: auto;
    }

    .ts-main-006-block-all .deco-block .decobgpic {
        display: none;
    }

    .ts-main-006-block-all .deco-block .decohand {
        display: none;
    }

    .ts-main-006-block-all .deco-block .decohand-full {
        display: none;
    }

    .ts-main-006-block-all .ts-comp-1-1 {
        position: relative;
        top: auto;
        right: auto;
        padding: 15px 0 0 0;
        background-color: transparent;
        z-index: 2;
    }

    .ts-main-006-block-all .ts-comp-1-1 .btnnn .color-style-1 {
        background-color: #e30000;
        color: #ffffff;
        border: 0;
        position: relative;
        z-index: 2;
    }

    .ts-main-006-block-all .ts-comp-1-1 .btnnn .oval-style {
        border-radius: 25px;
        width: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-006 .cont {
        padding: 36px 23px 0 133px;
        width: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-006 .cont {
        padding: 27px 23px;
        width: auto;
    }

    .ts-comp-17 .ul-items .ul-li-items .right {
        display: block;
        vertical-align: top;
        padding: 13px 17px 13px 70px;
    }

    .ts-main-006 .cont .title p {
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.7px;
        color: #ffffff;
    }

    .ts-main-006 .cont .txt {
        padding-bottom: 45px;
    }

    .ts-main-006 .cont .txt p {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.31;
        letter-spacing: 1px;
        color: #ffffff;
    }
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .ts-main-006 .cont {
        padding: 27px 10px;
        width: auto;
    }
}









/*ts-main-007*/
.ts-main-007-block-all {
    padding: 50px 0;
}

.ts-main-007 .table,
.ts-main-007 .userBlk table {
    display: table;
    width: 100%;
    margin: 0 0 0px 0;
    border-collapse: collapse;
}

.ts-main-007 .hasRowTitle ul {
    display: table-row-group;
}

.ts-main-007 .hasRowTitle ul li {
    display: table-row;
    list-style-type: none;
}

.ts-main-007 .hasRowTitle .td,
.ts-main-007 .hasRowTitle .th {
    border-right: none;
    padding: 0px 5px 0px 5px;
    position: relative;
    border-bottom: 0;
    line-height: 1.5;
    vertical-align: top;
    min-width: 100px;
}

.ts-main-007 .hasRowTitle ul li:nth-of-type(1) .td,
.ts-main-007 .hasRowTitle ul li:nth-of-type(1) .th {
    border-right: none;
}

.ts-main-007 .hasRowTitle ul li:nth-of-type(1) .td,
.ts-main-007 .hasRowTitle ul li:nth-of-type(1) .th {
    padding-top: 0;
}

.ts-main-007 .table ul li {
    display: table;
    width: 100%;
    position: relative;
    height: 1px;
}

.ts-main-007 .table ul li+li {
    margin-top: 28px;
}

.ts-main-007 {
    padding: 50px;
    background-color: #ffffff;
}

.ts-main-007 .hasRowTitle .time {
    display: table-cell;
    vertical-align: middle;
    width: 285px;
    height: 100%;
}

.ts-main-007 .hasRowTitle .time .title {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 1.1px;
    color: #d70c18;
    padding-right: 20px;
    position: relative;
    display: inline-block;
    width: 150px;
    height: 100%;
    vertical-align: top;
}
.ts-main-007 .hasRowTitle .time .title:before {
    /*content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;*/
}

.ts-main-007 .hasRowTitle .time .title:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #9b9b9b;
}

.ts-main-007 .hasRowTitle .time .timee {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #4a4a4a;
    padding-left: 20px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.ts-main-007 .hasRowTitle .time .timee:after {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.ts-main-007 .hasRowTitle .maintitle {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0;
}

.ts-main-007 .hasRowTitle .maintitle a {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #333333;
}

.ts-main-007 .hasRowTitle .maintitle a:hover {
    color: #d70c18;
}

.ts-main-007 .hasRowTitle .linkk {
    display: table-cell;
    vertical-align: middle;
}

.ts-main-007 .hasRowTitle .linkk a {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-align: right;
    color: #333333;
    position: relative;
    display: block;
    vertical-align: top;
    padding-right: 35px;
    text-align: right;
}

.ts-main-007 .hasRowTitle .linkk a:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0px;
    width: 32px;
    height: 32px;
    transform: rotate(-90deg);
    background-image: url('../img/ts-419.png');
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-main-007-block-all {
        padding: 20px 0;
    }

    .ts-main-007 {
        padding: 30px 60px;
    }

    .ts-main-007 .hasRowTitle .time {
        display: block;
        vertical-align: middle;
        width: auto;
    }

    .ts-main-007 .hasRowTitle .maintitle {
        display: inline-block;
        vertical-align: top;
        padding-right: 100px;
    }

    .ts-main-007 .hasRowTitle .linkk {
        display: block;
        vertical-align: top;
        position: absolute;
        right: 0;
        top: 35px;
        text-align: right;
    }

    .ts-main-007 .hasRowTitle .time .title {
        width: 115px;
    }

    .ts-main-007 .table ul li {
        height: auto;
    }

    .ts-main-007 .hasRowTitle .time .timee {
        vertical-align: middle;
    }

    .ts-main-007 .hasRowTitle .time .timee:after {
        vertical-align: initial;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-007 {
        padding: 20px;
    }

    .ts-main-007 .hasRowTitle .time {
        padding-bottom: 8px;
    }

    .ts-main-007 .hasRowTitle .time .title {
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: 0.4px;
        color: #d70c18;
    }

    .ts-main-007 .hasRowTitle .maintitle {
        display: inline-block;
        vertical-align: top;
        padding-right: 90px;
    }

    .ts-main-007 .hasRowTitle .maintitle a {
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #333333;
    }

    .ts-main-007 .hasRowTitle .time .timee {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #333333;
        padding-left: 10px;
    }

    .ts-main-007 .hasRowTitle .linkk {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        right: 0;
        /*top: 35px;*/
        top: calc( (100% + 15px) * 0.5);
    }

    .ts-main-007 .hasRowTitle .linkk a {
        display: block;
    }

    .ts-main-007 .hasRowTitle .time .timee {}
}










/*ts-main-007-1*/
.ts-main-007-1 .table,
.ts-main-007-1 .userBlk table {
    display: table;
    width: 100%;
    margin: 0 0 0px 0;
    border-collapse: collapse;
}

.ts-main-007-1 .hasRowTitle ul {
    display: table-row-group;
}

.ts-main-007-1 .hasRowTitle ul li {
    display: table-row;
    list-style-type: none;
}

.ts-main-007-1 .hasRowTitle .td,
.ts-main-007-1 .hasRowTitle .th {
    border-right: none;
    padding: 0px 5px 0px 5px;
    position: relative;
    border-bottom: 0;
    line-height: 1.5;
    vertical-align: top;
    min-width: 100px;
}

.ts-main-007-1 .hasRowTitle ul li:nth-of-type(1) .td,
.ts-main-007-1 .hasRowTitle ul li:nth-of-type(1) .th {
    border-right: none;
}

.ts-main-007-1 .table ul li {
    display: table;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #e5e5e5;
}

.ts-main-007-1 {
    padding-bottom: 10px;
    background-color: #ffffff;
}

.ts-main-007-1 .hasRowTitle .time {
    display: table-cell;
    vertical-align: middle;
    width: 212px;
    padding: 10px 0;
}
.ts-main-007-1.ts-main-007-1-1 .hasRowTitle .time {
    width: 140px;
}

.ts-main-007-1.ts-main-007-1-1 .hasRowTitle .maintitle a:after {
    display: none;
}

.ts-main-007-1 .hasRowTitle .time .title {
    border-radius: 12px;
    background-color: rgba(230, 230, 230, 0.6);
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #4a4a4a;
    padding: 2px 10px;
    margin-left: 10px;
}

.ts-main-007-1 .hasRowTitle .time .timee {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #4a4a4a;
    padding-left: 20px;
}

.ts-main-007-1 .hasRowTitle .maintitle {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0;
    padding: 10px 63px 5px 0;
}

.ts-main-007-1 .hasRowTitle .maintitle a {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #333333;
    height: 58px;
    display: table-cell;
    vertical-align: middle;
}

.ts-main-007-1 .hasRowTitle .maintitle a:after {
    content: '';
    position: absolute;
    top: 35px;
    right: 22px;
    width: 11px;
    height: 15px;
    background-image: url('../img/ts-icon-72.png');
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-main-007-1 {
        padding: 30px 60px;
    }

    .ts-main-007-1 .hasRowTitle .time {
        display: block;
        vertical-align: middle;
        width: auto;
    }

    .ts-main-007-1 .hasRowTitle .maintitle {
        display: inline-block;
        vertical-align: top;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-007-1 {
        padding: 30px 0 10px 0;
    }

    .ts-main-007-1 .hasRowTitle .time {
        padding-bottom: 8px;
    }

    .ts-main-007-1 .hasRowTitle .time .title {}

    .ts-main-007-1 .hasRowTitle .maintitle {
        display: inline-block;
        vertical-align: top;
        padding-right: 0px;
        padding-top: 0;
    }

    .ts-main-007-1 .hasRowTitle .maintitle a:after {
        display: none;
    }

    .ts-main-007-1 .hasRowTitle .maintitle a {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #333333;
        display: block;
        vertical-align: top;
        height: auto;
    }

    .ts-main-007-1 .hasRowTitle .time .timee {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #333333;
        padding-left: 0;
    }
}









/*ts-main-008*/
.ts-main-008-block-all {
    background-color: #e1e1e1;
}

.ts-main-008-block-all.bgcolor-style-3 {
    background-color: #fff;
}

.ts-main-008 {
    padding: 30px 20px;
}

.ts-main-008 .title {
    padding-bottom: 10px;
}

.ts-main-008 .title p {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 1.1px;
    text-align: center;
    color: #333333;
}

.ts-main-008 .txt {}

.ts-main-008 .txt p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .ts-main-008 {
        padding: 20px 20px;
    }

    .ts-main-008 .title p {
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: 0.4px;
        text-align: center;
        color: #333333;
    }

    .ts-main-008 .txt p {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
    }
}











/*內頁*/

/*ts-main-009*/
.ts-main-009-block-all {
    background-color: #e1e1e1;
}

.ts-main-009 {
    overflow: hidden;
}

.ts-main-009 .owl-dots {
    position: absolute;
    left: 40px;
    bottom: 40px;
    margin: auto;
    max-width: 1200px;
    width: 100%;
    z-index: 1;
    text-align: left;
}

.ts-main-009 .owl-carousel .owl-dot[type="dot"] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.44);
    margin: 20px 10px;
}

.ts-main-009 .owl-carousel .owl-dot[type="dot"].active {
    background: #fff;
}

.ts-main-009 .ga-slider-prev,
.ts-main-009 .ga-slider-next {
    display: none;
}

.ts-main-009 .ga-slider-prev:before {
    display: none;
}

.ts-main-009 .ga-slider-next:before {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-009 .owl-carousel .owl-dots {
        display: block !important;
        bottom: 0px;
        left: 0;
        right: 0;
        text-align: center;
    }
}








/*ts-main-010*/
.ts-main-010-block-all {
    height: 306px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
}

.ts-main-010 {
    position: relative;
}

.ts-main-010:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 306px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}

.ts-main-010 .cont {
    position: absolute;
    top: 100px;
    left: 40px;
    width: 530px;
}

.ts-main-010 .cont .title {
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
}

.ts-main-010 .cont .title p {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #ffffff;
}

.ts-main-010 .cont .txt {
    position: relative;
    z-index: 2;
}

.ts-main-010 .cont .txt p {
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-010 .cont {}
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-010-block-all {
        height: 200px;
    }

    .ts-main-010:after {
        display: block;
    }

    .ts-main-010 .cont {
        position: absolute;
        top: 70px;
        left: 0px;
        width: auto;
        right: auto;
        margin: auto 20px;
    }

    .ts-main-010 .cont .title p {
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.1px;
    }

    .ts-main-010 .cont .txt p {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.5px;
    }
}








/*ts-main-010-1*/
.ts-main-010-1-block-all {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
}

.ts-main-010-1 {
    position: relative;
}

.ts-main-010-1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}

.ts-main-010-1 .cont {
    position: absolute;
    top: 140px;
    left: 52px;
    width: 700px;
}

.ts-main-010-1 .cont .title {
    padding-bottom: 18px;
    position: relative;
    z-index: 2;
}

.ts-main-010-1 .cont .title p {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #ffffff;
}

.ts-main-010-1 .cont .txt {
    position: relative;
    z-index: 2;
}

.ts-main-010-1 .cont .txt p {
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-main-010-1 .cont {}
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-main-010-1-block-all {
        height: 200px;
    }

    .ts-main-010-1:after {
        display: block;
    }

    .ts-main-010-1 .cont {
        position: absolute;
        top: 50px;
        left: 0px;
        width: auto;
        right: auto;
        margin: auto 20px;
    }

    .ts-main-010-1 .cont .title p {
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.1px;
    }

    .ts-main-010-1 .cont .txt p {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.5px;
    }
}







/*ts-main-011*/
.ts-main-011 {
    padding: 10px 0 0;
}

.ts-comp-7-8 .tab-content .ts-main-011 {
    margin-top: -30px;
}

.ts-main-011 .ul-items {}

.ts-main-011 .ul-items .ul-li-items {
    position: relative;
    padding-bottom: 10px;
}

.ts-main-011 .ul-items .ul-li-items:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
}

.ts-main-011 .ul-items .ul-li-items>a {
    display: table;
    width: 100%;
    position: relative;
    background-color: #eaeaea;
}

.ts-main-011 .ul-items .ul-li-items>a[aria-expanded="true"] {
    background-color: #da2128;
}

.ts-main-011 .ul-items .ul-li-items>a .question-num {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 85px;
    padding: 10px 0;
}

.ts-main-011 .ul-items .ul-li-items>a .question-num .txt {
    display: inline-block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    vertical-align: middle;
}

.ts-main-011 .ul-items .ul-li-items>a .question-num .txt img {
    width: 100%;
    height: 100%;
}

.ts-main-011 .ul-items .ul-li-items>a .question-num .txt img.active {
    display: none;
}

.ts-main-011 .ul-items .ul-li-items>a[aria-expanded="true"] .question-num .txt img {
    display: none;
}

.ts-main-011 .ul-items .ul-li-items>a[aria-expanded="true"] .question-num .txt img.active {
    display: inline;
}

.ts-main-011 .ul-items .ul-li-items>a .question-txt {
    display: table-cell;
    vertical-align: middle;
}

.ts-main-011 .ul-items .ul-li-items>a .question-txt .txt {
    margin-right: 55px;
}

.ts-main-011 .ul-items .ul-li-items>a .question-txt .txt p {
    font-size: 16px;
    line-height: 1.31;
    text-align: left;
    color: #323232;
}

.ts-main-011 .ul-items .ul-li-items>a[aria-expanded="true"] .question-txt .txt p {
    color: #fff;
}

.ts-main-011 .ul-items .ul-li-items>a .question-deco {}

.ts-main-011 .ul-items .ul-li-items>a .question-deco .bgpic {
    background-color: transparent;
    width: 44px;
    height: 44px;
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
}

.ts-main-011 .ul-items .ul-li-items>a .question-deco .bgpic:after {
    content: '';
    background-image: url('../img/ts-qa-plus.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    margin: auto;
}

.ts-main-011 .ul-items .ul-li-items>a.active .question-deco .bgpic {
    background-color: #e2231a;
}

.ts-main-011 .ul-items .ul-li-items>a[aria-expanded="true"] .question-deco .bgpic:after {
    background-image: url('../img/ts-qa-minus.png');
}

.ts-main-011 .ul-items .ul-li-items .ts-main-011-t4 {
    background-color: #fbfbfb;
}

.ts-main-011 .ul-items .ul-li-items .descriptionp {
    padding: 20px 30px;
}

.ts-main-011 .ul-items .ul-li-items .descriptionp p {
    font-size: 16px;
    line-height: 1.88;
    text-align: left;
    color: #333;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .ts-main-011 {
        padding: 20px 20px;
    }

    .ts-main-011 .ul-items .ul-li-items>a .question-txt .txt {
        margin-right: 56px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
    .ts-main-011 {
        padding: 20px 0px;
    }

    .ts-main-011 .ul-items .ul-li-items>a .question-num .txt {
        margin-left: 20px;
    }

    .ts-main-011 .ul-items .ul-li-items>a .question-txt .txt {
        margin-right: 33px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .ts-main-011 {
        padding: 20px 0px;
    }

    .ts-main-011 .ul-items .ul-li-items>a {
        padding: 10px 0;
    }

    .ts-main-011 .ul-items .ul-li-items>a .question-num {
        width: 60px;
    }

    .ts-main-011 .ul-items .ul-li-items>a .question-num .txt {
        margin-left: 0;
    }

    .ts-main-011 .ul-items .ul-li-items a .question-txt .txt {
        margin-right: 35px;
    }

    .ts-main-011 .ul-items .ul-li-items a .question-txt .txt p {
        font-size: 16px;
        line-height: 1.5;
    }

    .ts-main-011 .ul-items .ul-li-items .descriptionp {
        padding: 10px 0;
    }
}







/*ts-credit-lightbox-block*/
.ts-credit-lightbox-block {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: 0.5s;
    display: none;
    /*visibility: hidden;*/
}

.ts-credit-lightbox-block.active {
    display: block;
    /*visibility: visible;*/
}

.ts-credit-lightbox-block .ts-credit-lightbox-section-block {
    max-width: 1050px;
    margin: auto;
    height: 100%;
    position: relative;
}

.ts-credit-lightbox-block .lightbox-bg {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.ts-credit-lightbox-block .lightbox-content {
    margin-top: 0;
}

.ts-credit-lightbox-block .lightbox-content .top-absoluteblock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 101;
}

.ts-credit-lightbox-block .lightbox-content .top-absoluteblock .closebtnnn {
    position: absolute;
    top: 24px;
    right: 18px;
    cursor: pointer;
}

.ts-credit-lightbox-block .lightbox-content .top-absoluteblock .closebtnnn img {
    width: 28px;
}

.ts-credit-lightbox-block .lightbox-content .lightbox-content-mask {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0px 45px 0 65px;
    width: 655px;
    margin: auto 0 auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    /*z-index: 100;*/

    overflow-y: scroll;
}

.ts-credit-lightbox-block .lightbox-content .lightbox-content-mask::-webkit-scrollbar {
    width: 6px;
}

.ts-credit-lightbox-block .lightbox-content .lightbox-content-mask::-webkit-scrollbar-track {}

.ts-credit-lightbox-block .lightbox-content .lightbox-content-mask::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0;
}

.ts-credit-lightbox-block .editor-btnnn .btnnn {
    text-align: center;
}

.ts-credit-lightbox-block .editor-btnnn .btnnn .color-style-4 {
    background-color: transparent;
}

.ts-credit-lightbox-block .ts-main-003-2 {
    padding-bottom: 20px;
}

.ts-credit-lightbox-block .ts-main-003-2 .ga-slider-prev {
    left: -20px;
}

.ts-credit-lightbox-block .ts-main-003-2 .ga-slider-next {
    right: -20px;
}

.ts-credit-lightbox-block .ts-main-003-2 .ga-slider-prev,
.ts-credit-lightbox-block .ts-main-003-2 .ga-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 61px;
    background-size: cover;
    background-position: center;
}

.ts-credit-lightbox-block .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont {
    padding: 10px 10px 30px 10px;
}

.ts-credit-lightbox-block .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title {
    min-height: 52px;
}

.ts-credit-lightbox-block .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: #333333;
}

.ts-credit-lightbox-block .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .txt p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.ts-credit-lightbox-block .ts-comp-22 {
    padding: 0px 15px 0 15px;
}

.ts-credit-lightbox-block .ts-comp-38 {
    text-align: right;
    margin-right: 10px;
}

.ts-credit-lightbox-block .ts-comp-30 {
    padding-bottom: 0px;
}

.ts-credit-lightbox-block .ts-comp-39 {
    display: inline-block;
    position: fixed;
    top: 42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

.ts-credit-lightbox-block .ts-comp-32 {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1000px;
    width: 100%;
    text-align: left;
    z-index: 1;
}

.ts-credit-lightbox-block .ts-comp-32 .ts-comp-33 {
    margin: 0 auto 0 0;
}

.ts-credit-lightbox-block .ts-comp-7-5 .ga-tab-block {
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    display: block;
}

.ts-credit-lightbox-block .ts-comp-30 .editor-txt p .highlight {
    font-weight: normal;
}

.ts-credit-lightbox-block .ts-comp-30 .editor-thirdtitle {
    padding-bottom: 10px;
}

.ts-credit-lightbox-block .ts-comp-7-5-block-all {
    position: relative;
    /*z-index: 10;*/
}

.ts-credit-lightbox-block .ts-comp-1 .btnnn {
    position: inherit;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-credit-lightbox-block .ts-comp-39 {
        position: fixed;
        top: 50px;
        padding: 0 50px;
    }

    .ts-credit-lightbox-block .ts-comp-38 {
        text-align: left;
        margin-right: 80px;
        padding: 18px 0px;
        position: fixed;
        top: 0;
        width: 200px;
        left: 50px;
    }

    .ts-credit-lightbox-block .lightbox-content .lightbox-content-mask {
        padding: 25px 50px 25px 50px;
        width: 100%;
        background-color: transparent;
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-credit-lightbox-block .ts-comp-32 {
        position: relative;
        bottom: auto;
        width: 100%;
    }

    .ts-credit-lightbox-block .ts-comp-7-5 .ga-tab-block {
        position: relative;
        top: auto;
    }

    .ts-credit-lightbox-block .ts-credit-lightbox-section-block {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .ts-credit-lightbox-block .lightbox-content {
        top: 110px;
        width: 100%;
        left: 0;
        /* height: 100%; */
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.4);
        position: absolute;
        z-index: 1000;
    }

    .ts-credit-lightbox-block .lightbox-content .top-absoluteblock .closebtnnn {
        top: auto;
        right: auto;
        position: relative;
    }

    .ts-credit-lightbox-block .lightbox-content .top-absoluteblock {
        position: fixed;
        width: 30px;
        top: 20px;
        right: 10px;
        left: auto;
        margin: auto;
        padding: 0px;
        z-index: 101;
    }

    .ts-credit-lightbox-block .ts-main-003-2 {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-credit-lightbox-block .ts-comp-39 {
        position: fixed;
        top: 50px;
        padding: 0 15px;
    }

    .ts-credit-lightbox-block .ts-comp-38 {
        text-align: left;
        margin-right: 80px;
        padding: 18px 0;
        position: fixed;
        top: 0;
        width: 200px;
        left: 0;
    }

    .ts-credit-lightbox-block .lightbox-content .lightbox-content-mask {
        padding: 25px 10px 25px 10px;
        width: 100%;
        background-color: transparent;
    }
}







/*credit-second-popup-modal*/
.credit-second-popup-modal {}

.credit-second-popup-modal * {
    font-family: '微軟正黑體';
}

.credit-second-popup-modal .maintitle {
    padding-bottom: 40px;
}

.credit-second-popup-modal .maintitle p {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    color: #000000;
    margin-bottom: 0;
}

.credit-second-popup-modal .modal-dialog {
    width: 880px;
    max-width: none;
    margin: 50px auto 50px auto;
    position: relative;
}

.credit-second-popup-modal .modal-content {
    border-radius: 0;
}

.credit-second-popup-modal .modal-body {
    padding: 30px;
}

.credit-second-popup-modal .close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.credit-second-popup-modal .ts-comp-38 {
    position: absolute;
    top: 30px;
    right: 90px;
    padding: 0;
}

.credit-second-popup-modal .ts-comp-30 {
    height: 500px;
    overflow-y: scroll;
}

.credit-second-popup-modal .ts-comp-30::-webkit-scrollbar {
    width: 6px;
}

.credit-second-popup-modal .ts-comp-30::-webkit-scrollbar-track {}

.credit-second-popup-modal .ts-comp-30::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0;
}

.credit-second-popup-modal .ts-comp-30 .editor-txt+.editor-subtitle {
    padding-top: 30px;
}

.credit-second-popup-modal .ts-comp-30 .editor-txt+.editor-desc {
    padding-top: 30px;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .credit-second-popup-modal .modal-dialog {
        width: auto;
        margin: 10px;
    }

    .credit-second-popup-modal .maintitle {
        padding-bottom: 10px;
    }

    .credit-second-popup-modal .ts-comp-38 {
        position: relative;
        top: auto;
        right: auto;
        padding: 0;
        padding-bottom: 10px;
    }

    .credit-second-popup-modal .modal-body {
        padding: 20px 10px;
    }

    .credit-second-popup-modal .close {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}






/*2018-06-21 added by titan*/
.ts-main-003-6 .index .ts-comp-3-7-a {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ts-main-003-6 .index .ga-slider-container {
        display: none;
    }

    .ts-main-003-6 .index .ts-comp-3-7-a {
        display: block;
    }
}






/*您可能會有興趣*/
.ts-comp-youlike {
    width: 100%;
    /*max-width: 878px;*/

    background-color: transparent;
    margin: auto;
    margin-top: 66px;
    padding-bottom: 50px;
}

.ts-comp-youlike .h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.ts-comp-youlike .cards {
    position: relative;
    width: 100%;
    height: 292px;
}

.ts-comp-youlike .cards ul {
    height: 292px;
    width: 100%;
    position: absolute;
}

.ts-comp-youlike .cards .ts-main-footer-cards {
    width: calc(100% - 40px);
    /*width: 100%;*/

    height: 292px;
    display: inline-block;
    margin: 0px 20px;
    box-sizing: border-box;
    position: relative;
}

.ts-comp-youlike .ga-slider-container [class^="ga-slider"] {
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: 0.3s;
}

.ts-comp-youlike .toLeft {
    transform: translate(-20px, -45%);
}

.ts-comp-youlike .toRight {
    transform: translate(20px, -45%);
}






/**
.ts-comp-youlike .ga-slider-container [class^="ga-slider"]:hover{
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
.ts-comp-youlike .ga-slider-container [class^="ga-slider"]:before{
    width: 24px;
    height: 97px;
    border-radius: 12px;
    cursor: pointer;
    display: block;
}
**/
.ts-comp-youlike .toLeft:before {
    content: url(../img/icon-more-left.png);
}

.ts-comp-youlike .toRight:before {
    content: url(../img/icon-more-right.png);
}

.ts-comp-youlike .ts-main-footer-cards .ts-comp-youlik-card {
    max-width: 260px;
    margin: auto;
    border: solid 1px #e3e3e3;
}

.ts-comp-youlike .ts-comp-youlike-card {
    max-width: 267px;
    overflow: hidden;
    margin: 0 auto;
}
.ts-comp-youlike .img {
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center center;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.ts-comp-youlike .img:hover {
    transform: scale(1.3, 1.3);
}

.ts-comp-youlike .title {
    height: 64px;
    background-color: #ededed;
    padding-left: 10px;
    position: relative;
}

.ts-comp-youlike .title .title-text {
    font-size: 21px;
    line-height: 64px;
    font-weight: bold;
}

.ts-comp-youlike .more {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 15px;
    transition: 0.3s;
}

.ts-comp-youlike .ts-comp-youlik-card:hover .more {
    box-shadow: 0px 3px 3px #aaa;
}

.ts-comp-youlike .text {
    height: 90px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.ts-comp-youlike .ga-slider-prev,
.ts-comp-youlike .ga-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 120px;
}

.ts-comp-youlike .ga-slider-prev {
    background-image: url(../img/ts-445.png);
    left: -50px;
}

.ts-comp-youlike .ga-slider-next {
    background-image: url(../img/ts-440.png);
    right: -50px;
}

.ts-comp-youlike .ga-slider-prev:before,
.ts-comp-youlike .ga-slider-next:before {
    content: '';
}

@media only screen and (min-width: 10px) and (max-width:767px) {
    .ts-comp-youlike .toLeft {
        transform: translate(-10px, -45%);
    }

    .ts-comp-youlike .toRight {
        transform: translate(10px, -45%);
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .ts-comp-youlike .ts-main-footer-cards {
        padding: 0 20px;
    }

    .ts-comp-youlike .ga-slider-prev {
        left: -40px;
    }

    .ts-comp-youlike .ga-slider-next {
        right: -40px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .ts-comp-youlike .cards {
        padding: 0 40px;
    }

    .ts-comp-youlike .owl-dots {
        /*text-align: left;*/
        /*padding-left: 120px;*/
        padding-left: 0;
        bottom: 60px;
    }

    .ts-comp-youlike .ga-slider-prev {
        left: -30px;
    }

    .ts-comp-youlike .ga-slider-next {
        right: -30px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .ts-comp-youlike .owl-dots {
        /*display: none;*/
        bottom: 0;
    }

    .ts-comp-youlike .cards {
        padding: 0 20px 30px 20px;
    }

    .ts-comp-youlike .owl-dots {
        padding: 0;
    }

    .ts-comp-youlike .ga-slider-prev {
        left: -30px;
    }

    .ts-comp-youlike .ga-slider-next {
        right: -30px;
    }
}











/*法人頁面樣式*/

/*搜尋框樣式*/
.ts-comp-67 {
    padding-bottom: 20px;
}

.ts-comp-67 .input-block.search-block {
    position: relative;
    cursor: pointer;
}

.ts-comp-67.pos-center {
    text-align: center;
}


.ts-comp-67 .input-block.search-block:after {
    content: ' ';
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-image: url(../img/ts-91.png);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ts-comp-67 .input-block.search-block input {
    border: 1px solid #979797;
    border-radius: 25px;
    height: 44px;
    color: #4a4a4a;
    letter-spacing: 1.3px;
    padding: 0 20px;
}

.ts-comp-67 .input-block.search-block.full-wd {
    text-align: center;
    max-width: 571px;
    width: 100%;
    margin: 0 auto;
}

.ts-comp-67 .input-block.search-block.full-wd input {

    width: 100%;
}

.ts-comp-67.ts-comp-67-1.ts-comp-wd-700 {
    max-width: 700px;
    margin: 0 auto;
}
.ts-comp-67.ts-comp-67-1 {
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.ts-comp-67.ts-comp-67-1 .title {
    display: inline-block;
    vertical-align: middle;
}
.ts-comp-67.ts-comp-67-1 .search-block {
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    width: 100%;
}
.ts-comp-67.ts-comp-67-1 .search-block input {
    width: 100%;
    line-height: normal; /* 180903: mantis 0010568 ios 輸入框文字垂直置中; */
}

/*180910:mantis 0010568 IR:166,官網1 > 法人> IR 166：法人>股務代理*/
@media(max-width:767px) {
	.ts-comp-67.ts-comp-67-1 .search-block input::-webkit-input-placeholder{
	    font-size:12px;
		
	}
	.ts-comp-67.ts-comp-67-1 .search-block input:-ms-input-placeholder{
	    font-size:12px;
		
	}
	.ts-comp-67.ts-comp-67-1 .search-block input{
		padding: 0 10px;
	}
}


.ts-comp-67.ts-comp-67-style2 .search-block input {
    border: solid 1px #e3e3e3; /* 180907: mantis 0010568; */
}
.ts-comp-67.ts-comp-67-1 .ts-comp-1 {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width:767px) {
    .ts-comp-67.ts-comp-67-1 .title {
        display: block;
        vertical-align: middle;
        text-align: left;
        margin-bottom: 10px;
    }

    .ts-comp-67.ts-comp-67-1 .search-block {
        display: inline-block;
        vertical-align: middle;
        max-width: 215px;
        width: 100%;
    }

    .ts-comp-67.ts-comp-67-1 .search-block input {
        width: 100%;
        line-height: normal; /* 180903: mantis 0010568 ios 輸入框文字垂直置中; */
    }

    .ts-comp-67.ts-comp-67-1 .ts-comp-1 {
        width: 80px;
        display: inline-block;
        vertical-align: middle;
    }

    .ts-comp-67.ts-comp-67-1 .ts-comp-1 .btnnn .oval-style {
        width: 100%;
        margin-left: 0;
    }
}



/*end of 搜尋框樣式*/

/*標籤清單樣式*/
.ts-comp-68 .list-tag-type {
    font-size: 0;
    margin-top: 15px;
}

.ts-comp-68 .list-tag-type>li {
    display: inline-block;
    font-size: 16px;
    color: #333;
    max-width: 31.5%;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: middle;
}

.ts-comp-68 .list-tag-type>li>a {
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    padding: 5px;
    display: inline-block;
    width: 100%;
    text-indent: -13px;
    padding-left: 21px;
}

.ts-comp-68 .list-tag-type>li>a:before {
    content: ' ';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #da2128;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.ts-comp-68 .list-tag-type>li+li {
    margin-left: 20px;
}

.ts-comp-68 .list-tag-type>li:nth-of-type(3n+1) {
    margin-left: 0;
}

@media(max-width: 1023px) {
    .ts-comp-68 .list-tag-type>li {
        width: 31.2%;
    }
}

@media(max-width: 767px) {
    .ts-comp-68 .list-tag-type>li+li {
        margin-left: 0;
    }

    .ts-comp-68 .list-tag-type>li {
        width: 100%;
        max-width: 100%;
    }
}







/*end of 標籤清單樣式*/

/*end of 法人頁面樣式*/

/*taishin select style*/

/*taishin select style*/
.select-block {
    position: relative;
}

.select-block select {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0px 20px 0 20px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    border-radius: 15px;
    background-color: #ac0108;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../img/arrowdown-triangle-w.png');
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 7px 9px;
}

.select-block select::-ms-expand {
    /* only for IE10+ */

    display: none;
}




.select-block.select-taishin .selectpicker,
.select-block.select-taishin .selectpicker {
    font-family: '微軟正黑體';
}

.select-block.select-taishin .selectpicker:active,
.select-block.select-taishin .selectpicker:focus {
    outline: none;
}

.select-mid .select-block.select-taishin .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 109px; /*2018-10-17修改 120px ==> 109px*/
}

.select-lang .select-block.select-taishin .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 86px; /*2018-10-17修改 60px ==> 86px*/
}

.eng-header .select-mid .select-block.select-taishin .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 149px; /*2018-10-17修改 120px ==> 109px*/
}
.select-block.select-taishin .bootstrap-select .dropdown-toggle {
    background-color: transparent;
    font-family: '微軟正黑體';
    outline: none;
    border: none;
}





.select-block.select-taishin .bootstrap-select .dropdown-toggle:focus,
.select-block.select-taishin .bootstrap-select .dropdown-toggle:active {
    outline: none !important;
    outline-offset: 0;
    box-shadow: none;
}



.ts-comp-64 .dropdown-menu>li a,
.select-block.select-taishin .select-style2 .dropdown-item,
.ts-comp-64 .dropdown-item {
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
}

.select-block.select-taishin .dropdown-item.active,
.select-block.select-taishin .dropdown-item:active,
.ts-comp-64 .dropdown-item.active,
.ts-comp-64 .dropdown-item:active,
{
    background-color: #fff;
    color: #e30000;
}

.select-block.select-taishin .dropdown-item.active span.text,
.select-block.select-taishin .dropdown-item:active span.text,
.select-block.select-taishin .dropdown-item:hover span.text,
.ts-comp-64 .dropdown-item.active span.text,
.ts-comp-64 .dropdown-item:active span.text,
.ts-comp-64 .dropdown-item:hover span.text {
    background-color: #fff;
    color: #e30000;
}

.select-block.select-taishin .bootstrap-select .dropdown-toggle .filter-option {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 15px;
    background-color: #ac0108;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../img/arrowdown-triangle-w.png');
    background-position: center right 12px; /*2018-10-17修改 10px ==> 12xp*/
    background-repeat: no-repeat;
    background-size: 9px 9px; /*2018-10-17修改 7px 9px ==> 9px 9px*/
    padding: 8px 15px 8px 8px;
    font-family: '微軟正黑體';
}

.select-block.select-taishin .bootstrap-select.pos-center .dropdown-toggle .filter-option {
    text-align: center;
}

.select-block.select-taishin .bootstrap-select.center .dropdown-toggle .filter-option {
    text-align: center;
}

.header-comp-1 .select-block.select-taishin .bootstrap-select .dropdown-toggle .filter-option {
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 25px;
    padding: 0px 20px 0 8px; /*2018-10-17修改 右 15px ==> 20px*/
    text-align: center;
}
.eng-header .header-comp-1 .select-block.select-taishin .bootstrap-select .dropdown-toggle .filter-option {
    font-size: 12px;
}
@media only screen and (min-width: 320px) and (max-width:1023px) {
    .header-comp-1 .select-block.select-taishin .bootstrap-select .dropdown-toggle  .filter-option{
        height: 20px;
        line-height: 20px;
    }
}
.dropdown-toggle .filter-option {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.select-block.select-taishin .bootstrap-select .filter-option-inner,
.ts-comp-64 .filter-option-inner {
    padding-right: 0;
}

.select-block.select-taishin .bootstrap-select .filter-option-inner-inner,
.ts-comp-64 .bootstrap-select .filter-option-inner-inner {
    font-size: 14px;
}

.select-block.select-taishin .filter-option,
.ts-comp-64 .filter-option {
    box-sizing: border-box;
}

.select-block.select-taishin .filter-option:focus,
.ts-comp-64 .filter-option:focus {
    outline: none;
    border: none;
}

.select-block.select-taishin .dropdown-menu,
.ts-comp-64 .dropdown-menu {
    border: none;
}

.select-block.select-taishin .form-control:focus,
.ts-comp-64 .select-block.select-taishin .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}

.select-block.select-taishin .bs-searchbox {
    padding: 10px;
}

.header-comp-1 .select-block.select-taishin .dropdown-menu.show {
    margin-top: 0;
}

.header-comp-1 .select-block.select-taishin .bootstrap-select:after {
    display: none;
}

.select-block.select-taishin .dropdown-menu.show:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2px;
}

.select-block.select-taishin .select-style2 .dropdown-menu.show:before,
.ts-comp-64 .dropdown-menu.show:before {
    display: none;
}

.select-block.select-taishin .dropdown-menu.show,
.ts-comp-64 .dropdown-menu.show {
    background-color: transparent;
}

.select-block.select-taishin .select-style2.bootstrap-select.show:after,
.ts-comp-64 .bootstrap-select.show:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    z-index: 9;
}

.select-block.select-taishin .select-style2.bootstrap-select.show:after,
.ts-comp-64 .bootstrap-select.show:after {
    /*border-color: transparent transparent #f9f9f9 transparent;
          -webkit-filter: drop-shadow(1px 0 1px rgba(0,0,0,.1));
          -ms-filter: drop-shadow(1px 0 1px rgba(0,0,0,.1));
          filter: drop-shadow(1px 0 1px rgba(0,0,0,.1));*/
    /*box-shadow: -2px -1px 12px 1px rgba(236, 223, 223, 0.4);*/

    transform-origin: 0 0;
    transform: rotate(45deg);
    border: 6px solid #fff;
    box-shadow: -1px -1px 0px 0px rgba(72, 72, 72, 0.1);
}

.header-comp-1 .select-block.select-taishin .dropdown-menu.show:before {
    top: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS here */
    .header-comp-1 .select-block.select-taishin .dropdown-menu.show:before {
        top: 2px;
    }
}



.select-block .dropdown-menu>.dropdown-menu.inner>li.selected .text {
    color: #d70c18;
}

.select-block .dropdown-menu>.dropdown-menu.inner>li .text {
    color: #000;
}

.select-block .dropdown-menu.inner>li:focus {
    outline: none;
}

.select-block.select-taishin .dropdown-menu.inner,
.ts-comp-64 .dropdown-menu.inner {
    border-radius: 10px;
    background-color: #fff;
    /*box-shadow: 0 10px 14px -1px rgba(0, 0, 0, 0.1);*/

    z-index: 999;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

    /* 180907: solve mantis 0010858; */
    padding: 0;
    border: 0;
    /* end 180907: solve mantis 0010858; */
}


.select-block.select-taishin .dropdown-menu>li,
.ts-comp-64 .dropdown-menu>li {
    font-weight: bold;
    min-height: 25px;
    padding-top: 0;
    padding-left: 0;
    width: 100%;
    font-family: '微軟正黑體';
}

.select-block.select-taishin .dropdown-menu>li:hover .text,
.ts-comp-64 .dropdown-menu>li:hover .text {}

.select-block .dropdown-menu.inner>li>a:focus {
    outline: none;
}

.select-block.select-taishin .dropdown-menu>li>a,
.ts-comp-64 .dropdown-menu>li>a {
    font-weight: bold;
    width: 100%;
}

.select-block.select-taishin .dropdown-menu>li.active>a:hover,
.ts-comp-64 .dropdown-menu>li.active>a:hover {
    background-color: #f9f9f9;
}






}
.select-block .dropdown-menu>li.selected>a .text {
    color: #e30000;
}

.select-block .dropdown-menu>li.selected,
.select-block .dropdown-item.active,
.select-block .dropdown-item:active {
    background-color: #f9f9f9;
    color: #e30000;
}
.select-block .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
    outline-offset: 0;
}
.select-block .btn-light:not(:disabled):not(.disabled).active,
.select-block .btn-light:not(:disabled):not(.disabled):active,
.select-block .show>.btn-light.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    outline: none;
}
.select-block .dropdown-menu>.dropdown-menu.inner>li:hover>a {
    background-color: #f9f9f9;
}

.ts-comp-64 .dropdown-menu>li:hover .text,
.ts-comp-64 .dropdown-menu>li:hover .text,
.select-block.select-taishin .dropdown-menu>li:hover,
.ts-comp-64 .dropdown-menu>li:hover {

    outline: none;
}
.select-block.select-taishin .bootstrap-select .filter-option-inner-inner,
.ts-comp-64 .bootstrap-select .filter-option-inner-inner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




/*style2*/
.select-block.select-taishin .dropdown-menu,
.select-block .dropdown-menu {
    padding: .5rem 0;
}
.select-block .dropdown-menu.inner,
.select-block.select-taishin .select-style2 .dropdown-menu .inner .inner,
.ts-comp-64 .dropdown-menu .inner .inner {

    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.select-block .dropdown-menu.inner>li [role="option"] {
    width: 100%;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}





.select-block.select-taishin .bootstrap-select.select-style2 .dropdown-toggle,
.ts-comp-64 .dropdown-toggle {
    background-color: #fff;
    color: #4a4a4a;
    border-radius: 10px;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    letter-spacing: 0.9px;
}

.select-block.select-taishin .bootstrap-select.select-style2 .dropdown-toggle .filter-option {
    background-color: #fff;
    color: #4a4a4a;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    letter-spacing: 0.9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-block.select-taishin .bootstrap-select.select-style2 .filter-option-inner-inner,
.ts-comp-64 .filter-option-inner-inner {
    text-align: left;
}
.select-block.select-taishin .select-style2 .dropdown-toggle,
.ts-comp-64 .dropdown-toggle {
    position: relative;
}

.select-block.select-taishin .select-style2 .dropdown-toggle:after {
    border: solid #4a4a4a;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2.5px;
    right: 10px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}
.select-block.select-taishin .select-style2 .dropdown-item span.text,
.ts-comp-64 .dropdown-item span.text {
    color: #4a4a4a;
}
.select-block.select-taishin .select-style2 .dropdown-item:hover span.text,
.ts-comp-64 .dropdown-item:hover span.text,
{
    background-color: #f9f9f9;
}
.select-block.select-taishin .select-style2 .dropdown-item:active span.text,
.select-block.select-taishin .select-style2 .dropdown-item.active span.text,
.ts-comp-64 .dropdown-item:active span.text,
.ts-comp-64 .dropdown-item.active span.text {
    color: #e30000;
    background-color: transparent;
}








/*style3*/
.ts-comp-64 .select-block {
    display: block;
    width: 335px;
    margin: auto;
}
.ts-comp-64 .bootstrap-select.pos-left .dropdown-toggle .filter-option {
    text-align: left;
}
.ts-comp-64 .dropdown-toggle .filter-option {
    width: 100%;
    border: none;
    padding: 0 20px 0 20px;


    border-radius: 15px;
    line-height: 44px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #000000;
    height: 44px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    background-image: url(../img/ts-icon-48.png);
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: auto;
}
.ts-comp-64 .dropdown-toggle .filter-option .filter-option-inner-inner {
    line-height: 44px;
}

.ts-comp-64 .dropdown-toggle .filter-option:focus {
    outline: none;
}

.ts-comp-64 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.ts-comp-64 .bootstrap-select>.dropdown-toggle {
    background-color: transparent;
}
.ts-comp-64 .dropdown-toggle::after {
    display: none;
}






/*ts-comp-64 select-style3*/
.ts-comp-64 {}

.ts-comp-64 .select-block select {
    width: 100%;
    border: none;
    padding: 5px 30px 5px 15px;
    border-radius: 15px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #000000;
    height: 44px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    background-image: url(../img/ts-icon-48.png);
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: auto;
}

.ts-comp-64 .select-block select::-ms-expand {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .ts-comp-64 .select-block {
        width: 300px;
    }
}

.ts-comp-64 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.ts-comp-64 .bootstrap-select>.dropdown-toggle {
    background-color: transparent;
}

.ts-comp-64 .dropdown-toggle::after {
    display: none;
}






/*加上select-wd-mid 可控制寬度*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).select-wd-mid {
    max-width: 140px;
    width: 100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).select-wd-lg {
    max-width: 250px;
    width: 100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).select-wd-full {
    width: 100%;
}

.ts-comp-64 .select-block.select-wd-full {
    width: 100%;
}



/*end of taishin select style*/

/*tab變select時的下拉選單樣式*/
.ts-comp-64.tab-select-mobile-btn {
    height: 78px;
    background-color: #d8d8d8;
    box-sizing: border-box;
    padding: 17px 20px;
}
.ts-comp-64.tab-select-mobile-btn .dropdown-toggle .filter-option {
    border-radius: 52px;
    background-color: transparent;
    border: none;
}
.ts-comp-64.tab-select-mobile-btn .bootstrap-select {
    display: block;
    background-color: #fff;
    border-radius: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 44px;
    position: relative;
}
.ts-comp-64.tab-select-mobile-btn .bootstrap-select:active,
.ts-comp-64.tab-select-mobile-btn .bootstrap-select:focus,
.ts-comp-64.tab-select-mobile-btn .bootstrap-select:hover {
    box-shadow: 0 3px 11px 0 rgba(0,
    0,
    0,
    0.2);
}
.ts-comp-64.tab-select-mobile-btn .bootstrap-select .dropdown-toggle .filter-option {
    text-align: center;
}
.ts-comp-7-3 .ga-tab-title-container,
.ts-transac-comp-1-1 .ga-tab-title-container,
.ts-transac-comp-1>.ga-tab-container>.ga-tab-scorll>.ga-tab-title-container,
.ts-comp-7-3-1 .ga-tab-title-container {
    opacity: 0;
}



/*有長選單時　tab就隱藏*/
.tab-select-mobile-btn+.ga-tab-container .cp-tab-select {
    display: none;
}
.tab-select-mobile-btn+.ga-tab-container .ga-tab-scorll {
    display: none;
}



@media(min-width:1023px) {
    .ts-comp-64.tab-select-mobile-btn {
        /*opacity: 0;
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        z-index: -999;*/
    }
}

@media(max-width:1023px) {

    .cp-tab-pc-content .nav-tabs {
        opacity: 0;
        position: fixed;
        z-index: -5;
        width: 0;
        height: 0;
        top: -100px;
        left: -100px;
    }
}

@media(max-width: 767px) {
    .ts-comp-64.tab-select-mobile-btn {
        padding: 17px 10px;
    }
}







/*end of tab變下拉選單的樣式*/
.select-block .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.select-block .btn-light:not(:disabled):not(.disabled).active,
.select-block .btn-light:not(:disabled):not(.disabled):active,
.select-block .show>.btn-light.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    outline: none;
}
.ts-comp-64 .dropdown-toggle .filter-option:focus {
    outline: none;
}





/*end of taishin select style*/

/*oversea*/

/*ps desc*/
.ts-main-012-block-all {
    padding-top: 30px;
}

.ts-main-012-block-all .ts-main-012 .list-num {
    font-size: 14px;
    text-align: left;
    line-height: normal;
    color: #333;
    list-style: decimal;
    list-style-position: inside;
    text-indent: -15px;
    padding-left: 15px;
}

.ts-main-012-block-all .ts-main-012 .list-num li {
    list-style: inherit;
}

.ts-main-012-block-all .ts-main-012 p {
    font-size: 14px;
    line-height: normal;
}

@media(max-width:767px) {
    .ts-main-012-block-all .ts-main-012 {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .ts-main-012-block-all .ts-main-012 .list-num {}
}






/*end of ps desc*/

/*map */
.ts-comp-069 {
    font-size: 0;
}

.ts-comp-069 .map-block {
    display: inline-block;
    vertical-align: top;
    width: 543px;
}

.ts-comp-069 .map-desc {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 570px);
    box-sizing: border-box;
    padding-left: 12px;
}

.ts-comp-069 .map-desc p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

@media(max-width: 1023px) {
    .ts-comp-069 .map-block {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .ts-comp-069 .map-desc {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .ts-comp-069 .map-block iframe {
        max-width: 100%;
        width: 100%;
    }

    .ts-comp-069 .map-desc {
        padding-left: 0;
        padding-right: 0;
    }
}








/*end of map*/

/*end of oversea*/

/*ts-comp-070*/
.ts-comp-070 .list-style-card-01 {
    font-size: 0;
    padding-top: 20px;
    text-align: left;
}

.ts-comp-070 .list-style-card-01.num-4>li {
    width: 22.808%;
}

.ts-comp-070 .list-style-card-01.num-4>li:nth-of-type(4n+1) {
    margin-left: 0;
}

.ts-comp-070 .list-style-card-01.num-4>li+li {
    margin-left: 2.922%;
}


.ts-comp-070 .list-style-card-01.num-2>li {
    max-width: 395px;
    width: 49%;
}

.ts-comp-070 .list-style-card-01.num-2>li+li {
    margin-left: 2%;
}

.ts-comp-070 .list-style-card-01.num-2>li:nth-of-type(2n+1) {
    margin-left: 0;
}

.ts-comp-070 .list-style-card-01.no-circle .title-block::after {
    display: none;
}

.ts-comp-070 .no-arrow.list-style-card-01 .title-block::after {
    display: none;
}


.ts-comp-070 .list-style-card-01>li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.ts-comp-070 .list-style-card-01>li:hover {
    box-shadow: 4px 4px 12px 1px rgba(206,
    205,
    205,
    0.8);
}

.ts-comp-070 .list-style-card-01 .card-block {
    border-radius: 5px;
}

.ts-comp-070 .list-style-card-01 .img-block {
    max-width: 100%;
    width: 100%;
}

.ts-comp-070 .list-style-card-01 .img-block img {
    max-width: 100%;
    width: 100%;
    height: 218px;
}

.ts-comp-070 .list-style-card-01 .img-block+.title-block {
    border-radius: 0;
}

.ts-comp-070 .list-style-card-01 .title-block {
    height: 64px;
    background-color: #f2f2f2;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    box-sizing: border-box;
    position: relative;
    padding: 0 13px;
    border-radius: 5px 5px 0 0;
    text-align: left;
    width: 100%;
    display: inline-block;
}

.ts-comp-070 .list-style-card-01 .title-block::before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ts-comp-070 .list-style-card-01 .title-block::after {
    content: ' ';
    display: inline-block;
    background-image: url(../img/icon-see-more.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    background-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 10px;
}

.ts-comp-070 .list-style-card-01 .content-block {
    padding: 10px 13px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
    border: 1px solid #e3e3e3;
    border-top: none;
    border-radius: 0 0 5px 5px;
    text-align: left;
    display: block;
}

.ts-comp-070 .list-style-card-01 .content-block p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-070 .list-style-card-01 .content-block .list-text {
    text-decoration: underline;
    font-size: 16px;
    color: #333333;
    line-height: normal;
    list-style: disc;
    padding-left: 10px;
    list-style-position: inside;
    text-indent: -23px;
    padding-left: 34px;
}

.ts-comp-070 .list-style-card-01 .content-block .list-text>li {
    list-style: inherit;
}

.ts-comp-070 .list-style-card-01 .content-block .list-text>li+li {
    margin-top: 10px;
}

.ts-comp-070 .list-style-card-01 .content-block .list-text>li a {
    font-size: 16px;
    color: #333333;
    line-height: normal;
}
.ts-comp-46 .ts-comp-070 {
    margin: 0 -30px;
    text-align: center;
}
.ts-comp-46 .ts-comp-070 .list-style-card-01 {}


@media(max-width: 1023px) {
    .ts-comp-070 {
        text-align: center;
    }

    .ts-comp-070 .list-style-card-01.num-4>li {
        width: 32%;
    }

    .ts-comp-070 .list-style-card-01.num-4>li+li {
        margin-left: 2%;
    }

    .ts-comp-070 .list-style-card-01.num-4>li:nth-of-type(4n+1) {
        margin-left: 2%;
    }

    .ts-comp-070 .list-style-card-01.num-4>li:nth-of-type(3n+1) {
        margin-left: 0;
    }
}

@media(max-width: 767px) {
    .ts-comp-46 .ts-comp-070 {
        margin: 0;
    }
    .ts-comp-070 .list-style-card-01 .content-block .list-text>li+li {
        margin-top: 6px;
    }


    .ts-comp-070 {
        text-align: center;
    }
    .ts-comp-070 .list-style-card-01 {
        text-align: center;
    }

    .ts-comp-070 .list-style-card-01.num-4>li {
        width: 100%;
        max-width: 100%;
    }

    .ts-comp-070 .list-style-card-01.num-4>li+li {
        margin-left: 0;
    }

    .ts-comp-070 .list-style-card-01.num-4>li:nth-of-type(2n+1) {
        margin-left: 0;
    }

    .ts-comp-070 .list-style-card-01.num-2>li {
        width: 100%;
    }

    .ts-comp-070 .list-style-card-01.num-2>li+li {
        margin-left: 0;
    }

    .ts-comp-070 .list-style-card-01.num-2>li:nth-of-type(2n+1) {
        margin-left: 0;
    }

    .ts-comp-070 .list-style-card-01 .img-block img {
        height: auto;
    }

    .ts-comp-070 .list-style-card-01.style-collapse .card-block {
        border: 1px solid #e3e3e3;
        border-right: 5px;
        font-size: 0;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
        padding-bottom: 50px;
        border-right: 1px solid #e3e3e3;
    }

    .ts-comp-070 .list-style-card-01.style-collapse .img-block {
        display: inline-block;
        width: 100px;
    }

    .ts-comp-070 .list-style-card-01.style-collapse .img-block img {
        border-radius: 50%;
        display: inline-block;
        width: 100px;
        height: 100px;
    }

    .ts-comp-070 .list-style-card-01.style-collapse .title-block:before {
        display: none;
    }

    .ts-comp-070 .list-style-card-01 .title-block {
        line-height: 64px;
    }

    .ts-comp-070 .list-style-card-01.style-collapse .card-block {
        padding-bottom: 30px;
        border: none;
        padding: 0;
    }
    /*    .ts-comp-070 .list-style-card-01.style-collapse .title-block {
        height: auto;
        display: inline-block;
        width: calc(100% - 100px);
        background-color: transparent;
    }*/
    .ts-comp-070 .list-style-card-01.style-collapse .content-block {
        border: none;
        display: inline-block;
        margin-top: 0;
        transition: .8s;
    }

    .ts-comp-070 .list-style-card-01.style-collapse .list-text,
    .ts-comp-070 .list-style-card-01.style-collapse p,
    .ts-comp-070 .list-style-card-01.style-collapse .text-detail-block {
        padding: 10px 10px 10px 34px;
    }

    .ts-comp-070 .list-style-card-01.style-collapse .collapse-content-block {
        min-height: 30px !important;
        height: 60px !important;
        display: block !important;
        overflow: hidden;
        max-height: none;
        padding: 0;
        border-radius: none;
    }
    .ts-comp-070 .list-style-card-01.style-collapse .card-block {
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
    }

    .ts-comp-070 .list-style-card-01.style-collapse .collapse-content-block.collapsing {

        height: auto !important;
        display: initial !important;
        min-height: 0 !important;
        max-height: none
    }

    .ts-comp-070 .list-style-card-01.style-collapse .collapse-content-block.show {
        height: auto !important;
        display: block !important;
        min-height: 0 !important;
        max-height: none
    }

    .ts-comp-070 [aria-expanded="false"] .closeup {
        display: none;
    }

    .ts-comp-070 [aria-expanded="true"] .opendown {
        display: none;
    }

    .ts-comp-070 .ts-comp-1-collapse {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.ts-comp-071 .ts-comp-30 {
    display: inline-block;
    vertical-align: middle;
}

.ts-comp-071 .ts-comp-30+.ts-comp-64 {
    margin-left: 3%;
}

.ts-comp-071 .ts-comp-64 {
    display: inline-block;
    vertical-align: middle;
    max-width: 350px;
    width: 30%;
}

.ts-comp-071 .ts-comp-64 .select-block {
    width: 100%;
}

.ts-comp-071 .ts-comp-64+.ts-comp-64 {
    margin-left: 1%;
}

.ts-comp-071 .ts-comp-1 {
    display: inline-block;
    vertical-align: middle;
    max-width: 206px;
    width: 18%;
    margin-left: 2%;
}

.ts-comp-071 .ts-comp-1 .btnnn {
    max-width: 206px;
    display: inline-block;
    width: 100%;
}

.ts-comp-071 .ts-comp-1 .btnnn .oval-style {
    width: 100%;
    margin: 0;
}


@media(max-width: 1199px) {
    .ts-comp-071 .ts-comp-64 {
        max-width: 30%;
    }

    .ts-comp-071 .ts-comp-1 {
        max-width: 16%;
    }
}


@media(max-width: 1023px) {
    .ts-comp-071 .ts-comp-64 {
        max-width: 27%;
    }

    .ts-comp-071 .ts-comp-1 {
        max-width: 16%;
    }
}

@media(max-width: 767px) {
    .ts-comp-071 .ts-comp-30 {
        display: block;
        margin-bottom: 10px;
    }

    .ts-comp-071 .ts-comp-30+.ts-comp-64 {
        margin-left: 0;
    }

    .ts-comp-071 .ts-comp-64 {
        max-width: 40%;
        width: 100%;
    }

    .ts-comp-071 .ts-comp-64+.ts-comp-64 {
        max-width: 30%;
        width: 100%;
        margin-left: 3%;
    }

    .ts-comp-071 .ts-comp-1 {
        max-width: 25%;
        width: 100%;
    }
}




/*atm search*/
.ts-comp-085 .ts-comp-30 {
    display: inline-block;
    vertical-align: middle;
}

.ts-comp-085 .ts-comp-30+.ts-comp-64 {
    margin-left: 3%;
}

.ts-comp-085 .ts-comp-64 {
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    width: 28%;
}

.ts-comp-085 .ts-comp-64 .select-block {
    width: 100%;
}

.ts-comp-085 .ts-comp-64+.ts-comp-64 {
    margin-left: 1%;
}

.ts-comp-085 .ts-comp-1 {
    display: inline-block;
    vertical-align: middle;
    max-width: 206px;
    width: 18%;
    margin-left: 2%;
    position: relative;
    top: -3px;
}

.ts-comp-085 .ts-comp-1 .btnnn {
    max-width: 206px;
    display: inline-block;
    width: 100%;
}

.ts-comp-085 .ts-comp-1 .btnnn .oval-style {
    width: 100%;
    margin: 0;
}


@media(max-width: 1199px) {
    .ts-comp-085 .ts-comp-64 {
        max-width: 30%;
    }

    .ts-comp-085 .ts-comp-1 {
        max-width: 16%;
    }
}


@media(max-width: 1023px) {
    .ts-comp-085 {
        padding-bottom: 20px;
    }
    .ts-comp-085 .ts-comp-30 {
        margin-right: 1%;
    }
    .ts-comp-085 .ts-comp-64 {
        max-width: 25%;
        width: 100%;
    }
    .ts-comp-085 .ts-comp-30+.ts-comp-64 {
        padding-left: 0;
        margin-left: 0;
    }

    .ts-comp-085 .ts-comp-1 {
        max-width: 16%;
    }
    .ts-comp-085 .ts-comp-1 .btnnn {
        max-width: 206px;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        position: relative;
    }
}

@media(max-width: 767px) {
    .ts-comp-085 {}
    .ts-comp-085 .ts-comp-30 {
        display: block;
        margin-bottom: 10px;
    }

    .ts-comp-085 .ts-comp-30+.ts-comp-64 {
        margin-left: 0;
    }

    .ts-comp-085 .ts-comp-64 {
        max-width: 39%;
        width: 100%;
        padding-bottom: 20px;
    }

    .ts-comp-085 .ts-comp-64+.ts-comp-64 {
        max-width: 38%;
        width: 100%;
        margin-left: 0;
    }
    .ts-comp-085 .ts-comp-64:nth-of-type(3) {
        margin-left: 3%;
    }
    .ts-comp-085 .ts-comp-64:nth-of-type(4) {
        max-width: 70%;
    }

    .ts-comp-085 .ts-comp-1 {
        max-width: 18%;
        width: 100%;
    }
}





/*end of atm search*/
.ts-comp-072 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-072 .half-content-ps {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    max-width: 723px;
    padding-bottom: 20px;
}

.ts-comp-072 .half-content-ps p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}






/*map*/
.ts-comp-073 {
    font-size: 0;
}

.ts-comp-073 .map-block {
    display: inline-block;
    vertical-align: top;
    max-width: 543px;
    width: 100%;
}

.ts-comp-073 .map-block .map-detail {
    width: 100%;
    height: 670px;
}

.ts-comp-073 .locationInfo {
    font-family: '微軟正黑體';
}

.ts-comp-073 .locationInfo h3 {
    font-family: MicrosoftJhengHei;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 1px;
    color: #000000;
    padding-bottom: 10px;
}

.ts-comp-073 .locationInfo .detail-list {
    list-style: none;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #4a4a4a;
    max-width: 280px;
    width: 100%;
}

.ts-comp-073 .locationInfo .detail-list>li {
    font-size: 12px;
    font-weight: normal;
}

.ts-comp-073 .locationInfo .detail-list>li+li {
    margin-top: 3px;
}

.ts-comp-073 .map-list-block {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 580px);
    width: 100%;
    padding-left: 2%;
}

.ts-comp-073 .list-style-ps-tag>li {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.ts-comp-073 .list-style-ps-tag>li:hover .title-detail,
.ts-comp-073 .list-style-ps-tag>li:focus .title-detail,
.ts-comp-073 .list-style-ps-tag>li:active .title-detail {
    color: #da2128;
}

.ts-comp-073 .list-style-ps-tag>li:last-of-type {
    margin-bottom: 20px;
}

.ts-comp-073 .list-style-ps-tag>li:nth-of-type(1) {
    padding-top: 0;
}

.ts-comp-073 .list-style-ps-tag .title-block .title-detail {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
}

.ts-comp-073 .list-style-ps-tag .active .title-detail {
    color: #da2128;
}

.ts-comp-073 .list-style-ps-tag .content-block {}

.ts-comp-073 .list-detail-block {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 56%;
}

.ts-comp-073 .list-detail-block>li {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-073 .title-block {
    margin-bottom: 10px;
}


.ts-comp-073 .list-detail-block>li:nth-of-type(3),
.ts-comp-073 .list-detail-block>li:nth-of-type(4) {
    display: inline-block;
    width: 48%;
}
.en .ts-comp-073 .list-detail-block>li:nth-of-type(3),
.en .ts-comp-073 .list-detail-block>li:nth-of-type(4) {

    width: 100%;
    padding-left: 0;
    margin-left: 0;
}



.ts-comp-073 .list-detail-block>li:nth-of-type(4) {
    margin-left: 2%;
}

.ts-comp-073 .tag-ps-block {
    display: inline-block;
    width: 40%;
    margin-left: 2%;
}

.ts-comp-073 .tag-ps-block .tag-block {
    border-radius: 20px;
    border: solid 1px #9b9b9b;
    display: inline-block;
    /*height: 35px;*/
    padding: 6px 8px;
    width: 100%;
    text-align: center;
}

.ts-comp-073 .tag-ps-block .tag-block+.tag-block {
    margin-top: 10px;
}

.ts-comp-073 .ts-comp-074 {
    display: inline-block;
    vertical-align: middle;
}

.ts-comp-073 .ts-comp-074 .filter-tag-block>li {
    margin-bottom: 0;
    vertical-align: top;
    margin-right: 5px;
}
.ts-comp-073 .tag-ps-block .tag-block a:focus {
    outline: none;
}
[class^="ts-transac-comp-"] a:focus {
    outline: none;
}

@media(max-width: 1199px) {
    .ts-comp-073 .map-block {
        max-width: 46%;
    }

    .ts-comp-073 .map-list-block {
        max-width: 54%;
    }

    .ts-comp-073 .list-detail-block {
        width: 53%;
    }

    .ts-comp-073 .tag-ps-block {
        width: 43%;
    }
}

@media(max-width: 1199px) {
    .ts-comp-073 .map-block {
        max-width: 48%;
    }

    .ts-comp-073 .map-block iframe {
        height: 760px;
    }

    .ts-comp-073 .map-list-block {
        max-width: 52%;
    }

    .ts-comp-073 .list-detail-block {
        width: 100%;
    }

    .ts-comp-073 .tag-ps-block {
        width: 100%;
        margin-top: 10px;
        font-size: 0;
        margin-left: 0;
    }

    .ts-comp-073 .tag-ps-block .tag-block {
        width: 57%;
        font-size: 16px;
    }

    .ts-comp-073 .tag-ps-block .tag-block+.tag-block {
        margin-top: 0;
        margin-left: 2%;
        width: 41%;
    }
}

@media(max-width:1023px) {
    .ts-comp-073 .ts-comp-074 .filter-tag-block>li {
        margin-right: 2px;
    }
}

@media(max-width: 767px) {
    .ts-comp-073 .map-block {
        display: none;
    }

    .ts-comp-073 .map-list-block {
        max-width: 100%;
        padding-left: 0;
    }

    .ts-comp-073 .tag-ps-block .tag-block {
        width: 62%;
        font-size: 16px;
    }

    .ts-comp-073 .tag-ps-block .tag-block+.tag-block {
        width: 36%;
    }

    .ts-comp-073 .title-block {
        font-size: 0;
        position: relative;
    }

    .ts-comp-073 .ts-comp-074 {
        width: 66%;
        vertical-align: top;
    }

    .ts-comp-073 .list-style-ps-tag .title-block .title-detail {
        vertical-align: top;
        display: inline;
    }

    .ts-comp-073 .title-block:after {
        content: " ";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../img/icon-pin.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        cursor: pointer;
    }

    .ts-comp-073 .title-block:after {
        position: absolute;
        right: 0;
        top: 2px;
    }
}

@media(max-width: 374px) {


    .ts-comp-073 .ts-comp-074 {
        max-width: 60%;
        width: 65%;
        vertical-align: top;
    }

    .ts-comp-073 .list-style-ps-tag .title-block .title-detail {
        vertical-align: top;
        display: inline;
    }
}

@media(max-width: 375px) {
    .ts-comp-073 .tag-ps-block .tag-block,
    .ts-comp-073 .tag-ps-block .tag-block a {

        font-size: 14px;
    }
}



/*map*/
.ts-comp-073-a {
    font-size: 0;
}

.ts-comp-073-a .map-block {
    display: inline-block;
    vertical-align: top;
    max-width: 543px;
    width: 100%;
}

.ts-comp-073-a .map-block .map-detail {
    width: 100%;
    height: 670px;
}

.ts-comp-073-a .locationInfo {
    font-family: '微軟正黑體';
}

.ts-comp-073-a .locationInfo h3 {
    font-family: MicrosoftJhengHei;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 1px;
    color: #000000;
    padding-bottom: 10px;
}

.ts-comp-073-a .locationInfo .detail-list {
    list-style: none;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #4a4a4a;
}

.ts-comp-073-a .locationInfo .detail-list>li {
    font-size: 12px;
    font-weight: normal;
}

.ts-comp-073-a .locationInfo .detail-list>li+li {
    margin-top: 3px;
}

.ts-comp-073-a .map-list-block {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 580px);
    width: 100%;
    padding-left: 2%;
}

.ts-comp-073-a .list-style-ps-tag>li {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.ts-comp-073-a .list-style-ps-tag>li:hover .title-detail,
.ts-comp-073-a .list-style-ps-tag>li:focus .title-detail,
.ts-comp-073-a .list-style-ps-tag>li:active .title-detail {
    color: #da2128;
}

.ts-comp-073-a .list-style-ps-tag>li:last-of-type {
    margin-bottom: 20px;
}

.ts-comp-073-a .list-style-ps-tag>li:nth-of-type(1) {
    padding-top: 0;
}

.ts-comp-073-a .list-style-ps-tag .title-block .title-detail {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
}

.ts-comp-073-a .list-style-ps-tag .active .title-detail {
    color: #da2128;
}

.ts-comp-073-a .list-style-ps-tag .content-block {}

.ts-comp-073-a .list-detail-block {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.ts-comp-073-a .list-detail-block>li {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-073-a .title-block {
    margin-bottom: 10px;
}


.ts-comp-073-a .list-detail-block>li:nth-of-type(3),
.ts-comp-073-a .list-detail-block>li:nth-of-type(4) {
    display: inline-block;
    width: 48%;
}
.en .ts-comp-073-a .list-detail-block>li:nth-of-type(3),
.en .ts-comp-073-a .list-detail-block>li:nth-of-type(4) {

    width: 100%;
    padding-left: 0;
    margin-left: 0;
}

.ts-comp-073-a .list-detail-block>li:nth-of-type(4) {
    margin-left: 2%;
}

.ts-comp-073-a .ts-comp-074 {
    display: inline-block;
    vertical-align: middle;
}

.ts-comp-073-a .ts-comp-074 .filter-tag-block>li {
    margin-bottom: 0;
    vertical-align: top;
    margin-right: 5px;
}
[class^="ts-transac-comp-"] a:focus {
    outline: none;
}

@media(max-width: 1199px) {
    .ts-comp-073-a .map-block {
        max-width: 46%;
    }

    .ts-comp-073-a .map-list-block {
        max-width: 54%;
    }

    .ts-comp-073-a .list-detail-block {
        width: 53%;
    }
}

@media(max-width: 1199px) {
    .ts-comp-073-a .map-block {
        max-width: 48%;
    }

    .ts-comp-073-a .map-block iframe {
        height: 760px;
    }

    .ts-comp-073-a .map-list-block {
        max-width: 52%;
    }

    .ts-comp-073-a .list-detail-block {
        width: 100%;
    }
}

@media(max-width:1023px) {
    .ts-comp-073-a .ts-comp-074 .filter-tag-block>li {
        margin-right: 2px;
    }
}

@media(max-width: 767px) {
    .ts-comp-073-a .map-block {
        display: none;
    }

    .ts-comp-073-a .map-list-block {
        max-width: 100%;
        padding-left: 0;
    }

    .ts-comp-073-a .title-block {
        font-size: 0;
        position: relative;
    }

    .ts-comp-073-a .ts-comp-074 {
        width: 66%;
        vertical-align: top;
    }

    .ts-comp-073-a .list-style-ps-tag .title-block .title-detail {
        vertical-align: top;
        display: inline;
    }

    .ts-comp-073-a .title-block:after {
        content: " ";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../img/icon-pin.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        cursor: pointer;
    }

    .ts-comp-073-a .title-block:after {
        position: absolute;
        right: 0;
        top: 2px;
    }
}

@media(max-width: 374px) {


    .ts-comp-073-a .ts-comp-074 {
        max-width: 60%;
        width: 65%;
        vertical-align: top;
    }

    .ts-comp-073-a .list-style-ps-tag .title-block .title-detail {
        vertical-align: top;
        display: inline;
    }
}

@media(max-width: 375px) {}

.ts-comp-074 h5 {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #323232;
    padding-bottom: 16px;
}
.ts-comp-074 h5 .sm-title {
    font-weight: bold;
    font-size: 16px;
}

.ts-comp-074 .filter-tag-block>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 15px;
}
.ts-comp-074 .filter-tag-block>li a:hover .tag-text-block,
.ts-comp-074 .filter-tag-block>li.active .tag-text-block {
    color: #da2128;
    font-weight: bold;
}

.ts-comp-074 .filter-tag-block>li a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #323232;
}

.ts-comp-074 .filter-tag-block>li.active {
    color: #d70c18;
}

.ts-comp-074 .tag-color-block {
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}

.ts-comp-074 .tag-text-block {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #323232;
    display: inline-block;
}

.ts-comp-074 .color-all {
    background-color: #d70c18;
}

.ts-comp-074 .color-get {
    background-color: #ff8d11;
}

.ts-comp-074 .color-save {
    background-color: #ff8080;
}

.ts-comp-074 .color-money {
    background-color: #62a614;
}

.ts-comp-074 .color-disable {
    background-color: #3d9cf8;
}

.ts-comp-074 .color-eyes {
    background-color: #233a7a;
}

.ts-comp-074 .color-nfc {
    background-color: #7e5ee9;
}

.ts-comp-074 .color-book {
    background-color: #78603c;
}

.ts-comp-074 .color-qr {
    background-color: #9b9b9b;
}

.ts-comp-074 .color-coin {
    background-color: #007953;
}

.ts-comp-074 .color-vtm {
    background-color: #3e0078;
}

@media(max-width: 767px) {
    .ts-comp-074 .filter-tag-block>li {
        margin-right: 15px;
    }
}


.ts-comp-075 .video-list-block {
    font-size: 0;
}

.ts-comp-075 .video-list-block>li {
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 30px 0 30px 20px;
    font-size: 0;
}

.ts-comp-075 .video-list-block>li+li {
    margin-top: 20px;
}

.ts-comp-075 .desc-block {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.ts-comp-075 .desc-block>h3 {
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #da2128;
    margin-top: 50px;
}

.ts-comp-075 .desc-block>p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}

.ts-comp-075 .img-block {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: right;
    position: relative;
}
.ts-comp-075 .img-block:after {
    content: ' ';
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url('../img/icon-play.png');
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.ts-comp-075 .share-block a {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    text-align: center;
}

.ts-comp-075 .share-block a+a {
    margin-left: 0;
}

.ts-comp-075 .share-block .titlebtn {
    font-size: 0;
}

.ts-comp-075 .addFavorite img:nth-of-type(2) {
    display: none;
}

.ts-comp-075 .addFavorite.active img:nth-of-type(2) {
    display: inline-block;
}

.ts-comp-075 .addFavorite.active img:nth-of-type(1) {
    display: none;
}

@media(max-width: 1199px) {
    .ts-comp-075 .img-block img {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .ts-comp-075 .video-list-block>li {
        padding-left: 0;
        padding-right: 0;
        position: relative;
        padding-bottom: 41px;
    }

    .ts-comp-075 .img-block {
        width: 100%;
    }

    .ts-comp-075 .video-list-block .desc-block {
        width: 100%;
        padding: 0 20px 30px 20px;
    }

    .ts-comp-075 .desc-block .share-block {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
    }

    .ts-comp-075 .share-block a {
        display: inline-block;
        width: 33.3%;
        height: 41px;
        line-height: 41px;
    }

    .ts-comp-075 .share-block a.active {
        background-color: #e2e2e2;
    }

    .ts-comp-075 .desc-block>h3 {
        margin-top: 0;
    }

    .ga-tab-content .ts-comp-075 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .ts-comp-075 .share-block a:active,
    .ts-comp-075 .share-block a:focus {
        background-color: #e2e2e2;
    }
}

.ts-comp-076 .ts-comp-64 {
    margin-bottom: 10px;
}

.ts-comp-076 .ts-comp-64 .dropdown-toggle .filter-option .filter-option-inner-inner {
    text-align: center;
}

.ts-comp-076 .list-and-btn-block>li {
    font-size: 0;
    border: solid 1px #e3e3e3;
    padding: 5px 10px;
}

.ts-comp-076 .list-and-btn-block>li+li {
    border-top: none;
}

.ts-comp-076 .list-and-btn-block .text-block {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
}

.ts-comp-076 .list-and-btn-block .text-block p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
    /*display: inline;*/
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top
}

.ts-comp-076 .list-and-btn-block .text-block .ps-text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9b9b;
    display: inline;
    position: relative;
    top: -2px;
}

.ts-comp-076 .list-and-btn-block .text-block:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #da2128;
    top: -2px;
    position: relative;
}

.ts-comp-076 .list-and-btn-block .btn-block {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: right;
}

.ts-comp-076 .btn-block .editor-btnnn {
    padding-top: 0;
}

.ts-comp-076 .btn-block .editor-btnnn .btnnn {
    text-align: right;
}

.ts-comp-076 .btn-block .editor-btnnn .btnnn .oval-style {
    max-width: 120px;
    width: 100%;
}

.ts-comp-076.btn-two .list-and-btn-block .text-block {
    width: 70%;
}

.ts-comp-076.btn-two .list-and-btn-block .btn-block {
    width: 30%;
}

.ts-comp-076.btn-two .btn-block .editor-btnnn .btnnn .oval-style {
    max-width: 49%;
    width: 100%;
}

.ts-comp-076.btn-two .btn-block .editor-btnnn .btnnn .oval-style+.oval-style {
    margin-left: 2%;
}

.ts-comp-076 .ts-comp-30 .editor-subtitle p {
    color: #333;
}

.ts-comp-076 .ts-comp-30 .editor-subtitle {
    margin-bottom: 10px;
}

.ts-comp-076 .list-and-btn-block+.ts-comp-30 {
    margin-top: 30px;
}

.ts-comp-076 .btm-ps {
    margin-top: 60px;
}

@media(max-width: 767px) {
    .ts-comp-076 .list-and-btn-block .text-block {
        width: 70%;
    }

    .ts-comp-076 .list-and-btn-block>li {

        padding: 10px 10px;
    }

    .ts-comp-076 .list-and-btn-block .text-block .ps-text {
        display: block;
        box-sizing: border-box;
        top: 0;
        margin-top: 2px;
        margin-bottom: 5px;
    }

    .ts-comp-076 .list-and-btn-block .btn-block {
        width: 30%;
    }

    .ts-comp-076.btn-two .list-and-btn-block .text-block p {
        display: inline-block;
    }

    .ts-comp-076.btn-two .list-and-btn-block .text-block .ps-text {
        display: block;
        box-sizing: border-box;
        top: 0;
        margin-top: 2px;
        margin-bottom: 5px;
    }

    .ts-comp-076.btn-two .list-and-btn-block>li,
    .ts-comp-076 .list-and-btn-block>li {
        padding: 10px;
    }

    .ts-comp-076.btn-two .list-and-btn-block .text-block,
    .ts-comp-076 .list-and-btn-block .text-block {
        width: 100%;
    }

    .ts-comp-076.btn-two .list-and-btn-block .btn-block,
    .ts-comp-076 .list-and-btn-block .btn-block {
        width: 100%;
    }

    .ts-comp-076.btn-two .btn-block .editor-btnnn .btnnn,
    .ts-comp-076 .btn-block .editor-btnnn .btnnn {
        text-align: left;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .ts-comp-076.btn-two .btn-block .editor-btnnn .btnnn .oval-style {
        max-width: 120px;
        width: 100%;
    }
    /*


    .ts-comp-076.btn-two .list-and-btn-block .text-block {
        width: 100%;
    }

    .ts-comp-076.btn-two .list-and-btn-block .btn-block {
        width: 100%;
    }

    .ts-comp-076.btn-two .btn-block .editor-btnnn .btnnn {
        text-align: left;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .ts-comp-076.btn-two .btn-block .editor-btnnn .btnnn .oval-style {
        max-width: 120px;
        width: 100%;
    }


    */
    .ts-comp-076 .btm-ps {
        margin-top: 40px;
    }
}

@media(min-width: 768px) {
    .show-mobile {
        display: none !important;
    }
}


.ts-comp-077 .title-block {
    font-size: 0;
    margin-bottom: 20px;
}

.ts-comp-077 .title-block h2 {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #000000;
    text-align: left;
}

.ts-comp-077 .title-block .ts-comp-64 {
    display: inline-block;
    vertical-align: middle;
    width: 24.5%;
}

.ts-comp-077 .title-block .ts-comp-64+.ts-comp-64 {
    margin-left: 1%;
}

.ts-comp-077 .title-block .ts-comp-64 .select-block {
    width: 100%;
}

.ts-comp-077 .ts-comp-64 .dropdown-toggle .filter-option .filter-option-inner-inner {
    text-align: center;
}


@media(max-width: 1199px) {
    .ts-comp-077 .title-block h2 {
        width: 60%;
        font-size: 24px;
    }

    .ts-comp-077 .title-block .ts-comp-64 {
        width: 19%;
    }
}

@media(max-width: 767px) {
    .ts-comp-077 .title-block h2 {
        width: 100%;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .ts-comp-077 .title-block .ts-comp-64 {
        width: 49%;
    }
}

.ts-comp-079 .list-img-text-style>li {
    overflow: hidden;
    font-size: 0;
}
.ts-comp-079 .list-img-text-style>li+li {
    padding-top: 20px;
}
.ts-comp-079 .list-img-text-style .img-block {
    display: inline-block;
    width: 34%;
    float: left;
    padding-right: 2%;
    box-sizing: border-box;
}
.ts-comp-079 .list-img-text-style .img-block img {
    width: 100%;
}
.ts-comp-079 .list-img-text-style .title-block {
    display: inline-block;
    width: 66%;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #000000;
    margin-bottom: 4px;
}
.ts-comp-079 .list-img-text-style p {
    display: inline-block;
    width: 64%;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333333;
}
@media(max-width: 767px) {
    .ts-comp-079 .list-img-text-style>li {}

    .ts-comp-079 .list-img-text-style>li+li {
        padding-top: 20px;
    }

    .ts-comp-079 .list-img-text-style .img-block {
        display: inline-block;
        width: 32%;
        float: left;
        padding-right: 0;
        box-sizing: border-box;
        height: 100px;
        max-width: 100px;
    }

    .ts-comp-079 .list-img-text-style .img-block img {
        max-width: 100%;
        max-height: 100%;
        height: 100px;
        width: 100px;

        border-radius: 50%;
    }

    .ts-comp-079 .list-img-text-style .title-block {
        padding-left: 2%;
        font-size: 21px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.2px;
        color: #000000;
        width: 68%;
    }

    .ts-comp-079 .list-img-text-style p {
        font-size: 16px;
        line-height: 1.88;
        letter-spacing: normal;
        width: 100%;
        padding-top: 10px;
    }
}

.ts-comp-080 {
    margin-bottom: 20px;
}

.ts-comp-080 .banner-taishin-style {
    display: inline-block;
    max-width: 1180px;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-image: url(../img/bg-month-img.png);
    background-position: center right;
    background-size: contain;
}
.ts-comp-080 .bg-taishin-logo {
    background-repeat: no-repeat;
    background-image: url(../img/bg-banner-taishin.png);
    background-position: center left;
    background-size: contain;
    height: 100%;
}
.ts-comp-080 .content-detail {
    padding: 40px 58px;
}
.ts-comp-080 h2 {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #ffffff;
    padding-bottom: 36px;
}
.ts-comp-080 .text-item-list {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: normal;
    color: #ffffff;
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
    width: 38%;
}
.ts-comp-080 .text-item-list>li {
    list-style: inherit;
    width: 100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media(max-width: 1023px) {
    .ts-comp-080 .banner-taishin-style {
        width: 100%;
        height: 270px;
    }

    .ts-comp-080 .bg-taishin-logo {}

    .ts-comp-080 .content-detail {
        padding: 20px 15px;
    }

    .ts-comp-080 h2 {
        font-size: 28px;
        padding-bottom: 10px;
        padding-left: 5px;
    }

    .ts-comp-080 .text-item-list {}

    .ts-comp-080 .text-item-list>li {
        font-size: 13px;
        line-height: 1.8;
    }
}
@media(max-width: 767px) {

    .ts-comp-080 .banner-taishin-style {
        background-position: top -80px center;
        background-size: 100%;
    }

    .ts-comp-080 .bg-taishin-logo {
        background-image: none;
    }

    .ts-comp-080 .content-detail {
        padding: 0;
    }

    .ts-comp-080 h2 {
        height: 200px;
        line-height: 200px;
        background-color: rgba(0, 0, 0, 0.2);
        text-align: left;
        padding-left: 20px;
    }

    .ts-comp-080 .text-item-list {
        background-color: #da2128;
        margin-top: 0;
        padding: 10px 15px;
        box-sizing: border-box;
        width: 100%;
    }

    .ts-comp-080 .text-item-list>li {
        font-size: 16px;
        text-indent: -24px;
        padding-left: 28px;
    }
    .ts-comp-080 {
        margin-top: -60px;
    }
}
@media(max-width: 500px) {
    .ts-comp-080 .banner-taishin-style {
        background-position: top center;
        background-size: 100%;
    }
}
.ts-comp-081 .list-style-text {
    padding-bottom: 30px;
}
.ts-comp-081 .list-style-text>li {
    border-bottom: 1px solid #979797;
}

.ts-comp-081 .list-style-text>li+li {
    padding-top: 20px;
}
.ts-comp-081 .list-style-text h4 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.1px;
    color: #000000;
    padding-bottom: 10px;
}
.ts-comp-081 .list-style-text p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: rgba(0,
    0,
    0,
    0.9);
    padding-bottom: 20px;
}








/*EN style*/
.en .ts-comp-071 {
    padding-bottom: 20px;
}
.en .ts-comp-071 .ts-comp-30 {
    width: 100%;
    display: block;
    padding-bottom: 5px;
}
.en .ts-comp-071 .ts-comp-30+.ts-comp-64 {
    padding-left: 0;
    margin-left: 0;
}
.en .ts-comp-074 .tag-text-block {
    vertical-align: top;
}
.en .ts-comp-073 .list-style-ps-tag .title-detail {
    display: block;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    .en .ts-transac-comp-1 .tab-sty-1 li a {
        font-size: 17px;
        word-break: break-word;
    }
}
@media only screen and (max-width: 767px) {
    .en .ts-transac-comp-1 .tab-sty-1 li a {
        padding: 12px 0;
        display: block;
        border-radius: 0;
        position: relative;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #717171;
        border: 0;
        background-color: transparent;
        white-space: normal;
    }

    .en .ts-transac-comp-1 .tab-sty-1 li {
        vertical-align: middle;
    }

    .en .ts-comp-073 .tag-ps-block .tag-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .en .ts-comp-071 {
        text-align: center;
    }

    .en .ts-comp-071 .ts-comp-30 {
        text-align: left;
    }

    .en .ts-comp-073 .tag-ps-block .tag-block+.tag-block {
        margin-left: 0;
    }

    .en .ts-comp-071 .ts-comp-64 {
        width: 100%;
        max-width: 100%;
    }

    .en .ts-comp-071 .ts-comp-64+.ts-comp-64 {
        margin-left: 0px;
        margin-top: 10px;
    }

    .en .ts-comp-071 .ts-comp-1 {
        max-width: 206px;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .en .ts-comp-073 .title-block {
        padding-right: 20px;
    }
}




/*end of EN style*/

/*form gird style*/
.form-item {
    font-size: 0;
}

.gas-layout-form [class^="gas-form-col-"] {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.gas-layout-form [class^="gas-form-col-"]+[class^="gas-form-col-"] {
    margin-left: 2%;
}

.gas-layout-form .gas-form-col-1 {
    width: 6.5%;
}

.gas-layout-form .gas-form-col-2 {
    width: 15%;
}

.gas-layout-form .gas-form-col-3 {
    width: 23.5%;
}

.gas-layout-form .gas-form-col-4 {
    width: 32%;
}

.gas-layout-form .gas-form-col-5 {
    width: 40.5%;
}

.gas-layout-form .gas-form-col-6 {
    width: 49%;
}

.gas-layout-form .gas-form-col-7 {
    width: 57.5%;
}

.gas-layout-form .gas-form-col-8 {
    width: 66%;
}

.gas-layout-form .gas-form-col-9 {
    width: 74.5%;
}

.gas-layout-form .gas-form-col-10 {
    width: 83%;
}

.gas-layout-form .gas-form-col-11 {
    width: 91.5%;
}

.gas-layout-form .gas-form-col-12 {
    width: 100%;
}

.gas-layout-form .gas-form-col-auto {
    width: auto;
}

@media (max-width: 1023px) {
    .gas-layout-form .gas-form-col-pad-1 {
        width: 6.5%;
    }
    .gas-layout-form .gas-form-col-pad-2 {
        width: 15%;
    }
    .gas-layout-form .gas-form-col-pad-3 {
        width: 23.5%;
    }
    .gas-layout-form .gas-form-col-pad-4 {
        width: 32%;
    }
    .gas-layout-form .gas-form-col-pad-5 {
        width: 40.5%;
    }
    .gas-layout-form .gas-form-col-pad-6 {
        width: 49%;
    }
    .gas-layout-form .gas-form-col-pad-7 {
        width: 57.5%;
    }
    .gas-layout-form .gas-form-col-pad-8 {
        width: 66%;
    }
    .gas-layout-form .gas-form-col-pad-9 {
        width: 74.5%;
    }
    .gas-layout-form .gas-form-col-pad-10 {
        width: 83%;
    }
    .gas-layout-form .gas-form-col-pad-11 {
        width: 91.5%;
    }
    .gas-layout-form .gas-form-col-pad-12 {
        width: 100%;
    }
    .gas-layout-form .gas-form-col-pad-auto {
        width: auto;
    }
    .gas-layout-form .gas-form-col-pad-12+.gas-form-col-pad-12 {
        padding-top: 10px;
        padding-left: 0;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .gas-layout-form .gas-form-col-sm-1 {
        width: 6.5%;
    }
    .gas-layout-form .gas-form-col-sm-2 {
        width: 15%;
    }
    .gas-layout-form .gas-form-col-sm-3 {
        width: 23.5%;
    }
    .gas-layout-form .gas-form-col-sm-4 {
        width: 32%;
    }
    .gas-layout-form .gas-form-col-sm-5 {
        width: 40.5%;
    }
    .gas-layout-form .gas-form-col-sm-6 {
        width: 49%;
    }
    .gas-layout-form .gas-form-col-sm-7 {
        width: 57.5%;
    }
    .gas-layout-form .gas-form-col-sm-8 {
        width: 66%;
    }
    .gas-layout-form .gas-form-col-sm-9 {
        width: 74.5%;
    }
    .gas-layout-form .gas-form-col-sm-10 {
        width: 83%;
    }
    .gas-layout-form .gas-form-col-sm-11 {
        width: 91.5%;
    }
    .gas-layout-form .gas-form-col-sm-12 {
        width: 100%;
    }
    .gas-layout-form .gas-form-col-sm-auto {
        width: auto;
    }
    .gas-layout-form .gas-form-col-sm-12+.gas-form-col-sm-12 {
        padding-top: 16px;
        padding-left: 0;
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-1:nth-of-type(1n+2) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-1:nth-of-type(1n+1) {
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-2:nth-of-type(2n+3) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-2:nth-of-type(2n+4) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-2:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-3:nth-of-type(3n+4) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-3:nth-of-type(3n+5) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-3:nth-of-type(3n+6) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-3:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-4:nth-of-type(4n+5) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-4:nth-of-type(4n+6) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-4:nth-of-type(4n+7) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-4:nth-of-type(4n+8) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-4:nth-of-type(4n+1) {
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-5:nth-of-type(5n+6) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-5:nth-of-type(5n+7) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-5:nth-of-type(5n+8) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-5:nth-of-type(5n+9) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-5:nth-of-type(5n+10) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-5:nth-of-type(5n+1) {
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-6:nth-of-type(2n+3) {
        padding-top: 10px;
        padding-left: 0;
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-6:nth-of-type(2n+4) {
        padding-top: 10px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-7:nth-of-type(7n+8) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-7:nth-of-type(7n+9) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-7:nth-of-type(7n+10) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-7:nth-of-type(7n+11) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-7:nth-of-type(7n+12) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-7:nth-of-type(7n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-7:nth-of-type(7n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-7:nth-of-type(7n+1) {
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-8:nth-of-type(8n+9) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-8:nth-of-type(8n+10) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-8:nth-of-type(8n+11) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-8:nth-of-type(8n+12) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-8:nth-of-type(8n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-8:nth-of-type(8n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-8:nth-of-type(8n+15) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-8:nth-of-type(8n+16) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-8:nth-of-type(8n+1) {
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-9:nth-of-type(9n+10) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-9:nth-of-type(9n+11) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-9:nth-of-type(9n+12) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-9:nth-of-type(9n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-9:nth-of-type(9n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-9:nth-of-type(9n+15) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-9:nth-of-type(9n+16) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-9:nth-of-type(9n+17) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-9:nth-of-type(9n+18) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-9:nth-of-type(9n+1) {
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-10:nth-of-type(10n+11) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-10:nth-of-type(10n+12) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-10:nth-of-type(10n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-10:nth-of-type(10n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-10:nth-of-type(10n+15) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-10:nth-of-type(10n+16) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-10:nth-of-type(10n+17) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-10:nth-of-type(10n+18) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-10:nth-of-type(10n+19) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-10:nth-of-type(10n+20) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-10:nth-of-type(10n+1) {
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+12) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+15) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+16) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+17) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+18) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+19) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+20) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+21) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+22) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-11:nth-of-type(11n+1) {
        margin-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+15) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+16) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+17) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+18) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+19) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+20) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+21) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+22) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+23) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+24) {
        padding-top: 20px;
        padding-left: 0;
    }
    .gas-layout-form .gas-form-col-sm-12:nth-of-type(12n+1) {
        margin-left: 0;
    }
    .gas-layout-form .form-layout-title .formtype-title-form .gas-form-col-sm-12+.gas-form-col-sm-12 {
        padding-top: 10px;
        padding-left: 0;
        margin-left: 0;
    }
}


.gas-layout-form .form-ps {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #717171;
    display: block;
}




/*end of form grid-style*/
.ts-comp-082 {
    padding-bottom:40px;
}
.ts-comp-082 .gas-layout-form {
    font-size: 0;
}
.ts-comp-082 .gas-layout-form .form-left-part {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}
.ts-comp-082 .gas-layout-form .form-right-part {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}
.ts-comp-082 .gas-layout-form .ts-comp-1 .btnnn .oval-style {
    max-width: 100%;
    width: 120px;
}
.ts-comp-082.ts-comp-082-1 {
    max-width: 300px;
    width: 100%;
    float: right;
}
.ts-comp-082.ts-comp-082-1 .gas-layout-form .form-left-part {
    width: 40%;
}
.ts-comp-082.ts-comp-082-1 .gas-layout-form .form-right-part {
    width: 60%;
}

@media(max-width:767px) {
    .ts-comp-082.ts-comp-082-1 {
        max-width: 300px;
        width: 100%;
        float: none;
    }
    .ts-comp-082.ts-comp-082-1 .gas-layout-form .form-right-part {
        width: 72%;
    }

    .ts-comp-082 .gas-layout-form .form-left-part {
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
    }
    .ts-comp-082 .gas-layout-form .form-right-part {
        width: 100%;
    }
    .ts-comp-082 .gas-layout-form .ts-comp-1 .btnnn .oval-style {
        max-width: 100%;
        width: 240px;
    }
    .ts-comp-082.ts-comp-082-1 .gas-layout-form .form-left-part {
        width: 100%;
    }
}
.ts-comp-083 .ts-comp-30 .editor-title-txt {
    padding-top: 30px;
}

.ts-comp-083 .scroll-table-pc .editor-table {
    width: 100%;
    overflow-x: scroll;
}
.ts-comp-083 .scroll-table-pc .editor-table table {
    width: 1000px;
}

@media(max-width:767px) {
    .ts-comp-083 .scroll-table-mobile .editor-table {
        width: 100%;
        overflow-x: scroll;
    }
    .ts-comp-083 .scroll-table-mobile .editor-table table {
        width: 1000px;
    }
}

.pos-left {
    text-align: left;
}
.pos-center {
    text-align: center;
}
.pos-right {}

.ts-comp-30 .editor-table table tr td.pos-left {
    text-align: left;
}
.ts-comp-30 .editor-table table tr td.pos-center {
    text-align: center;
}
.ts-comp-30 .editor-table table tr td.pos-right {
    text-align: right;
}
.ts-comp-30 .editor-table .wd-date-time {
    width: 216px;
}


.ts-comp-084 {
    margin-bottom: 50px;
}

.ts-comp-084 .input-block {
    display: inline-block;
    max-width: 490px;
    width: 100%;
    position: relative;
}
.ts-comp-084 .input-block input {
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #d6d6d6;
}
.ts-comp-084 .icon-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.ts-comp-084 .icon-search img {
    width: 16px;
}

@media(max-width: 767px) {
    .ts-comp-084 {
        text-align: center;
    }
    .ts-comp-084 .input-block {
        max-width: 325px;
    }
}

@media(max-width: 374px) {
    .ts-comp-084 .input-block {
        max-width: 280px;
    }
}

@media(max-width: 1023px) {
    .ts-comp-084 .hide-mobile {
        display: none !important;
    }
}


.popup-style-basic .modal-cancel {
    float: right;
    text-align: right;
    display: inline-block;
    width: 20px;
    margin: 0 0 auto auto;
}
.popup-style-basic .modal-header {
    border-bottom: none;
}
.popup-style-basic .modal-header h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.popup-style-basic .modal-cancel img {
    width: 20px;
}




/* ts-comp-24HeCounter-011 */
.ts-comp-086 {
    padding-bottom: 50px;
}

.ts-comp-086 .desc {
    padding: 20px;
    background-color: #fcd5d5;
}
.ts-comp-086 .desc p {
    /**/
}
.ts-comp-086 .desc p .keyword {
    color:#da2128;
    font-weight: bold;
    /**/
}
@media only screen and (max-width:1023px) {
    .ts-comp-086 {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media only screen and (max-width:767px) {
    .ts-comp-086 {
        padding: 0 0 30px;
    }
}

.ts-comp-087.select-muti-block.num2 {
    text-align: center;
}


.ts-comp-087.select-muti-block.num2 .ts-comp-64 {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    max-width: 250px;
}
.ts-comp-087.select-muti-block.num2 .ts-comp-64 .select-block {
    width: 100%;
}
.ts-comp-087.select-muti-block.num2 .ts-comp-64+.ts-comp-64 {
    margin-left: 1.5%;
}

.modal-body .ts-comp-30 .editor-txt p {
    font-size: 14px;
}
.modal-body .ts-comp-30 .editor-ol-li ol li {
    font-size: 14px;
}




/*2018/07/27 added by titan*/

/*ts-comp-18*/
.ts-comp-oversea-sliderbar-title {
    position: relative;
    padding-left: 10px;
}

.ts-comp-oversea-sliderbar-title .title {
    padding-bottom: 20px;
}

.ts-comp-oversea-sliderbar-title .title p,
.ts-comp-oversea-sliderbar-title .title h1 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    color: #000000;
}

.sidemenu-block .mega-comp-3 .left.oversea-sliderbar {
    margin-top:0px;
}
.sidemenu-block .mega-comp-3 .left.oversea-sliderbar .mega-comp-2 .ul-items .ul-li-items .txt .txtsty {
    font-size:16px;
}

.sidemenu-block .mega-comp-3 .left.oversea-sliderbar .linkk a {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-align: right;
    color: #333333;
    position: relative;
    display: block;
    vertical-align: top;
    padding-right: 25px;
    text-align: right;
}

.sidemenu-block .mega-comp-3 .left.oversea-sliderbar .linkk a:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0px;
    width: 32px;
    height: 32px;
    transform: rotate(-90deg);
    background-image: url(../img/ts-419.png);
    background-size: cover;
    background-position: center;
}

.sidemenu-block .mega-comp-1 .ul-items .ul-li-items .title.noarrow:after {
    display:none;
}

@media(max-width: 767px) {
    .iphone-collapse-comp-11 .ga-item {
        margin-bottom: 20px;
    }
    .iphone-collapse-comp-11 .iphone-card {
        background-color: #ebebeb;
    }
    .iphone-collapse-comp-11 .iphone-card .card-header {
        background-color: #ebebeb;
    }
}



/*main-004-4*/
.ts-main-004-4 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}


@media(max-width: 1023px) {

    .ts-main-004-2 .ga-slider-prev {
        left: -30px;
        /*opacity: 1 !important;*/
    }

    .ts-main-004-2 .ga-slider-next {
        right: -30px;
        /*opacity: 1 !important;*/
    }
}






.ts-main-003-3-block-all {
    padding: 50px 0;
}

.ts-main-003-3 {
    padding: 0 0 30px 0;
}


.ts-main-004-4 .ga-slider-prev,
.ts-main-004-4 .ga-slider-next {
    position: absolute;
    top: -208px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 120px;
}

.ts-main-004-4 .ga-slider-prev {
    background-image: url('../img/ts-445.png');
    left: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-004-4 .ga-slider-next {
    background-image: url('../img/ts-440.png');
    right: -50px;
    /*opacity: 1 !important;*/
}
.ts-main-004-4 .ga-slider-next:before {
    display: none;
}
.ts-main-004-4 .ga-slider-prev:before {
    display: none;
}

@media(max-width: 1023px) {
    .ts-main-004-4 .ts-comp-4 .ts-c-4-ul-items .ts-c-4-ul-li-items {
        width: 100%;
    }
    .ts-main-004-4 .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .cont {
        height: auto;
    }
}

@media(max-width: 1199px) {
    .space-nb-side {
        padding-left: 30px !important;
        padding-right: 30px !important;
        box-sizing: border-box;
    }
}
@media(max-width: 1023px) {
    .ts-main-004-4 .ga-slider-prev {
        left: -30px;
        /*opacity: 1 !important;*/
    }

    .ts-main-004-4 .ga-slider-next {
        right: -30px;
        /*opacity: 1 !important;*/
    }
}

@media(max-width: 767px) {
    .ts-main-004-4 .ts-comp-3-2 {
        border-bottom: 0;
    }
    .ts-main-004-4 .title:after {
        content: ' ';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-size: 12px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .ts-main-004-4 .slider-btn-collapse[aria-expanded="false"] .title:after {
        background-image: url('../img/icon-add.png');
    }
    .ts-main-004-4 .slider-btn-collapse[aria-expanded="true"] .title:after {
        background-image: url('../img/icon-minus.png');
    }
    .ts-main-004-4 .ga-slider-prev,
    .ts-main-004-4 .ga-slider-next {}

    .ts-main-004-4 .ga-slider-prev {
        left: -5px;
        /*opacity: 1 !important;*/
    }

    .ts-main-004-4 .ga-slider-next {
        right: -5px;
        /*opacity: 1 !important;*/
    }
}




/*main-004-4*/
@media(max-width: 767px) {
    .space-nb-side {
        padding-left: 0!important;
        padding-right: 0!important;
        box-sizing: border-box;
    }
    .space-mb-side {
        padding-left: 0px!important;
        padding-right: 0px!important;
        box-sizing: border-box;
    }
}



.ts-main-003-3-block-all {
    padding: 50px 0;
}
.ts-main-003-3-block-all.digital-services-collapse-mobile-show { /* 180910: mantis 0010905; */
    padding-bottom: 0;
}

.ts-main-003-3 {
    padding: 0 0 30px 0;
}
.ts-main-004-2 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .txt p {
    font-weight: normal;
    line-height: normal;
    letter-spacing:normal;
}

.ts-main-004-2 .ts-comp-3-3 {
    border-bottom: none;
}
.ts-main-004-2 .ga-slider-prev,
.ts-main-004-2 .ga-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 120px;
}

.ts-main-004-2 .ga-slider-prev {
    background-image: url('../img/ts-445.png');
    left: -50px;
    /*opacity: 1 !important;*/
}

.ts-main-004-2 .ga-slider-next {
    background-image: url('../img/ts-440.png');
    right: -50px;
    /*opacity: 1 !important;*/
}
.ts-main-004-2 .ga-slider-next:before {
    display: none;
}
.ts-main-004-2 .ga-slider-prev:before {
    display: none;
}
.ts-main-004-2 {
    box-sizing: border-box;
    /*  padding-left: 10px;
        padding-right: 10px;*/
}
.sub11-slider-wd-full .ga-slider-container .owl-carousel {
    max-width: 98%;
}
@media(max-width: 1299px) {

    .ts-main-004-2 .ga-slider-prev {
        left: 0px;
        /*opacity: 1 !important;*/
    }

    .ts-main-004-2 .ga-slider-next {
        right: 0;
        /*opacity: 1 !important;*/
    }
}
@media(max-width: 1199px) {
    .ts-main-004-2 .ga-slider-prev {
        left: 0px;
        /*opacity: 1 !important;*/
    }

    .ts-main-004-2 .ga-slider-next {
        right: 0px;
        /*opacity: 1 !important;*/
    }
}

@media(max-width: 1023px) {
    .ts-main-004-2 .ts-comp-4 .ts-c-4-ul-items .ts-c-4-ul-li-items {
        width: 100%;
    }
    .ts-main-004-2 .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .cont {
        height: auto;
    }

    .ts-main-004-2 .ga-slider-prev,
    .ts-main-004-2 .ga-slider-next {}

    .ts-main-004-2 .ga-slider-prev {
        left: -30px;
        /*opacity: 1 !important;*/
    }

    .ts-main-004-2 .ga-slider-next {
        right: -30px;
        /*opacity: 1 !important;*/
    }
}

@media(max-width: 767px) {


    .ts-main-004-2 .ga-slider-prev,
    .ts-main-004-2 .ga-slider-next {}

    .ts-main-004-2 .ga-slider-prev {
        left: -5px;
        /*opacity: 1 !important;*/
    }

    .ts-main-004-2 .ga-slider-next {
        right: -5px;
        /*opacity: 1 !important;*/
    }
}

.ts-comp-088 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/bg-eng.png');
    min-height: calc(100vh - 91px - 60px - 44px);
    display: block;
    box-sizing: border-box;
    position: relative;
    background-position: center center;
}
.ts-comp-088 .content-block {
    max-width: 1200px;
    margin: 0 auto;
}
.ts-comp-088 h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: Arial;
    font-size: 57px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #ffffff;
    display: inline-block;
    max-width: 510px;
    width: 100%;
}
@media(max-width: 1300px) {
    .ts-comp-088 .content-block {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 1199px) {

    .ts-comp-088 {
        min-height: calc(100vh - 91px - 60px - 44px);
    }
}

@media(max-width: 1023px) {
    .ts-comp-088 .content-block {}
    .ts-comp-088 {
        min-height: calc(100vh - 102px - 53px);
    }
}


@media(max-width: 767px) {
    .ts-comp-088 .content-block {}
    .ts-comp-088 h2 {
        font-size: 30px;
        top: 80%;
        max-width: 85%;
        width: 100%;
    }
    .ts-comp-088 {
        min-height: calc(100vh - 102px - 53px);
    }
}








.space-content-title {
    margin-top: 50px;
    margin-bottom: 15px;
}

.ts-comp-30.ts-comp-wd-700 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.ts-comp-legal-style-form {
    box-sizing:border-box;
    padding: 10px;
    background-color:#f5f5f5;
}
.ts-comp-legal-style-form.ts-comp-legal-style-form-style2 {
    max-width: 520px;
    margin: 0 auto;
}
.ts-comp-legal-style-form .form-row {
    display: table;
    width: 100%;
}
.ts-comp-legal-style-form .form-row+.form-row {
    padding-top: 10px;
}
.ts-comp-legal-style-form.comp-form-confirm .form-row+.form-row {
    padding-top: 0;
}
.ts-comp-legal-style-form .form-row.form-row-style2 {
    max-width: 500px;
    margin: 0 auto;
}
.ts-comp-legal-style-form .form-row.form-row-style3 {
    max-width: 600px;
    margin: 0 auto;
}
.ts-comp-legal-style-form .form-row.form-row-style-full,
.ts-comp-legal-style-form .form-row.form-row-style-full-inline {
    width: 100%;
    margin: 0 auto;
}
.ts-comp-legal-style-form .form-row .form-left-part {
    display: table-cell;
    width: 175px;
    padding-top: 15px;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
    padding-left: 2px;
    position:relative;
    padding-left: 10px;
}
.ts-comp-legal-style-form.ts-comp-legal-style-form-style4 .form-row .form-left-part {
    width: 190px;
}
.ts-comp-legal-style-form .form-row .form-left-part:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0px;
    width: 3px;
    height: 14px;
    background-color: #da2128;
    display:inline-block;
}
.ts-comp-legal-style-form.comp-form-center .form-row .form-left-part {
    width: 50%;
}
.ts-comp-legal-style-form .form-row.form-row-style2 .form-left-part,
.ts-comp-legal-style-form .form-row.form-row-style3 .form-left-part,
.ts-comp-legal-style-form .form-row.form-row-style-full .form-left-part {
    display: block;
    width: 100%;
    text-align: left;
}
.ts-comp-legal-style-form .form-row.form-row-style-full-inline .form-left-part {
    display: inline-block;
    width: auto;
    text-align: left;
}
.ts-comp-legal-style-form .form-row .form-left-part p {
    display: inline-block;
    font-weight: bold;
    color: #333333;
    padding-left: 0px;
    width: calc(100% - 20px);
    vertical-align: top;
}
.ts-comp-legal-style-form .form-row .form-left-part .comp-form-weightNormal {
    font-weight: normal;
}
.ts-comp-legal-style-form .form-row.form-row-style-full .form-left-part p,
.ts-comp-legal-style-form .form-row.form-row-style2 .form-left-part p,
.ts-comp-legal-style-form .form-row.form-row-style3 .form-left-part p {
    padding-left: 0;
}
.ts-comp-legal-style-form .form-row.form-required .form-left-part p {
    position: relative;
}
.ts-comp-legal-style-form .form-row.form-required .form-left-part p:before {
    content: 'â˜…';
    font-size: 14px;
    color: #da2128;
    position: absolute;
    top: 0;
    left: 0;
}
.ts-comp-legal-style-form .form-row .form-right-part {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.ts-comp-legal-style-form .form-row .comp-form-mobile-br br {
    display: none;
}
.ts-comp-legal-style-form.ts-comp-legal-style-form-style2 .form-row .form-right-part {
    position: relative;
}
.ts-comp-legal-style-form .form-row.form-row-style2 .form-right-part,
.ts-comp-legal-style-form .form-row.form-row-style3 .form-right-part,
.ts-comp-legal-style-form .form-row.form-row-style-full .form-right-part {
    display: block;
    /*padding-top: 25px;*/
}
.ts-comp-legal-style-form .form-row.form-row-style-full-inline .form-right-part {
    display: inline-block;
}
.ts-comp-legal-style-form .form-row.form-row-style2 .form-left-part+.form-right-part,
.ts-comp-legal-style-form .form-row.form-row-style3 .form-left-part+.form-right-part,
.ts-comp-legal-style-form .form-row.form-row-style-full .form-left-part+.form-right-part {
    padding-top: 25px;
}
.ts-comp-legal-style-form .form-row .form-right-part .form-item {
    width: 380px;
    font-size: 0;
}
.ts-comp-legal-style-form.ts-comp-legal-style-form-style2 .form-row .form-right-part .form-item {
    width: 100%;
}
.ts-comp-legal-style-form .form-row .form-right-part .form-item+.form-item {
    padding-top: 5px;
}
.ts-comp-legal-style-form .form-row .form-right-part .form-item.form-item-full {
    width: auto;
}
.ts-comp-legal-style-form .form-ele-block {
    display: table;
    width: 100%;
    table-layout:fixed;
}
.ts-comp-legal-style-form .form-ele {
    display: table-cell;
    vertical-align: middle;
}
.ts-comp-legal-style-form .form-ele+.form-ele {
    padding-left: 10px;
}
.ts-comp-legal-style-form .form-ele-xs {
    width: 40px;
}
.ts-comp-legal-style-form .form-ele-xs+.form-ele-xs {
    width: 50px;
}
.ts-comp-legal-style-form .form-ele-sm {
    width: 75px;
}
.ts-comp-legal-style-form .form-ele+.form-ele-sm,
.ts-comp-legal-style-form .form-ele-sm+.form-ele-sm {
    width: 85px;
}
.ts-comp-legal-style-form .form-ele-md,
.ts-comp-legal-style-form .form-row .form-right-part .form-item.form-ele-md {
    width: 180px;
}
.ts-comp-legal-style-form .form-ele-md+.form-ele-md {
    width: 190px;
}
.ts-comp-legal-style-form .form-ele-lg,
.ts-comp-legal-style-form .form-row .form-right-part .form-item.form-ele-lg {
    width: 290px;
}
.ts-comp-legal-style-form .form-item .form-txt {
    /*display: inline-block;*/
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
.ts-comp-legal-style-form .error-msg {
    /**/
}
.ts-comp-legal-style-form .error-msg p {
    font-size: 12px;
    line-height: 2em;
    color: #da2128;
}
.ts-comp-legal-style-form .note {
    max-width: 380px;
}

/*.ts-comp-legal-style-form .note.note-width-fixed {
        width: 380px;
    }*/
.ts-comp-legal-style-form .note p {
    font-size: 12px;
    line-height: 2em;
    /*color: #333333;*/
    color: #9b9b9b;
}
.ts-comp-legal-style-form .ts-comp-24HeCounter-link {
    position: absolute;
    top: 10px;
    right: 15px;
}
.ts-comp-legal-style-form .ts-comp-24HeCounter-link a {
    font-size: 14px;
}
.ts-comp-legal-style-form .note .ts-comp-24HeCounter-link {
    position: static;
}
.ts-comp-legal-style-form .note .ts-comp-24HeCounter-link a {
    font-size: 12px;
}
.ts-comp-legal-style-form .comp-form-highlight,
.ts-comp-24HeCounter-radio .radio-inline label.comp-form-highlight {
    font-weight: bold;
    color: #da2128;
}
@media only screen and (max-width:1023px) {
    .ts-comp-legal-style-form {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width:767px) {
    .ts-comp-legal-style-form {
        padding: 0 10px 15px 10px;
    }
    .ts-comp-legal-style-form .form-row {
        display: inline-block;
    }
    .ts-comp-legal-style-form.comp-form-style2 .form-row {
        display: table;
    }
    .ts-comp-legal-style-form .form-row+.form-row {
        padding-top: 15px;
    }
    .ts-comp-legal-style-form .form-row .form-left-part {
        display: block;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
    }
    .ts-comp-legal-style-form .form-row:not(.form-required) .form-left-part p {
        padding-left: 0;
    }
    .ts-comp-legal-style-form .form-row .comp-form-mobile-br br {
        display: inline;
    }
    .ts-comp-legal-style-form.comp-form-confirm .form-row .form-left-part,
    .ts-comp-legal-style-form.comp-form-style2 .form-row .form-left-part {
        display: table-cell;
        width: 140px;
        padding-right: 20px;
        text-align: right;
    }
    .ts-comp-legal-style-form.comp-form-style2 .form-row.form-row-style2 .form-left-part,
    .ts-comp-legal-style-form.comp-form-style2 .form-row.form-row-style2 .form-right-part,
    .ts-comp-legal-style-form.comp-form-style2 .form-row.form-row-style3 .form-left-part,
    .ts-comp-legal-style-form.comp-form-style2 .form-row.form-row-style3 .form-right-part {
        display: block;
        width: auto;
        text-align: left;
        padding-right: 0;
    }
    .ts-comp-legal-style-form .form-row .form-right-part {
        display: block;
        width: 100%;
    }
    .ts-comp-legal-style-form.comp-form-confirm .form-row .form-right-part,
    .ts-comp-legal-style-form.comp-form-style2 .form-row .form-right-part {
        display: table-cell;
        width: auto;
    }
    .ts-comp-legal-style-form .form-row.form-row-style2 .form-left-part+.form-right-part,
    .ts-comp-legal-style-form .form-row.form-row-style3 .form-left-part+.form-right-part,
    .ts-comp-legal-style-form .form-row.form-row-style-full .form-left-part+.form-right-part {
        padding-top: 0;
    }
    .ts-comp-legal-style-form .form-row .form-right-part .form-item {
        width: 100%;
    }
    .ts-comp-legal-style-form .form-ele-md,
    .ts-comp-legal-style-form .form-row .form-right-part .form-item.form-ele-md,
    .ts-comp-legal-style-form .form-ele-lg,
    .ts-comp-legal-style-form .form-row .form-right-part .form-item.form-ele-lg {
        width: 100%;
    }
    .ts-comp-legal-style-form.comp-form-style2 .ts-comp-24HeCounter-010 .ts-comp-24HeCounter-input {
        width: 100%;
    }
    .ts-comp-legal-style-form.comp-form-style2 .ts-comp-24HeCounter-010 .img-block {
        padding-top: 10px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form.comp-form-style2 .ts-comp-24HeCounter-010 .img-block {
        padding-top: 10px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form.comp-form-style2 .ts-comp-24HeCounter-010 .ts-comp-24HeCounter-link {
        padding-left: 10px;
    }
    .ts-comp-legal-style-form .form-ele-xs {
        width: 30px;
    }
    .ts-comp-legal-style-form .form-ele-xs+.form-ele-xs {
        width: 40px;
    }
    .ts-comp-legal-style-form .note {
        width: 100%;
    }
}



/* form grid */
.ts-comp-legal-style-form [class^="gas-form-col-"] {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ts-comp-legal-style-form [class^="gas-form-col-"]+[class^="gas-form-col-"] {
    margin-left: 2%;
}

.ts-comp-legal-style-form [class^="gas-form-col-"]+.gas-form-col-12 {
    margin-left: 0;
    margin-top: 10px;
}

.ts-comp-legal-style-form .gas-form-col-1 {
    width: 6.5%;
}

.ts-comp-legal-style-form .gas-form-col-2 {
    width: 15%;
}

.ts-comp-legal-style-form .gas-form-col-3 {
    width: 23.5%;
}

.ts-comp-legal-style-form .gas-form-col-4 {
    width: 32%;
}

.ts-comp-legal-style-form .gas-form-col-5 {
    width: 40.5%;
}

.ts-comp-legal-style-form .gas-form-col-6 {
    width: 49%;
}

.ts-comp-legal-style-form .gas-form-col-7 {
    width: 57.5%;
}

.ts-comp-legal-style-form .gas-form-col-8 {
    width: 66%;
}

.ts-comp-legal-style-form .gas-form-col-9 {
    width: 74.5%;
}

.ts-comp-legal-style-form .gas-form-col-10 {
    width: 83%;
}

.ts-comp-legal-style-form .gas-form-col-11 {
    width: 91.5%;
}

.ts-comp-legal-style-form .gas-form-col-12 {
    width: 100%;
}

.ts-comp-legal-style-form .gas-form-col-auto {
    width: auto;
}

@media (max-width: 1023px) {
    .ts-comp-legal-style-form [class^="gas-form-col-"]+.gas-form-col-pad-12 {
        margin-left: 0;
        margin-top: 10px;
    }

    .ts-comp-legal-style-form .gas-form-col-pad-1 {
        width: 6.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-2 {
        width: 15%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-3 {
        width: 23.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-4 {
        width: 32%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-5 {
        width: 40.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-6 {
        width: 49%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-7 {
        width: 57.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-8 {
        width: 66%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-9 {
        width: 74.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-10 {
        width: 83%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-11 {
        width: 91.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-12 {
        width: 100%;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-auto {
        width: auto;
    }
    .ts-comp-legal-style-form .gas-form-col-pad-12+.gas-form-col-pad-12 {
        padding-top: 10px;
        padding-left: 0;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .ts-comp-legal-style-form [class^="gas-form-col-"]+.gas-form-col-sm-12 {
        margin-left: 0;
        margin-top: 10px;
    }

    .ts-comp-legal-style-form .gas-form-col-sm-1 {
        width: 6.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-2 {
        width: 15%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-3 {
        width: 23.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-4 {
        width: 32%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-5 {
        width: 40.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-6 {
        width: 49%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-7 {
        width: 57.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-8 {
        width: 66%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-9 {
        width: 74.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10 {
        width: 83%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11 {
        width: 91.5%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12 {
        width: 100%;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-auto {
        width: auto;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12+.gas-form-col-sm-12 {
        padding-top: 16px;
        padding-left: 0;
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-1:nth-of-type(1n+2) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-1:nth-of-type(1n+1) {
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-2:nth-of-type(2n+3) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-2:nth-of-type(2n+4) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-2:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-3:nth-of-type(3n+4) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-3:nth-of-type(3n+5) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-3:nth-of-type(3n+6) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-3:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-4:nth-of-type(4n+5) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-4:nth-of-type(4n+6) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-4:nth-of-type(4n+7) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-4:nth-of-type(4n+8) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-4:nth-of-type(4n+1) {
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-5:nth-of-type(5n+6) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-5:nth-of-type(5n+7) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-5:nth-of-type(5n+8) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-5:nth-of-type(5n+9) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-5:nth-of-type(5n+10) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-5:nth-of-type(5n+1) {
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-6:nth-of-type(2n+3) {
        padding-top: 10px;
        padding-left: 0;
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-6:nth-of-type(2n+4) {
        padding-top: 10px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-7:nth-of-type(7n+8) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-7:nth-of-type(7n+9) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-7:nth-of-type(7n+10) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-7:nth-of-type(7n+11) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-7:nth-of-type(7n+12) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-7:nth-of-type(7n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-7:nth-of-type(7n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-7:nth-of-type(7n+1) {
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-8:nth-of-type(8n+9) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-8:nth-of-type(8n+10) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-8:nth-of-type(8n+11) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-8:nth-of-type(8n+12) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-8:nth-of-type(8n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-8:nth-of-type(8n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-8:nth-of-type(8n+15) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-8:nth-of-type(8n+16) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-8:nth-of-type(8n+1) {
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-9:nth-of-type(9n+10) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-9:nth-of-type(9n+11) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-9:nth-of-type(9n+12) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-9:nth-of-type(9n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-9:nth-of-type(9n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-9:nth-of-type(9n+15) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-9:nth-of-type(9n+16) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-9:nth-of-type(9n+17) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-9:nth-of-type(9n+18) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-9:nth-of-type(9n+1) {
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10:nth-of-type(10n+11) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10:nth-of-type(10n+12) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10:nth-of-type(10n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10:nth-of-type(10n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10:nth-of-type(10n+15) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10:nth-of-type(10n+16) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10:nth-of-type(10n+17) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10:nth-of-type(10n+18) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10:nth-of-type(10n+19) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10:nth-of-type(10n+20) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-10:nth-of-type(10n+1) {
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+12) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+15) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+16) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+17) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+18) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+19) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+20) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+21) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+22) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-11:nth-of-type(11n+1) {
        margin-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+13) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+14) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+15) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+16) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+17) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+18) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+19) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+20) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+21) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+22) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+23) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+24) {
        padding-top: 20px;
        padding-left: 0;
    }
    .ts-comp-legal-style-form .gas-form-col-sm-12:nth-of-type(12n+1) {
        margin-left: 0;
    }
}



/* label */
.ts-comp-legal-label p {
    width: 100%;
    min-height: 50px;
    padding-top: 15px;
    word-wrap: break-word;
}
.ts-comp-legal-label .comp-label-highlight {
    font-weight: bold;
    color: #da2128;
}
.ts-comp-legal-label .comp-label-center {
    width: inherit;
    text-align: center;
}
.form-ele.ts-comp-legal-label.form-txt {
    text-align: center;
    vertical-align: top;
}
.ts-comp-legal-style-form .sm-title {
    /*display: block;*/
}
@media screen and (max-width: 767px) {
    .ts-comp-legal-style-form .ts-comp-legal-label.form-ele-xs {
        width: 20px;
    }
    .ts-comp-legal-label p {
        padding-top: 0;
        min-height: auto;
        padding-left: 13px;
    }
    .ts-comp-legal-style-form .form-ele {
        vertical-align: top;
    }
}


/*legal table style*/

/*digital 子首頁樣式 */
.sub11-mobile-style2 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right {
    position: relative;
    top: -6px;
}
.sub11-title-space .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont {
    padding-top: 0px;
}
.sub11-title-space .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .link p {
    margin-bottom: 0;
}
.sub11-title-space .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn .title {
    padding-bottom: 0;
}

.sub11-title-space .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .link p,
.sub11-title-space .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title,
.sub11-title-space.ts-main-004-4 .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn {
    padding-top: 15px;
    padding-bottom: 15px;
}
.sub11-title-space .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn .title p {
    word-wrap: break-word;
    white-space: normal;
}

.sub11-title-space .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont {
    padding-bottom: 15px;
}
.sub11-title-space.ts-main-004-4 .ts-comp-4 .ts-c-4-ul-items .ts-c-4-ul-li-items:last-of-type {
    padding-bottom: 0;
}
.sub11-title-space .ts-comp-1 .btnnn {
    padding-bottom: 0;
}



@media(max-width:767px) {
    .sub11-title-space .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .link p,
    .sub11-title-space .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .title,
    .sub11-title-space.ts-main-004-4 .ts-comp-3-2 .ul-items .ts-c-3-2-ul-li-items .top .right .btnnn,
    .sub11-mobile-style2 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont,
    .ts-comp-3-3-title-sm.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sub11-mobile-style2 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont,
    .ts-comp-3-3-title-sm.ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont {
        padding-top: 0;
        padding-bottom: 0;
    }
    .iphone-collapse-comp-1.iphone-collapse-comp-11.sub11-mobile-style2 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .title-block .link p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sub11-mobile-style2 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .txt p,
    .sub11-mobile-style2 .ts-c-3-3-ul-li-items .ts-comp-1 {
        padding-bottom: 10px;
    }



    .iphone-collapse-comp-11 .sub11-mobile-style2 .ts-comp-3-3 .title-block .title:after,
    .iphone-collapse-comp-1.iphone-collapse-comp-11.sub11-mobile-style2 .ts-comp-3-3 .title[aria-expanded="true"]:after,
    .iphone-collapse-comp-1.iphone-collapse-comp-11.sub11-mobile-style2 .ts-comp-3-3 .title[aria-expanded="false"]:after {
        width: 100%;
        height: 100%;
        background-size: 20px;
        margin: 0 auto;
        /* position: absolute; */

        right: 0;
        top: 50%;
        background-position: center;
        transform: translateY(-50%);
    }
    .ts-main-004-4.sub11-title-space .title:after {
        content: ' ';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .sub11-mobile-style2 .ts-comp-3-3 .ul-items .ts-c-3-3-ul-li-items .top .right .cont .txt p,
    .sub11-mobile-style2 .ts-c-3-3-ul-li-items .ts-comp-1 {
        padding-bottom: 15px;
    }
}


/*eng*/
@media(max-width: 767px) {
    .en .ts-comp-7-6 .tab-sty-1 li a {
        width: 150px;
        white-space: normal;
        word-break: break-word;
    }
    .en .ts-comp-7-6 .tab-sty-1 li {
        padding-right: 0px;
    }
    .ts-comp-18 .title p,
    .ts-comp-18 .title h1 {
        font-size: 26px;
    }
}

.en .ts-transac-comp-1 .tab-sty-1 li a {
    white-space: normal;
    word-break: break-word;
}
.en .ts-transac-comp-1 .tab-sty-1 li a {
    font-size: 13px;
}
@media(max-width:1199px) {
    .en .ts-transac-comp-1 .tab-sty-1 li a {
        font-size: 12px;
    }
}

/*full to side eng ver*/
@media(min-width:769px) {
    .en .ts-transac-comp-1 .tab-sty-1 li a {
        padding: 12px 3px;
    }

    .en .ts-comp-073-a .map-list-block,
    .en .ts-comp-073 .map-list-block {
        max-width: calc(100% - 425px);
    }
    .en .ts-comp-073-a .map-block,
    .en .ts-comp-073 .map-block {
        max-width: 420px;
    }
    .en .ts-comp-073-a .list-detail-block>li,
    .en .ts-comp-073 .list-detail-block>li {
        font-size: 14px;
    }
    .en .ts-comp-073-a .tag-ps-block .tag-block,
    .en .ts-comp-073 .tag-ps-block .tag-block {
        font-size: 14px;
    }
    .en .ts-comp-073 .ts-comp-34 .prevnextbtn nav .pagination {
        font-size: 0;
    }
    .en .ts-comp-073-a .ts-comp-34 .prevnextbtn nav .pagination {
        font-size: 0;
    }
}



@media (max-width: 1199px) and (min-width:769px) {

    .en .ts-comp-071 .ts-comp-64 {
        width: 100%;
        max-width: 36%;
    }
    .en .ts-comp-073 .ts-comp-34 .prevnextbtn nav .pagination {
        font-size: 0;
    }
}


/*英文版首頁改*/
.en .ts-main-001 .cont .title p.white,
.ts-main-001 .cont .txt p.white {
    text-shadow:none;
}
.en .ts-main-001 .cont .title p.white,
.ts-main-001 .cont {
    margin-top: 50px;
}
.en .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .btnnn .title p {
    width: 190px;
    white-space: normal;
    word-break: break-word;
    margin: 0 auto;
}
.en .mini-footer {
    background-color: transparent;
}
.en .ts-main-002-1 .ul-items .ul-li-items .title .title-sty {
    font-size: 20px;
}
.en .locationInfo {}
@media(max-width: 1199px) {
    .en .ts-comp-3-7 .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .btnnn .title p {
        font-size: 18px;
    }
    .en .ts-main-001 .cont .title {
        max-width: 80%;
    }
}

@media(max-width: 1023px) {
    .en .ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .btnnn .title p {
        width: 100%;
        white-space: normal;
        word-break: break-word;
        margin: 0 auto;
        font-size: 18px;
    }
    .en .ts-main-001 .cont .title {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .en .ts-comp-3-7-a .ts-c-3-7-ul-items .ts-c-3-7-ul-li-items .btnnn .title p {
        width: 100%;
        white-space: normal;
        word-break: break-word;
        margin: 0 auto;
        font-size: 18px;
    }
    .en .ts-main-002-1 .ul-items .ul-li-items .title .title-sty {
        font-size: 16px;
    }
}


/*eng首頁改*/
@media(min-width: 1024px) {
    .show-pad-and-mobile {
        display: none !important;
    }
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    @media(min-width:1400px){
        .en .ts-transac-comp-1 .tab-sty-1 li a {
            font-size: 12px;
        }
    }
    
    @media (max-width:1399px) {
        .en .ts-transac-comp-1 .tab-sty-1 li a {
            font-size: 12px;
        }
    }
}
/*effect-tab-sync-show用css*/
[effect-tab-sync-show-block]:not(.tab-sync-show-active){
    display: none !important;
}




