:root {
    --primary-color: #d23708 !important;
    --fs-color-primary: #d23708 !important;
    --fs-color-secondary: #2083ee !important;
    --fs-color-success: #8ce532 !important;
    --fs-color-alert: #f96833 !important;
    --fs-experimental-link-color: #4189e1 !important;
    --fs-experimental-link-color-hover: #d23708 !important;
    --primary: #d23708 !important;
}

body {
    color: #0a0a0a !important;
}

/* ------ nav-----*/
.nav-dropdown-has-border .nav-dropdown {
    border: unset;
}

/*------- Header ------------*/

.section-title-center span,
.section-title-normal span {
    border-bottom: unset;
}

.section-title-center,
.section-title-normal {
    border-bottom: unset;
}

.section-title-center b {
    display: none;
}

.section-title-center {
    text-align: center;
    display: block;

}

#top-bar {
    background: linear-gradient(90deg, #8D1A1A 0%, #E15021 100%);

}

.header:not(.transparent) .header-nav-main.nav>li>a:hover,
.header:not(.transparent) .header-nav-main.nav>li.active>a,
.header:not(.transparent) .header-nav-main.nav>li.current>a,
.header:not(.transparent) .header-nav-main.nav>li>a.active,
.header:not(.transparent) .header-nav-main.nav>li>a.current {
    color: #a1291e;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
    color: #000000;
}

.header-main .nav>li>a {
    font-size: 15px;
}

.header-main .nav>li>a {
    line-height: 16px;
}

.header-button {
    display: inline-block;
}

.header-button .button {
    border-radius: 12px;
    padding: 7px 20px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    cursor: pointer;
    line-height: 16px;
}

.nav>li>a {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 10px 0;
    text-transform: capitalize;
}

.primary,
input[type=submit],
input[type=submit].button {
    background-color: var(--fs-color-primary) !important;
}

