:root,
[data-bs-theme=light] {
    --timeline-panel-padding: 100px;
	--timeline-item-conector-st: 70px;
}

.section-au-history {
	background-color: var(--ct-color-primary);
	padding-top: 10px;
    background-repeat: no-repeat;
    background-position: top -20px right -50px;
    background-size: 25%;
    background-image: url(/app/images_home/bg/s-bg-blue-tr-2.png);
}

.section-au-st .bg-section-st-bl{
    background-repeat: no-repeat;
	background-position: bottom 0px left 0px;
    background-size: 40%;
    background-image: url(/app/images_home/bg/s-bg-blue-bl-2.png);
}

.section-au-history .section-header .title-info{
    color: #efefef;
    color: #232323;
    text-align: center;
    font-size: 1.4rem;
}

.container-timeline{

}

.timeline .timeline-conector{
	top: var(--timeline-item-conector-st);
	bottom: 0;
	position: absolute;
	left: calc(50% - 40px);
	height: 100%;
	width: 80px;
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	background-size: 100% 100%;
    background-image: url(/app/images_home/about/timeline-bg-conector.png);
}

.timeline .timeline-conector-f{
    background-image: url(/app/images_home/about/timeline-bg-conector-f.png);
	background-position: center top;
	background-size: 70% 100%;
}

.timeline .timeline-conector-l{
    background-image: url(/app/images_home/about/timeline-bg-conector-l.png);
	background-position: center bottom;
	background-size: 70% 100%;
}

.timeline .timeline-conector .line{
	height: 100%;
	width: 1px;
	background-color: var(--ct-color-secondary);
	margin: auto;
}

.timeline p {
	margin-bottom: 0;
}

.timeline .timeline-panel .title {
	font-size: 1.4rem;
	font-weight: var(--ct-fw-bold);
	color: #FFF;
	margin-top: 30px;
}

.timeline .timeline-panel .text {
	font-size: 1rem;
	font-weight: var(--ct-fw-regular);
	color: #FFF;
}

.timeline .timeline-item {
	float: right;
	display: block;
	position: relative;
}

.timeline .timeline-panel {
	width: 50%;
	padding: 0px var(--timeline-panel-padding);
	margin-bottom: var(--timeline-panel-padding);
	position: relative;
	float: left;
	border-radius: 5px;
}

.timeline .timeline-item-right {
	border-radius: 5px;
}

.timeline .timeline-item-right h4 {
	text-align: left;
}

.timeline .timeline-item-normal {
	width: 100%;
}

.timeline .timeline-item-right {
	text-align: left;
	width: 100%;
}

.timeline .timeline-point {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 20px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	display: inline-block;
	background-color: var(--ct-color-secondary);
	top: var(--timeline-item-conector-st);
	margin-left: -10px;
}

.section-au-history .intro-box.left {
	position: relative;
	padding-bottom: 37px;
}

.section-au-history .intro-box.right {
	position: relative;
	padding-bottom: 37px;
}

.timeline .timeline-point-inverse {
	right: 50%;
	margin-right: -10px;
}

.section-au-history .intro-box.left div {
	margin-left: 72px;
	padding-left: 25px;
}

.section-au-history .intro-box.right div {
	margin-right: 72px;
	padding-right: 25px;
}

.timeline > .timeline-item-right > .timeline-panel {
	float: right;
}

.timeline > .timeline-item-right > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > .timeline-item-right > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.section-au-history .titleBlock {
	margin-bottom: 60px;
}

.timeline .date,
.timeline .date p{
	font-size: 3.6rem;
	font-weight: var(--ct-fw-bold);
	color: #FFF;
}

.timeline p.lead {
	color: #ffffff;
}

.timeline .timeline-item .timeline-panel .ct-separator{
	position: absolute;
    top: calc(var(--timeline-item-conector-st) + 10px);
    left: var(--timeline-panel-padding);
    right: 0px;
}

.timeline .timeline-item .timeline-panel .ct-separator .separator{
	position: relative;
}

.timeline .timeline-item .timeline-panel .ct-separator .shape{
	display: inline-block;
    height: 10px;
    width: 40px;
    border-radius: 12px;
    background: var(--ct-color-secondary);
	position: absolute;
    top: -4px;
	left: 0px;
}

.timeline .timeline-item .timeline-panel .ct-separator .line{
	height: 1px;
	background: var(--ct-color-secondary);
}

.timeline .timeline-item-right .timeline-panel .ct-separator{
	left: 0px;
    right: auto;
    width: calc(var(--timeline-panel-padding) + 40px);
}

