.text-product{
	color: #ffe536 !important;
	letter-spacing: 1px;
}

.text-product-blue{
    color: #2c4b87 !important;
}

.inline-block{
	display: inline-block !important;
}

.txt-yellow{
    color: #f0be4c !important;
}

.txt-blue{
    color: #284d8a !important;
}

.text-about{
	color:#fdbd03 !important;
	font-weight: 600;
    letter-spacing: 0.5px;
}

.text-about-yellow{
    color:#ffe536 !important;
    font-weight: 600;}

.news-title a{
	color: #000080 !important;
	font-weight: 600;
}

.border-bottom-sec {
    width: 29.0241935483871%;
    height: 22px;
    margin-bottom: 25px;
    border-bottom: 8px solid #fdbd03;
    border-right: 8px solid #fdbd03;
}

.border-top-sec{
	width: 29.0241935483871%;
    height: 22px;
    margin-top: 15px;
    border-top: 8px solid #fdbd03;
    border-right: 8px solid #fdbd03;
}

.quote-half {
    border-top: 8px solid #fdbd03;
    border-right: 8px solid #fdbd03;
    border-bottom: 8px solid #fdbd03;
    margin: 28px 0 20px;
}

.contact-title{
	color: #2c4b87 !important;
	font-size: 16px;
	font-weight: 600;
}

.bg-cate-black{
    background-color: rgba(0,0,0,0.6) !important;
    display: inline-block !important;
    padding: 10px !important;
}

.bg-menu{
    border-radius: 12px;
    box-shadow: 7px 10px 10px rgba(0,0,0,0.1);
    background: linear-gradient(180deg, rgba(212,212,247,1) 10%, rgba(255,255,255) 35%);
}

.bg-pict-prod{
    background-color: #f6f6f6;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2)
}

.bg-blue{
    background-color: #284d8a;
}

.no-padding-top{
    padding-top: 0px !important;
}