
/*t_tit*/
.sec2,.sec3,.sec4,.sec5,.sec6 .t_tit{
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
.t_tit h4 {
    position: relative;
    padding-left: 25px;
	font-size:17px;
}
.t_tit h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    border: 6px solid #1e62c1;
}
@media (max-width:768px){
    .t_tit h4 {
        padding-left: 20px;
    }
    .t_tit h4:after {
        top: 6px;
        width: 15px;
        height: 15px;
        border: 4px solid #1e62c1;
    }
}

/*table_basic*/
.table.table_basic {
    border-top: 2px solid #314b6d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th {
    background-color: #f4f4f4;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 13px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 10px 4px;
    vertical-align: middle;
}
.table.table_basic tbody tr td span.sm {
    
    font-size: 11px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
    font-weight: 500;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    background-color: rgba(255, 255, 255, 0.5);
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 500;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: 14px;
        padding: 10px;
		word-break: break-all !important;
    }
}

#lecture_02 .table.table_basic tbody tr td {
	border: 1px solid #ddd !important;
    max-width: 73px !important;
    min-width: 73px;
}

/*t_list*/
.t_list > li {
    font-size: 16px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 10px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
}
.t_list.wide > li {
    padding-left: 20px;
}
.t_list.t_list_sm > li {
    font-size: 14px;
    padding-left: 10px;
}
.t_list > li.impt {
	color: #db0808;
    font-weight: 500;
}
.t_list > li > span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 14px;
        padding-left: 14px;
    }
    .t_list.t_list_sm > li {
        font-size: 12px;
        padding-left: 7px;
        margin: 5px 0;
    }
    .t_list.wide > li {
        padding-left: 15px;
    }
}
/*n_list*/
.n_list > li {
    font-size: 16px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 10px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
    text-align: left;
    padding-left: 30px;
}
.n_list > li > strong {
    position: absolute;
    left: 0;
    top: -1px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #314b6d;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    font-size: 0.9em;
}
@media (max-width:768px){
    .n_list > li {
        font-size: 14px;
        padding-left: 25px;
    }
    .n_list > li > strong {
        width: 22px;
        line-height: 22px;
    }
}

