:root {
    --blueColor: #252A48;
    --redColor: #F99D1C;
}

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

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

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

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

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

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

.row-0 {
    margin: 0px 20px !important;
}

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

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

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

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

.pd-20 {
    padding: 0px 20px 20px 20px !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(--redColor);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.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%;
    }
}


/**project**/
.project-item, .post-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border: 1px solid rgba(189, 189, 189, 0.5);
}

.project-item {
    height: 220px;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.project-item .project-thumbnail {
    height: 100%;
}

.project-item .project-thumbnail img, .post-item .post-thumbnail img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.project-item .project-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(249,157,28,0.8);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}


.project-item .project-content .title {
    position: absolute;
    top: 15px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.project-item .project-content .title a {
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
}

.project-item .project-content .refLink a {
    position: absolute;
    bottom: 20px;
    left: 15px;
    color: #fff;
}
.project-item .project-content .refLink a:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    background-image: url(../images/icon_view.png);
    width: 12px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.project-item .project-content .title .fs-13.mg-t-5 {
    margin: 10px 0 0 0;
}

.project-item .project-content .title .fs-13.mg-t-5 p {
    font-size: 13px;
    margin: 0;
}

.project-item .project-content .title .fs-13.mg-t-5 p:not(:last-child) {
    margin: 0 0 5px 0;
}

.project-content h4:hover, .post-item .post-content h4:hover {
    color: var(--redColor)
}

.project-item:hover .project-content {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.post-item .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.project-item .project-button.button_style {
    border: 1px solid var(--blueColor);
    border-radius: 0px;
    color: var(--blueColor) !important;
    font-size: 15px;
}

.project-item .project-button.button_style:hover {
    background: var(--blueColor);
    color: #fff !important;
}

.post-item .post-content h4 {
    color: #FFFFFF;
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 10px 0;
    height: 50px;
    line-height: 25px;
    text-align: center;
}

.post-item .post-content .post-desc {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-align: center;
}

/**Header**/
.banner-home {
    margin-top: -110px;
}

div#mega-menu-wrap-primary {
    width: 100% !important;
}


#mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: space-between;
}

/**menu**/
div#mega-menu-wrap-primary ul li a {
    color: #fff !important;
    font-weight: 300 !important;
    text-transform: unset !important;
    font-size: 16px !important;
}

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

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    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: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: unset !important;
    background: var(--primary-color) !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, div#mega-menu-wrap-primary ul li a:hover {
    color: var(--redColor) !important;
}

/**sub menu grid**/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu {
    max-width: 100% !important;
    left: 0px !important;
    background: var(--redColor) !important;
    padding: 15px 0 !important;
    width: 100% !important;
    position: absolute !important;
    z-index: 999 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li {
    margin-bottom: 10px !important;
}

#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 {
    display: flex;
    text-transform: unset !important;
    color: #fff !important;
    font-size: 16px !important;
    align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-right: 15px;
    background: #fff;
    padding: 5px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu:after {
    content: '';
    display: block !important;
    background: var(--redColor) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu:before {
    left: -100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu:after {
    right: -100% !important;
}

/**header**/
div#masthead {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

div#masthead li.header-search.header-search-lightbox.has-icon {
    margin-left: 15px !important;
}

div#masthead li.header-search.header-search-lightbox.has-icon a {
    color: #fff;
    font-size: 16px !important;
    padding: 0px !important;
}

div#masthead a.button_style.button_for_red {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-left: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    color: var(--redColor) !important;
}

#top-bar .header-support span:not(:last-child) {
    margin-right: 15px;
}

#top-bar .header-support span {
    font-size: 14px;
}

.header-social {
    width: 100%;
    display: inline-block;
}

.header-social a img {
    width: 30px;
}

.header-social a {
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
}

.home-single {
    background: var(--primary-color) !important;
}

/**footer**/
footer#footer {
    color: rgba(255, 255, 255, 0.8);
    background: #1E1E1E;
    padding: 40px 0 0 0;
    width: 100%;
    display: inline-block;
}

footer#footer .footer-border {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(189, 189, 189, 0.5);
    padding: 0 0 30px 0;
}

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

footer#footer .footer-body {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(189, 189, 189, 0.5);
    padding: 30px 0;
}

footer#footer p, footer#footer a {
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.8);
}

footer#footer .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-title h2 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    position: relative;
    margin: 0 0 35px 0;
    width: auto;
    display: inline-block;
}

