a {
    color: #000;
}

.flex {
	display: flex;
}

.ft_1 {
	font-size: 30px;
}

.ft_2 {
	font-size: 21px;
}
.section-main--global .ml-1 {
    margin-left: 300px;
}
.section-main--global .ml-1 p:nth-child(1) {
	margin-bottom: 50px;
}

.header-primary .login a {
    position: absolute;
    top: 32px;
    right: 160px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: all ease .35s;
	color: #fff;
}

.flag_ {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 32px;
    right: 0px;
    padding: 10px 0px 5px 12px;
    transition: all ease .35s;
}

.flag_ img {
    height: 18px;
    margin-left: 2px;
    margin-right: 2px;
}
.flag_2 {
    position: absolute;
    top: 10px;
    right: 0px;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: all ease .35s;
    background: transparent;
    color: #fff;
    margin: 0 3px;
	padding: 5px 20px 5px 20px;
}

.flag_2 option:not(first-child) {
	color: #000;
}

[data-header-theme="transparent"] .header-primary .login a, [data-header-theme="transparent"] .flag_2 {
    color: #000;
	border: 1px solid #000;
}

.section-main--intro .lists .text b {
    font-size: 74px;
}

@media screen and (max-width: 1024px) {
	.header-primary .login a {
		top: 10px;
		right: 81px;
		padding: 3px 20px 2px 20px;
		font-size: 13px;	
	}
	.flag_ {
		display: none;
	}
	.flag_2 {
        display: block !important;
	}
	.section-main--global .flex {
		display: inline;
	}
	.section-main--global .ml-1 {
		margin-left: 0px;
	}
	.ft_1 {
		font-size: 16px;
	}	
	.ft_2 {
		font-size: 14px;
	}	
	.section-main--intro .lists .text b {
		font-size: 24px;
	}	
    .section-main--technology .swiper-pagination .swiper-pagination-bullet {
        margin-right: 15px;
    }	
}