.header-top>.container>.row {
    display: flex;
    align-items: center;
}

.fanpage-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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

.fanpage-right>li.entry-content img {
    width: 25px;
    height: 25px;
}

.title-website {
    font-size: 13.5px;
    font-weight: 700;
    color: #fff;
}

.box-search-pc .input-group .form-control {
    padding: 5px 10px;
    height: 30px;
    background: #fff !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.box-search-pc .input-group .input-group-append .btn-submit {
    padding: 0 10px;
    background: #fff;
    border: 0;
    color: #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


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

.phone-right>a>span.icon {
    flex: 0 0 46px;
    max-width: 46px;
    background: var(--color-highlight);
    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;
}

.box-about-home {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.box-about-home .img {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -130px;
}

.box-about-home .content {
    background: var(--color-highlight);
    padding: 80px;
}

.box-about-home .content .title {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-about-home .content .dsc {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.box-about-home .content .slogan {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.btn-home {
    margin-top: 20px;
}

.btn-home>a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 6px 15px;
    border-radius: 5px;
}

.btn-home>a>span {
    margin-right: 10px;
}


.box-section-home-01 {
    padding-top: 70px;
    position: relative;
    padding-bottom: 60px;
}

.box-section-home-01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    /* background: #f5f5f5; */
}

.product-item {
    border: 1px solid #d6d6d6;
    padding: 25px;
    color: #000;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-between;
}

.product-item .bottom {
    margin-top: 20px;
}

.product-item .bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-highlight);
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.product-item .bottom a i {
    margin-left: 10px;
    color: var(--color-highlight);
}
.product-item .inner-content {
    padding-top: 15px;
    position: relative;
}

.product-item .inner-content:before {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    left: 0;
    height: 2px;
    background: var(--color-highlight);
    z-index: 1;
}

.product-item:hover {
    border-color: var(--color-highlight);
}

.product-item:hover .bottom a {
    background: var(--color-highlight);
    color: #fff;
}

.product-item:hover .bottom a i {
    color: #fff;
}

.box-project {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 105px 0 105px;
}

.box-project .inter-content {
    background-color: rgb(0 0 0 / 50%);
    width: 80%;
    margin: auto;
    height: 78%;
    text-align: center;
    padding: 45px 105px;
    color: #fff;
}

.box-content-prd .tab-content .content-info h3 {
    margin-bottom: 15px !important;
    font-size: 18px;
    font-weight: 700;
}

.title-section:before {
    content: '';
    width: 50px;
    background: var(--color-highlight);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: -20px;
}

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

.box-project .inter-content .dsc {
    margin-bottom: 30px;
    font-size: 18px;
}

.box-project .inter-content .link a {
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background: var(--color-highlight);
    display: inline-block;
}

.box-project .inter-content .title-section::before {
    background: #fff;
}


.box-why .gallery-thumbs-home {
    margin-bottom: 50px;
}

.box-why .gallery-thumbs-home .swiper-slide {
    border-color: #fff;
}

.box-why .gallery-thumbs-home .swiper-slide .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.box-why .gallery-thumbs-home .swiper-slide .item .count {
    font-size: 60px;
    font-weight: 700;
    color: #c2c2c2;
    margin-right: 15px;
    line-height: 1.2;
}

.box-why .gallery-thumbs-home .swiper-slide .item .title {
    font-size: 23px;
    color: #666666;
}

.box-section-home-04 {
    padding: 60px 0;
}

.box-why .gallery-thumbs-home .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--color-highlight);
}

.box-why .gallery-top .item .content {
    height: 100%;
    background: var(--color-highlight);
    position: relative;
}

.box-why .gallery-top .item  .inter-img {
    padding: 40px 0 50px;
}

.box-why .gallery-top .item .content:before {
    content: '';
    position: absolute;
    left: -80px;
    width: 80px;
    height: 100%;
    background: var(--color-highlight);
    z-index: -1;
}