footer#footer .footer-title h2:after {
    content: '';
    height: 3px;
    background: #fff;
    width: calc(100% - 20%);
    display: block;
    position: absolute;
    left: 0px;
    bottom: -15px;
}

footer#footer .footer-menu ul li a {
    padding: 0px !important;
    margin: 0 0 10px 0;
}

footer#footer .footer-menu ul li {
    border: 0px !important;
}

footer#footer p {
    margin: 0 0 10px 0;
}

footer#footer a:hover {
    color: var(--redColor) !important;
}

footer#footer .footer-bottom {
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    color: #fff;
}

.footer-social {
    width: 100%;
    text-align: right;
}

.footer-social a {
    border: 1px solid rgba(189, 189, 189, 0.5);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    padding: 5px;
    font-size: 19px;
    margin-left: 10px;
    color: #fff;
}

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

.header.show-on-scroll, .stuck .header-main {
    background: var(--primary-color);
}

.form-register {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.input_register {
    width: 100% !important;
    box-shadow: unset !important;
    background: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid rgba(189, 189, 189, 0.5) !important;
    color: #fff;
    margin: 0 !important;
}

.input_register::placeholder {
    color: #fff;
}

.form-register button.wpcf7-submit {
    position: absolute;
    top: 20px;
    right: 0px;
    margin: 0 !important;
    background: transparent !important;
    border: 0;
}

form.wpcf7-form.init {
    margin: 0px !important;
}

/**banner**/
.pageBanner {
    padding: 60px 0;
}

.pageBanner {
    min-height: 260px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    position: relative;
}

.pageBanner:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.pageBanner .pageBanner__description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
}

.pageBanner * {
    max-width: 600px;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 9;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

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

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--blueColor);
    color: #fff;
}

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

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

.wp-pagenavi a:hover, .wp-pagenavi a span.current, .wp-pagenavi span:hover, .wp-pagenavi span span.current {
    background: var(--blueColor);
    color: #fff;
    border: 1px solid var(--blueColor);
}

/**alert**/
.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

/**category**/
.category-entry {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/**footer**/
.brRight {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-support {
    background: var(--blueColor);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-support .support-item {
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer-support .support-item .icon {
    width: 40px;
    height: 40px;
}

.footer-support .support-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-support .support-item .support-content ul {
    margin-left: 20px;
}

.footer-support .support-item .support-content {
    width: calc(100% - 40px);
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
}

.footer-support .support-item .support-content ul li:not(:last-child) {
    margin-bottom: 5px !important;
}

.footer-support .footer-social span {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.footer-support .footer-social a {
    border: 2px solid #ffff;
    display: inline-block;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    color: #fff;
    margin-left: 8px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.footer-support .footer-social a:hover {
    color: var(--blueColor);
    background: #fff;
}

/**single**/
.header-single h1 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 42px;
    color: #fff;
}

.entry-content {
    color: #fff;
}

.entry-content ul li, .entry-content ol li, .entry-content p {
    margin: 0 0 10px 0;
}

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

.entry-content a {
    color: var(--redColor)
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h5, .entry-content h4, .entry-content h6 {
    color: #fff;
}

/**post related**/
.post-related {
    width: 100%;
    padding: 40px 0;
    background: #1E1E1E;
}

.post-related .post-item .post-content, .post-related .project-item .project-content {
    padding: 10px !important;
}

/**slide**/
.owl-dots {
    display: none !important;
}

.owl-nav button {
    width: 35px;
    min-height: 35px;
    line-height: 35px;
    background: #FFFFFF !important;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px !important;
    border-radius: 50px !important;
}

.owl-nav button i {
    color: #333;
}

.owl-nav button.owl-prev {
    left: -55px !important;
}

.owl-nav button.owl-next {
    right: -55px !important;
}

/**widget**/
.widget-title h3 {
    font-size: 28px;
}

.widget-post-list .post-item:not(:last-child), .widget-post-list .project-item:not(:last-child) {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

/**project**/
.project-gallery .gallery-land {
    width: 100%;
    height: 550px;
    transition: 0.3s ease-in-out
}

.project-gallery .gallery-land:not(:last-child) {
    margin-bottom: 25px;
}

.project-gallery .gallery-land img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out
}

.project-gallery .gallery-land img:hover {
    transition: 0.3s ease-in-out;
    opacity: 0.8;
}

div#projectSidebar {
    padding-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

div#projectSidebar .title--heading2 {
    font-size: 28px;
}

div#projectSidebar .more__details {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    margin: 20px 0 0 0;
}

div#projectSidebar .more__details strong {
    color: #fff;
    font-weight: 700;
}

div#projectSidebar .more__details p, div#projectSidebar .more__details ul li, div#projectSidebar .more__details ol li {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #fff;
}

div#projectSidebar .more__button {
    width: 100%;
    padding: 0 30px 20px 30px;
}

.more__button .button_style {
    width: 100%;
    background: var(--redColor);
    border-radius: 0px !important;
    text-align: center;
    padding: 12px 0;
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.col-slick {
    height: 600px;
    position: sticky !important;
    top: 120px !important;
}

/**home title8*/
.home-title {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.home-title h3, .home-title h1, h1.product-title.product_title.entry-title {
    text-align: center;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 30px;
    position: relative;
    width: unset !important;
    display: flex;
    margin: auto;
    color: #fff;
}

h1.product-title.product_title.entry-title {
    justify-content: center;
}

.colorWhite h1, .colorWhite h3 {
    color: #fff;
}

.colorWhite h1:after, .colorWhite h3:after {
    background: #fff;
}

/**slide project**/
div#sync1 {
    margin-bottom: 15px !important;
}

div#sync1 img {
    height: 400px !important;
    object-fit: contain;
}

div#sync2 img {
    width: 100%;
    height: 150px !important;
}

