﻿.td-header-wrap .td-header-menu-wrap-full {
    background-color: unset;
}

/* #region Common */
.home {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #000;
}

.section-padding {
    padding: 60px 0;
}

.nowrap {
    white-space: nowrap;
}

.content-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    padding-bottom: 40px;
}

.btn-register {
    display: inline-block;
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 18px;
    background-color: #0360E2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.btn-register:hover {
    color: #fff;
    opacity: .85;
}

.btn-more a {
    float: right;
    padding-top: 20px;
    padding-right: 15px;
    color: #fff;
}

@media (max-width: 979px) {
    .section-padding {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .td-page-content {
        padding: 60px 0 0;
    }

    .home {
        font-size: 14px;
    }

    .section-padding {
        padding: 30px 0;
    }

    .btn-register {
        font-size: 16px;
        margin-top: 20px;
    }

    .content-title {
        font-size: 24px;
        padding-bottom: 30px;
    }
}
/* #endregion Common */

/* #region banner */
.banner {
    background: url(/sites/cyseex/images/pages/home/bg-banner.png) no-repeat center;
    background-size: cover;
    height: 300px;
}

.banner .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.banner-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 42px;
    padding-bottom: 20px;
}

.banner .btn-register {
    padding: 15px 20px;
	font-family: GoogleSans Bold, Arial, sans-serif;
}

@media (max-width: 979px) {
    .banner {
        height: 400px;
    }

    .banner-title {
        font-size: 32px;
    }

    .banner-des {
        width: 60%;
    }

    .event-image {
        margin-bottom: 20px;
    }

    .event-image img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 30px 0;
        height: auto;
        background-position: top left;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-des {
        width: 100%;
    }
}
/* #endregion banner */

/* #region event */
.event-list{
    display: flex;
    gap: 20px;
}
.event-image {
    border: 1px solid #979797;
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.event .content-title {
    /* text-align: start; */
    padding-bottom: 16px;
	color:#ffffff
}

.event-subtitle {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 22px;
    color: #3EEBFE;
    padding-bottom: 8px;
}

.event-des {
    padding-bottom: 24px;
}

.event-item {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    font-size: 14px;
}

.event-item div {
    padding-left: 16px;
}

.event .btn-register {
    margin-top: 20px;
}

.event .row:not(:last-child) {
    padding-bottom: 60px;
}

@media (min-width: 980px) {
    .event .row:nth-child(odd) .event-content {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .event-subtitle {
        font-size: 18px;
    }

    .event .row:not(:last-child) {
        padding-bottom: 40px;
    }

    .event-item {
        font-size: 11px;
    }
}
/* #endregion event */

/* #region featured article */
a.article-item {
    margin: 5px 15px;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
	display: block;
    height: 335px;
    background-color: #fff;
}
.article-item {
    margin: 5px 15px;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.article-title {
    font-size: 18px;
    color: #000;
    min-height: 60px;
    background-color: #fff;
    padding: 20px;
}

.featured-article .owl-dots .owl-dot span,
.featured-article .owl-dots .owl-dot span {
    background: #fff;
    border: solid #ddd 1px;
    width: 14px;
    height: 14px;
    margin: 0 5px;
}

.featured-article .owl-dots .owl-dot.active span,
.featured-article .owl-dots .owl-dot.active span {
    background: #fff;
    background: #2680eb;
    border: solid #2680eb 1px;
}

.featured-article .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .container{
        width: 1300px;
    }
}
/* #endregion featured article */

/* #region image library */
.images-library .owl-nav {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: calc(50% - 20px);
    top: -o-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
}

.images-library .owl-nav .owl-prev img {
    border-radius: 50%;
    box-shadow: 0 1px 5px 1px #ddd;
}

.images-library .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    margin: 0;
    outline: none;
}

.images-library .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    margin: 0;
    outline: none;
}
/* #endregion image library */

/* #region video library */
.list-video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

.video-item {
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
}

.video-item img:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-title {
    position: absolute;
    bottom: 5px;
    left: 10px;  
    font-size: 14px;
}

.video-library .row:nth-child(2) {
    display: flex;
    gap: 30px;
    padding: 0 15px;
}

@media (max-width: 979px) {
    .video-library .row:nth-child(2) {
        flex-direction: column;
    }

    .video-item img:first-child {
        width: 100%;
    }
}
/* #endregion video library */

/* #region cyseex member */
.list-member {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid: 30px;
}

@media (max-width: 767px) {
    .list-member {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
}
/* #endregion cyseex member */