25h1,h2,h3,h4,h5,h6,p,a
{
	font-family: 'Din-Bold' !important;
}
.banner-landing {
    height: 523px;
    background: aliceblue url(images/banner-blog.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.sub-menu-banner {
    height: 55px;
    background: #0073af;
}
.form-program {
    width: 271px;
    height: 35px;
    padding-bottom: 10px;
}
.sub-menu-inner {
 
    background: #0073af;
}
.sub-menu-banner-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
    height: 62px;
}
.submenu-logo h1 {
    color: #fff;
    font-size: 24px;
    font-family: 'Din-Regular';
}
.banner-left h2 {
    font-size: 24px;
    line-height: 33.8px;
    margin-bottom: 16px;
    font-family: 'Din-Medium';
}
.banner-left h2 a{
    color: #FFF;
}
.banner-left >* {
    color: #fff;
}
.banner-left p {
    color: #1495d9;
    font-size: 14px;
    font-weight: 500;
}
.banner-left h5 {
    font-size: 13px;
    border-bottom: 1px solid #1495d9;
    padding-bottom: 18px;
    font-family: 'Din-Medium';
}
.banner-left {
    max-width: 43%;
}
.banner-left p {
    color: #1495d9;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'Din-Medium';
}
.banner-right a {
    font-size: 14px;
    font-weight: 500;
    color: #1495d9;
    border: 1px solid #1495d9;
    display: inline-block;
    width: 160px;
    text-align: center;
    padding: 20px 14px;
    font-family: 'Din-bold';
    text-decoration: none;
}
.banner-right a:hover {
    background: #1495d9;
    color: #fff;
}
#blog-banner .select-selected {
    height: 13px;
}
.banner-landing-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: flex-end;
    padding-top: 28vh;
    position: relative;
    z-index: 12;
    max-width: 1440px;
}

.banner-landing:before {
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1.64) 0%, rgba(0, 0, 0, 0.63) 40%, rgba(0, 0, 0, 0.38) 60%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1.64) 0%, rgba(0, 0, 0, 0.63) 40%, rgba(0, 0, 0, 0.38) 60%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 1.64) 0%, rgba(0, 0, 0, 0.63) 40%, rgba(0, 0, 0, 0.38) 60%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0.01) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1.64) 0%, rgba(0, 0, 0, 0.63) 40%, rgba(0, 0, 0, 0.38) 60%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1.64) 0%, rgba(0, 0, 0, 0.63) 40%, rgba(0, 0, 0, 0.38) 60%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0.01) 100%);
    position: absolute;
    top: 0;
}


#blog-content-inner {
    display: flex;
    flex-wrap: wrap;
}
.blog-item h2 {
    font-size: 16px;
    font-weight: 500;
    width: 90%;
    margin-top: 16px;
    color: #313131;
    font-family: 'Din-Medium';
    line-height: 19.8px;
    height: 40px;
    overflow: hidden;
}
.time-d {
    font-size: 13px;
    font-weight: 300 !important;
}
.cate-blog {
    font-size: 14px;
    color: #1495d9;
}
.blog-item img {
    width: 100%;
}

#blog-content-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 65px;
    padding-bottom: 28px;
}
.time-d {
    border-bottom: 1px solid #1495d9;
    padding-bottom: 16px;
    margin-top: 6px;
    color: #313131;
    font-family: 'Din-Regular';
}
.cate-blog {
    margin-top: 8px;
    margin-bottom: 84px;
}
#blog-banner .select-selected {
    padding: 10px 12px 14px 12px;
    font-family: 'Din-Regular';
}
#blog-banner .select-selected:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    width: 13px;
    height: 10px;
    background-image: url(../images/icon-down-arrow-yellow.png);
    background-position: center;
    background-repeat: no-repeat;
}
.banner-right {
    padding-bottom: 8px;
}
.select-items div{
    border: none;
}
.paginator ul {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.paginator ul li.active a {
    color: #70b0c5 !important;
}

.paginator ul li a {
    color: #848484;
    padding-left: 8px;
    font-weight: normal;
    font-family: 'Din-Medium';
    text-decoration: none;
    font-size: 14px;
}
.paginator ul li a.active {
    color: #1495d9;
}
.paginator {
    padding-bottom: 82px;
    padding-top: 18px;
    text-align: center;
}
.blog-item img {
    width: 100%;
    max-height: 293px;
}

/*Blog cat*/
.custom-select select{
    display: none;
}
#blog-banner .blog-banner-inner .select-selected {
    padding: 10px 12px 14px 12px;
    font-family: 'Din-Regular';
    font-size: 15px !important;
    text-transform: initial;
}

