/*IMPORT*/
/*HTML*/
html,body,section{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
}

a, a:active, a:visited{
    color: #555555;
}
a:hover{
    color: #ea2127;
}

/*HEAD*/
#section_head{

}
#head_top{
}
#head_top_in{
    align-items: center;
    margin-top: 0px;
}
#head_logo{

}
#head_icon{

}
#head_banner{

}


#head_middle{
    border-top: none;
    border-bottom: none;
}

#head_middle-sticky-wrapper{
    z-index: 100;
    position: relative;

}
#head_middle-sticky-wrapper #head_middle{
    background-color: #ea2127;
}

#head_middle_in{
    display: flex;
    align-items: center;
}
#head_bottom{

}
#home_content{

}
#home_middle{
    padding: 20px 0px;

}
#head_search{
    text-align: right;
}

/*HOME*/
#menu_home_left{

}
#home_menu_left_in{
    margin-right: 10px;
    margin-top: 76px;
}
#home_slide_1{
}
#home_slide_1_in{
    margin-left: 0px;
}

/* NEWS -BLOG */
#news_blog_detail #sidebar_right{
    margin: 30px 0;
}

/*FOOTER*/
#section_foot{
    margin: 20px 0px 0px 0px;
    padding: 50px 50px;
    background: #1f1f1f;
    color: #d6d6d6;
    border-top: 3px solid #aa272f;
}
#section_foot a .block-foot-title{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
}

#footer{
    background: #000000;
    text-align: right;
    padding: 5px 0px;
    color: #fff;
}
#footer a{
    color: #fff;
}
#footer #copyright{
    display: flex;
    align-items: center;
    justify-content: center;
}
#foot_bottom_in .foot-col{
    padding-bottom: 20px;
}
#foot_bottom_in .foot-col .block-foot{
    padding: 0px 10px;
}
#fixed{
    height: 40px;
}
/*BLOCK*/
/*block defult*/
.block-defult{

}
.block-defult-title{
    font-size: 30px;
    margin: 30px 0px 20px 0px;
    text-align: center;
    text-transform: uppercase;
}
.block-defult-content{

}
/*end block defult*/

/*block-home*/
.block-home{

}
.block-home .block-home-title{
    color: #444;
    text-transform: uppercase;
    line-height: 1;
    padding: 25px 5px 5px 40px;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 2px solid #006ec0;
    display: inline-block;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.block-home .block-home-title-out{
    display: block;
    margin-top: 30px;
}
.block-home .block-home-title i{

    height: 34px;
    width: 5px;

    display: block;
    position: absolute;
    bottom: -3px;
}
.block-home .block-home-title i:nth-child(1){

    background-color: #44b151;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-65deg);
    left: 14px;
    bottom: -12px;
}
.block-home .block-home-title i:nth-child(2){
    background-color: #006ec0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-40deg);
    left: 17px;
    bottom: -7px;
}

.block-home .block-home-title i:nth-child(3){
    background-color: #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-15deg);
    left: 23px;
}

.block-home .block-home-content{

}
/*end block-home*/

/*block-path*/
.block-path{

}
.block-path-title{
    font-size: 20px;
    margin: 15px 0px 10px 0px;
    text-transform: uppercase;
}
.block-path-content{

}
/*end block path*/

/*.o_popup*/
.opaque {
    background: rgba(0, 0, 0, 0.6);
}
#o_popup{
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
#o_popup_close {
    position: absolute;
    top: -4px;
    right: -2px;
}
#o_popup_close i {
    margin: 3px 3px;
    z-index: 99;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    color: #fff;
    font-size: 10px;
    background: #000;
    line-height: 17px;
    box-shadow: 0px 0px 3px 1px rgba(12, 8, 8, 0.3);
}
#o_popup_content {
    padding: 15px 15px 10px 15px;
    min-width: 250px;
}
/*end .o_popup*/