.customize-support .header {
    top: 0;
}
.page-ty .header .menu-btn.collapsed .navbar-toggler-icon {
    background-image: url(../../images/10year/icon-menu_show.png);
}
.page-ty .header .menu-btn .navbar-toggler-icon {
    background-image: url(../../images/10year/icon-menu_clone.png);
}
.page-ty .header .content {
    padding: 4px 0;
}
.page-ty .navbar {
    padding-top: 14px;
    background: transparent linear-gradient(180deg, #AB0578 0, #800659 100%) 0 0;
}
.page-ty .nav-link {
    color: #B4258F;
    font-weight: 700;
}
/* .page-ty .navbar-expand-xl .navbar-nav .menu-item:hover .nav-link {
    padding-left: 32px;
} */
.page-ty .main {
    padding-top: 18px;
}
.section-bodyty {
    overflow-x: hidden;
    margin-bottom: 40px;
}
.section-title {
    font-size: 25px;
    font-weight: 600;
    color: #B4208E;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.ty-banner {
    margin-bottom: 50px;
    overflow: hidden;
}
.ty-banner .ty-slider_item img {
    width: 100%;
}
.ty-banner .slick-dots {
    position: absolute;
    right: -30%;
    bottom: 0;
}
.page-ty .ty-banner .slick-dots li button {
    background-color: #D79FC9;
}
.page-ty .ty-banner .slick-dots li.slick-active button {
    background-color: #fff;
}
/* --------------ceo -------------*/
.ty-ceo {
    margin-bottom: 40px;
}
.ceo-content {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px 15px;
}
.ceo-content .title {
    font-size: 22px;
    font-weight: 700;
    color: #B4208E;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.ceo-content .note {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #B4258F;
    position: relative;
}
.ceo-content .note::before {
    position: absolute;
    content: "";
    top: 0;
    left: -14px;
    width: 25px;
    height: 18px;
    background: url(../../images/10year/icon-l.png) no-repeat left center/contain;
}
.ceo-content .txt {
    font-size: 13px;
    color: #707070;
    margin: 0 auto;
    position: relative;
    margin-bottom: 28px;
}
.ceo-content .txt::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -20px;
    width: 25px;
    height: 18px;
    background: url(../../images/10year/icon-r.png) no-repeat left center/contain;
}
.ceo-content .readmore a {
    padding: 6px 50px;
}
/* -----------------list news-------------- */
.ty-news {
    position: relative;
}
.ty-news .fs {
    margin-bottom: 45px;
}
.ty-news .row {
    padding-top: 25px;
}
.ty-news::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, #FFFFFF1A 0%, #F6EEF42B 0%, #79B5DF 40%, #009BFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 29px;
    opacity: 0.15;
    filter: blur(5px);
    z-index: -1;
}
.ty-news_list {
    font-size: 13px;
    height: 290px;
    padding: 20px;
    border: 2px solid #B31F89;
    border-radius: 7px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 30px;
    background-color: #fff;
}
.ty-news_list li {
    padding-left: 50px;
}
.ty-news_list li:not(:last-child) {
    margin-bottom: 20px;
}
.ty-news_list a {
    color: #707070;
}
.ty-news_list a:hover {
    color: #AB1D81;
    text-decoration: none;
}
.ty-news_time {
    flex: 0 0 37%;
    position: relative;
}
.ty-news_time::before,
.ty-news_time::after {
    position: absolute;
    content: "";
}
.ty-news_time::before {
    top: 5px;
    left: -42px;
    width: 16px;
    height: 16px;
    border: 2px solid #b4208e;
    border-radius: 100%;
    background-color: #fff;
}
.ty-news_time::after {
    top: 22px;
    left: -35px;
    width: 2px;
    height: 85px;
    border: 1px dashed #B31F89;
}
.ty-news_list a:hover .ty-news_time::before {
    background-color: #b4208e;
}
.ty-news_list li:last-child .ty-news_time::after {
    display: none;
}
.ty-news_txt {
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px; */
    font-weight: 700;
}
.ty-event {
    margin-bottom: 50px;
}
.ty-event-news {
    display: none;
}
.ty-event-news .ty-event_item:hover {
    opacity: 1;
}
.ty-news_list::-webkit-scrollbar {
    width: 6px;
}
.ty-news_list::-webkit-scrollbar-track {
    border: 1px solid #B31F89;
    border-radius: 5px;
    background: #fff;
}
.ty-news_list::-webkit-scrollbar-thumb {
    background: #e49fdc;
    border-radius: 5px
}
.ty-news_list::-webkit-scrollbar-thumb:hover {
    background: #fff;
}
.ty-event {
    padding: 15px;
    border: 2px solid #B31F89;
    border-radius: 7px;
}
.ty-event .slick-slide>div {
    margin-left: 10px;
    margin-right: 10px;
}
.ty-event_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.ty-event_item:hover {
    text-decoration: none;
    opacity: .8;
}
.ty-event_item:hover .readmore {
    color: #fff;
    background-color: #C15498;
}
.ty-event_thumb {
    padding-bottom: 15px;
}
.ty-event_thumb img {
    border: 2px solid #B31F89;
    border-radius: 7px;
}
.ty-event_content {
    text-align: center;
}
.ty-event_content .title {
    font-size: 16px;
    font-weight: 700;
    color: #ab1d81;
    padding-bottom: 5px;
}
.ty-event_content .txt {
    font-size: 14px;
    color: #000;
}
.ty-event_content .readmore {
    font-size: 13px;
    color: #C15498;
    border: 1px solid #C15498;
    border-radius: 4px;
    padding: 5px 35px;
    display: inline-block;
    margin-bottom: 0;
}
.page-ty .ty-event .slick-dots {
    margin-top: 0;
}
.page-ty .ty-event .slick-dots li button {
    border: 1px solid #b41f8e;
    background-color: #fff;
}
.page-ty .ty-event .slick-dots li.slick-active button {
    background-color: #b41f8e;
}
.page-ty .ty-event .slick-prev,
.page-ty .ty-event .slick-next {
    border: 1px solid #B31F89;
    background-color: #fff;
}
.page-ty .ty-event .slick-prev:hover,
.page-ty .ty-event .slick-next:hover {
    background-color: #b41f8e;
}
.page-ty .ty-event .slick-prev {
    left: -32px;
}
.page-ty .ty-event .slick-next {
    right: -32px;
}
.page-ty .ty-event .slick-prev:before {
    margin-left: 11px;
}
.page-ty .ty-event .slick-next:before {
    margin-right: 11px;
}
/* -----------------video-------- */
.ty-video {
    margin-bottom: 50px;
}
.youtube-content .video {
    height: 350px;
    border-radius: 10px;
}
.ty-title {
    color: #B4208E;
    font-weight: 600;
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
    /* text-shadow: 1px 1px 1px #b31e8d, 0px -1px 2px #b31e8d, 0px 4px 4px #b31e8d4d; */
}
/* --------------------sale member-------- */
.ty-block {
    z-index: 1;
    position: relative;
    background: linear-gradient(180deg, rgba(160, 220, 250, 0.5) 0%, rgba(160, 220, 250, 0) 100%), linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.ty-block::before {
    position: absolute;
    content: "";
    top: -25px;
    right: 3%;
    width: 120px;
    height: 110px;
    background: url(../../images/10year/flo.png)no-repeat top center/contain;
    z-index: -1;
}
.ty-sale-member {
    padding-bottom: 55px;
    margin-bottom: 50px;
    background: url(../../images/10year/bg-sale-member.png)no-repeat bottom center/contain;
}
.sale-member .slick-slide>div {
    margin-left: 66px;
    margin-right: 66px;
}
.ty-sale-member .ty-slider_item {
    position: relative;
    border: 3px solid #fff;
    box-shadow: 0px 0px 10px #edbbd2;
    border-radius: 20px;
}
.ty-sale-member .sale-member_time {
    position: relative;
    text-align: center;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #b31e8d;
    z-index: 1;
}
.ty-sale-member .sale-member_time::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    background: url(../../images/10year/bg-time.png)no-repeat bottom center/contain;
    z-index: -1;
}
.ty-sale-member .ty-slider_item img {
    border-radius: 20px;
}
.ty-sale-member .slick-dots {
    max-width: 140px;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.ty-history {
    padding-bottom: 10px;
}
.ty-history_ct {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
/* ------sticky-ty------ */
.sticky-ty {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 10;
}
.sticky-ty img {
    max-width: 130px;
}
/* ------------------------silder-page */
.page-ty  .slick-next,
.page-ty  .slick-prev {
    border: 5px solid #fff;
    background-color: #ffd2e2;
    box-shadow: 0px 0px 15px #edbbd2;
    z-index: 10;
}
.page-ty  .slick-next:before,
.page-ty  .slick-prev:before {
    font-size: 18px;
    font-weight: 800;
    color: #b31e8d;
}
.slick-dots li button {
    border: 2px solid ;
}
.page-ty  .slick-dots {
    margin-top: 15px;
}
.page-ty  .slick-dots li button {
    border: 0;
    background-color: #b31e8d40;
}
.readmore {
    text-align: center;
}
.readmore a {
    font-size: 13px;
    color: #C15498;
    border: 1px solid #C15498;
    border-radius: 4px;
    padding: 6px 50px;
}
.readmore a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #C15498;
}
.readmore.btn-event {
    margin-bottom: 45px;
}
/* popup */
#modal-index {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    /* display: none; */
}
.modal-index-content {
    position: relative;
    width: 900px;
    height: 600px;
    overflow: inherit;
}
#modal-index .close--modal {
    position: absolute;
    top: -35px;
    right: -20px;
    font-size: 33px;
    color: #ffffff;
    font-weight: 500;
    z-index: 1001;
    opacity: 1;
    font-style: normal;
    cursor: pointer;
    line-height: 1;
}
.overlay-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .7);
    /* display: none; */
}
@media screen and (max-width: 767px) {
    .ty-ceo .row {
        flex-direction: column-reverse;
    }
    .ceo-img {
        margin-bottom: 40px;
    }
    #modal-index {
        width: 100%;
        margin-top: 30px;
    }
    #modal-index .close--modal {
        right: 0;
        font-size: 20px;
    }
    .modal-index-content {
        width: 90%;
        height: auto;
        margin: 0 5%;
    }
}
@media screen and (min-width: 768px) {
    .section-title {
        font-size: 42px;
        padding-bottom: 20px;
    }
    .ty-title {
        font-size: 42px;
        padding-bottom: 30px;
        /* text-shadow: 2px 2px 5px #b31e8d, 0px -1px 3px #b31e8d, 0px 4px 4px #b31e8d4d; */
    }
    .page-ty  .slick-dots {
        margin-top: 45px;
    }
    .readmore a {
        padding: 6px 142px;
    }
    /* --------------ceo -------------*/
    .ty-ceo {
        margin-bottom: 80px;
    }
    .ty-ceo .row {
        align-items: center;
    }
    .ceo-content {
        padding: 0;
        margin-bottom: 20px;
    }
    .ceo-content .title {
        font-size: 30px;
    }
    .ceo-content .note {
        font-size: 16px;
    }
    .ceo-content .txt {
        font-size: 15px;
    }
    /* -----------------list news-------------- */
    .ty-news {
        margin: 0 -85px 120px;
    }
    .ty-news .row {
        padding-top: 50px;
    }
    .ty-news_list {
        font-size: 15px;
        padding: 24px 30px 24px 76px;
        margin-bottom: 0;
    }
    .ty-news_list li {
        padding-left: 0;
        position: relative;
        display: block;
    }
    .ty-news_list li:hover .ty-event-news {
        display: block;
    }
    .ty-news_list li:not(:last-child) {
        margin-bottom: 25px;
    }
    .ty-news_list a {
        /* display: flex; */
        color: #707070;
    }
    .ty-news .fs {
        position: relative;
        margin-bottom: 0;
    }
    .btn-event {
        margin-top: 34px;
    }
    /* .ty-news_time::after {
        height: 55px;
    } */
    /* .ty-news_time::before {
        right: 7px;
        left: initial;
    }
    .ty-news_txt {
        flex-grow: 1;
        height: 45px;
        padding-left: 20px;
    } */
    .ty-event {
        margin-bottom: 0;
    }
    .ty-event-news {
        position: fixed;
        max-width: 550px;
        left: 43%;
        z-index: 20;
        margin-top: -72px;
        cursor: pointer;
    }
    .ty-event-news .ty-event_item:before {
        content: '';
        display: block;
        position: absolute;
        border-color: #b31f89;
        border-style: solid;
        border-width: 0;
        background-color: #fff;
        transform: rotate(-135deg);
        width: 25px;
        height: 25px;
        border-top-width: 2px;
        border-right-width: 2px;
        transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
        left: -14px;
    }
    .ty-event-news .ty-event_item {
        padding: 20px;
        border: 2px solid #B31F89;
        border-radius: 7px;
        background-color: #fff;
        position: relative;
        cursor: pointer;
        justify-content: flex-start;
    }
    .ty-event-news .ty-event_thumb {
        flex: 0 0 40%;
    }
    .ty-event {
        height: 290px;
        padding: 20px;
    }
    .ty-event_item {
        flex-direction: row;
        align-items: center;
    }
    .ty-event_thumb {
        flex: 0 0 50%;
        padding-bottom: 0;
        margin-right: 20px;
    }
    .ty-event_thumb img {
        border: 2px solid #B31F89;
        border-radius: 7px;
    }
    .ty-event_content {
        text-align: center;
    }
    .ty-news_list .ty-event_content {
        width: 284px;
    }
    .ty-event_content .title {
        font-size: 20px;
        font-weight: 700;
        color: #ab1d81;
        /* padding-bottom: 10px; */
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .ty-event-news .ty-event_content .txt {
        height: 48px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
    }
    /* .ty-event .slick-dots {
        padding-left: calc(100% - 43%);
    } */
    .page-ty .ty-event .slick-dots {
        margin-top: 30px;
    }
    .page-ty .ty-event .slick-prev {
        left: -42px;
    }
    .page-ty .ty-event .slick-next {
        right: -42px;
    }
    /* member */
    .ty-block::before {
        top: -6%;
        right: 10%;
        width: 200px;
        height: 200px;
    }
    .ty-sale-member .sale-member_time {
        font-size: 16px;
    }
    .ty-sale-member {
        position: relative;
        padding-bottom: 125px;
    }
    .ty-sale-member::before,
    .ty-sale-member::after {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
    }
    .ty-sale-member::before {
        top: 20px;
        left: 0;
        width: 200px;
        height: 60px;
        background-image: url(../../images/10year/af-l.png)
    }
    .ty-sale-member::after {
        top: 50px;
        right: -10%;
        width: 328px;
        height: 46px;
        background-image: url(../../images/10year/af-r.png);
    }
    .ty-sale-member .slick-dots {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .sale-member .slick-slide>div {
        margin-left: 20px;
        margin-right: 20px;
    }
    .sale-member .slick-prev {
        left: -80px;
    }
    .sale-member .slick-next {
        right: -80px;
    }
    .ty-history .readmore a {
        padding: 6px 68px;
    }
    .ty-video {
        margin-bottom: 80px;
    }
    .youtube-content .video {
        height: 500px;
        border-radius: 25px;
    }
    .sticky-ty {
        bottom: 40px;
    }
    .sticky-ty img {
        max-width: 180px;
    }
    .modal-index-content {
        position: relative;
        width: 600px;
        overflow: inherit;
    }
}
@media screen and (min-width: 1200px) {
    .page-ty header {
        background: transparent linear-gradient(180deg, #AB0578 0, #800659 100%) 0 0;
    }
    .page-ty .navbar {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .page-ty .nav-link {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
    }
    .menu-item {
        position: relative;
    }
    .menu-item:hover::before {
        position: absolute;
        content: "";
        top: 0;
        left: -10px;
        width: 42px;
        height: 50px;
        background: url(../../images/10year/icon-header.png) no-repeat;
    }
    .nav-link:hover::after {
        position: absolute;
        content: "";
        bottom: 5px;
        left: 50%;
        width: 75px;
        height: 2px;
        background-color: #fff;
        transform: translateX(-50%);
    }
    .page-ty .main {
        padding-top: 64px;
    }
    .navbar-expand-xl .navbar-nav {
        justify-content: center;
    }
    .page-ty .navbar-menu {
        background-color: transparent;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 18px;
        padding-left: 18px;
    }
    .youtube-content {
        padding-left: 100px;
        padding-right: 100px;
    }
    .ty-history {
        padding-bottom: 20px;
    }
    .section-bodyty {
        margin-bottom: 20px;
    }
    .readmore.btn-event {
        margin-bottom: 0;
    }
    .modal-index-content {
        width: 900px;
    }
}
