::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --primary-color-1: #a61939;
    --primary-color-2: #26262c;
    --primary-color-3: #76787f;
    --primary-color-4: #f3f4f6;
    --primary-color-5: #ffffff;
    --primary-color-6: #e0e0e0;
    --primary-color-7: #424242;
    --primary-color-8: #050505;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-10 {
    padding: 0px 5px !important;
}

.pd-10 {
    padding: 0px 10px 20px 10px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 0px 18px !important;
    font-size: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 5px !important;
    text-transform: uppercase;
    font-weight: 700;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
div#masthead {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
}

.wp_language ul {
    display: flex;
}

.wp_language ul li {
    list-style: none;
    margin-left: 10px;
}

.wp_language ul li a img {
    width: 20px;
    object-fit: contain;
}

div#top-bar li.header-search a {
    padding: 0px !important;
    font-size: 15px;
    color: #fff;
    margin: 0;
}

div#top-bar li.header-search a:after {
    display: none !important;
}

div#top-bar li.header-search a i:before {
    content: '\f002' !important;
    font-family: "Font Awesome 6 Pro";
}

div#top-bar .searchform-wrapper form {
    padding: 0;
}

div#top-bar .searchform-wrapper form input#s {
    background: var(--primary-color) !important;
    border: 0px !important;
    padding: 0px 15px !important;
    font-size: 13px;
}

div#top-bar .searchform-wrapper form button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    position: unset;
}

.header-map {
    font-size: 15px;
    font-weight: 700;
}

/**menu**/
div#mega-menu-wrap-primary ul li {
    padding: 0 15px !important;
}

