body{
	font-family: "Arial","Microsoft JhengHei","LiHei Pro Medium","Droid Sans","STHeitiTC-Light","STHeitiSC-Light","STHeiti","Microsoft JhengHei","SimHei","Microsoft YaHei",sans-serif;
	font-size: 13px;
	color: #4D4D4D;
}
p{
	font-weight: 500;
	line-height: 1.8;
}
.clear{
	clear: both;
}
.row{
	margin-left: 0;
	margin-right: 0;
}
#header .navbar-default{
	margin-bottom: 0;
}
#header .navbar-toggle{
	float: left;
	border: none;
}
#header .navbar-toggle:hover,#header .navbar-toggle:focus{
	background: transparent;
}
#header .navbar-default .navbar-toggle .icon-bar{
	width: 36px;
	height: 6px;
	background: #fff;
}
.navbar-default{
	border: 0;
	background: #fff;
}
.navbar-brand{
	height: auto;
	padding: 30px 15px;
}
.nav-main{
	border-top: 1px solid #B2306E;
	margin: 0 -30px;
}
.nav-main.navbar-nav>li>a{
	padding: 20px 20px;
	color: #4D4D4D;
}
.nav-main.navbar-nav>li>a.cur-select{
	background-color: #B2306E;
	color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: #B2306E;
	color: #fff;
}
.header-logo2{
	float: right;
	padding: 30px 0 30px 25px;
}
#header .navbar-form,#header .navbar-right{
	margin: 50px 5px 40px;
}
#header .navbar-form{
	padding: 0;
	border: 1px solid #ccc;
}
#header .navbar-form .form-control{
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	height: 38px;
	font-size: 13px;
	font-weight: bold;
	color: #8A8A8A;
}
#header .navbar-form .form-control:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #ccc;
}
#header .navbar-form .btn-default{
	border: none;
	border-radius: 0;
	margin-left: -4px;
	height: 38px;
}
#header .navbar-form .btn-default.focus, #header .navbar-form .btn-default:focus, #header .navbar-form .btn-default:hover{
	border-color: #ccc;
	background-color: #fff;
}
#header .navbar-right>li{
	margin-right: 8px;
}
#header .navbar-right>li>a{
	height: 40px;
	width: 40px;
	padding: 10px;
	text-align: center;
	background: #666666;
	color: #fff;
	font-weight: bold;
	font-family: "黑体";
}
#header .navbar-right>li:last-child>a{
	background: #3b5998;
}
#header .navbar-right>li:last-child>a:hover,#header .navbar-right>li:last-child>a:focus{
	background: #3b5998 !important;
}
.nav-main .dropdown-menu{
	border: none;
	border-radius: inherit;
	padding: 0;
	background: #B2306E;
}
.nav-main .dropdown-menu>li>a{
	padding: 10px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.nav-main .dropdown-menu>li>a:focus, .nav-main .dropdown-menu>li>a:hover{
	background: transparent;
}
.nav-main .dropdown-menu>li:last-child>a{
	border-bottom: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width: 100%;
}
.glyphicon-chevron-left:before,.glyphicon-chevron-right:before{
	content: normal;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	left: 0;
	margin-left: 0;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
	right: 0;
	margin-right: 0;
}
.carousel-control{
	width: 31px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	width: 31px;
	height: 45px;
}
.carousel-caption{
	position: inherit;
	margin-top: -240px;
	text-align: left;
}
.carousel-caption p{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.3;
}
.carousel-caption a{
	width: 125px;
	height: 40px;
	padding: 9px 15px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	font-size: 14px;
	font-weight: bold;
}
.carousel-caption a:hover,.carousel-caption a:focus{
	text-decoration: none;
}
.carousel-inner>.item>a>.img, .carousel-inner>.item>.img{
	background-image: url(../images/slide_img01.png);
	width: 100%;
	height: 390px;
	overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.carousel-inner>.item:nth-child(2)>a>.img, .carousel-inner>.item:nth-child(2)>.img{
	background-image: url(../images/slide_img02.png);
}
.three{
	margin-top: 15px;
	margin-bottom: 15px;
}
.three .row>div{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.three .row>div img{
	width: 100%;
}
.three .row>div:nth-child(2) a{
	display: block;
	width: 100%;
	background: #004B8E;
}
.three .row>div a>span{
	display: table;
	width: 100%;
	height: 60px;
	background: #1B8293;
}
.three .row>div a:hover,.three .row>div a:focus{
	text-decoration: none;
}
.three .row>div:first-child a>span{
	background: #004B8E;
}
.three .row>div:last-child a>span{
	background: #73378F;
}
.three .row>div a>span>span{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 0 18px;
}
.index-news .row>div{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.index-news .row .training-course a{
	font-size: 25px;
	color: #fff;
}
.index-news .row .training-course img{
	width: 100%;
	position: relative;
}
.index-news .row .training-course span{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -17px;
}
.index-news .row .index-news-list{
	height: 261px;
	background: #B2306E;
	overflow: hidden;
	color: #fff;
	display: table;
}
.index-news .row .index-news-list-wrap{
	padding: 30px 28px;
}
.index-news .index-news-list-li{
	display: block;
	color: #fff;
}
.index-news .index-news-list-li:hover,.index-news .index-news-list-li:focus{
	text-decoration: none;
}
.index-news .index-news-list-li>span{
	display: table-cell;
}
.index-news .index-news-list-li>span:first-child{
	font-size: 12px;
	width: 55px;
}
.index-news .index-news-list-li>span:nth-child(2){
	font-size: 14px;
	width: 206px;
}
.index-news .index-news-list-li>span:first-child>span{
	background: #992A5E;
	padding: 3px 2px;
}
.index-news .index-news-list-li{
	padding: 12px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.index-news .index-news-list-li:last-child{
	border: none;
}
.index-news .index-news-a .index-news-a-wrap{
	padding: 0 15px;
}
.index-news .index-news-a .index-news-a-list{
	height: 77px;
	background: #004B8E;
	margin-bottom: 15px;
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: bolder;
	padding: 28px 16px;
}
.index-news .index-news-a .index-news-a-list:hover,.index-news .index-news-a .index-news-a-list:focus{
	text-decoration: none;
}
.index-news-a-list img{
	float: right;
	margin-top: -5px;
}
.swiper-main{
	padding: 0 80px 30px 80px;
	position: relative;
}
.swiper-main-wrap h1{
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	position: relative;
	margin-bottom: 0;
}
.swiper-main-wrap h1:after{
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #D7D7D7;
	margin: 0 auto;
    margin-top: 18px;
}
.swiper-main .swiper-wrapper{
	text-align: center;
        align-items: center; 
}
.swiper-button-next, .swiper-button-prev{
	width: 8px;
	height: 12px;
	margin-top: -6px;
	-moz-background-size: 16px 12px;
    -webkit-background-size: 16px 12px;
    background-size: 16px 12px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/swiper_icon.png);
	background-position: 0 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/swiper_icon.png);
	background-position: -8px 0;
}
.whats-new .swiper-button-next, .whats-new .swiper-button-prev{
	width: 10px;
	height: 17px;
	margin-top: -8.5px;
	-moz-background-size: 20px 17px;
    -webkit-background-size: 20px 17px;
    background-size: 20px 17px;
}
.whats-new .swiper-button-prev, .whats-new .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/swiper_date_icon.png);
	background-position: 0 0;
}
.whats-new .swiper-button-next, .whats-new .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/swiper_date_icon.png);
	background-position: -10px 0;
}
.whats-new .middle-slide-son{
	font-size: 35px;
	color: #004B8E;
	font-family: "Roboto Condensed";
}
.whats-new .month.nav li{
	display: inline-block;
	border-left: 1px solid #D7D7D7;
	font-size: 18px;
	font-family: "Roboto Condensed", "arial";
	width: 63.3px;
	float: left;
	text-align: center;
	margin-bottom: 18px;
}
.whats-new .month.nav{
	margin-top: 18px;
	margin-bottom: 50px;
}
.whats-new .month.nav li:last-child{
	border-right: 1px solid #D7D7D7;
}
.whats-new .month.nav li a{
	color: #4D4D4D;
	padding: 0 15px;
	position: relative;
}
.whats-new .month.nav li a:hover,.whats-new .month.nav li a:focus{
	background: transparent;
}
.whats-new .month.nav li a:hover:after,.whats-new .month.nav li a:focus:after,.whats-new .month.nav li.active a:after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #004B8E;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -25px;
}
.whats-new .month.nav li.disabled a:hover:after,.whats-new .month.nav li.disabled a:focus:after{
	display: none;
}
.whats-new .month.nav li.disabled a{
	color: #E3E3E3;
}
#footer{
	background: #F2F2F2;
}
#footer .footer-nav h4{
	margin-top: 40px;
}
#footer .footer-nav h4,#footer .footer-nav h4 a{
	font-size: 15px;
	color: #4D4D4D;
	font-weight: bold;
}
#footer .footer-nav h4:after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #B2306E;
	margin-top: 18px;
}
.footer-nav{
	padding: 50px 30px 80px;
}
.footer-nav ul{
	padding-left: 0;
}
.footer-nav ul>li{
	list-style: none;
}
.footer-nav ul>li>a{
	padding: 8px 0;
	color: #4D4D4D;
	font-size: 13px;
	display: block;
	white-space: nowrap;
}
.footer-nav-wrap:after{
	content: "";
	display: block;
	width: 96%;
	height: 1px;
	background: #D7D7D7;
	margin: 0 auto;
}
.footer-img{
	padding: 50px 10px;
}
.footer-img .col-xs-6{
	height: 45px;
}
.footer-img .col-xs-12 p{
	margin: 10px 0 0;
}
.contact-us .banner{
	background-image: url(../images/banner_contact.png);
	width: 100%;
	height: 60vh;
	overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.banner .banner-txt{
	width: 452px;
	height: 160px;
	background: rgba(255,255,255,0.7);
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -226px;
    margin-top: -80px;
    display: table;
    text-align: center;
    color: #4D4D4D;
    font-size: 30px;
    font-weight: 300;
}
.banner .banner-txt span{
	display: table-cell;
	vertical-align: middle;
}
.content{
	padding: 90px;
}
.contact-us .content h2{
	font-size: 17px;
	color: #004B8E;
	font-weight: bold;
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.contact-us .content h2 img{
	margin-right: 15px;
}
.content p{
	font-size: 15px;
}
.contact-us-list{
	margin-bottom: 50px;
}
.contact-us table{
	font-size: 15px;
	font-weight: 500;
}
.contact-us table img{
	margin-right: 15px;
}
.contact-us table tr>td:first-child{
	font-weight: bold;
}
.contact-us table tr>td:nth-child(2){
	font-size: 17px;
	color: #004B8E;
	padding: 8px 15px 8px 0;
}
.whats-new .banner{
	background-image: url(../images/banner_whatsnew.png);
	width: 100%;
	height: 60vh;
	overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.tm .banner{
	background-image: url(../images/banner_tm.png);
}
.reports .banner{
	background-image: url(../images/banner_reports.png);
}
.news-list .news-img{
	height: 250px;
	width: 100%;
	background: #E3E3E3;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.news-list .news-img img{
	height: 250px;
}
.news-list a p{
	color: #4D4D4D;
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.2;
	padding: 0 15px;
	text-align: justify;
}
.news-date{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 85px;
	height: 52px;
	text-align: center;
	border: 2px solid #1B8293;
	background: #fff;
}
.seminar .news-date{
	width: 60px;
}
.news-txt-list .news-date{
	position: inherit;
}
.news-list a:hover .news-list .news-img .news-date,.news-list a:focus .news-list .news-img .news-date{
	text-decoration: none;
}
.news-date span{
	display: block;
}
.news-date>span{
	font-size: 25px;
	font-weight: bold;
	font-family: "Roboto Condensed";
	color: #1B8293;
	line-height: 1.1;
}
.news-date>span>span{
	font-size: 15px;
	font-family: "Roboto";
	color: #fff;
	background: #1B8293;
	height: 21px;
	line-height: 1.5;
}
.whats-new .news-txt-list{
	padding: 30px 90px;
}
.whats-new .news-txt-list:nth-child(2n+1){
	background: #F2F2F2;
}
.whats-new-detail .swiper-slide{
	text-align: center;
	background: #E3E3E3;
}
.news-txt-list p{
	font-size: 17px;
	line-height: 1.2;
}
.news-txt-list a{
	color: #4D4D4D;
}
.whats-new .row>div{
	padding-left: 0;
	padding-right: 0;
}
.change-month{
	background: #333333;
	padding: 20px 35px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	display: block;
}
.change-month:hover,.change-month:focus{
	color: #fff;
	text-decoration: none;
}
.change-date>div{
	padding: 0;
}
.change-date>div:first-child{
	border-right: 1px solid #4D4D4D;
}
.change-date>div:first-child img{
	margin-right: 15px;
}
.change-date>div:last-child img{
	margin-left: 15px;
}
.whats-new-detail-date{
	color: #B2306E;
	font-size: 17px;
}
.whats-new-detail h1{
	font-size: 25px;
	font-weight: bold;
	color: #004B8E;
}
.whats-new-detail h1 small{
	color: #004B8E;
}
.whats-new-detail h2{
    font-size: 20px;
    font-weight: bold;
    color: #004B8E;
}
.whats-new-detail h3{
    font-size: 16px;
    font-weight: bold;
    color: #555555;
}
.whats-new-detail .swiper-pagination{
	position: inherit;
	margin: 40px 0;
}
.whats-new-detail .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	border: 1px solid #000;
	background: #fff;
	margin: -1px 5px;
	opacity: 1;
}
.whats-new-detail .swiper-pagination-bullet-active{
	background: #000;
}
.whats-new-detail .swiper-button-next, .whats-new-detail .swiper-button-prev{
	width: 12px;
	height: 20px;
	-moz-background-size: 24px 20px;
    -webkit-background-size: 24px 20px;
    background-size: 24px 20px;
}
.whats-new.whats-new-detail .swiper-button-prev, .whats-new.whats-new-detail .swiper-container-rtl .swiper-button-next{
	left: 40%;
	background-image: url(../images/whats_news_rswiper_icon.png);
}
.whats-new.whats-new-detail .swiper-button-next, .whats-new.whats-new-detail .swiper-container-rtl .swiper-button-prev{
	right: 40%;
	background-image: url(../images/whats_news_rswiper_icon.png);
	background-position: -12px 0;
}
.whats-new.whats-new-detail .swiper-wrapper .swiper-slide img{
	height: 360px;
}
.whats-new.whats-new-detail .swiper-button-next, .whats-new.whats-new-detail .swiper-button-prev{
	margin-top: -10px;
}
.swiper-re{
	position: relative;
}
.whats-new.whats-new-detail .swiper-wrapper{
	height: 360px;
	background: #4D4D4D;
	text-align: center;
	width: 100%;
}
.whats-new-right{
	margin-left: 30px;
}
.whats-new-right .whats-new-right-list{
	display: block;
	height: 60px;
	background: #BDBDBD;
	margin-bottom: 15px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 19px 15px;
}
.whats-new-right .whats-new-right-list:hover,.whats-new-right .whats-new-right-list:focus{
	text-decoration: none;
}
.whats-new-right .whats-new-right-list img{
	margin-right: 15px;
}
.whats-new-right .whats-new-right-list:first-child{
	background: #004B8E;
}
.whats-new-right .whats-new-right-list:nth-child(2){
	background: #1B8293;
}
.whats-new-right .whats-new-right-list:nth-child(3){
	background: #73378F;
}
.whats-new-right .whats-new-right-list:nth-child(4) img{
	float: right;
	margin-right: 0;
}
.whats-new-right .whats-new-right-list:last-child img{
	float: right;
	margin-right: 0;
}
.professional-courses h1{
	border-bottom: 3px solid #1B8293;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
.professional-courses h1 span{
	display: inline-block;
	background: #1B8293;
	padding: 15px;
	text-align: center;
}
.professional-courses p{
	margin: 30px 0;
}
.professional-courses h2{
    font-size: 20px;
    font-weight: bold;
    color: #004B8E;
}
.professional-courses h3{
    font-size: 16px;
    font-weight: bold;
    color: #555555;
}
.professional-courses h2.subtitle{
	color: #4D4D4D;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #D7D7D7;
}
.panel-default{
	border: none;
	border-radius:0 ;
}
.panel-default>.panel-heading{
	border: none;
	background: #B2306E;
	height: 70px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	padding: 0;
	position: relative;
}
.recruitment .panel-default>.panel-heading{
	background: #1B8293;
}
.reports .panel-default>.panel-heading{
	background: #004B8E;
}
.reports .panel-body table.table>tbody>tr>td:last-child{
	text-align: left;
}
.reports .panel-body table.table{
	margin: 10px 0;
}
.panel-title{
	display: table;
	height: 70px;
	margin: 0 auto;
	width: 100%;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a{
	display: table-cell;
    width: 100%;
    padding: 0 26px;
    vertical-align: middle;
}
.panel-title a:hover,.panel-title a:focus{
	text-decoration: none;
}
.panel-group .panel{
	display: table;
    width: 100%;
}
.panel-group .panel+.panel{
	margin-top: 10px;
}
.panel-title>a img{
	position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}
.panel-body{
	padding: 0;
}
.panel-body table.table>tbody>tr>td{
	border-top: none;
	height: 100px;
	vertical-align: middle;
	font-size: 15px;
}
.tab-content .panel-body table.table>tbody>tr>td{
	height: auto;
	vertical-align: top;
	font-size: 13px;
}
.panel-body table.table>tbody>tr:nth-child(2n+1){
	background: #F7F7F7;
}
.tab-content .panel-body table.table>tbody>tr:nth-child(2n+1){
	background: #FFF;
}
.panel-body table.table>tbody>tr>td:first-child{
	padding-left: 50px;
	font-weight: bold;
}
.tab-content .panel-body table.table>tbody>tr>td:first-child{
	padding-left: 8px;
	font-weight: normal;
}
.panel-body table.table>tbody>tr>td:last-child{
	text-align: center;
}
.tab-content .panel-body table.table>tbody>tr>td:last-child{
	text-align: left;
}
.recruitment .panel-body table.table>tbody>tr>td{
	height: inherit;
}
.recruitment .panel-body table.table>tbody>tr>td:first-child{
	padding-left: 8px;
}
.recruitment .panel-body table.table>tbody>tr>td:last-child{
	text-align: left;
}
.panel-body table.table>tbody>tr>td a{
	color: #4D4D4D;
}
.panel-change-a{
	float: right;
	margin: 30px 0;
}
.panel-change-a a{
	font-size: 16px;
	font-weight: bold;
	color: #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
	padding: 5px 0;
	border-radius: 0;
	margin-left: 12px;
}
.panel-change-a a.active{
	-webkit-box-shadow: none;
    box-shadow: none;
    color: #B2306E;
    border-bottom: 2px solid #B2306E;
}
.panel-change-a a:hover,.panel-change-a a:focus{
	color: #BDBDBD;
}
.subscribe h2{
	font-size: 19px !important;
	border-bottom: none !important;
}
.form-horizontal .control-label{
	text-align: left;
}
.subscribe .form-horizontal span.red{
	color: #FF0000;
}
.form-horizontal label{
	font-size: 15px;
}
.subscribe .form-control{
	border-radius: 0;
	height: 40px;
}
.subscribe .form-horizontal .btn{
	width: 294px;
	height: 79px;
	text-align: left;
	background: #004B8E;
	border-radius: 0;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 18px;
	line-height: 2;
}
.subscribe .form-horizontal .col-sm-12{
	text-align: right;
	border-radius: 0;
}
.subscribe .form-horizontal .btn img{
	float: right;
}
.subscribe .form-horizontal .label-pad{
	padding-top: 15px;
}
.about p,.about ul li{
	text-align: justify;
}
.tm ul{
	padding-left: 15px;
	margin: 0;
}
.tm ul li{
	color: #1B8293;
	font-size: 15px;
	margin-bottom: 3px;
}
.tm ul li span{
	color: #4D4D4D;
}
.tm h4{
	margin-bottom: 15px;
}
.btn-select .cur-select {
    position: absolute;
    display: block;
    width: 280px;
    height: 40px;
    padding: 10px;
    background: #B2306E;
    color: #fff;
    border-radius: 5px;
}
.btn-select select {
    opacity: 0;
    width: 280px;
    height: 40px;
    cursor: pointer;
}
.title-nav .nav-tabs>li>a{
	background: #fff;
	color: #B2306E;
	border-color: #B2306E;
}
.title-nav .nav-tabs>li>a:hover{
	border-color: #B2306E
}
.title-nav .nav-tabs{
	border-bottom: none;
}
.title-nav .nav-tabs>li.active>a, .title-nav .nav-tabs>li.active>a:focus, .title-nav .nav-tabs>li.active>a:hover{
	border-color: #B2306E;
	background: #B2306E;
	color: #fff;
}
.tab-content .table>tbody>tr>td, .tab-content .table>tbody>tr>th, .tab-content .table>tfoot>tr>td, .tab-content .table>tfoot>tr>th, .tab-content .table>thead>tr>td, .tab-content .table>thead>tr>th{
	vertical-align: middle;
}
.tab-content .table tr>th{
	background: #004B8E;
	color: #fff;
}
.tab-content ol{
	padding-left: 15px;
	font-weight: bold;
	font-size: 15px;
}
.tab-content ol table{
	font-weight: 200;
}
.tab-content ol li{
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}
.tab-content ol p{
	line-height: 1.4;
}
.tab-content ol li span{
	font-weight: 200;
}
.red{
	font-weight: bold;
	color: #FF0000;
}
.palmary{
	margin-top: 20px;
}
.palmary img{
	width: 80px;
}
.pagination>li>a, .pagination>li>span{
	width: 38px;
	height: 38px;
	padding: 8px 12px;
	font-size: 15px;
	margin-right: 10px;
	background-color: #4d4d4d;
	color: #fff;
	text-align: center;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
	margin-right: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	background: #004B8E;
	color: #fff;
}
.whats-new-pagination .pagination>li>a:focus, .whats-new-pagination .pagination>li>a:hover, .whats-new-pagination .pagination>li>span:focus, .whats-new-pagination .pagination>li>span:hover{
	background: #1B8293;
}
.search-wrap {
    padding-left: 16px;
    color: #000000;
}
.search-wrap li {
    padding: 15px 0;
}
.search-wrap a {
    text-decoration: none;
    display: block;
}
.search-wrap .search-title {
    color: #B2306E;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
.search-wrap .search-content {
    color: #808080;
    display: block;
    padding-top: 5px;
}
.search-wrap li+li {
    border-top: 1px solid #B2306E;
}
.mar-top40{
	margin-top: 40px;
}
.contact-us .content .subscribe h2{
	font-size: 17px !important;
	border-bottom: 1px solid #D7D7D7 !important;
}
.subscribe textarea.form-control{
	height: 100px;
}
#goTop{
	position: fixed;
    right: 2%;
    bottom: 50px;
    font-weight: bolder;
    cursor: pointer;
    z-index: 999;
}
@media (min-width: 1200px){
	.container {
	    width: 970px;
	}
}
@media (min-width: 992px){
	.carousel-caption{
		left: 5%;
	}
	.navbar-default .navbar-nav>li:first-child>a{
		background-color: #fff;
	}
	.navbar-default .navbar-nav>li.active>a{
		background-color: #B2306E;
		color: #fff ;
	}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
		background-color: #B2306E !important;
		color: #fff  !important;
	}
	.navbar-default .navbar-nav>li.open:first-child a:focus, .navbar-default .navbar-nav>li.open:first-child a:hover{
		background-color: #B2306E !important;
		color: #fff  !important;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
		background-color: #B2306E !important;
		color: #fff  !important;
	}
	.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
		background-color: #B2306E;
		color: #fff;
	}
	.navbar-default .navbar-nav>.active.open>a, .navbar-default .navbar-nav>.active.open>a{
		background-color: #B2306E;
		color: #fff;
	}
}
@media (min-width: 768px){
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
		margin-left: 0;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
		margin-right: 0;
	}
	.palmary{
		text-align: right;
	}
}
@media (max-width: 991px){
	#header .navbar-header{
		background: #B2306E;
	}
	.container{
		padding: 0;
	}
	#header .nav.navbar-right{
		width: 156px;
		margin: 15px auto;
	}
	#header .navbar-right>li{
		display: inline-block;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
		background-color: #fff;
		color: #4D4D4D;
	}
	.nav-main{
		margin: 7.5px 0 50px 0;
	}
	.nav-main.navbar-nav>li>a{
		padding: 20px 10px;
		background: url(../images/menu_icon.png) no-repeat center right 10px;
		padding-right: 30px;
		font-size: 15px;
	}
	.nav-main.navbar-nav>li>a.cur-select{
		background: #B2306E url(../images/menu_icon_w.png) no-repeat center right 10px;
		padding: 20px 15px;
	}
	.navbar-nav>.open>a.cur-select, .navbar-nav>.open>a.cur-select:focus, .navbar-nav>.open>a.cur-select:hover{
		background: #B2306E url(../images/menu_icon_open.png) no-repeat center right 10px;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
		background: #B2306E url(../images/menu_icon_open.png) no-repeat center right 10px;
		color: #fff;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{
		padding: 15px;
		background: #B2306E;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: #fff;
		white-space:  inherit;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color: #fff;
		background-color: #B2306E;
	}
	.dropdown-menu{
		padding: 8px 0 0 0;
	}
	.nav-main>li.open{
		border-bottom:none;
	}
	#header .navbar-collapse{
		position: absolute;
	    z-index: 12;
	    width: 100%;
	    background: #fff;
	}
	.footer-img{
		padding: 50px 0;
	}
	.footer-img .col-xs-6{
		padding: 0;
		text-align: center;
	}
	.carousel-inner>.item>a>.img, .carousel-inner>.item>.img{
		height: 390px;
	}
	.carousel-caption{
		padding: 0 15px;
		margin-top: -310px;
	}
	.xs-logo{
		width: 302px;
		margin: 15px auto;
	}
	.xs-logo img{
		height: 73px;
		margin: 0 8px;
	}
	#header .navbar-form{
    	position: relative;
    	margin: 0 10px 15px;
	}
	#header .navbar-form .form-group{
		width: 100%;
	}
	#header .navbar-form .btn-default{
		position: absolute;
		bottom: 0;
	    right: 8px;
	    top: 1px;
	}
	.index-news .row .index-news-list{
		width: 100%;
	}
	.index-news-a{
		margin-top: 20px;
	}
	.content{
		padding: 15px;
	}
	.contact-us .col-md-6:last-child img{
		width: 100%;
		margin-top: 30px;
	}
	.banner .banner-txt{
		width: 260px;
		margin-left: -130px;
	}
	.whats-new .month.nav{
		width: 292px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.whats-new .month.nav li{
		width: 73px;
	}
	.whats-new .month.nav li:nth-child(4),.whats-new .month.nav li:nth-child(8){
		border-right: 1px solid #D7D7D7;
	}
	.nav-main{
		border: 0;
	}
	.nav-main>li{
		border-bottom: 1px solid #B2306E;
	}
	.whats-new.whats-new-detail .swiper-button-prev, .whats-new.whats-new-detail .swiper-container-rtl .swiper-button-next{
		left: 15px;
	}
	.whats-new.whats-new-detail .swiper-button-next, .whats-new.whats-new-detail .swiper-container-rtl .swiper-button-prev{
		right: 15px;
	}
	.whats-new-right{
		margin: 0;
	}
	.nav-main .open .dropdown-menu{
		margin-top: 10px;
	}
	.whats-new .news-txt-list{
		padding: 30px;
	}
	.panel-body table.table>tbody>tr>td:first-child{
		padding-left: 10px;
	}
}
@media (max-width: 767px){
	.change-month{
		padding: 20px;
	}
	.palmary{
		text-align: center;
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
    .whats-new.whats-new-detail .swiper-button-prev{
        left: 15px;
    }

    .whats-new.whats-new-detail .swiper-button-next{
        right: 15px;
    }
}

.whats-new.whats-new-detail .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}