.box-why .gallery-top .item .content .info {
    padding: 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.box-why .gallery-top .item .content .info .top {
    display: flex;
    align-items: center;
}

.box-why .gallery-top .item .content .info .top .count {
    font-size: 70px;
    line-height: 1.3;
    margin-right: 15px;
}

.box-why .gallery-top .item .content .info .top  .title {
    font-size: 20px;
    font-weight: 700;
}

.box-why .gallery-top .item .content .info .description {
    text-align: justify;
}

.box-kh-noi-vct .inter-content .item {
    background: #f1f3f4;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-kh-noi-vct .inter-content .swiper-slide {
    height: auto;
}

.box-kh-noi-vct .inter-content .item .inter-top .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.box-kh-noi-vct .inter-content .item .inter-top .top .img {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
}

.box-kh-noi-vct .inter-content .item .inter-top .top .img img {
    border-radius: 80%;
    height: 80px;
    width: 80px;
    object-fit: contain;
    padding: 10px;
}

.box-kh-noi-vct .inter-content .item .inter-top .info-top {
    text-align: right;
}

.box-kh-noi-vct .inter-content .item .inter-top .top:after {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--color-highlight);
    position: absolute;
    right: 0;
    bottom: -5px;
}

.box-kh-noi-vct .inter-content .item .note {
    font-size: 60px;
    line-height: 1;
    color: var(--color-highlight);
}

.box-kh-noi-vct .inter-content .item .description {
    margin-bottom: 20px;
    text-align: justify;
}

.box-kh-noi-vct {
    position: relative;
}

.box-kh-noi-vct .title-section::before {
    left: 0;
    transform: none;
}

.box-kh-noi-vct .inter-content .swiper {
    position: static;
}

@media (min-width:992px){
    .box-kh-noi-vct .inter-content .swiper-button-next {
        transform: none;
        top: 20px;
        border-radius: 100%;
        border: 1px solid #ccc;
        margin: 0;
        outline: 0;
        transition: 0.5s;
        width: 36px;
        color: #000;
        height: 36px;
    }
    
    .box-kh-noi-vct .inter-content .swiper-button-prev {
        top: 20px;
        right: 60px;
        transform: none;
        left: inherit;
        border-radius: 100%;
        border: 1px solid #ccc;
        margin: 0;
        outline: 0;
        transition: 0.5s;
        width: 36px;
        color: #000;
        height: 36px;
    }

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

.box-article-home .title-section::before {
    transform: none;
    left: 0;
}

.box-article-home-left .article-item {
    background: #f3f3f3;
}

.box-article-home-left .article-item .inner-content {
    padding: 15px;
}

.box-article-home-left .article-item  .post-date {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: var(--color-highlight);
    color: #fff;
    width: 80px;
    height: 80px;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.box-article-home-left .article-item .inner-content .article-title {
    font-size: 20px;
    line-height: 1.4;
}

.box-article-home-left .article-item .inner-content .link-more {
    border: 1px solid var(--color-highlight);
    padding: 5px 15px;
    background: var(--color-highlight);
    color: #fff;
}

.box-article-home-right .article-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.box-article-home-right .article-item .inner-content .article-title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 5px !important;
}

.box-article-home-right .article-item .inner-content .article-description {
    margin-bottom: 5px !important;
    -webkit-line-clamp: 2;
}

.box-article-home-right .article-item .inner-content a.btn.link-more {
    padding: 0;
    color: var(--color-highlight);
}

.box-article-home-right .article-item .inner-image .img {
    padding-top: 65.25%;
}
.box-article-home-right>.row>div:last-child .article-item {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-brand .img-brand {
    padding-top: 85px;
    border: 1px solid #ddd;
}
.section-brand .img-brand img {
    object-fit: contain;
    padding: 10px;
}
.box-section-home-06 {
    margin-bottom: 60px;
}

.box-section-home-07 {
    padding-bottom: 60px;
}

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

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

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

@media (min-width:1300px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px;
    }
}


.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: var(--color-highlight);
    position: absolute;
    left: 0;
    bottom: -15px;
}


.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-highlight);
    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;
}
.box-article-01 {
    padding: 50px 0;
}

.category-description ul {
    padding-left: 20px;
}

.list-project-small .item-small-project {
    display: flex;
    align-items: center;
}

.list-project-small .item-small-project .item-left {flex: 0 0 400px;max-width: 400px;}

.list-project-small .item-small-project .item-right {
    flex-basis: calc(100% - 400px);
    max-width: calc(100% - 400px);
    padding: 15px 45px;
}