div#sync2 .owl-item.active.current .slide-item {
    border: 1px solid var(--primary-color) !important;
}

div#sync2 .owl-nav button.owl-next {
    right: 10px !important;
}

div#sync2 .owl-nav button.owl-prev {
    left: 10px !important;
}


/**tab**/
.bk-tab ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bk-tab ul li a {
    font-size: 15px;
    padding: 10px;
    margin: 0 10px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.bk-tab ul li.active {
    color: var(--redColor);
    border-bottom: 2px solid var(--redColor);
    margin-bottom: -1px;
}

.bk-tab ul li.active a {
    color: var(--redColor);
}

.bk-tab ul li a:hover {
    transition: 0.3s ease-in-out;
    opacity: .8;
    transform: scale(1.1);
    color: var(--redColor);
}

/**tab project**/
.bk-tab.tab-category ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.bk-tab.tab-category ul li {
    list-style: none !important;
}

.bk-tab.tab-category ul li a {
    padding: 10px !important;
    display: block;
}

/**widget**/
.widget-title h3 {
    font-size: 28px;
    color: #fff;
}

.widget-post-list .post-item:not(:last-child), .widget-post-list .project-item:not(:last-child) {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.clink__breadcrumb a, .clink__breadcrumb span {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.breadcrumbs {
    background: rgba(179, 179, 179, 0.5);
    padding: 8px 15px !important;
    width: auto !important;
    display: inline-block;
}

.breadcrumbs a, .breadcrumbs span {
    color: #fff !important;
    font-size: 15px;
    font-weight: normal;
}

.breadcrumbs span.separator {
    color: #fff !important;
    opacity: 1 !important;
}

.breadcrumbs span.last:last-child {
    color: var(--redColor) !important;
}

.home-title2 p {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: var(--redColor);
    text-transform: uppercase;
    margin: 0px;
}

.home-title2 h3 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    margin: 10px 0 0 0;
}


.input__contact {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: transparent !important;
    box-shadow: unset !important;
    height: 45px !important;
    color: #ffff;
}

.input__contact::placeholder, .textarea_contact::placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
}

.textarea_contact {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: transparent !important;
    box-shadow: unset !important;
    height: 75px !important;
    color: #ffff;
}

.button__contact {
    background: var(--redColor) !IMPORTANT;
    font-weight: normal !important;
    font-size: 15px;
    margin: 0px !important;
}

.bg-contact .bg.section-bg.fill.bg-fill.bg-loaded {
    background-size: 15% !important;
    background-position: bottom right !important;
}

.bg-review .bg.section-bg.fill.bg-fill.bg-loaded {
    background-size: 15% !important;
    background-position: bottom left !important;
}

.brRight {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.address-item p {
    color: #fff;
    font-size: 14px;
    margin: 5px 0 0 0;
}

.address-item h4 {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

.address-item ul li {
    color: #fff;
    font-size: 14px;
    margin: 5px 0 0 0 !important;
}

.address-item ul {
    margin-left: 20px !important;
}

.address-item {
    display: flex !important;
    align-items: center !important;
}

.address-item .box-image {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
}

.address-item .box-image div {
    width: 100% !important;
    height: 100% !important;
}

.address-item .box-image div img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.address-item .box-text.text-left {
    width: calc(100% - 80px) !important;
}

.bg-contact .col-inner {
    height: 100% !important;
}

.button_about {
    background: var(--redColor) !important;
    font-weight: normal;
}

.about-content, .about-content p, .about-content ul li {
    color: #fff;
    font-size: 15px;
}

.about-content p, .about-content ul li {
    margin: 0 0 10px 0 !important;
}

.about-content ul {
    display: flex;
    flex-flow: wrap;
}

.about-content ul li {
    width: calc(100% / 2) !important;
}

.about-content {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.about-content ul {
    margin-left: 20px !IMPORTANT;
}

/*8review**/
.review-item {
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(217, 217, 217, 0.5);
}

.review-item .review-content {
    width: 100%;
    display: inline-block;
    padding: 15px 25px;
}

.review-item .review-content .review-top {
    display: flex;
    align-items: center;
    color: var(--redColor) !important;
    font-weight: 700;
    font-size: 16px;
}

.review-item .review-content .review-top img {
    width: 35px !important;
    margin-right: 15px !important;
}

.review-item .review-author {
    border-top: 1px solid rgba(217, 217, 217, 0.5);
    width: 100%;
    display: flex;
    padding: 15px;
    flex-flow: wrap;
    align-items: center;
}

.review-item .review-text {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.review-item .review-avatar {
    width: 60px !important;
    height: 60px !important;
}

.review-item .review-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.review-item .review-view h3 {
    color: #fff;
    font-size: 16px;
    margin: 0px;
}

.review-item .review-view {
    width: calc(100% - 60px) !important;
    padding-left: 15px !important;
}

.review-item .review-view i {
    color: #fff;
    font-size: 11px;
}

.bit__review .owl-dots button {
    width: 8px !important;
    height: 8px !important;
    background: #fff !important;
    min-height: 8px !important;
    margin: 0px 5px !important;
}

.bit__review .owl-dots {
    display: block !important;
    text-align: center;
    margin: 15px 0 0 0 !important;
}

.bit__review .owl-dots button.active {
    background: var(--redColor) !important;
}

/**service*/
.service-item {
    width: 100%;
    padding: 50px 30px;
    display: inline-block;
    position: relative;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.service-item .service-header h3 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
}

.service-item .service-header img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 0 20px 0;
}

.service-item .service-content {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.service-item .service-label {
    -webkit-text-stroke: 1px rgba(217, 217, 217, 0.5);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 61px;
    line-height: 77px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.service-item:after {
    content: '';
    background: url(../images/hover.png) no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    bottom: -100%;
    right: 0px;
    width: 250px;
    height: 250px;
    transition: 0.3s ease-in-out;
}

.service-item:hover:after {
    transition: 0.3s ease-in-out;
    bottom: 0;
}

/**process item**/
.process-item {
    width: 200px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 9;
}

.process-item .process-thumbnail {
    display: inline-block;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(217, 217, 217, 0.54);
    border-radius: 50%;
    padding: 15px;
    position: relative;
}

.process-item .process-thumbnail .process-number {
    width: 25px;
    height: 25px;
    background: var(--redColor) !important;
    border-radius: 50% !important;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: -2px;
}

.process-item .process-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.process-item .process-content {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
}

.process-item .process-content h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.process-item .process-content p {
    color: #fff;
    margin: 0px;
    font-size: 15px;
}

.process-2 {
    margin-top: 80px;
}

.process-3 {
    margin-top: 20px !important;
}

.process-4 {
    margin-top: 110px !important;
}

.bg-process {
    width: 100%;
    display: inline-block;
    position: relative;
}

.bg-process:after {
    content: '';
    background: url(../images/line.png) no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 250px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.button__project_next {
    text-align: center;
    margin: 30px 0 0 0;
}

.button__project_next a {
    border: 1px solid var(--redColor) !important;
    background: transparent !important;
    text-transform: uppercase;
    color: var(--redColor) !important;
}

.button__project_next a:hover {
    background: var(--redColor) !important;
    color: #fff !important;
}

.thi-cong h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--redColor);
    margin: 0px;
}

.thi-cong .th-content {
    border-top: 1px solid var(--redColor);
    border-bottom: 1px solid var(--redColor);
    color: #aeaeae;
    font-size: 15px;
    margin: 30px 0;
    padding: 30px 0 35px 0;
}

.button_next2 {
    margin: 0px !important;
    background: var(--redColor) !important;
    font-size: 15px;
    font-weight: normal;
}