/*his_wrp*/
.his_wrp {
    position: relative;
}
.his_wrp:before {
    content: "";
    width: 1px;
    height: 100%;
    background: url(../img/dot.png);
    display: block;
    position: absolute;
}
.his_wrp > li {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 300;
    color: #1e1e1e;
    word-break: keep-all;
}
.his_wrp > li {
    width: 100%;
    margin-bottom: 30px;
}
.his_wrp > li h4 {
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
    position: relative;
}
.his_wrp > li h4:before {
    content: "";
    margin-top: -11px;
    width: 25px;
    height: 25px;
    display: block;
    border: 7px #3165ae solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -38px;
    background: #fff;
    z-index: 2;
}
.his_wrp > li > ul > li {
    position: relative;
    margin-bottom: 5px;
}
.his_wrp > li > ul > li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background-color: #56b025;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    z-index: 5;
    margin-top: -2px;
}
.his_wrp > li > ul > li .month strong {
    display: inline-block;
    line-height: 1em;
    padding-bottom: 3px;
    border-bottom: 2px solid #3165ae;
    color: #3165ae;
    margin-bottom: 10px;
    font-size: 25px;
}
.his_wrp ul.t_list {
    margin-top: 10px;
}
.his_wrp ul.t_list li {
    font-size: 17px;
    color: #636363;
}
@media(min-width:769px){
    .his_wrp:before {
        left: 50%;
    }
    .his_wrp > li:nth-child(odd) {
        padding-right: calc( 50% + 25px );
        text-align: right;
    }
    .his_wrp > li:nth-child(even) {
        padding-left: calc( 50% + 25px );
        text-align: left;
    }
    .his_wrp > li:nth-child(odd) h4:before {
        right: -38px;
    }
    .his_wrp > li:nth-child(even) h4:before {
        left: -38px;
    }
    .his_wrp > li:nth-child(odd) > ul > li:before {
        right: -29px;
    }
    .his_wrp > li:nth-child(even) > ul > li:before {
        left: -28px;
    }
}
@media(max-width:768px){
    .his_wrp:before {
        left: 15px;
    }
    .his_wrp > li {
        padding-left: 30px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .his_wrp > li h4 {
        font-size: 25px;
    }
    .his_wrp > li h4:before {
        width: 20px;
        height: 20px;
        border-width: 6px;
        left: -25px;
        margin-top: -10px;
    }
    .his_wrp > li > ul > li:before {
        left: -18px;
    }
    .his_wrp > li > ul > li .month strong {
        padding-bottom: 2px;
        border-bottom: 1px solid #3165ae;
        margin-bottom: 5px;
    }
}

/*idt_item*/
.idt_item {
	background: url(../img/idt_bg.png) -1px top;
	border: 1px solid #ddd;
}

/*sec_dvd btn*/
.sec_dvd .btn_wrp {
	margin-top: 30px;
}
.sec_dvd .btn_wrp a {
	text-decoration: none;
	display: inline-block;
	border-radius: 4px;
	border: 2px solid rgba(0,0,0,0.2);
	color: #333;
	font-size: 19px;
	font-weight: 700;
	line-height: 1em;
	min-width: 255px;
	text-align: center;
	position: relative;
	padding: 15px 20px;
	padding-left: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sec_dvd .btn_wrp a.dft_btn {
	padding-left: 20px;
}
.sec_dvd .btn_wrp a:hover {
	border-color: #3165ae;
}
.sec_dvd .btn_wrp a img {
	width: 30px;
	position: absolute;
	left: 15px;
	top: 10px;
}
@media (min-width:769px){
	.sec_dvd .btn_wrp a {
		margin-right: 5px;
	}
}
@media (max-width:768px){
	.sec_dvd .btn_wrp {
		margin-top: 20px;
	}
	.sec_dvd .btn_wrp a {
		display: block;
		width: 70%;
		margin: 5px auto;
        font-size: 15px;
	}
}
/*#company_01*/
#company_01 .sign{
    display: inline-block;
}
#company_01 .signimg{
    padding-left: 20px;
}

.img_wrp{
    border: 1px solid #ddd;
    background-color: #fff;
}

/*#company_02*/
.sec_dvd2{
    padding: 130px;
}
#company_02 .sec1 .vsbox {
    background: url(../img/vsbox_bg.png) center center no-repeat;
}
#company_02 .sec1 .tbox {
    margin-top: 15px;
}
#company_02 .sec1 .vslist > li >.m_wrp{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 0 40px;
} 
#company_02 .sec1 .t_list2 > li {
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 300;
    color: #111;
    padding: 5px 0;
}
@media (max-width:992px) and (min-width:769px){
    #company_02 .sec1 .vslist > li {
        margin: 15px 0;
    }
}
@media (max-width:768px){
    #company_02 .sec1 .vslist > li >.m_wrp{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0;
    } 
    #company_02 .sec1 .vslist > li {
        padding-bottom: 20px;
    }
    #company_02 .sec1 .vsbox {
        background-size: contain!important;
    }
    #company_02 .sec1 .tbox {
        margin-top: 0;
        padding-left: 20px;
        text-align: left;
    }
    #company_02 .sec1 .t_list2 > li {
        font-size: 13px;
        position: relative;
        padding-left: 15px;
    }
    #company_02 .sec1 .t_list2 > li i {
        position: absolute;
        left: 0;
        top: 5px;
    }
    #company_02 .sec1 .ibox,
    #company_02 .sec1 .ibox img {
        width: 110px;
    }
    .sec_dvd2{
    padding: 50px;
    }
}

/*map_table*/
@media (min-width:769px) {
    .map_table tbody tr th {
        width: 20%;
    } 
} 
@media (max-width:768px) {
    .table.table_basic.map_table tbody tr th,
    .table.table_basic.map_table tbody tr td {
        width: 100% !important;
        display: block !important;
        border: 1px solid #ddd;
        margin-top: -1px;
        text-align: left;
    } 
    .table.table_basic.map_table tbody tr th {
        background-color: #f7f7f7;
    }
} 



