@charset "utf-8";
#parentHorizontalTab {border: 1px solid #e1e1e1; border-radius: 5px; overflow: hidden;}
ul.resp-tabs-list { display: flex; flex-direction: row; flex-wrap: nowrap;}

ul.resp-tabs-list {
    margin: 0px auto; padding: 0; width: 100%; display: flex; flex-direction: row;
}

.resp-tabs-list li {
    color: #333333; padding: 0px 10px; margin: 0; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; border-right: 1px solid #e1e1e1; height: 48px; position: relative; z-index: 1;
    background-color: #f5f5f5;
    list-style: none;
    cursor: pointer;
    float: left;
}
.resp-tabs-list li:last-child {border-right: 0;}
.resp-tabs-list li:hover { background:#e4e2e2; color: #f18944;}


.resp-tabs-container { max-width: 100%; padding: 4.852% 6.104%;
    clear: left; color: #666666; line-height: 2; font-family:'Microsoft JhengHei';
}

.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    border: 0px solid #eff2f3;}

.resp-tab-content a { }

.resp-tab-active {
}


/*.resp-tab-active:before {
    float: left;
    content: "";
    background: transparent url("../../images/tab-bg01.jpg") no-repeat scroll left top;
    width: 33px;
    height: 36px;}
.resp-tab-active:after {
    float: right;
    content: "";
    background: transparent url("../../images/tab-bg02.jpg") no-repeat scroll left top;
    width: 33px;
    height: 36px;}*/

.resp-content-active, .resp-accordion-active {
    display: block;
}



.resp-accordion {
    /*border: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;*/
    margin: 0px;
    padding: 10px 15px; 
}

.resp-tab-active {
    color:#f18944 !important; background:#e4e2e2 !important;
}
.resp-tab-active::before {content: ''; height: 0; width: 0; border-color: #e4e2e2 transparent transparent transparent; border-style: solid solid solid solid; border-width: 9px 10px; position: absolute; bottom: -17px; left: calc(50% - 10px); z-index: -1;}

.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #fff;
}

.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/


.resp-easy-accordion .resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

.resp-accordion:first-child {
	
}

.resp-tabs-container iframe {max-width: 100%;}

#parentHorizontalTab2 {display: flex!important; flex-wrap: wrap;}
#parentHorizontalTab2 > ul.hor_2 {width: 131px; padding: 50px 0 0 0; align-content: flex-start;}
#parentHorizontalTab2 > ul.hor_2 > li {margin: 0 0 20px 0!important; height: 35px; font-family:'Microsoft JhengHei'; color: #e70012; border: 1px solid #e70012;}
#parentHorizontalTab2 > ul.hor_2 > li::before {content: none!important;}
#parentHorizontalTab2 > ul.hor_2 > li:hover {color: #fff;}
#parentHorizontalTab2 > div.hor_2 {width: calc(100% - 131px); padding: 0 11.539% 0 3.078%;}

#parentHorizontalTab3 > ul.hor_3 {justify-content: flex-start; margin-bottom: 19px;}
#parentHorizontalTab3 > ul.hor_3 li {min-width: 140px; margin: 0 4px; background-color: #a6a6a6; border: 1px solid #a6a6a6; color: #fff;}
#parentHorizontalTab3 > ul.hor_3 li.resp-tab-active::before {content: none;}
#parentHorizontalTab3 > .resp-tabs-container {border: 1px solid #e2e2e2; border-radius: 10px; padding: 35px 45px;}
#parentHorizontalTab3 > .resp-tabs-container a:link, #parentHorizontalTab3 > .resp-tabs-container a:visited {text-decoration:underline; color:#005fd4; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
#parentHorizontalTab3 > .resp-tabs-container a:active, #parentHorizontalTab3 > .resp-tabs-container a:hover {text-decoration:none; color:#f18944; cursor:pointer; transition: all 0.5s ease 0s;}
#parentHorizontalTab3 > .resp-tabs-container a:hover::after {content: ''; background: url("../../images/icon_03d.png") no-repeat center; background-size: cover; width: 15px; height: 18px; position: absolute; left: -15px; top: 0; z-index: -1; -webkit-animation: topmove_b5 3000ms infinite; animation: topmove_b5 3000ms infinite;}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 992px) {
    .resp-tabs-container {padding: 0;}
	.resp-tab-content { padding: 20px;}

    ul.resp-tabs-list {
        display: none;
    }

    .resp-accordion {
        display: block; text-align:left; color:#fff; background-color: #333333!important; margin-bottom:2px; font-weight: bold; 
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	
	
	.resp-tab-active::before, .resp-tab-active::after {content: none;}
	
	.resp-tab-active {background-image: linear-gradient(130deg, #f05a3f 0%, #f8a56e 21%, #e2d279 44%, #21a160 62%, #1a7ab3 81%, #9f4e99 100%)!important;
		color:#fff !important;
	}
	
	#parentHorizontalTab2 > div.hor_2 {width: 100%; padding: 0!important;}
	#parentHorizontalTab2 div.resp-tab-active::before {content: none!important;}
	
	#parentHorizontalTab3 > .resp-tabs-container {border: 0; border-radius: 0; padding: 0;}
	#parentHorizontalTab3 > .resp-tabs-container > .resp-tab-active {}
	#parentHorizontalTab3 > .resp-tabs-container > .resp-tab-content {border: 1px solid #e2e2e2; border-radius: 10px; padding: 20px; margin: 20px 0;}
	#parentHorizontalTab3 div.resp-tab-active::before {content: none!important;}
}