div#mega-menu-wrap-primary ul li a {
    color: #000 !important;
    font-weight: 700 !important;
    padding: 0 0px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:before {
    content: '' !important;
    height: 3px !important;
    display: block;
    background: var(--primary-color) !important;
    width: 0% !important;
    position: absolute !important;
    bottom: 20px !important;
    left: 0 !important;
    transition: all .5s;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li a:hover:before {
    transition: all .5s;
    width: 100% !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a:before {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 40px ! IMPORTANT;
    padding: 5px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    color: #000 !important;
    background: #fff !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover:before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover:before {
    display: none !important
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #f2f2f2;
    text-transform: unset !important;
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li {
    padding: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
    padding-left: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li a:before {
    display: none !important;
}

/**banner**/
.banner-top {
    width: 100%;
}

.banner-top h1 {
    font-size: 64px !important;
    line-height: 74px !important;
    margin: 0;
    text-transform: uppercase;
}

.banner-top h3 {
    font-size: 54px !important;
    line-height: 64px !important;
    text-transform: uppercase;
}

.banner_header .button {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/**abouts**/
.banner_abouts {
    border-radius: 15px !important;
}

.banner_abouts .banner-inner {
    border-radius: 15px !important;
}

.banner_abouts .banner-inner .banner-bg.fill {
    border-radius: 15px;
}

.abouts h3 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 42px !important;
    position: relative !important;
    margin-bottom: 40px !important;
}

.abouts h3:before {
    width: 70px;
    margin: 0 auto;
    content: '';
    height: 4px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.abouts p {
    font-size: 15px;
    font-weight: 500;
}

/**info**/
.image-radius img {
    border-radius: 15px !important;
}

.wp__info h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    position: relative;
    margin-bottom: 30px;
}

.wp__info h3 strong {
    color: var(--primary-color);
}

.wp__info h3:before {
    content: '';
    width: 20%;
    height: 3px;
    background: var(--primary-color);
    display: block;
    position: absolute;
    bottom: -15px;
}

.wp__info p {
    color: var(--primary-color-3);
    line-height: 25px;
    font-size: 15px;
}

/**following**/
.following_item {
    width: 100%;
}

.following_item .following_icon {
    background: #fff;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.following_item .following_icon img {
    width: 100%;
    height: 100%;
}

.following_item .following_content {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}

.following_item .following_content p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

.following_item .following_content h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

/**home title**/
.home-title {
    text-align: center;
    margin-bottom: 30px;
}

.home-title h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    position: relative;
    text-transform: uppercase;
}

.home-title h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    margin: 0;
    color: var(--primary-color);
    text-transform: uppercase;
}

.home-title h3:after {
    display: block;
    content: '';
    width: 70px;
    height: 4px;
    background: #26262c;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}

.home-title p {
    padding: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    color: var(--primary-color-3);
    width: 900px;
    margin: auto;
}

.home-white h3 {
    color: #fff;
}

.home-white h3:after {
    background: #fff;
}

.home-white p {
    color: #fff;
}

.home-red h3 {
    color: var(--primary-color)
}

.home-red h3:after {
    background: var(--primary-color);
}

.home-title h3 strong {
    color: var(--primary-color-2) !important;
}

.home-title.text-left h3:after {
    left: 0;
    transform: unset;
}

.home-title.text-left p {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

/**slide**/
body .swiper-button-next, body .swiper-button-prev {
    width: 35px !important;
    height: 65px !important;
    background: #fff;
    transform: translateY(-50%) !important;
    top: 50% !important;
    font-size: 15px;
    color: #000;
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    font-size: 18px;
    color: var(--primary-color);
}

body .swiper-button-next {
    right: 0;
    border-radius: 5px 0 0 5px !important;
}

body .swiper-button-prev {
    left: 0;
    border-radius: 0 5px 5px 0 !important;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
    border-radius: 0px !important;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

.pagination ul {
    text-align: right;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: right;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
    text-align: center !important;
    border-radius: 0px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

/**category**/
.category-description {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 4px;
    font-size: 15px;
}

.entry-content {
    padding: 0 !important;
    font-size: 15px;
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin-bottom: 10px !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

/**particle**/
.practices_item {
    width: 100%;
    background: #fff;
    border-color: #E2E2E2;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    padding: 0 0 15px 0;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.practices_item a {
    text-align: center;
    display: block;
}

.practices_item .practices_icon {
    padding: 15px;
    width: 80px;
    margin: auto;
}

.practices_item .practices_icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.practices_item .practices_icon svg {
    width: 50px;
    height: 50px;
}

.practices_item .practices_content {
    width: 100%;
    text-align: center;
}

.practices_item .practices_content h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    color: #1A1818;
}

.practices_item:hover {
    transition: 0.3s ease-in-out;
    background: var(--primary-color);
}

.practices_item:hover h3 {
    color: #fff;
}

.practices_item:hover svg rect, .practices_item:hover svg g, .practices_item:hover svg path {
    fill: #fff !important;
}

.mr-0 {
    margin: 0px !important;
}

/**partner**/
.partner_item {
    width: 100%;
    height: 380px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.partner_item .partner_grid_content h4 {
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.partner_item .partner_grid_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 60px 15px 15px 15px;
    background-image: linear-gradient(180deg, rgba(26, 24, 24, 0), #1a1818);
    text-align: center;
    border-radius: 0 0 15px 15px;
}

.partner_item .partner_thumbnail {
    width: 100%;
    height: 100%;
}

.partner_item .partner_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.partner_item .partner_grid_author p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.partner_item:hover .partner_grid_content {
    background-image: linear-gradient(180deg, rgba(218, 30, 72, 0), #da1e48);
}

.partner_item .partner_content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #E52B5452;
    transform: scale(.5);
    opacity: 0;
    word-spacing: 0px;
    transition: 0.3s ease-in-out;
    border-radius: 15px;
}

.partner_item .partner_content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #fff;
}

.partner_item .partner_author p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.partner_item:hover .partner_content {
    transition: 0.3s ease-in-out;
    transform: scale(1);
    opacity: 1;
}

/**total**/
.tg-counter p:nth-child(2) {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.tg-counter p {
    margin: 0;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298 !important;
    background-color: #cfe2ff !important;
    border-color: #b6d4fe !important;
}

.alert-secondary {
    color: #41464b !important;
    background-color: #e2e3e5 !important;
    border-color: #d3d6d8 !important;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;
    border-color: #badbcc !important;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03 !important;
    background-color: #fff3cd !important;
    border-color: #ffecb5 !important;
}

.alert-info {
    color: #055160 !important;
    background-color: #cff4fc !important;
    border-color: #b6effb !important;
}

.alert-light {
    color: #636464 !important;
    background-color: #fefefe !important;
    border-color: #fdfdfe !important;
}

.alert-dark {
    color: #141619 !important;
    background-color: #d3d3d4 !important;
    border-color: #bcbebf !important;
}

/**post**/
.post-big {
    width: 100%;
    height: 530px;
    position: relative;
}

.post-big .post-thumbnail {
    width: 100%;
    height: 100%;
}

.post-big .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-big .post-content {
    background-image: linear-gradient(180deg, rgba(26, 24, 24, 0), #1A1818);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 100px 10px 15px 10px;
}

.post-big .post-content h4 {
    margin: 0px !important;
}

.post-big .post-content h4 a {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-big .post-content h4 a:hover {
    color: var(--primary-color)
}

.post-item {
    width: 100%;
	background:#fff;
    position: relative;
    box-shadow: 0px 0px 10px #ebe8e8;
}

.post-item .post-thumbnail {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item .post-content {
   background-image: linear-gradient(180deg, rgba(26, 24, 24, 0), #1A1818);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 100px 10px 15px 10px;
}

.post-item .post-content h4 {
    margin: 0px !important;
}

.post-item .post-content h4 a {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.post-item .post-content .datetime {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
}

.post-item .post-content .datetime svg {
    margin-right: 6px;
    width: 12px;
    height: 12px;
    fill: #505050;
}

.post-item .post-desc {
    font-size: 14px;
    color: gray;
}

.post-item .post-content h4 a:hover {
    color: var(--primary-color)
}

.tab-new ul li {
    padding: 0 15px;
}

.tab-new ul li a {
    color: var(--primary-color-3);
    font-size: 16px;
}

.tab-new ul li.active a, .tab-new ul li a:hover {
    color: var(--primary-color);
}

/**footer**/
footer#footer {
    background: linear-gradient(rgba(34, 31, 31, 0.8), rgba(34, 31, 31, 0.8)), url('/wp-content/uploads/2025/01/trong-dong.png');
    background-position: 50% 50% !important;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0 10px 0;
}

.footer-cap {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

footer#footer .footer-logo a {
    display: block;
    margin-bottom: 20px;
}

footer#footer .footer-logo a img {
    width: 150px;
}

footer#footer a, footer#footer p {
    color: #fff;
    font-size: 15px;
}

footer#footer p {
    margin-bottom: 6px;
}

footer#footer .footer-address {
    margin-bottom: 20px !important;
}

footer#footer .footer-title h3 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

footer#footer .dmca {
    margin: 20px 0 0 0;
}

footer#footer .footer-social {
    display: flex;
}

footer#footer .footer-social a {
    display: inline-block !important;
    margin-right: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

footer#footer .footer-description {
    color: #b7b7b7;
    font-size: 15px;
}

footer#footer .footer-social a img {
    width: 35px;
}

footer#footer .footer-copyright {
    margin: 10px 0 0 0;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    text-align: center;
    color: #b7b7b7;
    font-size: 15px;
    font-weight: 700;
}

footer#footer .footer-menu ul li {
    list-style: none;
}

footer#footer .footer-menu ul li a {
    margin-bottom: 6px;
    display: block;
    position: relative;
    padding-left: 10px;
}

footer#footer .footer-menu ul li a:before {
    width: 5px;
    height: 5px;
    background: #b7b7b7;
    content: '';
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

footer#footer .footer-menu ul li a:hover {
    color: var(--primary-color)
}

