.blog {
    float: left;
    width: 100%;
    padding: var(--headerPCHeight) 0;
    display: flex;
    justify-content: center;
}

.blog-banner {
    width: 100%;
    position: relative;
    height: calc(100vh - var(--headerHeight));
    display: flex;
}
.blog-banner picture img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    left: unset;
    top: unset;
}
.blog-banner-text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-banner-text-main {
    width: 100%;
    padding-left: 445px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.blog-banner-heading {
    font-size: var(--sectionh2Size);
    font-weight: 300;
    color: #FFF;
}
.blog-banner-info {
    font-size: var(--sectionh3Size);
    line-height: 1.5;
    font-weight: 300;
    color: #FFF;
    text-wrap: nowrap;
}
@media (orientation: portrait) {
    .blog-banner {
        height: 56.25vw;
    }
}
@media only screen and (max-width: 1024px)  {
    .blog-banner {
        height: 56.25vw;
    }
    .blog-banner-text-main {
        position: absolute;
        width: unset;
        padding: 20px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}



.blog-wraper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.blog-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blog-nav {
    padding: 1vw 0;
    margin: 2vw 0;
    width: 100%;
    border-bottom: #DDD 1px solid;
    display: flex;
    justify-content: center;
}
.blog-nav-main {
    width: 100%;
    display: flex;
    justify-content: center;
}
.blog-nav-box {
    width: 100%;
    display: flex;
    align-items: center;
}
.blog-nav a {
	font-size: 1vw;
	font-weight: 400;
    color: #333;
    transition: all 300ms;
}
.blog-nav a:hover {
    color: var(--themeColor);
    text-decoration: underline;
}
#blog-nav-selected {
    color: var(--themeColor);
}
.blog-nav i {
    width: 0.4vw;
    height: 0.4vw;
    margin: 0 0.5vw;
    border-top: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(45deg);
}
.blog-nav span {
    font-size: 1vw;
	font-weight: 400;
    color: var(--themeColor);
}
@media only screen and (max-width: 1024px) {
    .blog-nav a, .blog-nav span {
        font-size: 14px;
    }
    .blog-nav i {
        width: 6px;
        height: 6px;
    }
}


.blog-articles {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.articles {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.articles-h1 {
    padding: var(--sectionPadding) 5vw calc(var(--sectionPadding) / 2) 5vw;
    font-size: var(--sectionh2Size);
    line-height: 1.5;
    font-weight: 300;
    color: #333;
    text-align: center;
}
.articles-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
}
.articles-top-info {
    display: flex;
}
.articles-top-date {
	font-size: 1vw;
	font-weight: 400;
    color: #999;
    margin-left: 10px;
}

.articles-content {
    padding: 4vw 0;
    font-weight: 300;
}
.articles-content img {
    max-width: 100%;
}
.blog-articles-right {
    width: 30%;
    min-width: 280px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}

.articles-newsletter {
	display: flex;
    flex-direction: column;
}
.articles-newsletter-head {
	font-size: 1.2vw;
	font-weight: 400;
	color: #000;
	margin-bottom: 16px;
}
.articles-newsletter-form {
	width: 100%;
	height: 40px;
	border: #1c1f2a 1px solid;
	position: relative;
}
.articles-newsletter-form-ipt {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	border: none;
	background: none;
	text-align: left !important;
	color: #999;
}
.articles-newsletter-form-ipt::-webkit-input-placeholder {
    color:#777;
    font-size: 13px;
	letter-spacing: 1px;
	text-align: left;
}
.articles-newsletter-form-ipt:-moz-placeholder {
	color:#777;
    font-size: 13px;
	letter-spacing: 1px;
	text-align: left;
}

.articles-newsletter-form-ipt::-moz-placeholder {
	color:#777;
    font-size: 13px;
	letter-spacing: 1px;
	text-align: left;
}

.articles-newsletter-form-ipt:-ms-input-placeholder {
	color:#777;
    font-size: 13px;
	letter-spacing: 1px;
	text-align: left;
}
.articles-newsletter-form-sb {
	position: absolute;
	height: 100%;
	padding: 0 14px;
	background: none;
	border: none;
	background: #1c1f2a;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
    transition: all 300ms;
}
.articles-newsletter-form-sb:hover {
    background: var(--themeColor);
}

.articles-follow {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.articles-follow-head {
    font-size: 1.2vw;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
}
.articles-follow-box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.articles-follow-box a {
    width: 30px;
    height: 30px;
    padding: 5px;
    border: #000 1px solid;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.articles-follow-box a svg {
    max-width: 100%;
    max-height: 100%;
}
.articles-follow-box a:hover {
    color: var(--themeColor);
    border-color: var(--themeColor);
}


.articles-category {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.articles-category-head {
    font-size: 1.2vw;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
}
.articles-category-box {
    display: flex;
    flex-direction: column;
}
.articles-category-box div {
    margin-bottom: 10px;
}
.articles-follow-box div:last-child {
    margin: 0;
}
.articles-category-box a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.articles-category-box a:hover {
    text-decoration: underline;
    color: var(--themeColor);
}

.articles-share {
    width: 100%;
    position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}
.articles-share::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 20px;
}
.articles-share-name {
	font-size: 12px;
    font-weight: 600;
	color: #333;
    text-transform: uppercase;
}
.articles-share-box {
    background: #FFF;
    padding: 0 2vw;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 2vw;
}
.articles-share-item {
    width: 40px;
    height: 40px;
    cursor: pointer;
    user-select: none;
    color: #999;
    display: flex;
    align-content: center;
    justify-content: center;
}
.articles-share-item svg {
    max-width: 100%;
    max-height: 100%;
}
.articles-share-item:hover {
    color: var(--themeColor);
}
@media only screen and (max-width: 1024px) {
    .articles-top {
        gap: 20px;
    }
    .articles-share {
        gap: 10px;
    }
    .articles-share-item {
        width: 30px;
        height: 30px;
    }
    .articles-top-date {
        font-size: 14px;
    }
    .articles-content {
        padding: 30px 0;
    }
}

.blog-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.blog-list-item {
    background: #fafafa;
    display: flex;
    flex-direction: column;
}
.blog-item-top {
    width: 100%;
    position: relative;
    display: flex;
}
.blog-item-top-empty {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e7e7e9;
    color: #CCC;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-item-top-images {
    width: 100%;
    display: flex;
}

.blog-item-info {
    width: 100%;
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blog-item-title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
}
.blog-item-content {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    height: 60px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.blog-item-date {
    font-size: 12px;
    font-weight: 300;
    color: #333;
    display: flex;
    gap: 5px;
    align-items: center;
}

.blog-pages {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-item-more {
    width: fit-content;
    display: flex;
    align-items: center;
}
.blog-item-more::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px var(--themeColor) solid;
    border-right: 2px var(--themeColor) solid;
    transform: rotate(45deg);
}
.blog-item-more::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px var(--themeColor) solid;
    border-right: 2px var(--themeColor) solid;
    transform: rotate(45deg);
}

@media only screen and (max-width: 1024px) {
    .blog-list {
        gap: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .blog-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 14px;
        row-gap: 34px;
    }
}
@media only screen and (max-width: 480px) {
    .blog-list {
        grid-template-columns: 1fr;
        column-gap: 14px;
        row-gap: 34px;
    }
}