/*product*/
.product ul li {
    margin: 15px 0 20px;
}
.product ul li .applybox {
    text-decoration: none;
    display: block;
	border: 2px solid #3165ae;
}

.product  .icon {
    text-align: center;
   margin-top: 15px;
    height: 30px;
}
.product  .icon h5{
    display: inline-block;
    color: #fff;
    border-radius: 8px;
	 font-weight: 300;
    font-size: 16px;
    padding: 5px 20px;
}
.product  .icon h5.ing{
    color: #fff;
    background: #e44141;
}
.product  .icon h5.ing2{
    background: #2351a2;
}
.product  .icon h5.end{
    background: #6b6969;
}
.product  .icon h5.proc{
    background: #4155e4;
}
.product  .icon h5.pre{
     background: #ddd;
}
.product .tbox,
.product .b_wrp {
    margin: 0 auto;
}
.product .tbox {
    margin-top: 10px;
	padding: 15px;
}
.product .tbox .btit {
    font-weight: 600;
    line-height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	text-align: center;
}
.product .tbox .txt {
     margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 10px; 
   /* height: 150px;*/
}
.product .tbox .txt li {
	color: #717171;
    word-break: break-all;
    font-size: 17px;
    margin: 5px 0px;
}

.product .apply {
  text-align:center;
  padding: 20px;
}

.product .apply a{
   padding: 10px 60px;
    background: #0b9;
    border-radius: 10px;
    color: #fff;
	margin: 0px 20px;
}
.product a.adm_com{
    background: #bb008a;
}
.product .apply a:hover{
   background: #444;
	text-decoration: unset;
	cursor:pointer;
}
@media (max-width:768px){
    .product .tbox .btit {
        font-size: 14px;
    }
    .product .tbox .txt {
        font-size: 12px;
    }
}



/*product list*/
.program_list {
   display:none;
}
.program_list.adm {
     padding:0px 30px;
}
.program_list ul {
       border-top: 2px solid #3165ae;
}
.program_list ul {
       border-top: 2px solid #3165ae;
}

.program_list ul li .icon{
    position: relative;
	    margin: 5px 0px 15px;
}