/**search**/
.filter-block .search-block {
    display: flex;
}

@media screen and (max-width: 479px) {
    .filter-block .search-block {
        flex-wrap: wrap;
    }
}

.filter-block .search-input {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-block .search-input {
        margin-right: 15px;
    }
}

.filter-block .input-search {
    width: 100%;
}

.filter-block .filter-select {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
}

@media screen and (min-width: 768px) {
    .filter-block .filter-select {
        max-width: 300px;
        margin-right: 15px;
    }
}

.filter-block .filter-select .years, .filter-block .filter-select .children {
    width: 100%;
    flex: 1;
}

.filter-block .filter-select .years select, .filter-block .filter-select .children select {
    width: 100%;
    border-radius: 5px;
}

.filter-block .submit-button {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-block .submit-button {
        max-width: 125px;
    }
}

.filter-block .submit-button .button-search {
    width: 100%;
}

.filter-block .search-block .button-search, .filter-block .search-block .input-search, .filter-block .search-block .location select, .filter-block .search-block .position select {
    border-radius: 5px;
}

@media screen and (max-width: 479px) {
    .filter-block .search-block .button-search, .filter-block .search-block .input-search, .filter-block .search-block .location select, .filter-block .search-block .position select {
        margin-bottom: 15px;
    }
}