.list-project-small article.article-item {
    border: 1px solid #ddd;
    margin-bottom: 40px;
}
.list-project-small .item-small-project .inner-content .article-title {
    font-size: 26px;
}

.list-project-small .item-small-project .inner-content  a.btn.link-more {
    padding: 5px 25px;
    border: 1px solid var(--color-highlight);
    color: #000;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-block;
}

.list-project-small .item-small-project .inner-content  .article-description {
    margin-bottom: 20px !important;
}

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

.box-list-article-page .article-item {
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid var(--color-highlight);
    background: #fff;
}

.box-list-article-page .article-item .inner-content {
    padding: 20px;
}

.post-date i {
    color: var(--color-highlight);
}

.box-list-article-page .article-item .inner-content .post-date {
    margin-bottom: 10px;
}

.box-list-article-page .article-item .inner-content .link-more a {
    font-weight: 700;
}

.article-item:hover .inner-content .article-title a {
    color: var(--color-highlight);
}

.box-list-article-02 {
    background: #f5f5f5;
}

.article-item:hover .inner-content .link-more a {
    color: var(--color-highlight);
}

.list-project-small article.article-item:hover .inner-content .link-more {
    background: var(--color-highlight);
    color: #fff;
}
.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;
}

.setting-menu {
    box-shadow: 0 1px 10px -1px #d1d3d4;
    background: #fff;
}


.product-content-detail .description, .product-content-detail .description p, .product-content-detail .description span, .product-content-detail .description li, .product-content-detail .description a, .product-content-detail .description div {
    font-family: "Bai Jamjuree", sans-serif !important;
    font-size: 14px !important;
}

.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-family: "Bai Jamjuree", sans-serif !important;
    font-size: 14px !important;
}

.main-1.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}

.box-content-prd .nav .nav-item .nav-link.active {
    background: var(--color-highlight);
    color: #fff;
}

.box-content-prd .content-info ul {
    padding-left: 20px;
}

.box-content-prd .content-info ul>li {
    margin-bottom: 5px;
}
.product-detail-footer table tr>td {
    height:  auto !important;
    padding: 8px !important;
    vertical-align: middle;
}

