/* TV Ecosystem Graphic */
.tv-ecosystem-graphic {
    position: relative;
    width: 100%;
    max-width: 776px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}
.tv-center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #5D201A;
    border-radius: 50%;
    width: 31%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tv-center-logo img {
    width: 192px;
    height: auto;
}
.tv-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #5D201A;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.tv-orbit-1 {
    width: 75%;
    aspect-ratio: 1/1;
}
.tv-orbit-2 {
    width: 100%;
    aspect-ratio: 1/1;
}
.orbit-item {
    position: absolute;
    transform: translate(-50%, -50%);
}
.orbit-item1 {
    width: 87px;
    top: 55%;
    left: 0%;
}
.orbit-item2 {
    width: 163px;
    top: 10%;
    left: 80%;
}
.orbit-item3 {
    width: 87px;
    top: 47%;
    right: -13%;
}
.orbit-item4 {
    width: 88px;
    top: 0%;
    left: 45%;
}
.orbit-item5 {
    width: 88px;
    bottom: 5%;
    left: 10%;
}
.orbit-item6 {
    width: 88px;
    bottom: -12%;
    right: 38%;
}
.orbit-item7 {
    width: 97px;
    bottom: 18%;
    right: -8%;
}
.orbit-item8 {
    width: 146px;
    top: 17%;
    left: 12%;
}