.banner-cat-inner h2 {
    font-size: 31px;
    line-height: 19.8px;
    font-family: 'Din-Medium';
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.banner-cat-inner p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    max-width: 531px;
    padding-top: 15px;
}
.banner-cat {
    text-align: center;
    height: 33vh;
    background: url('images/bannercat.jpg') no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
#blog-content-cat .blog-item {
    width: 100%;
}
#blog-content-cat .blog-item .time-d {
    border-bottom: none;
}
#blog-content-cat .blog-item-inner {
    display: flex;
}
.blog-item-info {
    max-width: 746px;
}
p.sub-item {
    color: #313131;
    font-size: 14px;
    font-family: 'Din-Medium';
    font-weight: normal;
    margin-bottom: 33px;
}
.blog-item h5 a {
    color: #1495d9;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Din-Bold';
}
.sub-item .link-more{
    display: none;
}
.tag-title {
    font-size: 14px;
    color: #cccccc;
}
.tag-title {
    font-size: 14px;
    color: #cccccc;
    font-family: 'Din-Medium';
}
.tag-content {
    font-size: 14px;
    color: #ee8308;
    font-family: 'Din-Medium';
}
.blog-item h5 {
    margin-bottom: 20px;
}
.blog-item-info {
    padding-top: 13px;
    padding-left: 15px;
}
#blog-content-cat {
    max-width: 1088px;
    margin: 0 auto;
}

#blog-content-cat .blog-item {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 40px;
    margin-top: 35px;
}
#blog-content-cat #blog-content-inner {
    padding-top: 28px;
}
#blog-content-cat .paginator {
    padding-top: 60px;
    padding-bottom: 60px;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 8px;
}

.select-items div:hover, .same-as-selected {
    background: #1495d9;
    color: #fff;
}
.blog-banner-inner.blog-cat  .select-items div {
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
}
/*home blog*/

#blog-home {
    background: #ccc url(images/home-blog.jpg) no-repeat;
    min-height: 105.5vh;
    background-size: cover;
    position: relative;
}
.blog-home-banner {
    max-width: 1440px;
    margin: 0 auto;
}
.blog-home-infor {
    height: 42.4vh;
    background: rgba(23, 22, 21, 0.9);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.blog-home-infor-inner {
    display: flex;
    flex-wrap: wrap;
}
.blog-home-infor-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 65px;
}
.blog-home-heading h1 {
    margin-bottom: 12px;
    font-family: 'Din-Medium';
    color: #fff;
    font-size: 38px;
    line-height: 42px;
    text-align: left;
    text-transform: none;
    padding: 0 100px 0 0;
    width: auto;
    max-width: 840px;
}
.blog-about-ckgsb a {
    display: inline-block;
    width: 200px;
    color: #fff;
    font-family: 'Din-Medium';
    background: #1594d9;
    text-align: center;
    vertical-align: middle;
    padding-top: 14px;
    padding-bottom: 15px;
}
.blog-about-ckgsb a {
    display: flex;
    width: 200px;
    color: #fff;
    font-family: 'Din-Medium';
    background: #1594d9;
    text-align: center;
    vertical-align: middle;
    padding-top: 14px;
    padding-bottom: 15px;
    justify-content: space-around;
}
.blog-about-ckgsb img {
    height: 14px;
    position: relative;
    top: 3px;
}
.blog-home-heading {
    padding-top: 105px;
    padding-bottom: 60px;
}
.hide {
    opacity: 0;
}
.blog-home-infor-inner ul li, .blog-home-infor-inner ul li a {
    color: #fff;
}
li.name-subject {
    font-size: 16px;
    font-family: 'Din-Regular';
    line-height: 20px;
    text-transform: none;
    padding: 0 0 16px;
}
li.h-menu a {
    font-size: 20px;
    line-height: 23px;
    font-family: 'Din-Medium';
}
.blog-home-infor-inner ul li:nth-child(2) {
    border-bottom: 1px solid #fff;
    margin-top: 25px;
    padding-bottom: 18px;
}
.blog-home-infor-inner ul li:nth-child(3) {
    padding-top: 20px;
}
.mba ul li:nth-child(n+3) {
    padding-top: 20px;
}
.mba ul li:nth-child(n+4) {
    font-size: 16px;
    font-family: 'Din-Medium';
    line-height: 20px;
}
.metis ul li:nth-child(3) {
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
}
.metis ul li:nth-child(4) {
    padding-top: 25px;
}
.comunity ul li:nth-child(3) {
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
}
.comunity ul li:nth-child(4) {
    padding-top: 18px;
}
.comunity ul li:first-child {
    padding-top: 18px;
}
.blog-home-banner {
    max-width: 940px;
    margin: 0 auto;
}
.blog-home-infor-inner {
    max-width: 940px;
}
.cor-data-info {
    text-align: center;
    margin: 0 auto;
}
.cor-data-info h2 {
    font-size: 31px;
    color: #313131;
    font-family: 'Din-Bold';
    margin-top: 26px;
    padding-bottom: 8px;
}
.item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.data-info-inner {
    max-width: 785px;
}
.blog-item {
    width: 29.8%;
}
.time-d {
    border-bottom: 1px solid #1495d9;
    padding-bottom: 16px;
    margin-top: 6px;
    color: #313131;
    font-family: 'Din-Medium';
}