.filter-block .search-block .button-search {
    background: #000;
    border-color: #000;
    color: #fff;
    margin: 0px;
    padding: 2px 0;
}

.filter-block .search-block .button-search:hover {
    background: var(--primary-color-1);
    border-color: var(--primary-color-1);
}

@media screen and (max-width: 479px) {
    .location select, .position select, .years select, .children select {
        height: 42px !important;
    }
}

.filter-block input.input-search {
    color: #666;
    padding: 8px 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 2px;
    background: #FAFAFA;
    box-sizing: border-box;
    font-size: 15px;
    transition: all .2s linear;
    margin: 0;
    box-shadow: unset !important;
}

.filter-select select {
    color: #666;
    padding: 8px 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 2px;
    background-color: #FAFAFA;
    box-shadow: unset !important;
    box-sizing: border-box;
    transition: all .2s linear;
    font-size: 15px;
    margin: 0;
}

/**category**/
.category-entry {
    margin: 30px 0;
}

section.banner_basic {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

section.banner_basic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

section.banner_basic h1 {
    text-align: center;
    color: #fff;
    font-size: 55px;
    line-height: 65px;
    margin: 0;
    text-transform: uppercase;
}

section.banner_basic .breadcrumbs {
    text-align: center;
    margin: 10px 0 0 0;
}

section.banner_basic breadcrumbs p {
    margin: 0;
}

section.banner_basic .breadcrumbs,
section.banner_basic .breadcrumbs span,
section.banner_basic .breadcrumbs a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.category-post {
    position: relative;
}

#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    text-align: center;
    display: none;
    left: 0;
    top: 0
}

#loadingBox {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loadingIcon {
    width: 100%;
    height: 100%;
}

form#filter {
    margin: 0;
}

/**single**/
article.single-thumbnail img {
    width: 100%;
    margin: 0 0 30px 0;
}

article.header-single {
    margin-bottom: 20px;
}

article.header-single h1 {
    color: var(--primary-color);
    margin: 0;
    font-size: 30px;
    line-height: 40px;
}

article.header-single .post-meta {
    font-size: 15px;
}

article.post-related {
    margin: 30px 0 0 0;
}

/**widget**/
.widget-post-list {
    width: 100%;
    padding: 10px;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    float: left;
    height: 80px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    color: #000;
    font-size: 13px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 16px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color-1);
}

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 14px
}

.widget-title {
    background: var(--primary-color);
    padding: 10px 10px;
    width: 100%;
    display: block;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase !important;
    font-size: 1.375rem !important;
    line-height: 1.23em !important;
}

.widget-title h3, .widget-title span {
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}

.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}

.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 180px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

.is-divider.small {
    display: none;
}

.widget_categories ul, .widget_product_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC)
}

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color)
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    background: var(--primary-color) !important;
    color: #fff
}

.widget {
    border: solid 1px #E2E2E2;
}

form.searchform {
    margin: 0;
    padding: 30px 15px;
}

input#s {
    box-shadow: unset !important;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
}

/**contact**/
.tab-address ul {
    border-bottom: 1px solid #cccccc;
}

.tab-address ul li {
    margin: 0;
    padding: 15px 20px;
}

.tab-address ul li a {
    padding: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    position: relative;
}

.tab-address ul li:nth-child(1) {
    padding-left: 0px !important;
}

.tab-address ul li a:before {
    top: unset;
    bottom: -20px;
}

.contact_address h4 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 700;
}

.tab-address ul {
    border-bottom: 1px solid #cccccc;
    margin: 0 !important;
}

.contact_address ul li {
    color: #76787f;
    list-style-type: none;
    margin-left: -18px;
    margin-top: -10px;
    padding: 0px 0 8px 26px !important;
    vertical-align: middle;
    line-height: 24px;
}

.contact_address ul li:nth-child(1) {
    padding: 0px 0 8px 26px !important;
    background: url(../images/location.png) no-repeat 0px 5px transparent;
}

.contact_address ul li:nth-child(2) {
    background: url(../images/email.png) no-repeat 0px 5px transparent;
}

.contact_address ul li:nth-child(3) {
    background: url(../images/phone.png) no-repeat 0px 5px transparent;
}