.product-detail-footer table tr>td>p {
    margin: 0 !important;
    line-height: 1.2 !important;
}
article.article-detail {
    border: 1px solid #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}
.title-left-small {
    padding: 0 15px;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 700;
    background: #f1f2f3;
    height: 45px;
    text-transform: uppercase;
}

.view-small .article-item {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.view-small .article-item .item-left {
    flex: 0 0 90px;
    max-width: 90px;
}

.view-small .article-item .inner-content .article-title {
    font-size: 14px;
    line-height: 1.4;
}

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

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

article.article-detail .title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
}

article.article-detail .post-date {
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding: 10px 0;
    margin-bottom: 20px;
}
.box-article-detail-03 {
    padding-bottom: 60px;
}

article.article-detail p {
    margin-bottom: 10px !important;
}

article.article-detail p, article.article-detail span, article.article-detail li, article.article-detail strong {
    font-family: 'Bai Jamjuree' !important;
    font-size: 14px !important;
}
.header-page-title {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 350px;
    display: flex;
    align-items: center;
}

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

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

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

.header-page-title .content nav.breadcrumbs-section a span {
    color: #fff;
}
.box-kh-noi-vct .inter-content .item .inter-top .info-top .title {
    font-weight: 700;
    font-size: 16px;
}

@media (max-width:576px){
      .box-about-home .content {
        padding: 25px;
    }
    
    .box-about-home .img {
        margin: 0;
    }
    .box-why .gallery-top .item .content:before {
        display: none;
    }
     .box-why .gallery-top .item .inter-img {
        padding: 0;
    }
    
    .box-why .gallery-top .item .content .info {
        padding: 10px 20px 40px;
    }
    
    .box-why .gallery-top .item .content .info .top .count {
        line-height: 1;
    }
    
    .box-why .gallery-top .item .content .info .top {
        margin-bottom: 15px;
    }
    
    .box-section-home-04 {
        padding: 30px 0;
    }
    .box-why .gallery-top .swiper-slide {
        height: auto;
    }
    
    .box-why .gallery-top .item {
        height: 100%;
        background: var(--color-highlight);
    }
     .box-why .gallery-top .item .inter-img {
        padding: 0;
    }
     .box-article-home-right .article-item .inner-content .article-description {
        display: none;
    }
}
@media (max-width:991px){
    header .phone-right>a span.phone {
        display: none;
    }
    
    header .phone-right>a {
        display: flex;
        justify-content: flex-end;
    }
    
    header .phone-right>a>span.icon {
        flex: 0 0 35px;
        max-width: 35px;
        height: 35px;
        font-size: 15px;
    }
    .box-section-home-01 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
  
    .main-1 {
        background: #fff;
    }
    
    .box-about-home .content .title {
        font-size: 18px;
    }
    
    .btn-home {
        text-align: center;
    }
    
    .box-about-home .content .slogan {
        font-size: 18px;
    }
    
    .title-section {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .title-section:before {
        bottom: -10px;
    }
    .box-section-home-02 {
        padding-bottom: 20px;
    }
    
    .box-project {
        padding: 30px 0 30px;
    }
    
    .box-project .inter-content {
        width: 100%;
        padding: 25px;
    }
    
    .box-project .inter-content .dsc {
        font-size: 15px;
    }
    .box-section-home-02 {
        padding-bottom: 20px;
    }
    
    .box-project {
        padding: 30px 0 30px;
    }
    
    .box-project .inter-content {
        width: 100%;
        padding: 25px;
    }
    
    .box-project .inter-content .dsc {
        font-size: 15px;
    }
    
    .box-why .gallery-thumbs-home {
        display: none;
    }
    
   
    
    .box-why .gallery-top .item .content .info {
        padding: 10px 20px 40px;
    }
    
    .box-why .gallery-top .item .content .info .top .count {
        line-height: 1;
    }
    
    .box-why .gallery-top .item .content .info .top {
        margin-bottom: 15px;
    }
    
    .box-section-home-04 {
        padding: 30px 0;
    }
    .box-section-home-02 {
        padding-bottom: 20px;
    }
    
    .box-project {
        padding: 30px 0 30px;
    }
    
    .box-project .inter-content {
        width: 100%;
        padding: 25px;
    }
    
    .box-project .inter-content .dsc {
        font-size: 15px;
    }
    
    .box-why .gallery-thumbs-home {
        display: none;
    }
    
   
    
    .box-kh-noi-vct .title-section {
        text-align: center;
    }
    
    .box-kh-noi-vct .title-section::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .box-section-home-06 {
        margin-bottom: 30px;
    }
    
    .box-section-home-05 {
        padding-bottom: 30px;
    }
    
    .box-section-home-06>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .box-article-home.box-article-home-left {
        margin-bottom: 30px;
    }
    
    .box-article-home-right .article-item>.row>div:nth-child(1) {
        padding-right: 0;
    }
    
    .box-article-home-right .article-item .inner-content .article-title {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
    
   
    .bg-brc {
        padding: 5px 0;
        margin-bottom: 30px;
    }
    .product-detail-footer .wrap-table {
        overflow-x: auto;
    }
    .list-project-small .item-small-project {
        display: flex;
        flex-wrap: wrap;
    }
    
    .list-project-small .item-small-project .item-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .list-project-small .item-small-project .item-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }
    
    .list-project-small .item-small-project .inner-content .article-title {
        font-size: 20px;
    }
    
    .box-article-list {
        padding: 30px 0 20px;
    }
    
    .box-section-home-07 {
        padding-bottom: 30px;
    }
    .setting-menu-mb {
        box-shadow: 0 1px 10px -1px #d1d3d4;
        border-bottom: 1px solid #f4f4f4;
    }
    .box-article-detail-03 {
        padding-bottom: 30px;
    }
    article.article-detail {
        padding: 15px;
    }
    
    .comment-section {
        padding: 15px;
    }
    .header-page-title .content {
        text-align: center;
    }
    
    .header-page-title .content nav.breadcrumbs-section {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .header-page-title {height: 210px;}
    .header-page-title .content .title {
        font-size: 25px;
    }
    .box-contact-top .content .item {
        height: 270px;
        margin-bottom: 15px;
    }
        .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

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

