.intro-page {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    font-family: 'db_helvethaica';
}

/*.intro-page .container{width: 1400px;}*/
.intro-img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 120px;
    overflow: hidden;
}
.intro-img figure {
    position: relative;
    width: 100%;
    height: calc(100vh - 140px);
    top: 0;
    left: 0;
    background-color: #eee;
    background-position: center;
    background-size: cover;
}
.intro-img .slick-dots {
    bottom: 20px;
}
.intro-img .slick-dots li {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid transparent;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.intro-img .slick-dots li:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
}
.intro-img .slick-dots li button {
    padding: 0;
    display: none;
}
.intro-img .slick-dots li.slick-active {
    border-color: #fff;
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
}
.intro-img .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.intro-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
}
.intro-inner .line {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #bf1e2d;
}
.intro-inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 460px;
    width: 520px;
    height: 30px;
    background-color: #2e3192;
    -webkit-transform: skew(-32deg);
    -moz-transform: skew(-32deg);
    -o-transform: skew(-32deg);
}
.intro-inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: 640px;
    width: 400px;
    height: 30px;
    background-color: #2e3192;
    -webkit-transform: skew(-32deg);
    -moz-transform: skew(-32deg);
    -o-transform: skew(-32deg);
}
.intro-inner .brand {
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.intro-inner .brand:before {
    content: '';
    position: absolute;
    margin-right: -470px;
    right: 100%;
    top: 15px;
    width: 900px;
    height: 110px;
    background-color: #fff;
    -webkit-transform: skew(-32deg);
    -moz-transform: skew(-32deg);
    -o-transform: skew(-32deg);
    -webkit-box-shadow: 5px 30px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 30px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 30px 30px rgba(0, 0, 0, 0.2);
}
.intro-inner .brand .wrapper {
    position: relative;
    display: table;
    width: 440px;
    height: 140px;
}
.intro-inner .brand .wrapper>div {
    display: table-cell;
    vertical-align: middle;
}
.intro-inner .brand .thumb {
    width: 123px;
}
.intro-inner .brand .inner {
    padding-left: 25px;
}
.intro-inner .brand .title {
    color: #333;
    font-size: 22px;
    line-height: 1em;
    margin-top: 0;
}
.intro-inner .brand .desc {
    color: #666;
    font-size: 18px;
    line-height: 1em;
    margin-top: 5px;
}
.intro-inner .action {
    text-align: right;
}
.intro-inner .action .btn {
    margin-top: 30px;
    padding: 0 30px;
    height: 50px;
    line-height: 48px;
    font-size: 22px;
    /* -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; */
    background-color: #0e75be;
    border: none;
}
.intro-inner .action .btn:hover {
    background-color: #be1e2d;
}
.intro-inner .action .btn+.btn {
    margin-left: 6px;
}
.intro-inner .action .nav-lang {
    display: inline-block;
    position: relative;
    top: 27px;
    margin-right: 30px;
}
.intro-inner .action .nav-lang:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 5px;
    margin-left: 15px;
    width: 1px;
    height: 20px;
    background-color: #e1e1e1;
}
.intro-inner .action .nav-lang ul {
    float: left;
}
.intro-inner .action .nav-lang li {
    float: left;
    list-style: none;
}
.intro-inner .action .nav-lang li+li {
    margin-left: 5px;
}
.intro-inner .action .nav-lang .link {
    font-weight: 500;
    color: #2e3192;
    font-size: 16px;
    display: block;
    border: 1px solid #2e3192;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.intro-inner .action .nav-lang .link:hover {
    background-color: #2e3192;
    color: #fff;
}

/*.top-graphic{opacity: 0;}*/
.top-graphic,
.top-graphic .cover-bg {
    height: 400px;
}
.top-graphic .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 9px;
    text-align: center;
}
.top-graphic .owl-dot {
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    margin: 0 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.top-graphic .owl-dot.active {
    background-color: #2d308f;
}
.home-block-1 {
    background: url('../image/background/home-block-1.jpg') bottom center no-repeat;
    padding-top: 40px;
    padding-bottom: 110px;
    min-height: 1150px;
}
.wg-cooperation {
    margin-bottom: 108px;
    margin-top: 20px;
    opacity: 0;
}
.wg-cooperation .item {
    padding: 10px 0;
}
.wg-cooperation .item .link {
    position: relative;
    top: 0;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}
.wg-cooperation .item .link:hover {
    top: -10px;
}
.wg-cooperation .owl-carousel {
    margin-top: -10px;
}
.wg-cooperation .owl-carousel:before {
    content: '';
    position: absolute;
    left: -100px;
    top: -20px;
    width: 980px;
    height: 240px;
    background: url('../image/background/wg-cooperation.png') center;
}
.wg-cooperation .owl-nav>div {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}
.wg-cooperation .owl-prev {
    width: 0;
    height: 0;
    font-size: 0;
    right: 100%;
    margin-right: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid #d6d6d6;
}
.wg-cooperation .owl-next {
    width: 0;
    height: 0;
    font-size: 0;
    left: 100%;
    margin-left: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #d6d6d6;
}
.wg-cooperation .owl-prev:hover {
    border-right-color: #2d308f;
}
.wg-cooperation .owl-next:hover {
    border-left-color: #2d308f;
}
.home-block-2 {
    background: url('../image/background/home-block-2.jpg') bottom center no-repeat;
    min-height: 660px;
    padding: 40px 0 20px 0;
}
.wg-about {
    margin-left: 20px;
}
.wg-about .item-list .wrapper {
    height: 240px;
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.2);
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
}
.wg-about .item-list .inner {
    padding: 15px 20px;
}
.wg-about .item-list .title {
    font-size: 30px;
    font-weight: bold;
    max-height: 2em;
    overflow: hidden;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
}
.wg-about .item-list .desc {
    margin-bottom: 10px;
    max-height: 5em;
    overflow: hidden;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
}
.wg-about .item-list .wrapper:hover {
    background-color: #2e3192;
}
.wg-about .item-list .wrapper:hover .title,
.wg-about .item-list .wrapper:hover .desc {
    color: #fff;
}
.home-block-3 {
    background: url('../image/background/home-block-3.jpg') bottom center no-repeat;
    min-height: 520px;
    padding: 40px 0;
}

/* .wg-purchase {
    background-color: #fff;
    -webkit-box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.2);
}
.wg-purchase .whead {
    margin: 15px 0 30px 0;
    padding: 0 20px;
}
.wg-purchase .row {
    margin: 0;
}
.wg-purchase .row>div {
    padding: 0;
}
.wg-purchase .nav-tabs {
    width: 240px;
}
.wg-purchase .nav-tabs>li {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.wg-purchase .nav-tabs>li>a {
    position: relative;
    border-left: 7px solid #fff;
    color: #333;
    font-size: 20px;
    height: 50px;
    padding: 15px 15px 15px 10px;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: All 0ms ease;
    -moz-transition: All 0ms ease;
    -o-transition: All 0ms ease;
}
.wg-purchase .nav-tabs>li>a .fa {
    font-size: 5px;
    color: #bf1e2d;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.wg-purchase .nav-tabs>li>a:hover {
    color: #bf1e2d;
}
.wg-purchase .nav-tabs>li.active>a,
.wg-purchase .nav-tabs>li.active>a:hover,
.wg-purchase .nav-tabs>li.active>a:focus {
    background-color: #2d308f;
    border-left: 7px solid #1f227f;
    color: #fff;
}
.wg-purchase .nav-tabs>li.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 12px solid #2d308f;
} */
.wg-purchase-block {
    display: table;
    width: 100%;
    height: 425px;
}
.wg-purchase-block>div {
    display: table-cell;
    vertical-align: top;
}
.wg-purchase-side {
    width: 240px;
    border-right: 2px solid #c6c6c6;
    position: relative;
    z-index: 100;
}

/* .wg-purchase .item-list {
    width: 438px;
    height: 330px;
}
.wg-purchase .item-list .wrapper {
    display: block;
    padding: 12px 30px 12px 20px;
}
.wg-purchase .item-list li:nth-child(even) .wrapper {
    background-color: #f8f8f8;
}
.wg-purchase .item-list .title {
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wg-purchase .item-list .desc {
    margin-bottom: 10px;
    max-height: 2em;
    overflow: hidden;
}
.wg-purchase .item-list .wrapper:hover .title {
    text-decoration: underline;
}
.wg-purchase .panel-group {
    margin-bottom: 0;
}
.wg-purchase .panel-group .panel {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wg-purchase .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding: 10px 0 20px 0;
}
.wg-purchase .panel-group .panel-heading+.panel-collapse>.panel-body,
.wg-purchase .panel-group .panel-heading+.panel-collapse>.list-group {
    border: none;
}
.wg-purchase .panel-default>.panel-heading {
    padding: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.wg-purchase .panel-title>a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #2e3192;
    font-size: 22px;
    background-color: #2e3192;
    color: #fff;
    position: relative;
}
.wg-purchase .panel-title>a:hover {
    color: #fff;
}
.wg-purchase .panel-title>a.collapsed {
    border-color: #ebebeb;
    background-color: #fff;
    color: #2e3192;
}
.wg-purchase .panel-title>a.collapsed:hover {
    color: #bf1e2d;
}
.wg-purchase .panel-title>a:after {
    content: '\f106';
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    right: 13px;
    top: 11px;
}
.wg-purchase .panel-title>a.collapsed:after {
    content: '\f107';
    top: 12px;
}
.wg-purchase .panel-group .panel+.panel {
    margin-top: 10px;
} */
.home-block-4 {
    padding: 40px 0;
}
.wg-mof .item-list .thumb {}
.wg-mof .item-list .thumb,
.wg-mof .item-list .thumb .cover-bg {
    width: 180px;
}
.wg-mof .item-list .thumb .cover-bg {
    -webkit-box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.2);
}
.wg-mof .item-list .inner {
    padding-left: 20px;
}
.wg-mof .item-list .title {
    font-size: 22px;
    max-height: 2em;
    overflow: hidden;
}
.wg-mof .item-list .desc {
    margin-bottom: 5px;
    max-height: 2em;
    overflow: hidden;
}
.home-block-5 {
    padding: 40px 0;
}