.c-banner h2 {
    background: linear-gradient(90deg, #8D1A1A 0%, #E15021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-consult-now {
    background: linear-gradient(90deg, #8D1A1A 0%, #E15021 100%);
    border-right: unset !important;
}

.button.is-outline,
input[type=button].is-outline,
input[type=reset].is-outline,
input[type=submit].is-outline {
    background-color: transparent !important;
    border: 2px solid;
}

.primary.is-link,
.primary.is-outline,
.primary.is-underline {
    color: var(--fs-color-primary) !important;
}

#content-backgroud {
    background-image: url(/wp-content/themes/flatsome-child/assets/img/bg-content.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.row-innovation {
    position: relative;
}


.col-innovation .col-inner {
    background: #FFF8F5;
    border-radius: 8px;
    padding: 20px 0px !important;
    position: relative;
    z-index: 10;
}

.col-innovation .col-inner:before {
    content: "";
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
    position: absolute;
    border-top: 2px solid var(--primary-color);
    border-left: 2px solid var(--primary-color);
    border-top-left-radius: 8px;
    transition: all 0.3s;
}

.col-innovation .col-inner p {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(90deg, #8D1A1A 0%, #E15021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.col-innovation .col-inner:after {
    content: "";
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
    position: absolute;
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    border-bottom-right-radius: 8px;
    transition: all 0.3s;
}

.text-10-benefit {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    color: #00000099 !important;
    margin-bottom: 20px;
}

.col-10-benefit .col-inner {
    box-shadow: 2px 3px 19.8px 0px #0000001A;
    border-radius: 8px;
    padding: 10px 10px 5px 10px;
    background: white;
}

.text-title-benefit p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    color: #00000099 !important;
    margin-bottom: 20px;
}

.copyright-footer {
    color: rgb(255, 255, 255);
}

.has-icon-bg .icon .icon-inner {
    border: 2px solid;
    border-radius: 100%;
    color: var(--fs-color-primary);
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
}

.footer-wrapper .section-title-normal span {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.footer-wrapper .section-title-normal {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.dark .section-title-normal span {
    border-color: #d23708;
}

.featured_projects h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
    color: #00000099 !important;
    margin-bottom: 20px;
}

.featured_projects p {
    color: rgba(0, 0, 0, 0.6);
}

.tab-project .nav-pills {
    gap: 10px;
    margin-bottom: 30px;
}

.tab-project .nav-pills li.active a {
    background: linear-gradient(90deg, #8D1A1A 0%, #E15021 100%);
}

.tab-project .nav-pills a {
    border: 1px solid #0000004D;
    color: #00000099;
}

.nav-box>li>a,
.nav-pills>li>a {
    line-height: 2.5em;
    padding: 0 .75em;
}

.footer-wrapper .row-form {
    background: linear-gradient(90deg, #8D1A1A 0%, #E15021 100%);
    border-radius: 90px;
    padding: 20px 15px;
    margin-top: -100px;
}

.row-form .col-form {
    padding: 0px;
}

.row-form .col-form form {
    margin: 0px;
}

.row-form .col-form form p {
    color: #fff;
}

.row-form .col-form form .button,
.row-form .col-form form button,
.row-form .col-form form fieldset,
.row-form .col-form form input,
.row-form .col-form form select,
.row-form .col-form form textarea {
    margin-bottom: 0px;
    border-color: #fff;
    border-radius: 99px;
    box-shadow: none;
    color: #fff;
    text-transform: capitalize;
}

.row-form .col-form form input[type=submit] {
    color: #d23708 !important;
    background-color: #fff !important;

}

.row-form .col-form form input::placeholder {
    color: #fff;
}

.row-form .col-form form .wpcf7-spinner {
    display: none;
}

.sp-easy-accordion>.sp-ea-single {
    background: white !important;
    border: 1px solid white !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border-radius: 16px !important;
}

.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
    background: white !important;
    border-radius: 0 0 16px 16px !important;
}

.sp-easy-accordion .sp-ea-single.ea-expand .ea-header {
    margin-bottom: 0;
    background: var(--primary-color);
    border-radius: 16px;
    color: white !important;
}

.sp-easy-accordion .sp-ea-single.ea-expand .ea-header a,
.sp-easy-accordion .sp-ea-single.ea-expand .ea-header .ea-expand-icon {
    color: white !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
    font-weight: 400;
}

/* THIẾT KẾ WEBSITE */
.img-1000-project {
    position: absolute;
    left: 0;
    top: 13%;
}

.img-6-years {
    position: absolute;
    top: 40%;
    right: 10%;
}

.img-686star {
    position: absolute;
    bottom: -3%;
    left: 50%;
}

.text-title-thietke>p>span {
    padding-block: 10px;
    background: linear-gradient(90deg, #8D1A1A 0%, #E15021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-title-thietke>p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
    color: #00000099 !important;
    margin-bottom: 20px;
}

.col-dichvu-v2>div {
    background: #F4F4F4;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.text-thietke-gradient>p {
    background: linear-gradient(90deg, #8D1A1A 0%, #E15021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 65px;
    margin-bottom: 0;
    line-height: 64px;
}
.nhanvien-text p {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(90deg, #8D1A1A 0%, #E15021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.text-normal-gradient>p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #00000099;
}

.col-dichvu-v2>div {
    background: #F4F4F4;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.title-loiich-v2>p {
    font-size: 40px;
    font-weight: 600;
    color: #00000099;
    line-height: 40px;
    margin-bottom: 10px !important;
    transition: all 0.3s;
}

.text-loiich-v2>p {
    font-size: 16px;
    color: #00000099;
    font-weight: 400;
}

.icon-loiich-v2 .icon-box-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.title-loiich-v2 {
    margin-left: unset !important;
}

.col-loiich-v2>div {
    background: #F4F4F4;
    border-radius: 24px;
    border: 1px solid #0000001A;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}

.col-banggia a {
    background: #ff9900 !important;
}

.btn-banggia a {
    background: #ff9900 !important;
}

.btn-banggia {
    margin-top: auto;
    background-color: #dd3333;
    align-self: center;
}

.col-banggia {
    padding: 25px;
}

.col-banggia>div {
    border-radius: 16px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
    border: 2px solid white;
    transition: all 0.3s ease;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.14);
}

.text-banggia {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.text-gia {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #D8D8D8;
    height: 75px;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.col-banggia-phobien>div {
    background: linear-gradient(267deg, #b11d31 23.73%, #ed0521 128.4%);
    border-color: red;
    color: #fff;
}

ul.post-cat-uxb-pagination {
    margin-bottom: 60px !important;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
    color: #fff;
    border: 1px solid;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border: 1px solid;
}

.c-post .post-item {
    border-bottom: 1px solid #F7F7F7;
    padding: 10px 0px;
}
.row-hosting .col-inner {
    background: #fff;
    border: 2px solid #ed1c25;
    padding: 20px 10px;
    border-radius: 15px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.hosting-box .hosting-name {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    color: #2083ee;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.row-hosting ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, .heading-font {
    color: #dd3333;
}
div.col-brand>div {
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
div.iconbox-dichvu:hover {
    background: linear-gradient(135deg, #E7F3FE, #3E56CB);
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 10px;
}
div.iconbox-dichvu {
    padding: 10px;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
div.text-cangiua {
    text-align: justify;
}
.row-duan-form {
    border-radius: 30px;
    /* background-color: #710c0c; */
    background: linear-gradient(267deg, #b11d31 23.73%, #ed0521 128.4%);
    padding: 15px 15px 0 15px;
}
.col-form-duan form {
    padding: 25px;
    border-radius: 30px;
    background: white;
}
.c-post .is-divider{
    display: none;
}
.c-post-top .image-cover img,
.c-post .image-cover img{
    border-radius: 10px;
}