.program_list ul li .icon .view{
    position: absolute;
    left: 90%;
}
.program_list ul li .icon .view.view_a{
    position: absolute;
    left: 95%;
}
.program_list ul li .icon a.view{
    padding: 3px 8px;
    background: #0b9;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.program_list ul li .icon .stau{ position: absolute; left: 50%; } .program_list 
ul li .icon span{ display: inline-block; color: #000; border-radius: 8px; 
font-weight: 300; font-size: 13px; padding: 3px 10px; } .program_list  .icon h5{ 
color: #000; font-weight: 600; line-height: 1em; white-space: nowrap; 
text-overflow: ellipsis; overflow: hidden; text-align: center; font-size: 17px; 
padding: 5px 0px; } .program_list  .icon span.ing{ color: #fff; background: 
#e44141; } .program_list  .icon span.ing2{ color: #fff; background: #2351a2; } 
.program_list  .icon span.end{ background: #6b6969; color:#fff; } .program_list  
.icon span.proc{ background: #4155e4; } .program_list  .icon span.pre{ 
background: #ddd; color:#fff; } .program_list   ul li { margin: 0px; } 
.program_list  .tbox { padding: 0px; margin-top: 0px; } .program_list .icon { 
text-align:left; } .program_list .tbox .txt { margin-top: 0px; height: auto; 
padding: 10px; } .program_list ul li.list { border-bottom: 1px solid #3165ae; } 
.program_list .tbox .txt li { font-size: 14px; margin: 0px; }

.product .search_box_wrp {
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	padding: 20px 15px;
	margin: 30px 0;
}
.product .search_box_wrp .form-control {
	border: 1px solid #ddd;
	box-shadow:  0 0 0;
}
.product .search_box_wrp span.form-control {
	cursor: pointer;
	position: relative;
}
.product .search_box_wrp span.form-control:after {
	content: "\f078";
    font-family: FontAwesome;    
	position: absolute;
    right: 10px;
}
.product .search_box_wrp .form-control.btn {
	background-color: #3165ae;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
	border-color: #3165ae;
}
.product .search_box_wrp  a.btn {
	background-color: #ae3131 !important;
	border-color: #4a0000 !important;
}
.product .search_box_wrp .re_to {
    color: #666;
    cursor: pointer;
    font-size: 14px;
    padding-top: 5px;
    display: block;
    text-align: center;
}

.product .input-daterange.input-group{
	border-left: 1px solid #ccc !important;
}



/*product_view*/
.product_view .info_top {
    border: 1px solid #ddd;
    padding: 20px;
}
.product_view .info_top .b_info h2 {
    line-height: 1.2em;
	font-size:30px;
}
.product_view .info_top .b_info h2 span {
	font-size: 15px;
    padding: 5px 10px;
    background: #ddd;
    border-radius: 8px;
    margin-left: 10px;
    color: #fff;
}
.product_view .info_top .b_info h2 span.ing {
    background: #e44141;
}
.product_view .info_top .b_info h2 span.end {
    background: #ddd;
}
.product_view .info_top .b_info h2 span.proc {
    background: ##00b5d8;
}
.product_view .info_top .b_info h2 span.pre {
    background: #ddd;
}
.product_view .info_top .b_info h2 span.ing2 {
    background: #2351a2;
}
.product_view .info_top .b_img {
    padding-top: 5px;
}
.product_view .info_top > .c_wrp > div,
.product_view .info_top > .c_wrp > div {
    vertical-align: top;
}
.product_view .info_top .table {
    margin-top: 10px;
}
.product_view .info_top .table tr th,
.product_view .info_top .table tr td {
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 300;
    border: 0px;
    vertical-align: middle;
    color: #111;
    word-break: keep-all;
}

.product_view .apply_btn {
	text-align:center;
}
.product_view .apply_btn a {
    border-radius: 10px;
    text-align: center;
    padding: 10px 50px;
    background: #1e62c1;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
	display: inline-block;
}
.product_view .apply_btn a.ing {
    background: #e44141;
}

.product_view .apply_btn a.ing2{
    background: #2351a2;
}
.product_view .apply_btn a.end{
    background: #6b6969;
}
.product_view .apply_btn a.proc{
    background: #4155e4;
}
.product_view .apply_btn a.pre{
     background: #ddd;
}
.product_view .apply_btn a:hover {
	background: #444;
	text-decoration: unset;
	cursor:pointer;
}
.product_view .apply_btn a.end{
    background: #dddddd;
	cursor:unset;
	text-decoration: unset;
}
.product_view .info_top .table tr th {
    font-weight: 600;
    padding-left: 0px;
}
@media (min-width:769px){
    .product_view .info_top .b_img,
    .product_view .info_top .b_img img {
        width: 230px;
        text-align: center;
    }
    .product_view .info_top .b_info {
        padding-left: 30px;
    }
}
@media (max-width:768px){
    .product_view .info_top .b_info {
        margin-top: 10px;
    }
    .product_view .info_top .b_img {
        text-align: center;
        padding: 15px;
       /* border: 1px solid #ddd;
        background-color: #f7f7f7;*/
    }
    .product_view .info_top .b_img img {
        width: 200px;
    }
    .product_view .info_top .table tr th,
    .product_view .info_top .table tr td {
        font-size: 13px;
    }
	.program_list ul li .icon .view{
		position: absolute;
		left: 85%;
	}
	.program_list ul li .icon .view.view_a{
		position: absolute;
		left: 85%;
	}
	
	.program_list ul li .icon .stau{
		position: unset;
	}
}

.list_type a{
	    padding: 5px 10px;
    background:#afafaf;
    color: #fff;
    border: 1px solid #ddd;
	width: 80px;
    display: inline-block;
	text-align: center;

}
.list_type a:hover{
    text-decoration: unset;
}
.list_type a.active{
    background: #3165ae;
}


/*sec_list*/
.sec_list > li:not(:last-child) {
    margin-bottom: 30px;
}
.sec_list > li h5 {
    font-weight: 600;
}
.sec_list > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .sec_list > li:not(:last-child) {
        margin-bottom: 20px;
    }
}


/*product_write*/
.product_write table {
	border-bottom: 2px solid #1e62c1;
    border-top: 2px solid #1e62c1;
	margin-bottom: 20px !important;
}
.product_write table tr th,
.product_write table tr td {
	vertical-align: middle;
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
}
.product_write table tr th {
	background-color: #fcfcfc;
}
.product_write table tr td input.form-control{
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: 0 0 0 0;
}
.product_write .contents {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
	padding: 20px;
    background: #f9f9f9;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.product_write .contents h6{
	margin:0px;
}
.product_write .contents span {
	color: #e60000;
}
.product_write .btn_wrp {
	margin: 20px 0px;
}
.product_write .btn_wrp .btn {
	background-color: #f67720;
    color: #fff;
    line-height: 1.5em;
	font-weight: 400;
    border-radius: 4px;
    font-size: 18px;
	    padding: 6px 30px;
}
@media (min-width:769px) {	
	.product_write table tr th {
		padding-left: 20px;
	}
}
@media (max-width:768px) {	
	.product_write table tr th,
	.product_write table tr td {
		font-size: 13px;
		display: block;
		width: 100%;
	}
	.product_write table tr td {
		border-top: 0px;
	}
	.product_write p {
		font-size: 13px;
	}
	.product_write .btn_wrp .btn {
		font-size: 13px;
		width: 100%;
	}
}

/*pr_wrp*/
.pr_wrp {
	background-color: #fff;
	padding: 30px 15px ;
    border: 1px solid #eee;
    border-radius: 20px;
}
.pr_wrp > li {
	position: relative;
	padding: 0 20px;
}
.pr_wrp > li:not(:last-child):after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	width: 12px;
	background: url(../img/arr.png) center center no-repeat;
}
.pr_wrp .ibox {
	width: 45px;
}
.pr_wrp .txtbox {
	padding-left: 15px;
}
.pr_wrp .txtbox h5 {
	color: #a5a5a5;
    font-weight: 700;
}
.pr_wrp .txtbox p {
	font-size: 14px;
}
@media (min-width:769px) {
	.pr_wrp .c_wrp {
		height: 100px;
	}
}
@media (max-width:768px) {
	.pr_wrp {
		padding: 15px;
	}
	.pr_wrp .ibox {
		width: 35px;
	}
	.pr_wrp > li {
		position: relative;
		padding: 20px 15px;
	}
	.pr_wrp > li:not(:last-child):after {
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		height: 20px;
		top: auto;
		right: 0;
		width: 100%;
		bottom: -10px;
	}
}
#lecture_02 .lec_table table tr td{
    min-width: 130px;
}

#lecture_02 .lec_table{
width: 100%;
height: 100%;
/*overflow-x: scroll;*/
}
@media (max-width:768px) {
    #lecture_02 .lec_table table tr td{
    min-width: 110px;
}
}
#lecture_04 .table_04 tr td{
    border: 1px solid #ddd !important;
}
#lecture_04 .table_04 thead tr th{
    background-color: #3165ae !important;
    border: 1px solid #ddd !important;
    color: #fff;
}
#lecture_04 table .t_list{
    text-align: left;
}

/*tab_box*/
.tab_box .nav-tabs {
    width: 100%;
    border-bottom: 0px;
}
.tab_box .nav-tabs li {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0px;
    float: left;
    width: 20%;
    display: block;
    margin-left: -1px;
}
.tab_box .nav-tabs.col50 li {
    width: 50% !important;
}
.tab_box .nav-tabs li a {
    background-color: transparent;
    border: 0px !important;
    font-size: 15px;
    color: #888 !important;
    padding: 10px;
    border-radius: 0;
    letter-spacing: 0px;
    margin-right: 0px;
}
.tab_box .nav-tabs li.active {
    border-color: #3165ae;
}
.tab_box .nav-tabs li.active a {
    background-color: #3165ae;
    color: #fff !important;
}
.tab_box .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 0px 0;
}
@media (max-width:768px){
    .tab_box .nav-tabs li a {
        font-size: 13px;
        padding: 10px 5px;
    }
    .tab_box .tab-content {
        padding: 30px 0;
    }
    .tab_box .nav-tabs li {
        width: 33.33333%;
    }
}