.wg-magazine-block {
    height: 460px;
    background-color: #ebebeb;
    padding: 20px;
}
.wg-magazine .item-list .thumb {
    margin-bottom: 15px;
}
.wg-magazine .item-list .thumb .cover-bg {
    border: 3px solid #bf1e2d;
    background-size: contain;
    background-color: #fff;
}
.wg-magazine .item-list .inner {
    height: 90px;
}
.wg-magazine .item-list .title {
    max-height: 3em;
    overflow: hidden;
}
.wg-magazine .owl-dots {
    position: absolute;
    top: 100%;
    margin-top: 12px;
}
.wg-magazine .owl-dot {
    background-color: #cccccc;
    width: 14px;
    height: 14px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.wg-magazine .owl-dot+.owl-dot {
    margin-left: 6px;
}
.wg-magazine .owl-dot.active {}
.wg-magazine-action {
    text-align: right;
    margin-top: 8px;
}
.wg-magazine-action .link {
    color: #2e3192;
    font-size: 18px;
}
.wg-magazine-action .link:hover {
    text-decoration: underline;
}
.wg-vote .item-list .thumb {
    margin-bottom: 15px;
}
.wg-vote .item-list .inner {
    padding: 0 10px;
    height: 195px;
}
.wg-vote .item-list .title {
    font-size: 22px;
    max-height: 2em;
    overflow: hidden;
}
.wg-vote .item-list .desc {
    font-size: 18px;
    max-height: 3em;
    overflow: hidden;
}
.wg-vote .item-list .choice {
    padding: 15px 15px 0 15px;
    max-height: 100px;
    overflow-y: scroll;
}
.wg-vote .item-list .choice li+li {
    margin-top: 10px;
}
.wg-vote .item-list .view {
    color: #333;
    font-size: 12px;
    padding-left: 5px;
}
.wg-vote .item-list .view:hover {
    color: #f00;
}
.wg-vote .item-list .action {
    margin-top: 20px;
}
.wg-vote .item-list .action .btn {
    width: 100%;
}
.home-block-6 {
    padding: 40px 0;
}


.organization-header {
    padding: 30px 0;
    height: 760px;
    background: url('../image/asset/organization-header.jpg') center top no-repeat;
    background-size: cover;
}
.organization-header .default-title {
    color: #2e3192;
    font-size: 36px;
    font-weight: 500;
}
.organization-header .vdo {
    margin-top: 70px;
    margin-left: 40px;
    width: 540px;
}
.organization-header .vdo .wrapper {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.organization-header .vdo .wrapper>div {
    display: table-cell;
    vertical-align: top;
}
.organization-header .vdo .wrapper .thumb,
.organization-header .vdo .wrapper .thumb figure {
    width: 123px;
}
.organization-header .vdo .wrapper .inner {
    font-size: 28px;
    padding-left: 25px;
    padding-top: 5px;
    word-break: keep-all;
    line-height: 1em;
}
.organization-header .vdo-yt {
    position: relative;
    padding-top: 56%;
}
.organization-header .vdo-yt iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.organization-menu {
    margin-top: 578px;
}
.organization-menu .wrapper {
    display: table;
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.organization-menu .wrapper .inner {
    display: table-cell;
    vertical-align: middle;
}
.organization-menu .wrapper .title {
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 0.9em;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}
.organization-menu .current .wrapper {
    background-color: #2e3192;
}
.organization-menu .current .wrapper .title {
    color: #fff;
}
.organization-menu .wrapper:hover .title {
    color: #bf1e2d;
}
.organization-menu .owl-nav>div {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}
.organization-menu .owl-prev {
    width: 0;
    height: 0;
    font-size: 0;
    right: 100%;
    margin-right: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid #d6d6d6;
}
.organization-menu .owl-next {
    width: 0;
    height: 0;
    font-size: 0;
    left: 100%;
    margin-left: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #d6d6d6;
}
.organization-menu .owl-prev:hover {
    border-right-color: #2d308f;
}
.organization-menu .owl-next:hover {
    border-left-color: #2d308f;
}
.organization-body {
    padding: 80px 0;
}
.organization-body .page-title {
    color: #2d308f;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.organization-body .page-desc {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.organization-body .whead,
.organization-body .whead>div {
    display: block;
    height: auto;
}
.organization-body .whead {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.organization-body .whead h3 {
    margin: 0;
    font-size: 36px;
    list-style: 1em !important;
}
.organization-body .whead p {
    margin: 0;
    font-size: 20px;
    color: #aaaaaa;
}
.organization-body .whead .line {
    width: 40px;
    height: 1px;
    background-color: #bf1e2d;
    margin: 15px auto 0;
}
.organization-list {
    margin-top: 60px;
}
.organization-list .block+.block {
    margin-top: 20px;
}
.organization-list .topic {
    border-top: 8px solid #ebebeb;
    margin-bottom: 40px;
}
.organization-list .topic-title {
    padding-top: 38px;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    height: 106px;
    background: url('../image/asset/whead.png') center no-repeat;
    margin-top: -8px;
}
.organization-list .item-list {
    text-align: center;
}
.organization-list .item-list li {
    display: inline-block;
    width: 33%;
    margin-bottom: 40px;
}
.organization-list .item-list .wrapper {
    width: 280px;
    margin: 0 auto;
}
.organization-list .item-list .thumb {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 6px;
    position: relative;
    -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.06);
}
.organization-list .item-list .wrapper .thumb:before {
    content: '';
    border: 6px solid transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}
.organization-list .item-list .wrapper:hover .thumb:before {
    border-color: #be1e2d;
}
.organization-list .item-list .cover-bg {
    background-color: #eee;
}
.organization-list .item-list .inner {
    margin-top: 25px;
}
.organization-list .item-list .title {
    font-size: 30px;
}
.organization-list .item-list .desc {
    font-size: 24px;
    line-height: 1em;
    height: 8em;
    overflow: hidden;
}
.subcommittee .block {}
.subcommittee .block+.block {
    margin-top: 30px;
}
.subcommittee .topic {
    font-weight: 500;
    color: #2d308f;
    font-size: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.subcommittee .line-style {
    margin-top: 30px;
    height: 8px;
    background-color: #ebebeb;
    position: relative;
}
.subcommittee .line-style:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 15px;
    background: url('../image/asset/line-style.png') center;
}
.organizationDe-page {
    padding: 50px 0;
}
.organizationDe-page .whead {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}
.organizationDe-page .line-style {
    margin: 30px 0;
    height: 8px;
    background-color: #ebebeb;
    position: relative;
}
.organizationDe-page .line-style:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 15px;
    background: url('../image/asset/line-style.png') center;
}
.organizationDe-page .organization-list .item-list li {
    margin-bottom: 0;
}
.organizationDe-page .action {
    margin-top: 30px;
}
.organizationDe-page .action .btn {
    min-width: 120px;
}
.organizationDe-page .action .back {
    text-align: right;
}
.organizationDe-page .topic {
    height: 50px;
    background-color: #ebebeb;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.organizationDe-page .topic-title {
    display: inline-block;
    padding: 0 20px 0 50px;
    background: url('../image/icon/icon-arrow.png') 10px center no-repeat;
    /*background-color: #2d308f;*/
    position: relative;
    z-index: 10;
    font-size: 26px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
}
.organizationDe-page .topic-shape {
    position: absolute;
    width: 360px;
    height: 100%;
    background-color: rgba(46, 49, 146, 0.03);
    -webkit-transform: skew(-32deg);
    -moz-transform: skew(-32deg);
    -o-transform: skew(-32deg);
}
.organizationDe-page .topic-shape:before {
    content: '';
    position: absolute;
    right: 36px;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 49, 146, 0.15);
}
.organizationDe-page .topic-shape:after {
    content: '';
    position: absolute;
    right: 72px;
    width: 100%;
    height: 100%;
    background-color: #2e3192;
}
.organizationDe-content {
    padding: 20px 0;
}
.organizationDe-content .block+.block {
    margin-top: 60px;
}
.news-page {
    padding-bottom: 40px;
}
/* .news-header {
    padding: 30px 0 70px 0;
    min-height: 600px;
    background: url('../image/asset/news-header.jpg') center bottom no-repeat;
    background-color: #fff;
} */
/* .default-menu {
    margin-bottom: 40px;
}
.default-menu .wrapper {
    display: table;
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.default-menu .wrapper .inner {
    display: table-cell;
    vertical-align: middle;
}
.default-menu .wrapper .title {
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 0.9em;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
} */
/* .default-menu .current .wrapper {
    background-color: #2e3192;
    border-color: #2e3192;
} */
/* .default-menu .current .wrapper .title {
    color: #fff;
} */
/* .default-menu .wrapper:hover .title {
    color: #bf1e2d;
}
.default-menu .current .wrapper:hover .title {
    color: #fff;
} */
.default-menu .owl-nav>div {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}
/* .default-menu .owl-prev {
    width: 0;
    height: 0;
    font-size: 0;
    right: 100%;
    margin-right: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid #d6d6d6;
} */
/* .default-menu .owl-next {
    width: 0;
    height: 0;
    font-size: 0;
    left: 100%;
    margin-left: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #d6d6d6;
} */
.default-menu .owl-prev:hover {
    border-right-color: #2d308f;
}
.default-menu .owl-next:hover {
    border-left-color: #2d308f;
}
.news-pin {}
.news-pin-topic {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #2e3192;
    margin-bottom: 40px;
}
.news-pin .owl-item .item {
    width: 280px;
}
.news-pin .owl-item:nth-child(3n+1) .item {
    width: 580px;
}
.news-pin .item-list .owl-item:nth-child(3n+1) .thumb {
    margin-bottom: 0;
}
.news-pin .item-list .owl-item:nth-child(3n+1) .inner {
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: auto;
}
.news-pin .item-list .owl-item:nth-child(3n+1) .date {
    position: relative;
    bottom: auto;
}
.news-pin .item-list .wrapper {
    display: block;
    position: relative;
}
/* .news-pin .item-list .thumb {
    margin-bottom: 15px;
    overflow: hidden;
} */
.news-pin .item-list .cover-bg {
    background-color: #eee;
    -webkit-transition: All 600ms ease;
    -moz-transition: All 600ms ease;
    -o-transition: All 600ms ease;
}
/* .news-pin .item-list .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
/* .news-pin .item-list .desc {
    margin-bottom: 5px;
    height: 1.9em;
    overflow: hidden;
} */
.news-pin .item-list .wrapper:hover .cover-bg {
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.news-pin .item-list .owl-carousel .inner {
    height: 160px;
}
.news-pin .item-list .owl-carousel .title {
    max-height: 2em;
    overflow: hidden;
}
.news-pin .item-list .owl-carousel .desc {
    max-height: 2.9em;
    overflow: hidden;
}
.news-pin .item-list .owl-carousel .date {
    position: absolute;
    bottom: 2px;
}
.news-pin .owl-nav>div {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}
.news-pin .owl-prev {
    width: 0;
    height: 0;
    font-size: 0;
    right: 100%;
    margin-right: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid #d6d6d6;
}
.news-pin .owl-next {
    width: 0;
    height: 0;
    font-size: 0;
    left: 100%;
    margin-left: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #d6d6d6;
}
.news-pin .owl-prev:hover {
    border-right-color: #2d308f;
}
.news-pin .owl-next:hover {
    border-left-color: #2d308f;
}
.news-list {}

/* .news-list .item-list .wrapper {
    margin-bottom: 60px;
    -webkit-transition: All 0ms ease;
    -moz-transition: All 0ms ease;
    -o-transition: All 0ms ease;
} */
/* .news-list .item-list .inner {
    height: 155px;
} */
/* .news-list .item-list .thumb {
    margin-bottom: 15px;
    overflow: hidden;
} */
/* .news-list .item-list .cover-bg {
    -webkit-transition: All 600ms ease;
    -moz-transition: All 600ms ease;
    -o-transition: All 600ms ease;
}
.news-list .item-list .wrapper:hover .cover-bg {
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
} */
/* .news-list .item-list .title {
    font-size: 22px;
    max-height: 2em;
    overflow: hidden;
}
.news-list .item-list .desc {
    margin-bottom: 5px;
    max-height: 2.9em;
    overflow: hidden;
} */
/* .news-list .item-list .date {
    position: absolute;
    bottom: 2px;
} */
.news-list.-viewList .item-list li {
    width: 50%;
}
.news-list.-viewList .item-list .wrapper {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}
.news-list.-viewList .item-list .wrapper>div {
    display: table-cell;
    vertical-align: top;
}
.news-list.-viewList .item-list .thumb,
.news-list.-viewList .item-list .thumb .cover-bg {
    width: 220px;
}
.news-list.-viewList .item-list .inner {
    padding-left: 20px;
    height: auto;
}
.news-list.-viewList .item-list .title {
    max-height: 2em;
    overflow: hidden;
}
.news-list.-viewList .item-list .desc {
    max-height: 1.9em;
    overflow: hidden;
}
.news-list.-viewList .item-list .line {
    margin: 10px 0;
}
.page-topic {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #2e3192;
    margin-bottom: 40px;
}
/* .detail-page {
    padding-top: 30px;
    padding-bottom: 40px;
} */
.detail-side {
    padding-left: 60px;
}

/* .detail-header .date {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    width: 74px;
    position: absolute;
    top: 8px;
    right: 100%;
    margin-right: 15px;
    background-color: #2e3192;
    text-align: center;
}
.detail-header .date strong {
    font-size: 52px;
    line-height: 0.6em;
}
.detail-header .date .line {
    width: 30px;
    height: 1px;
    background-color: #bf1e2d;
    margin: 5px auto;
}
.detail-header .date:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 74px solid transparent;
    border-right: 0px solid transparent;
    border-top: 38px solid #2e3192;
}
.detail-header .title {
    color: #2e3192;
    font-size: 30px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 20px;
}
.detail-header .post {
    font-size: 18px;
    margin-bottom: 20px;
}
.detail-header .post a {
    color: #2e3192;
}
.detail-header .post a:hover {
    text-decoration: underline;
}
.detail-header .info li {
    font-size: 16px;
    float: left;
    line-height: 34px;
    position: relative;
    padding-left: 45px;
}
.detail-header .info li+li {
    margin-left: 30px;
}
.detail-header .info li+li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -15px;
    width: 1px;
    height: 20px;
    background-color: #e1e1e1;
}
.detail-header .info .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.detail-header .share {
    float: right;
    margin: 2px 0;
}
.detail-header .share .control-label {
    float: left;
    padding-top: 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    margin-right: 15px;
}
.detail-header .share ul {
    float: left;
}
.detail-header .share li {
    float: left;
}
.detail-header .share li+li {
    margin-left: 2px;
}
.detail-header .share .link {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 34px;
}
.detail-header .share .link-fb {
    background-color: #3b5a9a;
}
.detail-header .share .link-tw {
    background-color: #1aa9e1;
}
.detail-header .share .link-gg {
    background-color: #cb3e2d;
}
.detail-header .share .link-ma {
    background-color: rgb(210, 158, 22);
}
.detail-header .share .link-pr {
    background-color: rgb(36, 171, 19);
}
.detail-header .share ul:hover .link {
    opacity: 0.4;
}
.detail-header .share ul .link:hover {
    opacity: 1;
}
.detail-header .print {
    float: left;
    position: relative;
    margin-right: 40px;
}
.detail-header .print:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -20px;
    width: 1px;
    height: 20px;
    background-color: #e1e1e1;
}
.detail-header .print .btn {
    border: 1px solid #e1e1e1;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.detail-header .print .btn .fa {
    position: relative;
    top: 2px;
    margin-right: 8px;
}
.detail-header .print .btn:hover {
    color: #fff;
    background-color: #2e3192;
    border-color: #2e3192;
} */
/* .detail-gallery {
    margin-bottom: 40px;
    position: relative;
} */
.detail-gallery .cover-bg {
    background-color: #eee;
    position: relative;
}
.detail-gallery .slider-for {
    margin-bottom: 10px;
}
.detail-gallery .slider-nav {
    margin: 0 -5px;
}
.detail-gallery .slider-nav .slick-slide {
    padding: 0 5px;
    cursor: pointer;
    opacity: 0.5;
}
.detail-gallery .slider-nav .slick-slide:focus {
    outline: none;
}
.detail-gallery .slider-nav .slick-slide.slick-current {
    opacity: 1;
}
.detail-gallery .slider-nav .slick-slide.slick-current .cover-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #2e3192;
}
.detail-gallery .slick-dots {
    margin-top: 14px;
    bottom: auto;
    position: relative;
}
.detail-gallery .slick-dots li {
    margin: 0 3px;
    width: auto;
    height: auto;
}
.detail-gallery .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 14px;
    height: 14px;
    background-color: #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.detail-gallery .slick-dots li button:before {
    display: none;
}
.detail-gallery .slick-dots li.slick-active button {
    background-color: #2d308f;
}
.detail-gallery .status {
    display: table;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    background-color: #000;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.detail-gallery .status>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 0.7em;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}
.detail-gallery .-close {
    background-color: #bf1e2d;
}
.detail-gallery .-finish {
    background-color: #2e3192;
}
.detail-gallery .-process {
    background-color: #adadad;
}
/* .detail-content {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 40px;
} */
.detail-content>iframe {
    height: 800px;
}
.detail-content.no-border {
    border: none;
    /*padding-bottom: 20px;*/
    padding-bottom: 0;
}
.detail-content .action {
    margin-top: 40px;
    text-align: center;
}

@-moz-keyframes span {
    0% {
        -moz-transform: translateX(0%);
    }
    100% {
        -moz-transform: translateX(-90%);
    }
}
@-webkit-keyframes span {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-90%);
    }
}
@keyframes span {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-90%);
    }
}
/* .detail-action {
    padding-top: 30px;
} */

