/*============== style for all page ==============*/
.hero-home {
    /* background-image: url(../images/home-banner.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* height: 442px; */
    position: relative;
}

.hero-home img {
    width: 100%;
    min-height: 140px;
    object-fit: cover;
}

.hero-home .container {
    display: flex;
    align-items: center;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.hero-home h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
				font-style: italic;
}

.typing span {
 opacity: 0;
}

.mission__inner {
    align-items: flex-start;
    justify-content: space-between;
}

.mission__content {
    width: 51%;
}

.mission__content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.mission__content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
}

.mission__img {
    position: relative;
    padding: 0px 64px;
}

.mission__img::after {
    position: absolute;
    content: "";
    width: 58px;
    height: 329px;
    top: -60px;
    right: 5px;
    transition: 0.2s;
    background-image: url(../images/MISSION-text.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wrap-registration {
    padding: 0 0 100px;
    /*background-color: #efeff5;*/
}

.wrap-registration .__inner {
    padding: 0px 50px;
}

.wrap-registration .__inner p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 38px;
				text-align: center;
}

.wrap-registration .__inner .btn {
    margin: 0 auto;
    display: flex;
    max-width: 86%;
}

section.program {
    position: relative;
}

section.program::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    left: 0px;
    bottom: 0px;
    background-image: url(../images/program-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -2;
}

.program__content {
    padding: 80px 0px;
    position: relative;
}

.program__content::before {
    position: absolute;
    content: "";
    width: 402px;
    height: 59px;
    transition: 0.2s;
    background-image: url(../images/PROGRAM-text.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    top: -5px;
    left: 0px;
}

.program__inner {
    padding: 0px 50px 0px;
}

.program__inner p {
    font-size: 18px;
    line-height: 28px;
				text-align: center;
}

.program__img {
    display: flex;
    padding: 50px 40px 0px;
    justify-content: space-between;
    align-items: flex-start;
}

.curriculum .__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.curriculum__img {
    width: 50%;
    padding-right: 120px;
    padding-bottom: 56px;
    position: relative;
    transition: 0.2s;
}

.curriculum__img::after {
    position: absolute;
    content: "";
    width: 524px;
    height: 60px;
    transition: 0.2s;
    background-image: url(../images/CURRICULUM-text.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -4px;
    left: 75px;
}

.curriculum__img img {
    max-width: 100%;
}

.curriculum__text {
    width: 50%;
}

.curriculum__text h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 20px;
}

.curriculum__text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

section.news {
    position: relative;
    background-image: url(../images/new-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

.news__content {
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
}

.new__item {
    background-color: #fff;
    margin-bottom: 12px;
}

.new__item .__date {
    display: flex;
    align-items: center;
    gap: 20px;
}

.new__item .__date span {
    font-size: 18px;
    font-weight: 400;
}

.new__item .__date .cat {
    position: relative;
}

.new__item .__date .cat::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #000;
    left: -9.5px;
    top: 50%;
    transform: translateY(-50%);
}

.new__item a {
	padding: 10px 16px;
 display: block;
 font-size: 18px;
 line-height: 28px;
 font-weight: 400;
}

.new__item h4 {
    font-size: 18px;
    font-weight: 400;
}

.news-link {
    padding-top: 30px;
}

.banner-page {
    position: relative;
    height: 232px;
}

.banner-page:before {
	position: absolute;
	content: "";
	background-color: #F3F2F1;
	width: 100%;
	height: 75%;
}

.banner-page .container {
    height: 100%;
}

.banner-page img {
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
    width: 85.8%;
    object-fit: cover;

    max-width: calc(100% - calc(calc(100% - 1010px) / 2));
}

.banner-page__title {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 8px;
    transform: translateY(16px);
    transition: 0.2s;
}

.banner-page__title h2 {
    font-size: 40px;
    font-weight: 500;
				letter-spacing: 0.1em;
				line-height: 1;
}

.banner-page__title span {
    font-size: 20px;
    font-weight: 400;
				line-height: 1;
				padding-top: 10px;
}

.text-bg-transparent {
    display: inline-block;
    padding: 6px 15px 10px;
    color: #fff;
    background: linear-gradient(90deg, #6a11cb, #2674fc );
    line-height: 1;
}

.overview p {
    font-size: 18px;
    line-height: 28px;
    max-width: 1080px;
    margin: 0 auto;
}

section.working-group {
    /*background-color: #efeff5;*/
    padding: 60px 0px 75px;
}

.working-group__content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 20px;
    justify-content: space-between;

    max-width: 1020px;
    margin: 0 auto 30px;
}

.working-group__item {
    width: 45%;
    background-color: #F3F3F3;
    position: relative;
    padding: 12px 34px;
}

.working-group__item::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #6a11cb transparent transparent transparent;
}

.working-group__item h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 2px;
}

.working-group__item  p {
    font-size: 16px;
    line-height: 26px;
}

.second {
	padding: 60px 0;
	line-height: 1.8;
}

.second p {
	margin: 0 0 40px;
}

.second .new__item {
	border-bottom: 1px solid #CCC;
}

.second .pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 40px 0 10px;
}

