.box-about .warp-content {
    background: var(--color-highlight);
    position: relative;
    border-top: 10px solid var(--color-main);
}

.box-about .warp-content .icon-year {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 15px;
    border: 6px solid #fff;
    background: linear-gradient(90deg, #D9D9D9 0%, #F3F2F2 45%, #E7E7E7 100%);
    backdrop-filter: blur(2px);
    width: 215px;
    height: 170px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.box-about .warp-content .info-right {
    position: relative;
    padding-left: 150px;
    max-width: 585px;
}

.box-about .warp-content  .img-right img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.box-about .warp-content .info-right .top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.box-about .warp-content .info-right .top .logo {
    flex: 0 0 120px;
    max-width: 120px;
    margin-right: 15px;
}

.box-about .warp-content .info-right .top .logo img {
    width: 120px;
    height: 110px;
    object-fit: contain;
}

.box-about .warp-content .info-right .top .name {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    max-width: 258px;
}

.box-about .warp-content .info-right .title-cl {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.box-about .warp-content .info-right .box-tnsm ul {
    display: flex;
    justify-content: space-between;
}

.box-about .warp-content .info-right .box-tnsm ul>li {
    list-style: none;
}

.box-about .warp-content .info-right .box-tnsm ul {
    padding-left: 0;
}

.box-about .warp-content .info-right .box-tnsm ul>li>a {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.box-about .warp-content .info-right .box-tnsm ul>li>a .icon {
    margin-right: 10px;
}

.box-about .warp-content .info-right .box-tnsm ul>li>a .icon img {
    width: 35px;
    height: 30px;
    object-fit: contain;
}

.box-about .warp-content .info-right .box-tnsm {
    margin-bottom: 20px;
}

.box-about .warp-content .info-right .dsc {
    color: #fff;
    margin-bottom: 15px;
}

.box-about .warp-content .info-right .link-more a {
    height: 45px;
    background: var(--color-main);
    display: inline-flex;
    padding: 0 25px;
    border-radius: 25px;
    font-weight: 700;
    color: #ffff;
    align-items: center;
}

.warp-title {
    margin-bottom: 50px;
}

.warp-title .slogan {
    font-size: 20px;
    font-weight: 600;
    color: #9d9d9d;
    margin-bottom: 10px;
}

.title-section img {
    position: absolute;
    width: 50px;
    height: 58px;
    object-fit: contain;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.box-about .warp-content .img img {
    height: 580px;
    width: 100%;
    object-fit: cover;
}
.box-giai-phap .item .inter-img {
    margin-bottom: 15px;
}

.box-giai-phap .item .inter-content .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-giai-phap>.content>.row>div {
    margin-bottom: 30px;
}

.box-giai-phap .item .inter-content .name a {
    color: var(--color-highlight);
}

.box-giai-phap .item .inter-img .img {
    border-radius: 8px;
    padding-top: 110%;
    overflow: hidden;
}

.box-giai-phap>.content .item.item-left .inter-img .img {
    padding-top: 52.3%;
}

.header-top {
    background: var(--color-highlight);
    padding: 10px 0;
}

.slogan-header {
    color: #fff;
    text-transform: uppercase;
}

.email-header {
    color: #fff;
}

.email-header span {
    font-weight: 700;
}

.box-search {
    position: relative;
}

.box-search .icon {
    width: 40px;
    height: 40px;
    background: var(--color-main);
    margin-left: auto;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.box-search .warp-search {
    position: absolute;
    top: 100%;
    width: 215px;
    z-index: 5;
    right: 0;
    padding: 5px 0;
    background: none;
    transition: 1s;
    opacity: 0;
    display: none;
}

.box-search:hover .warp-search {
    display: block;
    opacity: 1;
}

.box-home-02 {padding-top: 60px;margin-bottom: 60px;}

.product-item {
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
}

.product-item .inner-content {padding: 15px 15px 5px 15px;}

.box-section-product {
    padding: 60px 0 180px;
    background-size: cover;
    background-repeat: no-repeat;
}
.box-dich-vu {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 80px  35px 80px;
    margin-top: -120px;
    border-radius: 16px;
    background-image: none !important;
    background: var(--color-highlight);
}

.box-dich-vu .info-left .warp-title {
    margin-bottom: 20px;
}

.box-dich-vu .info-left .warp-title .title-section {
    margin-left: inherit;
    margin-right: auto;
    color: #fff;
}

.box-dich-vu .info-left .warp-title .slogan {
    color: var(--color-main);
}

.box-dich-vu .info-left .dsc {
    color: #fff;
    margin-bottom: 30px;
}

.box-dich-vu .info-left .img img {
    height: 250px;
}

.box-dich-vu .content-right .article-item {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px !important;
    height: auto;
}

.box-dich-vu .content-right .article-item .article-title {
    font-size: 20px;
    margin-bottom: 15px !important;
}


.box-dich-vu .content-right .article-item .info-content .inner-image {
    border-radius: 8px;
    overflow: hidden;
}
.product-item .inner-content .bottom {
    text-align: right;
}

.product-item .bottom a {
    width: 25px;
    height: 25px;
    background: var(--color-highlight);
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
}

.product-item .bottom {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}
.box-dich-vu .content-right .article-item .info-content .article-description {
    height: auto;
    -webkit-line-clamp: none;
    text-align: justify;
}

.box-home-05 {
    margin-bottom: 60px;
}

.box-gia-cong {
    background-size: cover;
    padding: 60px 0 120px;
    background-repeat: no-repeat;
}

.box-gia-cong .warp-title .slogan {
    color: var(--color-main);
}

.box-gia-cong .list, .box-gia-cong .list .row {
    height: 495px;
}

.box-gia-cong .list .item-warp .item {
    display: flex;
    align-items: center;
    background: rgba(178, 229, 251, .2);
    border-radius: 15px;
    border: 1px solid #cdcdcd;
    padding: 15px;
    position: relative;
    z-index: 2;
}

.box-gia-cong .list .item-01, .box-gia-cong .list .item-02 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.box-gia-cong .list .item-warp .item .inter-text .processin-partner--title {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--color-highlight);
    font-weight: 700;
}

.box-gia-cong .list .item-warp .item .icon {
    width: 66px;
    height: 66px;
    border: 3px solid #9d9d9d;
    background: #f8930d;
    flex: 0 0 66px;
    -webkit-border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-gia-cong .list .item-warp .item .icon img {
    height: 35px;
    width: 35px;
    object-fit: contain;
}

.box-gia-cong .list .item-01 .item-warp .icon {
    margin-right: -50px;
}

.box-gia-cong .list .item-02 .item-warp .icon {
    margin-left: -50px;
}

.box-gia-cong .list .item-01 .item-warp .inter-text {
    padding-right: 40px;
}

.box-gia-cong .list .item-02 .item-warp .inter-text {
    padding-left: 40px;
}

.box-gia-cong .list .item-warp .item .description {
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: inherit;
}

.box-gia-cong .list .img-center {
    width: 150%;
    height: 490px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.box-list-project {
    position: relative;
    padding: 60px 0 100px;
}

.box-list-project .img-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
    background: var(--color-highlight);
    height: 295px;
}

.box-list-project .img-banner img {
    width: 100%;
    height: 12vw;
    object-fit: cover;
}

.box-list-project .content-project .warp-title {
    margin-bottom: 70px;
}

.box-list-project .content-project .warp-title .title-section {
    color: #fff;
}

.box-list-project .content-project .warp-title .slogan {
    color: #fff;
}

.box-list-project .content-project .warp-content {
    position: relative;
}

.box-list-project .content-project .warp-content:before {
    content: '';
    position: absolute;
    width: 1300px;
    height: calc(100% + 80px);
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 1px 28px rgba(0,0,0,0.24);
    border-radius: 12px;
}

.box-list-project .content-project .warp-content .article-item {
    border: 1px solid #ebebeb;
    height: auto;
    background: #f7f7f7;
    border-radius: 8px;
    overflow: hidden;
}

.box-list-project .content-project .warp-content .article-item .inner-content {
    padding: 15px;
    background-size: cover;
}

.box-list-project .content-project .warp-content .article-item .inner-content .article-title {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.box-list-project .content-project .warp-content .article-item .inner-content .article-title a {
    color: var(--color-highlight);
}

.box-list-project .content-project .warp-content .article-item .inner-content .article-description {
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}

.box-list-project .content-project .warp-content .article-item .inner-content a.btn.link-more {
    padding: 0;
    color: var(--color-main);
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}
.box-home-08>.container {
    max-width: 1330px;
}

.box-form-tv {
    background-size: cover;
    padding: 50px;
    background-repeat: no-repeat;
    border-radius: 12px;
    position: relative;
    z-index: 4;
    margin-bottom: -125px;
}
.box-form-tv .form-content .form .title-section {margin-right: auto;margin-left: inherit;color: #fff;}

.box-form-tv .form-content .form  .warp-title {
    margin-bottom: 30px;
}

.box-form-tv .form-content .form  form .form-group {
    position: relative;
}

.box-form-tv .form-content .form form .form-group .btn-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 8px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    text-transform: uppercase;
}

.box-form-tv .form-content .form form .form-group .form-control {
    height: 57px;
    border-radius: 8px;
    font-size: 16px;
}

.box-form-tv .form-content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


.article-item .inner-content .view-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.article-item .inner-content .view-date .post-date, .article-item .inner-content .view-date .view {
    display: flex;
    align-items: center;
    color: #5A5A5A;
    font-size: 16px;
}

.article-item .inner-content .view-date .post-date svg, .article-item .inner-content .view-date .view svg {
    margin-right: 5px;
}

.box-article-hot .article-right {
    background: #fff;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.article-item-small {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.article-item-small .inner-image {
    flex: 0 0 110px;
    max-width: 110px;
}

.article-item-small .inner-content {
    flex-basis: calc(100% - 110px);
    max-width: calc(100% - 110px);
    padding-left: 10px;
}

.article-item-small .inner-content .article-title a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
}

.article-item-small .inner-content .article-title {
    margin-bottom: 5px;
    line-height: 1.4;
}

.article-item-small .inner-content .post-date {
    display: inline-flex;
    align-items: center;
    color: #5A5A5A;
    font-size: 14px;
}

.article-item-small .inner-content .post-date svg {
    margin-right: 5px;
}

.article-right .link-article a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-highlight);
    color: #fff;
    height: 48px;
    border: 1px solid var(--color-highlight);
    font-size: 16px;
}

.article-right .link-article a:hover {
    background: none;
    color: var(--color-highlight);
}
.box-article-hot .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.box-article-hot .row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.box-section-home-08 {
    background: #F9F9F9;
    padding: 60px 0;
}

.article-item .inner-content {
    padding: 10px;
}

.box-product-small .product-item .inner-content .link a, .article-item .link a {
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.box-product-small .product-item .inner-content .link a svg, .article-item .link a svg {
    margin-right: 10px;
    display: inline-block;
}
.article-home-bottom {
    padding: 180px 0 50px;
    padding: 180px 0 50px;
}

.box-home-09 {
    position: relative;
}

.box-article-hot .article-left article.article-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
.product-item .inner-content .price {
    margin-bottom: 10px;
}
.product-item .inner-content .content .dsc {
    color: var(--color-highlight);
}
.mb-20 {
    margin-bottom: 20px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row>div {
    padding-right: 10px;
    padding-left: 10px;
}

.box-home-03 {
    margin-bottom: 30px;
}


footer {
    background: var(--color-highlight);
    padding: 40px 0 0px;
    color: #fff;
    border-top: 5px solid var(--color-main);
}

.logo-section-footer {
    margin-top: -40px;
    margin-bottom: 15px;
}

.logo-section-footer img {
    height: 75px;
}


.contact-right {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 9;
}

.contact-right li.entry-content {
    list-style: none;
    margin-bottom: 15px;
}

.contact-right li.entry-content img {
    width: 40px;
}

.fanpage-footer {
    display: flex;
    margin-bottom: 20px;
}

.fanpage-footer>li.entry-content {
    list-style: none;
    margin-right: 20px;
}

.fanpage-footer>li.entry-content>a {
    width: 46px;
    background: var(--color-main);
    display: inline-flex;
    height: 46px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.fanpage-footer>li.entry-content>a img {
    width: 25px;
}

footer .phone-right>a span.phone>span {
    color: #fff;
}

.phone-right>a {
    display: flex;
    align-content: center;
}

.phone-right>a>span.icon {
    flex: 0 0 46px;
    max-width: 46px;
    background: var(--color-main);
    height: 46px;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.phone-right>a span.phone {
    padding-left: 15px;
    color: #000;
}

.phone-right>a span.phone span.bottom {
    font-size: 22px;
    font-weight: 700;
}

.phone-right>a span.phone>span {
    display: block;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.footer-mid>.container>.row>div:nth-child(1) {
    flex: 0 0 35%;
    max-width: 35%;
}

.footer-mid>.container>.row>div {
    flex: 0 0 21.6666%;
    max-width: 21.6666%;
}

.title-footer:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.header-page-title {
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    padding: 40px 0;
    position: relative;
}

.header-page-title .content {
    position: relative;
    z-index: 1;
}

.header-page-title .content .title {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.header-page-title .content .breadcrumbs-section a {
    color: #fff;
    font-size: 16px;
}

.header-page-title .content .breadcrumbs-section a span {
    color: #fff;
}

.header-page-title:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    background: rgba(0, 116, 191, .3);
}

.box-article-list {
    padding: 50px 0;
}

.box-list-service-page .article-item .inner-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.box-list-service-page .article-item .inner-content {
    padding: 0;
    text-align: center;
}

.box-list-service-page .article-item .inner-content .article-title {
    font-size: 24px;
    font-weight: 600;
}

.box-list-service-page .article-item .inner-content  .article-description {
    font-size: 16px;
    margin-bottom: 15px;
}

.box-list-service-page .article-item .inner-content  .link-more {
    text-align: center !important;
}

.box-list-service-page .article-item .inner-content .link-more a {
    display: inline-flex;
    width: 150px;
    height: 50px;
    align-items: center;
    border: 1px solid var(--color-highlight);
    background: var(--color-highlight);
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    justify-content: center;
}

.box-list-service-page .article-item .inner-content .link-more a:hover {
    background: #fff;
    color: var(--color-highlight);
}

.box-search-left, .categories {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}

.box-search-left form {
    margin-bottom: 0 !important;
}

.title-left {
    font-size: 21px;
    color: var(--color-highlight);
    font-weight: 700;
    position: relative;
    left: 0;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

.title-left:after {
    position: absolute;
    content: "";
    width: 30px;
    border-bottom: 3px solid #f8930d;
    bottom: 0;
    left: 22px;
}

.title-left:before {
    position: absolute;
    content: "";
    width: 15px;
    border-bottom: 3px solid #f8930d;
    bottom: 0;
    left: 0;
}

.box-search-left .input-group .form-control {
    height: 40px;
    border-color: #929292 !important;
    border-right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.box-search-left .input-group .input-group-append .btn {
    border-color: #929292 !IMPORTANT;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.categories .categories-section > li:first-child > a {
    padding-top: 0;
}

.categories .categories-section > li:last-child > a {
    padding-bottom: 0;
}
.list-product-page .product-item {
    background: #f3f3f3;
    padding: 15px;
}

.list-product-page .product-item .inner-content {
    padding: 0;
}

.list-product-page .product-item .bottom {
    padding: 0;
}

.box-prd-detail-01 {
    padding: 50px 0;
}

.box-lai-thu {
    margin-top: 15px;
}

.box-lai-thu .btn {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: var(--color-highlight);
    color: #fff;
    flex-direction: column;
}

.box-lai-thu .btn span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.box-lai-thu .btn.btn-phone {
    margin-bottom: 15px;
}

.box-lai-thu .btn.btn-primary {
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-color: var(--color-highlight);
}

.box-content-prd .nav {
    border: 0;
}

.box-content-prd .nav .nav-item {
    margin-right: 15px;
}

.box-content-prd .nav .nav-item .nav-link {
    background: #f1f2f3;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    padding: 10px 15px;
    margin-bottom: 0;
    font-weight: 700;
    height: 45px;
    width: 225px;
}

.box-content-prd .tab-content {border: 1px solid #f5f5f5;padding: 30px;}

.box-content-prd .content-info p, .box-content-prd .content-info span, .box-content-prd .content-info li ,  .box-content-prd .content-info strong{
    font-size: 14px !important;
}

.box-prd-detail-02 {
    margin-bottom: 50px;
}


.form-contact-phone .modal-dialog {
    max-width: 400px;
}

.form-contact-phone .modal-dialog .modal-content {
    background: #fff;
    padding: 20px;
    margin: auto;
    border-top: 5px solid var(--color-highlight);
    position: relative;
    border-radius: 15px;
}

.form-contact-phone .modal-dialog .modal-content .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: red;
    opacity: 1;
}

.form-contact-phone  .form .inter-form i {
    font-size: 33px;
}

.form-contact-phone .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.form-contact-phone .form .inter-form i {
    color: var(--color-highlight);
    font-size: 33px;
    display: inline-block;
    margin-bottom: 5px;
}

.form-contact-phone .form .inter-form .title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-highlight);
    margin-bottom: 3px;
}

.form-contact-phone .form .inter-form .slogan {
    margin-bottom: 10px;
}

.form-contact-phone .form .inter-form form .form-group:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-contact-phone .form .inter-form form .form-group .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 40px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.form-contact-phone .form .inter-form form .form-group textarea.form-control {
    height: 80px;
}

.form-contact-phone .form .inter-form form .form-ratio .custom-control {
    padding-left: 0;
    margin-right: 20px;
}

.form-contact-phone .form .inter-form form .form-ratio .custom-control .custom-control-label {
    font-weight: 400;
    padding-left: 25px;
}

.form-contact-phone .form .inter-form form .form-ratio .custom-control .custom-control-label::before {
    width: 20px;
    height: 20px;
    border-color: var(--color-main);
    left: 0;
    top: 1px;
    border-width: 2px;
}

.form-contact-phone .form .inter-form form .form-ratio .custom-control .custom-control-label::before {
    background: #fff;
}

.form-contact-phone .form .inter-form form .form-ratio .custom-control .custom-control-label::after {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    left: 5px;
    top: 6px;
}

.form-contact-phone .form .inter-form form .form-ratio .custom-control  .custom-control-input:checked ~ .custom-control-label::after {
    background: var(--color-main);
}
.go-hotline a {
    display: inline-block;
    font-weight: 700;
    color: var(--color-highlight);
    margin-left: 3px;
}

.go-hotline {
    font-size: 14px;
}

.form-contact-phone .form .form-ratio {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}


.form-contact-phone .form .inter-form form .radio-form .title-gl {
    font-size: 15px;
    margin-bottom: 7px;
}

.form-contact-phone  span.btn.btn-submit {
    border-color: var(--color-highlight);
    border-radius: 5px;
    background: var(--color-highlight);
}

.form-contact-phone span.btn.btn-submit:hover {
    background: #fff;
}


.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    border-color: var(--color-highlight);
    background-color: var(--color-highlight);
}
.article_detail {
    background: #f4f4f4;
}

article.article-detail {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

article.article-detail .title {
    font-size: 25px;
    font-weight: 700;
    color: var(--color-highlight);
    margin-bottom: 15px;
}

article.article-detail  .post-date {
    margin-bottom: 20px;
}

.brc-banner-01 {
    margin-bottom: 40px;
}

article.article-detail .article-content p, article.article-detail .article-content span, li, article.article-detail .article-content a, article.article-detail .article-content div {
    font-family: "Roboto", sans-serif !important;
}

@media (min-width:1200px){
    .setting-menu>.container>.row>div:nth-child(1) {
        flex: 0 0 230px;
        max-width: 230px;
    }
    
    .setting-menu>.container>.row>div:nth-child(3) {
        flex: 0 0 55px;
        max-width: 55px;
    }
    
    .setting-menu>.container>.row>div:nth-child(2) {
        flex-basis: calc(100% - 285px);
        max-width: calc(100% - 285px);
    }
    
    .menu-container nav.menu-section {
        display: flex;
        justify-content: center;
    }
}
.box-tam-nhin {
    position: relative;
    padding: 50px 0;
    margin-bottom: 40px;
    margin-top: 20px;
}

.box-tam-nhin::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #024069;
    transform: translateX(-50%);
    z-index: 0;
}

/* Item container */
.box-tam-nhin .item {
    position: relative;
    margin-bottom: 70px;
}

/* HÃƒÂ¬nh trÃƒÂ²n giÃ¡Â»Â¯a line */
.box-tam-nhin .item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 3px solid #024069;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* Row */
.box-tam-nhin .item .row {
    align-items: center;
    margin-left: -40px;
    margin-right: -40px;
}

/* CÃƒÂ¡ch line 40px */
.box-tam-nhin .col-md-6 {
    padding: 0 40px;
}

.box-tam-nhin .icon img {
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    z-index: 1;
}

.box-tam-nhin .inter-content {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}

.box-tam-nhin .name {
    font-size: 22px;
    font-weight: bold;
    color: #024069;
    margin-bottom: 15px;
}

.box-tam-nhin .description {
    color: #333;
    line-height: 1.6;
}

.box-tam-nhin .item:nth-child(even) .row {
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .box-tam-nhin::before {
        display: none;
    }
    .box-tam-nhin .item::before {
        display: none; 
    }
    .box-tam-nhin .item:nth-child(even) .row {
        flex-direction: column;
    }
}


.box-tam-nhin .item:last-child {
    margin-bottom: 0;
}


.box-article-lq .title-section {
    text-align: left !important;
    margin-left: inherit;
}

.box-article-lq .article-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

article.article-detail h2 {
    font-size: 22px;
}

article.article-detail h3 {
    font-size: 20px;
}

article.article-detail h4 {
    font-size: 18px;
}

article.article-detail h5 {
    font-size: 16px;
}

.box-article-left {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}

.box-article-left article.article-item-small {
    display: flex;
    align-items: center;
}

.box-article-left article.article-item-small .inner-content .article-title a {
    font-size: 14px;
    font-weight: 400;
}

.box-article-left article.article-item-small:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

body.article {
    background: #f4f4f4;
}
.box-list-article-page .article-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}


.box-project_page .article-item {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}

.box-project_page .article-item .inner-image {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.box-project_page .article-item .inner-content {
    padding: 0;
}

.box-project_page .article-item .article-title {
    margin-bottom: 5px;
}

.box-project_page .article-item .article-title a {
    color: var(--color-highlight);
}

.box-project_page .article-item .inner-content .article-description {
    margin-bottom: 0;
}
.box-contact-top .content .item {
    border: 1px solid var(--color-highlight);
    border-radius: 10px;
    height: 285px;
}

.box-contact-top .content .item .icon img {
    height: 90px;
    display: block;
    margin: 50px auto 30px;
    width: 90px;
    object-fit: contain;
}

.box-contact-top .content .item p {
    text-align: center;
    font-size: 18px;
}

.box-contact-top .content .item p>span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 8px;
}

.box-contact-form {
    margin-top: 50px;
}

.box-contact-form .form-contact-page {
    border-radius: 8px !important;
}

.box-contact-form .form-contact-page .form-group {
    margin-bottom: 15px;
}

.box-contact-form .form-contact-page .form-group input.form-control {
    height: 45px;
    border-radius: 5px;
    font-size: 16px;
}

.box-contact-form .form-contact-page .form-group textarea.form-control {
    border-radius: 5px;
    font-size: 16px;
}

.box-contact-top .title-section {
    margin-bottom: 30px;
}

.copyright {
    padding: 15px 0;
    border-top: 1px solid #eeeded66;
}
.article-content ul {
    padding-left: 20px;
}

.box-form-tv .form-content .warp-title .slogan {
    color: #fff;
    font-size: 16px;
}
@media (max-width:1200px){
    
    html {
        overflow-x: hidden;
    }
    
    body {
        overflow-x: hidden;
    }
    .box-about .warp-content .img img {
        height: 215px;
    }
    
    .box-about .warp-content .info-right {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .box-about .warp-content .icon-year {
        display: none;
    }
    
    .box-about .warp-content .info-right .top .name {
        font-size: 18px;
    }
    
    .title-section {
        font-size: 20px;
    }
    
    .warp-title {
        margin-bottom: 30px;
    }
    
    .box-home-02 {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .box-giai-phap .item .inter-img .img {
        padding-top: 56%;
    }
    
    .box-section-product {
        padding: 40px 0 135px;
    }
    
    .box-dich-vu {
        padding: 40px 15px 0px 15px;
    }
    
    .box-dich-vu .info-left .img {
        display: none;
    }
    
    .box-dich-vu .info-left .warp-title .title-section {
        margin-left: auto;
    }
    
    .box-dich-vu .info-left .warp-title .slogan {
        text-align: center;
    }
    
    .box-dich-vu .info-left .dsc {
        text-align: center;
    }
    
    .box-dich-vu .info-left .warp-title {
        margin-bottom: 10px;
    }
    .box-gia-cong {
        padding: 40px 0 80px;
    }
    
    .box-gia-cong .list .img-center {
        display: none;
    }
    
    .box-gia-cong .list .item-warp .item {
        display: flex;
        flex-direction: column;
    }
    
    .box-gia-cong .list .item-01, .box-gia-cong .list .item-02 {
        margin-bottom: 15px;
        height: auto;
    }
    
    .box-gia-cong .list .item-01 .item-warp .inter-text {
        padding-right: 0;
        text-align: center;
        order: 2;
    }
    
    .box-gia-cong .list .item-01 .item-warp .icon {
        margin-right: 0;
    }
    
    .box-gia-cong .list .item-warp .item .icon {
        order: 1;
    }
    
    .box-gia-cong .list .item-02 .item-warp .inter-text {
        padding-left: 0;
        text-align: center;
        order: 2;
    }
    
    .box-gia-cong .list .item-02 .item-warp .icon {
        margin-left: 0;
        order: 1;
    }
    
    .box-gia-cong .list, .box-gia-cong .list .row {
        height: auto;
    }
    
    .box-gia-cong .list .item-01 .item-warp, .box-gia-cong .list .item-02 .item-warp {
        margin-bottom: 15px;
    }
    
    .box-gia-cong {
        padding-bottom: 0px;
    }
    .box-list-project {
        padding: 40px 0 30px;
    }
    
    .box-list-project .content-project .warp-content:before {
        display: none;
    }
    
    .box-list-project .content-project .warp-title {
        margin-bottom: 30px;
    }
    .article-home-bottom .article-left .row>div {
        margin-bottom: 15px;
    }
    
    .article-home-bottom {
        padding: 180px 0 30px;
    }
    .box-list-service-page .article-item .inner-content .article-title {
        font-size: 17px;
    }
}

@media (min-width:1200px){
    .menu-section .entry-menu.dropdown {
        border-radius: 8px;
    }
    
    .menu-section .menu-link {
        color: #000;
    }
    li.position-relative.has-child.menu-full-w ul.entry-menu.dropdown {
        min-width: 390px;
    }
}

@media (max-width:767px){
    .box-form-tv {
        padding: 20px;
        background-position: right;
    }
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-page-title .content .title {
        font-size: 21px;
    }
    
    .header-page-title {
        height: 265px;
        padding: 30px 0;
    }
    
    article.article-detail {
        padding: 15px;
    }
    
    article.article-detail .title {
        font-size: 20px;
    }
    
    .box-tam-nhin {
        padding: 0;
        margin-top: 30px;
    }
    
    .box-tam-nhin .inter-content {
        padding: 20px;
    }
    
    .box-tam-nhin .item {
        margin-bottom: 20px;
    }
    
    .box-tam-nhin .item .icon {
        margin-bottom: 15px;
    }
    article.article-detail h2 {
        font-size: 17px;
    }
    
    article.article-detail h3 {
        font-size: 16px;
    }
    
    article.article-detail h4 {
        font-size: 15px;
    }
    
    article.article-detail h5 {
        font-size: 14px;
    }
    .product-content-detail .product-title-detail {
        font-size: 20px;
    }
    .product-detail-head .product-content-detail {
        margin-top: 20px;
    }
    
    .box-prd-detail-01 {
        padding-top: 30px;
        padding-bottom: 0;
    }
    
    .box-content-prd .tab-content {
        padding: 15px;
    }
    
    .content-info>ul {
        padding-left: 20px;
    }
    
    .box-prd-detail-02 {
        margin-bottom: 0;
    }
    .box-giai-phap .item .inter-content .name {
        font-size: 15px;
    }
    .box-giai-phap>.content>.row>div {
        margin-bottom: 20px;
    }
    .brc-banner-01 {
        margin-bottom: 30px;
    }
    
    .box-article-list {
        padding: 30px 0 20px;
    }
}

@media (min-width:767px) and (max-width:1200px){
    .header-page-title {
        height: 33vw;
    }
    
    .header-page-title .content .title {
        font-size: 19px;
    }
}


@media (min-width:992px) and (max-width:1200px){
    .box-giai-phap>.content .item.item-left .inter-img .img {
        padding-top: 27.3%;
    }
    .box-about .warp-content .img img {
        height: 100%;
    }
    
    .box-about .warp-content>.row {
        display: flex;
        align-content: flex-start;
        align-items: initial !important;
    }
    
    .box-about .warp-content .img {
        height: 100%;
    }
    .box-dich-vu .info-left .img {
        display: block !important;
    }
    .box-dich-vu .info-left .warp-title .title-section {
        margin-left: inherit;
    }
    
    .box-dich-vu .info-left .warp-title .slogan {
        text-align: left;
    }
    
    .box-dich-vu .info-left .dsc {
        text-align: left;
    }
    .box-gia-cong .list .row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .box-gia-cong .list .item-warp .item .description {
        height: 70px;
    }
    .article-item-small .inner-content .post-date {
        display: none;
    }
    .article-home-bottom .article-left .row>div {
        margin-bottom: 0;
    }
}
header {
    background: #fff;
}