.innerPage_banner_content {
    width: 100%;
    height: 850px;
    position: relative;
}

.page-container {
    padding: 30px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.header-page {
    margin-bottom: 50px;
    display: flex;
}

.home-link {
    color: #1B1B1B !important;
    text-decoration: none !important;
    opacity: 0.5;
}

.small-nav-inner-center {
    color: #1B1B1B !important;
    text-decoration: none !important;
    opacity: 0.5;
}



.contact-header{
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #DDDDDD;
}

.fixed-top{
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact_wrapper{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tablink{
    color: #2C313A !important;
    padding: 15px 0px;
    font-size: 18px;
    margin-bottom: 0px !important;
    border: none !important;
    margin-right: 50px;
}

.tablink.active {
    border-bottom: 3px solid #2C313A !important;
    background-color: transparent !important;
    font-weight: bold;
}

.tabcontent .page-title{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-bottom: 10px;
	padding-top: 20px;
}

.form-contact{
    margin: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.contact-item{
    margin-bottom: 1rem;
}

.form-label{
    font-size: 16px;
    font-weight: normal;
    color: #1B1B1B;
}

.form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.55rem;
    padding: 10px 15px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #6c757d !important;
    padding: 10px 15px !important;
}

input:focus{
    outline: none;
}

textarea.form-control {
    min-height: calc(1.5em + (0.75rem + 2px));
}

.view-career {
    margin: 3rem 0;
}

.view-career a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 145px;
    height: 45px;
    padding: 0 15px;
    text-decoration: none !important;
    border: 1px solid var(--bg-theme);
    border-radius: 8px;
    color: var(--color-theme);
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    transition: 0.5s ease-in-out;
    z-index: 0;
    background-color: transparent;
    cursor: pointer;
}

.view-career a:hover {
    color: #ffffff !important;
}

.view-career a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #E51B24;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.view-career a:hover::before {
    transform: translateX(0);
}

.list-branch{
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: 380px;
    height: 100%;
}

.info-branch{
    width: 45%;
}

.map-branch{
    width: 55%;
}

.info-branch, .map-branch{
    padding: 0 12px;
}

.list-info{
    max-height: 380px;
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth
}

.info-contact {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.info-contact-content {
    display: flex;
}

.info-contact-content p {
    margin-bottom: 0.5rem;
}

.info-contact.active {
    border: 1px solid #E51B24;
}

.info-contact-title {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    color: #2C313A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info-contact-content {
    display: flex;
}

.info-contact-content p {
    margin-bottom: 0.75rem;
    padding-bottom: 0;
}

.info-contact-content .p-img{
    width: 2.5rem;
}

.map-branch .map{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #000000;
}

.tabcontent{
    display: none;
}
.tabcontent.active{
    display: block;
}
.tabcontent .desc {
	font-size: 16px;
	padding: 10px 0 30px 0;
}
.tabcontent .desc ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.tabcontent .desc h2 {
	font-size: 25px;
	padding-bottom: 10px;
}
.tabcontent p {
	padding-bottom: 0;
	font-size: 19px;
	font-weight: 600;
	color: var( --color-theme);
	font-style: italic;
}
.map{
    display: none;
}
.map.active{
    display: block;
}

.hidden{
    opacity: 0;
    pointer-events: none;
}

@media(max-width: 1190px){
    .page-container {
        padding: 25px 50px;
    }
    .list-item .items{
        width: 50%;
    }
    .contact-header{
        padding: 0 50px;
    }
}

@media(max-width: 510px){
    .form-contact{
        grid-template-columns: 1fr;
    }
    .contact-header{
        display: none;
    }

    .page-container {
        padding: 25px 20px;
    }
}