.news-relate {
    padding-bottom: 10px;
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 30px;
}
.news-relate-topic {
    font-weight: 500;
    font-size: 30px;
    color: #2d308f;
    margin-bottom: 20px;
}
.news-relate-topic .line {
    margin-top: 5px;
    width: 30px;
    height: 2px;
    background-color: #bf1e2d;
}
.news-relate .item-list .wrapper {
    margin-bottom: 20px;
}
.news-relate .item-list .thumb {
    margin-bottom: 10px;
}
.news-relate .item-list .title {
    margin-bottom: 10px;
    height: 3em;
    overflow: hidden;
}
.news-relate .item-list .line {
    margin-top: 10px;
    margin-bottom: 0;
}
.news-best {
    margin-bottom: 30px;
}
.news-best-topic {
    font-weight: 500;
    font-size: 30px;
    color: #2d308f;
    margin-bottom: 10px;
}
.news-best-topic .line {
    margin-top: 5px;
    width: 30px;
    height: 2px;
    background-color: #bf1e2d;
}
.news-best .item-list .title {
    margin-bottom: 5px;
}
.news-best .item-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #e1e1e1;
}

.detail-tag {}
.detail-tag-topic {
    font-weight: 500;
    font-size: 30px;
    color: #2d308f;
    margin-bottom: 20px;
}
.detail-tag-topic .line {
    margin-top: 5px;
    width: 30px;
    height: 2px;
    background-color: #bf1e2d;
}
.detail-tag .tag-list ul {
    display: block;
    margin: 0 -2.5px;
}
.detail-tag .tag-list li {
    max-width: 50%;
    float: left;
    padding: 0 2.5px;
    margin-bottom: 5px;
}
.detail-tag .tag-list .wrapper {
    display: block;
    height: 32px;
    border: 1px solid #e1e1e1;
    line-height: 30px;
    padding: 0 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-tag .tag-list .wrapper:hover {
    border-color: #2d308f;
    background-color: #2d308f;
    color: #fff;
}
.purchase-page {
    padding-bottom: 40px;
}
/* .purchase-header {
    padding: 30px 0 70px 0;
    min-height: 600px;
    background: url('../image/asset/purchase-header.jpg') center bottom no-repeat;
    background-color: #fff;
} */
.purchase-pin {}
/* .purchase-pin-topic {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #2e3192;
    margin-bottom: 40px;
} */
/* .purchase-pin .pin-list .wrapper {
    height: 325px;
    padding: 20px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    position: relative;
}
.purchase-pin .pin-list .wrapper:before {
    content: '\f08d';
    font: normal normal normal 34px/1 FontAwesome;
    position: absolute;
    top: 3px;
    right: 8px;
    color: #bf1e2d;
    transform: rotate(45deg);
} */
/* .purchase-pin .pin-list .block {
    display: table;
    width: 100%;
    margin-bottom: 20px;
} */
/* .purchase-pin .pin-list .block>div {
    display: table-cell;
    vertical-align: middle;
} */
/* .purchase-pin .pin-list .thumb,
.purchase-pin .pin-list .thumb .cover-bg {
    width: 90px;
}
.purchase-pin .pin-list .thumb .cover-bg {
    border: 2px solid #e1e1e1;
} */
/* .purchase-pin .pin-list .inner {
    padding-left: 30px;
} */
/* .purchase-pin .pin-list .title {
    font-size: 24px;
    font-weight: 500;
    color: #2e3192;
    line-height: 1em;
    max-height: 2em;
    overflow: hidden;
} */
/* .purchase-pin .pin-list .desc {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
} */
/* .purchase-pin .pin-list .info {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.purchase-pin .pin-list .info li {
    position: relative;
    float: left;
    width: 33%;
    margin-bottom: 5px;
}
.purchase-pin .pin-list .info li+li:before {
    content: '';
    float: left;
    position: relative;
    top: 2px;
    margin: 0 12px 0 0;
    width: 1px;
    height: 18px;
    background-color: #ddd;
}
.purchase-pin .pin-list .info li:nth-child(4):before,
.purchase-pin .pin-list .info li:nth-child(7):before {
    content: none;
}
.purchase-pin .pin-list .action>div {
    float: left;
}
.purchase-pin .pin-list .action>div+div {
    margin-left: 10px;
} */
/* .purchase-list .item-list .wrapper {
    display: table;
    width: 100%;
    padding: 25px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
} */
/* .purchase-list .item-list .wrapper>div {
    display: table-cell;
    vertical-align: middle;
} */
/* .purchase-list .item-list .thumb,
.purchase-list .item-list .thumb .cover-bg {
    width: 90px;
}
.purchase-list .item-list .thumb .cover-bg {
    border: 2px solid #e1e1e1;
}
.purchase-list .item-list .inner {
    padding-left: 30px;
}
.purchase-list .item-list .title {
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 720px;
}
.purchase-list .item-list .desc {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 720px;
}
.purchase-list .item-list .info {
    font-size: 18px;
    display: inline-block;
    width: 100%;
}
.purchase-list .item-list .info li {
    position: relative;
    float: left;
}
.purchase-list .item-list .info li+li:before {
    content: '';
    float: left;
    position: relative;
    top: 2px;
    margin: 0 20px;
    width: 1px;
    height: 18px;
    background-color: #ddd;
}
.purchase-list .item-list .action {
    text-align: right;
}
.purchase-list .item-list .action>div {
    display: inline-block;
}
.purchase-list .item-list .action>div+div {
    margin-left: 6px;
}
.purchase-list .item-list .wrapper,
.purchase-list .item-list .wrapper .cover-bg,
.purchase-list .item-list .wrapper .cover-bg img {
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}
.purchase-list .item-list .wrapper:hover {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}
.purchase-list .item-list .wrapper:hover .cover-bg {
    background-color: #bf1e2d;
}
.purchase-list .item-list .wrapper:hover .cover-bg img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
} */
/* .purchase-pin .owl-nav>div {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
} */
/* .purchase-pin .owl-prev {
    width: 0;
    height: 0;
    font-size: 0;
    right: 100%;
    margin-right: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid #d6d6d6;
}
.purchase-pin .owl-next {
    width: 0;
    height: 0;
    font-size: 0;
    left: 100%;
    margin-left: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #d6d6d6;
} */
/* .purchase-pin .owl-prev:hover {
    border-right-color: #2d308f;
}
.purchase-pin .owl-next:hover {
    border-left-color: #2d308f;
} */
/* .download-list .item-list .wrapper {
    display: table;
    width: 100%;
    padding: 25px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.download-list .item-list .wrapper>div {
    display: table-cell;
    vertical-align: middle;
}
.download-list .item-list .thumb,
.download-list .item-list .thumb .cover-bg {
    width: 90px;
}
.download-list .item-list .thumb .cover-bg {
    border: 2px solid #e1e1e1;
}
.download-list .item-list .inner {
    padding-left: 30px;
}
.download-list .item-list .title {
    margin-bottom: 3px;
    overflow: hidden;
    height: 1em;
    overflow: hidden;
}
.download-list .item-list .desc {
    margin-bottom: 10px;
    overflow: hidden;
    height: 1em;
    overflow: hidden;
}
.download-list .item-list .info {
    font-size: 18px;
    display: inline-block;
    width: 100%;
}
.download-list .item-list .info li {
    position: relative;
    float: left;
}
.download-list .item-list .info li+li:before {
    content: '';
    float: left;
    position: relative;
    top: 2px;
    margin: 0 20px;
    width: 1px;
    height: 18px;
    background-color: #ddd;
}
.download-list .item-list .action {
    text-align: right;
    width: 300px;
}
.download-list .item-list .action>div {
    display: inline-block;
}
.download-list .item-list .action>div+div {
    margin-left: 6px;
}
.download-list .item-list .wrapper,
.download-list .item-list .wrapper .cover-bg,
.download-list .item-list .wrapper .cover-bg img {
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}
.download-list .item-list .wrapper:hover {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}
.download-list .item-list .wrapper:hover .cover-bg {
    background-color: #bf1e2d;
}
.download-list .item-list .wrapper:hover .cover-bg img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
} */

.gallery-pin {
    width: 580px;
    float: left;
    margin-right: 10px;
}
.gallery-pin .wrapper {
    display: block;
    position: relative;
}
.gallery-pin .cover-bg {
    background-color: #aaa;
}
.gallery-pin .inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}
.gallery-pin .inner .title {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    max-height: 2em;
    overflow: hidden;
}
.gallery-pin .owl-dots {
    position: absolute;
    left: 20px;
    bottom: 100px;
}
.gallery-pin .owl-dot {
    width: 14px;
    height: 14px;
    background-color: #e1e1e1;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.gallery-pin .owl-dot+.owl-dot {
    margin-left: 5px;
}
.gallery-pin .owl-dot.active {
    background-color: #2e3192;
}
/* .gallery-list ul {
    display: block;
    margin: 0 -10px;
}
.gallery-list ul>li {
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}
.gallery-list .wrapper {
    display: block;
    width: 280px;
    height: 205px;
    position: relative;
}
.gallery-list .cover-bg {
    background-color: #aaa;
}
.gallery-list .cover-bg img {
    height: 205px;
}
.gallery-list .inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.8);
}
.gallery-list .inner .title {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    max-height: 2em;
    overflow: hidden;
}
.gallery-list li:nth-child(11) .wrapper {
    width: 580px;
    height: 430px;
}
.gallery-list li:nth-child(11) .cover-bg img {
    height: auto;
}
.gallery-list li:nth-child(11) .inner {
    padding: 20px;
}
.gallery-list li:nth-child(12) .wrapper,
.gallery-list li:nth-child(13) .wrapper {
    margin-top: -225px;
} */
.galleryDe {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
.galleryDe ul {
    margin: 0 -1px;
}
.galleryDe ul>li {
    padding: 0 1px;
}
.galleryDe li {
    width: 30%;
    float: left;
    margin-bottom: 2px;
}
.galleryDe li:nth-child(1),
.galleryDe li:nth-child(6),
.galleryDe li:nth-child(7) {
    width: 40%;
}
.galleryDe .wrapper {
    display: block;
    position: relative;
}
.galleryDe .cover-bg {
    height: 330px;
    background-color: #aaa;
}
.galleryDe .over {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../image/icon/icon-zoom.png') center no-repeat;
    background-color: transparent;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
}
.galleryDe .wrapper:hover .over {
    opacity: 1;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background-color: rgba(49, 49, 146, 0.9);
}

/* .vdo-page {
    padding-bottom: 40px;
}
.vdo-header {
    padding: 30px 0 40px 0;
    min-height: 600px;
    background: url('../image/asset/vdo-header.jpg') center bottom no-repeat;
    background-color: #fff;
} */
.vdo-pin-topic {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #2e3192;
    margin-bottom: 0px;
}
/* .vdo-pin .item-list {
    height: 540px;
} */
.vdo-pin .owl-carousel .item {
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}
.vdo-pin .owl-carousel .cover-bg {
    background-color: #ddd;
}
.vdo-pin .owl-carousel .center {
    z-index: 100;
}
.vdo-pin .owl-carousel .center .wrapper {
    margin-top: 0;
}
.vdo-pin .owl-carousel .center .item {
    margin-left: -145px;
    margin-right: -145px;
}
.vdo-pin .owl-carousel .center .thumb {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.vdo-pin .owl-carousel .center .cover-bg {
    background-color: #aaa;
}
.vdo-pin .owl-carousel .center .inner {
    opacity: 1;
}
.vdo-pin .owl-carousel .center .thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/icon/icon-play.png') center no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
}
.vdo-pin .owl-carousel .owl-stage-outer {
    padding-top: 30px;
}
/* .vdo-pin .wrapper {
    margin-top: 85px;
} */
/* .vdo-pin .thumb {
    position: relative;
} */
/* .vdo-pin .thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/icon/icon-play.png') center no-repeat;
} */

/*.vdo-pin .cover-bg{
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
}*/
/* .vdo-pin .title {
    width: 380px;
    margin: 0 auto 15px;
    color: #2e3192;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
} */
/* .vdo-pin .info li {
    font-size: 16px;
    display: inline-block;
    line-height: 34px;
    position: relative;
    padding-left: 45px;
} */

/* .vdo-pin .info .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
} */
/* .vdo-pin .inner {
    opacity: 0;
    text-align: center;
} */
.vdo-pin .owl-nav>div {
    position: absolute;
    top: 220px;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}
.vdo-pin .owl-prev {
    width: 0;
    height: 0;
    font-size: 0;
    right: 100%;
    margin-right: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid #d6d6d6;
}
.vdo-pin .owl-next {
    width: 0;
    height: 0;
    font-size: 0;
    left: 100%;
    margin-left: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #d6d6d6;
}
.vdo-pin .owl-prev:hover {
    border-right-color: #2d308f;
}
.vdo-pin .owl-next:hover {
    border-left-color: #2d308f;
}

/* .vdo-relate {
    background-color: #f8f8f8;
    padding: 30px 0;
    margin-top: 40px;
} */
/* .vdo-relate-topic {
    font-weight: 500;
    font-size: 30px;
    color: #2d308f;
    margin-bottom: 30px;
}
.vdo-relate-topic .line {
    margin-top: 5px;
    width: 30px;
    height: 2px;
    background-color: #bf1e2d;
} */
/* .vdo-relate .owl-dots {
    position: relative;
    width: 100%;
    top: 100%;
    margin-top: 30px;
    text-align: center;
}
.vdo-relate .owl-dot {
    width: 16px;
    height: 16px;
    background-color: #e1e1e1;
    display: inline-block;
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.vdo-relate .owl-dot.active {
    background-color: #2d308f;
} */
/* .vdo-relate .item-list .wrapper {
    margin-bottom: 0;
} */
.page-default {
    padding-top: 30px;
    padding-bottom: 60px;
}

.share-social {
    float: right;
    margin-top: 15px;
}
.share-social .control-label {
    float: left;
    padding-top: 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    margin-right: 15px;
}
.share-social ul {
    float: left;
}
.share-social li {
    float: left;
}
.share-social li+li {
    margin-left: 2px;
}
.share-social .link {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 34px;
}
.share-social .link-fb {
    background-color: #3b5a9a;
}
.share-social .link-tw {
    background-color: #1aa9e1;
}
.share-social .link-gg {
    background-color: #cb3e2d;
}
.share-social .link-ma {
    background-color: rgb(210, 158, 22);
}
.share-social .link-pr {
    background-color: rgb(36, 171, 19);
}
.share-social ul:hover .link {
    opacity: 0.4;
}
.share-social ul .link:hover {
    opacity: 1;
}
.share-social .print {
    float: left;
    position: relative;
    margin-right: 40px;
}
.share-social .print:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -20px;
    width: 1px;
    height: 20px;
    background-color: #e1e1e1;
}
.share-social .print .btn {
    border: 1px solid #e1e1e1;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.share-social .print .btn .fa {
    position: relative;
    top: 2px;
    margin-right: 8px;
}
.share-social .print .btn:hover {
    color: #fff;
    background-color: #2e3192;
    border-color: #2e3192;
}
.chart-pie {
    margin-top: 30px;
}
.chart-pie .chart-wrapper {
    padding: 30px 30px 25px 30px;
    border: 1px solid #e1e1e1;
    min-height: 200px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.chart-pie .chart-wrapper li {
    display: table;
}
.chart-pie .chart-wrapper li+li {
    margin-top: 10px;
}
.chart-pie .chart-wrapper li>div {
    display: table-cell;
    vertical-align: middle;
}
.chart-pie .chart-wrapper .value {
    color: #333;
    font-size: 22px;
    padding-right: 20px;
}
.chart-pie .chart-wrapper .thumb {
    width: 40px;
}
.chart-pie .chart-wrapper .icon {
    width: 40px;
    height: 40px;
    background-color: #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.chart-pie .chart-wrapper .label {
    color: #333;
    font-size: 22px;
    padding-left: 30px;
    font-weight: normal;
}

/* .calendar-header {
    padding: 30px 0;
    margin-bottom: 20px;
    background: url('../image/asset/filter-header.jpg') center no-repeat;
}
.calendar-header .filter {
    margin-bottom: 0;
}
.calendar-header .filter .wrapper:before,
.calendar-header .filter .wrapper:after {
    display: none;
}
.calendar-header .filter .wrapper {
    background-color: transparent;
    height: auto;
}
.calendar-header .search-form {
    margin: 0;
}
.calendar-header .filter-form {
    margin: 0;
    float: left;
} */
.calendar-body {
    padding-bottom: 40px;
}


/* .calendar-list-topic small {
    display: block;
    line-height: 1em;
    font-size: 20px;
} */



.graphic-map .cover-bg {
    height: calc(100vh - 120px);
}



.uploadfile-list li {
    border-bottom: 1px solid #ebebeb;
    font-size: 20px;
    color: #666;
    line-height: 1em;
    padding: 15px 10px;
    position: relative;
}
.uploadfile-list .line {
    padding: 0 10px;
}
.uploadfile-list .btn {
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: #bf1e2d;
    position: absolute;
    top: 13px;
    right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.uploadfile-list .btn .icon-close {
    display: block;
    width: 22px;
    height: 22px;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.uploadfile-list .btn:hover {
    opacity: 0.5;
}

.purchase-pin .owl-dot {
    background-color: #cccccc;
    width: 14px;
    height: 14px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.purchase-pin .owl-dot+.owl-dot {
    margin-left: 6px;
}
.purchase-pin .owl-dots {
    position: relative;
    top: 100%;
    margin-top: 32px;
    text-align: center;
}

.stucture-chart {
    position: relative;
    height: 655px;
}
.stucture-chart .block-lv {
    text-align: center;
    position: relative;
}
.stucture-chart .block-lv .wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
}
.stucture-chart .block-lv-1 {
    margin-bottom: 80px;
}
.stucture-chart .block-lv-2 {
    margin-bottom: 80px;
}
.stucture-chart .block-lv-2 .wrapper:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #2e3192;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 0;
}
.stucture-chart .block-lv-2 .wrapper:nth-child(2) {
    position: absolute;
    left: 220px;
}
.stucture-chart .block-lv-2 .wrapper:nth-child(2):before {
    content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #2e3192;
    bottom: 50%;
    left: -120px;
    margin-bottom: 0;
}
.stucture-chart .block-lv-2 .wrapper:nth-child(3) {
    position: absolute;
    left: 80px;
    top: -80px;
}
.stucture-chart .block-lv-2 .wrapper:nth-child(3):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 44px;
    background-color: #2e3192;
    bottom: -44px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 0;
}
.stucture-chart .block-lv-2 .wrapper:first-child .box-Chart:after {
    content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #2e3192;
    bottom: 50%;
    right: 100%;
    margin-bottom: 0;
}
.stucture-chart .block-lv-3 {
    margin-bottom: 80px;
}
.stucture-chart .block-lv-3 .wrapper+.wrapper {
    margin-left: 300px;
}
.stucture-chart .block-lv-3 .wrapper:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #2e3192;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 0;
}
.stucture-chart .block-lv-3 .wrapper:first-child .box-Chart:after {
    content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #2e3192;
    bottom: 50%;
    left: 100%;
    margin-bottom: 0;
}
.stucture-chart .block-lv-3 .wrapper:last-child .box-Chart:after {
    content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #2e3192;
    bottom: 50%;
    right: 100%;
    margin-bottom: 0;
}
.stucture-chart .block-lv-4 {
    margin-bottom: 80px;
}
.stucture-chart .block-lv-4:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 160px;
    background-color: #2e3192;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 0;
}
.stucture-chart .block-lv-5 {}
.stucture-chart .block-lv-5:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: #2e3192;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 40px;
}
.stucture-chart .block-lv-5 .wrapper {
    width: 148px;
}
.stucture-chart .block-lv-5 .wrapper+.wrapper {
    margin-left: 20px;
}
.stucture-chart .block-lv-5 .box-Chart:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: #2e3192;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.stucture-chart .block-lv-5 .wrapper:first-child .box-Chart:after {
    content: '';
    position: absolute;
    width: 515px;
    height: 1px;
    background-color: #2e3192;
    bottom: 100%;
    left: 50%;
    margin-bottom: 40px;
}
.stucture-chart .block-lv-5 .wrapper:last-child .box-Chart:after {
    content: '';
    position: absolute;
    width: 515px;
    height: 1px;
    background-color: #2e3192;
    bottom: 100%;
    right: 50%;
    margin-bottom: 40px;
}
.stucture-chart .box-Chart {
    color: #fff;
    font-size: 20px;
    padding: 0px 20px;
    text-align: center;
    display: table;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.stucture-chart .box-Chart:hover {
    background-color: #000;
}
.stucture-chart .box-Chart.H {
    font-size: 27px;
}
.stucture-chart .box-Chart-inner {
    margin: 0;
    height: 70px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    line-height: 0.8em;
}
.stucture-chart .box-Chart-inner>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 70px;
    color: #fff;
}
.stucture-chart .R {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.stucture-chart .bg-I {
    background-color: #2e3192;
}
.stucture-chart .bg-II {
    background-color: #ff9600;
}
.stucture-chart .bg-II-I {
    background-color: #fdae3e;
}
.stucture-chart .bg-II-II {
    background-color: #d8a800;
}
.stucture-chart .bg-III {
    background-color: #009f4c;
}
.stucture-chart .bg-IV {
    background-color: #0072bc;
}
.stucture-chart .bg-V {
    background-color: #bbb;
}

/*add j10*/
.stucture-chart.chart-new {
    height: auto;
    overflow: hidden;
}
.stucture-chart.chart-new .block-lv-1 {
    margin-bottom: 20px;
}
.stucture-chart.chart-new .block-lv-3 {
    margin-bottom: 60px;
}
.stucture-chart.chart-new .block-lv-3 .wrapper:before {
    display: none;
}
.stucture-chart.chart-new .block-lv-3 .wrapper {
    width: 360px;
    position: relative;
}
.stucture-chart.chart-new .block-lv-3 .box-Chart-2 {
    position: absolute;
    top: 100%;
    margin-top: 40px;
}
.stucture-chart.chart-new .block-lv-3 .box-Chart-2:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #2e3192;
}
.stucture-chart.chart-new .block-lv-3 .box-Chart-2:after {
    display: none;
}
.stucture-chart.chart-new .R2 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.stucture-chart.chart-new .block-lv-4:before {
    height: 300px;
}

