 .cd-tabs{
                width:1200px;
                margin:50px  auto 0;
                background:#fff;
                font-family:DBHelvethaicaXRegular;
				
            }
            .cd-tabs dl{
                overflow:hidden;
				margin: auto;
				text-align: left;
				margin:0 0 0 0;
				clear:both;
            }
            .cd-tabs dl dd{
				padding: 0px 0;
				position: relative;
				clear: none;
				overflow: visible;
				text-align: center;
				list-style-type: none;
				background-color: rgba(0, 0, 0, 0);
				margin: 0 auto;
				border-radius: 0;
				border: 0;
            }
			.cd-tabs dl dd.active{
				background:rgba(255, 255, 255, 0.75);
				color:#000;
			}
            .cd-tabs dl dd a{
				text-decoration:none;				
                color: #6f6f6f;
				padding: 10px 0px;
                font-family: 'roboto';
                font-weight: 100;
                text-shadow: 0 0 0 #666;
                display: block;
                margin:0;
                font-family: DBHelvethaicaXRegular;
				position: relative;
				text-align: center;
				left: auto;
				font-size: 24px;
				top: 0;
				line-height: 22px;
				background-color: #f1f1f1;
				border-radius: 3px;
			/* 	width: 135px; */
				padding: 10px 10px 10px 10px;
            }
            .cd-tabs dl dd a u{
                text-decoration: none;
                text-transform: uppercase;
                font-size: 22px;
                color: #000;
                display:block;
            }
            .cd-tabs dl dd ul.sub_bar{
                display:none;
            }
            .cd-tabs dl dd:hover ul.sub_bar{
                display:block;
                width: 1200px;
                float: none;
            }
        
            .tab-content{
                display: none;
				/* width: 973px; */
				/* width: 1170px; */
				margin: 0 0;
				padding: 0 0 15px;
				background:rgba(255, 255, 255, 0.07);
			    /* border: 1px solid #cccccc; */
				min-height: 52px;
            }
			.cd-tabs dl dd.active a{color:#000;text-decoration:none;}
			.cd-tabs dl dd.active a,.cd-tabs dl dd.active a u{color:#000;}
			.cd-tabs .viewAll dl dd:hover{border:1px solid #c00;}
			
			.cd-tabs .viewAll .inChoice h2, .cd-tabs .inChoice h2{text-indent: -78px;}
			
.cd-tabs {
  position: relative;
  width: 100%;
  margin: 0 auto 0; 
  padding: 0 0 30px;
font-family:DBHelvethaicaXRegular;

    overflow-y: visible;
    overflow-x: visible;
   /*  background-image: url(https://cdn.pixabay.com/photo/2017/06/26/08/43/ribblehead-viaduct-2443085_960_720.jpg); */
    background-position: top;
    background-size: 100%;
}
.cd-tabs:after {
  content: "";
  content: none;
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 57px;
  right: 0;
  height: 166px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , rgba(255, 255, 255, 0.8), rgba(248, 247, 238, 0));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-tabs form{margin:0;}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
/*   background: #f8f7ee; */
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

/* @media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
} */
.cd-tabs-navigation {
  width: 1100px;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
}
.cd-tabs-navigation a {

}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
  background-color:  transparent;
  color: #000;
}

@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    width: auto;
/*     box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06); */
  }
  .cd-tabs-navigation a {

  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background: #ffffff;
}
.cd-tabs-content li {
  display: none;
  padding: 0.5em 0;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
/* @media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
  }
  .cd-tabs-content li {
    padding: 2em 2em 2em 7em;
  }
} */
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
    padding: 3em;
  }
  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ui-tabs .ui-tabs-nav li{    position: inherit;}



@media only screen and (max-width: 480px) and (min-width: 100px){
	.cd-tabs dl dd {
		width: 110px;
	}
	.cd-tabs dl dd img.cate {
		width: 70%;
		height: auto ;
		margin: 5% 0 0 0;
	}
	.cd-tabs-navigation {
		width: 990px ;
	}
}