/*
Theme Name: UDSO
Theme URI: https://tonjoo.com/
Author: Tonjoo
Description: UDSO theme
Version: 0.9.8
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;
    }

}