.input_contact {
    height: 45px !important;
    margin: 0 0 30px 0;
}

.textarea_contact {
    margin: 0 0 30px 0;
}

.input_contact, .textarea_contact {
    color: #7E7E7E;
    box-shadow: unset !important;
    border-radius: 5px !important;
    border: 1px solid #8D8D8D !important;
}

.button_contact {
    border-radius: 5px !important;
    margin: 0 !important;
    background: transparent !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.boxExcerpt {
    background: #fff;
    margin-top: -110px;
    border: solid 1px #E2E2E2;
    border-radius: 15px;
    padding: 30px;
}

.page-header-excerpt {
    text-align: center;
    color: #76787f;
    font-size: 15px;
}

.flex3 {
    flex: 3;
    margin-right: 15px;
}

.w-300 {
    max-width: 300px;
    margin-right: 15px;
}

.w-300 select {
    width: 100%;
}

.box__post {
    position: relative;
}

/**profile**/
.banner-profile {
    max-height: 400px;
    height: 400px;
    padding: 30px 0;
}

.profileBox {
    border: solid 1px #E2E2E2;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
    margin-top: -300px;
}

.profileBox .info {
    padding: 30px;
    width: 100%;
}

.profileBox .info .basic-info, .profileBox .info .contact, .profileBox .info .expert {
    border-bottom: solid 2px #f4f4f4;
    padding-bottom: 15px;
    padding-top: 15px;
}

.profileBox .info h1 {
    text-transform: uppercase;
    color: var(--primary-color-1);
    margin: 0;
}

.profileBox .info .position {
    color: #666;
}

.profileBox .info .email, .profileBox .info .phone {
    position: relative;
    padding-left: 25px;
}

.profileBox .info .email:before {
    content: '';
    background-image: url(../images/mail-icon.svg);
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    background-size: contain;
    position: absolute;
    transform: translate(0px, 8px);
    left: 0;
}

.profileBox .info .phone:before {
    content: '';
    left: 0;
    background-image: url(../images/phone-icon.svg);
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    background-size: contain;
    position: absolute;
    transform: translate(0px, 8px);
}

.profileBox .info .email a, .profileBox .info .phone a {
    color: #333;
    font-size: 15px;
}

.profileBox .info ul.items {
    margin-left: 20px;
}

.profileBox .info ul.items li {
    color: #333;
    font-size: 15px;
}

.profileBox .info .cv {
    padding-bottom: 15px;
    padding-top: 15px;
}

.profileBox .info .cv a button {
    color: var(--primary-color-1);
    border-color: var(--primary-color-1);
    background-color: rgba(41, 81, 214, 0);
    border: solid 2px;
    border-radius: 5px;
    font-family: inherit;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 4px 25px;
}

.profileBox .info .cv a button:before {
    content: '';
    background-image: url(../images/pdf-icon.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 29px;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.download-cv span {
    padding-left: 32px;
}

.profileBox img {
    height: 100%;
    object-fit: cover;
}

.cls-1 {
    fill: #a61939;
}

.team-attr svg path {
    fill: #a61939;
}

.team-attr ul li::marker {
    color: var(--primary-color-1);
}

.team-attr ul li {
    color: #666;
}

.team-attr h3 {
    color: var(--primary-color-1);
    margin: 10px 0;
}

.company-letter p {
    margin: 0;
    font-size: 15px;
}

.custom-title:before {
    display: inline-block;
    height: 1px;
    width: 35px;
    content: "";
    background: linear-gradient(90deg, var(--primary-color) 0, #9e0909 100%);
}

.custom-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 20px;
}

.abouts2 h3 {
    margin: 20px 0 10px 0;
    font-size: 30px;
    line-height: 38px;
}

/* .intro-section .box-text {
    background: linear-gradient(180deg, #494949 0, #737373 100%);
    position: absolute;
    bottom: 5%;
    left: 10%;
    color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.intro-section .box-text .number {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.footer-address-contact p {
    margin: 0 0 10px 0;
}

.footer-address-contact p, .footer-address-contact a {
    color: #000;
    text-align: left;
}

.contact_info {
    padding: 20px;
}

.contact_info .contact_item {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.contact_info .contact_item .icon {
    width: 50px;
    height: 50px;
}

.contact_info .contact_item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact_info .contact_item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
}

.contact_info .contact_item .icon_text {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.contact_info .contact_item .heading {
    font-weight: 900;
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
}

.contact_info .contact_item .icon_text p a {
    color: var(--primary-color);
}

.contact_info .contact_item .icon_text p {
    margin: 0 !important;
    color: var(--primary-color);
}

.footer-service-container li {
    width: calc(50% - 15px) !important;
}

.footer-service-container {
    display: flex;
    flex-flow: wrap;
}

article.entry-content b, article.entry-content strong {
    font-weight: 700;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before {
    display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:before {
    display: none !important;
}

/**form**/
.wrap-by-service-bottom {
    background: #fff;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 11px #8a8a8a42;
    max-width: 390px;
}

.buy_fast_class {
    padding-top: 20px;
}

.wrap-by-service-bottom .contact .title {
    text-transform: none;
    font-size: 22px;
    font-weight: 700;
    padding-top: 0px;
    text-align: center;
    margin-bottom: 15px;
}

.wrap-by-service-bottom .contact .title p {
    color: #000 !important;
    font-size: 22px !important;
}

.wrap-by-service-bottom .contact .avatar {
    text-align: center;
}

.wrap-by-service-bottom .contact .avatar img {
    width: 120px;
    height: 120px;
    background-color: var(--primary-color);
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.wrap-by-service-bottom .contact .text {
    font-size: 18px;
    color: #222;
    text-align: center;
    margin-top: 20px;
    line-height: 24px !important;
}

.wrap-by-service-bottom .contact .text p {
    color: #000 !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

.wrap-by-service-bottom .contact .call {
    margin-top: 30px;
}

.wrap-by-service-bottom .contact .call a {
    display: inline-block;
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    padding: 6px 10px 10px;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
}

.wrap-by-service-bottom .contact .call a svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transform: translate(0px, 4px);
}

.wrap-by-service-bottom .contact .or_spre {
    color: #888888;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.wrap-by-service-bottom .contact .or_spre p {
    color: #888888 !important;
    font-size: 16px !important;
}

.wrap-by-service-bottom .buy_fast {
    box-sizing: border-box;
}

.wrap-by-service-bottom .title {
    text-transform: none;
    font-size: 22px;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.wrap-by-service-bottom .item {
    padding: 5px 0;
    margin-bottom: 10px;
}

.wrap-by-service-bottom .item p {
    margin: 0 !important;
}

.wrap-by-service-bottom .input_contact {
    border: 1px solid #eee !important;
    height: 40px !important;
    background: white !important;
    outline: none !important;
    color: #333333 !important;
    width: 100%;
    box-sizing: border-box !important;
    margin: 0px !important;
}

.wrap-by-service-bottom .textarea_contact {
    border: 1px solid #eee !important;
    background: white !important;
    outline: none !important;
    color: #333333 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0px !important;
}

.wrap-by-service-bottom .button_contact {
    border: none !important;
    color: #fff;
    background: #fff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    transition: 0.5s !important;
    display: block !important;
    border-radius: 3px !important;
    margin: 0px auto 0px !important;
    outline: none;
}

.wrap-by-service-bottom .button_contact svg {
    fill: white;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    padding: 10px;
    box-sizing: border-box;
    clip-path: circle(50% at 50% 50%);
}

.wrap-by-service-bottom form.wpcf7-form.init {
    margin: 0 !important;
}

.footer-address-item b {
    font-size: 18px;
}

.footer-address-item:not(:last-child) {
    margin: 0 0 20px 0;
}

#footer .wrap-by-service-bottom .contact .avatar img {
    display: none;
}

.col-w-5 {
    flex-basis: calc(100% / 6) !important;
    max-width: calc(100% / 6) !important;
}

.partner-item {
    width: 100%;
    height: 100px;
    border: 2px solid #f2f2f2 !important;
    padding: 10px;
}

.partner-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.partner-item > div {
    width: 100% !important;
    height: 100% !important;
}

.boxLayer {
    border: 2px solid #333;
    padding: 10px;
}

.boxLayer p {
    margin: 0;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

article.post-related .post-thumbnail {
    height: 160px;
}

.footer-cap a {
    color: #fff !important;
}

aside#text-2 {
    border: 0;
}

.footer-address-contact a {
    font-weight: normal !important;
}

.entry-share .social-icons {
    text-align: center;
    display: flex;
    justify-content: center;
}