.data-info-inner p {
    color: #040404;
    font-size: 16px;
    margin-top: 20px;
}
.data-info-inner a {
    color: #1495d9;
    font-size: 14px;
    width: 160px;
    border: 1px solid #1495d9;
    display: inline-block;
    padding: 20px 8px;
    margin-top: 31px;
    margin-bottom: 33.5px;
    font-family: 'Din-Medium';
}
#coro-data {
    background: rgb(221, 234, 240);
}
#ckgsb-global .data-info-inner h2 {
    padding-top: 38px;
    margin-bottom: 99px;
}
#ckgsb-global {
    padding-bottom: 23px;
}
.paginator ul li {
    list-style: none;
}
@media only screen and (max-width: 1440px){
	.sub-menu-banner-inner,
	.banner-landing-inner,
	#blog-content-inner {
	    max-width: 1088px;
	    padding-left: 50px;
	    padding-right: 50px;
	}
	.banner-landing {
	    height: 61.8vh;
	    background: aliceblue url(images/banneblog-1440.jpg) no-repeat;
	    background-size: cover;
	    position: relative;
	}
	#blog-content-inner {
	   padding-top: 70px;
	}
	.paginator {
	    padding-bottom: 80px;
	    padding-top: 0;
	}
	#blog-content-inner {
	    padding-bottom: 23px;
	}
	#blog-content-cat {
	    max-width: 1266px;
	    margin: 0 auto;
	}
	.banner-cat {
	    background: url(images/bannerblogcat-1440.jpg) no-repeat center bottom;
	    background-size: cover;
	    height: 385px;
	}
	#blog-content p.cate-blog {
	    margin-bottom: 73px;
	}
	#blog-content .paginator {
	    padding-bottom: 92px;
	}
/* 
	#header,
	#headerBox,
	#sub,
	#fmenu,
	#bottom,
	#global-popup{
	    display: none;
	} */
} 
.template-blog {
    min-width: 100%;
}
.blog-item-img.mobie-thumb {
    display: none;
}

.banner-left p a {
    font-size: 14px;
    color: #1495d9;
    font-family: 'Din-Medium';
}
.cate-blog a {
    color: #1495d9;
    font-family: 'Din-Medium';
}
.banner-left p a:hover,.cate-blog a:hover{
    opacity: .8
}
.blog-item h2 a {
    color: #313131;
    font-family: 'Din-Medium';
}
.paginator span.current {
    padding-left: 8px;
    font-weight: normal;
    font-family: 'Din-Medium';
    text-decoration: none;
    font-size: 14px;
    border: none;
    color: #1495d9;
}
.paginator a {
    color: #848484;
    padding-left: 8px;
    font-weight: normal;
    font-family: 'Din-Medium';
    text-decoration: none;
    font-size: 14px;
    border: none;
}

.blog-item-info p {
    color: #313131;
    font-size: 14px;
    font-family: 'Din-Medium';
    font-weight: normal;
    margin-bottom: 33px;
}
span.tag-content a {
    font-size: 14px;
    color: #ee8308;
    font-family: 'Din-Medium';
}
span.tag-content a:hover{
    opacity: .8;
}
.banner-cat-inner p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    max-width: 531px;
    padding-top: 15px;
    font-family: 'Din-Medium';
}
.tax-blog_tag .banner-cat{
    height: 100px;
}
.tax-blog_tag .banner-cat-inner h2{
    line-height: normal;
    margin-bottom: 0;
}