/*
Theme Name: UDSO
Theme URI: https://tonjoo.com/
Author: Tonjoo
Description: UDSO theme
Version: 0.9.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: udso
*/

.breadcrumb-wrapper {
	margin-top: 20px;
}

main > .breadcrumb-wrapper:first-child {
	margin-top: 40px;
}

.breadcrumb {
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	list-style: none;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}

.breadcrumb-item {
	display: inline;
}

.breadcrumb-item a {
	color: #185CA7;
}

.breadcrumb-item a:hover {
	color: #58595B;
}

.breadcrumb-item span {
	color: #58595B;
}

.breadcrumb li:not(:last-child)::after {
	display: inline-block;
	content: "/";
	width: 12px;
	height: 12px;
	text-align: center;
	opacity: 0.8;
}

.section-faq {
	margin-top: 80px;
	margin-bottom: 80px;
}

.faq-heading {
	color: #185CA7;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.faq-item {
	margin-top: 20px;
}

.faq-title {
	background-color: #f5f5f5;
	padding: 16px 22px;
	color: #404040;
	font-size: 19px;
	font-weight: 400;
	line-height: 140%;
}

.faq-content {
	padding: 22px;
	font-size: 17px;
	line-height: 160%;
	letter-spacing: 1px;
	border: 1px solid #e7e7e7;
	border-top: none;
}

.faq-content > *:last-child {
	margin-bottom: 0;
}

.footer-home {
	border-bottom: 3px solid #D10A1F;
	background: #2661A1;
	padding-top: 16px;
	padding-bottom: 16px;
}

.footer-home h1 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}



.company-profile .title-h2{
    font-size: 70px;
    font-weight: 800;
    line-height: 65px
}
.company-profile .subtitle{
    font-size: 29px;
}
.company-profile .buttons-inline a.button-primary{
    border-color: transparent;
    margin-right: 5px;
    margin-top: 30px;
	width: 230px;
}
@media only screen and (min-width: 991px) {
    .company-profile .img-wrap {
        display: none;
    }
    .company-profile .wrap{
    margin-top: 139px;
    }

}

@media only screen and (max-width: 991px) {
    .company-profile .wrap,
    .company-profile .buttons-inline{
        text-align: center;
    }
    
    .company-profile{
        margin-bottom: 30px;
    }     
    
    .company-profile .title-h2{
        font-size: 34px;
        font-weight: 800;
        line-height: 45px
    }
    .company-profile .subtitle{
        font-size: 16px;
        margin-top: 10px;
    }
    
    .company-profile .buttons-inline a.button-primary{
        margin-top: 10px;
    }

}


body.popup-modul-activated {
	overflow: hidden;
}

.popup-modul {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
.popup-modul.active {
	display: block;
}

.popup-modul .overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.popup-modul .popup-wrap {
	position: relative;
	z-index: 1;
	background-color: #FFF;
	max-width: 1250px;
	width: 100%;
	padding: 50px 48px 30px;
	border-radius: 5px;
	box-shadow: 0px 4px 25px rgba(152, 152, 152, 0.1);
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.popup-modul .popup-close {
	border: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}

.popup-modul .popup-close i {
	font-size: 30px;
}

.popup-modul .title {
	font-weight: normal;
	font-size: 35px;
	line-height: 1.3;
	color: #000000;
	margin: 0;
}

.popup-modul .popup-head {
	position: relative;
	padding: 0 0 50px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E2E2E2;
	min-height: 60px;
	display: flex;
	align-items: center;
}

.popup-modul .popup-head h3 {
	margin: 0;
}

.popup-modul .popup-head .button-reset {
	padding: 15px 0;
	border: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #8A8A8A;
}

.popup-modul .popup-body {
	max-height: calc(100vh - 295px);
	overflow: auto;
	padding-right: 12px;
}

@media only screen and (max-width: 991px) {
	.popup-modul .popup-wrap {
		max-width: calc(100% - 25px);
		padding: 20px 20px 20px;
		top: 30px;
	}

	.popup-modul .popup-head {
		padding-bottom: 20px;
	}

	.popup-modul .popup-body {
		max-height: calc(100vh - 175px);
		overflow: auto;
		padding-right: 0;
	}

}

.popup-modul .popup-head {
	justify-content: center;
	padding-bottom: 30px;
}

.popup-modul .popup-body {
	max-height: calc(100vh - 345px);
	margin-bottom: 30px;
}

.popup-modul .popup-footer {
	position: relative;
	text-align: center;
	display: block;
}

.popup-modul .popup-footer .popup-close {
	position: static;
	color: #10569c;
	border: 2px solid #10569c;
	border-radius: 30px;
	padding: 15px 60px;
}

.popup-modul .popup-footer .popup-close:hover {
	color: #666;
	border-color: #666;
}