/* TV Duan Slider */
.tv-slider-wrapper {
    width: 100%;
    padding: 0 20px;
}
.tv-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
}
.tv-column {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}
.tv-slider-content {
	max-width: 520px;
}
.tv-slide-item .tv-item-title {
    color: #F4CBB4;
    margin-bottom: 12px;
}
.tv-slide-item .tv-project-title {
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FAE7DA;
    margin-bottom: 20px;
}
.tv-slide-item p {
    font-size: 20px;
    line-height: 25px;
    color: #FAE7DA;
    margin-bottom: 32px;
}
.tv-slide-item .tv-bottom {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.tv-slide-item .tv-bottom .button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #FBB424;
    padding: 12px 24px;
    border-radius: 99px;
    color: #5D201A;
    text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.tv-slide-item .tv-bottom .button:hover {
	background-color: #FDE08A;
	color: #78300F;
}
.tv-slide-item .tv-bottom .project-cat {
	display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.tv-slide-item .tv-bottom .project-cat a {
	position: relative;
	display: block;
    color: #FEF3DA;
    border: 1px solid #FEF3DA;
    border-radius: 99px;
    padding: 11px 24px;
    text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.tv-slide-item .tv-bottom .project-cat a:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 13px;
	background: url('data:image/svg+xml;utf8,<svg width="15" height="13" viewBox="0 0 15 13" xmlns="http://www.w3.org/2000/svg"><path d="M13.8438 6.40625L8.34375 11.9062C8.15625 12.0938 7.8125 12.0938 7.625 11.9062C7.4375 11.7188 7.4375 11.375 7.625 11.1875L12.2812 6.53125H0.5C0.21875 6.53125 0 6.3125 0 6.03125C0 5.78125 0.21875 5.53125 0.5 5.53125H12.2812L7.625 0.90625C7.4375 0.71875 7.4375 0.375 7.625 0.1875C7.8125 0 8.15625 0 8.34375 0.1875L13.8438 5.6875C14.0312 5.875 14.0312 6.21875 13.8438 6.40625Z" fill="%2378300F"/></svg>') no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;	
}
.tv-slide-item .tv-bottom .project-cat a:hover {
	color: #78300F;
	background-color: #FDE08A;
	border-color: #78300F;
	padding-right: 47px !important;
}
.tv-slide-item .tv-bottom .project-cat a:hover:after {
    opacity: 1;
}
.tv-slider-image.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.tv-slider-image .slick-list {
    border-radius: 8px;
}
.tv-slider-image img {
    width: 100%;
    border-radius: 8px;
    height: 730px;
    object-fit: cover;
}
.tv-slider-wrapper .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 24px 0 0;
    gap: 24px;
    list-style-type: none;
}
.tv-slider-wrapper .slick-dots li {
    width: 20%;
}
.tv-slider-wrapper .slick-dots button {
    display: block;
    width: 100%;
    height: 4px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #892B23;
    text-indent: -9999px;
}
.tv-slider-wrapper .slick-dots li.slick-active button {
    background-color: #F1BC3FCC;
}

/* TV Header Button */
.tv-header-button {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tv-header-button .tv-button {
    display: block;
    border: 1px solid #AC3322;
    padding: 11px 24px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #AC3322;
	transition: all .3s ease-in-out;
}
.tv-header-button .tv-button:hover {
	background-color: #CF4527;
	color: #FEF3DA;
}
.tv-header-button .tv-button.live-chat-btn {
    background-color: #AC3322;
    color: #FEF3DA;
}
.tv-header-button .tv-button.live-chat-btn:hover {
    background-color: #CF4527;
}

/* TV Timeline Slider */
.tv-timeline-item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}
.tv-timeline-item-holder {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    margin-left: 16px;
    margin-right: 16px;
}
.tv-timeline-image {
    position: relative;
}
.tv-timeline-image img {
	min-height: 438px;
	object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 4px;
}
.tv-timeline-image .tv-overlay {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(166, 166, 166, 0.5), rgba(166, 166, 166, 0.5));
    opacity: 1;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.tv-timeline-content {
    padding: 15px 0 32px 0;
    text-align: left;
}
.tv-timeline-year {
    font-size: 52px;
    line-height: 58px;
    font-weight: bold;
    color: #A1A1A1;
    margin-bottom: 8px;
    transition: all 0.3s ease-in-out;
}
.tv-timeline-desc {
    color: #A1A1A1;
    direction: ltr;
    transition: all 0.3s ease-in-out;
}
.tv-timeline-desc p {
    margin-bottom: 0;
}
.tv-item-bullet-holder {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.tv-item-bullet-line-spacing {
    flex-grow: 0;
    flex-shrink: 0;
    width: 0;
    height: 1px;
    background-color: #A1A1A1;
	transition: all 0.3s ease-in-out;
}
.tv-item-bullet-line {
    flex-grow: 1;
    height: 1px;
    background-color: #A1A1A1;
	transition: all 0.3s ease-in-out;
}
.tv-item-bullet {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    width: 16px;
    height: 16px;
    background-color: #A1A1A1;
    border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
.tv-timeline-item:hover .tv-timeline-year, .tv-timeline-item:hover .tv-timeline-desc {
    color: #451703;
}
.tv-timeline-item:hover .tv-timeline-image .tv-overlay {
    opacity: 0;
}
.tv-timeline-item:hover .tv-item-bullet-line-spacing, .tv-timeline-item:hover .tv-item-bullet-line {
	background-color: #B44A09;
}
.tv-timeline-item:hover .tv-item-bullet {
    background-color: #78300F;
}

/* TV Duan Grid */
.tv-grid-item {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.tv-grid-item img {
    width: 100%;
    height: 331px;
    object-fit: cover;
    display: block;
    transition: transform 320ms ease;
    will-change: transform;
}
.tv-grid-item:nth-child(2) img, .tv-grid-item:nth-child(3) img, .tv-grid-item:nth-child(6) img {
    height: 502px;
}
.tv-grid-item .tv-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    pointer-events: none;
    padding: 24px;
    align-content: flex-end;
    flex-wrap: wrap;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.94%, rgba(0, 0, 0, 0.6) 100%);
}
.tv-grid-item .tv-title {
    margin: 0;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 320ms ease, opacity 320ms ease;
    will-change: transform, opacity;
}
.tv-grid-item:hover img {
    transform: scale(1.05);
}
.tv-grid-item:hover .tv-title {
    transform: translateY(0);
    opacity: 1;
}

/* TV Image Marquee */
.tv-image-marquee {
    overflow: hidden;
    width: 100%;
}
.tv-image-marquee.tv-multi-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.tv-image-wrapper {
    display: flex;
    width: max-content;
    gap: 12px;
    align-items: center;
    will-change: transform;
}
.tv-image-marquee-holder {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 8px;
}
.tv-image-marquee-holder::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #1E1E1E4D;
    pointer-events: none;
}
.tv-image-marquee-holder img {
    display: block;
    width: 509px;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
@keyframes marquee-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes marquee-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
.tv-row-1 { animation: marquee-left 60s linear infinite; }
.tv-row-2 { animation: marquee-right 60s linear infinite; }
.tv-image-marquee:hover .tv-image-wrapper { animation-play-state: paused; }

/* TV Text Scroll */
.tv-text-scroll p {
	margin-bottom: 0;
    transition: color 0.3s;
}

/* TV Image Accordion */
.tv-image-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}
.tv-image-accordion .image-row {
    display: flex;
    height: 403px;
    gap: 20px;
    overflow: hidden;
}
.tv-image-accordion .image-item {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: flex 0.5s ease;
}
.tv-image-accordion .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.5s ease;
}
.tv-image-accordion .image-item:hover img {
    transform: scale(1.1);
}
.tv-image-accordion .image-item.active {
    flex: 3;
}
.tv-image-accordion .content-item {
    display: none;
    animation: fadeIn 0.5s ease forwards;
    overflow: hidden;
    transition: width 0.3s ease, opacity 0.3s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.tv-image-accordion .content-item.active {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.tv-image-accordion .content-location {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #404040;
}
.tv-image-accordion .content-title {
    font-size: 28px;
    line-height: 35px;
    margin: 0;
}
.tv-image-accordion .content-title a {
    color: #451703;
}
.tv-image-accordion .content-text {
    color: #404040;
}
.tv-image-accordion .content-xt .button {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 11px 24px;
    background-color: #AC3322;
    border: 1px solid #AC3322;
    border-radius: 30px;
    color: #FEF3DA;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.tv-image-accordion .content-xt .button:hover {
    background-color: #CF4527;
    padding-right: 47px;
}
.tv-image-accordion .content-xt .button:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url('data:image/svg+xml;utf8,<svg width="15" height="13" viewBox="0 0 15 13" xmlns="http://www.w3.org/2000/svg"><path d="M13.8438 6.40625L8.34375 11.9062C8.15625 12.0938 7.8125 12.0938 7.625 11.9062C7.4375 11.7188 7.4375 11.375 7.625 11.1875L12.2812 6.53125H0.5C0.21875 6.53125 0 6.3125 0 6.03125C0 5.78125 0.21875 5.53125 0.5 5.53125H12.2812L7.625 0.90625C7.4375 0.71875 7.4375 0.375 7.625 0.1875C7.8125 0 8.15625 0 8.34375 0.1875L13.8438 5.6875C14.0312 5.875 14.0312 6.21875 13.8438 6.40625Z" fill="%23FEF3DA"/></svg>') no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.tv-image-accordion .content-xt .button:hover:after {
    opacity: 1;
}
@media (max-width: 991px) {
    .tv-slider-inner {
        flex-direction: column-reverse;
    }
    .slider-content, .slider-image {
        width: 100%;
    }
    .slider-content .slide-item {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .tv-center-logo {
        width: 35%
    }
    .tv-center-logo img {
        width: 75%;
    }
    .orbit-item {
        width: 13% !important;
    }
	.tv-column {
		width: 100%;
	}
	.tv-image-accordion .image-row {
        height: auto;
        gap: 10px;
    }
    .tv-image-accordion .image-item {
        height: 250px;
    }
    .tv-image-accordion .image-item.active {
        flex: 2;
    }
}