.timeline .timeline-item-right .timeline-panel .ct-separator .shape{
	right: 0px;
	left: auto;
}

.section-au-st{
    background: var(--ct-color-primary);
}

.section-au-st .section-title{
    color: #FFF;
    font-weight: 600;
    font-size: 3.6rem;
}

.text-secondary{
	color: var(--ct-color-secondary) !important;
}

.section-au-st .ct-st-info{
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-au-st .st-info{
    font-size: 1rem;
    color: #FFF;
    text-align: center;
	margin-bottom: 0px;
}

.section-au-st-more{
	background-image: url(/app/images_home/sections/section-au-more.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 50px;
}

.section-au-st-more .section-header .section-title{
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 4px solid;
    border-bottom: 4px solid;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
}

.section-au-st-more .st-info-h{
	margin-bottom: 0px;
	color: #FFF;
	font-weight: var(--ct-fw-bold);
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.section-au-st-more .st-info{
    margin-bottom: 0px;
	color: #FFF;
	text-align: center;
}

.section-au-st-more .st-info.border-left{
    border-left: 3px solid #f39c12 !important;
    line-height: 1.85em;
    padding-left: 15px;
    display: block;
}

.section-au-st-more-s2{
    background-repeat: no-repeat;
    background-position: top -20px right -50px;
    background-size: 25%;
    background-image: url(/app/images_home/bg/s-bg-blue-tr.png);
}

.section-au-st-more-s2 .st-info-h{
	margin-bottom: 0px;
	color: var(--ct-color-primary);
	font-weight: var(--ct-fw-bold);
	text-align: center;
	margin-bottom: 0px;
	font-size: 1.4rem;
}

.section-au-st-more-s2 .st-info{
    margin-bottom: 0px;
	text-align: left;
}

.section-au-st-more-s2 .col-list-item{
	padding-bottom: 25px;
}

.section-au-st-more-s2 .col-list-item:last-child{
	padding-bottom: 0px;
}

.section-au-st-more-s2 .list-item .ct-icon-list{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	background: var(--ct-color-secondary);
}

.section-au-st-more-s2 .list-item .ct-icon-list .value{
	color: var(--ct-color-primary);
	font-size: 2rem;
	font-weight: var(--ct-fw-bold);
	margin-bottom: 0px;
}

.section-au-st-more-s2 .section-m-header .hr{
	border-top: 1px solid var(--ct-color-secondary);
	margin-top: 20px;
	margin-bottom: 25px;
	border-width: 3px;
}

.section-au-st-more-s2 .section-m-body .hr{
	border-top: 1px solid var(--ct-color-secondary);
	margin-top: 20px;
	margin-bottom: 25px;
	border-width: 3px;
}

.section-au-companies .bg-section-st-bl{
    background-repeat: no-repeat;
	background-position: bottom 0px left 0px;
    background-size: 40%;
    background-image: url(/app/images_home/bg/s-bg-blue-bl.png);
}

.section-au-companies .section-title{
    font-weight: var(--ct-fw-bold);
    font-size: 1.4rem;
}

@media (max-width: 1199.98px) {
	:root,
	[data-bs-theme=light] {
		--timeline-panel-padding: 50px;
	}
}

@media (max-width: 768px) {
	.timeline .timeline-conector {
		left: -20px;
	}

	.timeline .timeline-panel {
		margin-bottom: 100px;
        width: 100%;
        margin-left: -10px;
	}

	.timeline .timeline-panel p {
		text-align: left;
	}

	.timeline .timeline-panel h4 {
		text-align: left;
	}

	.timeline .timeline-point {
		left: -20px;
	}

	.timeline .timeline-point-inverse {
		left: -20px;
		margin-left: -10px;
	}

	.timeline .separline:before {
		left: 0px;
		margin-top: 0;
	}

	.section-au-history h5 {
		font-size: 1rem;
	}

	.timeline .timeline-item .timeline-panel .ct-separator{
		left: 0px;
		right: auto;
		width: calc(var(--timeline-panel-padding) + 40px);
	}

	.timeline .timeline-item .timeline-panel .ct-separator .shape{
		right: 0px;
		left: auto;
	}

	.timeline > .timeline-item.timeline-item-right > .timeline-panel {
		float: left;
	}

	.timeline .timeline-conector{
		background-image: none;
	}

	.timeline .timeline-conector-f{
		background-image: none;
	}

	.timeline .timeline-conector-l{
		background-image: none;
	}

	.timeline .timeline-conector .line{
		height: 100%;
		width: 1px;
		background-color: var(--ct-color-secondary);
		margin: 0px;
	}
}