.second .pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

.second .pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

.second .pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.second .pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #2575FC;
	text-indent: 0;
}

.second .pager_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border: none;
}

.second .pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}

.second .pager_wrap ul.pager li.active {
	background-color: #2575FC;
	display: block;
	padding: 10px 15px;
	color: #FFFFFF;
}

.second .pager_wrap ul.pager li.active a:link, .second .pager_wrap ul.pager li.active a:visited,
.second .pager_wrap ul.pager li.active a:hover, .second .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

.second .pager_wrap ul.pager li a:hover {
	color: #FFF;
	background-color: #2575FC;
}

/*new*/
.newsDetail {
	width: 90%;
	margin: 0 auto;
}

.newsDetail h3 {
	font-size: 24px;	
	font-weight: 500;
}

.newsDetail p.date {
	margin: 0 0 40px;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.newsDetail .cont {
	margin: 0 0 60px;
	border: 4px solid #EEE;
	padding: 40px 40px 1px;
}

.btn2 {
	text-align: center;
}

.btn2 a {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 11px 20px 11px 36px;
	border: 1px solid #6a11cb;
	border-radius: 100vh;
	background: url(../images/arrow-right.png) no-repeat 90% 16px;
}

.btn2 a:hover {
	opacity: 1;
	color: #FFF;
	background: url(../images/arrow-right_white.png) #6a11cb no-repeat 90% 16px;
}

.report {
	border-bottom: 4px dotted #CCC;
	padding: 20px;
	margin-bottom: 40px;
}

.report h3 {
	position: relative;
	margin: 0 0 30px;
	padding: 4px;
	font-weight: 500;
	border-bottom: 2px solid #EEE;
	background-color: #F3F2F1;
}

.report h3:before {
	position: absolute;
	content: "";
	background-color: #6a11cb;
	width: 100px;
	height: 2px;
	bottom: -2px;
	left: 0;
}

.report dt {
	display: inline-block;
	background-color: #6a11cb;
	color: #FFF;
	padding: 0 8px 0 14px;
	position: relative;
}

.report dt::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 0;
 height: 0;
 border-top: 14px solid #2674fc;
 border-right: 14px solid transparent;
}

.report dd {
	margin-bottom: 20px;
}

.indexIntro {
	padding: 0;
	font-size: 18px;
}

.indexIntro p {
	margin: 0 0 30px;
}

.indexIntro p + h2 {
	margin: 60px 0 20px;
}

.indexIntro p.lead {
	font-size: 20px;
}

.indexIntro p.atten {
	font-size: 16px;
}

.indexIntro a {
text-decoration: underline;
color: #6a11cb;
}

.indexIntro h2 {
	position: relative;
	margin: 0 0 20px;
	padding: 8px;
	font-weight: 500;
	font-size: 24px;
	background-color: #efeff5;
}

.indexIntro h2:before {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	top: -5px;
	left: -15px;
	background-color: #6a11cb;
	transform: rotate(-30deg);
}

.indexIntro ol {
	margin: 0 40px 60px !important;
}

.indexIntro ol li {
	margin: 0 0 10px;
	list-style-type: decimal !important;
}

.indexIntro dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px;
}

.indexIntro dl dt {
	width: 30%;
	padding: 8px 6px;
	background-color: #efeff5;
	border-bottom: 1px solid #FFF;
	position: relative;
}

.indexIntro dl dt:before {
	position: absolute;
	top: calc( 50% - 10px );
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #6a11cb;
	content: "";
}

.indexIntro dl dd {
	width: 70%;
	padding: 8px 6px 8px 16px;
	border-bottom: 1px solid #CCC;
}

.indexIntro ul {
	margin: 0 40px 60px !important;
}

.indexIntro ul li {
	margin: 0 0 20px;
	list-style: disc !important;
}

.indexIntro ul li ul {
	margin: 10px 0 0 40px !important;
}

.groupTit {
 max-width: 1020px;
 margin: 0 auto 20px;
 padding: 6px;
 font-size: 20px;
 font-weight: 500;
 color: #FFF;
 background: linear-gradient(90deg, #6a11cb, #2674fc );
}

/*add202309*/
.ninteiLogo {
margin: 0;
padding: 0;
}

.indexIntro .ninteiLogo li {
list-style: none !important;
text-align: center;
}

.ninteiLogo li img {
display: inline-block;
width: 280px;
height: auto;
margin: 0 30px;
vertical-align: top;
}





