.full_left_single {
    width: 100%;
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.full_right_single {
    width: 100%;
    float: left;
    border-left: 1px solid #ddd;
    padding: 0 15px;
}

header.entry-header {
    width: 100%;
    float: left;
    padding: 0 20px;
}

p#breadcrumbs_single {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    color: #104c87;
}

.content-single {
    margin: 20px 0;
}

p#breadcrumbs_single span.breadcrumb_last {
    color: #000;
}

p#breadcrumbs_single a {
    color: #104c87;
}

h4.title_single {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding-bottom: 20px;
    font-size: 27px;
    position: relative;
}

h4.title_single::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ddd;
    left: 0;
    bottom: 0;
}

.box_img_date_post {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%;
}

.box_img_date_post>img {
    position: absolute;
    width: 100%;
    height: 100%;
}
p.date_single {
    position: absolute;
    border: 2px solid #104c87;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    margin: 0;
    left: 0;
    top: 10%;
    font-weight: 600;
    font-size: 15px;
}
.entry-content_single {
    width: 100%;
    float: left;
    padding: 0 20px;
    text-align: justify;
}

h3.title_bar {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding-bottom: 10px;
    position: relative;
}

h3.title_bar::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ddd;
    left: 0;
    bottom: 0;
}


.list_bar {
    width: 100%;
    float: left;
}

.item_list_bar {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.item_list_bar:last-child {
    border-bottom: none;
}

figure.img_list_bar {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
    position: relative;
}

figure.img_list_bar>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h3.text_list_bar {
    margin: 0;
    font-size: 15px;
    color: #104c87;
    font-weight: 500;
}

.full_contact_single {
    width: 100%;
    float: left;
}

.full_contact_single>span {
    width: 100%;
    margin: 0 0 10px;
}

.full_contact_single input {
    outline: none;
    padding: 5px 8px!important;
}

.full_contact_single textarea {
    max-width: 100%;
    width: 100%!important;
    height: 100px;
}
.full_sb_single {
    width: 100%;
    float: left;
}

input#sb_single {
    margin: 0;
    background: #104c87;
    font-weight: 500;
}
h3.title_contact_single {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    font-size: 16px;
}
h3.title_contact_single::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #ddd;
    left: 0;
    top: 50%;
}

h3.title_contact_single::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #ddd;
    right: 0;
    top: 50%;
}

.box_share_single {
    width: 100%;
    float: left;
    margin: 2rem 0 2rem;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 1rem;
    position: relative;
}

.box_share_single::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #ddd;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

a.share {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.box_share_single i {
    font-size: 24px;
}

a.button_share.share.facebook:hover{
    background:#45629f ;
    border: 2px solid #45629f;
}
a.button_share.share.facebook:hover i,
a.button_share.share.twitter:hover i,
a.share.email:hover i,
a.share.pinterest:hover i,
a.share.linkedin:hover i{
    color: #fff;
}

a.button_share.share.twitter:hover{
    background:#5eb2ef ;
    border: 2px solid #5eb2ef;
}
a.share.email:hover{
    background:#075e54 ;
    border: 2px solid #075e54;
}
a.share.pinterest:hover{
    background:#cf2830 ;
    border: 2px solid #cf2830;
}
a.share.linkedin:hover{
    background:#0083bb ;
    border: 2px solid #0083bb;
}
.review_single {
    background-color: rgba(0, 0, 0, .05);
    margin-top: 15px;
    padding: 15px 25px 0;
    width: 100%;
    float: left;
    border-radius: 5px;
}
.review_single p.form-submit>input {
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}


