.tabs-sgh .tabs-nav li {
  float: left;
  width: 50%;
  margin-top: 30px;
}
.tabs-sgh a.taba {
    text-align: center;
    color: #ec6708;
    background: white;
    font-size: 3.2rem;
    border: 2px solid #ec6708;
    display: block;
    height: 48px;
    line-height: 44px;
    cursor: pointer;
    position: relative;
    text-transform: none;
}
.tabs-sgh a.taba:hover,
.tabs-sgh a.taba:focus{
  text-decoration: none;
  cursor: pointer;
}

.tabs-sgh .tab-active a.taba {
  background: #ec6708;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.tabs-sgh li.tab-active a.t1:after{
        content: "";
        width: 0;
        height: 44px !important;
        background: #ffffff;
        position: absolute;
        right: -30px;
        top: 0;
        z-index: 2;
        border-top: 44px solid #ec6708;
        border-right: 57px solid white; 
}
.tabs-sgh li.tab-active a.t2:after{
        content: "";
        width: 0;
        height: 46px !important;
        background: #ec6708;
        position: absolute;
        left: -28px;
        top: 0;
        z-index: 2;
        border-top: 46px solid white;
        border-right: 57px solid #ec6708;
        border-bottom-width: 0;
}
.tabs-sgh .tabs-stage {
  clear: both;
  padding: 24px 30px;
  position: relative;
}
.tabs-sgh li.tab-active::marker{
	line-height: 0;
}
.tabs-sgh li{
	list-style-type: none;
}