.about-body .policy .whead,
.about-body .policy .whead>div {
    display: block;
    height: auto;
}
.about-body .policy .whead {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.about-body .policy .whead p {
    margin: 0;
}
.about-body .policy .whead .line {
    width: 40px;
    height: 1px;
    background-color: #bf1e2d;
    margin: 15px auto 0;
}
.policy-list {
    height: 363px;
    background: url('../image/asset/about-policy.png') center no-repeat;
}
.policy-list .wrapper {
    position: relative;
}
.policy-list .wrapper .thumb {
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    font-size: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 70px;
    height: 70px;
    background-color: #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.policy-list .wrapper .inner {
    font-size: 24px;
}
.policy-list ul {
    padding-left: 0;
}
.policy-list li {
    list-style: none;
    float: left;
    width: 100%;
}
.policy-list li:nth-child(1) {
    margin-top: 37px;
}
.policy-list li:nth-child(1) {
    padding-left: 50%;
}
.policy-list li:nth-child(1) .wrapper .inner {
    padding-left: 120px;
}
.policy-list li:nth-child(1) .wrapper .thumb {
    left: 2px;
}
.policy-list li:nth-child(2) {
    margin-top: 8px;
}
.policy-list li:nth-child(2) .wrapper .inner {
    padding-right: 140px;
    text-align: right;
}
.policy-list li:nth-child(2) {
    padding-right: 50%;
}
.policy-list li:nth-child(2) .wrapper .thumb {
    right: 4px;
}
.policy-list li:nth-child(3) {
    margin-top: -20px;
}
.policy-list li:nth-child(3) .wrapper .inner {
    padding-left: 120px;
}
.policy-list li:nth-child(3) {
    padding-left: 50%;
}
.policy-list li:nth-child(3) .wrapper .thumb {
    left: 2px;
}
.policy-list li:nth-child(4) {
    margin-top: -20px;
}
.policy-list li:nth-child(4) .wrapper .inner {
    padding-right: 140px;
    text-align: right;
}
.policy-list li:nth-child(4) {
    padding-right: 50%;
}
.policy-list li:nth-child(4) .wrapper .thumb {
    right: 4px;
}
@media (max-width: 1199px) {
    .policy-list {
        height: auto;
        background: none;
    }
    .policy-list li {
        margin-bottom: 50px;
    }
    .policy-list li:last-child {
        margin-bottom: 0px;
    }
    .policy-list li:nth-child(1) {
        padding-left: 0;
        margin-top: 0;
    }
    .policy-list li:nth-child(1) .wrapper .inner {
        padding-left: 100px;
    }
    .policy-list li:nth-child(1) .wrapper .thumb {
        left: 0;
    }
    .policy-list li:nth-child(2) {
        padding-right: 0;
        margin-top: 0;
    }
    .policy-list li:nth-child(2) .wrapper .inner {
        padding-left: 100px;
        padding-right: 0;
        text-align: left;
    }
    .policy-list li:nth-child(2) .wrapper .thumb {
        left: 0;
        right: auto;
    }
    .policy-list li:nth-child(3) {
        padding-left: 0;
        margin-top: 0;
    }
    .policy-list li:nth-child(3) .wrapper .inner {
        padding-left: 100px;
    }
    .policy-list li:nth-child(3) .wrapper .thumb {
        left: 0;
    }
    .policy-list li:nth-child(4) {
        padding-right: 0;
        margin-top: 0;
    }
    .policy-list li:nth-child(4) .wrapper .inner {
        padding-left: 100px;
        padding-right: 0;
        text-align: left;
    }
    .policy-list li:nth-child(4) .wrapper .thumb {
        left: 0;
        right: auto;
    }
}
@media (max-width: 992px) {
    .policy-list li {
        margin-bottom: 30px;
    }
    .policy-list li:last-child {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .policy-list li .wrapper .thumb {
        position: relative;
        margin: 0 auto 15px auto;
        top: 0;
        transform: translate(0);
    }
    .policy-list li .wrapper .inner {
        text-align: center;
        padding-left: 0 !important;
        text-align: center !important;
    }
    .policy-list .wrapper .inner {
        font-size: 22px;
    }
    .about-body .policy .whead {
        margin-bottom: 40px;
    }
}
.item-list.-horizontal .wrapper .inner .info li:nth-child(2) {
    width: 840px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slide {
    padding-top: 10px;
}
.slide .W-head {
    font-weight: 500;
    font-size: 30px;
    color: #2d308f;
    margin-bottom: 20px;
}
.slide .W-head .line {
    margin-top: 5px;
    width: 30px;
    height: 2px;
    background-color: #bf1e2d;
}
.slide .thumb {}
.slide .content {
    padding-top: 5px;
}
.slide .content .title {
    margin-bottom: 10px;
    height: 3em;
    overflow: hidden;
    color: #2e3192;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}
.slide .content .date {
    color: #adadad;
    font-size: 16px;
    line-height: 1em;
}
.slide .content .line {
    margin-top: 10px;
    margin-bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #bf1e2d;
}

.news-header {
    min-height: inherit;
}
/* .purchase-header {
    min-height: inherit;
} */
.project-country .country-list .owl-dots {
    position: relative;
}
.country-nav {
    position: relative;
}
.country-nav .nav-selet {
    position: absolute;
    width: 164px;
}
.country-nav .nav-slide {
    margin-left: 184px;
}

.wg-information .tab-default .nav-tabs>li>a {
    font-size: 24px;
    color: #2d3090;
    border: 1px solid transparent;
    font-weight: 500;
    height: 46px;
    line-height: 44px;
    padding: 0 22px;
}

.delAppend {
    -webkit-border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #bf1e2d !important;
    background-color: #bf1e2d !important;
    color: #fff !important;
}
.delAppend:hover {
    border: 1px solid #bf1e2d !important;
    background-color: #ffffff !important;
    color: #bf1e2d !important;
}
/* .detail-body .vdo {
    margin-top: 5px;
    position: relative;
    padding-top: 5px;
} */
.detail-body .vdo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* .detail-body .vdoYoutube {
    margin-top: 40px;
    position: relative;
    padding-top: 55%;
    margin-bottom: 10px;
}
.detail-body .vdoYoutube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */
.video-js {
    width: 100%;
}
.wg-vdo .video-js {
    width: 100%;
    height: auto;
    padding-top: 56%;
}
.project-list-header .filter-form .sort .control-label {
    line-height: 50px;
}
.subcommittee {
    padding-top: 20px;
}
.subcommittee .block {}
.subcommittee .block+.block {
    margin-top: 30px;
}
.subcommittee .whead {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}
.subcommittee .whead h3 {
    margin: 0;
    font-size: 30px;
    list-style: 1em !important;
}
.subcommittee .topic {
    font-weight: 500;
    color: #2d308f;
    font-size: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.subcommittee .line-style {
    margin-top: 30px;
    height: 8px;
    background-color: #ebebeb;
    position: relative;
}
.subcommittee .line-style:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 15px;
    background: url('../image/asset/line-style.png') center;
}
.subcommittee-list {
    margin-bottom: 25px;
    padding-right: 10px;
}
.subcommittee-list .txt {
    font-size: 20px;
    background-color: #fff;
    margin-top: -12px;
    margin-left: -22px;
    padding: 12px 10px 12px 20px;
}
.subcommittee-list>.row:nth-child(odd)>div .txt {
    background-color: #f0f0f0;
}
.subcommittee-list>.row>div:nth-child(3) .txt,
.subcommittee-list>.row>div:nth-child(4) .txt,
.subcommittee-list>.row>div:nth-child(7) .txt,
.subcommittee-list>.row>div:nth-child(8) .txt,
.subcommittee-list>.row>div:nth-child(11) .txt,
.subcommittee-list>.row>div:nth-child(12) .txt {
    background-color: #fff;
}
.regisEvent {
    padding: 70px 0;
    min-height: 100vh;
    background: url('../image/background/register-event.jpg') center;
    background-size: cover;
}
.regisEvent .header {
    display: table;
    width: 100%;
    padding: 20px 30px 30px 30px;
}
.regisEvent .header>div {
    display: table-cell;
    vertical-align: middle;
}
.regisEvent .header .thumb {
    width: 150px;
}
.regisEvent .header .thumb img {
    width: 150px;
}
.regisEvent .header .inner {
    color: #333333;
    font-size: 22px;
    line-height: 1em;
    padding-left: 20px;
    padding-top: 10px;
}
.regisEvent .topbar {
    padding: 28px 20px;
    height: 140px;
    background: url('../image/background/register-event-header.jpg') center;
    text-align: center;
}
.regisEvent .topbar .title {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 64px;
    line-height: 0.9em;
}
.regisEvent .topbar .desc {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 0.9em;
}
.regisEvent .wrapper {
    width: 540px;
    background-color: #fff;
    min-height: 400px;
    margin: 0 auto;
}
.regisEvent .form {
    padding: 30px;
}
.regisEvent .form .note {
    font-size: 18px;
    color: #666;
}
.regisEvent .form .note a {
    color: #2e3192;
}
.regisEvent .form .note a:hover {
    text-decoration: underline;
}
.regisEvent .form .action .btn {
    width: 100%;
    height: 50px;
    font-size: 24px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

/* ### 11 / 03 / 2019 ### */
.filter-form.project {
    float: left;
}
.purchase-body {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.purchase-body .W-head {
    font-weight: 500;
    font-size: 30px;
    color: #2d308f;
    margin-bottom: 20px;
}
.purchase-body .W-head .line {
    margin-top: 5px;
    width: 30px;
    height: 2px;
    background-color: #bf1e2d;
}

.slide {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
/* .purchase-header.aboutproject {
    padding: 15px;
} */
.project-country .country-list .dropdown-menu>li.active>a {
    background: #bf1e2d;
    color: #fff;
}
.Webboard-page {
    padding-bottom: 40px;
}
.Webboard-page .text-overflow {
    overflow: hidden;
    word-wrap: break-word;
    word-break: keep-all;
}
.Webboard-page .row-table {
    display: table;
}
.Webboard-page .row-table>div {
    display: table-cell;
    vertical-align: middle;
}
.Webboard-page .row-table .col-auto {
    width: 1%;
}
.Webboard-page .row-table .col {
    width: auto;
}
.Webboard-header {
    padding: 35px 0 0 0;
}
.Webboard-body {}
.Webboard-body .creation-question {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 21px;
}
.Webboard-body .l-box {
    padding: 0 20px;
    background-color: #f5f5f5;
    width: 930px;
    position: relative;
    z-index: 1;
}
.Webboard-body .l-box:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-width: 105px 55px 0 0;
    border-color: #f5f5f5 transparent transparent transparent;
}
.Webboard-body .l-box:after {
    content: '';
    width: 70px;
    height: 105px;
    position: absolute;
    top: 0;
    left: 100%;
    transform: skew(-26deg);
    background-color: #f5f5f5;
    opacity: 0.2;
}
.Webboard-body .l-box .row-table {
    height: 105px;
}
.Webboard-body .l-box .btn {
    width: 130px;
}
.Webboard-body .l-box .content {
    padding: 0 25px;
    font-size: 25px;
    color: #333333;
}
.Webboard-body .r-box {
    background-color: #2e3192;
    width: 260px;
    height: 105px;
    position: absolute;
    z-index: 0;
    top: 21px;
    right: 0;
    text-align: right;
    padding: 20px 30px;
}
.Webboard-body .r-box:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 100%;
    border-style: solid;
    border-width: 0 0 105px 55px;
    border-color: transparent transparent #2e3192 transparent;
}
.Webboard-body .form-box {
    background-color: #fcfcfc;
    padding: 50px 20px;
    display: none;
}
.Webboard-body .form-box.open {
    display: block;
}
.Webboard-body .form-box .action .btn {
    width: 130px;
    padding: 0;
}
.Webboard-body .form-box .action .btn+.btn {
    margin-left: 10px;
}
.Webboard-body .item-list {}
.Webboard-body .item-list:after {
    content: '';
    display: table;
    clear: both;
}
.Webboard-body .item-list li {
    background-color: #fff;
    border: 1px solid #f7f7f7;
    width: 100%;
    position: relative;
}
.board-list li {
    padding: 25px 20px;
}
.board-list li+li {
    margin-top: 20px;
}
.board-list li.pinhead {
    background-color: #f7f7f7;
}
.board-list li.pinhead:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    pointer-events: none;
    background: url('../image/icon/pin-icon.png') center;
}
.board-list .thumb {
    width: 84px;
    height: 84px;
    border: 1px solid #ebebeb;
    background-color: #fff;
}
.board-list .content {
    padding: 0 20px;
}
.board-list .content .title {
    font-size: 22px;
    font-weight: bold;
    color: #2e3192;
    margin-bottom: 5px;
    line-height: 1.4em;
    height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.board-list .content .desc {
    font-size: 16px;
    font-weight: 100;
    color: #333333;
    margin-bottom: 15px;
    line-height: 1.4em;
    height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.board-list .content .form {
    font-family: 'tahoma';
    font-size: 11px;
    color: #333;
}
.board-list .content .form .time {
    opacity: 0.7;
}
.board-list .stat-box {
    width: 190px;
    background-color: #fff;
    border: : 1px solid #ebebeb;
}
.board-list .stat-box .row-table {
    height: 83px;
}
.board-list .stat-box .comment-box,
.board-list .stat-box .read-box {
    font-size: 16px;
    color: #666666;
    text-align: center;
    width: 95px;
}
.board-list .stat-box .read-box {
    border-left: 1px solid #ebebeb;
}
.board-list .stat-box .comment-box .title,
.board-list .stat-box .read-box .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.board-list .stat-box .comment-box .title img,
.board-list .stat-box .read-box .title img {
    margin-right: 5px;
}
.board-list .stat-box .comment-box .title {
    color: #bf1e2d;
}
.board-list .stat-box .read-box .title {
    color: #2d3090;
}
.board-detail-page {}
.board-detail-page .user-box {}
.board-detail-page .user-box .thumb {
    width: 56px;
    height: 56px;
    border: 1px solid #ebebeb;
    background-color: #fff;
}
.board-detail-page .user-box .content {
    padding-left: 15px;
}
.board-detail-page .user-box .content .user-name {
    margin-bottom: 5px;
    font-size: 11px;
    color: #333333;
    font-family: 'tahoma';
}
.board-detail-page .user-box .content .user-name .text-primary {
    font-size: 12px;
}
.board-detail-page .user-box .content .date {
    font-size: 11px;
    color: #333333;
    font-family: 'tahoma';
}
.board-detail-page .user-box .content .date .fa {
    position: relative;
    top: 2px;
    margin-right: 3px;
    color: #000;
    font-size: 15px;
}
.board-detail-header {
    border-bottom: 1px solid #ebebeb;
    background-color: #fbfbfb;
    padding: 30px 0;
}
.board-detail-header .content-box {
    padding-right: 160px;
    position: relative;
}
.board-detail-header .content-box .action {
    position: absolute;
    bottom: 0;
    right: 0;
}
.board-detail-header .content-box .action .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.board-detail-header .content-box .action .btn .fa {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.board-detail-header .content-box .title {
    font-size: 27px;
    font-weight: bold;
    color: #2e3192;
    margin-bottom: 25px;
}
.board-detail-header .content-box .desc {
    font-size: 18px;
    font-weight: 100;
    color: #333333;
    margin-bottom: 50px;
}
.comment-list {
    padding-top: 40px;
}
.comment-list .more {
    font-size: 22px;
    color: #2e3192;
    margin-bottom: 25px;
    display: inline-block;
}
.comment-list .item-list {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.comment-list li+li {
    margin-top: 30px;
}
.comment-list .head {
    padding: 20px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
}
.comment-list .head .title {
    font-size: 22px;
    font-weight: 500;
    color: #666666;
}
.comment-list .head .link {
    font-size: 11px;
    font-family: 'tahoma';
    display: block;
    width: 32px;
    color: #bf1e2d;
}
.comment-list .head .link .fa {
    font-size: 15px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.comment-list .body {
    padding: 20px;
}
.comment-list .body .comment {
    font-size: 18px;
    font-weight: 100;
    color: #333333;
    padding-bottom: 25px;
}
.add-comment {}
.add-comment .form-box {
    display: block;
}
.add-comment .form-box .action {
    text-align: center;
}

/*----- re-scale -----*/
/* .item-list .title {
    font-size: 22px;
} */
.item-list .line {
    margin: 10px 0;
}
.radio-control .icon {
    top: 0px;
    width: 20px;
    height: 20px;
    border-width: 2px;
}
.whead {
    margin-bottom: 20px;
}
.top-graphic .owl-dots {
    bottom: 10px;
}
.top-graphic .owl-dot {
    width: 16px;
    height: 16px;
    margin: 0 5px;
}
.home-block-1 {
    min-height: 895px;
    padding-bottom: 40px;
    background-size: 87%;
}
.wg-cooperation {
    margin-bottom: 40px;
}
.wg-cooperation .owl-carousel:before {
    top: -60px;
}
.wg-information-pin .item-list .thumb,
.wg-information-pin .item-list .thumb .cover-bg {
    width: 240px;
}
.wg-information-list .item-list .wrapper {
    height: 180px;
}
.wg-information-list .item-list .cover-bg {
    height: 180px;
}
.wg-information-list .desc {
    margin-bottom: 8px;
}
.home-block-2 {
    min-height: inherit;
    background-position: center -10px;
}
.wg-about .item-list .wrapper {
    height: 190px;
}
.home-block-3 {
    min-height: inherit;
}
.wg-purchase-block {
    height: 415px;
}

/* .wg-purchase .whead {
    margin-bottom: 20px;
}
.wg-purchase .item-list {
    height: 312px;
}
.wg-purchase .item-list .desc {
    margin-bottom: 0;
} */
.home-block-4 {
    padding: 20px 0;
}
.wg-mof .item-list .thumb,
.wg-mof .item-list .thumb .cover-bg {
    width: 120px;
}

.wg-magazine-block {
    height: 445px;
}
.wg-magazine .item-list .inner {
    height: 80px;
}
.wg-vote .item-list .inner {
    height: 180px;
}
.wg-link .item-list .wrapper {
    height: auto;
    padding: 20px 10px;
}
.wg-link .item-list .thumb img {
    width: 60px;
}
.wg-link .item-list .title {
    font-size: 20px;
}
.wg-link .item-list .desc {
    font-size: 17px;
}
@media (max-width: 767px) {
    .wg-information-list .item-list .wrapper {
        height: auto;
    }
    .wg-information-list .item-list .cover-bg {
        height: auto;
    }
    .wg-project .item-list .wrapper {
        height: auto;
    }
}
@media (max-width: 575px) {}

/*----- ARM -----*/
.row-table {
    display: table;
    width: 100%;
}
.row-table>div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.row-table .col {
    width: auto;
}
.row-table .col-auto {
    width: 1%;
}
.row-table.vlign-top>div {
    vertical-align: top;
}
/* .ecard-page {
    padding-top: 20px;
}
.ecard-form {
    padding-right: 40px;
}
.ecard-form .control-label {
    width: 100px;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
.ecard-form-title {
    font-size: 30px;
    font-weight: 500;
    color: #bf1e2d;
    margin-bottom: 20px;
}
.ecard-form .form-default .radio-control {
    margin-top: 2px;
}
.ecard-form .form-default .radio-control .txt {
    margin-bottom: 0;
    font-weight: 500;
}
.ecard-form .captcha {
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
    padding-top: 20px;
}
.ecard-form .action .btn {
    min-width: 120px;
}
.ecard-form .action .btn+.btn {
    margin-left: 16px;
}
.ecard-page .card-template {
    width: 600px;
} */

@media (max-width: 768px) {
    /* .ecard-page .row-table {
        display: block;
    }
    .ecard-page .row-table>div {
        display: block;
        width: auto;
    }
    .ecard-form {
        padding-right: 0;
    }
    .ecard-form .control-label {
        font-weight: 300;
        font-size: 20px;
        padding-left: 12px;
        margin-bottom: 4px;
    }
    .ecard-form .form-group:before,
    .ecard-form .form-group:after {
        content: ' ';
        display: table;
    }
    .ecard-form .form-group:after {
        clear: both;
    }
    .ecard-form .captcha {
        padding-bottom: 20px;
    }
    .ecard-page .card-template {
        margin-top: 30px;
        width: 100%;
        overflow: auto;
    } */
    /*.ecard-page .card-template > table{transform: scale(0.5); transform-origin: center;}*/
    /* .ecard-form-title {
        margin-bottom: 15px;
    } */
}





@media screen and (max-width: 1199px) {
  
}
@media screen and (max-width: 575px) {
   
    .intro-inner .action .nav-lang ul {
        display: inline-block;
        float: none;
    }
}
@supports (backdrop-filter: none) {
    .cookie.cookieconsent {
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
    }
}
@supports not (backdrop-filter: none) {
    .cookie.cookieconsent {
        background-color: rgba(0, 0, 0, 0.85);
    }
}

/* end edit 16 03 2021 */

/* E-Card 20220511 */
/* .card-template {
    position: relative;
} */
/* .card-template .content {
    position: absolute;
    top: 260px;
    left: 100px;
    right: 100px;
}
.card-template .text {
    height: 350px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
} */
/* .card-template .text.-light {
    color: #fff;
}
.card-template .text.-dark {
    color: #2E3192;
}
.card-template .auth {
    margin-top: 90px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.card-template .auth.-light {
    color: #fff;
}
.card-template .auth.-dark {
    color: #000;
}
.card-template .auth .name {
    font-size: 32px;
} */

/* 
.item-list{
	margin: 0; 
	padding: 0;
}
.item-list li{
	list-style: none; 
	float: left;
}
.item-list:before,
.item-list:after{
	content: ' '; 
	display: table;
}
.item-list:after{
	clear: both;
} */


/* .ecard-list {
    margin-top: -230px;
} */

@media screen and (max-width: 768px) {
    /* .ecard-block {
        padding-bottom: 40px;
        min-height: inherit;
    }
    .ecard-header {
        padding: 40px 0 100px 0;
        height: auto;
    }
    .ecard-header .h-title {
        font-size: 30px;
    }
    .ecard-header .btn {
        width: 100%;
        margin-top: 15px;
    }
    .ecard-list {
        margin-top: -70px;
    }
    .ecard-list .item-list {
        margin: 0 -5px
    }
    .ecard-list .item-list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .ecard-form .action {
        display: block !important;
    }
    .ecard-form .action .btn {
        width: 100%;
    }
    .ecard-form .action .btn+.btn {
        margin-top: 15px;
        margin-left: 0;
    }
    .ecard-page .test-cert {
        overflow: auto;
    }
    .ecard-page .card-template {
        width: 598px;
    } */
}

/* E-Card 20220511 */